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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +10 -22
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/update-remote-unit-presence.operation.d.ts +25 -0
  66. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -4
  67. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor-entity.d.ts +38 -0
  68. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor.controller.d.ts +21 -0
  69. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +8 -13
  70. package/lib/types/controllers/data-loader/data-loader.controller.d.ts +1 -2
  71. package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +3 -15
  72. package/lib/types/locale/en-US.d.ts +0 -1
  73. package/lib/types/models/cursor.d.ts +0 -25
  74. package/lib/types/plugin.d.ts +3 -2
  75. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +3 -3
  76. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +0 -4
  77. package/lib/types/views/shapes/doc-collab-cursor.d.ts +6 -1
  78. package/lib/umd/facade.js +1 -1
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ar-SA.js +1 -1
  81. package/lib/umd/locale/ca-ES.js +1 -1
  82. package/lib/umd/locale/de-DE.js +1 -1
  83. package/lib/umd/locale/en-US.js +1 -1
  84. package/lib/umd/locale/es-ES.js +1 -1
  85. package/lib/umd/locale/fa-IR.js +1 -1
  86. package/lib/umd/locale/fr-FR.js +1 -1
  87. package/lib/umd/locale/id-ID.js +1 -1
  88. package/lib/umd/locale/it-IT.js +1 -1
  89. package/lib/umd/locale/ja-JP.js +1 -1
  90. package/lib/umd/locale/ko-KR.js +1 -1
  91. package/lib/umd/locale/pl-PL.js +1 -1
  92. package/lib/umd/locale/pt-BR.js +1 -1
  93. package/lib/umd/locale/ru-RU.js +1 -1
  94. package/lib/umd/locale/sk-SK.js +1 -1
  95. package/lib/umd/locale/vi-VN.js +1 -1
  96. package/lib/umd/locale/zh-CN.js +1 -1
  97. package/lib/umd/locale/zh-HK.js +1 -1
  98. package/lib/umd/locale/zh-TW.js +1 -1
  99. package/package.json +17 -21
  100. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +0 -31
  101. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +0 -21
  102. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +0 -34
  103. package/lib/types/controllers/collab-cursor/slide-collab-cursor-render.controller.d.ts +0 -21
  104. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +0 -15
