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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +10 -22
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/update-remote-unit-presence.operation.d.ts +25 -0
  66. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -4
  67. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor-entity.d.ts +38 -0
  68. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor.controller.d.ts +21 -0
  69. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +8 -13
  70. package/lib/types/controllers/data-loader/data-loader.controller.d.ts +1 -2
  71. package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +3 -15
  72. package/lib/types/locale/en-US.d.ts +0 -1
  73. package/lib/types/models/cursor.d.ts +0 -25
  74. package/lib/types/plugin.d.ts +3 -2
  75. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +3 -3
  76. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +0 -4
  77. package/lib/types/views/shapes/doc-collab-cursor.d.ts +6 -1
  78. package/lib/umd/facade.js +1 -1
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ar-SA.js +1 -1
  81. package/lib/umd/locale/ca-ES.js +1 -1
  82. package/lib/umd/locale/de-DE.js +1 -1
  83. package/lib/umd/locale/en-US.js +1 -1
  84. package/lib/umd/locale/es-ES.js +1 -1
  85. package/lib/umd/locale/fa-IR.js +1 -1
  86. package/lib/umd/locale/fr-FR.js +1 -1
  87. package/lib/umd/locale/id-ID.js +1 -1
  88. package/lib/umd/locale/it-IT.js +1 -1
  89. package/lib/umd/locale/ja-JP.js +1 -1
  90. package/lib/umd/locale/ko-KR.js +1 -1
  91. package/lib/umd/locale/pl-PL.js +1 -1
  92. package/lib/umd/locale/pt-BR.js +1 -1
  93. package/lib/umd/locale/ru-RU.js +1 -1
  94. package/lib/umd/locale/sk-SK.js +1 -1
  95. package/lib/umd/locale/vi-VN.js +1 -1
  96. package/lib/umd/locale/zh-CN.js +1 -1
  97. package/lib/umd/locale/zh-HK.js +1 -1
  98. package/lib/umd/locale/zh-TW.js +1 -1
  99. package/package.json +19 -23
  100. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +0 -31
  101. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +0 -21
  102. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +0 -34
  103. package/lib/types/controllers/collab-cursor/slide-collab-cursor-render.controller.d.ts +0 -21
  104. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +0 -15