@@ -1 +1 @@
1
- (function(_0x20646d,_0x5392ce){var _0x655c6e=_0x4adc,_0x3cf325=_0x20646d();while(!![]){try{var _0x1f9cfa=parseInt(_0x655c6e(0xa1))/0x1+parseInt(_0x655c6e(0xb8))/0x2+-parseInt(_0x655c6e(0xba))/0x3+-parseInt(_0x655c6e(0xa7))/0x4*(-parseInt(_0x655c6e(0xbb))/0x5)+-parseInt(_0x655c6e(0xab))/0x6+parseInt(_0x655c6e(0xb9))/0x7*(-parseInt(_0x655c6e(0xaf))/0x8)+parseInt(_0x655c6e(0xad))/0x9*(-parseInt(_0x655c6e(0xae))/0xa);if(_0x1f9cfa===_0x5392ce)break;else _0x3cf325['push'](_0x3cf325['shift']());}catch(_0x47c62e){_0x3cf325['push'](_0x3cf325['shift']());}}}(_0x17b1,0xa2b1f),function(_0x1f4e5d,_0x4e5ce4){var _0x242306=_0x4adc;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4e5ce4():typeof define==_0x242306(0xaa)&&define[_0x242306(0xb4)]?define([],_0x4e5ce4):(_0x1f4e5d=typeof globalThis<'u'?globalThis:_0x1f4e5d||self,_0x1f4e5d[_0x242306(0xa8)]=_0x4e5ce4());}(this,function(){var _0x4c9851=_0x4adc;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4c9851(0xa5)}},'collabStatus':{'fetchMiss':_0x4c9851(0xb6),'conflict':_0x4c9851(0xb5),'notCollab':_0x4c9851(0x9e),'synced':_0x4c9851(0xb7),'syncing':_0x4c9851(0x9c),'offline':_0x4c9851(0xb3)},'snapshotLoading':{'loadingSheet':_0x4c9851(0xb0),'timeout':_0x4c9851(0xbd),'refresh':_0x4c9851(0xb2)},'session':{'connection-failed':_0x4c9851(0x9b),'will-retry':_0x4c9851(0xa2),'room-full':_0x4c9851(0xa0),'collaboration-timeout':_0x4c9851(0xbc)},'conflict':{'title':'تعارض\x20في\x20التعاون','content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x4c9851(0x9f),'content':_0x4c9851(0xa6)},'collaboration':{'offline-data-not-saved':_0x4c9851(0x9d),'single-unit':{'warning':_0x4c9851(0xac)},'closeRoom':_0x4c9851(0xa9)},'auth':{'needGotoLoginAlert':_0x4c9851(0xa3)},'formula':{'calculation':{'started':_0x4c9851(0xb1),'waiting':'قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','unable':_0x4c9851(0xa4)}}}};}));function _0x4adc(_0x5d1ab1,_0x490ecb){_0x5d1ab1=_0x5d1ab1-0x9b;var _0x17b1a0=_0x17b1();var _0x4adca1=_0x17b1a0[_0x5d1ab1];return _0x4adca1;}function _0x17b1(){var _0x43ff45=['56xPfcMc','21801DwMYEB','10kIqEzJ','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','جارٍ\x20المزامنة...','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','ملف\x20محلي','خطأ\x20في\x20المصادقة','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','696254BUVxiC','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','انقر\x20لإعادة\x20الاتصال','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','1261068NerIgX','UniverProCollaborationClientUiArSA','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','function','1284402uXzxKw','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','225585ePsAhg','30gKNXUt','947912EPVlBx','جارٍ\x20تحميل\x20الورقة','بدأ\x20حساب\x20الصيغة.','تحديث\x20الصفحة','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','amd','تعارضات\x20التحرير','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','تمت\x20المزامنة','1168104WPsgAU'];_0x17b1=function(){return _0x43ff45;};return _0x17b1();}
1
+ function _0x19b4(_0x3cf627,_0x4dd258){_0x3cf627=_0x3cf627-0x7d;var _0xbc305a=_0xbc30();var _0x19b437=_0xbc305a[_0x3cf627];return _0x19b437;}(function(_0x2d748e,_0x4097dc){var _0x4bdadb=_0x19b4,_0x4513ab=_0x2d748e();while(!![]){try{var _0x20de6c=-parseInt(_0x4bdadb(0x82))/0x1+parseInt(_0x4bdadb(0x91))/0x2+-parseInt(_0x4bdadb(0x8a))/0x3*(-parseInt(_0x4bdadb(0x86))/0x4)+-parseInt(_0x4bdadb(0x88))/0x5*(-parseInt(_0x4bdadb(0x7d))/0x6)+parseInt(_0x4bdadb(0x8e))/0x7*(-parseInt(_0x4bdadb(0x7e))/0x8)+-parseInt(_0x4bdadb(0x8f))/0x9+parseInt(_0x4bdadb(0x99))/0xa;if(_0x20de6c===_0x4097dc)break;else _0x4513ab['push'](_0x4513ab['shift']());}catch(_0x3e6ea5){_0x4513ab['push'](_0x4513ab['shift']());}}}(_0xbc30,0x50ccb),function(_0x226629,_0x5f4544){var _0x210e03=_0x19b4;typeof exports==_0x210e03(0x9f)&&typeof module<'u'?module[_0x210e03(0x9d)]=_0x5f4544():typeof define==_0x210e03(0x92)&&define[_0x210e03(0x84)]?define([],_0x5f4544):(_0x226629=typeof globalThis<'u'?globalThis:_0x226629||self,_0x226629[_0x210e03(0x94)]=_0x5f4544());}(this,function(){var _0x4fc196=_0x19b4;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4fc196(0x83)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x4fc196(0x8b),'notCollab':_0x4fc196(0x80),'synced':_0x4fc196(0x7f),'syncing':_0x4fc196(0x89),'offline':_0x4fc196(0x9a)},'snapshotLoading':{'timeout':_0x4fc196(0x8d),'refresh':'تحديث\x20الصفحة'},'session':{'connection-failed':_0x4fc196(0x98),'will-retry':_0x4fc196(0x81),'room-full':'غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','collaboration-timeout':_0x4fc196(0x87)},'conflict':{'title':_0x4fc196(0x85),'content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x4fc196(0x95),'content':_0x4fc196(0x9e)},'collaboration':{'offline-data-not-saved':_0x4fc196(0x8c),'single-unit':{'warning':_0x4fc196(0x97)},'closeRoom':_0x4fc196(0x9b)},'auth':{'needGotoLoginAlert':_0x4fc196(0x9c)},'formula':{'calculation':{'started':_0x4fc196(0x93),'waiting':_0x4fc196(0x96),'unable':_0x4fc196(0x90)}}}};}));function _0xbc30(){var _0x508ce7=['exports','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','object','606xIRaTm','964696UsIpUu','تمت\x20المزامنة','ملف\x20محلي','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','135322OcxoXT','انقر\x20لإعادة\x20الاتصال','amd','تعارض\x20في\x20التعاون','12tDRbHw','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','1510QdIEXd','جارٍ\x20المزامنة...','197562DZwFLe','تعارضات\x20التحرير','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','21CQTOQZ','1827963urkrdh','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','723016ZQXRli','function','بدأ\x20حساب\x20الصيغة.','UniverProCollaborationClientUiArSA','خطأ\x20في\x20المصادقة','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','4415730ifIfNE','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.'];_0xbc30=function(){return _0x508ce7;};return _0xbc30();}
@@ -1 +1 @@
1
- function _0x3c6c(_0x97bc8e,_0x170fa5){_0x97bc8e=_0x97bc8e-0x1a6;var _0x21b209=_0x21b2();var _0x3c6c4e=_0x21b209[_0x97bc8e];return _0x3c6c4e;}(function(_0x40ffcd,_0xe24d9a){var _0x56f6cf=_0x3c6c,_0x256728=_0x40ffcd();while(!![]){try{var _0x3a2044=parseInt(_0x56f6cf(0x1c7))/0x1*(-parseInt(_0x56f6cf(0x1b6))/0x2)+parseInt(_0x56f6cf(0x1bc))/0x3+-parseInt(_0x56f6cf(0x1bd))/0x4*(-parseInt(_0x56f6cf(0x1b9))/0x5)+-parseInt(_0x56f6cf(0x1a9))/0x6+parseInt(_0x56f6cf(0x1c0))/0x7*(parseInt(_0x56f6cf(0x1c5))/0x8)+-parseInt(_0x56f6cf(0x1b7))/0x9*(parseInt(_0x56f6cf(0x1c3))/0xa)+-parseInt(_0x56f6cf(0x1a6))/0xb*(parseInt(_0x56f6cf(0x1be))/0xc);if(_0x3a2044===_0xe24d9a)break;else _0x256728['push'](_0x256728['shift']());}catch(_0x463d2c){_0x256728['push'](_0x256728['shift']());}}}(_0x21b2,0xca046),function(_0x31eacb,_0x223e29){var _0x2dc239=_0x3c6c;typeof exports==_0x2dc239(0x1c6)&&typeof module<'u'?module[_0x2dc239(0x1ab)]=_0x223e29():typeof define==_0x2dc239(0x1b1)&&define[_0x2dc239(0x1ac)]?define([],_0x223e29):(_0x31eacb=typeof globalThis<'u'?globalThis:_0x31eacb||self,_0x31eacb[_0x2dc239(0x1c1)]=_0x223e29());}(this,function(){var _0x100e86=_0x3c6c;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x100e86(0x1ae)}},'collabStatus':{'fetchMiss':'Sincronitzant\x20dades\x20del\x20servidor...','conflict':_0x100e86(0x1b3),'notCollab':_0x100e86(0x1bb),'synced':_0x100e86(0x1af),'syncing':_0x100e86(0x1b8),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'snapshotLoading':{'loadingSheet':_0x100e86(0x1c8),'timeout':_0x100e86(0x1b5),'refresh':_0x100e86(0x1b0)},'session':{'connection-failed':_0x100e86(0x1ad),'will-retry':_0x100e86(0x1a8),'room-full':_0x100e86(0x1bf),'collaboration-timeout':_0x100e86(0x1a7)},'conflict':{'title':_0x100e86(0x1aa),'content':'Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.'},'permission':{'title':_0x100e86(0x1c2),'content':_0x100e86(0x1b2)},'collaboration':{'offline-data-not-saved':_0x100e86(0x1ba),'single-unit':{'warning':'Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.'},'closeRoom':'Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.'},'auth':{'needGotoLoginAlert':'La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.'},'formula':{'calculation':{'started':'El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','waiting':_0x100e86(0x1c4),'unable':_0x100e86(0x1b4)}}}};}));function _0x21b2(){var _0x22f6ff=['Feu\x20clic\x20per\x20reconnectar','Sincronitzat','Actualitza\x20la\x20pàgina','function','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.','Conflictes\x20d\x27edició','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','98790daFRdF','9zSaMHj','Sincronitzant...','815swtuAZ','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','Fitxer\x20local','1785030XWNfQe','32760gKNEZj','1959708RxDgaM','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','119nNcPnI','UniverProCollaborationClientUiCaES','Error\x20d\x27autenticació','8435040efYmca','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','702376gWaSNi','object','18thpUjh','S\x27està\x20carregant\x20el\x20full','44VPBahD','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','1255302jLQvLI','Conflicte\x20de\x20col·laboració','exports','amd','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.'];_0x21b2=function(){return _0x22f6ff;};return _0x21b2();}
1
+ function _0x4b90(_0x58f962,_0x236914){_0x58f962=_0x58f962-0x118;var _0xbd0c55=_0xbd0c();var _0x4b9071=_0xbd0c55[_0x58f962];return _0x4b9071;}(function(_0x5a4e40,_0x58bae1){var _0x287a77=_0x4b90,_0x230887=_0x5a4e40();while(!![]){try{var _0xce1cc2=-parseInt(_0x287a77(0x12a))/0x1+parseInt(_0x287a77(0x11d))/0x2*(parseInt(_0x287a77(0x13b))/0x3)+-parseInt(_0x287a77(0x122))/0x4*(-parseInt(_0x287a77(0x139))/0x5)+parseInt(_0x287a77(0x120))/0x6*(parseInt(_0x287a77(0x128))/0x7)+-parseInt(_0x287a77(0x12d))/0x8*(parseInt(_0x287a77(0x130))/0x9)+-parseInt(_0x287a77(0x125))/0xa*(-parseInt(_0x287a77(0x138))/0xb)+-parseInt(_0x287a77(0x137))/0xc;if(_0xce1cc2===_0x58bae1)break;else _0x230887['push'](_0x230887['shift']());}catch(_0x540653){_0x230887['push'](_0x230887['shift']());}}}(_0xbd0c,0x2655f),function(_0x55a337,_0x41738f){var _0x1c84a6=_0x4b90;typeof exports==_0x1c84a6(0x11c)&&typeof module<'u'?module[_0x1c84a6(0x11b)]=_0x41738f():typeof define==_0x1c84a6(0x12f)&&define[_0x1c84a6(0x12b)]?define([],_0x41738f):(_0x55a337=typeof globalThis<'u'?globalThis:_0x55a337||self,_0x55a337['UniverProCollaborationClientUiCaES']=_0x41738f());}(this,function(){var _0x2bc740=_0x4b90;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2bc740(0x11e)}},'collabStatus':{'fetchMiss':'Sincronitzant\x20dades\x20del\x20servidor...','conflict':_0x2bc740(0x13a),'notCollab':'Fitxer\x20local','synced':'Sincronitzat','syncing':_0x2bc740(0x11a),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'snapshotLoading':{'timeout':_0x2bc740(0x121),'refresh':_0x2bc740(0x119)},'session':{'connection-failed':_0x2bc740(0x12c),'will-retry':_0x2bc740(0x135),'room-full':_0x2bc740(0x126),'collaboration-timeout':_0x2bc740(0x127)},'conflict':{'title':_0x2bc740(0x136),'content':_0x2bc740(0x131)},'permission':{'title':_0x2bc740(0x132),'content':_0x2bc740(0x12e)},'collaboration':{'offline-data-not-saved':_0x2bc740(0x118),'single-unit':{'warning':_0x2bc740(0x123)},'closeRoom':_0x2bc740(0x129)},'auth':{'needGotoLoginAlert':_0x2bc740(0x11f)},'formula':{'calculation':{'started':_0x2bc740(0x124),'waiting':_0x2bc740(0x133),'unable':_0x2bc740(0x134)}}}};}));function _0xbd0c(){var _0x1447c8=['56iHAJCD','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.','function','12681fOlKCn','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.','Error\x20d\x27autenticació','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Conflicte\x20de\x20col·laboració','4362312HnEUNS','66TDmiBc','1020895JBjNjs','Conflictes\x20d\x27edició','27cnIEMt','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','Actualitza\x20la\x20pàgina','Sincronitzant...','exports','object','62644tAvAyJ','Feu\x20clic\x20per\x20reconnectar','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.','2766Jkiaef','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','4YASPaM','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','57490GjlTxg','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','749LXxPio','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','39486weXUiI','amd','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.'];_0xbd0c=function(){return _0x1447c8;};return _0xbd0c();}
@@ -1 +1 @@
1
- (function(_0x438dcf,_0x5be112){var _0x20e4fd=_0x3c01,_0x23c129=_0x438dcf();while(!![]){try{var _0x44f66a=-parseInt(_0x20e4fd(0xab))/0x1*(-parseInt(_0x20e4fd(0xa9))/0x2)+parseInt(_0x20e4fd(0xc2))/0x3*(-parseInt(_0x20e4fd(0xbc))/0x4)+-parseInt(_0x20e4fd(0xa2))/0x5*(parseInt(_0x20e4fd(0xbf))/0x6)+parseInt(_0x20e4fd(0xb6))/0x7*(-parseInt(_0x20e4fd(0xb3))/0x8)+parseInt(_0x20e4fd(0xa7))/0x9*(parseInt(_0x20e4fd(0xb1))/0xa)+parseInt(_0x20e4fd(0xac))/0xb+parseInt(_0x20e4fd(0xb5))/0xc;if(_0x44f66a===_0x5be112)break;else _0x23c129['push'](_0x23c129['shift']());}catch(_0x37a94f){_0x23c129['push'](_0x23c129['shift']());}}}(_0x19b4,0x42e28),function(_0x30d941,_0x535420){var _0x527e86=_0x3c01;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x535420():typeof define=='function'&&define['amd']?define([],_0x535420):(_0x30d941=typeof globalThis<'u'?globalThis:_0x30d941||self,_0x30d941[_0x527e86(0xae)]=_0x535420());}(this,function(){var _0x57316d=_0x3c01;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x57316d(0xa3)}},'collabStatus':{'fetchMiss':_0x57316d(0xc0),'conflict':_0x57316d(0xb4),'notCollab':_0x57316d(0xb2),'synced':_0x57316d(0xba),'syncing':_0x57316d(0xa5),'offline':_0x57316d(0xa8)},'snapshotLoading':{'loadingSheet':_0x57316d(0xbd),'timeout':'Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','refresh':_0x57316d(0xb9)},'session':{'connection-failed':_0x57316d(0xb7),'will-retry':_0x57316d(0xb0),'room-full':'Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','collaboration-timeout':_0x57316d(0xa6)},'conflict':{'title':_0x57316d(0xaa),'content':'Es\x20gibt\x20einen\x20Konflikt\x20zwischen\x20Ihrer\x20lokalen\x20Kopie\x20und\x20der\x20Kopie\x20auf\x20dem\x20Server.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen,\x20da\x20sie\x20beim\x20Neuladen\x20der\x20Seite\x20verloren\x20gehen.'},'permission':{'title':_0x57316d(0xbe),'content':_0x57316d(0xaf)},'collaboration':{'offline-data-not-saved':_0x57316d(0xad),'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':_0x57316d(0xc1)},'auth':{'needGotoLoginAlert':_0x57316d(0xb8)},'formula':{'calculation':{'started':_0x57316d(0xa4),'waiting':'Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','unable':_0x57316d(0xbb)}}}};}));function _0x3c01(_0x488e1e,_0x4b4c3e){_0x488e1e=_0x488e1e-0xa2;var _0x19b4d3=_0x19b4();var _0x3c015c=_0x19b4d3[_0x488e1e];return _0x3c015c;}function _0x19b4(){var _0x1b1b75=['Serverdaten\x20werden\x20synchronisiert...','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','1389IEgXFV','5345xfdpOx','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Formelberechnung\x20gestartet.','Synchronisierung...','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','9ZhoEao','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','134ttYiqL','Zusammenarbeitskonflikt','364MfKIyd','2018764AYCSlW','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','UniverProCollaborationClientUiDeDE','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.','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','306790VNpOEQ','Lokale\x20Datei','16UVdNwe','Bearbeitungskonflikte','11847912oSglfy','1908970vdfvCG','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Seite\x20aktualisieren','Synchronisiert','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','1896PxfBjo','Tabellenblatt\x20wird\x20geladen','Authentifizierungsfehler','1050cxJmBx'];_0x19b4=function(){return _0x1b1b75;};return _0x19b4();}
1
+ (function(_0x6a767,_0x187020){var _0x21fef6=_0x12a0,_0x568ccd=_0x6a767();while(!![]){try{var _0x4f5069=-parseInt(_0x21fef6(0x1ce))/0x1+parseInt(_0x21fef6(0x1b5))/0x2*(parseInt(_0x21fef6(0x1b9))/0x3)+parseInt(_0x21fef6(0x1ca))/0x4*(-parseInt(_0x21fef6(0x1c4))/0x5)+-parseInt(_0x21fef6(0x1d0))/0x6+-parseInt(_0x21fef6(0x1b3))/0x7+-parseInt(_0x21fef6(0x1c0))/0x8*(-parseInt(_0x21fef6(0x1bd))/0x9)+parseInt(_0x21fef6(0x1c3))/0xa;if(_0x4f5069===_0x187020)break;else _0x568ccd['push'](_0x568ccd['shift']());}catch(_0x923e5e){_0x568ccd['push'](_0x568ccd['shift']());}}}(_0x4add,0xee44c),function(_0x15ff5c,_0x5b0d82){var _0x33b449=_0x12a0;typeof exports==_0x33b449(0x1c6)&&typeof module<'u'?module[_0x33b449(0x1cc)]=_0x5b0d82():typeof define==_0x33b449(0x1c1)&&define[_0x33b449(0x1d2)]?define([],_0x5b0d82):(_0x15ff5c=typeof globalThis<'u'?globalThis:_0x15ff5c||self,_0x15ff5c[_0x33b449(0x1c7)]=_0x5b0d82());}(this,function(){var _0x13161b=_0x12a0;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x13161b(0x1c2)}},'collabStatus':{'fetchMiss':_0x13161b(0x1c9),'conflict':'Bearbeitungskonflikte','notCollab':_0x13161b(0x1b7),'synced':'Synchronisiert','syncing':'Synchronisierung...','offline':_0x13161b(0x1bf)},'snapshotLoading':{'timeout':_0x13161b(0x1d3),'refresh':_0x13161b(0x1bc)},'session':{'connection-failed':_0x13161b(0x1ba),'will-retry':_0x13161b(0x1b4),'room-full':'Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','collaboration-timeout':_0x13161b(0x1cd)},'conflict':{'title':_0x13161b(0x1be),'content':_0x13161b(0x1cf)},'permission':{'title':_0x13161b(0x1d1),'content':'Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderweitig,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.'},'collaboration':{'offline-data-not-saved':_0x13161b(0x1b8),'single-unit':{'warning':_0x13161b(0x1c5)},'closeRoom':'Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'},'auth':{'needGotoLoginAlert':_0x13161b(0x1b6)},'formula':{'calculation':{'started':_0x13161b(0x1bb),'waiting':_0x13161b(0x1c8),'unable':_0x13161b(0x1cb)}}}};}));function _0x12a0(_0x5213e9,_0x57273b){_0x5213e9=_0x5213e9-0x1b3;var _0x4addef=_0x4add();var _0x12a037=_0x4addef[_0x5213e9];return _0x12a037;}function _0x4add(){var _0x45af59=['1684925nDeRbU','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','object','UniverProCollaborationClientUiDeDE','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Serverdaten\x20werden\x20synchronisiert...','20xONKKw','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','exports','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','1241872dpiItC','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.','10536048yNpoET','Authentifizierungsfehler','amd','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','9505720FuDgLJ','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','237522RVsAve','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Lokale\x20Datei','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','18hSAnDb','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Formelberechnung\x20gestartet.','Seite\x20aktualisieren','637344OhzFfF','Zusammenarbeitskonflikt','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','128URpCvW','function','Klicken,\x20um\x20wieder\x20zu\x20verbinden','51710910uDGLzU'];_0x4add=function(){return _0x45af59;};return _0x4add();}
@@ -1 +1 @@
1
- function _0x2e63(_0x3003b6,_0x36c8fc){_0x3003b6=_0x3003b6-0x179;var _0x4a8043=_0x4a80();var _0x2e63d4=_0x4a8043[_0x3003b6];return _0x2e63d4;}function _0x4a80(){var _0x26cd1a=['Connection\x20failed,\x20please\x20check\x20your\x20network.','12WAjFZp','2nzKtjA','5285300DXlHSt','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','amd','5610699szhiej','11StsvkC','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','22896660meqsgv','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.','8UKLLDf','exports','206928SJyEZr','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Refresh\x20page','1515979thtmgd','5739560lgNmBa','Edit\x20conflicts','function','769311ekkeOf','Syncing\x20server\x20data...','Click\x20to\x20Reconnect','Syncing...','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Synced','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','object','280qfOLIa','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'];_0x4a80=function(){return _0x26cd1a;};return _0x4a80();}(function(_0x219898,_0x3b80a5){var _0x14228=_0x2e63,_0x39454d=_0x219898();while(!![]){try{var _0x217d37=-parseInt(_0x14228(0x18f))/0x1*(parseInt(_0x14228(0x17e))/0x2)+-parseInt(_0x14228(0x193))/0x3*(-parseInt(_0x14228(0x17d))/0x4)+parseInt(_0x14228(0x190))/0x5+-parseInt(_0x14228(0x18c))/0x6*(parseInt(_0x14228(0x17a))/0x7)+-parseInt(_0x14228(0x18a))/0x8*(parseInt(_0x14228(0x182))/0x9)+-parseInt(_0x14228(0x17f))/0xa*(-parseInt(_0x14228(0x183))/0xb)+parseInt(_0x14228(0x187))/0xc;if(_0x217d37===_0x3b80a5)break;else _0x39454d['push'](_0x39454d['shift']());}catch(_0x40e3bc){_0x39454d['push'](_0x39454d['shift']());}}}(_0x4a80,0xcbd52),function(_0x26967d,_0x4ac078){var _0x4665cb=_0x2e63;typeof exports==_0x4665cb(0x179)&&typeof module<'u'?module[_0x4665cb(0x18b)]=_0x4ac078():typeof define==_0x4665cb(0x192)&&define[_0x4665cb(0x181)]?define([],_0x4ac078):(_0x26967d=typeof globalThis<'u'?globalThis:_0x26967d||self,_0x26967d['UniverProCollaborationClientUiEnUS']=_0x4ac078());}(this,function(){var _0x4488f2=_0x2e63;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4488f2(0x195)}},'collabStatus':{'fetchMiss':_0x4488f2(0x194),'conflict':_0x4488f2(0x191),'notCollab':'Local\x20file','synced':_0x4488f2(0x198),'syncing':_0x4488f2(0x196),'offline':_0x4488f2(0x185)},'snapshotLoading':{'loadingSheet':'Loading\x20sheet','timeout':_0x4488f2(0x180),'refresh':_0x4488f2(0x18e)},'session':{'connection-failed':_0x4488f2(0x17c),'will-retry':_0x4488f2(0x186),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x4488f2(0x197)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x4488f2(0x199)},'permission':{'title':'Authentication\x20Error','content':_0x4488f2(0x17b)},'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':_0x4488f2(0x189)},'closeRoom':_0x4488f2(0x184)},'auth':{'needGotoLoginAlert':_0x4488f2(0x188)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x4488f2(0x18d),'unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}}};}));
1
+ function _0x288f(_0x5e52ee,_0x3901f7){_0x5e52ee=_0x5e52ee-0x17d;var _0x36506a=_0x3650();var _0x288f38=_0x36506a[_0x5e52ee];return _0x288f38;}(function(_0x4a1c64,_0x461b19){var _0x8ea4a0=_0x288f,_0x10aea1=_0x4a1c64();while(!![]){try{var _0x1ed6c6=-parseInt(_0x8ea4a0(0x184))/0x1*(-parseInt(_0x8ea4a0(0x195))/0x2)+-parseInt(_0x8ea4a0(0x18f))/0x3*(-parseInt(_0x8ea4a0(0x197))/0x4)+-parseInt(_0x8ea4a0(0x191))/0x5+parseInt(_0x8ea4a0(0x18c))/0x6+-parseInt(_0x8ea4a0(0x18b))/0x7*(-parseInt(_0x8ea4a0(0x199))/0x8)+parseInt(_0x8ea4a0(0x198))/0x9+-parseInt(_0x8ea4a0(0x196))/0xa;if(_0x1ed6c6===_0x461b19)break;else _0x10aea1['push'](_0x10aea1['shift']());}catch(_0x205e7e){_0x10aea1['push'](_0x10aea1['shift']());}}}(_0x3650,0xd4951),function(_0x26d2a1,_0x58d07d){var _0x3ecfee=_0x288f;typeof exports==_0x3ecfee(0x187)&&typeof module<'u'?module['exports']=_0x58d07d():typeof define==_0x3ecfee(0x17e)&&define['amd']?define([],_0x58d07d):(_0x26d2a1=typeof globalThis<'u'?globalThis:_0x26d2a1||self,_0x26d2a1[_0x3ecfee(0x183)]=_0x58d07d());}(this,function(){var _0x3fd1dc=_0x288f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x3fd1dc(0x18d),'conflict':_0x3fd1dc(0x185),'notCollab':'Local\x20file','synced':_0x3fd1dc(0x193),'syncing':'Syncing...','offline':_0x3fd1dc(0x190)},'snapshotLoading':{'timeout':_0x3fd1dc(0x17d),'refresh':'Refresh\x20page'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x3fd1dc(0x188),'room-full':_0x3fd1dc(0x18e),'collaboration-timeout':_0x3fd1dc(0x189)},'conflict':{'title':_0x3fd1dc(0x180),'content':_0x3fd1dc(0x194)},'permission':{'title':_0x3fd1dc(0x181),'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':_0x3fd1dc(0x17f)},'closeRoom':_0x3fd1dc(0x192)},'auth':{'needGotoLoginAlert':_0x3fd1dc(0x182)},'formula':{'calculation':{'started':_0x3fd1dc(0x186),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x3fd1dc(0x18a)}}}};}));function _0x3650(){var _0x40e496=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1588140OcFyhf','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Synced','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','62LgGRQc','46811460PklDko','244zHfHwU','6056136GMtdpu','11054184pJzpwi','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','function','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Collaboration\x20Conflict','Authentication\x20Error','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','UniverProCollaborationClientUiEnUS','38648dzvvIr','Edit\x20conflicts','Formula\x20calculation\x20started.','object','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','7jTbaxv','7481214POjtwI','Syncing\x20server\x20data...','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','67371DglkFQ'];_0x3650=function(){return _0x40e496;};return _0x3650();}
@@ -1 +1 @@
1
- function _0x53fc(_0x609af,_0x418af9){_0x609af=_0x609af-0x129;var _0x308c5c=_0x308c();var _0x53fc4a=_0x308c5c[_0x609af];return _0x53fc4a;}function _0x308c(){var _0x5cfd0d=['18MjFtGf','Sincronizando\x20datos\x20del\x20servidor...','La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','Sincronizando...','65869UnuKuH','1267850aGvyks','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','404620SbaOdK','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','Sincronizado','object','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','5yPtcOr','154184FCXDAT','78012TGLTba','Cálculo\x20de\x20fórmulas\x20iniciado.','UniverProCollaborationClientUiEsES','Cargando\x20hoja','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','663677HlPJhK','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.','11TzYOlo','709803NSuRba','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','Error\x20de\x20autenticación','function','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\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Conflictos\x20de\x20edición','6BUZGhs','exports','Actualizar\x20página'];_0x308c=function(){return _0x5cfd0d;};return _0x308c();}(function(_0x710e1f,_0x2e0b9a){var _0x2ce34e=_0x53fc,_0x348bd5=_0x710e1f();while(!![]){try{var _0x553b9a=parseInt(_0x2ce34e(0x13e))/0x1+parseInt(_0x2ce34e(0x141))/0x2+-parseInt(_0x2ce34e(0x130))/0x3+parseInt(_0x2ce34e(0x148))/0x4*(parseInt(_0x2ce34e(0x146))/0x5)+parseInt(_0x2ce34e(0x137))/0x6*(-parseInt(_0x2ce34e(0x12d))/0x7)+parseInt(_0x2ce34e(0x147))/0x8*(parseInt(_0x2ce34e(0x13a))/0x9)+parseInt(_0x2ce34e(0x13f))/0xa*(parseInt(_0x2ce34e(0x12f))/0xb);if(_0x553b9a===_0x2e0b9a)break;else _0x348bd5['push'](_0x348bd5['shift']());}catch(_0x4dcea9){_0x348bd5['push'](_0x348bd5['shift']());}}}(_0x308c,0x1db01),function(_0x1dc291,_0x4231c5){var _0x3c636b=_0x53fc;typeof exports==_0x3c636b(0x144)&&typeof module<'u'?module[_0x3c636b(0x138)]=_0x4231c5():typeof define==_0x3c636b(0x133)&&define['amd']?define([],_0x4231c5):(_0x1dc291=typeof globalThis<'u'?globalThis:_0x1dc291||self,_0x1dc291[_0x3c636b(0x12a)]=_0x4231c5());}(this,function(){var _0x6edd14=_0x53fc;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':_0x6edd14(0x13b),'conflict':_0x6edd14(0x136),'notCollab':'Archivo\x20local','synced':_0x6edd14(0x143),'syncing':_0x6edd14(0x13d),'offline':_0x6edd14(0x145)},'snapshotLoading':{'loadingSheet':_0x6edd14(0x12b),'timeout':_0x6edd14(0x13c),'refresh':_0x6edd14(0x139)},'session':{'connection-failed':'Error\x20de\x20conexión,\x20verifique\x20su\x20red.','will-retry':'Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','room-full':_0x6edd14(0x135),'collaboration-timeout':'El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':_0x6edd14(0x134)},'permission':{'title':_0x6edd14(0x132),'content':_0x6edd14(0x12e)},'collaboration':{'offline-data-not-saved':_0x6edd14(0x12c),'single-unit':{'warning':_0x6edd14(0x131)},'closeRoom':_0x6edd14(0x142)},'auth':{'needGotoLoginAlert':_0x6edd14(0x140)},'formula':{'calculation':{'started':_0x6edd14(0x129),'waiting':'La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','unable':'No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.'}}}};}));
1
+ function _0x5c72(){var _0x20a92f=['Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Sincronizado','525564dHDdWX','1454990RXOeFL','3vDJrrf','exports','3754KkhMjs','UniverProCollaborationClientUiEsES','Conflictos\x20de\x20edición','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.','Error\x20de\x20autenticación','Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Archivo\x20local','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Actualizar\x20página','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','5611228JaJOrq','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','5080866PGqagk','8mvNLSQ','Sincronizando...','function','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','29252443IfvVzc','La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','464ZUrSaU','30180DuYQjH','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','40rVWOFh'];_0x5c72=function(){return _0x20a92f;};return _0x5c72();}function _0x9a1d(_0xe93712,_0x2f9677){_0xe93712=_0xe93712-0x18e;var _0x5c721f=_0x5c72();var _0x9a1d56=_0x5c721f[_0xe93712];return _0x9a1d56;}(function(_0x13d76d,_0x1f9ebc){var _0x30fd53=_0x9a1d,_0xc6a683=_0x13d76d();while(!![]){try{var _0x563d38=-parseInt(_0x30fd53(0x19b))/0x1+-parseInt(_0x30fd53(0x198))/0x2*(-parseInt(_0x30fd53(0x199))/0x3)+-parseInt(_0x30fd53(0x190))/0x4*(parseInt(_0x30fd53(0x191))/0x5)+-parseInt(_0x30fd53(0x1a8))/0x6+-parseInt(_0x30fd53(0x1a6))/0x7*(parseInt(_0x30fd53(0x1a9))/0x8)+parseInt(_0x30fd53(0x197))/0x9*(-parseInt(_0x30fd53(0x193))/0xa)+parseInt(_0x30fd53(0x1ae))/0xb;if(_0x563d38===_0x1f9ebc)break;else _0xc6a683['push'](_0xc6a683['shift']());}catch(_0x386439){_0xc6a683['push'](_0xc6a683['shift']());}}}(_0x5c72,0xc386f),function(_0x9ddbb0,_0x405f9b){var _0x8c08c5=_0x9a1d;typeof exports=='object'&&typeof module<'u'?module[_0x8c08c5(0x19a)]=_0x405f9b():typeof define==_0x8c08c5(0x1ab)&&define['amd']?define([],_0x405f9b):(_0x9ddbb0=typeof globalThis<'u'?globalThis:_0x9ddbb0||self,_0x9ddbb0[_0x8c08c5(0x19c)]=_0x405f9b());}(this,function(){var _0x5cdada=_0x9a1d;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x5cdada(0x19d),'notCollab':_0x5cdada(0x1a2),'synced':_0x5cdada(0x196),'syncing':_0x5cdada(0x1aa),'offline':_0x5cdada(0x1a5)},'snapshotLoading':{'timeout':_0x5cdada(0x18e),'refresh':_0x5cdada(0x1a4)},'session':{'connection-failed':_0x5cdada(0x1ad),'will-retry':_0x5cdada(0x194),'room-full':_0x5cdada(0x1a7),'collaboration-timeout':_0x5cdada(0x1a3)},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':_0x5cdada(0x19e)},'permission':{'title':_0x5cdada(0x19f),'content':_0x5cdada(0x1a0)},'collaboration':{'offline-data-not-saved':_0x5cdada(0x1ac),'single-unit':{'warning':'Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.'},'closeRoom':_0x5cdada(0x192)},'auth':{'needGotoLoginAlert':_0x5cdada(0x18f)},'formula':{'calculation':{'started':'Cálculo\x20de\x20fórmulas\x20iniciado.','waiting':_0x5cdada(0x195),'unable':_0x5cdada(0x1a1)}}}};}));
@@ -1 +1 @@
1
- function _0x5502(){var _0x417594=['تازه‌سازی\x20صفحه','26hHCMNS','exports','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','316554uBawja','محاسبه\x20فرمول\x20شروع\x20شد.','30YeKYMI','12978wsZcNO','8551OdADJE','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','amd','96anUBXg','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','596mmgBul','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','1253358DtSKNF','UniverProCollaborationClientUiFaIR','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','function','تداخل\x20همکاری','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','در\x20حال\x20بارگذاری\x20برگه','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','192oRSmsr','2995890bhlwOg','تداخل\x20ویرایش','در\x20حال\x20همگام\x20سازی...','1059885bIqChU','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','856031IkUxuD','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.'];_0x5502=function(){return _0x417594;};return _0x5502();}function _0x5495(_0x1259a6,_0x440042){_0x1259a6=_0x1259a6-0xd0;var _0x550294=_0x5502();var _0x549500=_0x550294[_0x1259a6];return _0x549500;}(function(_0xf05107,_0x4a60aa){var _0x631c73=_0x5495,_0x3e775b=_0xf05107();while(!![]){try{var _0x341fd3=parseInt(_0x631c73(0xdf))/0x1*(-parseInt(_0x631c73(0xd8))/0x2)+parseInt(_0x631c73(0xde))/0x3*(parseInt(_0x631c73(0xe5))/0x4)+-parseInt(_0x631c73(0xdd))/0x5*(parseInt(_0x631c73(0xe8))/0x6)+parseInt(_0x631c73(0xdb))/0x7*(parseInt(_0x631c73(0xe2))/0x8)+-parseInt(_0x631c73(0xf4))/0x9+-parseInt(_0x631c73(0xf1))/0xa+-parseInt(_0x631c73(0xd1))/0xb*(-parseInt(_0x631c73(0xf0))/0xc);if(_0x341fd3===_0x4a60aa)break;else _0x3e775b['push'](_0x3e775b['shift']());}catch(_0x2af993){_0x3e775b['push'](_0x3e775b['shift']());}}}(_0x5502,0x9ed03),function(_0x5bf92a,_0x31d5c2){var _0xae9f0=_0x5495;typeof exports=='object'&&typeof module<'u'?module[_0xae9f0(0xd9)]=_0x31d5c2():typeof define==_0xae9f0(0xeb)&&define[_0xae9f0(0xe1)]?define([],_0x31d5c2):(_0x5bf92a=typeof globalThis<'u'?globalThis:_0x5bf92a||self,_0x5bf92a[_0xae9f0(0xe9)]=_0x31d5c2());}(this,function(){var _0x81a55c=_0x5495;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x81a55c(0xe7)}},'collabStatus':{'fetchMiss':_0x81a55c(0xda),'conflict':_0x81a55c(0xf2),'notCollab':'پرونده\x20محلی','synced':'همگام\x20سازی','syncing':_0x81a55c(0xf3),'offline':_0x81a55c(0xed)},'snapshotLoading':{'loadingSheet':_0x81a55c(0xee),'timeout':_0x81a55c(0xd5),'refresh':_0x81a55c(0xd7)},'session':{'connection-failed':_0x81a55c(0xea),'will-retry':_0x81a55c(0xd0),'room-full':_0x81a55c(0xe4),'collaboration-timeout':_0x81a55c(0xe0)},'conflict':{'title':_0x81a55c(0xec),'content':_0x81a55c(0xef)},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x81a55c(0xd4)},'collaboration':{'offline-data-not-saved':_0x81a55c(0xf5),'single-unit':{'warning':_0x81a55c(0xe6)},'closeRoom':_0x81a55c(0xd6)},'auth':{'needGotoLoginAlert':_0x81a55c(0xd3)},'formula':{'calculation':{'started':_0x81a55c(0xdc),'waiting':_0x81a55c(0xe3),'unable':_0x81a55c(0xd2)}}}};}));
1
+ function _0x100c(_0x1f345e,_0x249f17){_0x1f345e=_0x1f345e-0x6a;var _0x2592db=_0x2592();var _0x100ca5=_0x2592db[_0x1f345e];return _0x100ca5;}(function(_0x132c14,_0x4cfb14){var _0x5c7d7c=_0x100c,_0x16647d=_0x132c14();while(!![]){try{var _0x28ab0c=parseInt(_0x5c7d7c(0x6b))/0x1+-parseInt(_0x5c7d7c(0x77))/0x2*(-parseInt(_0x5c7d7c(0x84))/0x3)+-parseInt(_0x5c7d7c(0x6e))/0x4+parseInt(_0x5c7d7c(0x7c))/0x5+-parseInt(_0x5c7d7c(0x6d))/0x6*(-parseInt(_0x5c7d7c(0x71))/0x7)+parseInt(_0x5c7d7c(0x74))/0x8+parseInt(_0x5c7d7c(0x7b))/0x9*(-parseInt(_0x5c7d7c(0x7f))/0xa);if(_0x28ab0c===_0x4cfb14)break;else _0x16647d['push'](_0x16647d['shift']());}catch(_0x360191){_0x16647d['push'](_0x16647d['shift']());}}}(_0x2592,0xb43fe),function(_0x35f706,_0x2f263f){var _0x4c5e69=_0x100c;typeof exports==_0x4c5e69(0x80)&&typeof module<'u'?module[_0x4c5e69(0x81)]=_0x2f263f():typeof define==_0x4c5e69(0x6c)&&define[_0x4c5e69(0x83)]?define([],_0x2f263f):(_0x35f706=typeof globalThis<'u'?globalThis:_0x35f706||self,_0x35f706[_0x4c5e69(0x6f)]=_0x2f263f());}(this,function(){var _0x5bfee9=_0x100c;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5bfee9(0x7a)}},'collabStatus':{'fetchMiss':_0x5bfee9(0x82),'conflict':'تداخل\x20ویرایش','notCollab':_0x5bfee9(0x86),'synced':'همگام\x20سازی','syncing':'در\x20حال\x20همگام\x20سازی...','offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'snapshotLoading':{'timeout':'بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','refresh':_0x5bfee9(0x75)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x5bfee9(0x7d),'room-full':_0x5bfee9(0x76),'collaboration-timeout':_0x5bfee9(0x6a)},'conflict':{'title':'تداخل\x20همکاری','content':_0x5bfee9(0x87)},'permission':{'title':_0x5bfee9(0x73),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'offline-data-not-saved':'شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','single-unit':{'warning':_0x5bfee9(0x7e)},'closeRoom':_0x5bfee9(0x85)},'auth':{'needGotoLoginAlert':_0x5bfee9(0x70)},'formula':{'calculation':{'started':_0x5bfee9(0x79),'waiting':_0x5bfee9(0x78),'unable':_0x5bfee9(0x72)}}}};}));function _0x2592(){var _0x527a44=['995453UftNHL','function','744HYVXJI','2103184CikbIm','UniverProCollaborationClientUiFaIR','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','4837xLLXgx','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','خطای\x20اعتبارسنجی','5234832dVybiO','تازه‌سازی\x20صفحه','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','2550418xopPbD','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','محاسبه\x20فرمول\x20شروع\x20شد.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','288Jsuhss','2692750LUUemr','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','714110XsFySy','object','exports','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','amd','3QpUQAO','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','پرونده\x20محلی','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'];_0x2592=function(){return _0x527a44;};return _0x2592();}
@@ -1 +1 @@
1
- function _0x1898(){var _0x3c9e2d=['amd','UniverProCollaborationClientUiFrFR','Conflit\x20de\x20collaboration','Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.','Synchronisé','4620rdHDKH','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','438812CLUscZ','1408659TGIJkN','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','173034OqeRDW','3HokTHA','17DPqgFx','70310pCQAGy','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','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.','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','2165jIXrwV','Cliquez\x20pour\x20reconnecter','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','exports','2588256XdrbKm','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.','5779760CQzRrA','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','Fichier\x20local','function','Synchronisation\x20des\x20données\x20du\x20serveur...','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.'];_0x1898=function(){return _0x3c9e2d;};return _0x1898();}function _0x41a3(_0xee066,_0x303250){_0xee066=_0xee066-0xb7;var _0x189884=_0x1898();var _0x41a305=_0x189884[_0xee066];return _0x41a305;}(function(_0x41234b,_0x42d70c){var _0x176968=_0x41a3,_0x52868f=_0x41234b();while(!![]){try{var _0x4f3a77=parseInt(_0x176968(0xc5))/0x1*(-parseInt(_0x176968(0xc6))/0x2)+-parseInt(_0x176968(0xc4))/0x3*(parseInt(_0x176968(0xc0))/0x4)+parseInt(_0x176968(0xca))/0x5*(parseInt(_0x176968(0xbe))/0x6)+-parseInt(_0x176968(0xc1))/0x7+parseInt(_0x176968(0xce))/0x8+parseInt(_0x176968(0xc3))/0x9+parseInt(_0x176968(0xd0))/0xa;if(_0x4f3a77===_0x42d70c)break;else _0x52868f['push'](_0x52868f['shift']());}catch(_0x1b203f){_0x52868f['push'](_0x52868f['shift']());}}}(_0x1898,0x545e1),function(_0x23f19f,_0x175c68){var _0x4acfad=_0x41a3;typeof exports=='object'&&typeof module<'u'?module[_0x4acfad(0xcd)]=_0x175c68():typeof define==_0x4acfad(0xd3)&&define[_0x4acfad(0xb9)]?define([],_0x175c68):(_0x23f19f=typeof globalThis<'u'?globalThis:_0x23f19f||self,_0x23f19f[_0x4acfad(0xba)]=_0x175c68());}(this,function(){var _0x2e4735=_0x41a3;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2e4735(0xcb)}},'collabStatus':{'fetchMiss':_0x2e4735(0xb7),'conflict':'Conflits\x20de\x20modification','notCollab':_0x2e4735(0xd2),'synced':_0x2e4735(0xbd),'syncing':'Synchronisation...','offline':_0x2e4735(0xc7)},'snapshotLoading':{'loadingSheet':'Chargement\x20de\x20la\x20feuille','timeout':_0x2e4735(0xbf),'refresh':'Actualiser\x20la\x20page'},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','will-retry':'Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','room-full':'La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','collaboration-timeout':_0x2e4735(0xb8)},'conflict':{'title':_0x2e4735(0xbb),'content':_0x2e4735(0xc8)},'permission':{'title':'Erreur\x20d\x27authentification','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':_0x2e4735(0xcf),'single-unit':{'warning':_0x2e4735(0xbc)},'closeRoom':_0x2e4735(0xc9)},'auth':{'needGotoLoginAlert':_0x2e4735(0xc2)},'formula':{'calculation':{'started':_0x2e4735(0xcc),'waiting':'La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','unable':_0x2e4735(0xd1)}}}};}));
1
+ function _0x18a8(_0x1d630c,_0x2c9233){_0x1d630c=_0x1d630c-0x195;var _0x2cff8b=_0x2cff();var _0x18a8ad=_0x2cff8b[_0x1d630c];return _0x18a8ad;}(function(_0x1701ae,_0x478408){var _0x153de0=_0x18a8,_0x107251=_0x1701ae();while(!![]){try{var _0xb586f0=-parseInt(_0x153de0(0x1ad))/0x1*(parseInt(_0x153de0(0x1ab))/0x2)+parseInt(_0x153de0(0x1a6))/0x3*(-parseInt(_0x153de0(0x196))/0x4)+parseInt(_0x153de0(0x19b))/0x5*(-parseInt(_0x153de0(0x1a3))/0x6)+-parseInt(_0x153de0(0x1a1))/0x7+-parseInt(_0x153de0(0x1a0))/0x8*(-parseInt(_0x153de0(0x19e))/0x9)+parseInt(_0x153de0(0x198))/0xa*(-parseInt(_0x153de0(0x19a))/0xb)+-parseInt(_0x153de0(0x1b2))/0xc*(-parseInt(_0x153de0(0x1a4))/0xd);if(_0xb586f0===_0x478408)break;else _0x107251['push'](_0x107251['shift']());}catch(_0x26a5cd){_0x107251['push'](_0x107251['shift']());}}}(_0x2cff,0xb178c),function(_0x4ac606,_0x206f3b){var _0x45f680=_0x18a8;typeof exports=='object'&&typeof module<'u'?module[_0x45f680(0x1a7)]=_0x206f3b():typeof define==_0x45f680(0x199)&&define[_0x45f680(0x197)]?define([],_0x206f3b):(_0x4ac606=typeof globalThis<'u'?globalThis:_0x4ac606||self,_0x4ac606[_0x45f680(0x1aa)]=_0x206f3b());}(this,function(){var _0xa35182=_0x18a8;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0xa35182(0x1ac),'conflict':_0xa35182(0x1ae),'notCollab':'Fichier\x20local','synced':'Synchronisé','syncing':'Synchronisation...','offline':_0xa35182(0x19c)},'snapshotLoading':{'timeout':_0xa35182(0x1a8),'refresh':_0xa35182(0x1a2)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','will-retry':_0xa35182(0x1b1),'room-full':_0xa35182(0x19d),'collaboration-timeout':_0xa35182(0x1b0)},'conflict':{'title':'Conflit\x20de\x20collaboration','content':_0xa35182(0x19f)},'permission':{'title':_0xa35182(0x195),'content':'Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.'},'collaboration':{'offline-data-not-saved':'Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.','single-unit':{'warning':_0xa35182(0x1af)},'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':_0xa35182(0x1a5),'waiting':'La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','unable':_0xa35182(0x1a9)}}}};}));function _0x2cff(){var _0x2dc47d=['3801936jvhTlM','Erreur\x20d\x27authentification','1125428qhPnTE','amd','194050wiwVUI','function','517YnhTbh','15445ukoqQj','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','1971IyqFUv','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.','33104pEraUm','2562812CWiclF','Actualiser\x20la\x20page','6qCLiSM','91iigGby','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','6ywsPof','exports','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','UniverProCollaborationClientUiFrFR','40AZzeIf','Synchronisation\x20des\x20données\x20du\x20serveur...','27657ZerzEk','Conflits\x20de\x20modification','Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.'];_0x2cff=function(){return _0x2dc47d;};return _0x2cff();}
@@ -1 +1 @@
1
- function _0x51fd(_0x396b91,_0x52f92c){_0x396b91=_0x396b91-0xff;var _0x19380f=_0x1938();var _0x51fd8a=_0x19380f[_0x396b91];return _0x51fd8a;}function _0x1938(){var _0xd38224=['Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','632460gNWUlF','UniverProCollaborationClientUiIdID','25335bYhxDI','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','6587mVtqUV','260265MbDSYq','exports','4938aaTrEv','7685ruiAPy','24wcbfBQ','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Muat\x20ulang\x20halaman','1054194zkUIzT','Menyinkronkan\x20data\x20server...','Tersinkron','File\x20lokal','9440651ycisaS','1184cAWGVz','Kesalahan\x20Autentikasi','Menyinkronkan...','1CfpIzF','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','2132VMuRor','Klik\x20untuk\x20Menyambung\x20Kembali','Memuat\x20lembar','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','object','function','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Perhitungan\x20rumus\x20dimulai.'];_0x1938=function(){return _0xd38224;};return _0x1938();}(function(_0x11f790,_0x4dd963){var _0x461367=_0x51fd,_0x29fb55=_0x11f790();while(!![]){try{var _0xf11b0e=-parseInt(_0x461367(0x10e))/0x1*(parseInt(_0x461367(0x106))/0x2)+parseInt(_0x461367(0x120))/0x3+parseInt(_0x461367(0x110))/0x4*(-parseInt(_0x461367(0x101))/0x5)+-parseInt(_0x461367(0x100))/0x6*(-parseInt(_0x461367(0x11f))/0x7)+parseInt(_0x461367(0x10b))/0x8*(-parseInt(_0x461367(0x11d))/0x9)+-parseInt(_0x461367(0x11b))/0xa+-parseInt(_0x461367(0x10a))/0xb*(-parseInt(_0x461367(0x102))/0xc);if(_0xf11b0e===_0x4dd963)break;else _0x29fb55['push'](_0x29fb55['shift']());}catch(_0x2ef7ab){_0x29fb55['push'](_0x29fb55['shift']());}}}(_0x1938,0xb7788),function(_0x1da04e,_0xc366eb){var _0x243527=_0x51fd;typeof exports==_0x243527(0x115)&&typeof module<'u'?module[_0x243527(0xff)]=_0xc366eb():typeof define==_0x243527(0x116)&&define['amd']?define([],_0xc366eb):(_0x1da04e=typeof globalThis<'u'?globalThis:_0x1da04e||self,_0x1da04e[_0x243527(0x11c)]=_0xc366eb());}(this,function(){var _0x245e2e=_0x51fd;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x245e2e(0x111)}},'collabStatus':{'fetchMiss':_0x245e2e(0x107),'conflict':'Konflik\x20edit','notCollab':_0x245e2e(0x109),'synced':_0x245e2e(0x108),'syncing':_0x245e2e(0x10d),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'snapshotLoading':{'loadingSheet':_0x245e2e(0x112),'timeout':_0x245e2e(0x113),'refresh':_0x245e2e(0x105)},'session':{'connection-failed':'Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':_0x245e2e(0x118),'collaboration-timeout':_0x245e2e(0x11a)},'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':_0x245e2e(0x10c),'content':_0x245e2e(0x10f)},'collaboration':{'offline-data-not-saved':'Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','single-unit':{'warning':_0x245e2e(0x114)},'closeRoom':_0x245e2e(0x104)},'auth':{'needGotoLoginAlert':_0x245e2e(0x103)},'formula':{'calculation':{'started':_0x245e2e(0x119),'waiting':_0x245e2e(0x117),'unable':_0x245e2e(0x11e)}}}};}));
1
+ function _0x3de9(){var _0x39856b=['Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','exports','object','8091468nSkxny','function','File\x20lokal','Menyinkronkan\x20data\x20server...','Konflik\x20edit','Klik\x20untuk\x20Menyambung\x20Kembali','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','2109482TOdLwl','987424HzcONJ','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Perhitungan\x20rumus\x20dimulai.','UniverProCollaborationClientUiIdID','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Muat\x20ulang\x20halaman','6130472BwcgGL','20777918utKCIS','Konflik\x20Kolaborasi','Tersinkron','6428330dWYQIJ','1843089oRWrgv','amd','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...'];_0x3de9=function(){return _0x39856b;};return _0x3de9();}function _0x1886(_0xff142f,_0xbd218a){_0xff142f=_0xff142f-0x64;var _0x3de9e3=_0x3de9();var _0x1886d8=_0x3de9e3[_0xff142f];return _0x1886d8;}(function(_0x559f7e,_0x17477d){var _0x816b9=_0x1886,_0x438ccd=_0x559f7e();while(!![]){try{var _0x297ba9=-parseInt(_0x816b9(0x79))/0x1+parseInt(_0x816b9(0x78))/0x2+-parseInt(_0x816b9(0x69))/0x3+-parseInt(_0x816b9(0x64))/0x4+parseInt(_0x816b9(0x68))/0x5+-parseInt(_0x816b9(0x70))/0x6+parseInt(_0x816b9(0x65))/0x7;if(_0x297ba9===_0x17477d)break;else _0x438ccd['push'](_0x438ccd['shift']());}catch(_0x1091fd){_0x438ccd['push'](_0x438ccd['shift']());}}}(_0x3de9,0xc9962),function(_0x269f04,_0x1ad2d7){var _0x42fad9=_0x1886;typeof exports==_0x42fad9(0x6f)&&typeof module<'u'?module[_0x42fad9(0x6e)]=_0x1ad2d7():typeof define==_0x42fad9(0x71)&&define[_0x42fad9(0x6a)]?define([],_0x1ad2d7):(_0x269f04=typeof globalThis<'u'?globalThis:_0x269f04||self,_0x269f04[_0x42fad9(0x7c)]=_0x1ad2d7());}(this,function(){var _0x24e396=_0x1886;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x24e396(0x75)}},'collabStatus':{'fetchMiss':_0x24e396(0x73),'conflict':_0x24e396(0x74),'notCollab':_0x24e396(0x72),'synced':_0x24e396(0x67),'syncing':'Menyinkronkan...','offline':_0x24e396(0x76)},'snapshotLoading':{'timeout':_0x24e396(0x7d),'refresh':_0x24e396(0x7f)},'session':{'connection-failed':'Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':'Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':_0x24e396(0x66),'content':_0x24e396(0x7a)},'permission':{'title':'Kesalahan\x20Autentikasi','content':_0x24e396(0x6b)},'collaboration':{'offline-data-not-saved':_0x24e396(0x6d),'single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':_0x24e396(0x77)},'auth':{'needGotoLoginAlert':_0x24e396(0x7e)},'formula':{'calculation':{'started':_0x24e396(0x7b),'waiting':_0x24e396(0x6c),'unable':'Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.'}}}};}));
@@ -1 +1 @@
1
- function _0x45a1(_0x114221,_0x4cddd6){_0x114221=_0x114221-0x17a;var _0x5211df=_0x5211();var _0x45a10e=_0x5211df[_0x114221];return _0x45a10e;}(function(_0xf92bb7,_0x3a54be){var _0x3a7e36=_0x45a1,_0x232569=_0xf92bb7();while(!![]){try{var _0x2cf785=parseInt(_0x3a7e36(0x183))/0x1*(-parseInt(_0x3a7e36(0x18a))/0x2)+-parseInt(_0x3a7e36(0x193))/0x3*(parseInt(_0x3a7e36(0x197))/0x4)+parseInt(_0x3a7e36(0x180))/0x5+parseInt(_0x3a7e36(0x17c))/0x6+parseInt(_0x3a7e36(0x184))/0x7*(parseInt(_0x3a7e36(0x191))/0x8)+parseInt(_0x3a7e36(0x187))/0x9*(-parseInt(_0x3a7e36(0x18f))/0xa)+parseInt(_0x3a7e36(0x186))/0xb;if(_0x2cf785===_0x3a54be)break;else _0x232569['push'](_0x232569['shift']());}catch(_0x53f1f9){_0x232569['push'](_0x232569['shift']());}}}(_0x5211,0x648a5),function(_0x2e78c9,_0x3476f3){var _0x9a7442=_0x45a1;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x3476f3():typeof define==_0x9a7442(0x17a)&&define['amd']?define([],_0x3476f3):(_0x2e78c9=typeof globalThis<'u'?globalThis:_0x2e78c9||self,_0x2e78c9[_0x9a7442(0x17f)]=_0x3476f3());}(this,function(){var _0x556590=_0x45a1;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x556590(0x190)}},'collabStatus':{'fetchMiss':_0x556590(0x189),'conflict':_0x556590(0x17d),'notCollab':_0x556590(0x196),'synced':'Sincronizzato','syncing':_0x556590(0x18e),'offline':_0x556590(0x18b)},'snapshotLoading':{'loadingSheet':_0x556590(0x198),'timeout':_0x556590(0x17e),'refresh':'Aggiorna\x20pagina'},'session':{'connection-failed':'Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','will-retry':_0x556590(0x188),'room-full':_0x556590(0x185),'collaboration-timeout':_0x556590(0x195)},'conflict':{'title':_0x556590(0x18c),'content':_0x556590(0x192)},'permission':{'title':'Errore\x20di\x20Autenticazione','content':_0x556590(0x199)},'collaboration':{'offline-data-not-saved':_0x556590(0x19a),'single-unit':{'warning':_0x556590(0x17b)},'closeRoom':'I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.'},'auth':{'needGotoLoginAlert':_0x556590(0x182)},'formula':{'calculation':{'started':_0x556590(0x181),'waiting':_0x556590(0x194),'unable':_0x556590(0x18d)}}}};}));function _0x5211(){var _0x1fbde6=['Sincronizzazione\x20dati\x20server...','340qBqwGr','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','Conflitto\x20di\x20Collaborazione','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','Sincronizzazione...','30ApcWoL','Clicca\x20per\x20Riconnettere','2865672xEicjc','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.','55617Kvlxvr','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','File\x20locale','128NVuZgU','Caricamento\x20del\x20foglio','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.','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','function','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','873246tcRDGP','Conflitti\x20di\x20modifica','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','UniverProCollaborationClientUiItIT','1397765YmUByU','Calcolo\x20della\x20formula\x20avviato.','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','1644GAEPof','14aoZiXF','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','7576547CAiiiq','1637244SSzbLr','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.'];_0x5211=function(){return _0x1fbde6;};return _0x5211();}
1
+ function _0x31a4(_0x3d0684,_0x28363a){_0x3d0684=_0x3d0684-0x16e;var _0x17c6cf=_0x17c6();var _0x31a49a=_0x17c6cf[_0x3d0684];return _0x31a49a;}function _0x17c6(){var _0x198dd8=['La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','888016uwOHjT','Conflitti\x20di\x20modifica','object','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','12990clnUuJ','Sincronizzato','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','Sincronizzazione\x20dati\x20server...','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.','355257neVHAd','Clicca\x20per\x20Riconnettere','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','28841270YaoeCO','546XrZdLp','Errore\x20di\x20Autenticazione','Sincronizzazione...','2209752TsdzoZ','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','8680539CDWrAt','136BXKGjS','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.','Aggiorna\x20pagina','amd','UniverProCollaborationClientUiItIT','9nAarLy','1060340Lsmbqz','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...'];_0x17c6=function(){return _0x198dd8;};return _0x17c6();}(function(_0xb674d4,_0x5a7475){var _0x52dc64=_0x31a4,_0x10496c=_0xb674d4();while(!![]){try{var _0x206001=-parseInt(_0x52dc64(0x17f))/0x1+parseInt(_0x52dc64(0x183))/0x2*(-parseInt(_0x52dc64(0x17e))/0x3)+-parseInt(_0x52dc64(0x176))/0x4+parseInt(_0x52dc64(0x188))/0x5*(parseInt(_0x52dc64(0x173))/0x6)+parseInt(_0x52dc64(0x178))/0x7+-parseInt(_0x52dc64(0x179))/0x8*(parseInt(_0x52dc64(0x16f))/0x9)+parseInt(_0x52dc64(0x172))/0xa;if(_0x206001===_0x5a7475)break;else _0x10496c['push'](_0x10496c['shift']());}catch(_0x15698c){_0x10496c['push'](_0x10496c['shift']());}}}(_0x17c6,0xb5d4b),function(_0x53f2a3,_0x472fff){var _0x5f326b=_0x31a4;typeof exports==_0x5f326b(0x185)&&typeof module<'u'?module[_0x5f326b(0x18d)]=_0x472fff():typeof define=='function'&&define[_0x5f326b(0x17c)]?define([],_0x472fff):(_0x53f2a3=typeof globalThis<'u'?globalThis:_0x53f2a3||self,_0x53f2a3[_0x5f326b(0x17d)]=_0x472fff());}(this,function(){var _0x168796=_0x31a4;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x168796(0x170)}},'collabStatus':{'fetchMiss':_0x168796(0x18c),'conflict':_0x168796(0x184),'notCollab':'File\x20locale','synced':_0x168796(0x189),'syncing':_0x168796(0x175),'offline':_0x168796(0x187)},'snapshotLoading':{'timeout':'Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','refresh':_0x168796(0x17b)},'session':{'connection-failed':_0x168796(0x182),'will-retry':_0x168796(0x171),'room-full':_0x168796(0x181),'collaboration-timeout':_0x168796(0x18a)},'conflict':{'title':'Conflitto\x20di\x20Collaborazione','content':_0x168796(0x16e)},'permission':{'title':_0x168796(0x174),'content':_0x168796(0x17a)},'collaboration':{'offline-data-not-saved':_0x168796(0x186),'single-unit':{'warning':'Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.'},'closeRoom':_0x168796(0x177)},'auth':{'needGotoLoginAlert':_0x168796(0x18b)},'formula':{'calculation':{'started':'Calcolo\x20della\x20formula\x20avviato.','waiting':_0x168796(0x180),'unable':'Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.'}}}};}));
@@ -1 +1 @@
1
- (function(_0x47deb0,_0x48fa8d){var _0x4d659b=_0x2307,_0x302bdf=_0x47deb0();while(!![]){try{var _0x4b8f75=-parseInt(_0x4d659b(0x158))/0x1+-parseInt(_0x4d659b(0x163))/0x2*(parseInt(_0x4d659b(0x147))/0x3)+-parseInt(_0x4d659b(0x153))/0x4*(parseInt(_0x4d659b(0x150))/0x5)+-parseInt(_0x4d659b(0x15f))/0x6+-parseInt(_0x4d659b(0x154))/0x7+parseInt(_0x4d659b(0x14c))/0x8*(-parseInt(_0x4d659b(0x160))/0x9)+parseInt(_0x4d659b(0x14a))/0xa;if(_0x4b8f75===_0x48fa8d)break;else _0x302bdf['push'](_0x302bdf['shift']());}catch(_0x42a733){_0x302bdf['push'](_0x302bdf['shift']());}}}(_0x4547,0x41250),function(_0x33c00d,_0x513905){var _0x453a9b=_0x2307;typeof exports==_0x453a9b(0x15e)&&typeof module<'u'?module['exports']=_0x513905():typeof define==_0x453a9b(0x152)&&define[_0x453a9b(0x161)]?define([],_0x513905):(_0x33c00d=typeof globalThis<'u'?globalThis:_0x33c00d||self,_0x33c00d[_0x453a9b(0x151)]=_0x513905());}(this,function(){var _0x37c3dc=_0x2307;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x37c3dc(0x14b)}},'collabStatus':{'fetchMiss':_0x37c3dc(0x15d),'conflict':'編集の競合','notCollab':_0x37c3dc(0x155),'synced':'同期済み','syncing':_0x37c3dc(0x156),'offline':_0x37c3dc(0x14d)},'snapshotLoading':{'loadingSheet':'シートを読み込んでいます','timeout':_0x37c3dc(0x14f),'refresh':'ページを更新'},'session':{'connection-failed':_0x37c3dc(0x148),'will-retry':_0x37c3dc(0x165),'room-full':_0x37c3dc(0x162),'collaboration-timeout':_0x37c3dc(0x167)},'conflict':{'title':_0x37c3dc(0x157),'content':_0x37c3dc(0x149)},'permission':{'title':_0x37c3dc(0x15c),'content':_0x37c3dc(0x164)},'collaboration':{'offline-data-not-saved':_0x37c3dc(0x166),'single-unit':{'warning':_0x37c3dc(0x159)},'closeRoom':_0x37c3dc(0x14e)},'auth':{'needGotoLoginAlert':_0x37c3dc(0x15b)},'formula':{'calculation':{'started':_0x37c3dc(0x15a),'waiting':'数式の計算キューが満杯です。空きが出るまでお待ちください...','unable':'現在、数式の計算を実行できません。後でもう一度お試しください。'}}}};}));function _0x2307(_0x137193,_0x2324fa){_0x137193=_0x137193-0x147;var _0x45476b=_0x4547();var _0x2307e4=_0x45476b[_0x137193];return _0x2307e4;}function _0x4547(){var _0xbfbbae=['お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','接続に失敗しました。しばらくしてから再試行します。','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','24wjruNn','接続に失敗しました。ネットワーク接続を確認してください。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','14224870LsuprL','クリックして再接続','42744wgUWSm','オフライン、編集内容はローカルに保存されます','共同編集ルームが閉じられたため、編集権限が取り消されました。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','5DcolmU','UniverProCollaborationClientUiJaJP','function','286424QRWNYM','1021377wegenN','ローカルファイル','同期中...','共同編集の競合','334551vQGxHR','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','数式の計算を開始しました。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','認証エラー','サーバーデータを同期中...','object','1022784FsAUCH','621nWCYKc','amd','共同編集ルームが満員です。編集内容はローカルに保存されます。','16114auWWGv'];_0x4547=function(){return _0xbfbbae;};return _0x4547();}
1
+ function _0x3a99(_0x2283f2,_0x1807e1){_0x2283f2=_0x2283f2-0x1a7;var _0x5f00ab=_0x5f00();var _0x3a991c=_0x5f00ab[_0x2283f2];return _0x3a991c;}function _0x5f00(){var _0x3cf1fb=['共同編集の競合','数式の計算を開始しました。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','認証エラー','3896rtxkzf','ローカルファイル','共同編集ルームが満員です。編集内容はローカルに保存されます。','同期中...','177089HwdihS','編集の競合','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','UniverProCollaborationClientUiJaJP','1377076tmpECL','object','接続に失敗しました。しばらくしてから再試行します。','108YZlihk','9ZRalAu','共同編集ルームが閉じられたため、編集権限が取り消されました。','3rOJglv','function','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','9imnEJv','ページを更新','接続に失敗しました。ネットワーク接続を確認してください。','2940714NcyKVk','同期済み','サーバーデータを同期中...','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','4537695xRDmyb','数式の計算キューが満杯です。空きが出るまでお待ちください...','オフライン、編集内容はローカルに保存されます','4795nflBJj','711356jVGiCL','現在、数式の計算を実行できません。後でもう一度お試しください。','3400080AONsXZ','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。'];_0x5f00=function(){return _0x3cf1fb;};return _0x5f00();}(function(_0x2b6a82,_0x13f9ee){var _0x2c8431=_0x3a99,_0x1c03be=_0x2b6a82();while(!![]){try{var _0x401528=-parseInt(_0x2c8431(0x1bb))/0x1*(parseInt(_0x2c8431(0x1ca))/0x2)+parseInt(_0x2c8431(0x1b9))/0x3*(parseInt(_0x2c8431(0x1b5))/0x4)+parseInt(_0x2c8431(0x1c6))/0x5+parseInt(_0x2c8431(0x1c2))/0x6+parseInt(_0x2c8431(0x1c9))/0x7*(-parseInt(_0x2c8431(0x1ad))/0x8)+parseInt(_0x2c8431(0x1bf))/0x9*(-parseInt(_0x2c8431(0x1cc))/0xa)+parseInt(_0x2c8431(0x1b1))/0xb*(-parseInt(_0x2c8431(0x1b8))/0xc);if(_0x401528===_0x13f9ee)break;else _0x1c03be['push'](_0x1c03be['shift']());}catch(_0x2e122d){_0x1c03be['push'](_0x1c03be['shift']());}}}(_0x5f00,0x850a9),function(_0x195274,_0x163f6e){var _0x464977=_0x3a99;typeof exports==_0x464977(0x1b6)&&typeof module<'u'?module['exports']=_0x163f6e():typeof define==_0x464977(0x1bc)&&define['amd']?define([],_0x163f6e):(_0x195274=typeof globalThis<'u'?globalThis:_0x195274||self,_0x195274[_0x464977(0x1b4)]=_0x163f6e());}(this,function(){var _0x237759=_0x3a99;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0x237759(0x1c4),'conflict':_0x237759(0x1b2),'notCollab':_0x237759(0x1ae),'synced':_0x237759(0x1c3),'syncing':_0x237759(0x1b0),'offline':_0x237759(0x1c8)},'snapshotLoading':{'timeout':_0x237759(0x1a8),'refresh':_0x237759(0x1c0)},'session':{'connection-failed':_0x237759(0x1c1),'will-retry':_0x237759(0x1b7),'room-full':_0x237759(0x1af),'collaboration-timeout':_0x237759(0x1c5)},'conflict':{'title':_0x237759(0x1a9),'content':_0x237759(0x1ab)},'permission':{'title':_0x237759(0x1ac),'content':_0x237759(0x1b3)},'collaboration':{'offline-data-not-saved':_0x237759(0x1bd),'single-unit':{'warning':_0x237759(0x1a7)},'closeRoom':_0x237759(0x1ba)},'auth':{'needGotoLoginAlert':_0x237759(0x1be)},'formula':{'calculation':{'started':_0x237759(0x1aa),'waiting':_0x237759(0x1c7),'unable':_0x237759(0x1cb)}}}};}));
@@ -1 +1 @@
1
- function _0x5c34(_0x4c525a,_0x194416){_0x4c525a=_0x4c525a-0x1c8;var _0x193d6e=_0x193d();var _0x5c34ac=_0x193d6e[_0x4c525a];return _0x5c34ac;}function _0x193d(){var _0x316728=['인증\x20오류','2060891QYpXVF','공동\x20편집\x20룸이\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','페이지\x20새로고침','2041184oqRknt','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','function','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','384752onmsEw','6YjlxkC','편집\x20충돌','서버\x20데이터\x20동기화\x20중...','2687036uFnaCQ','9065961MXjaJv','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','5eaKBqM','로컬\x20파일','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','290918zvAjPh','5688192yVqHNw'];_0x193d=function(){return _0x316728;};return _0x193d();}(function(_0x42e31c,_0x84f687){var _0x588319=_0x5c34,_0x1a3a76=_0x42e31c();while(!![]){try{var _0x3573ba=parseInt(_0x588319(0x1e2))/0x1+parseInt(_0x588319(0x1d3))/0x2*(parseInt(_0x588319(0x1c8))/0x3)+-parseInt(_0x588319(0x1cb))/0x4*(parseInt(_0x588319(0x1ce))/0x5)+-parseInt(_0x588319(0x1d4))/0x6+parseInt(_0x588319(0x1d6))/0x7+parseInt(_0x588319(0x1de))/0x8+parseInt(_0x588319(0x1cc))/0x9;if(_0x3573ba===_0x84f687)break;else _0x1a3a76['push'](_0x1a3a76['shift']());}catch(_0x2d481c){_0x1a3a76['push'](_0x1a3a76['shift']());}}}(_0x193d,0x959a1),function(_0x4fbefe,_0x31b71c){var _0x5e7489=_0x5c34;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x31b71c():typeof define==_0x5e7489(0x1e0)&&define[_0x5e7489(0x1dc)]?define([],_0x31b71c):(_0x4fbefe=typeof globalThis<'u'?globalThis:_0x4fbefe||self,_0x4fbefe['UniverProCollaborationClientUiKoKR']=_0x31b71c());}(this,function(){var _0xc42fff=_0x5c34;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0xc42fff(0x1ca),'conflict':_0xc42fff(0x1c9),'notCollab':_0xc42fff(0x1cf),'synced':_0xc42fff(0x1d8),'syncing':'동기화\x20중...','offline':_0xc42fff(0x1d1)},'snapshotLoading':{'loadingSheet':'시트를\x20불러오는\x20중','timeout':'데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','refresh':_0xc42fff(0x1dd)},'session':{'connection-failed':_0xc42fff(0x1db),'will-retry':_0xc42fff(0x1d0),'room-full':_0xc42fff(0x1d7),'collaboration-timeout':'서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'conflict':{'title':'공동\x20편집\x20충돌','content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':_0xc42fff(0x1d5),'content':_0xc42fff(0x1e1)},'collaboration':{'offline-data-not-saved':_0xc42fff(0x1cd),'single-unit':{'warning':_0xc42fff(0x1df)},'closeRoom':_0xc42fff(0x1d2)},'auth':{'needGotoLoginAlert':_0xc42fff(0x1da)},'formula':{'calculation':{'started':_0xc42fff(0x1d9),'waiting':'수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','unable':'현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.'}}}};}));
1
+ (function(_0x1143b1,_0x52e418){var _0x29f232=_0x10ee,_0xebc5bc=_0x1143b1();while(!![]){try{var _0x1d25bf=parseInt(_0x29f232(0x7a))/0x1+-parseInt(_0x29f232(0x7c))/0x2+-parseInt(_0x29f232(0x75))/0x3+-parseInt(_0x29f232(0x7e))/0x4*(-parseInt(_0x29f232(0x74))/0x5)+parseInt(_0x29f232(0x6c))/0x6*(parseInt(_0x29f232(0x7b))/0x7)+-parseInt(_0x29f232(0x82))/0x8*(-parseInt(_0x29f232(0x67))/0x9)+parseInt(_0x29f232(0x80))/0xa;if(_0x1d25bf===_0x52e418)break;else _0xebc5bc['push'](_0xebc5bc['shift']());}catch(_0x5591eb){_0xebc5bc['push'](_0xebc5bc['shift']());}}}(_0x2c3c,0x756c7),function(_0x19cbc7,_0x1deb93){var _0xf7cd5d=_0x10ee;typeof exports==_0xf7cd5d(0x81)&&typeof module<'u'?module[_0xf7cd5d(0x7d)]=_0x1deb93():typeof define=='function'&&define[_0xf7cd5d(0x66)]?define([],_0x1deb93):(_0x19cbc7=typeof globalThis<'u'?globalThis:_0x19cbc7||self,_0x19cbc7[_0xf7cd5d(0x70)]=_0x1deb93());}(this,function(){var _0x191596=_0x10ee;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':'편집\x20충돌','notCollab':'로컬\x20파일','synced':_0x191596(0x73),'syncing':_0x191596(0x72),'offline':_0x191596(0x79)},'snapshotLoading':{'timeout':_0x191596(0x69),'refresh':_0x191596(0x6a)},'session':{'connection-failed':_0x191596(0x83),'will-retry':_0x191596(0x78),'room-full':'공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','collaboration-timeout':_0x191596(0x6d)},'conflict':{'title':_0x191596(0x71),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':'인증\x20오류','content':_0x191596(0x68)},'collaboration':{'offline-data-not-saved':'오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','single-unit':{'warning':_0x191596(0x77)},'closeRoom':_0x191596(0x6f)},'auth':{'needGotoLoginAlert':_0x191596(0x6b)},'formula':{'calculation':{'started':_0x191596(0x76),'waiting':_0x191596(0x7f),'unable':_0x191596(0x6e)}}}};}));function _0x10ee(_0x11119f,_0x57239a){_0x11119f=_0x11119f-0x66;var _0x2c3c88=_0x2c3c();var _0x10ee83=_0x2c3c88[_0x11119f];return _0x10ee83;}function _0x2c3c(){var _0x569a48=['동기화됨','65vXbJGL','1677225pKnnQq','수식\x20계산을\x20시작했습니다.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','387333zKJIUy','42COfWJF','944736vIhxuJ','exports','2332NbBnbZ','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','2460100ePYrYH','object','330768wOhqmX','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','amd','9SZbWVs','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','페이지\x20새로고침','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','830142MHenyN','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','UniverProCollaborationClientUiKoKR','공동\x20편집\x20충돌','동기화\x20중...'];_0x2c3c=function(){return _0x569a48;};return _0x2c3c();}
@@ -1 +1 @@
1
- function _0x661a(_0x3c2b88,_0x3559b9){_0x3c2b88=_0x3c2b88-0x130;var _0x5981b4=_0x5981();var _0x661a2d=_0x5981b4[_0x3c2b88];return _0x661a2d;}function _0x5981(){var _0x568d05=['Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Zsynchronizowane','Plik\x20lokalny','Synchronizowanie...','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','function','192804kSxNMc','Kliknij,\x20aby\x20połączyć\x20ponownie','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','1000244fcZsyi','255994wIQUlm','4662768CRmvRL','16DjKVlw','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','3319407IJGWrK','Odśwież\x20stronę','Synchronizowanie\x20danych\x20serwera...','15700630iCgqcp','1GulQre','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Konflikt\x20współpracy','exports','323680OmHhGb','Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','Obliczanie\x20formuły\x20rozpoczęte.','amd','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','24qhKjgy','UniverProCollaborationClientUiPlPL'];_0x5981=function(){return _0x568d05;};return _0x5981();}(function(_0x11625a,_0x26750a){var _0xdc3853=_0x661a,_0x4c2547=_0x11625a();while(!![]){try{var _0x5dc915=parseInt(_0xdc3853(0x14b))/0x1*(-parseInt(_0xdc3853(0x143))/0x2)+-parseInt(_0xdc3853(0x13f))/0x3*(parseInt(_0xdc3853(0x145))/0x4)+-parseInt(_0xdc3853(0x130))/0x5+-parseInt(_0xdc3853(0x144))/0x6+-parseInt(_0xdc3853(0x142))/0x7*(-parseInt(_0xdc3853(0x135))/0x8)+-parseInt(_0xdc3853(0x147))/0x9+parseInt(_0xdc3853(0x14a))/0xa;if(_0x5dc915===_0x26750a)break;else _0x4c2547['push'](_0x4c2547['shift']());}catch(_0x2b73ac){_0x4c2547['push'](_0x4c2547['shift']());}}}(_0x5981,0x62627),function(_0x2040f1,_0x3f1b3a){var _0x497285=_0x661a;typeof exports=='object'&&typeof module<'u'?module[_0x497285(0x14f)]=_0x3f1b3a():typeof define==_0x497285(0x13e)&&define[_0x497285(0x133)]?define([],_0x3f1b3a):(_0x2040f1=typeof globalThis<'u'?globalThis:_0x2040f1||self,_0x2040f1[_0x497285(0x136)]=_0x3f1b3a());}(this,function(){var _0x5b1616=_0x661a;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5b1616(0x140)}},'collabStatus':{'fetchMiss':_0x5b1616(0x149),'conflict':'Konflikty\x20edycji','notCollab':_0x5b1616(0x139),'synced':_0x5b1616(0x138),'syncing':_0x5b1616(0x13a),'offline':_0x5b1616(0x137)},'snapshotLoading':{'loadingSheet':'Ładowanie\x20arkusza','timeout':_0x5b1616(0x131),'refresh':_0x5b1616(0x148)},'session':{'connection-failed':'Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','will-retry':_0x5b1616(0x14d),'room-full':'Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','collaboration-timeout':_0x5b1616(0x13c)},'conflict':{'title':_0x5b1616(0x14e),'content':'Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.'},'permission':{'title':'Błąd\x20uwierzytelniania','content':_0x5b1616(0x141)},'collaboration':{'offline-data-not-saved':_0x5b1616(0x13d),'single-unit':{'warning':_0x5b1616(0x14c)},'closeRoom':_0x5b1616(0x146)},'auth':{'needGotoLoginAlert':_0x5b1616(0x13b)},'formula':{'calculation':{'started':_0x5b1616(0x132),'waiting':'Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','unable':_0x5b1616(0x134)}}}};}));
1
+ function _0x5b08(_0x161de3,_0x304335){_0x161de3=_0x161de3-0x17a;var _0x573e74=_0x573e();var _0x5b085f=_0x573e74[_0x161de3];return _0x5b085f;}function _0x573e(){var _0xa7ed8=['Obliczanie\x20formuły\x20rozpoczęte.','Zsynchronizowane','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Błąd\x20uwierzytelniania','23688OMAqrx','Kliknij,\x20aby\x20połączyć\x20ponownie','1445553eXyJPl','3786tDjiHt','802120FPBdIe','UniverProCollaborationClientUiPlPL','amd','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Konflikty\x20edycji','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Plik\x20lokalny','624820fbmsRA','object','Odśwież\x20stronę','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','320363dRsJKW','Synchronizowanie...','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','721ySBvQH','function','489771IpZgxX','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','155hlnuLR','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Synchronizowanie\x20danych\x20serwera...','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.'];_0x573e=function(){return _0xa7ed8;};return _0x573e();}(function(_0x5d03ee,_0x4985a5){var _0x8e48b4=_0x5b08,_0x517135=_0x5d03ee();while(!![]){try{var _0x51fd31=parseInt(_0x8e48b4(0x18d))/0x1+-parseInt(_0x8e48b4(0x189))/0x2+-parseInt(_0x8e48b4(0x192))/0x3+parseInt(_0x8e48b4(0x180))/0x4+parseInt(_0x8e48b4(0x195))/0x5*(-parseInt(_0x8e48b4(0x17f))/0x6)+-parseInt(_0x8e48b4(0x190))/0x7*(-parseInt(_0x8e48b4(0x17c))/0x8)+-parseInt(_0x8e48b4(0x17e))/0x9;if(_0x51fd31===_0x4985a5)break;else _0x517135['push'](_0x517135['shift']());}catch(_0x5c332c){_0x517135['push'](_0x517135['shift']());}}}(_0x573e,0x2982f),function(_0x2b97af,_0xfd86f8){var _0x948b4d=_0x5b08;typeof exports==_0x948b4d(0x18a)&&typeof module<'u'?module['exports']=_0xfd86f8():typeof define==_0x948b4d(0x191)&&define[_0x948b4d(0x182)]?define([],_0xfd86f8):(_0x2b97af=typeof globalThis<'u'?globalThis:_0x2b97af||self,_0x2b97af[_0x948b4d(0x181)]=_0xfd86f8());}(this,function(){var _0x288cb2=_0x5b08;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x288cb2(0x17d)}},'collabStatus':{'fetchMiss':_0x288cb2(0x197),'conflict':_0x288cb2(0x185),'notCollab':_0x288cb2(0x188),'synced':_0x288cb2(0x19a),'syncing':_0x288cb2(0x18e),'offline':_0x288cb2(0x183)},'snapshotLoading':{'timeout':'Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','refresh':_0x288cb2(0x18b)},'session':{'connection-failed':_0x288cb2(0x18f),'will-retry':_0x288cb2(0x184),'room-full':_0x288cb2(0x196),'collaboration-timeout':_0x288cb2(0x193)},'conflict':{'title':'Konflikt\x20współpracy','content':_0x288cb2(0x198)},'permission':{'title':_0x288cb2(0x17b),'content':'Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.'},'collaboration':{'offline-data-not-saved':_0x288cb2(0x18c),'single-unit':{'warning':_0x288cb2(0x187)},'closeRoom':_0x288cb2(0x186)},'auth':{'needGotoLoginAlert':_0x288cb2(0x194)},'formula':{'calculation':{'started':_0x288cb2(0x199),'waiting':_0x288cb2(0x17a),'unable':'Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.'}}}};}));
@@ -1 +1 @@
1
- function _0x4ab3(_0x46bbfc,_0x46ff28){_0x46bbfc=_0x46bbfc-0x11b;var _0x123d69=_0x123d();var _0x4ab34a=_0x123d69[_0x46bbfc];return _0x4ab34a;}(function(_0x32f402,_0x124397){var _0x36f457=_0x4ab3,_0x4bdc41=_0x32f402();while(!![]){try{var _0x306d9c=-parseInt(_0x36f457(0x133))/0x1+-parseInt(_0x36f457(0x131))/0x2*(-parseInt(_0x36f457(0x121))/0x3)+parseInt(_0x36f457(0x11e))/0x4*(-parseInt(_0x36f457(0x136))/0x5)+parseInt(_0x36f457(0x13b))/0x6*(-parseInt(_0x36f457(0x11c))/0x7)+-parseInt(_0x36f457(0x128))/0x8+-parseInt(_0x36f457(0x137))/0x9*(-parseInt(_0x36f457(0x135))/0xa)+parseInt(_0x36f457(0x138))/0xb;if(_0x306d9c===_0x124397)break;else _0x4bdc41['push'](_0x4bdc41['shift']());}catch(_0x34b78b){_0x4bdc41['push'](_0x4bdc41['shift']());}}}(_0x123d,0xccf7d),function(_0x144c62,_0x2e10d4){var _0x4b093e=_0x4ab3;typeof exports==_0x4b093e(0x130)&&typeof module<'u'?module[_0x4b093e(0x12a)]=_0x2e10d4():typeof define==_0x4b093e(0x11d)&&define['amd']?define([],_0x2e10d4):(_0x144c62=typeof globalThis<'u'?globalThis:_0x144c62||self,_0x144c62['UniverProCollaborationClientUiPtBR']=_0x2e10d4());}(this,function(){var _0x19fe0c=_0x4ab3;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Clique\x20para\x20Reconectar'}},'collabStatus':{'fetchMiss':_0x19fe0c(0x11f),'conflict':_0x19fe0c(0x12d),'notCollab':_0x19fe0c(0x12f),'synced':_0x19fe0c(0x11b),'syncing':_0x19fe0c(0x123),'offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'snapshotLoading':{'loadingSheet':_0x19fe0c(0x124),'timeout':_0x19fe0c(0x12e),'refresh':_0x19fe0c(0x125)},'session':{'connection-failed':'Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','will-retry':'Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','room-full':_0x19fe0c(0x139),'collaboration-timeout':_0x19fe0c(0x12c)},'conflict':{'title':'Conflito\x20de\x20Colaboração','content':_0x19fe0c(0x126)},'permission':{'title':_0x19fe0c(0x129),'content':_0x19fe0c(0x122)},'collaboration':{'offline-data-not-saved':_0x19fe0c(0x13c),'single-unit':{'warning':_0x19fe0c(0x127)},'closeRoom':_0x19fe0c(0x132)},'auth':{'needGotoLoginAlert':_0x19fe0c(0x120)},'formula':{'calculation':{'started':_0x19fe0c(0x12b),'waiting':_0x19fe0c(0x13a),'unable':_0x19fe0c(0x134)}}}};}));function _0x123d(){var _0x104584=['78eiHGRC','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','Sincronizado','304066OHBnDd','function','4LywnRs','Sincronizando\x20dados\x20do\x20servidor...','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','18393JLNkqF','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.','Sincronizando...','Carregando\x20planilha','Atualizar\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.','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','6191936UdgNZV','Erro\x20de\x20autenticação','exports','Cálculo\x20de\x20fórmula\x20iniciado.','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Conflitos\x20de\x20edição','O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','Arquivo\x20local','object','98iRCVNa','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','302706OorfYg','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','80rRAbzA','4825190xtXwRj','1378197KfkLsm','21125456XLmPvE','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...'];_0x123d=function(){return _0x104584;};return _0x123d();}
1
+ function _0x1198(_0x5b71b5,_0xb69374){_0x5b71b5=_0x5b71b5-0x1bd;var _0x41bfa2=_0x41bf();var _0x11985c=_0x41bfa2[_0x5b71b5];return _0x11985c;}function _0x41bf(){var _0x322c48=['Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','object','Conflito\x20de\x20Colaboração','769086EUTSPP','Arquivo\x20local','Erro\x20de\x20autenticação','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','528815cRjTxZ','function','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Cálculo\x20de\x20fórmula\x20iniciado.','amd','6YECrZa','1416PflUjm','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.','Conflitos\x20de\x20edição','Sincronizado','1065105ONLVFe','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','3042172MItRNI','3112GsnMBe','exports','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','593808xUcCfg','2251480kPfSyi','Atualizar\x20página','UniverProCollaborationClientUiPtBR','Sincronizando...','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.'];_0x41bf=function(){return _0x322c48;};return _0x41bf();}(function(_0x9a5e69,_0x2e131c){var _0x36489b=_0x1198,_0x529926=_0x9a5e69();while(!![]){try{var _0x2d3edd=-parseInt(_0x36489b(0x1d2))/0x1+parseInt(_0x36489b(0x1cc))/0x2+parseInt(_0x36489b(0x1d8))/0x3*(parseInt(_0x36489b(0x1bf))/0x4)+parseInt(_0x36489b(0x1c4))/0x5+-parseInt(_0x36489b(0x1d7))/0x6*(parseInt(_0x36489b(0x1be))/0x7)+-parseInt(_0x36489b(0x1c3))/0x8+parseInt(_0x36489b(0x1dc))/0x9;if(_0x2d3edd===_0x2e131c)break;else _0x529926['push'](_0x529926['shift']());}catch(_0x5a177c){_0x529926['push'](_0x529926['shift']());}}}(_0x41bf,0x4508b),function(_0x4b20b0,_0x533e43){var _0x5ab586=_0x1198;typeof exports==_0x5ab586(0x1ca)&&typeof module<'u'?module[_0x5ab586(0x1c0)]=_0x533e43():typeof define==_0x5ab586(0x1d3)&&define[_0x5ab586(0x1d6)]?define([],_0x533e43):(_0x4b20b0=typeof globalThis<'u'?globalThis:_0x4b20b0||self,_0x4b20b0[_0x5ab586(0x1c6)]=_0x533e43());}(this,function(){var _0x1d9f0b=_0x1198;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Clique\x20para\x20Reconectar'}},'collabStatus':{'fetchMiss':'Sincronizando\x20dados\x20do\x20servidor...','conflict':_0x1d9f0b(0x1da),'notCollab':_0x1d9f0b(0x1cd),'synced':_0x1d9f0b(0x1db),'syncing':_0x1d9f0b(0x1c7),'offline':_0x1d9f0b(0x1c9)},'snapshotLoading':{'timeout':'O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','refresh':_0x1d9f0b(0x1c5)},'session':{'connection-failed':_0x1d9f0b(0x1d1),'will-retry':_0x1d9f0b(0x1c1),'room-full':_0x1d9f0b(0x1c2),'collaboration-timeout':'O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'},'conflict':{'title':_0x1d9f0b(0x1cb),'content':_0x1d9f0b(0x1d9)},'permission':{'title':_0x1d9f0b(0x1ce),'content':_0x1d9f0b(0x1c8)},'collaboration':{'offline-data-not-saved':_0x1d9f0b(0x1bd),'single-unit':{'warning':_0x1d9f0b(0x1d0)},'closeRoom':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':_0x1d9f0b(0x1d4)},'formula':{'calculation':{'started':_0x1d9f0b(0x1d5),'waiting':_0x1d9f0b(0x1cf),'unable':'Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.'}}}};}));
@@ -1 +1 @@
1
- function _0x38f9(_0x5a51f3,_0x356313){_0x5a51f3=_0x5a51f3-0x89;var _0x4ab288=_0x4ab2();var _0x38f986=_0x4ab288[_0x5a51f3];return _0x38f986;}(function(_0x3dcac9,_0x5b85b2){var _0x31942e=_0x38f9,_0x2c8131=_0x3dcac9();while(!![]){try{var _0x554c2c=-parseInt(_0x31942e(0x98))/0x1+parseInt(_0x31942e(0x9e))/0x2*(-parseInt(_0x31942e(0x95))/0x3)+-parseInt(_0x31942e(0x8d))/0x4+parseInt(_0x31942e(0x8f))/0x5+-parseInt(_0x31942e(0xaa))/0x6+parseInt(_0x31942e(0x9d))/0x7+-parseInt(_0x31942e(0x9c))/0x8*(-parseInt(_0x31942e(0x94))/0x9);if(_0x554c2c===_0x5b85b2)break;else _0x2c8131['push'](_0x2c8131['shift']());}catch(_0x265583){_0x2c8131['push'](_0x2c8131['shift']());}}}(_0x4ab2,0x52ed7),function(_0xaec2c9,_0x14b10b){var _0x3d2590=_0x38f9;typeof exports==_0x3d2590(0xa5)&&typeof module<'u'?module[_0x3d2590(0x8a)]=_0x14b10b():typeof define==_0x3d2590(0x91)&&define[_0x3d2590(0x92)]?define([],_0x14b10b):(_0xaec2c9=typeof globalThis<'u'?globalThis:_0xaec2c9||self,_0xaec2c9['UniverProCollaborationClientUiRuRU']=_0x14b10b());}(this,function(){var _0x4acd60=_0x38f9;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4acd60(0xa9)}},'collabStatus':{'fetchMiss':'Синхронизация\x20данных\x20сервера...','conflict':_0x4acd60(0xa8),'notCollab':'Локальный\x20файл','synced':_0x4acd60(0xa2),'syncing':_0x4acd60(0xa3),'offline':_0x4acd60(0x9a)},'snapshotLoading':{'loadingSheet':_0x4acd60(0x96),'timeout':_0x4acd60(0x9f),'refresh':_0x4acd60(0x89)},'session':{'connection-failed':_0x4acd60(0x93),'will-retry':'Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','room-full':_0x4acd60(0x8c),'collaboration-timeout':_0x4acd60(0xa6)},'conflict':{'title':_0x4acd60(0xa0),'content':_0x4acd60(0xa1)},'permission':{'title':_0x4acd60(0x9b),'content':_0x4acd60(0x90)},'collaboration':{'offline-data-not-saved':'У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','single-unit':{'warning':_0x4acd60(0x97)},'closeRoom':_0x4acd60(0xa4)},'auth':{'needGotoLoginAlert':_0x4acd60(0x8e)},'formula':{'calculation':{'started':_0x4acd60(0xa7),'waiting':_0x4acd60(0x8b),'unable':_0x4acd60(0x99)}}}};}));function _0x4ab2(){var _0x5d1550=['Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','1680680wldDcZ','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','2179645RDtbAQ','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','function','amd','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','12366216Ffrdpx','1035039VCZAaE','Загрузка\x20листа','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','538806cGyNhl','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Ошибка\x20аутентификации','8exCyal','1643180KHcDoZ','2ERwgOi','Загрузка\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работы\x20была\x20закрыта.','object','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Начато\x20вычисление\x20формул.','Конфликты\x20редактирования','Нажмите\x20для\x20переподключения','2406198fnpNhA','Обновить\x20страницу','exports'];_0x4ab2=function(){return _0x5d1550;};return _0x4ab2();}
1
+ function _0x56ca(_0x19401c,_0x163dec){_0x19401c=_0x19401c-0xcf;var _0x43bb7c=_0x43bb();var _0x56ca31=_0x43bb7c[_0x19401c];return _0x56ca31;}(function(_0x1dd75b,_0x5cfff2){var _0x1583d1=_0x56ca,_0x2b1410=_0x1dd75b();while(!![]){try{var _0x38f33f=-parseInt(_0x1583d1(0xd2))/0x1+-parseInt(_0x1583d1(0xeb))/0x2+parseInt(_0x1583d1(0xd0))/0x3*(-parseInt(_0x1583d1(0xe4))/0x4)+parseInt(_0x1583d1(0xda))/0x5*(parseInt(_0x1583d1(0xe5))/0x6)+-parseInt(_0x1583d1(0xd4))/0x7+parseInt(_0x1583d1(0xd8))/0x8+parseInt(_0x1583d1(0xe3))/0x9;if(_0x38f33f===_0x5cfff2)break;else _0x2b1410['push'](_0x2b1410['shift']());}catch(_0x11f19a){_0x2b1410['push'](_0x2b1410['shift']());}}}(_0x43bb,0xa23d0),function(_0x467c37,_0x4db956){var _0x155fec=_0x56ca;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4db956():typeof define==_0x155fec(0xe1)&&define[_0x155fec(0xdb)]?define([],_0x4db956):(_0x467c37=typeof globalThis<'u'?globalThis:_0x467c37||self,_0x467c37[_0x155fec(0xdf)]=_0x4db956());}(this,function(){var _0x3b8360=_0x56ca;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Нажмите\x20для\x20переподключения'}},'collabStatus':{'fetchMiss':_0x3b8360(0xe6),'conflict':_0x3b8360(0xea),'notCollab':_0x3b8360(0xe2),'synced':'Синхронизировано','syncing':_0x3b8360(0xde),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'snapshotLoading':{'timeout':'Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','refresh':'Обновить\x20страницу'},'session':{'connection-failed':_0x3b8360(0xe9),'will-retry':_0x3b8360(0xe8),'room-full':_0x3b8360(0xd9),'collaboration-timeout':_0x3b8360(0xe0)},'conflict':{'title':_0x3b8360(0xd5),'content':_0x3b8360(0xd6)},'permission':{'title':_0x3b8360(0xcf),'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':_0x3b8360(0xd7),'single-unit':{'warning':_0x3b8360(0xdc)},'closeRoom':_0x3b8360(0xdd)},'auth':{'needGotoLoginAlert':_0x3b8360(0xd1)},'formula':{'calculation':{'started':_0x3b8360(0xe7),'waiting':_0x3b8360(0xd3),'unable':'В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.'}}}};}));function _0x43bb(){var _0xad6519=['Синхронизация...','UniverProCollaborationClientUiRuRU','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','function','Локальный\x20файл','34873380FCBame','48AeqdJp','39444ApUlvo','Синхронизация\x20данных\x20сервера...','Начато\x20вычисление\x20формул.','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Конфликты\x20редактирования','2609956gTUqeW','Ошибка\x20аутентификации','296067wmnrZL','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','991084SdANmR','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','8767976sHsFUm','Конфликт\x20совместной\x20работы','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','10340128pjefGz','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','175ioogym','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закрыта.'];_0x43bb=function(){return _0xad6519;};return _0x43bb();}
@@ -1 +1 @@
1
- (function(_0x1d61df,_0x2c2aa0){var _0x49c282=_0x57ac,_0x5cd72d=_0x1d61df();while(!![]){try{var _0x37d67b=-parseInt(_0x49c282(0xd7))/0x1*(-parseInt(_0x49c282(0xef))/0x2)+-parseInt(_0x49c282(0xea))/0x3*(parseInt(_0x49c282(0xfa))/0x4)+-parseInt(_0x49c282(0xf1))/0x5*(parseInt(_0x49c282(0xeb))/0x6)+parseInt(_0x49c282(0xe5))/0x7+parseInt(_0x49c282(0xf2))/0x8+-parseInt(_0x49c282(0xd8))/0x9*(-parseInt(_0x49c282(0xdf))/0xa)+parseInt(_0x49c282(0xdc))/0xb*(-parseInt(_0x49c282(0xec))/0xc);if(_0x37d67b===_0x2c2aa0)break;else _0x5cd72d['push'](_0x5cd72d['shift']());}catch(_0x46185b){_0x5cd72d['push'](_0x5cd72d['shift']());}}}(_0x50c1,0xefa03),function(_0x15e0ea,_0x365898){var _0x576601=_0x57ac;typeof exports==_0x576601(0xdb)&&typeof module<'u'?module['exports']=_0x365898():typeof define==_0x576601(0xf3)&&define[_0x576601(0xf8)]?define([],_0x365898):(_0x15e0ea=typeof globalThis<'u'?globalThis:_0x15e0ea||self,_0x15e0ea['UniverProCollaborationClientUiSkSK']=_0x365898());}(this,function(){var _0xc67c82=_0x57ac;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xc67c82(0xf0)}},'collabStatus':{'fetchMiss':_0xc67c82(0xf6),'conflict':_0xc67c82(0xe0),'notCollab':_0xc67c82(0xe2),'synced':_0xc67c82(0xf4),'syncing':_0xc67c82(0xe7),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'snapshotLoading':{'loadingSheet':_0xc67c82(0xed),'timeout':_0xc67c82(0xf5),'refresh':_0xc67c82(0xee)},'session':{'connection-failed':_0xc67c82(0xd6),'will-retry':_0xc67c82(0xd9),'room-full':_0xc67c82(0xf9),'collaboration-timeout':_0xc67c82(0xda)},'conflict':{'title':'Konflikt\x20spolupráce','content':_0xc67c82(0xe9)},'permission':{'title':_0xc67c82(0xe4),'content':_0xc67c82(0xe8)},'collaboration':{'offline-data-not-saved':_0xc67c82(0xe3),'single-unit':{'warning':_0xc67c82(0xe1)},'closeRoom':_0xc67c82(0xd5)},'auth':{'needGotoLoginAlert':_0xc67c82(0xdd)},'formula':{'calculation':{'started':_0xc67c82(0xf7),'waiting':_0xc67c82(0xde),'unable':_0xc67c82(0xe6)}}}};}));function _0x57ac(_0x49bdcd,_0x108866){_0x49bdcd=_0x49bdcd-0xd5;var _0x50c109=_0x50c1();var _0x57ac01=_0x50c109[_0x49bdcd];return _0x57ac01;}function _0x50c1(){var _0x481af9=['32bXWZHT','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','4708IPZWaU','59715TzYLTm','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','object','5547839bjoJSW','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','370HNmeJJ','Konflikty\x20úprav','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Lokálny\x20súbor','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Chyba\x20overenia','7914368LtBSSH','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Synchronizuje\x20sa...','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é.','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.','685011XdLaQz','1596nrqDAC','12vhtTKy','Načítava\x20sa\x20hárok','Obnoviť\x20stránku','262OlEiCw','Kliknite\x20na\x20opätovné\x20pripojenie','11270jjMlqb','15353992zvBTUR','function','Synchronizované','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Výpočet\x20vzorcov\x20sa\x20spustil.','amd','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'];_0x50c1=function(){return _0x481af9;};return _0x50c1();}
1
+ function _0x4ce9(_0x2230b3,_0x4eae73){_0x2230b3=_0x2230b3-0x1e3;var _0x509a45=_0x509a();var _0x4ce98c=_0x509a45[_0x2230b3];return _0x4ce98c;}(function(_0x31f451,_0x291645){var _0xd67a38=_0x4ce9,_0x5c8620=_0x31f451();while(!![]){try{var _0x48a123=parseInt(_0xd67a38(0x1e5))/0x1+parseInt(_0xd67a38(0x1e4))/0x2+parseInt(_0xd67a38(0x1fe))/0x3+-parseInt(_0xd67a38(0x1fc))/0x4+-parseInt(_0xd67a38(0x1ea))/0x5*(parseInt(_0xd67a38(0x1e7))/0x6)+-parseInt(_0xd67a38(0x1ee))/0x7*(-parseInt(_0xd67a38(0x1f0))/0x8)+-parseInt(_0xd67a38(0x1eb))/0x9;if(_0x48a123===_0x291645)break;else _0x5c8620['push'](_0x5c8620['shift']());}catch(_0x36e3e8){_0x5c8620['push'](_0x5c8620['shift']());}}}(_0x509a,0x4c1c3),function(_0x4eb32f,_0x3c5c25){var _0x2c2582=_0x4ce9;typeof exports==_0x2c2582(0x1fa)&&typeof module<'u'?module['exports']=_0x3c5c25():typeof define=='function'&&define[_0x2c2582(0x1f7)]?define([],_0x3c5c25):(_0x4eb32f=typeof globalThis<'u'?globalThis:_0x4eb32f||self,_0x4eb32f[_0x2c2582(0x1f2)]=_0x3c5c25());}(this,function(){var _0x20851b=_0x4ce9;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x20851b(0x1f9)}},'collabStatus':{'fetchMiss':_0x20851b(0x1fb),'conflict':_0x20851b(0x1f6),'notCollab':_0x20851b(0x1f5),'synced':_0x20851b(0x1e6),'syncing':_0x20851b(0x1ef),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'snapshotLoading':{'timeout':_0x20851b(0x1e3),'refresh':_0x20851b(0x1ed)},'session':{'connection-failed':_0x20851b(0x1f1),'will-retry':'Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','room-full':'Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':'Konflikt\x20spolupráce','content':_0x20851b(0x1fd)},'permission':{'title':_0x20851b(0x1e9),'content':_0x20851b(0x1ec)},'collaboration':{'offline-data-not-saved':'Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','single-unit':{'warning':_0x20851b(0x1f4)},'closeRoom':_0x20851b(0x1e8)},'auth':{'needGotoLoginAlert':_0x20851b(0x1f8)},'formula':{'calculation':{'started':'Výpočet\x20vzorcov\x20sa\x20spustil.','waiting':'Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','unable':_0x20851b(0x1f3)}}}};}));function _0x509a(){var _0x5853a0=['145XkuLai','2626209VANHoJ','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é.','Obnoviť\x20stránku','111489eSFceZ','Synchronizuje\x20sa...','272ParuPi','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','UniverProCollaborationClientUiSkSK','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Lokálny\x20súbor','Konflikty\x20úprav','amd','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Kliknite\x20na\x20opätovné\x20pripojenie','object','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','1365628IfzvEL','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.','998304AeJcsW','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','247908uKNERs','80666oOEuMp','Synchronizované','27714fgSaAn','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Chyba\x20overenia'];_0x509a=function(){return _0x5853a0;};return _0x509a();}
@@ -1 +1 @@
1
- function _0x189d(_0x333ad4,_0x356da9){_0x333ad4=_0x333ad4-0x199;var _0x3bd7a3=_0x3bd7();var _0x189d49=_0x3bd7a3[_0x333ad4];return _0x189d49;}function _0x3bd7(){var _0x1e46d6=['2676920DOSTUO','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','297479IdzKzf','550434dkwNUz','Xung\x20đột\x20cộng\x20tác','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','Xung\x20đột\x20chỉnh\x20sửa','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','2235435WdWTDZ','Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','exports','25031479xwcKjY','function','9ZOTmcZ','4XWRwVb','3603126dswugB','amd','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','Tệp\x20cục\x20bộ','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','10uSTMgn','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','object','2UwXVGS','UniverProCollaborationClientUiViVN','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','2646355HLTRZX','Đang\x20đồng\x20bộ...'];_0x3bd7=function(){return _0x1e46d6;};return _0x3bd7();}(function(_0x4af032,_0x5bb343){var _0x14e11b=_0x189d,_0x339230=_0x4af032();while(!![]){try{var _0x3c6b0a=parseInt(_0x14e11b(0x1a5))/0x1+parseInt(_0x14e11b(0x19d))/0x2*(parseInt(_0x14e11b(0x1aa))/0x3)+parseInt(_0x14e11b(0x1b1))/0x4*(parseInt(_0x14e11b(0x1a0))/0x5)+parseInt(_0x14e11b(0x1b2))/0x6+-parseInt(_0x14e11b(0x1a4))/0x7+-parseInt(_0x14e11b(0x1a2))/0x8*(-parseInt(_0x14e11b(0x1b0))/0x9)+-parseInt(_0x14e11b(0x19a))/0xa*(parseInt(_0x14e11b(0x1ae))/0xb);if(_0x3c6b0a===_0x5bb343)break;else _0x339230['push'](_0x339230['shift']());}catch(_0x3b7865){_0x339230['push'](_0x339230['shift']());}}}(_0x3bd7,0x6be2c),function(_0x415576,_0x19fb21){var _0x5e5139=_0x189d;typeof exports==_0x5e5139(0x19c)&&typeof module<'u'?module[_0x5e5139(0x1ad)]=_0x19fb21():typeof define==_0x5e5139(0x1af)&&define[_0x5e5139(0x1b3)]?define([],_0x19fb21):(_0x415576=typeof globalThis<'u'?globalThis:_0x415576||self,_0x415576[_0x5e5139(0x19e)]=_0x19fb21());}(this,function(){var _0x558092=_0x189d;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':_0x558092(0x1a9),'conflict':_0x558092(0x1a8),'notCollab':_0x558092(0x1b9),'synced':'Đã\x20đồng\x20bộ','syncing':_0x558092(0x1a1),'offline':_0x558092(0x1a7)},'snapshotLoading':{'loadingSheet':'Đang\x20tải\x20trang\x20tính','timeout':_0x558092(0x1ab),'refresh':'Làm\x20mới\x20trang'},'session':{'connection-failed':_0x558092(0x1ba),'will-retry':_0x558092(0x1b7),'room-full':_0x558092(0x1b5),'collaboration-timeout':_0x558092(0x1a3)},'conflict':{'title':_0x558092(0x1a6),'content':_0x558092(0x1b8)},'permission':{'title':'Lỗi\x20xác\x20thực','content':_0x558092(0x1ac)},'collaboration':{'offline-data-not-saved':_0x558092(0x19f),'single-unit':{'warning':_0x558092(0x1b6)},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':_0x558092(0x19b)},'formula':{'calculation':{'started':'Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','waiting':_0x558092(0x1b4),'unable':_0x558092(0x199)}}}};}));
1
+ function _0x45d4(){var _0x5be858=['10xYiHWe','18kNuNgx','amd','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Lỗi\x20xác\x20thực','348193sKziUH','Đang\x20đồng\x20bộ...','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Tệp\x20cục\x20bộ','function','4563981pAaZrR','3xHCmtQ','1525118QRGzCm','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','5852455xNkZfP','object','1024484gdyZVB','Xung\x20đột\x20cộng\x20tác','Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.','Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Làm\x20mới\x20trang','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','UniverProCollaborationClientUiViVN','Nhấp\x20để\x20kết\x20nối\x20lại','Đã\x20đồng\x20bộ','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','Xung\x20đột\x20chỉnh\x20sửa','525655jcdIhH','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','exports','8050928ttATYv'];_0x45d4=function(){return _0x5be858;};return _0x45d4();}function _0x1e4a(_0x42a0ad,_0x4bc202){_0x42a0ad=_0x42a0ad-0xd4;var _0x45d4e6=_0x45d4();var _0x1e4af8=_0x45d4e6[_0x42a0ad];return _0x1e4af8;}(function(_0x16786d,_0x2cb1f7){var _0x56c488=_0x1e4a,_0xd59f76=_0x16786d();while(!![]){try{var _0xa59b7c=-parseInt(_0x56c488(0xf3))/0x1+-parseInt(_0x56c488(0xd9))/0x2+parseInt(_0x56c488(0xd8))/0x3*(-parseInt(_0x56c488(0xde))/0x4)+parseInt(_0x56c488(0xea))/0x5*(-parseInt(_0x56c488(0xef))/0x6)+parseInt(_0x56c488(0xdc))/0x7+parseInt(_0x56c488(0xed))/0x8+parseInt(_0x56c488(0xd7))/0x9*(parseInt(_0x56c488(0xee))/0xa);if(_0xa59b7c===_0x2cb1f7)break;else _0xd59f76['push'](_0xd59f76['shift']());}catch(_0x47b6a8){_0xd59f76['push'](_0xd59f76['shift']());}}}(_0x45d4,0xa2e8a),function(_0x588047,_0x29b07e){var _0x1f8745=_0x1e4a;typeof exports==_0x1f8745(0xdd)&&typeof module<'u'?module[_0x1f8745(0xec)]=_0x29b07e():typeof define==_0x1f8745(0xd6)&&define[_0x1f8745(0xf0)]?define([],_0x29b07e):(_0x588047=typeof globalThis<'u'?globalThis:_0x588047||self,_0x588047[_0x1f8745(0xe5)]=_0x29b07e());}(this,function(){var _0x561a9c=_0x1e4a;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x561a9c(0xe6)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x561a9c(0xe9),'notCollab':_0x561a9c(0xd5),'synced':_0x561a9c(0xe7),'syncing':_0x561a9c(0xf4),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'snapshotLoading':{'timeout':_0x561a9c(0xe0),'refresh':_0x561a9c(0xe2)},'session':{'connection-failed':_0x561a9c(0xe3),'will-retry':_0x561a9c(0xf1),'room-full':_0x561a9c(0xe1),'collaboration-timeout':_0x561a9c(0xd4)},'conflict':{'title':_0x561a9c(0xdf),'content':_0x561a9c(0xe8)},'permission':{'title':_0x561a9c(0xf2),'content':'Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.'},'collaboration':{'offline-data-not-saved':'Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','single-unit':{'warning':_0x561a9c(0xda)},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':'Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.'},'formula':{'calculation':{'started':_0x561a9c(0xe4),'waiting':_0x561a9c(0xdb),'unable':_0x561a9c(0xeb)}}}};}));