@@ -1 +1 @@
1
- (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 _0x37f8(_0x17e6df,_0x5849dd){_0x17e6df=_0x17e6df-0xc9;var _0x3a019c=_0x3a01();var _0x37f80c=_0x3a019c[_0x17e6df];return _0x37f80c;}(function(_0xe36d1f,_0x346e29){var _0x22bc3e=_0x37f8,_0x27b372=_0xe36d1f();while(!![]){try{var _0x1a512c=-parseInt(_0x22bc3e(0xe1))/0x1*(parseInt(_0x22bc3e(0xd7))/0x2)+-parseInt(_0x22bc3e(0xe6))/0x3*(parseInt(_0x22bc3e(0xcc))/0x4)+-parseInt(_0x22bc3e(0xdd))/0x5+-parseInt(_0x22bc3e(0xd2))/0x6*(-parseInt(_0x22bc3e(0xca))/0x7)+-parseInt(_0x22bc3e(0xd3))/0x8+-parseInt(_0x22bc3e(0xd9))/0x9*(-parseInt(_0x22bc3e(0xcd))/0xa)+parseInt(_0x22bc3e(0xe2))/0xb*(parseInt(_0x22bc3e(0xe5))/0xc);if(_0x1a512c===_0x346e29)break;else _0x27b372['push'](_0x27b372['shift']());}catch(_0x3bb09c){_0x27b372['push'](_0x27b372['shift']());}}}(_0x3a01,0x64bfa),function(_0x5caa15,_0x4965cc){var _0x16b813=_0x37f8;typeof exports==_0x16b813(0xe0)&&typeof module<'u'?module[_0x16b813(0xd8)]=_0x4965cc():typeof define==_0x16b813(0xde)&&define[_0x16b813(0xe3)]?define([],_0x4965cc):(_0x5caa15=typeof globalThis<'u'?globalThis:_0x5caa15||self,_0x5caa15[_0x16b813(0xe4)]=_0x4965cc());}(this,function(){var _0x4215d5=_0x37f8;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x4215d5(0xd5),'notCollab':_0x4215d5(0xd1),'synced':_0x4215d5(0xcf),'syncing':_0x4215d5(0xd6),'offline':'غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا'},'snapshotLoading':{'timeout':_0x4215d5(0xe7),'refresh':'تحديث\x20الصفحة'},'session':{'connection-failed':'فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','will-retry':_0x4215d5(0xda),'room-full':_0x4215d5(0xcb),'collaboration-timeout':_0x4215d5(0xce)},'conflict':{'title':_0x4215d5(0xc9),'content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':'خطأ\x20في\x20المصادقة','content':_0x4215d5(0xdf)},'collaboration':{'offline-data-not-saved':_0x4215d5(0xdb),'single-unit':{'warning':'فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.'},'closeRoom':_0x4215d5(0xd0)},'auth':{'needGotoLoginAlert':_0x4215d5(0xdc)},'formula':{'calculation':{'started':'بدأ\x20حساب\x20الصيغة.','waiting':_0x4215d5(0xd4),'unable':'غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.'}}}};}));function _0x3a01(){var _0x5d0a19=['22262RXHKBp','35398eCgtRJ','amd','UniverProCollaborationClientUiArSA','1308wmPSNM','18PAjqWR','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','تعارض\x20في\x20التعاون','4857167gvnkTl','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','67604tzBGtl','409370gdEesg','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','تمت\x20المزامنة','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','ملف\x20محلي','6YNNwpi','5738312gEYXwt','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','تعارضات\x20التحرير','جارٍ\x20المزامنة...','16AyAmHI','exports','117evTQwi','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','836835RBRMxp','function','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','object'];_0x3a01=function(){return _0x5d0a19;};return _0x3a01();}
@@ -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(_0x3b1fbd,_0x4f7719){var _0x540973=_0x391d,_0x18bd65=_0x3b1fbd();while(!![]){try{var _0x52b962=parseInt(_0x540973(0x88))/0x1+-parseInt(_0x540973(0x98))/0x2*(-parseInt(_0x540973(0x92))/0x3)+parseInt(_0x540973(0x9d))/0x4*(-parseInt(_0x540973(0x91))/0x5)+parseInt(_0x540973(0x9e))/0x6*(-parseInt(_0x540973(0x95))/0x7)+-parseInt(_0x540973(0xa1))/0x8+parseInt(_0x540973(0xa0))/0x9+parseInt(_0x540973(0x8c))/0xa*(parseInt(_0x540973(0x8b))/0xb);if(_0x52b962===_0x4f7719)break;else _0x18bd65['push'](_0x18bd65['shift']());}catch(_0x5e49e8){_0x18bd65['push'](_0x18bd65['shift']());}}}(_0xee1b,0xcaa7d),function(_0x49b9b2,_0x438b7a){var _0x114465=_0x391d;typeof exports=='object'&&typeof module<'u'?module[_0x114465(0x9a)]=_0x438b7a():typeof define==_0x114465(0x96)&&define[_0x114465(0x97)]?define([],_0x438b7a):(_0x49b9b2=typeof globalThis<'u'?globalThis:_0x49b9b2||self,_0x49b9b2['UniverProCollaborationClientUiCaES']=_0x438b7a());}(this,function(){var _0x301c38=_0x391d;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x301c38(0x99)}},'collabStatus':{'fetchMiss':_0x301c38(0xa6),'conflict':_0x301c38(0x94),'notCollab':'Fitxer\x20local','synced':_0x301c38(0xa3),'syncing':'Sincronitzant...','offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'snapshotLoading':{'timeout':_0x301c38(0x8e),'refresh':_0x301c38(0xa2)},'session':{'connection-failed':_0x301c38(0x8a),'will-retry':'Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','room-full':_0x301c38(0x93),'collaboration-timeout':'El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'},'conflict':{'title':_0x301c38(0x90),'content':_0x301c38(0xa5)},'permission':{'title':_0x301c38(0x8f),'content':_0x301c38(0x9b)},'collaboration':{'offline-data-not-saved':_0x301c38(0x9c),'single-unit':{'warning':_0x301c38(0x8d)},'closeRoom':_0x301c38(0x9f)},'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':_0x301c38(0xa4),'unable':_0x301c38(0x89)}}}};}));function _0x391d(_0x155d4b,_0x5ebce5){_0x155d4b=_0x155d4b-0x88;var _0xee1bed=_0xee1b();var _0x391d6c=_0xee1bed[_0x155d4b];return _0x391d6c;}function _0xee1b(){var _0x28aa19=['La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Conflictes\x20d\x27edició','77zZAjiG','function','amd','326756YsgqfI','Feu\x20clic\x20per\x20reconnectar','exports','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.','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','3028604iwfdyl','591690JBIeQH','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','12667077SoSGEE','7263944DtHgxo','Actualitza\x20la\x20pàgina','Sincronitzat','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','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.','Sincronitzant\x20dades\x20del\x20servidor...','444886uHYKkJ','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','11869231FzHDgo','20MzCwrK','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','Error\x20d\x27autenticació','Conflicte\x20de\x20col·laboració','10JIQLFq','6NXbOFP'];_0xee1b=function(){return _0x28aa19;};return _0xee1b();}
@@ -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 _0x726f(_0x1f7db1,_0xaeb0f2){_0x1f7db1=_0x1f7db1-0x12b;var _0x4b4cc6=_0x4b4c();var _0x726fa9=_0x4b4cc6[_0x1f7db1];return _0x726fa9;}function _0x4b4c(){var _0x3acc92=['Klicken,\x20um\x20wieder\x20zu\x20verbinden','77nDcMpn','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','438hJqIsr','Synchronisiert','exports','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','477884cQrpJy','385805wPyrmj','70QSufmv','Formelberechnung\x20gestartet.','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Synchronisierung...','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.','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','4426TODCjL','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','4652528easrFH','Authentifizierungsfehler','Seite\x20aktualisieren','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','3312564nzoHRg','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.','amd','1827279ZQRsSZ','function','UniverProCollaborationClientUiDeDE','Lokale\x20Datei','166542fOGPdn','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.'];_0x4b4c=function(){return _0x3acc92;};return _0x4b4c();}(function(_0x44b9d3,_0x1a5d2c){var _0x1369b5=_0x726f,_0x150c7a=_0x44b9d3();while(!![]){try{var _0x28db6c=-parseInt(_0x1369b5(0x149))/0x1+-parseInt(_0x1369b5(0x131))/0x2*(-parseInt(_0x1369b5(0x144))/0x3)+-parseInt(_0x1369b5(0x138))/0x4+-parseInt(_0x1369b5(0x14a))/0x5+parseInt(_0x1369b5(0x13f))/0x6*(-parseInt(_0x1369b5(0x142))/0x7)+parseInt(_0x1369b5(0x134))/0x8+-parseInt(_0x1369b5(0x13b))/0x9*(-parseInt(_0x1369b5(0x12b))/0xa);if(_0x28db6c===_0x1a5d2c)break;else _0x150c7a['push'](_0x150c7a['shift']());}catch(_0xd61e20){_0x150c7a['push'](_0x150c7a['shift']());}}}(_0x4b4c,0x9b9b8),function(_0x19be4e,_0x3962ab){var _0x102e6d=_0x726f;typeof exports=='object'&&typeof module<'u'?module[_0x102e6d(0x146)]=_0x3962ab():typeof define==_0x102e6d(0x13c)&&define[_0x102e6d(0x13a)]?define([],_0x3962ab):(_0x19be4e=typeof globalThis<'u'?globalThis:_0x19be4e||self,_0x19be4e[_0x102e6d(0x13d)]=_0x3962ab());}(this,function(){var _0x37d0c3=_0x726f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x37d0c3(0x141)}},'collabStatus':{'fetchMiss':'Serverdaten\x20werden\x20synchronisiert...','conflict':'Bearbeitungskonflikte','notCollab':_0x37d0c3(0x13e),'synced':_0x37d0c3(0x145),'syncing':_0x37d0c3(0x12e),'offline':_0x37d0c3(0x12d)},'snapshotLoading':{'timeout':_0x37d0c3(0x140),'refresh':_0x37d0c3(0x136)},'session':{'connection-failed':'Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','will-retry':_0x37d0c3(0x132),'room-full':_0x37d0c3(0x148),'collaboration-timeout':_0x37d0c3(0x137)},'conflict':{'title':'Zusammenarbeitskonflikt','content':_0x37d0c3(0x139)},'permission':{'title':_0x37d0c3(0x135),'content':_0x37d0c3(0x12f)},'collaboration':{'offline-data-not-saved':_0x37d0c3(0x147),'single-unit':{'warning':_0x37d0c3(0x133)},'closeRoom':_0x37d0c3(0x143)},'auth':{'needGotoLoginAlert':_0x37d0c3(0x130)},'formula':{'calculation':{'started':_0x37d0c3(0x12c),'waiting':'Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','unable':'Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.'}}}};}));
@@ -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 _0x35e0(_0x28f09f,_0x325978){_0x28f09f=_0x28f09f-0x114;var _0xccc9e8=_0xccc9();var _0x35e07f=_0xccc9e8[_0x28f09f];return _0x35e07f;}function _0xccc9(){var _0x574b75=['object','558494rEDMTv','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Syncing\x20server\x20data...','7PpWOxx','Refresh\x20page','2671736gumNYI','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','function','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.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','10mwYnZa','amd','0MaXKHO','4136130SCXlZp','exports','Syncing...','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Collaboration\x20Conflict','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','145EfQIFg','Edit\x20conflicts','107526sLYakC','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','Authentication\x20Error','Click\x20to\x20Reconnect','226076nOUPCp','37638FDqvIb','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Formula\x20calculation\x20started.','UniverProCollaborationClientUiEnUS','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'];_0xccc9=function(){return _0x574b75;};return _0xccc9();}(function(_0x5bbb42,_0x19bb6b){var _0x2dfad6=_0x35e0,_0x2f1955=_0x5bbb42();while(!![]){try{var _0x193be6=parseInt(_0x2dfad6(0x120))/0x1+-parseInt(_0x2dfad6(0x114))/0x2+-parseInt(_0x2dfad6(0x129))/0x3+-parseInt(_0x2dfad6(0x12e))/0x4+parseInt(_0x2dfad6(0x127))/0x5*(-parseInt(_0x2dfad6(0x12f))/0x6)+parseInt(_0x2dfad6(0x117))/0x7*(parseInt(_0x2dfad6(0x119))/0x8)+-parseInt(_0x2dfad6(0x121))/0x9*(-parseInt(_0x2dfad6(0x11e))/0xa);if(_0x193be6===_0x19bb6b)break;else _0x2f1955['push'](_0x2f1955['shift']());}catch(_0x5605df){_0x2f1955['push'](_0x2f1955['shift']());}}}(_0xccc9,0x3a98c),function(_0x5922ee,_0xe1d8a2){var _0x46468d=_0x35e0;typeof exports==_0x46468d(0x134)&&typeof module<'u'?module[_0x46468d(0x122)]=_0xe1d8a2():typeof define==_0x46468d(0x11b)&&define[_0x46468d(0x11f)]?define([],_0xe1d8a2):(_0x5922ee=typeof globalThis<'u'?globalThis:_0x5922ee||self,_0x5922ee[_0x46468d(0x132)]=_0xe1d8a2());}(this,function(){var _0x21a237=_0x35e0;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x21a237(0x12d)}},'collabStatus':{'fetchMiss':_0x21a237(0x116),'conflict':_0x21a237(0x128),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x21a237(0x123),'offline':_0x21a237(0x133)},'snapshotLoading':{'timeout':_0x21a237(0x12b),'refresh':_0x21a237(0x118)},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x21a237(0x124),'room-full':_0x21a237(0x130),'collaboration-timeout':_0x21a237(0x115)},'conflict':{'title':_0x21a237(0x125),'content':_0x21a237(0x11c)},'permission':{'title':_0x21a237(0x12c),'content':_0x21a237(0x11a)},'collaboration':{'offline-data-not-saved':_0x21a237(0x12a),'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x21a237(0x126)},'auth':{'needGotoLoginAlert':_0x21a237(0x11d)},'formula':{'calculation':{'started':_0x21a237(0x131),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}}};}));
@@ -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 _0x3c4f(_0x58d2d0,_0x424d6c){_0x58d2d0=_0x58d2d0-0x15a;var _0x26745c=_0x2674();var _0x3c4f07=_0x26745c[_0x58d2d0];return _0x3c4f07;}function _0x2674(){var _0x530b71=['Conflicto\x20de\x20colaboración','207530hmrMCj','Conflictos\x20de\x20edición','Cálculo\x20de\x20fórmulas\x20iniciado.','object','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','3454317FJlpkf','Haga\x20clic\x20para\x20reconectar','Sincronizando\x20datos\x20del\x20servidor...','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','Sincronizando...','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','108qZRHVA','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','exports','Actualizar\x20página','function','UniverProCollaborationClientUiEsES','2664iBcUIj','7307388sWaRei','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','23751TNlCtF','40usiebr','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','6269zMVWCW','4109616JHwCCR','18636qpOOla','174nfVQFg','Error\x20de\x20autenticación','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','amd','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','5533MrNLNM','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.'];_0x2674=function(){return _0x530b71;};return _0x2674();}(function(_0x2970ad,_0x25a34d){var _0x51404f=_0x3c4f,_0x56d749=_0x2970ad();while(!![]){try{var _0x39a6ce=parseInt(_0x51404f(0x175))/0x1*(-parseInt(_0x51404f(0x178))/0x2)+parseInt(_0x51404f(0x176))/0x3+-parseInt(_0x51404f(0x16f))/0x4+-parseInt(_0x51404f(0x15c))/0x5*(-parseInt(_0x51404f(0x168))/0x6)+parseInt(_0x51404f(0x171))/0x7*(-parseInt(_0x51404f(0x16e))/0x8)+parseInt(_0x51404f(0x161))/0x9*(parseInt(_0x51404f(0x172))/0xa)+parseInt(_0x51404f(0x17d))/0xb*(parseInt(_0x51404f(0x177))/0xc);if(_0x39a6ce===_0x25a34d)break;else _0x56d749['push'](_0x56d749['shift']());}catch(_0x497b56){_0x56d749['push'](_0x56d749['shift']());}}}(_0x2674,0xe35c8),function(_0x2aca8c,_0x2266bc){var _0x1af35c=_0x3c4f;typeof exports==_0x1af35c(0x15f)&&typeof module<'u'?module[_0x1af35c(0x16a)]=_0x2266bc():typeof define==_0x1af35c(0x16c)&&define[_0x1af35c(0x17b)]?define([],_0x2266bc):(_0x2aca8c=typeof globalThis<'u'?globalThis:_0x2aca8c||self,_0x2aca8c[_0x1af35c(0x16d)]=_0x2266bc());}(this,function(){var _0x17664b=_0x3c4f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x17664b(0x162)}},'collabStatus':{'fetchMiss':_0x17664b(0x163),'conflict':_0x17664b(0x15d),'notCollab':'Archivo\x20local','synced':'Sincronizado','syncing':_0x17664b(0x165),'offline':_0x17664b(0x160)},'snapshotLoading':{'timeout':'La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','refresh':_0x17664b(0x16b)},'session':{'connection-failed':_0x17664b(0x164),'will-retry':_0x17664b(0x174),'room-full':_0x17664b(0x170),'collaboration-timeout':_0x17664b(0x15a)},'conflict':{'title':_0x17664b(0x15b),'content':'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.'},'permission':{'title':_0x17664b(0x179),'content':'Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.'},'collaboration':{'offline-data-not-saved':_0x17664b(0x17a),'single-unit':{'warning':_0x17664b(0x166)},'closeRoom':_0x17664b(0x169)},'auth':{'needGotoLoginAlert':_0x17664b(0x17c)},'formula':{'calculation':{'started':_0x17664b(0x15e),'waiting':_0x17664b(0x167),'unable':_0x17664b(0x173)}}}};}));
@@ -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 _0x3219(_0x2200af,_0x33092e){_0x2200af=_0x2200af-0x12e;var _0x59f92b=_0x59f9();var _0x3219c9=_0x59f92b[_0x2200af];return _0x3219c9;}(function(_0x313048,_0x4a0a53){var _0x1b5926=_0x3219,_0x350629=_0x313048();while(!![]){try{var _0x2fae6c=-parseInt(_0x1b5926(0x12f))/0x1+-parseInt(_0x1b5926(0x13c))/0x2*(-parseInt(_0x1b5926(0x13d))/0x3)+-parseInt(_0x1b5926(0x135))/0x4+parseInt(_0x1b5926(0x144))/0x5+parseInt(_0x1b5926(0x147))/0x6*(-parseInt(_0x1b5926(0x143))/0x7)+-parseInt(_0x1b5926(0x139))/0x8+parseInt(_0x1b5926(0x141))/0x9*(parseInt(_0x1b5926(0x13f))/0xa);if(_0x2fae6c===_0x4a0a53)break;else _0x350629['push'](_0x350629['shift']());}catch(_0x40e94e){_0x350629['push'](_0x350629['shift']());}}}(_0x59f9,0x2357e),function(_0x5cedfe,_0x86b7a0){var _0x473b2e=_0x3219;typeof exports==_0x473b2e(0x136)&&typeof module<'u'?module[_0x473b2e(0x140)]=_0x86b7a0():typeof define==_0x473b2e(0x12e)&&define['amd']?define([],_0x86b7a0):(_0x5cedfe=typeof globalThis<'u'?globalThis:_0x5cedfe||self,_0x5cedfe[_0x473b2e(0x133)]=_0x86b7a0());}(this,function(){var _0x2ed183=_0x3219;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2ed183(0x14b)}},'collabStatus':{'fetchMiss':_0x2ed183(0x14d),'conflict':_0x2ed183(0x138),'notCollab':_0x2ed183(0x132),'synced':_0x2ed183(0x130),'syncing':_0x2ed183(0x14f),'offline':_0x2ed183(0x14e)},'snapshotLoading':{'timeout':_0x2ed183(0x14c),'refresh':_0x2ed183(0x146)},'session':{'connection-failed':_0x2ed183(0x13a),'will-retry':_0x2ed183(0x14a),'room-full':_0x2ed183(0x145),'collaboration-timeout':_0x2ed183(0x148)},'conflict':{'title':'تداخل\x20همکاری','content':'یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'permission':{'title':_0x2ed183(0x149),'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':_0x2ed183(0x131),'single-unit':{'warning':_0x2ed183(0x134)},'closeRoom':_0x2ed183(0x137)},'auth':{'needGotoLoginAlert':_0x2ed183(0x13b)},'formula':{'calculation':{'started':_0x2ed183(0x13e),'waiting':_0x2ed183(0x142),'unable':'در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.'}}}};}));function _0x59f9(){var _0xeea317=['همگام\x20سازی','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','پرونده\x20محلی','UniverProCollaborationClientUiFaIR','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','8980wLtWRc','object','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','تداخل\x20ویرایش','532408UTFKxV','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','20XnRWIL','34896RqczWu','محاسبه\x20فرمول\x20شروع\x20شد.','890vFMyBy','exports','25569fCnPYv','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','246281zLVWwi','539430KEtlWu','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','تازه‌سازی\x20صفحه','18PIDMHQ','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\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در\x20محلی\x20ذخیره\x20می\x20شوند','در\x20حال\x20همگام\x20سازی...','function','157944GzPAse'];_0x59f9=function(){return _0xeea317;};return _0x59f9();}
@@ -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(_0x4a7f30,_0x1081eb){var _0x47bf79=_0x771f,_0x457ac7=_0x4a7f30();while(!![]){try{var _0x1dd7df=-parseInt(_0x47bf79(0x185))/0x1+parseInt(_0x47bf79(0x177))/0x2+-parseInt(_0x47bf79(0x170))/0x3*(-parseInt(_0x47bf79(0x17d))/0x4)+parseInt(_0x47bf79(0x171))/0x5*(-parseInt(_0x47bf79(0x16e))/0x6)+parseInt(_0x47bf79(0x174))/0x7+parseInt(_0x47bf79(0x16b))/0x8+parseInt(_0x47bf79(0x18c))/0x9*(-parseInt(_0x47bf79(0x182))/0xa);if(_0x1dd7df===_0x1081eb)break;else _0x457ac7['push'](_0x457ac7['shift']());}catch(_0x17aec6){_0x457ac7['push'](_0x457ac7['shift']());}}}(_0x7ea9,0x4f465),function(_0x592f19,_0x24c218){var _0x33c31c=_0x771f;typeof exports==_0x33c31c(0x183)&&typeof module<'u'?module[_0x33c31c(0x17e)]=_0x24c218():typeof define==_0x33c31c(0x176)&&define[_0x33c31c(0x18a)]?define([],_0x24c218):(_0x592f19=typeof globalThis<'u'?globalThis:_0x592f19||self,_0x592f19['UniverProCollaborationClientUiFrFR']=_0x24c218());}(this,function(){var _0x49ded9=_0x771f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x49ded9(0x186)}},'collabStatus':{'fetchMiss':_0x49ded9(0x17b),'conflict':_0x49ded9(0x17f),'notCollab':_0x49ded9(0x178),'synced':_0x49ded9(0x16f),'syncing':_0x49ded9(0x175),'offline':'Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement'},'snapshotLoading':{'timeout':_0x49ded9(0x184),'refresh':_0x49ded9(0x181)},'session':{'connection-failed':_0x49ded9(0x189),'will-retry':_0x49ded9(0x172),'room-full':'La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','collaboration-timeout':'Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.'},'conflict':{'title':_0x49ded9(0x179),'content':_0x49ded9(0x180)},'permission':{'title':_0x49ded9(0x16c),'content':_0x49ded9(0x188)},'collaboration':{'offline-data-not-saved':_0x49ded9(0x18b),'single-unit':{'warning':_0x49ded9(0x16d)},'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':_0x49ded9(0x187)},'formula':{'calculation':{'started':_0x49ded9(0x17a),'waiting':_0x49ded9(0x17c),'unable':_0x49ded9(0x173)}}}};}));function _0x771f(_0x1642f2,_0x465a42){_0x1642f2=_0x1642f2-0x16b;var _0x7ea9f0=_0x7ea9();var _0x771fb7=_0x7ea9f0[_0x1642f2];return _0x771fb7;}function _0x7ea9(){var _0x975e04=['204RtrqKG','1019600dqlhTN','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','2191728pjFMQL','Synchronisation...','function','880782MFYUYZ','Fichier\x20local','Conflit\x20de\x20collaboration','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','Synchronisation\x20des\x20données\x20du\x20serveur...','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','5144IELRkj','exports','Conflits\x20de\x20modification','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.','Actualiser\x20la\x20page','485130DarhBn','object','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','254234rNIyeH','Cliquez\x20pour\x20reconnecter','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','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.','Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','amd','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.','63IDMgkT','2252088xOhzRR','Erreur\x20d\x27authentification','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.','6QdHXBV','Synchronisé'];_0x7ea9=function(){return _0x975e04;};return _0x7ea9();}
@@ -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 _0x4717(_0x9a43cb,_0x3d6c95){_0x9a43cb=_0x9a43cb-0x1e5;var _0x222bed=_0x222b();var _0x4717a5=_0x222bed[_0x9a43cb];return _0x4717a5;}(function(_0x3033af,_0x130921){var _0x196174=_0x4717,_0x484a22=_0x3033af();while(!![]){try{var _0x2ab73e=-parseInt(_0x196174(0x1fd))/0x1+-parseInt(_0x196174(0x1ea))/0x2+-parseInt(_0x196174(0x1f7))/0x3*(parseInt(_0x196174(0x201))/0x4)+-parseInt(_0x196174(0x203))/0x5*(-parseInt(_0x196174(0x1f1))/0x6)+-parseInt(_0x196174(0x1e7))/0x7+-parseInt(_0x196174(0x200))/0x8+parseInt(_0x196174(0x1f5))/0x9;if(_0x2ab73e===_0x130921)break;else _0x484a22['push'](_0x484a22['shift']());}catch(_0x3ced9c){_0x484a22['push'](_0x484a22['shift']());}}}(_0x222b,0xa8fff),function(_0x2da9df,_0x314112){var _0x3af686=_0x4717;typeof exports=='object'&&typeof module<'u'?module[_0x3af686(0x1f8)]=_0x314112():typeof define==_0x3af686(0x1ff)&&define['amd']?define([],_0x314112):(_0x2da9df=typeof globalThis<'u'?globalThis:_0x2da9df||self,_0x2da9df[_0x3af686(0x1ec)]=_0x314112());}(this,function(){var _0x477373=_0x4717;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x477373(0x1eb)}},'collabStatus':{'fetchMiss':_0x477373(0x205),'conflict':_0x477373(0x1f3),'notCollab':_0x477373(0x1e6),'synced':_0x477373(0x1f4),'syncing':_0x477373(0x1ed),'offline':_0x477373(0x1fe)},'snapshotLoading':{'timeout':_0x477373(0x1e8),'refresh':'Muat\x20ulang\x20halaman'},'session':{'connection-failed':_0x477373(0x1ef),'will-retry':_0x477373(0x1fa),'room-full':_0x477373(0x1e5),'collaboration-timeout':_0x477373(0x1fc)},'conflict':{'title':'Konflik\x20Kolaborasi','content':_0x477373(0x1f9)},'permission':{'title':_0x477373(0x1f6),'content':_0x477373(0x1f2)},'collaboration':{'offline-data-not-saved':_0x477373(0x1fb),'single-unit':{'warning':_0x477373(0x204)},'closeRoom':_0x477373(0x1f0)},'auth':{'needGotoLoginAlert':'Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.'},'formula':{'calculation':{'started':_0x477373(0x1e9),'waiting':_0x477373(0x202),'unable':_0x477373(0x1ee)}}}};}));function _0x222b(){var _0x5923a9=['Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','616819Hozkxy','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','function','8506744czPkzL','6744xMtRsX','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','24255ShRSUv','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Menyinkronkan\x20data\x20server...','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','File\x20lokal','4011224dIZgsB','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Perhitungan\x20rumus\x20dimulai.','878720ZByiqQ','Klik\x20untuk\x20Menyambung\x20Kembali','UniverProCollaborationClientUiIdID','Menyinkronkan...','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','1668CqkMam','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Konflik\x20edit','Tersinkron','23454603fyKSOh','Kesalahan\x20Autentikasi','1014PvYBXA','exports','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.'];_0x222b=function(){return _0x5923a9;};return _0x222b();}
@@ -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 _0x3f0b(){var _0xe1ad62=['Clicca\x20per\x20Riconnettere','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','1933416cQoEkw','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.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','Aggiorna\x20pagina','85701ZlOwKN','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','Errore\x20di\x20Autenticazione','1080DDVQyZ','30536aWDibb','exports','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Sincronizzazione...','3701232LenVFI','2748RBbkoa','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','105wECosp','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.','function','object','amd','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','22cKAsOj','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','78723DBwMme','UniverProCollaborationClientUiItIT','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','Calcolo\x20della\x20formula\x20avviato.','174wWWLIs','24703DGVhDk','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Sincronizzazione\x20dati\x20server...','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...'];_0x3f0b=function(){return _0xe1ad62;};return _0x3f0b();}function _0x5501(_0x368d6a,_0x22ca84){_0x368d6a=_0x368d6a-0xab;var _0x3f0b34=_0x3f0b();var _0x55017d=_0x3f0b34[_0x368d6a];return _0x55017d;}(function(_0x12e2f1,_0x4b0dbc){var _0xa62e33=_0x5501,_0x2c768a=_0x12e2f1();while(!![]){try{var _0x3625ca=parseInt(_0xa62e33(0xc5))/0x1+parseInt(_0xa62e33(0xaf))/0x2*(-parseInt(_0xa62e33(0xb2))/0x3)+-parseInt(_0xa62e33(0xca))/0x4*(-parseInt(_0xa62e33(0xcc))/0x5)+-parseInt(_0xa62e33(0xb6))/0x6*(parseInt(_0xa62e33(0xb7))/0x7)+-parseInt(_0xa62e33(0xc9))/0x8+parseInt(_0xa62e33(0xbd))/0x9+-parseInt(_0xa62e33(0xc4))/0xa*(-parseInt(_0xa62e33(0xc1))/0xb);if(_0x3625ca===_0x4b0dbc)break;else _0x2c768a['push'](_0x2c768a['shift']());}catch(_0x27a603){_0x2c768a['push'](_0x2c768a['shift']());}}}(_0x3f0b,0x3c711),function(_0xa86de8,_0x9a780a){var _0x22740a=_0x5501;typeof exports==_0x22740a(0xac)&&typeof module<'u'?module[_0x22740a(0xc6)]=_0x9a780a():typeof define==_0x22740a(0xab)&&define[_0x22740a(0xad)]?define([],_0x9a780a):(_0xa86de8=typeof globalThis<'u'?globalThis:_0xa86de8||self,_0xa86de8[_0x22740a(0xb3)]=_0x9a780a());}(this,function(){var _0x810c92=_0x5501;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x810c92(0xbb)}},'collabStatus':{'fetchMiss':_0x810c92(0xb9),'conflict':'Conflitti\x20di\x20modifica','notCollab':'File\x20locale','synced':'Sincronizzato','syncing':_0x810c92(0xc8),'offline':_0x810c92(0xbf)},'snapshotLoading':{'timeout':_0x810c92(0xb4),'refresh':_0x810c92(0xc0)},'session':{'connection-failed':_0x810c92(0xcb),'will-retry':_0x810c92(0xb8),'room-full':_0x810c92(0xc7),'collaboration-timeout':_0x810c92(0xae)},'conflict':{'title':'Conflitto\x20di\x20Collaborazione','content':_0x810c92(0xce)},'permission':{'title':_0x810c92(0xc3),'content':_0x810c92(0xbe)},'collaboration':{'offline-data-not-saved':_0x810c92(0xb1),'single-unit':{'warning':_0x810c92(0xc2)},'closeRoom':_0x810c92(0xb0)},'auth':{'needGotoLoginAlert':_0x810c92(0xcd)},'formula':{'calculation':{'started':_0x810c92(0xb5),'waiting':_0x810c92(0xba),'unable':_0x810c92(0xbc)}}}};}));
@@ -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 _0x3239(_0x48b473,_0x17470f){_0x48b473=_0x48b473-0x182;var _0x2caba3=_0x2cab();var _0x323933=_0x2caba3[_0x48b473];return _0x323933;}function _0x2cab(){var _0x36bfbe=['6FGhFlI','クリックして再接続','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','12XVahvB','65012tLfIQz','3449844JXydlO','同期済み','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','649396kLWFDy','オフライン、編集内容はローカルに保存されます','180TrDOUR','数式の計算を開始しました。','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','同期中...','amd','exports','数式の計算キューが満杯です。空きが出るまでお待ちください...','object','ローカルファイル','ページを更新','169921PSIvQe','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','896756ywSAIo','503775dwQquu','2454672QLABXD','UniverProCollaborationClientUiJaJP','認証エラー','2GHvvGw'];_0x2cab=function(){return _0x36bfbe;};return _0x2cab();}(function(_0x12a295,_0x14f5b2){var _0xb4ce8=_0x3239,_0x1c265f=_0x12a295();while(!![]){try{var _0x47a801=parseInt(_0xb4ce8(0x19f))/0x1*(parseInt(_0xb4ce8(0x187))/0x2)+-parseInt(_0xb4ce8(0x18b))/0x3*(parseInt(_0xb4ce8(0x18c))/0x4)+-parseInt(_0xb4ce8(0x183))/0x5*(parseInt(_0xb4ce8(0x188))/0x6)+-parseInt(_0xb4ce8(0x182))/0x7+-parseInt(_0xb4ce8(0x184))/0x8+-parseInt(_0xb4ce8(0x18d))/0x9+parseInt(_0xb4ce8(0x193))/0xa*(parseInt(_0xb4ce8(0x191))/0xb);if(_0x47a801===_0x14f5b2)break;else _0x1c265f['push'](_0x1c265f['shift']());}catch(_0xd60d72){_0x1c265f['push'](_0x1c265f['shift']());}}}(_0x2cab,0x3cae0),function(_0x1f4245,_0x5fe321){var _0x449084=_0x3239;typeof exports==_0x449084(0x19c)&&typeof module<'u'?module[_0x449084(0x19a)]=_0x5fe321():typeof define=='function'&&define[_0x449084(0x199)]?define([],_0x5fe321):(_0x1f4245=typeof globalThis<'u'?globalThis:_0x1f4245||self,_0x1f4245[_0x449084(0x185)]=_0x5fe321());}(this,function(){var _0x5eaac1=_0x3239;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5eaac1(0x189)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':'編集の競合','notCollab':_0x5eaac1(0x19d),'synced':_0x5eaac1(0x18e),'syncing':_0x5eaac1(0x198),'offline':_0x5eaac1(0x192)},'snapshotLoading':{'timeout':_0x5eaac1(0x197),'refresh':_0x5eaac1(0x19e)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':'接続に失敗しました。しばらくしてから再試行します。','room-full':'共同編集ルームが満員です。編集内容はローカルに保存されます。','collaboration-timeout':_0x5eaac1(0x196)},'conflict':{'title':'共同編集の競合','content':_0x5eaac1(0x18f)},'permission':{'title':_0x5eaac1(0x186),'content':_0x5eaac1(0x18a)},'collaboration':{'offline-data-not-saved':_0x5eaac1(0x195),'single-unit':{'warning':_0x5eaac1(0x190)},'closeRoom':'共同編集ルームが閉じられたため、編集権限が取り消されました。'},'auth':{'needGotoLoginAlert':_0x5eaac1(0x1a0)},'formula':{'calculation':{'started':_0x5eaac1(0x194),'waiting':_0x5eaac1(0x19b),'unable':'現在、数式の計算を実行できません。後でもう一度お試しください。'}}}};}));
@@ -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 _0xb9cb(_0x590be9,_0x517cfa){_0x590be9=_0x590be9-0x1e5;var _0xa45371=_0xa453();var _0xb9cb69=_0xa45371[_0x590be9];return _0xb9cb69;}(function(_0x581431,_0x9fcbb4){var _0x3e716f=_0xb9cb,_0x332781=_0x581431();while(!![]){try{var _0x2362a6=-parseInt(_0x3e716f(0x1f7))/0x1+parseInt(_0x3e716f(0x1e5))/0x2+parseInt(_0x3e716f(0x1fd))/0x3+parseInt(_0x3e716f(0x1f4))/0x4*(parseInt(_0x3e716f(0x1e6))/0x5)+parseInt(_0x3e716f(0x1f5))/0x6+parseInt(_0x3e716f(0x1f2))/0x7*(-parseInt(_0x3e716f(0x1e9))/0x8)+parseInt(_0x3e716f(0x1fe))/0x9;if(_0x2362a6===_0x9fcbb4)break;else _0x332781['push'](_0x332781['shift']());}catch(_0x51d8ce){_0x332781['push'](_0x332781['shift']());}}}(_0xa453,0x2096f),function(_0x5233a3,_0x49e459){var _0x936a0=_0xb9cb;typeof exports=='object'&&typeof module<'u'?module[_0x936a0(0x200)]=_0x49e459():typeof define==_0x936a0(0x1fa)&&define['amd']?define([],_0x49e459):(_0x5233a3=typeof globalThis<'u'?globalThis:_0x5233a3||self,_0x5233a3[_0x936a0(0x202)]=_0x49e459());}(this,function(){var _0x8949ed=_0xb9cb;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x8949ed(0x1ec)}},'collabStatus':{'fetchMiss':_0x8949ed(0x1f9),'conflict':_0x8949ed(0x1f1),'notCollab':_0x8949ed(0x205),'synced':_0x8949ed(0x1ff),'syncing':_0x8949ed(0x1f3),'offline':_0x8949ed(0x204)},'snapshotLoading':{'timeout':_0x8949ed(0x1f6),'refresh':_0x8949ed(0x1ed)},'session':{'connection-failed':_0x8949ed(0x1fc),'will-retry':_0x8949ed(0x1f0),'room-full':_0x8949ed(0x1f8),'collaboration-timeout':'서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'conflict':{'title':_0x8949ed(0x1e8),'content':_0x8949ed(0x1e7)},'permission':{'title':'인증\x20오류','content':_0x8949ed(0x1ee)},'collaboration':{'offline-data-not-saved':_0x8949ed(0x1ef),'single-unit':{'warning':_0x8949ed(0x201)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x8949ed(0x203)},'formula':{'calculation':{'started':_0x8949ed(0x1fb),'waiting':_0x8949ed(0x1eb),'unable':_0x8949ed(0x1ea)}}}};}));function _0xa453(){var _0x1138f4=['UniverProCollaborationClientUiKoKR','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','로컬\x20파일','123010RZaSPo','52110mtcCFg','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','공동\x20편집\x20충돌','3256BVDHqi','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','클릭하여\x20다시\x20연결','페이지\x20새로고침','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','편집\x20충돌','3787WmGgPS','동기화\x20중...','24hgCJOQ','71484FtWnIh','데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','235461rsWlTW','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','서버\x20데이터\x20동기화\x20중...','function','수식\x20계산을\x20시작했습니다.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','372222dAhZVK','2961990kwZXfK','동기화됨','exports','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.'];_0xa453=function(){return _0x1138f4;};return _0xa453();}
@@ -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 _0x5897(){var _0x462e85=['Obliczanie\x20formuły\x20rozpoczęte.','4215OFDtGy','Błąd\x20uwierzytelniania','object','Plik\x20lokalny','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Odśwież\x20stronę','622462SKavgO','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Konflikt\x20współpracy','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Synchronizowanie...','amd','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','1101627FVkDYa','1213200oAEbcJ','1836MLtGeK','797238eGrmpk','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Konflikty\x20edycji','8vuYFAp','18FPUhXw','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','624939bRiBfC','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','2913760qgRBqe','UniverProCollaborationClientUiPlPL','function','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','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.','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...'];_0x5897=function(){return _0x462e85;};return _0x5897();}function _0x5f28(_0x6bc617,_0x510790){_0x6bc617=_0x6bc617-0x179;var _0x589775=_0x5897();var _0x5f2899=_0x589775[_0x6bc617];return _0x5f2899;}(function(_0x1bf587,_0x503561){var _0x183bce=_0x5f28,_0x1ce8c9=_0x1bf587();while(!![]){try{var _0x1bb22f=parseInt(_0x183bce(0x189))/0x1+-parseInt(_0x183bce(0x194))/0x2+-parseInt(_0x183bce(0x191))/0x3+parseInt(_0x183bce(0x193))/0x4*(-parseInt(_0x183bce(0x183))/0x5)+parseInt(_0x183bce(0x192))/0x6+parseInt(_0x183bce(0x19b))/0x7*(parseInt(_0x183bce(0x197))/0x8)+-parseInt(_0x183bce(0x198))/0x9*(-parseInt(_0x183bce(0x17b))/0xa);if(_0x1bb22f===_0x503561)break;else _0x1ce8c9['push'](_0x1ce8c9['shift']());}catch(_0x2a5201){_0x1ce8c9['push'](_0x1ce8c9['shift']());}}}(_0x5897,0x53f76),function(_0x44cffa,_0x50acce){var _0x5038a6=_0x5f28;typeof exports==_0x5038a6(0x185)&&typeof module<'u'?module['exports']=_0x50acce():typeof define==_0x5038a6(0x17d)&&define[_0x5038a6(0x18f)]?define([],_0x50acce):(_0x44cffa=typeof globalThis<'u'?globalThis:_0x44cffa||self,_0x44cffa[_0x5038a6(0x17c)]=_0x50acce());}(this,function(){var _0x407259=_0x5f28;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x407259(0x17f)}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':_0x407259(0x196),'notCollab':_0x407259(0x186),'synced':'Zsynchronizowane','syncing':_0x407259(0x18e),'offline':'Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie'},'snapshotLoading':{'timeout':_0x407259(0x19a),'refresh':_0x407259(0x188)},'session':{'connection-failed':_0x407259(0x18b),'will-retry':_0x407259(0x18a),'room-full':_0x407259(0x18d),'collaboration-timeout':_0x407259(0x187)},'conflict':{'title':_0x407259(0x18c),'content':_0x407259(0x17a)},'permission':{'title':_0x407259(0x184),'content':_0x407259(0x180)},'collaboration':{'offline-data-not-saved':_0x407259(0x199),'single-unit':{'warning':_0x407259(0x17e)},'closeRoom':_0x407259(0x190)},'auth':{'needGotoLoginAlert':_0x407259(0x195)},'formula':{'calculation':{'started':_0x407259(0x182),'waiting':_0x407259(0x181),'unable':_0x407259(0x179)}}}};}));
@@ -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(_0x16844f,_0x4299d9){var _0x48dbee=_0x37f5,_0x258b69=_0x16844f();while(!![]){try{var _0x547bae=-parseInt(_0x48dbee(0x199))/0x1*(parseInt(_0x48dbee(0x18e))/0x2)+-parseInt(_0x48dbee(0x189))/0x3+-parseInt(_0x48dbee(0x185))/0x4*(-parseInt(_0x48dbee(0x18f))/0x5)+-parseInt(_0x48dbee(0x18a))/0x6+parseInt(_0x48dbee(0x17e))/0x7+-parseInt(_0x48dbee(0x183))/0x8+-parseInt(_0x48dbee(0x187))/0x9*(-parseInt(_0x48dbee(0x195))/0xa);if(_0x547bae===_0x4299d9)break;else _0x258b69['push'](_0x258b69['shift']());}catch(_0x30ad68){_0x258b69['push'](_0x258b69['shift']());}}}(_0x2ec1,0x27c30),function(_0x1cfae8,_0x914aac){var _0x5629b5=_0x37f5;typeof exports=='object'&&typeof module<'u'?module[_0x5629b5(0x196)]=_0x914aac():typeof define=='function'&&define[_0x5629b5(0x17f)]?define([],_0x914aac):(_0x1cfae8=typeof globalThis<'u'?globalThis:_0x1cfae8||self,_0x1cfae8[_0x5629b5(0x181)]=_0x914aac());}(this,function(){var _0x5c4753=_0x37f5;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5c4753(0x17c)}},'collabStatus':{'fetchMiss':_0x5c4753(0x19a),'conflict':_0x5c4753(0x190),'notCollab':'Arquivo\x20local','synced':_0x5c4753(0x17a),'syncing':_0x5c4753(0x18b),'offline':_0x5c4753(0x191)},'snapshotLoading':{'timeout':_0x5c4753(0x18c),'refresh':'Atualizar\x20página'},'session':{'connection-failed':'Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','will-retry':_0x5c4753(0x198),'room-full':_0x5c4753(0x197),'collaboration-timeout':_0x5c4753(0x17b)},'conflict':{'title':_0x5c4753(0x186),'content':_0x5c4753(0x193)},'permission':{'title':_0x5c4753(0x184),'content':_0x5c4753(0x180)},'collaboration':{'offline-data-not-saved':_0x5c4753(0x192),'single-unit':{'warning':_0x5c4753(0x194)},'closeRoom':_0x5c4753(0x18d)},'auth':{'needGotoLoginAlert':_0x5c4753(0x182)},'formula':{'calculation':{'started':_0x5c4753(0x188),'waiting':'A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','unable':_0x5c4753(0x17d)}}}};}));function _0x37f5(_0x13f1d5,_0x522a45){_0x13f1d5=_0x13f1d5-0x17a;var _0x2ec197=_0x2ec1();var _0x37f575=_0x2ec197[_0x13f1d5];return _0x37f575;}function _0x2ec1(){var _0x111ed2=['1NQVpdY','Sincronizando\x20dados\x20do\x20servidor...','Sincronizado','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Clique\x20para\x20Reconectar','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','612773rEMdBy','amd','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.','UniverProCollaborationClientUiPtBR','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','1451016NasZUK','Erro\x20de\x20autenticação','20OtaZCd','Conflito\x20de\x20Colaboração','3464478ILJjQu','Cálculo\x20de\x20fórmula\x20iniciado.','617838cchWwc','1496694rzUisP','Sincronizando...','O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','484814thCDUh','184620mUmJpk','Conflitos\x20de\x20edição','Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','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.','20GXLTHn','exports','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.'];_0x2ec1=function(){return _0x111ed2;};return _0x2ec1();}
@@ -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 _0x2296(_0x1275bc,_0x35d0e1){_0x1275bc=_0x1275bc-0x1a8;var _0x31322c=_0x3132();var _0x229684=_0x31322c[_0x1275bc];return _0x229684;}(function(_0x175d7a,_0x2f6c4f){var _0x4395c4=_0x2296,_0x350c6b=_0x175d7a();while(!![]){try{var _0x33d172=parseInt(_0x4395c4(0x1c2))/0x1+parseInt(_0x4395c4(0x1b2))/0x2+-parseInt(_0x4395c4(0x1b8))/0x3+parseInt(_0x4395c4(0x1b7))/0x4+parseInt(_0x4395c4(0x1b3))/0x5+-parseInt(_0x4395c4(0x1c1))/0x6+-parseInt(_0x4395c4(0x1ac))/0x7;if(_0x33d172===_0x2f6c4f)break;else _0x350c6b['push'](_0x350c6b['shift']());}catch(_0x353945){_0x350c6b['push'](_0x350c6b['shift']());}}}(_0x3132,0x1b8cc),function(_0x5b63a6,_0x38ed70){var _0x6cacfe=_0x2296;typeof exports==_0x6cacfe(0x1b6)&&typeof module<'u'?module[_0x6cacfe(0x1c3)]=_0x38ed70():typeof define=='function'&&define[_0x6cacfe(0x1ab)]?define([],_0x38ed70):(_0x5b63a6=typeof globalThis<'u'?globalThis:_0x5b63a6||self,_0x5b63a6[_0x6cacfe(0x1a9)]=_0x38ed70());}(this,function(){var _0xb59ddc=_0x2296;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xb59ddc(0x1aa)}},'collabStatus':{'fetchMiss':_0xb59ddc(0x1ae),'conflict':_0xb59ddc(0x1af),'notCollab':_0xb59ddc(0x1a8),'synced':_0xb59ddc(0x1ad),'syncing':_0xb59ddc(0x1b1),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'snapshotLoading':{'timeout':'Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','refresh':_0xb59ddc(0x1b9)},'session':{'connection-failed':_0xb59ddc(0x1be),'will-retry':_0xb59ddc(0x1c4),'room-full':_0xb59ddc(0x1b4),'collaboration-timeout':_0xb59ddc(0x1b0)},'conflict':{'title':'Конфликт\x20совместной\x20работы','content':_0xb59ddc(0x1ba)},'permission':{'title':'Ошибка\x20аутентификации','content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'offline-data-not-saved':_0xb59ddc(0x1c0),'single-unit':{'warning':_0xb59ddc(0x1b5)},'closeRoom':'Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.'},'auth':{'needGotoLoginAlert':_0xb59ddc(0x1bb)},'formula':{'calculation':{'started':_0xb59ddc(0x1bf),'waiting':_0xb59ddc(0x1bd),'unable':_0xb59ddc(0x1bc)}}}};}));function _0x3132(){var _0x5ba997=['В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Начато\x20вычисление\x20формул.','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','127068sJxBZD','144875QCjmcB','exports','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Локальный\x20файл','UniverProCollaborationClientUiRuRU','Нажмите\x20для\x20переподключения','amd','1142855WpXYUh','Синхронизировано','Синхронизация\x20данных\x20сервера...','Конфликты\x20редактирования','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Синхронизация...','80780DhVgUj','761755bEndLZ','Комната\x20совместной\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','484440jZwBOJ','484317qoRHGS','Обновить\x20страницу','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.'];_0x3132=function(){return _0x5ba997;};return _0x3132();}
@@ -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 _0x3e38(){var _0x7351a9=['66228YqkURU','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','155536ORImPq','exports','Synchronizuje\x20sa...','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Obnoviť\x20stránku','Lokálny\x20súbor','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','8vlXuCw','Konflikty\x20úprav','Synchronizované','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','645967cGdenR','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','940623nzKGsq','5068100rzqyGV','function','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é.','13387680zDqBaY','48TWhPFm','amd','object','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','365darUCn','UniverProCollaborationClientUiSkSK','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Kliknite\x20na\x20opätovné\x20pripojenie','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Konflikt\x20spolupráce','2989071MgnnGS','Výpočet\x20vzorcov\x20sa\x20spustil.','Chyba\x20overenia'];_0x3e38=function(){return _0x7351a9;};return _0x3e38();}function _0x4ecb(_0xf40df5,_0x244507){_0xf40df5=_0xf40df5-0x1e0;var _0x3e38e2=_0x3e38();var _0x4ecbb7=_0x3e38e2[_0xf40df5];return _0x4ecbb7;}(function(_0x38ac3f,_0x31cef6){var _0x2ca552=_0x4ecb,_0x35f454=_0x38ac3f();while(!![]){try{var _0x54d199=parseInt(_0x2ca552(0x1e9))/0x1*(parseInt(_0x2ca552(0x1e1))/0x2)+-parseInt(_0x2ca552(0x1f0))/0x3+parseInt(_0x2ca552(0x1f1))/0x4+-parseInt(_0x2ca552(0x1f9))/0x5*(-parseInt(_0x2ca552(0x203))/0x6)+-parseInt(_0x2ca552(0x1ed))/0x7*(parseInt(_0x2ca552(0x1f5))/0x8)+parseInt(_0x2ca552(0x200))/0x9+-parseInt(_0x2ca552(0x1f4))/0xa;if(_0x54d199===_0x31cef6)break;else _0x35f454['push'](_0x35f454['shift']());}catch(_0x3d8a88){_0x35f454['push'](_0x35f454['shift']());}}}(_0x3e38,0xc874b),function(_0x535d1d,_0x4a615d){var _0x4fe2b5=_0x4ecb;typeof exports==_0x4fe2b5(0x1f7)&&typeof module<'u'?module[_0x4fe2b5(0x1e2)]=_0x4a615d():typeof define==_0x4fe2b5(0x1f2)&&define[_0x4fe2b5(0x1f6)]?define([],_0x4a615d):(_0x535d1d=typeof globalThis<'u'?globalThis:_0x535d1d||self,_0x535d1d[_0x4fe2b5(0x1fa)]=_0x4a615d());}(this,function(){var _0x4343d3=_0x4ecb;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4343d3(0x1fc)}},'collabStatus':{'fetchMiss':_0x4343d3(0x1fe),'conflict':_0x4343d3(0x1ea),'notCollab':_0x4343d3(0x1e6),'synced':_0x4343d3(0x1eb),'syncing':_0x4343d3(0x1e3),'offline':_0x4343d3(0x1ef)},'snapshotLoading':{'timeout':'Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','refresh':_0x4343d3(0x1e5)},'session':{'connection-failed':_0x4343d3(0x1e0),'will-retry':_0x4343d3(0x1e8),'room-full':_0x4343d3(0x1ee),'collaboration-timeout':_0x4343d3(0x1ec)},'conflict':{'title':_0x4343d3(0x1ff),'content':_0x4343d3(0x1e7)},'permission':{'title':_0x4343d3(0x202),'content':_0x4343d3(0x1f3)},'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':_0x4343d3(0x1fb)},'closeRoom':_0x4343d3(0x1fd)},'auth':{'needGotoLoginAlert':_0x4343d3(0x1f8)},'formula':{'calculation':{'started':_0x4343d3(0x201),'waiting':_0x4343d3(0x1e4),'unable':_0x4343d3(0x204)}}}};}));
@@ -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 _0x47e3(_0xc1e7e9,_0x5f0019){_0xc1e7e9=_0xc1e7e9-0x188;var _0x18678c=_0x1867();var _0x47e333=_0x18678c[_0xc1e7e9];return _0x47e333;}(function(_0x35d631,_0x22bcdd){var _0x533131=_0x47e3,_0x2a66c2=_0x35d631();while(!![]){try{var _0x202907=parseInt(_0x533131(0x18a))/0x1+-parseInt(_0x533131(0x1a3))/0x2+parseInt(_0x533131(0x1a6))/0x3*(parseInt(_0x533131(0x18c))/0x4)+parseInt(_0x533131(0x18b))/0x5+-parseInt(_0x533131(0x199))/0x6*(parseInt(_0x533131(0x195))/0x7)+parseInt(_0x533131(0x1a0))/0x8*(parseInt(_0x533131(0x1a1))/0x9)+-parseInt(_0x533131(0x196))/0xa;if(_0x202907===_0x22bcdd)break;else _0x2a66c2['push'](_0x2a66c2['shift']());}catch(_0x5483e9){_0x2a66c2['push'](_0x2a66c2['shift']());}}}(_0x1867,0x9e21e),function(_0x27af21,_0x2378c2){var _0x83ec6a=_0x47e3;typeof exports==_0x83ec6a(0x19b)&&typeof module<'u'?module[_0x83ec6a(0x19e)]=_0x2378c2():typeof define=='function'&&define[_0x83ec6a(0x19d)]?define([],_0x2378c2):(_0x27af21=typeof globalThis<'u'?globalThis:_0x27af21||self,_0x27af21['UniverProCollaborationClientUiViVN']=_0x2378c2());}(this,function(){var _0xbb848e=_0x47e3;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':_0xbb848e(0x1a5),'conflict':_0xbb848e(0x1a2),'notCollab':'Tệp\x20cục\x20bộ','synced':'Đã\x20đồng\x20b','syncing':_0xbb848e(0x1a7),'offline':_0xbb848e(0x192)},'snapshotLoading':{'timeout':_0xbb848e(0x188),'refresh':'Làm\x20mới\x20trang'},'session':{'connection-failed':_0xbb848e(0x194),'will-retry':_0xbb848e(0x19a),'room-full':_0xbb848e(0x19f),'collaboration-timeout':_0xbb848e(0x18f)},'conflict':{'title':_0xbb848e(0x1a4),'content':_0xbb848e(0x193)},'permission':{'title':_0xbb848e(0x18e),'content':_0xbb848e(0x191)},'collaboration':{'offline-data-not-saved':_0xbb848e(0x197),'single-unit':{'warning':_0xbb848e(0x19c)},'closeRoom':_0xbb848e(0x18d)},'auth':{'needGotoLoginAlert':_0xbb848e(0x189)},'formula':{'calculation':{'started':_0xbb848e(0x190),'waiting':'Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','unable':_0xbb848e(0x198)}}}};}));function _0x1867(){var _0x25d602=['Xung\x20đột\x20chỉnh\x20sửa','1271734zhiXkw','Xung\x20đột\x20cộng\x20tác','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','15RSpXXY','Đang\x20đồng\x20bộ...','Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','329542fGqgVQ','2112275sADQYB','919252aEANeK','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Lỗi\x20xác\x20thực','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ộ.','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\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.','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','18844awABmD','581400dvczfw','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.','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.','2514YyUItj','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','object','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.','amd','exports','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ộ.','156856Oaywmr','261gaKiYd'];_0x1867=function(){return _0x25d602;};return _0x1867();}