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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +10 -26
  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 _0x19d3(_0x61ee76,_0x19d1ed){_0x61ee76=_0x61ee76-0x7b;var _0x95d564=_0x95d5();var _0x19d38d=_0x95d564[_0x61ee76];return _0x19d38d;}function _0x95d5(){var _0x103450=['تعارض\x20في\x20التعاون','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','2317695DJvZlM','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','766408owbxXI','جارٍ\x20المزامنة...','بدأ\x20حساب\x20الصيغة.','642714kWyUuS','انقر\x20لإعادة\x20الاتصال','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','1411780TehOSI','جارٍ\x20تحميل\x20الورقة','object','تعارضات\x20التحرير','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','1gEwAjO','58744puobYv','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','133eKjdik','خطأ\x20في\x20المصادقة','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','amd','تحديث\x20الصفحة','127726CLKXmv','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','1738224WtydKx','ملف\x20محلي','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.'];_0x95d5=function(){return _0x103450;};return _0x95d5();}(function(_0x521a2b,_0x5aaab8){var _0x8f6740=_0x19d3,_0x56822b=_0x521a2b();while(!![]){try{var _0x21d3a1=parseInt(_0x8f6740(0x89))/0x1*(parseInt(_0x8f6740(0x92))/0x2)+parseInt(_0x8f6740(0x9a))/0x3+-parseInt(_0x8f6740(0x7d))/0x4+-parseInt(_0x8f6740(0x84))/0x5+parseInt(_0x8f6740(0x80))/0x6+parseInt(_0x8f6740(0x8d))/0x7*(parseInt(_0x8f6740(0x8a))/0x8)+-parseInt(_0x8f6740(0x94))/0x9;if(_0x21d3a1===_0x5aaab8)break;else _0x56822b['push'](_0x56822b['shift']());}catch(_0x1b2094){_0x56822b['push'](_0x56822b['shift']());}}}(_0x95d5,0x658e2),function(_0x16b15b,_0x31f0bc){var _0xb6e883=_0x19d3;typeof exports==_0xb6e883(0x86)&&typeof module<'u'?module['exports']=_0x31f0bc():typeof define=='function'&&define[_0xb6e883(0x90)]?define([],_0x31f0bc):(_0x16b15b=typeof globalThis<'u'?globalThis:_0x16b15b||self,_0x16b15b['UniverProCollaborationClientUiArSA']=_0x31f0bc());}(this,function(){var _0x6860c1=_0x19d3;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x6860c1(0x81)}},'collabStatus':{'fetchMiss':_0x6860c1(0x8b),'conflict':_0x6860c1(0x87),'notCollab':_0x6860c1(0x95),'synced':'تمت\x20المزامنة','syncing':_0x6860c1(0x7e),'offline':_0x6860c1(0x88)},'snapshotLoading':{'loadingSheet':_0x6860c1(0x85),'timeout':_0x6860c1(0x7b),'refresh':_0x6860c1(0x91)},'session':{'connection-failed':'فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','will-retry':_0x6860c1(0x7c),'room-full':'غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','collaboration-timeout':_0x6860c1(0x82)},'conflict':{'title':_0x6860c1(0x98),'content':_0x6860c1(0x83)},'permission':{'title':_0x6860c1(0x8e),'content':'إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.'},'collaboration':{'offline-data-not-saved':_0x6860c1(0x99),'single-unit':{'warning':_0x6860c1(0x97)},'closeRoom':_0x6860c1(0x96)},'auth':{'needGotoLoginAlert':_0x6860c1(0x8f)},'formula':{'calculation':{'started':_0x6860c1(0x7f),'waiting':_0x6860c1(0x8c),'unable':_0x6860c1(0x93)}}}};}));
1
+ function _0x19b4(_0x3cf627,_0x4dd258){_0x3cf627=_0x3cf627-0x7d;var _0xbc305a=_0xbc30();var _0x19b437=_0xbc305a[_0x3cf627];return _0x19b437;}(function(_0x2d748e,_0x4097dc){var _0x4bdadb=_0x19b4,_0x4513ab=_0x2d748e();while(!![]){try{var _0x20de6c=-parseInt(_0x4bdadb(0x82))/0x1+parseInt(_0x4bdadb(0x91))/0x2+-parseInt(_0x4bdadb(0x8a))/0x3*(-parseInt(_0x4bdadb(0x86))/0x4)+-parseInt(_0x4bdadb(0x88))/0x5*(-parseInt(_0x4bdadb(0x7d))/0x6)+parseInt(_0x4bdadb(0x8e))/0x7*(-parseInt(_0x4bdadb(0x7e))/0x8)+-parseInt(_0x4bdadb(0x8f))/0x9+parseInt(_0x4bdadb(0x99))/0xa;if(_0x20de6c===_0x4097dc)break;else _0x4513ab['push'](_0x4513ab['shift']());}catch(_0x3e6ea5){_0x4513ab['push'](_0x4513ab['shift']());}}}(_0xbc30,0x50ccb),function(_0x226629,_0x5f4544){var _0x210e03=_0x19b4;typeof exports==_0x210e03(0x9f)&&typeof module<'u'?module[_0x210e03(0x9d)]=_0x5f4544():typeof define==_0x210e03(0x92)&&define[_0x210e03(0x84)]?define([],_0x5f4544):(_0x226629=typeof globalThis<'u'?globalThis:_0x226629||self,_0x226629[_0x210e03(0x94)]=_0x5f4544());}(this,function(){var _0x4fc196=_0x19b4;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4fc196(0x83)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x4fc196(0x8b),'notCollab':_0x4fc196(0x80),'synced':_0x4fc196(0x7f),'syncing':_0x4fc196(0x89),'offline':_0x4fc196(0x9a)},'snapshotLoading':{'timeout':_0x4fc196(0x8d),'refresh':'تحديث\x20الصفحة'},'session':{'connection-failed':_0x4fc196(0x98),'will-retry':_0x4fc196(0x81),'room-full':'غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','collaboration-timeout':_0x4fc196(0x87)},'conflict':{'title':_0x4fc196(0x85),'content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x4fc196(0x95),'content':_0x4fc196(0x9e)},'collaboration':{'offline-data-not-saved':_0x4fc196(0x8c),'single-unit':{'warning':_0x4fc196(0x97)},'closeRoom':_0x4fc196(0x9b)},'auth':{'needGotoLoginAlert':_0x4fc196(0x9c)},'formula':{'calculation':{'started':_0x4fc196(0x93),'waiting':_0x4fc196(0x96),'unable':_0x4fc196(0x90)}}}};}));function _0xbc30(){var _0x508ce7=['exports','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','object','606xIRaTm','964696UsIpUu','تمت\x20المزامنة','ملف\x20محلي','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','135322OcxoXT','انقر\x20لإعادة\x20الاتصال','amd','تعارض\x20في\x20التعاون','12tDRbHw','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','1510QdIEXd','جارٍ\x20المزامنة...','197562DZwFLe','تعارضات\x20التحرير','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','21CQTOQZ','1827963urkrdh','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','723016ZQXRli','function','بدأ\x20حساب\x20الصيغة.','UniverProCollaborationClientUiArSA','خطأ\x20في\x20المصادقة','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','4415730ifIfNE','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.'];_0xbc30=function(){return _0x508ce7;};return _0xbc30();}
@@ -1 +1 @@
1
- function _0x17b7(_0x11054b,_0x5e1be9){_0x11054b=_0x11054b-0x9c;var _0x1950d3=_0x1950();var _0x17b76e=_0x1950d3[_0x11054b];return _0x17b76e;}function _0x1950(){var _0x4c965a=['331980zZGram','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.','6AaVQbG','Sincronitzat','Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','329046RamJYG','824411nADQjF','Sincronitzant...','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','exports','196816iVIPXV','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','126DkTfdx','138260qLlAif','960040izxKJV','12ooCtGe','Conflictes\x20d\x27edició','255720CqYtSq','object','S\x27està\x20carregant\x20el\x20full','242XUWFSh','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','Conflicte\x20de\x20col·laboració','Sincronitzant\x20dades\x20del\x20servidor...','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.','Fitxer\x20local','amd','25MuPYob','function','Feu\x20clic\x20per\x20reconnectar'];_0x1950=function(){return _0x4c965a;};return _0x1950();}(function(_0x58a853,_0x1521a5){var _0x4eb596=_0x17b7,_0x2ea8f1=_0x58a853();while(!![]){try{var _0x555805=-parseInt(_0x4eb596(0xac))/0x1+parseInt(_0x4eb596(0xb6))/0x2*(-parseInt(_0x4eb596(0xb8))/0x3)+-parseInt(_0x4eb596(0xba))/0x4*(-parseInt(_0x4eb596(0xa4))/0x5)+-parseInt(_0x4eb596(0xa9))/0x6*(-parseInt(_0x4eb596(0xad))/0x7)+-parseInt(_0x4eb596(0xb1))/0x8*(parseInt(_0x4eb596(0xb5))/0x9)+parseInt(_0x4eb596(0xb7))/0xa+parseInt(_0x4eb596(0x9d))/0xb*(parseInt(_0x4eb596(0xa7))/0xc);if(_0x555805===_0x1521a5)break;else _0x2ea8f1['push'](_0x2ea8f1['shift']());}catch(_0x13a49e){_0x2ea8f1['push'](_0x2ea8f1['shift']());}}}(_0x1950,0x2ee3f),function(_0x3c3298,_0x54ce8a){var _0x22e1e7=_0x17b7;typeof exports==_0x22e1e7(0xbb)&&typeof module<'u'?module[_0x22e1e7(0xb0)]=_0x54ce8a():typeof define==_0x22e1e7(0xa5)&&define[_0x22e1e7(0xa3)]?define([],_0x54ce8a):(_0x3c3298=typeof globalThis<'u'?globalThis:_0x3c3298||self,_0x3c3298['UniverProCollaborationClientUiCaES']=_0x54ce8a());}(this,function(){var _0xd830cb=_0x17b7;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xd830cb(0xa6)}},'collabStatus':{'fetchMiss':_0xd830cb(0xa0),'conflict':_0xd830cb(0xb9),'notCollab':_0xd830cb(0xa2),'synced':_0xd830cb(0xaa),'syncing':_0xd830cb(0xae),'offline':_0xd830cb(0xab)},'snapshotLoading':{'loadingSheet':_0xd830cb(0x9c),'timeout':_0xd830cb(0xb4),'refresh':'Actualitza\x20la\x20pàgina'},'session':{'connection-failed':_0xd830cb(0xb2),'will-retry':'Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','room-full':_0xd830cb(0xaf),'collaboration-timeout':'El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'},'conflict':{'title':_0xd830cb(0x9f),'content':_0xd830cb(0xa1)},'permission':{'title':'Error\x20d\x27autenticació','content':_0xd830cb(0xa8)},'collaboration':{'offline-data-not-saved':'Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','single-unit':{'warning':'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':_0xd830cb(0xb3)},'formula':{'calculation':{'started':_0xd830cb(0x9e),'waiting':'La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','unable':'No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.'}}}};}));
1
+ function _0x4b90(_0x58f962,_0x236914){_0x58f962=_0x58f962-0x118;var _0xbd0c55=_0xbd0c();var _0x4b9071=_0xbd0c55[_0x58f962];return _0x4b9071;}(function(_0x5a4e40,_0x58bae1){var _0x287a77=_0x4b90,_0x230887=_0x5a4e40();while(!![]){try{var _0xce1cc2=-parseInt(_0x287a77(0x12a))/0x1+parseInt(_0x287a77(0x11d))/0x2*(parseInt(_0x287a77(0x13b))/0x3)+-parseInt(_0x287a77(0x122))/0x4*(-parseInt(_0x287a77(0x139))/0x5)+parseInt(_0x287a77(0x120))/0x6*(parseInt(_0x287a77(0x128))/0x7)+-parseInt(_0x287a77(0x12d))/0x8*(parseInt(_0x287a77(0x130))/0x9)+-parseInt(_0x287a77(0x125))/0xa*(-parseInt(_0x287a77(0x138))/0xb)+-parseInt(_0x287a77(0x137))/0xc;if(_0xce1cc2===_0x58bae1)break;else _0x230887['push'](_0x230887['shift']());}catch(_0x540653){_0x230887['push'](_0x230887['shift']());}}}(_0xbd0c,0x2655f),function(_0x55a337,_0x41738f){var _0x1c84a6=_0x4b90;typeof exports==_0x1c84a6(0x11c)&&typeof module<'u'?module[_0x1c84a6(0x11b)]=_0x41738f():typeof define==_0x1c84a6(0x12f)&&define[_0x1c84a6(0x12b)]?define([],_0x41738f):(_0x55a337=typeof globalThis<'u'?globalThis:_0x55a337||self,_0x55a337['UniverProCollaborationClientUiCaES']=_0x41738f());}(this,function(){var _0x2bc740=_0x4b90;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2bc740(0x11e)}},'collabStatus':{'fetchMiss':'Sincronitzant\x20dades\x20del\x20servidor...','conflict':_0x2bc740(0x13a),'notCollab':'Fitxer\x20local','synced':'Sincronitzat','syncing':_0x2bc740(0x11a),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'snapshotLoading':{'timeout':_0x2bc740(0x121),'refresh':_0x2bc740(0x119)},'session':{'connection-failed':_0x2bc740(0x12c),'will-retry':_0x2bc740(0x135),'room-full':_0x2bc740(0x126),'collaboration-timeout':_0x2bc740(0x127)},'conflict':{'title':_0x2bc740(0x136),'content':_0x2bc740(0x131)},'permission':{'title':_0x2bc740(0x132),'content':_0x2bc740(0x12e)},'collaboration':{'offline-data-not-saved':_0x2bc740(0x118),'single-unit':{'warning':_0x2bc740(0x123)},'closeRoom':_0x2bc740(0x129)},'auth':{'needGotoLoginAlert':_0x2bc740(0x11f)},'formula':{'calculation':{'started':_0x2bc740(0x124),'waiting':_0x2bc740(0x133),'unable':_0x2bc740(0x134)}}}};}));function _0xbd0c(){var _0x1447c8=['56iHAJCD','Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.','function','12681fOlKCn','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','Error\x20d\x27autenticació','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Conflicte\x20de\x20col·laboració','4362312HnEUNS','66TDmiBc','1020895JBjNjs','Conflictes\x20d\x27edició','27cnIEMt','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','Actualitza\x20la\x20pàgina','Sincronitzant...','exports','object','62644tAvAyJ','Feu\x20clic\x20per\x20reconnectar','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','2766Jkiaef','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','4YASPaM','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','57490GjlTxg','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','749LXxPio','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','39486weXUiI','amd','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.'];_0xbd0c=function(){return _0x1447c8;};return _0xbd0c();}
@@ -1 +1 @@
1
- function _0x22d4(){var _0x239c7a=['Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Serverdaten\x20werden\x20synchronisiert...','exports','Authentifizierungsfehler','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.','243495RXvcPU','3090444tfPbAo','Zusammenarbeitskonflikt','845szXUqL','Tabellenblatt\x20wird\x20geladen','amd','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','561PUIrUP','Lokale\x20Datei','function','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Seite\x20aktualisieren','88pcDhLC','4936NZajwF','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','UniverProCollaborationClientUiDeDE','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','21480110XuRMRP','324194TCbaSn','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.','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','2923848aThjXN','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','1532tPSxTA','Formelberechnung\x20gestartet.','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.'];_0x22d4=function(){return _0x239c7a;};return _0x22d4();}function _0x1462(_0xabe9ac,_0x54bf92){_0xabe9ac=_0xabe9ac-0x1dc;var _0x22d4e3=_0x22d4();var _0x14626f=_0x22d4e3[_0xabe9ac];return _0x14626f;}(function(_0x1b6d9b,_0x455b5f){var _0x4042f6=_0x1462,_0x42ba3c=_0x1b6d9b();while(!![]){try{var _0x350f69=-parseInt(_0x4042f6(0x1f5))/0x1+-parseInt(_0x4042f6(0x1fb))/0x2*(parseInt(_0x4042f6(0x1e8))/0x3)+parseInt(_0x4042f6(0x1ee))/0x4*(-parseInt(_0x4042f6(0x1e4))/0x5)+-parseInt(_0x4042f6(0x1f9))/0x6+-parseInt(_0x4042f6(0x1e2))/0x7+-parseInt(_0x4042f6(0x1ed))/0x8*(parseInt(_0x4042f6(0x1e1))/0x9)+parseInt(_0x4042f6(0x1f4))/0xa;if(_0x350f69===_0x455b5f)break;else _0x42ba3c['push'](_0x42ba3c['shift']());}catch(_0x245021){_0x42ba3c['push'](_0x42ba3c['shift']());}}}(_0x22d4,0x3bf78),function(_0x3cddaa,_0x157449){var _0x32a663=_0x1462;typeof exports=='object'&&typeof module<'u'?module[_0x32a663(0x1de)]=_0x157449():typeof define==_0x32a663(0x1ea)&&define[_0x32a663(0x1e6)]?define([],_0x157449):(_0x3cddaa=typeof globalThis<'u'?globalThis:_0x3cddaa||self,_0x3cddaa[_0x32a663(0x1f1)]=_0x157449());}(this,function(){var _0x26fdd1=_0x1462;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x26fdd1(0x1eb)}},'collabStatus':{'fetchMiss':_0x26fdd1(0x1dd),'conflict':'Bearbeitungskonflikte','notCollab':_0x26fdd1(0x1e9),'synced':'Synchronisiert','syncing':_0x26fdd1(0x1f6),'offline':_0x26fdd1(0x1ef)},'snapshotLoading':{'loadingSheet':_0x26fdd1(0x1e5),'timeout':_0x26fdd1(0x1fa),'refresh':_0x26fdd1(0x1ec)},'session':{'connection-failed':_0x26fdd1(0x1f8),'will-retry':_0x26fdd1(0x1e7),'room-full':_0x26fdd1(0x1f3),'collaboration-timeout':'Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.'},'conflict':{'title':_0x26fdd1(0x1e3),'content':_0x26fdd1(0x1e0)},'permission':{'title':_0x26fdd1(0x1df),'content':_0x26fdd1(0x1f7)},'collaboration':{'offline-data-not-saved':'Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','single-unit':{'warning':_0x26fdd1(0x1fd)},'closeRoom':_0x26fdd1(0x1dc)},'auth':{'needGotoLoginAlert':_0x26fdd1(0x1f2)},'formula':{'calculation':{'started':_0x26fdd1(0x1fc),'waiting':_0x26fdd1(0x1f0),'unable':'Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.'}}}};}));
1
+ (function(_0x6a767,_0x187020){var _0x21fef6=_0x12a0,_0x568ccd=_0x6a767();while(!![]){try{var _0x4f5069=-parseInt(_0x21fef6(0x1ce))/0x1+parseInt(_0x21fef6(0x1b5))/0x2*(parseInt(_0x21fef6(0x1b9))/0x3)+parseInt(_0x21fef6(0x1ca))/0x4*(-parseInt(_0x21fef6(0x1c4))/0x5)+-parseInt(_0x21fef6(0x1d0))/0x6+-parseInt(_0x21fef6(0x1b3))/0x7+-parseInt(_0x21fef6(0x1c0))/0x8*(-parseInt(_0x21fef6(0x1bd))/0x9)+parseInt(_0x21fef6(0x1c3))/0xa;if(_0x4f5069===_0x187020)break;else _0x568ccd['push'](_0x568ccd['shift']());}catch(_0x923e5e){_0x568ccd['push'](_0x568ccd['shift']());}}}(_0x4add,0xee44c),function(_0x15ff5c,_0x5b0d82){var _0x33b449=_0x12a0;typeof exports==_0x33b449(0x1c6)&&typeof module<'u'?module[_0x33b449(0x1cc)]=_0x5b0d82():typeof define==_0x33b449(0x1c1)&&define[_0x33b449(0x1d2)]?define([],_0x5b0d82):(_0x15ff5c=typeof globalThis<'u'?globalThis:_0x15ff5c||self,_0x15ff5c[_0x33b449(0x1c7)]=_0x5b0d82());}(this,function(){var _0x13161b=_0x12a0;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x13161b(0x1c2)}},'collabStatus':{'fetchMiss':_0x13161b(0x1c9),'conflict':'Bearbeitungskonflikte','notCollab':_0x13161b(0x1b7),'synced':'Synchronisiert','syncing':'Synchronisierung...','offline':_0x13161b(0x1bf)},'snapshotLoading':{'timeout':_0x13161b(0x1d3),'refresh':_0x13161b(0x1bc)},'session':{'connection-failed':_0x13161b(0x1ba),'will-retry':_0x13161b(0x1b4),'room-full':'Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','collaboration-timeout':_0x13161b(0x1cd)},'conflict':{'title':_0x13161b(0x1be),'content':_0x13161b(0x1cf)},'permission':{'title':_0x13161b(0x1d1),'content':'Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderweitig,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.'},'collaboration':{'offline-data-not-saved':_0x13161b(0x1b8),'single-unit':{'warning':_0x13161b(0x1c5)},'closeRoom':'Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'},'auth':{'needGotoLoginAlert':_0x13161b(0x1b6)},'formula':{'calculation':{'started':_0x13161b(0x1bb),'waiting':_0x13161b(0x1c8),'unable':_0x13161b(0x1cb)}}}};}));function _0x12a0(_0x5213e9,_0x57273b){_0x5213e9=_0x5213e9-0x1b3;var _0x4addef=_0x4add();var _0x12a037=_0x4addef[_0x5213e9];return _0x12a037;}function _0x4add(){var _0x45af59=['1684925nDeRbU','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','object','UniverProCollaborationClientUiDeDE','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Serverdaten\x20werden\x20synchronisiert...','20xONKKw','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','exports','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','1241872dpiItC','Es\x20gibt\x20einen\x20Konflikt\x20zwischen\x20Ihrer\x20lokalen\x20Kopie\x20und\x20der\x20Kopie\x20auf\x20dem\x20Server.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen,\x20da\x20sie\x20beim\x20Neuladen\x20der\x20Seite\x20verloren\x20gehen.','10536048yNpoET','Authentifizierungsfehler','amd','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','9505720FuDgLJ','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','237522RVsAve','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Lokale\x20Datei','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','18hSAnDb','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Formelberechnung\x20gestartet.','Seite\x20aktualisieren','637344OhzFfF','Zusammenarbeitskonflikt','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','128URpCvW','function','Klicken,\x20um\x20wieder\x20zu\x20verbinden','51710910uDGLzU'];_0x4add=function(){return _0x45af59;};return _0x4add();}
@@ -1 +1 @@
1
- function _0x12e3(){var _0x5ac1fe=['Connection\x20failed,\x20please\x20check\x20your\x20network.','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','4053184ilZFPc','object','5468FgCszL','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','253798sfglcC','Click\x20to\x20Reconnect','Edit\x20conflicts','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','3137820jKqWaZ','236954CUJGoS','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','exports','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','1353hbjnNB','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Authentication\x20Error','2670213YwImak','Formula\x20calculation\x20started.','Collaboration\x20Conflict','Syncing...','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','UniverProCollaborationClientUiEnUS','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Loading\x20sheet','Refresh\x20page','3961902xQinzS','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'];_0x12e3=function(){return _0x5ac1fe;};return _0x12e3();}function _0x5f03(_0x373a49,_0x14defb){_0x373a49=_0x373a49-0x10b;var _0x12e3dc=_0x12e3();var _0x5f034e=_0x12e3dc[_0x373a49];return _0x5f034e;}(function(_0x58c08c,_0x1b1044){var _0x243214=_0x5f03,_0x10ddc6=_0x58c08c();while(!![]){try{var _0x1b1a47=-parseInt(_0x243214(0x10e))/0x1+-parseInt(_0x243214(0x113))/0x2+-parseInt(_0x243214(0x118))/0x3*(-parseInt(_0x243214(0x10c))/0x4)+parseInt(_0x243214(0x112))/0x5+-parseInt(_0x243214(0x127))/0x6+-parseInt(_0x243214(0x11c))/0x7+parseInt(_0x243214(0x12b))/0x8;if(_0x1b1a47===_0x1b1044)break;else _0x10ddc6['push'](_0x10ddc6['shift']());}catch(_0x5383f0){_0x10ddc6['push'](_0x10ddc6['shift']());}}}(_0x12e3,0x52326),function(_0x4adb63,_0x51c61e){var _0x227fc4=_0x5f03;typeof exports==_0x227fc4(0x10b)&&typeof module<'u'?module[_0x227fc4(0x116)]=_0x51c61e():typeof define=='function'&&define['amd']?define([],_0x51c61e):(_0x4adb63=typeof globalThis<'u'?globalThis:_0x4adb63||self,_0x4adb63[_0x227fc4(0x122)]=_0x51c61e());}(this,function(){var _0x4bee0b=_0x5f03;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4bee0b(0x10f)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x4bee0b(0x110),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x4bee0b(0x11f),'offline':_0x4bee0b(0x128)},'snapshotLoading':{'loadingSheet':_0x4bee0b(0x125),'timeout':_0x4bee0b(0x12a),'refresh':_0x4bee0b(0x126)},'session':{'connection-failed':_0x4bee0b(0x129),'will-retry':_0x4bee0b(0x121),'room-full':_0x4bee0b(0x117),'collaboration-timeout':_0x4bee0b(0x10d)},'conflict':{'title':_0x4bee0b(0x11e),'content':_0x4bee0b(0x120)},'permission':{'title':_0x4bee0b(0x11b),'content':_0x4bee0b(0x124)},'collaboration':{'offline-data-not-saved':_0x4bee0b(0x111),'single-unit':{'warning':_0x4bee0b(0x115)},'closeRoom':_0x4bee0b(0x123)},'auth':{'needGotoLoginAlert':_0x4bee0b(0x11a)},'formula':{'calculation':{'started':_0x4bee0b(0x11d),'waiting':_0x4bee0b(0x114),'unable':_0x4bee0b(0x119)}}}};}));
1
+ function _0x288f(_0x5e52ee,_0x3901f7){_0x5e52ee=_0x5e52ee-0x17d;var _0x36506a=_0x3650();var _0x288f38=_0x36506a[_0x5e52ee];return _0x288f38;}(function(_0x4a1c64,_0x461b19){var _0x8ea4a0=_0x288f,_0x10aea1=_0x4a1c64();while(!![]){try{var _0x1ed6c6=-parseInt(_0x8ea4a0(0x184))/0x1*(-parseInt(_0x8ea4a0(0x195))/0x2)+-parseInt(_0x8ea4a0(0x18f))/0x3*(-parseInt(_0x8ea4a0(0x197))/0x4)+-parseInt(_0x8ea4a0(0x191))/0x5+parseInt(_0x8ea4a0(0x18c))/0x6+-parseInt(_0x8ea4a0(0x18b))/0x7*(-parseInt(_0x8ea4a0(0x199))/0x8)+parseInt(_0x8ea4a0(0x198))/0x9+-parseInt(_0x8ea4a0(0x196))/0xa;if(_0x1ed6c6===_0x461b19)break;else _0x10aea1['push'](_0x10aea1['shift']());}catch(_0x205e7e){_0x10aea1['push'](_0x10aea1['shift']());}}}(_0x3650,0xd4951),function(_0x26d2a1,_0x58d07d){var _0x3ecfee=_0x288f;typeof exports==_0x3ecfee(0x187)&&typeof module<'u'?module['exports']=_0x58d07d():typeof define==_0x3ecfee(0x17e)&&define['amd']?define([],_0x58d07d):(_0x26d2a1=typeof globalThis<'u'?globalThis:_0x26d2a1||self,_0x26d2a1[_0x3ecfee(0x183)]=_0x58d07d());}(this,function(){var _0x3fd1dc=_0x288f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x3fd1dc(0x18d),'conflict':_0x3fd1dc(0x185),'notCollab':'Local\x20file','synced':_0x3fd1dc(0x193),'syncing':'Syncing...','offline':_0x3fd1dc(0x190)},'snapshotLoading':{'timeout':_0x3fd1dc(0x17d),'refresh':'Refresh\x20page'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x3fd1dc(0x188),'room-full':_0x3fd1dc(0x18e),'collaboration-timeout':_0x3fd1dc(0x189)},'conflict':{'title':_0x3fd1dc(0x180),'content':_0x3fd1dc(0x194)},'permission':{'title':_0x3fd1dc(0x181),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x3fd1dc(0x17f)},'closeRoom':_0x3fd1dc(0x192)},'auth':{'needGotoLoginAlert':_0x3fd1dc(0x182)},'formula':{'calculation':{'started':_0x3fd1dc(0x186),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x3fd1dc(0x18a)}}}};}));function _0x3650(){var _0x40e496=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1588140OcFyhf','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Synced','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','62LgGRQc','46811460PklDko','244zHfHwU','6056136GMtdpu','11054184pJzpwi','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','function','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Collaboration\x20Conflict','Authentication\x20Error','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','UniverProCollaborationClientUiEnUS','38648dzvvIr','Edit\x20conflicts','Formula\x20calculation\x20started.','object','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','7jTbaxv','7481214POjtwI','Syncing\x20server\x20data...','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','67371DglkFQ'];_0x3650=function(){return _0x40e496;};return _0x3650();}
@@ -1 +1 @@
1
- function _0x120b(_0x4c1823,_0x31ee22){_0x4c1823=_0x4c1823-0x72;var _0x59a5ab=_0x59a5();var _0x120b88=_0x59a5ab[_0x4c1823];return _0x120b88;}(function(_0x3ce183,_0x244b69){var _0x4baf01=_0x120b,_0x5c2233=_0x3ce183();while(!![]){try{var _0x570d3d=parseInt(_0x4baf01(0x8e))/0x1*(-parseInt(_0x4baf01(0x82))/0x2)+parseInt(_0x4baf01(0x77))/0x3+parseInt(_0x4baf01(0x85))/0x4+-parseInt(_0x4baf01(0x8c))/0x5+parseInt(_0x4baf01(0x78))/0x6+parseInt(_0x4baf01(0x8b))/0x7+-parseInt(_0x4baf01(0x74))/0x8;if(_0x570d3d===_0x244b69)break;else _0x5c2233['push'](_0x5c2233['shift']());}catch(_0x13d9e4){_0x5c2233['push'](_0x5c2233['shift']());}}}(_0x59a5,0xef589),function(_0x5a68a4,_0x2fb6d4){var _0x69153b=_0x120b;typeof exports==_0x69153b(0x72)&&typeof module<'u'?module['exports']=_0x2fb6d4():typeof define=='function'&&define[_0x69153b(0x75)]?define([],_0x2fb6d4):(_0x5a68a4=typeof globalThis<'u'?globalThis:_0x5a68a4||self,_0x5a68a4[_0x69153b(0x88)]=_0x2fb6d4());}(this,function(){var _0x44ea5a=_0x120b;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x44ea5a(0x89)}},'collabStatus':{'fetchMiss':_0x44ea5a(0x7b),'conflict':_0x44ea5a(0x7a),'notCollab':_0x44ea5a(0x7d),'synced':_0x44ea5a(0x76),'syncing':_0x44ea5a(0x86),'offline':_0x44ea5a(0x79)},'snapshotLoading':{'loadingSheet':'Cargando\x20hoja','timeout':'La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','refresh':_0x44ea5a(0x7c)},'session':{'connection-failed':'Error\x20de\x20conexión,\x20verifique\x20su\x20red.','will-retry':_0x44ea5a(0x8d),'room-full':'La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','collaboration-timeout':_0x44ea5a(0x8f)},'conflict':{'title':_0x44ea5a(0x84),'content':_0x44ea5a(0x87)},'permission':{'title':'Error\x20de\x20autenticación','content':_0x44ea5a(0x7f)},'collaboration':{'offline-data-not-saved':_0x44ea5a(0x73),'single-unit':{'warning':_0x44ea5a(0x8a)},'closeRoom':_0x44ea5a(0x80)},'auth':{'needGotoLoginAlert':'Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.'},'formula':{'calculation':{'started':_0x44ea5a(0x83),'waiting':_0x44ea5a(0x81),'unable':_0x44ea5a(0x7e)}}}};}));function _0x59a5(){var _0x5bb9e4=['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.','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','604468sLoEmC','Cálculo\x20de\x20fórmulas\x20iniciado.','Conflicto\x20de\x20colaboración','3820564BlVqux','Sincronizando...','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.','UniverProCollaborationClientUiEsES','Haga\x20clic\x20para\x20reconectar','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','9593465OMRpke','1501690tvgids','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','1OxnTkf','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','object','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','17894160XofjJf','amd','Sincronizado','168471xCNrbc','8627460oBDghk','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Conflictos\x20de\x20edición','Sincronizando\x20datos\x20del\x20servidor...','Actualizar\x20página','Archivo\x20local','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.'];_0x59a5=function(){return _0x5bb9e4;};return _0x59a5();}
1
+ function _0x5c72(){var _0x20a92f=['Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Sincronizado','525564dHDdWX','1454990RXOeFL','3vDJrrf','exports','3754KkhMjs','UniverProCollaborationClientUiEsES','Conflictos\x20de\x20edición','Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.','Error\x20de\x20autenticación','Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Archivo\x20local','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Actualizar\x20página','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','5611228JaJOrq','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','5080866PGqagk','8mvNLSQ','Sincronizando...','function','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','29252443IfvVzc','La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','464ZUrSaU','30180DuYQjH','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','40rVWOFh'];_0x5c72=function(){return _0x20a92f;};return _0x5c72();}function _0x9a1d(_0xe93712,_0x2f9677){_0xe93712=_0xe93712-0x18e;var _0x5c721f=_0x5c72();var _0x9a1d56=_0x5c721f[_0xe93712];return _0x9a1d56;}(function(_0x13d76d,_0x1f9ebc){var _0x30fd53=_0x9a1d,_0xc6a683=_0x13d76d();while(!![]){try{var _0x563d38=-parseInt(_0x30fd53(0x19b))/0x1+-parseInt(_0x30fd53(0x198))/0x2*(-parseInt(_0x30fd53(0x199))/0x3)+-parseInt(_0x30fd53(0x190))/0x4*(parseInt(_0x30fd53(0x191))/0x5)+-parseInt(_0x30fd53(0x1a8))/0x6+-parseInt(_0x30fd53(0x1a6))/0x7*(parseInt(_0x30fd53(0x1a9))/0x8)+parseInt(_0x30fd53(0x197))/0x9*(-parseInt(_0x30fd53(0x193))/0xa)+parseInt(_0x30fd53(0x1ae))/0xb;if(_0x563d38===_0x1f9ebc)break;else _0xc6a683['push'](_0xc6a683['shift']());}catch(_0x386439){_0xc6a683['push'](_0xc6a683['shift']());}}}(_0x5c72,0xc386f),function(_0x9ddbb0,_0x405f9b){var _0x8c08c5=_0x9a1d;typeof exports=='object'&&typeof module<'u'?module[_0x8c08c5(0x19a)]=_0x405f9b():typeof define==_0x8c08c5(0x1ab)&&define['amd']?define([],_0x405f9b):(_0x9ddbb0=typeof globalThis<'u'?globalThis:_0x9ddbb0||self,_0x9ddbb0[_0x8c08c5(0x19c)]=_0x405f9b());}(this,function(){var _0x5cdada=_0x9a1d;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x5cdada(0x19d),'notCollab':_0x5cdada(0x1a2),'synced':_0x5cdada(0x196),'syncing':_0x5cdada(0x1aa),'offline':_0x5cdada(0x1a5)},'snapshotLoading':{'timeout':_0x5cdada(0x18e),'refresh':_0x5cdada(0x1a4)},'session':{'connection-failed':_0x5cdada(0x1ad),'will-retry':_0x5cdada(0x194),'room-full':_0x5cdada(0x1a7),'collaboration-timeout':_0x5cdada(0x1a3)},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':_0x5cdada(0x19e)},'permission':{'title':_0x5cdada(0x19f),'content':_0x5cdada(0x1a0)},'collaboration':{'offline-data-not-saved':_0x5cdada(0x1ac),'single-unit':{'warning':'Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.'},'closeRoom':_0x5cdada(0x192)},'auth':{'needGotoLoginAlert':_0x5cdada(0x18f)},'formula':{'calculation':{'started':'Cálculo\x20de\x20fórmulas\x20iniciado.','waiting':_0x5cdada(0x195),'unable':_0x5cdada(0x1a1)}}}};}));
@@ -1 +1 @@
1
- function _0x986a(_0x4b25a4,_0x511bca){_0x4b25a4=_0x4b25a4-0xe9;var _0x562db1=_0x562d();var _0x986aec=_0x562db1[_0x4b25a4];return _0x986aec;}function _0x562d(){var _0x5c1e45=['در\x20حال\x20بارگذاری\x20برگه','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','1146993NMrcif','exports','محاسبه\x20فرمول\x20شروع\x20شد.','function','37533TrnZlK','7442688ihKDYj','29545ctgqJG','تازه‌سازی\x20صفحه','همگام\x20سازی','خطای\x20اعتبارسنجی','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','7oGEExU','UniverProCollaborationClientUiFaIR','تداخل\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کنید.','585594nxCxeH','پرونده\x20محلی','820eWjCUU','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','106dghGWz','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','4082221tACNeH','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','تداخل\x20همکاری','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','در\x20حال\x20همگام\x20سازی...','928QKdnKk','object','94077YvTwJv'];_0x562d=function(){return _0x5c1e45;};return _0x562d();}(function(_0x1a2fbe,_0x1d61bc){var _0x483c34=_0x986a,_0x2b71a4=_0x1a2fbe();while(!![]){try{var _0x42fe7b=-parseInt(_0x483c34(0xf5))/0x1+parseInt(_0x483c34(0x10b))/0x2*(-parseInt(_0x483c34(0xf9))/0x3)+-parseInt(_0x483c34(0xf0))/0x4*(-parseInt(_0x483c34(0xfb))/0x5)+-parseInt(_0x483c34(0x107))/0x6*(parseInt(_0x483c34(0x100))/0x7)+parseInt(_0x483c34(0xfa))/0x8+parseInt(_0x483c34(0xf2))/0x9*(parseInt(_0x483c34(0x109))/0xa)+-parseInt(_0x483c34(0xe9))/0xb;if(_0x42fe7b===_0x1d61bc)break;else _0x2b71a4['push'](_0x2b71a4['shift']());}catch(_0x33c3a6){_0x2b71a4['push'](_0x2b71a4['shift']());}}}(_0x562d,0xd6be0),function(_0x40ed17,_0x202b5e){var _0x44ff74=_0x986a;typeof exports==_0x44ff74(0xf1)&&typeof module<'u'?module[_0x44ff74(0xf6)]=_0x202b5e():typeof define==_0x44ff74(0xf8)&&define['amd']?define([],_0x202b5e):(_0x40ed17=typeof globalThis<'u'?globalThis:_0x40ed17||self,_0x40ed17[_0x44ff74(0x101)]=_0x202b5e());}(this,function(){var _0xcfe0d8=_0x986a;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xcfe0d8(0x104)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0xcfe0d8(0x102),'notCollab':_0xcfe0d8(0x108),'synced':_0xcfe0d8(0xfd),'syncing':_0xcfe0d8(0xef),'offline':_0xcfe0d8(0x105)},'snapshotLoading':{'loadingSheet':_0xcfe0d8(0xf3),'timeout':_0xcfe0d8(0x106),'refresh':_0xcfe0d8(0xfc)},'session':{'connection-failed':_0xcfe0d8(0xff),'will-retry':_0xcfe0d8(0xee),'room-full':'اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','collaboration-timeout':_0xcfe0d8(0xeb)},'conflict':{'title':_0xcfe0d8(0xed),'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':_0xcfe0d8(0xfe),'content':_0xcfe0d8(0xf4)},'collaboration':{'offline-data-not-saved':_0xcfe0d8(0xec),'single-unit':{'warning':_0xcfe0d8(0x10d)},'closeRoom':_0xcfe0d8(0xea)},'auth':{'needGotoLoginAlert':_0xcfe0d8(0x10c)},'formula':{'calculation':{'started':_0xcfe0d8(0xf7),'waiting':_0xcfe0d8(0x103),'unable':_0xcfe0d8(0x10a)}}}};}));
1
+ function _0x100c(_0x1f345e,_0x249f17){_0x1f345e=_0x1f345e-0x6a;var _0x2592db=_0x2592();var _0x100ca5=_0x2592db[_0x1f345e];return _0x100ca5;}(function(_0x132c14,_0x4cfb14){var _0x5c7d7c=_0x100c,_0x16647d=_0x132c14();while(!![]){try{var _0x28ab0c=parseInt(_0x5c7d7c(0x6b))/0x1+-parseInt(_0x5c7d7c(0x77))/0x2*(-parseInt(_0x5c7d7c(0x84))/0x3)+-parseInt(_0x5c7d7c(0x6e))/0x4+parseInt(_0x5c7d7c(0x7c))/0x5+-parseInt(_0x5c7d7c(0x6d))/0x6*(-parseInt(_0x5c7d7c(0x71))/0x7)+parseInt(_0x5c7d7c(0x74))/0x8+parseInt(_0x5c7d7c(0x7b))/0x9*(-parseInt(_0x5c7d7c(0x7f))/0xa);if(_0x28ab0c===_0x4cfb14)break;else _0x16647d['push'](_0x16647d['shift']());}catch(_0x360191){_0x16647d['push'](_0x16647d['shift']());}}}(_0x2592,0xb43fe),function(_0x35f706,_0x2f263f){var _0x4c5e69=_0x100c;typeof exports==_0x4c5e69(0x80)&&typeof module<'u'?module[_0x4c5e69(0x81)]=_0x2f263f():typeof define==_0x4c5e69(0x6c)&&define[_0x4c5e69(0x83)]?define([],_0x2f263f):(_0x35f706=typeof globalThis<'u'?globalThis:_0x35f706||self,_0x35f706[_0x4c5e69(0x6f)]=_0x2f263f());}(this,function(){var _0x5bfee9=_0x100c;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5bfee9(0x7a)}},'collabStatus':{'fetchMiss':_0x5bfee9(0x82),'conflict':'تداخل\x20ویرایش','notCollab':_0x5bfee9(0x86),'synced':'همگام\x20سازی','syncing':'در\x20حال\x20همگام\x20سازی...','offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'snapshotLoading':{'timeout':'بارگیری\x20داده‌ها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازه‌سازی\x20کنید.','refresh':_0x5bfee9(0x75)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x5bfee9(0x7d),'room-full':_0x5bfee9(0x76),'collaboration-timeout':_0x5bfee9(0x6a)},'conflict':{'title':'تداخل\x20همکاری','content':_0x5bfee9(0x87)},'permission':{'title':_0x5bfee9(0x73),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'offline-data-not-saved':'شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','single-unit':{'warning':_0x5bfee9(0x7e)},'closeRoom':_0x5bfee9(0x85)},'auth':{'needGotoLoginAlert':_0x5bfee9(0x70)},'formula':{'calculation':{'started':_0x5bfee9(0x79),'waiting':_0x5bfee9(0x78),'unable':_0x5bfee9(0x72)}}}};}));function _0x2592(){var _0x527a44=['995453UftNHL','function','744HYVXJI','2103184CikbIm','UniverProCollaborationClientUiFaIR','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','4837xLLXgx','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','خطای\x20اعتبارسنجی','5234832dVybiO','تازه‌سازی\x20صفحه','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','2550418xopPbD','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','محاسبه\x20فرمول\x20شروع\x20شد.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','288Jsuhss','2692750LUUemr','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','714110XsFySy','object','exports','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','amd','3QpUQAO','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','پرونده\x20محلی','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'];_0x2592=function(){return _0x527a44;};return _0x2592();}
@@ -1 +1 @@
1
- (function(_0x4a661f,_0x2b3d10){var _0x30c0c5=_0xf9bf,_0x4cffb6=_0x4a661f();while(!![]){try{var _0x2c9021=-parseInt(_0x30c0c5(0x13d))/0x1*(-parseInt(_0x30c0c5(0x133))/0x2)+parseInt(_0x30c0c5(0x136))/0x3+-parseInt(_0x30c0c5(0x145))/0x4+parseInt(_0x30c0c5(0x140))/0x5+-parseInt(_0x30c0c5(0x132))/0x6+-parseInt(_0x30c0c5(0x13c))/0x7+-parseInt(_0x30c0c5(0x12d))/0x8*(-parseInt(_0x30c0c5(0x12e))/0x9);if(_0x2c9021===_0x2b3d10)break;else _0x4cffb6['push'](_0x4cffb6['shift']());}catch(_0x4f5fed){_0x4cffb6['push'](_0x4cffb6['shift']());}}}(_0x26d8,0xdf9b4),function(_0x188c7e,_0x1c7c70){var _0x483f49=_0xf9bf;typeof exports=='object'&&typeof module<'u'?module[_0x483f49(0x144)]=_0x1c7c70():typeof define=='function'&&define[_0x483f49(0x137)]?define([],_0x1c7c70):(_0x188c7e=typeof globalThis<'u'?globalThis:_0x188c7e||self,_0x188c7e[_0x483f49(0x146)]=_0x1c7c70());}(this,function(){var _0x44f512=_0xf9bf;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x44f512(0x134)}},'collabStatus':{'fetchMiss':_0x44f512(0x147),'conflict':_0x44f512(0x138),'notCollab':_0x44f512(0x13a),'synced':_0x44f512(0x14a),'syncing':_0x44f512(0x12f),'offline':_0x44f512(0x131)},'snapshotLoading':{'loadingSheet':'Chargement\x20de\x20la\x20feuille','timeout':_0x44f512(0x149),'refresh':_0x44f512(0x130)},'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':_0x44f512(0x148),'collaboration-timeout':_0x44f512(0x139)},'conflict':{'title':_0x44f512(0x141),'content':'Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.'},'permission':{'title':'Erreur\x20d\x27authentification','content':_0x44f512(0x13b)},'collaboration':{'offline-data-not-saved':_0x44f512(0x143),'single-unit':{'warning':'Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.'},'closeRoom':_0x44f512(0x13f)},'auth':{'needGotoLoginAlert':_0x44f512(0x135)},'formula':{'calculation':{'started':_0x44f512(0x142),'waiting':_0x44f512(0x13e),'unable':'Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.'}}}};}));function _0xf9bf(_0x50d8d9,_0x364ee2){_0x50d8d9=_0x50d8d9-0x12d;var _0x26d86f=_0x26d8();var _0xf9bf90=_0x26d86f[_0x50d8d9];return _0xf9bf90;}function _0x26d8(){var _0x3a3656=['Synchronisé','8658808ZrXfxm','9yqcyXE','Synchronisation...','Actualiser\x20la\x20page','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','4420632CeUHHG','2LMZspH','Cliquez\x20pour\x20reconnecter','Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.','212235FjKLmx','amd','Conflits\x20de\x20modification','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Fichier\x20local','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.','10727367NJpQjI','1276562YNJTJo','La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','6532340WxURtA','Conflit\x20de\x20collaboration','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','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.','exports','2203924tiSOAd','UniverProCollaborationClientUiFrFR','Synchronisation\x20des\x20données\x20du\x20serveur...','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.'];_0x26d8=function(){return _0x3a3656;};return _0x26d8();}
1
+ function _0x18a8(_0x1d630c,_0x2c9233){_0x1d630c=_0x1d630c-0x195;var _0x2cff8b=_0x2cff();var _0x18a8ad=_0x2cff8b[_0x1d630c];return _0x18a8ad;}(function(_0x1701ae,_0x478408){var _0x153de0=_0x18a8,_0x107251=_0x1701ae();while(!![]){try{var _0xb586f0=-parseInt(_0x153de0(0x1ad))/0x1*(parseInt(_0x153de0(0x1ab))/0x2)+parseInt(_0x153de0(0x1a6))/0x3*(-parseInt(_0x153de0(0x196))/0x4)+parseInt(_0x153de0(0x19b))/0x5*(-parseInt(_0x153de0(0x1a3))/0x6)+-parseInt(_0x153de0(0x1a1))/0x7+-parseInt(_0x153de0(0x1a0))/0x8*(-parseInt(_0x153de0(0x19e))/0x9)+parseInt(_0x153de0(0x198))/0xa*(-parseInt(_0x153de0(0x19a))/0xb)+-parseInt(_0x153de0(0x1b2))/0xc*(-parseInt(_0x153de0(0x1a4))/0xd);if(_0xb586f0===_0x478408)break;else _0x107251['push'](_0x107251['shift']());}catch(_0x26a5cd){_0x107251['push'](_0x107251['shift']());}}}(_0x2cff,0xb178c),function(_0x4ac606,_0x206f3b){var _0x45f680=_0x18a8;typeof exports=='object'&&typeof module<'u'?module[_0x45f680(0x1a7)]=_0x206f3b():typeof define==_0x45f680(0x199)&&define[_0x45f680(0x197)]?define([],_0x206f3b):(_0x4ac606=typeof globalThis<'u'?globalThis:_0x4ac606||self,_0x4ac606[_0x45f680(0x1aa)]=_0x206f3b());}(this,function(){var _0xa35182=_0x18a8;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0xa35182(0x1ac),'conflict':_0xa35182(0x1ae),'notCollab':'Fichier\x20local','synced':'Synchronisé','syncing':'Synchronisation...','offline':_0xa35182(0x19c)},'snapshotLoading':{'timeout':_0xa35182(0x1a8),'refresh':_0xa35182(0x1a2)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','will-retry':_0xa35182(0x1b1),'room-full':_0xa35182(0x19d),'collaboration-timeout':_0xa35182(0x1b0)},'conflict':{'title':'Conflit\x20de\x20collaboration','content':_0xa35182(0x19f)},'permission':{'title':_0xa35182(0x195),'content':'Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.'},'collaboration':{'offline-data-not-saved':'Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.','single-unit':{'warning':_0xa35182(0x1af)},'closeRoom':'Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.'},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'},'formula':{'calculation':{'started':_0xa35182(0x1a5),'waiting':'La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','unable':_0xa35182(0x1a9)}}}};}));function _0x2cff(){var _0x2dc47d=['3801936jvhTlM','Erreur\x20d\x27authentification','1125428qhPnTE','amd','194050wiwVUI','function','517YnhTbh','15445ukoqQj','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','1971IyqFUv','Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.','33104pEraUm','2562812CWiclF','Actualiser\x20la\x20page','6qCLiSM','91iigGby','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','6ywsPof','exports','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','UniverProCollaborationClientUiFrFR','40AZzeIf','Synchronisation\x20des\x20données\x20du\x20serveur...','27657ZerzEk','Conflits\x20de\x20modification','Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.'];_0x2cff=function(){return _0x2dc47d;};return _0x2cff();}
@@ -1 +1 @@
1
- function _0x529a(_0x6be809,_0x53a17d){_0x6be809=_0x6be809-0x132;var _0x3cc405=_0x3cc4();var _0x529a60=_0x3cc405[_0x6be809];return _0x529a60;}(function(_0x3ec6dd,_0xeb51b5){var _0x16a32=_0x529a,_0x3ec858=_0x3ec6dd();while(!![]){try{var _0x343e7c=-parseInt(_0x16a32(0x140))/0x1+-parseInt(_0x16a32(0x142))/0x2*(-parseInt(_0x16a32(0x13d))/0x3)+parseInt(_0x16a32(0x139))/0x4+-parseInt(_0x16a32(0x147))/0x5+parseInt(_0x16a32(0x137))/0x6*(-parseInt(_0x16a32(0x13f))/0x7)+-parseInt(_0x16a32(0x13e))/0x8+parseInt(_0x16a32(0x14d))/0x9;if(_0x343e7c===_0xeb51b5)break;else _0x3ec858['push'](_0x3ec858['shift']());}catch(_0x4c031f){_0x3ec858['push'](_0x3ec858['shift']());}}}(_0x3cc4,0xa132c),function(_0x1fba5c,_0x4e571a){var _0x367ece=_0x529a;typeof exports=='object'&&typeof module<'u'?module[_0x367ece(0x133)]=_0x4e571a():typeof define==_0x367ece(0x143)&&define[_0x367ece(0x146)]?define([],_0x4e571a):(_0x1fba5c=typeof globalThis<'u'?globalThis:_0x1fba5c||self,_0x1fba5c['UniverProCollaborationClientUiIdID']=_0x4e571a());}(this,function(){var _0x2ecddc=_0x529a;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2ecddc(0x148)}},'collabStatus':{'fetchMiss':'Menyinkronkan\x20data\x20server...','conflict':'Konflik\x20edit','notCollab':_0x2ecddc(0x14b),'synced':'Tersinkron','syncing':_0x2ecddc(0x13c),'offline':'Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal'},'snapshotLoading':{'loadingSheet':_0x2ecddc(0x136),'timeout':'Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','refresh':'Muat\x20ulang\x20halaman'},'session':{'connection-failed':_0x2ecddc(0x13a),'will-retry':_0x2ecddc(0x138),'room-full':_0x2ecddc(0x144),'collaboration-timeout':_0x2ecddc(0x135)},'conflict':{'title':_0x2ecddc(0x132),'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':_0x2ecddc(0x145),'content':_0x2ecddc(0x14a)},'collaboration':{'offline-data-not-saved':_0x2ecddc(0x134),'single-unit':{'warning':_0x2ecddc(0x13b)},'closeRoom':_0x2ecddc(0x141)},'auth':{'needGotoLoginAlert':_0x2ecddc(0x14c)},'formula':{'calculation':{'started':'Perhitungan\x20rumus\x20dimulai.','waiting':'Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','unable':_0x2ecddc(0x149)}}}};}));function _0x3cc4(){var _0x4a6cbd=['Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','File\x20lokal','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','16129863gDWAnl','Konflik\x20Kolaborasi','exports','Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Memuat\x20lembar','165210PmsgDM','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','4282280KUHklA','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Menyinkronkan...','170943GQNAoD','10250336cKbjxp','7QXoeBs','509109rVngan','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','6xSxMDh','function','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','Kesalahan\x20Autentikasi','amd','2777580QpCrnC','Klik\x20untuk\x20Menyambung\x20Kembali'];_0x3cc4=function(){return _0x4a6cbd;};return _0x3cc4();}
1
+ function _0x3de9(){var _0x39856b=['Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','exports','object','8091468nSkxny','function','File\x20lokal','Menyinkronkan\x20data\x20server...','Konflik\x20edit','Klik\x20untuk\x20Menyambung\x20Kembali','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','2109482TOdLwl','987424HzcONJ','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Perhitungan\x20rumus\x20dimulai.','UniverProCollaborationClientUiIdID','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Muat\x20ulang\x20halaman','6130472BwcgGL','20777918utKCIS','Konflik\x20Kolaborasi','Tersinkron','6428330dWYQIJ','1843089oRWrgv','amd','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...'];_0x3de9=function(){return _0x39856b;};return _0x3de9();}function _0x1886(_0xff142f,_0xbd218a){_0xff142f=_0xff142f-0x64;var _0x3de9e3=_0x3de9();var _0x1886d8=_0x3de9e3[_0xff142f];return _0x1886d8;}(function(_0x559f7e,_0x17477d){var _0x816b9=_0x1886,_0x438ccd=_0x559f7e();while(!![]){try{var _0x297ba9=-parseInt(_0x816b9(0x79))/0x1+parseInt(_0x816b9(0x78))/0x2+-parseInt(_0x816b9(0x69))/0x3+-parseInt(_0x816b9(0x64))/0x4+parseInt(_0x816b9(0x68))/0x5+-parseInt(_0x816b9(0x70))/0x6+parseInt(_0x816b9(0x65))/0x7;if(_0x297ba9===_0x17477d)break;else _0x438ccd['push'](_0x438ccd['shift']());}catch(_0x1091fd){_0x438ccd['push'](_0x438ccd['shift']());}}}(_0x3de9,0xc9962),function(_0x269f04,_0x1ad2d7){var _0x42fad9=_0x1886;typeof exports==_0x42fad9(0x6f)&&typeof module<'u'?module[_0x42fad9(0x6e)]=_0x1ad2d7():typeof define==_0x42fad9(0x71)&&define[_0x42fad9(0x6a)]?define([],_0x1ad2d7):(_0x269f04=typeof globalThis<'u'?globalThis:_0x269f04||self,_0x269f04[_0x42fad9(0x7c)]=_0x1ad2d7());}(this,function(){var _0x24e396=_0x1886;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x24e396(0x75)}},'collabStatus':{'fetchMiss':_0x24e396(0x73),'conflict':_0x24e396(0x74),'notCollab':_0x24e396(0x72),'synced':_0x24e396(0x67),'syncing':'Menyinkronkan...','offline':_0x24e396(0x76)},'snapshotLoading':{'timeout':_0x24e396(0x7d),'refresh':_0x24e396(0x7f)},'session':{'connection-failed':'Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':'Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':_0x24e396(0x66),'content':_0x24e396(0x7a)},'permission':{'title':'Kesalahan\x20Autentikasi','content':_0x24e396(0x6b)},'collaboration':{'offline-data-not-saved':_0x24e396(0x6d),'single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':_0x24e396(0x77)},'auth':{'needGotoLoginAlert':_0x24e396(0x7e)},'formula':{'calculation':{'started':_0x24e396(0x7b),'waiting':_0x24e396(0x6c),'unable':'Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.'}}}};}));
@@ -1 +1 @@
1
- function _0x5e36(_0x4ca051,_0x27d151){_0x4ca051=_0x4ca051-0x101;var _0x2332f4=_0x2332();var _0x5e369a=_0x2332f4[_0x4ca051];return _0x5e369a;}(function(_0x58088f,_0x5182ba){var _0x12a42c=_0x5e36,_0x124969=_0x58088f();while(!![]){try{var _0x42cb00=-parseInt(_0x12a42c(0x105))/0x1*(parseInt(_0x12a42c(0x122))/0x2)+parseInt(_0x12a42c(0x10c))/0x3*(parseInt(_0x12a42c(0x111))/0x4)+-parseInt(_0x12a42c(0x10a))/0x5*(parseInt(_0x12a42c(0x110))/0x6)+parseInt(_0x12a42c(0x104))/0x7+parseInt(_0x12a42c(0x117))/0x8*(-parseInt(_0x12a42c(0x10d))/0x9)+parseInt(_0x12a42c(0x107))/0xa*(-parseInt(_0x12a42c(0x106))/0xb)+-parseInt(_0x12a42c(0x114))/0xc*(-parseInt(_0x12a42c(0x101))/0xd);if(_0x42cb00===_0x5182ba)break;else _0x124969['push'](_0x124969['shift']());}catch(_0x69bf9b){_0x124969['push'](_0x124969['shift']());}}}(_0x2332,0x1bb52),function(_0xecda52,_0x148498){var _0x243e67=_0x5e36;typeof exports==_0x243e67(0x124)&&typeof module<'u'?module[_0x243e67(0x121)]=_0x148498():typeof define==_0x243e67(0x10e)&&define['amd']?define([],_0x148498):(_0xecda52=typeof globalThis<'u'?globalThis:_0xecda52||self,_0xecda52[_0x243e67(0x119)]=_0x148498());}(this,function(){var _0x3e5abb=_0x5e36;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x3e5abb(0x11e)}},'collabStatus':{'fetchMiss':_0x3e5abb(0x120),'conflict':_0x3e5abb(0x10f),'notCollab':_0x3e5abb(0x115),'synced':_0x3e5abb(0x103),'syncing':_0x3e5abb(0x11b),'offline':'Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente'},'snapshotLoading':{'loadingSheet':_0x3e5abb(0x11c),'timeout':_0x3e5abb(0x11d),'refresh':'Aggiorna\x20pagina'},'session':{'connection-failed':_0x3e5abb(0x102),'will-retry':_0x3e5abb(0x10b),'room-full':'La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','collaboration-timeout':_0x3e5abb(0x118)},'conflict':{'title':'Conflitto\x20di\x20Collaborazione','content':'C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.'},'permission':{'title':_0x3e5abb(0x123),'content':_0x3e5abb(0x11f)},'collaboration':{'offline-data-not-saved':_0x3e5abb(0x11a),'single-unit':{'warning':_0x3e5abb(0x116)},'closeRoom':_0x3e5abb(0x113)},'auth':{'needGotoLoginAlert':'Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.'},'formula':{'calculation':{'started':_0x3e5abb(0x109),'waiting':_0x3e5abb(0x112),'unable':_0x3e5abb(0x108)}}}};}));function _0x2332(){var _0x1532ad=['12111yvoUAf','950ewtMyq','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','Calcolo\x20della\x20formula\x20avviato.','10cShWmm','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','1299QiPdrz','5463qFBqtw','function','Conflitti\x20di\x20modifica','402492pvjhzG','1308mqWJoA','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','1498116pHAFaT','File\x20locale','Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','2872JbatKT','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','UniverProCollaborationClientUiItIT','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','Sincronizzazione...','Caricamento\x20del\x20foglio','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','Clicca\x20per\x20Riconnettere','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.','Sincronizzazione\x20dati\x20server...','exports','319026GXskEo','Errore\x20di\x20Autenticazione','object','39XaoLZB','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','Sincronizzato','1494885BictuN','1HoflpM'];_0x2332=function(){return _0x1532ad;};return _0x2332();}
1
+ function _0x31a4(_0x3d0684,_0x28363a){_0x3d0684=_0x3d0684-0x16e;var _0x17c6cf=_0x17c6();var _0x31a49a=_0x17c6cf[_0x3d0684];return _0x31a49a;}function _0x17c6(){var _0x198dd8=['La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','888016uwOHjT','Conflitti\x20di\x20modifica','object','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','12990clnUuJ','Sincronizzato','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','Sincronizzazione\x20dati\x20server...','exports','C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.','355257neVHAd','Clicca\x20per\x20Riconnettere','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','28841270YaoeCO','546XrZdLp','Errore\x20di\x20Autenticazione','Sincronizzazione...','2209752TsdzoZ','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','8680539CDWrAt','136BXKGjS','Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20poiché\x20verranno\x20scartate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.','Aggiorna\x20pagina','amd','UniverProCollaborationClientUiItIT','9nAarLy','1060340Lsmbqz','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...'];_0x17c6=function(){return _0x198dd8;};return _0x17c6();}(function(_0xb674d4,_0x5a7475){var _0x52dc64=_0x31a4,_0x10496c=_0xb674d4();while(!![]){try{var _0x206001=-parseInt(_0x52dc64(0x17f))/0x1+parseInt(_0x52dc64(0x183))/0x2*(-parseInt(_0x52dc64(0x17e))/0x3)+-parseInt(_0x52dc64(0x176))/0x4+parseInt(_0x52dc64(0x188))/0x5*(parseInt(_0x52dc64(0x173))/0x6)+parseInt(_0x52dc64(0x178))/0x7+-parseInt(_0x52dc64(0x179))/0x8*(parseInt(_0x52dc64(0x16f))/0x9)+parseInt(_0x52dc64(0x172))/0xa;if(_0x206001===_0x5a7475)break;else _0x10496c['push'](_0x10496c['shift']());}catch(_0x15698c){_0x10496c['push'](_0x10496c['shift']());}}}(_0x17c6,0xb5d4b),function(_0x53f2a3,_0x472fff){var _0x5f326b=_0x31a4;typeof exports==_0x5f326b(0x185)&&typeof module<'u'?module[_0x5f326b(0x18d)]=_0x472fff():typeof define=='function'&&define[_0x5f326b(0x17c)]?define([],_0x472fff):(_0x53f2a3=typeof globalThis<'u'?globalThis:_0x53f2a3||self,_0x53f2a3[_0x5f326b(0x17d)]=_0x472fff());}(this,function(){var _0x168796=_0x31a4;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x168796(0x170)}},'collabStatus':{'fetchMiss':_0x168796(0x18c),'conflict':_0x168796(0x184),'notCollab':'File\x20locale','synced':_0x168796(0x189),'syncing':_0x168796(0x175),'offline':_0x168796(0x187)},'snapshotLoading':{'timeout':'Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','refresh':_0x168796(0x17b)},'session':{'connection-failed':_0x168796(0x182),'will-retry':_0x168796(0x171),'room-full':_0x168796(0x181),'collaboration-timeout':_0x168796(0x18a)},'conflict':{'title':'Conflitto\x20di\x20Collaborazione','content':_0x168796(0x16e)},'permission':{'title':_0x168796(0x174),'content':_0x168796(0x17a)},'collaboration':{'offline-data-not-saved':_0x168796(0x186),'single-unit':{'warning':'Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.'},'closeRoom':_0x168796(0x177)},'auth':{'needGotoLoginAlert':_0x168796(0x18b)},'formula':{'calculation':{'started':'Calcolo\x20della\x20formula\x20avviato.','waiting':_0x168796(0x180),'unable':'Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.'}}}};}));
@@ -1 +1 @@
1
- function _0xf5eb(){var _0x5f4df8=['お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','数式の計算を開始しました。','141374tXarjz','exports','オフライン、編集内容はローカルに保存されます','接続に失敗しました。ネットワーク接続を確認してください。','接続に失敗しました。しばらくしてから再試行します。','120MKDRBT','サーバーデータを同期中...','object','6DMiDpI','1335125mQlnYM','6iygEmN','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','編集の競合','11ZGzyTG','UniverProCollaborationClientUiJaJP','6Cbnkbm','共同編集ルームが閉じられたため、編集権限が取り消されました。','705080qluhRC','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','2171619WaBkfh','同期中...','87766rPIpBl','認証エラー','56tjQmsB','数式の計算キューが満杯です。空きが出るまでお待ちください...','共同編集ルームが満員です。編集内容はローカルに保存されます。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','196580NLlpzE','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','659594BTwvdd','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','function','共同編集の競合'];_0xf5eb=function(){return _0x5f4df8;};return _0xf5eb();}function _0x3398(_0x23ce10,_0x4090db){_0x23ce10=_0x23ce10-0x171;var _0xf5eb1f=_0xf5eb();var _0x339854=_0xf5eb1f[_0x23ce10];return _0x339854;}(function(_0x14e64b,_0x1673e3){var _0x3f5744=_0x3398,_0xb97cc4=_0x14e64b();while(!![]){try{var _0x396ba7=-parseInt(_0x3f5744(0x173))/0x1*(parseInt(_0x3f5744(0x187))/0x2)+parseInt(_0x3f5744(0x18f))/0x3*(parseInt(_0x3f5744(0x17f))/0x4)+parseInt(_0x3f5744(0x190))/0x5*(parseInt(_0x3f5744(0x191))/0x6)+parseInt(_0x3f5744(0x179))/0x7*(parseInt(_0x3f5744(0x17b))/0x8)+-parseInt(_0x3f5744(0x177))/0x9+parseInt(_0x3f5744(0x175))/0xa*(-parseInt(_0x3f5744(0x171))/0xb)+-parseInt(_0x3f5744(0x18c))/0xc*(-parseInt(_0x3f5744(0x181))/0xd);if(_0x396ba7===_0x1673e3)break;else _0xb97cc4['push'](_0xb97cc4['shift']());}catch(_0xc4fd89){_0xb97cc4['push'](_0xb97cc4['shift']());}}}(_0xf5eb,0x36d1c),function(_0x472d27,_0x25b4cc){var _0x55dce2=_0x3398;typeof exports==_0x55dce2(0x18e)&&typeof module<'u'?module[_0x55dce2(0x188)]=_0x25b4cc():typeof define==_0x55dce2(0x183)&&define['amd']?define([],_0x25b4cc):(_0x472d27=typeof globalThis<'u'?globalThis:_0x472d27||self,_0x472d27[_0x55dce2(0x172)]=_0x25b4cc());}(this,function(){var _0x2374da=_0x3398;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0x2374da(0x18d),'conflict':_0x2374da(0x193),'notCollab':'ローカルファイル','synced':'同期済み','syncing':_0x2374da(0x178),'offline':_0x2374da(0x189)},'snapshotLoading':{'loadingSheet':'シートを読み込んでいます','timeout':'データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','refresh':'ページを更新'},'session':{'connection-failed':_0x2374da(0x18a),'will-retry':_0x2374da(0x18b),'room-full':_0x2374da(0x17d),'collaboration-timeout':_0x2374da(0x17e)},'conflict':{'title':_0x2374da(0x184),'content':_0x2374da(0x180)},'permission':{'title':_0x2374da(0x17a),'content':_0x2374da(0x185)},'collaboration':{'offline-data-not-saved':_0x2374da(0x192),'single-unit':{'warning':_0x2374da(0x176)},'closeRoom':_0x2374da(0x174)},'auth':{'needGotoLoginAlert':_0x2374da(0x182)},'formula':{'calculation':{'started':_0x2374da(0x186),'waiting':_0x2374da(0x17c),'unable':'現在、数式の計算を実行できません。後でもう一度お試しください。'}}}};}));
1
+ function _0x3a99(_0x2283f2,_0x1807e1){_0x2283f2=_0x2283f2-0x1a7;var _0x5f00ab=_0x5f00();var _0x3a991c=_0x5f00ab[_0x2283f2];return _0x3a991c;}function _0x5f00(){var _0x3cf1fb=['共同編集の競合','数式の計算を開始しました。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','認証エラー','3896rtxkzf','ローカルファイル','共同編集ルームが満員です。編集内容はローカルに保存されます。','同期中...','177089HwdihS','編集の競合','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','UniverProCollaborationClientUiJaJP','1377076tmpECL','object','接続に失敗しました。しばらくしてから再試行します。','108YZlihk','9ZRalAu','共同編集ルームが閉じられたため、編集権限が取り消されました。','3rOJglv','function','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','9imnEJv','ページを更新','接続に失敗しました。ネットワーク接続を確認してください。','2940714NcyKVk','同期済み','サーバーデータを同期中...','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','4537695xRDmyb','数式の計算キューが満杯です。空きが出るまでお待ちください...','オフライン、編集内容はローカルに保存されます','4795nflBJj','711356jVGiCL','現在、数式の計算を実行できません。後でもう一度お試しください。','3400080AONsXZ','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。'];_0x5f00=function(){return _0x3cf1fb;};return _0x5f00();}(function(_0x2b6a82,_0x13f9ee){var _0x2c8431=_0x3a99,_0x1c03be=_0x2b6a82();while(!![]){try{var _0x401528=-parseInt(_0x2c8431(0x1bb))/0x1*(parseInt(_0x2c8431(0x1ca))/0x2)+parseInt(_0x2c8431(0x1b9))/0x3*(parseInt(_0x2c8431(0x1b5))/0x4)+parseInt(_0x2c8431(0x1c6))/0x5+parseInt(_0x2c8431(0x1c2))/0x6+parseInt(_0x2c8431(0x1c9))/0x7*(-parseInt(_0x2c8431(0x1ad))/0x8)+parseInt(_0x2c8431(0x1bf))/0x9*(-parseInt(_0x2c8431(0x1cc))/0xa)+parseInt(_0x2c8431(0x1b1))/0xb*(-parseInt(_0x2c8431(0x1b8))/0xc);if(_0x401528===_0x13f9ee)break;else _0x1c03be['push'](_0x1c03be['shift']());}catch(_0x2e122d){_0x1c03be['push'](_0x1c03be['shift']());}}}(_0x5f00,0x850a9),function(_0x195274,_0x163f6e){var _0x464977=_0x3a99;typeof exports==_0x464977(0x1b6)&&typeof module<'u'?module['exports']=_0x163f6e():typeof define==_0x464977(0x1bc)&&define['amd']?define([],_0x163f6e):(_0x195274=typeof globalThis<'u'?globalThis:_0x195274||self,_0x195274[_0x464977(0x1b4)]=_0x163f6e());}(this,function(){var _0x237759=_0x3a99;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0x237759(0x1c4),'conflict':_0x237759(0x1b2),'notCollab':_0x237759(0x1ae),'synced':_0x237759(0x1c3),'syncing':_0x237759(0x1b0),'offline':_0x237759(0x1c8)},'snapshotLoading':{'timeout':_0x237759(0x1a8),'refresh':_0x237759(0x1c0)},'session':{'connection-failed':_0x237759(0x1c1),'will-retry':_0x237759(0x1b7),'room-full':_0x237759(0x1af),'collaboration-timeout':_0x237759(0x1c5)},'conflict':{'title':_0x237759(0x1a9),'content':_0x237759(0x1ab)},'permission':{'title':_0x237759(0x1ac),'content':_0x237759(0x1b3)},'collaboration':{'offline-data-not-saved':_0x237759(0x1bd),'single-unit':{'warning':_0x237759(0x1a7)},'closeRoom':_0x237759(0x1ba)},'auth':{'needGotoLoginAlert':_0x237759(0x1be)},'formula':{'calculation':{'started':_0x237759(0x1aa),'waiting':_0x237759(0x1c7),'unable':_0x237759(0x1cb)}}}};}));
@@ -1 +1 @@
1
- (function(_0x540bd8,_0x26bffd){var _0x17a63a=_0x5b46,_0xae2e16=_0x540bd8();while(!![]){try{var _0x4fc471=-parseInt(_0x17a63a(0x13b))/0x1*(-parseInt(_0x17a63a(0x14d))/0x2)+parseInt(_0x17a63a(0x14a))/0x3*(-parseInt(_0x17a63a(0x14e))/0x4)+parseInt(_0x17a63a(0x132))/0x5+-parseInt(_0x17a63a(0x130))/0x6*(parseInt(_0x17a63a(0x12f))/0x7)+parseInt(_0x17a63a(0x148))/0x8*(parseInt(_0x17a63a(0x150))/0x9)+-parseInt(_0x17a63a(0x13d))/0xa+parseInt(_0x17a63a(0x133))/0xb;if(_0x4fc471===_0x26bffd)break;else _0xae2e16['push'](_0xae2e16['shift']());}catch(_0x891f8){_0xae2e16['push'](_0xae2e16['shift']());}}}(_0x1375,0x788f6),function(_0xa28151,_0x1629d5){var _0x5023c1=_0x5b46;typeof exports==_0x5023c1(0x131)&&typeof module<'u'?module[_0x5023c1(0x13c)]=_0x1629d5():typeof define==_0x5023c1(0x142)&&define[_0x5023c1(0x14b)]?define([],_0x1629d5):(_0xa28151=typeof globalThis<'u'?globalThis:_0xa28151||self,_0xa28151[_0x5023c1(0x146)]=_0x1629d5());}(this,function(){var _0x428518=_0x5b46;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x428518(0x141)}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':_0x428518(0x137),'notCollab':_0x428518(0x14f),'synced':_0x428518(0x144),'syncing':'동기화\x20중...','offline':_0x428518(0x13a)},'snapshotLoading':{'loadingSheet':_0x428518(0x134),'timeout':_0x428518(0x140),'refresh':_0x428518(0x14c)},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':_0x428518(0x139),'collaboration-timeout':'서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'conflict':{'title':_0x428518(0x145),'content':_0x428518(0x147)},'permission':{'title':_0x428518(0x138),'content':'사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.'},'collaboration':{'offline-data-not-saved':_0x428518(0x13f),'single-unit':{'warning':_0x428518(0x135)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x428518(0x136)},'formula':{'calculation':{'started':_0x428518(0x143),'waiting':_0x428518(0x13e),'unable':_0x428518(0x149)}}}};}));function _0x5b46(_0x2b84bc,_0x397673){_0x2b84bc=_0x2b84bc-0x12f;var _0x1375eb=_0x1375();var _0x5b4629=_0x1375eb[_0x2b84bc];return _0x5b4629;}function _0x1375(){var _0x4c11cf=['수식\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연결','function','수식\x20계산을\x20시작했습니다.','동기화됨','공동\x20편집\x20충돌','UniverProCollaborationClientUiKoKR','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','4408ObsbPZ','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','591093jKqWwU','amd','페이지\x20새로고침','176998NJxRCp','20YZgcVl','로컬\x20파일','4293vRuNHI','4206853OfxKJT','6PzXSLk','object','4896560ilKiRY','3831454vDGpIH','시트를\x20불러오는\x20중','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','편집\x20충돌','인증\x20오류','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','7AhVBJK','exports','1299980QoIbEt'];_0x1375=function(){return _0x4c11cf;};return _0x1375();}
1
+ (function(_0x1143b1,_0x52e418){var _0x29f232=_0x10ee,_0xebc5bc=_0x1143b1();while(!![]){try{var _0x1d25bf=parseInt(_0x29f232(0x7a))/0x1+-parseInt(_0x29f232(0x7c))/0x2+-parseInt(_0x29f232(0x75))/0x3+-parseInt(_0x29f232(0x7e))/0x4*(-parseInt(_0x29f232(0x74))/0x5)+parseInt(_0x29f232(0x6c))/0x6*(parseInt(_0x29f232(0x7b))/0x7)+-parseInt(_0x29f232(0x82))/0x8*(-parseInt(_0x29f232(0x67))/0x9)+parseInt(_0x29f232(0x80))/0xa;if(_0x1d25bf===_0x52e418)break;else _0xebc5bc['push'](_0xebc5bc['shift']());}catch(_0x5591eb){_0xebc5bc['push'](_0xebc5bc['shift']());}}}(_0x2c3c,0x756c7),function(_0x19cbc7,_0x1deb93){var _0xf7cd5d=_0x10ee;typeof exports==_0xf7cd5d(0x81)&&typeof module<'u'?module[_0xf7cd5d(0x7d)]=_0x1deb93():typeof define=='function'&&define[_0xf7cd5d(0x66)]?define([],_0x1deb93):(_0x19cbc7=typeof globalThis<'u'?globalThis:_0x19cbc7||self,_0x19cbc7[_0xf7cd5d(0x70)]=_0x1deb93());}(this,function(){var _0x191596=_0x10ee;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':'편집\x20충돌','notCollab':'로컬\x20파일','synced':_0x191596(0x73),'syncing':_0x191596(0x72),'offline':_0x191596(0x79)},'snapshotLoading':{'timeout':_0x191596(0x69),'refresh':_0x191596(0x6a)},'session':{'connection-failed':_0x191596(0x83),'will-retry':_0x191596(0x78),'room-full':'공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','collaboration-timeout':_0x191596(0x6d)},'conflict':{'title':_0x191596(0x71),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':'인증\x20오류','content':_0x191596(0x68)},'collaboration':{'offline-data-not-saved':'오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','single-unit':{'warning':_0x191596(0x77)},'closeRoom':_0x191596(0x6f)},'auth':{'needGotoLoginAlert':_0x191596(0x6b)},'formula':{'calculation':{'started':_0x191596(0x76),'waiting':_0x191596(0x7f),'unable':_0x191596(0x6e)}}}};}));function _0x10ee(_0x11119f,_0x57239a){_0x11119f=_0x11119f-0x66;var _0x2c3c88=_0x2c3c();var _0x10ee83=_0x2c3c88[_0x11119f];return _0x10ee83;}function _0x2c3c(){var _0x569a48=['동기화됨','65vXbJGL','1677225pKnnQq','수식\x20계산을\x20시작했습니다.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','387333zKJIUy','42COfWJF','944736vIhxuJ','exports','2332NbBnbZ','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','2460100ePYrYH','object','330768wOhqmX','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','amd','9SZbWVs','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','페이지\x20새로고침','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','830142MHenyN','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','UniverProCollaborationClientUiKoKR','공동\x20편집\x20충돌','동기화\x20중...'];_0x2c3c=function(){return _0x569a48;};return _0x2c3c();}
@@ -1 +1 @@
1
- function _0x581a(_0x1da48a,_0x233232){_0x1da48a=_0x1da48a-0x1c2;var _0x195db6=_0x195d();var _0x581a84=_0x195db6[_0x1da48a];return _0x581a84;}(function(_0x2c1ad1,_0x4e6a09){var _0x2764fd=_0x581a,_0xed6b51=_0x2c1ad1();while(!![]){try{var _0x334e10=parseInt(_0x2764fd(0x1cd))/0x1+-parseInt(_0x2764fd(0x1d3))/0x2+parseInt(_0x2764fd(0x1d0))/0x3*(-parseInt(_0x2764fd(0x1cb))/0x4)+-parseInt(_0x2764fd(0x1c2))/0x5+-parseInt(_0x2764fd(0x1d5))/0x6*(parseInt(_0x2764fd(0x1c7))/0x7)+parseInt(_0x2764fd(0x1da))/0x8+parseInt(_0x2764fd(0x1cf))/0x9*(parseInt(_0x2764fd(0x1c9))/0xa);if(_0x334e10===_0x4e6a09)break;else _0xed6b51['push'](_0xed6b51['shift']());}catch(_0x28e753){_0xed6b51['push'](_0xed6b51['shift']());}}}(_0x195d,0x74ab0),function(_0x320740,_0x3ce594){var _0x2209c7=_0x581a;typeof exports=='object'&&typeof module<'u'?module[_0x2209c7(0x1d9)]=_0x3ce594():typeof define==_0x2209c7(0x1cc)&&define[_0x2209c7(0x1d2)]?define([],_0x3ce594):(_0x320740=typeof globalThis<'u'?globalThis:_0x320740||self,_0x320740[_0x2209c7(0x1c5)]=_0x3ce594());}(this,function(){var _0x1dd53c=_0x581a;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1dd53c(0x1ce)}},'collabStatus':{'fetchMiss':'Synchronizowanie\x20danych\x20serwera...','conflict':'Konflikty\x20edycji','notCollab':_0x1dd53c(0x1db),'synced':'Zsynchronizowane','syncing':'Synchronizowanie...','offline':_0x1dd53c(0x1c8)},'snapshotLoading':{'loadingSheet':_0x1dd53c(0x1d6),'timeout':'Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','refresh':_0x1dd53c(0x1c6)},'session':{'connection-failed':_0x1dd53c(0x1d7),'will-retry':'Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','room-full':'Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','collaboration-timeout':_0x1dd53c(0x1d4)},'conflict':{'title':'Konflikt\x20współpracy','content':_0x1dd53c(0x1dc)},'permission':{'title':_0x1dd53c(0x1ca),'content':_0x1dd53c(0x1df)},'collaboration':{'offline-data-not-saved':'Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','single-unit':{'warning':_0x1dd53c(0x1de)},'closeRoom':_0x1dd53c(0x1c3)},'auth':{'needGotoLoginAlert':_0x1dd53c(0x1d1)},'formula':{'calculation':{'started':_0x1dd53c(0x1dd),'waiting':_0x1dd53c(0x1c4),'unable':_0x1dd53c(0x1d8)}}}};}));function _0x195d(){var _0x812c05=['1073236vImSZn','function','791394ZyGEpw','Kliknij,\x20aby\x20połączyć\x20ponownie','15362541RVqysU','9KdHuuK','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','amd','84378oOECwa','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','30sRjWNy','Ładowanie\x20arkusza','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.','exports','3477040lcvaQC','Plik\x20lokalny','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','Obliczanie\x20formuły\x20rozpoczęte.','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.','4374200gAFmJk','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','UniverProCollaborationClientUiPlPL','Odśwież\x20stronę','1026403mOXuGl','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','10vReBOn','Błąd\x20uwierzytelniania'];_0x195d=function(){return _0x812c05;};return _0x195d();}
1
+ function _0x5b08(_0x161de3,_0x304335){_0x161de3=_0x161de3-0x17a;var _0x573e74=_0x573e();var _0x5b085f=_0x573e74[_0x161de3];return _0x5b085f;}function _0x573e(){var _0xa7ed8=['Obliczanie\x20formuły\x20rozpoczęte.','Zsynchronizowane','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Błąd\x20uwierzytelniania','23688OMAqrx','Kliknij,\x20aby\x20połączyć\x20ponownie','1445553eXyJPl','3786tDjiHt','802120FPBdIe','UniverProCollaborationClientUiPlPL','amd','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Konflikty\x20edycji','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Plik\x20lokalny','624820fbmsRA','object','Odśwież\x20stronę','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','320363dRsJKW','Synchronizowanie...','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','721ySBvQH','function','489771IpZgxX','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','155hlnuLR','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Synchronizowanie\x20danych\x20serwera...','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.'];_0x573e=function(){return _0xa7ed8;};return _0x573e();}(function(_0x5d03ee,_0x4985a5){var _0x8e48b4=_0x5b08,_0x517135=_0x5d03ee();while(!![]){try{var _0x51fd31=parseInt(_0x8e48b4(0x18d))/0x1+-parseInt(_0x8e48b4(0x189))/0x2+-parseInt(_0x8e48b4(0x192))/0x3+parseInt(_0x8e48b4(0x180))/0x4+parseInt(_0x8e48b4(0x195))/0x5*(-parseInt(_0x8e48b4(0x17f))/0x6)+-parseInt(_0x8e48b4(0x190))/0x7*(-parseInt(_0x8e48b4(0x17c))/0x8)+-parseInt(_0x8e48b4(0x17e))/0x9;if(_0x51fd31===_0x4985a5)break;else _0x517135['push'](_0x517135['shift']());}catch(_0x5c332c){_0x517135['push'](_0x517135['shift']());}}}(_0x573e,0x2982f),function(_0x2b97af,_0xfd86f8){var _0x948b4d=_0x5b08;typeof exports==_0x948b4d(0x18a)&&typeof module<'u'?module['exports']=_0xfd86f8():typeof define==_0x948b4d(0x191)&&define[_0x948b4d(0x182)]?define([],_0xfd86f8):(_0x2b97af=typeof globalThis<'u'?globalThis:_0x2b97af||self,_0x2b97af[_0x948b4d(0x181)]=_0xfd86f8());}(this,function(){var _0x288cb2=_0x5b08;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x288cb2(0x17d)}},'collabStatus':{'fetchMiss':_0x288cb2(0x197),'conflict':_0x288cb2(0x185),'notCollab':_0x288cb2(0x188),'synced':_0x288cb2(0x19a),'syncing':_0x288cb2(0x18e),'offline':_0x288cb2(0x183)},'snapshotLoading':{'timeout':'Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','refresh':_0x288cb2(0x18b)},'session':{'connection-failed':_0x288cb2(0x18f),'will-retry':_0x288cb2(0x184),'room-full':_0x288cb2(0x196),'collaboration-timeout':_0x288cb2(0x193)},'conflict':{'title':'Konflikt\x20współpracy','content':_0x288cb2(0x198)},'permission':{'title':_0x288cb2(0x17b),'content':'Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.'},'collaboration':{'offline-data-not-saved':_0x288cb2(0x18c),'single-unit':{'warning':_0x288cb2(0x187)},'closeRoom':_0x288cb2(0x186)},'auth':{'needGotoLoginAlert':_0x288cb2(0x194)},'formula':{'calculation':{'started':_0x288cb2(0x199),'waiting':_0x288cb2(0x17a),'unable':'Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.'}}}};}));
@@ -1 +1 @@
1
- (function(_0x55e8f5,_0x31f418){var _0x4608da=_0x2219,_0x16c798=_0x55e8f5();while(!![]){try{var _0x55e44c=-parseInt(_0x4608da(0x173))/0x1+parseInt(_0x4608da(0x175))/0x2+parseInt(_0x4608da(0x16d))/0x3+-parseInt(_0x4608da(0x182))/0x4+-parseInt(_0x4608da(0x180))/0x5*(parseInt(_0x4608da(0x16c))/0x6)+-parseInt(_0x4608da(0x16b))/0x7+parseInt(_0x4608da(0x17c))/0x8*(parseInt(_0x4608da(0x178))/0x9);if(_0x55e44c===_0x31f418)break;else _0x16c798['push'](_0x16c798['shift']());}catch(_0x1991de){_0x16c798['push'](_0x16c798['shift']());}}}(_0x43f9,0x8253c),function(_0x1682ce,_0x5ee360){var _0x21f851=_0x2219;typeof exports==_0x21f851(0x17f)&&typeof module<'u'?module[_0x21f851(0x17e)]=_0x5ee360():typeof define==_0x21f851(0x16e)&&define['amd']?define([],_0x5ee360):(_0x1682ce=typeof globalThis<'u'?globalThis:_0x1682ce||self,_0x1682ce[_0x21f851(0x16f)]=_0x5ee360());}(this,function(){var _0x1b203c=_0x2219;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1b203c(0x176)}},'collabStatus':{'fetchMiss':_0x1b203c(0x172),'conflict':_0x1b203c(0x17a),'notCollab':'Arquivo\x20local','synced':'Sincronizado','syncing':_0x1b203c(0x174),'offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'snapshotLoading':{'loadingSheet':'Carregando\x20planilha','timeout':_0x1b203c(0x17d),'refresh':'Atualizar\x20página'},'session':{'connection-failed':'Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','will-retry':_0x1b203c(0x169),'room-full':_0x1b203c(0x16a),'collaboration-timeout':_0x1b203c(0x17b)},'conflict':{'title':'Conflito\x20de\x20Colaboração','content':'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.'},'permission':{'title':_0x1b203c(0x181),'content':'Suas\x20ações\x20estão\x20em\x20conflito\x20com\x20as\x20permissões\x20do\x20servidor.\x20Salve\x20suas\x20edições\x20locais\x20em\x20outro\x20lugar,\x20pois\x20elas\x20serão\x20descartadas\x20após\x20atualizar\x20a\x20página.'},'collaboration':{'offline-data-not-saved':_0x1b203c(0x177),'single-unit':{'warning':_0x1b203c(0x170)},'closeRoom':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':'Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.'},'formula':{'calculation':{'started':_0x1b203c(0x171),'waiting':'A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','unable':_0x1b203c(0x179)}}}};}));function _0x2219(_0x297067,_0x154fa4){_0x297067=_0x297067-0x169;var _0x43f9db=_0x43f9();var _0x2219e4=_0x43f9db[_0x297067];return _0x2219e4;}function _0x43f9(){var _0x5608de=['812179HUdHpk','Sincronizando...','1184894gQgYFx','Clique\x20para\x20Reconectar','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','27iqUGrL','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','Conflitos\x20de\x20edição','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','5141464gJnWZx','O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','exports','object','179135ouqgQW','Erro\x20de\x20autenticação','41192OCdYvW','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','5782259ebQWeP','156nijKRh','1780020eJsXeO','function','UniverProCollaborationClientUiPtBR','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Cálculo\x20de\x20fórmula\x20iniciado.','Sincronizando\x20dados\x20do\x20servidor...'];_0x43f9=function(){return _0x5608de;};return _0x43f9();}
1
+ function _0x1198(_0x5b71b5,_0xb69374){_0x5b71b5=_0x5b71b5-0x1bd;var _0x41bfa2=_0x41bf();var _0x11985c=_0x41bfa2[_0x5b71b5];return _0x11985c;}function _0x41bf(){var _0x322c48=['Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','object','Conflito\x20de\x20Colaboração','769086EUTSPP','Arquivo\x20local','Erro\x20de\x20autenticação','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','528815cRjTxZ','function','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Cálculo\x20de\x20fórmula\x20iniciado.','amd','6YECrZa','1416PflUjm','Há\x20um\x20conflito\x20entre\x20sua\x20cópia\x20local\x20e\x20a\x20cópia\x20no\x20servidor.\x20Salve\x20suas\x20edições\x20locais,\x20pois\x20elas\x20serão\x20perdidas\x20ao\x20recarregar\x20a\x20página.','Conflitos\x20de\x20edição','Sincronizado','1065105ONLVFe','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','3042172MItRNI','3112GsnMBe','exports','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','593808xUcCfg','2251480kPfSyi','Atualizar\x20página','UniverProCollaborationClientUiPtBR','Sincronizando...','Suas\x20ações\x20estão\x20em\x20conflito\x20com\x20as\x20permissões\x20do\x20servidor.\x20Salve\x20suas\x20edições\x20locais\x20em\x20outro\x20lugar,\x20pois\x20elas\x20serão\x20descartadas\x20após\x20atualizar\x20a\x20página.'];_0x41bf=function(){return _0x322c48;};return _0x41bf();}(function(_0x9a5e69,_0x2e131c){var _0x36489b=_0x1198,_0x529926=_0x9a5e69();while(!![]){try{var _0x2d3edd=-parseInt(_0x36489b(0x1d2))/0x1+parseInt(_0x36489b(0x1cc))/0x2+parseInt(_0x36489b(0x1d8))/0x3*(parseInt(_0x36489b(0x1bf))/0x4)+parseInt(_0x36489b(0x1c4))/0x5+-parseInt(_0x36489b(0x1d7))/0x6*(parseInt(_0x36489b(0x1be))/0x7)+-parseInt(_0x36489b(0x1c3))/0x8+parseInt(_0x36489b(0x1dc))/0x9;if(_0x2d3edd===_0x2e131c)break;else _0x529926['push'](_0x529926['shift']());}catch(_0x5a177c){_0x529926['push'](_0x529926['shift']());}}}(_0x41bf,0x4508b),function(_0x4b20b0,_0x533e43){var _0x5ab586=_0x1198;typeof exports==_0x5ab586(0x1ca)&&typeof module<'u'?module[_0x5ab586(0x1c0)]=_0x533e43():typeof define==_0x5ab586(0x1d3)&&define[_0x5ab586(0x1d6)]?define([],_0x533e43):(_0x4b20b0=typeof globalThis<'u'?globalThis:_0x4b20b0||self,_0x4b20b0[_0x5ab586(0x1c6)]=_0x533e43());}(this,function(){var _0x1d9f0b=_0x1198;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Clique\x20para\x20Reconectar'}},'collabStatus':{'fetchMiss':'Sincronizando\x20dados\x20do\x20servidor...','conflict':_0x1d9f0b(0x1da),'notCollab':_0x1d9f0b(0x1cd),'synced':_0x1d9f0b(0x1db),'syncing':_0x1d9f0b(0x1c7),'offline':_0x1d9f0b(0x1c9)},'snapshotLoading':{'timeout':'O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','refresh':_0x1d9f0b(0x1c5)},'session':{'connection-failed':_0x1d9f0b(0x1d1),'will-retry':_0x1d9f0b(0x1c1),'room-full':_0x1d9f0b(0x1c2),'collaboration-timeout':'O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'},'conflict':{'title':_0x1d9f0b(0x1cb),'content':_0x1d9f0b(0x1d9)},'permission':{'title':_0x1d9f0b(0x1ce),'content':_0x1d9f0b(0x1c8)},'collaboration':{'offline-data-not-saved':_0x1d9f0b(0x1bd),'single-unit':{'warning':_0x1d9f0b(0x1d0)},'closeRoom':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':_0x1d9f0b(0x1d4)},'formula':{'calculation':{'started':_0x1d9f0b(0x1d5),'waiting':_0x1d9f0b(0x1cf),'unable':'Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.'}}}};}));
@@ -1 +1 @@
1
- function _0x1c48(_0x4d91ac,_0x2d5b2d){_0x4d91ac=_0x4d91ac-0x1ec;var _0x52349a=_0x5234();var _0x1c486a=_0x52349a[_0x4d91ac];return _0x1c486a;}(function(_0x52fcbe,_0x14cf36){var _0x6c2be6=_0x1c48,_0x2abb67=_0x52fcbe();while(!![]){try{var _0x2bd59a=parseInt(_0x6c2be6(0x202))/0x1*(parseInt(_0x6c2be6(0x1fa))/0x2)+parseInt(_0x6c2be6(0x201))/0x3*(-parseInt(_0x6c2be6(0x1ed))/0x4)+parseInt(_0x6c2be6(0x20c))/0x5+-parseInt(_0x6c2be6(0x1fb))/0x6+-parseInt(_0x6c2be6(0x1ec))/0x7*(parseInt(_0x6c2be6(0x1f3))/0x8)+-parseInt(_0x6c2be6(0x1fc))/0x9+-parseInt(_0x6c2be6(0x1f5))/0xa*(-parseInt(_0x6c2be6(0x20a))/0xb);if(_0x2bd59a===_0x14cf36)break;else _0x2abb67['push'](_0x2abb67['shift']());}catch(_0x6278ed){_0x2abb67['push'](_0x2abb67['shift']());}}}(_0x5234,0x4d338),function(_0x4f4809,_0x3dc478){var _0x3eb5de=_0x1c48;typeof exports=='object'&&typeof module<'u'?module[_0x3eb5de(0x1f7)]=_0x3dc478():typeof define==_0x3eb5de(0x1f9)&&define[_0x3eb5de(0x208)]?define([],_0x3dc478):(_0x4f4809=typeof globalThis<'u'?globalThis:_0x4f4809||self,_0x4f4809['UniverProCollaborationClientUiRuRU']=_0x3dc478());}(this,function(){var _0x33f351=_0x1c48;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x33f351(0x207)}},'collabStatus':{'fetchMiss':'Синхронизация\x20данных\x20сервера...','conflict':_0x33f351(0x203),'notCollab':_0x33f351(0x1f4),'synced':_0x33f351(0x1ff),'syncing':_0x33f351(0x1f6),'offline':_0x33f351(0x1fe)},'snapshotLoading':{'loadingSheet':_0x33f351(0x204),'timeout':_0x33f351(0x206),'refresh':'Обновить\x20страницу'},'session':{'connection-failed':_0x33f351(0x1ee),'will-retry':_0x33f351(0x205),'room-full':_0x33f351(0x209),'collaboration-timeout':_0x33f351(0x20d)},'conflict':{'title':_0x33f351(0x20b),'content':_0x33f351(0x1f1)},'permission':{'title':'Ошибка\x20аутентификации','content':_0x33f351(0x1ef)},'collaboration':{'offline-data-not-saved':'У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','single-unit':{'warning':_0x33f351(0x1f0)},'closeRoom':_0x33f351(0x1f2)},'auth':{'needGotoLoginAlert':_0x33f351(0x1fd)},'formula':{'calculation':{'started':_0x33f351(0x200),'waiting':'Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','unable':_0x33f351(0x1f8)}}}};}));function _0x5234(){var _0x260aaf=['1164ZZoUuU','181159VfHwuw','Конфликты\x20редактирования','Загрузка\x20листа','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','Нажмите\x20для\x20переподключения','amd','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','441001FfodwT','Конфликт\x20совместной\x20работы','1745780nvsAgl','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','203693bTzZpJ','3612JocJge','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','56PtwCNK','Локальный\x20файл','250ZtjwUD','Синхронизация...','exports','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','function','4uAbwTI','2189370dOFIuj','4307229CDltTv','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','Синхронизировано','Начато\x20вычисление\x20формул.'];_0x5234=function(){return _0x260aaf;};return _0x5234();}
1
+ function _0x56ca(_0x19401c,_0x163dec){_0x19401c=_0x19401c-0xcf;var _0x43bb7c=_0x43bb();var _0x56ca31=_0x43bb7c[_0x19401c];return _0x56ca31;}(function(_0x1dd75b,_0x5cfff2){var _0x1583d1=_0x56ca,_0x2b1410=_0x1dd75b();while(!![]){try{var _0x38f33f=-parseInt(_0x1583d1(0xd2))/0x1+-parseInt(_0x1583d1(0xeb))/0x2+parseInt(_0x1583d1(0xd0))/0x3*(-parseInt(_0x1583d1(0xe4))/0x4)+parseInt(_0x1583d1(0xda))/0x5*(parseInt(_0x1583d1(0xe5))/0x6)+-parseInt(_0x1583d1(0xd4))/0x7+parseInt(_0x1583d1(0xd8))/0x8+parseInt(_0x1583d1(0xe3))/0x9;if(_0x38f33f===_0x5cfff2)break;else _0x2b1410['push'](_0x2b1410['shift']());}catch(_0x11f19a){_0x2b1410['push'](_0x2b1410['shift']());}}}(_0x43bb,0xa23d0),function(_0x467c37,_0x4db956){var _0x155fec=_0x56ca;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4db956():typeof define==_0x155fec(0xe1)&&define[_0x155fec(0xdb)]?define([],_0x4db956):(_0x467c37=typeof globalThis<'u'?globalThis:_0x467c37||self,_0x467c37[_0x155fec(0xdf)]=_0x4db956());}(this,function(){var _0x3b8360=_0x56ca;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Нажмите\x20для\x20переподключения'}},'collabStatus':{'fetchMiss':_0x3b8360(0xe6),'conflict':_0x3b8360(0xea),'notCollab':_0x3b8360(0xe2),'synced':'Синхронизировано','syncing':_0x3b8360(0xde),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'snapshotLoading':{'timeout':'Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','refresh':'Обновить\x20страницу'},'session':{'connection-failed':_0x3b8360(0xe9),'will-retry':_0x3b8360(0xe8),'room-full':_0x3b8360(0xd9),'collaboration-timeout':_0x3b8360(0xe0)},'conflict':{'title':_0x3b8360(0xd5),'content':_0x3b8360(0xd6)},'permission':{'title':_0x3b8360(0xcf),'content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'offline-data-not-saved':_0x3b8360(0xd7),'single-unit':{'warning':_0x3b8360(0xdc)},'closeRoom':_0x3b8360(0xdd)},'auth':{'needGotoLoginAlert':_0x3b8360(0xd1)},'formula':{'calculation':{'started':_0x3b8360(0xe7),'waiting':_0x3b8360(0xd3),'unable':'В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.'}}}};}));function _0x43bb(){var _0xad6519=['Синхронизация...','UniverProCollaborationClientUiRuRU','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','function','Локальный\x20файл','34873380FCBame','48AeqdJp','39444ApUlvo','Синхронизация\x20данных\x20сервера...','Начато\x20вычисление\x20формул.','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Конфликты\x20редактирования','2609956gTUqeW','Ошибка\x20аутентификации','296067wmnrZL','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','991084SdANmR','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','8767976sHsFUm','Конфликт\x20совместной\x20работы','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','10340128pjefGz','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','175ioogym','amd','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.'];_0x43bb=function(){return _0xad6519;};return _0x43bb();}
@@ -1 +1 @@
1
- function _0x446e(_0x1185fb,_0x55940e){_0x1185fb=_0x1185fb-0x167;var _0x5784c3=_0x5784();var _0x446e4a=_0x5784c3[_0x1185fb];return _0x446e4a;}(function(_0x1b90cb,_0x85bef4){var _0x215415=_0x446e,_0x3dd27b=_0x1b90cb();while(!![]){try{var _0x5cdaae=-parseInt(_0x215415(0x17f))/0x1+-parseInt(_0x215415(0x17b))/0x2*(parseInt(_0x215415(0x16d))/0x3)+-parseInt(_0x215415(0x16b))/0x4*(-parseInt(_0x215415(0x172))/0x5)+-parseInt(_0x215415(0x17c))/0x6*(parseInt(_0x215415(0x168))/0x7)+parseInt(_0x215415(0x167))/0x8+parseInt(_0x215415(0x171))/0x9+parseInt(_0x215415(0x177))/0xa;if(_0x5cdaae===_0x85bef4)break;else _0x3dd27b['push'](_0x3dd27b['shift']());}catch(_0x94c8ba){_0x3dd27b['push'](_0x3dd27b['shift']());}}}(_0x5784,0x7cc70),function(_0x3c3cf6,_0x5de079){var _0xf51ea8=_0x446e;typeof exports==_0xf51ea8(0x16a)&&typeof module<'u'?module['exports']=_0x5de079():typeof define=='function'&&define['amd']?define([],_0x5de079):(_0x3c3cf6=typeof globalThis<'u'?globalThis:_0x3c3cf6||self,_0x3c3cf6['UniverProCollaborationClientUiSkSK']=_0x5de079());}(this,function(){var _0x522995=_0x446e;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Kliknite\x20na\x20opätovné\x20pripojenie'}},'collabStatus':{'fetchMiss':_0x522995(0x17a),'conflict':_0x522995(0x17d),'notCollab':'Lokálny\x20súbor','synced':'Synchronizované','syncing':'Synchronizuje\x20sa...','offline':_0x522995(0x169)},'snapshotLoading':{'loadingSheet':'Načítava\x20sa\x20hárok','timeout':'Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','refresh':_0x522995(0x16f)},'session':{'connection-failed':'Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','will-retry':'Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','room-full':_0x522995(0x17e),'collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':_0x522995(0x16c),'content':_0x522995(0x175)},'permission':{'title':'Chyba\x20overenia','content':'Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.'},'collaboration':{'offline-data-not-saved':_0x522995(0x173),'single-unit':{'warning':_0x522995(0x179)},'closeRoom':_0x522995(0x174)},'auth':{'needGotoLoginAlert':_0x522995(0x16e)},'formula':{'calculation':{'started':_0x522995(0x170),'waiting':_0x522995(0x176),'unable':_0x522995(0x178)}}}};}));function _0x5784(){var _0x4607ab=['Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','object','420012iLHQel','Konflikt\x20spolupráce','54nfXEhQ','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Obnoviť\x20stránku','Výpočet\x20vzorcov\x20sa\x20spustil.','812718jCdXoQ','25LVxrhT','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','13087090USEaNQ','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','28696Ehtcqq','60szYuVE','Konflikty\x20úprav','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','256218JsYChr','646352UOSmrl','685475MtPvrI'];_0x5784=function(){return _0x4607ab;};return _0x5784();}
1
+ function _0x4ce9(_0x2230b3,_0x4eae73){_0x2230b3=_0x2230b3-0x1e3;var _0x509a45=_0x509a();var _0x4ce98c=_0x509a45[_0x2230b3];return _0x4ce98c;}(function(_0x31f451,_0x291645){var _0xd67a38=_0x4ce9,_0x5c8620=_0x31f451();while(!![]){try{var _0x48a123=parseInt(_0xd67a38(0x1e5))/0x1+parseInt(_0xd67a38(0x1e4))/0x2+parseInt(_0xd67a38(0x1fe))/0x3+-parseInt(_0xd67a38(0x1fc))/0x4+-parseInt(_0xd67a38(0x1ea))/0x5*(parseInt(_0xd67a38(0x1e7))/0x6)+-parseInt(_0xd67a38(0x1ee))/0x7*(-parseInt(_0xd67a38(0x1f0))/0x8)+-parseInt(_0xd67a38(0x1eb))/0x9;if(_0x48a123===_0x291645)break;else _0x5c8620['push'](_0x5c8620['shift']());}catch(_0x36e3e8){_0x5c8620['push'](_0x5c8620['shift']());}}}(_0x509a,0x4c1c3),function(_0x4eb32f,_0x3c5c25){var _0x2c2582=_0x4ce9;typeof exports==_0x2c2582(0x1fa)&&typeof module<'u'?module['exports']=_0x3c5c25():typeof define=='function'&&define[_0x2c2582(0x1f7)]?define([],_0x3c5c25):(_0x4eb32f=typeof globalThis<'u'?globalThis:_0x4eb32f||self,_0x4eb32f[_0x2c2582(0x1f2)]=_0x3c5c25());}(this,function(){var _0x20851b=_0x4ce9;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x20851b(0x1f9)}},'collabStatus':{'fetchMiss':_0x20851b(0x1fb),'conflict':_0x20851b(0x1f6),'notCollab':_0x20851b(0x1f5),'synced':_0x20851b(0x1e6),'syncing':_0x20851b(0x1ef),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'snapshotLoading':{'timeout':_0x20851b(0x1e3),'refresh':_0x20851b(0x1ed)},'session':{'connection-failed':_0x20851b(0x1f1),'will-retry':'Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','room-full':'Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':'Konflikt\x20spolupráce','content':_0x20851b(0x1fd)},'permission':{'title':_0x20851b(0x1e9),'content':_0x20851b(0x1ec)},'collaboration':{'offline-data-not-saved':'Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','single-unit':{'warning':_0x20851b(0x1f4)},'closeRoom':_0x20851b(0x1e8)},'auth':{'needGotoLoginAlert':_0x20851b(0x1f8)},'formula':{'calculation':{'started':'Výpočet\x20vzorcov\x20sa\x20spustil.','waiting':'Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','unable':_0x20851b(0x1f3)}}}};}));function _0x509a(){var _0x5853a0=['145XkuLai','2626209VANHoJ','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','Obnoviť\x20stránku','111489eSFceZ','Synchronizuje\x20sa...','272ParuPi','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','UniverProCollaborationClientUiSkSK','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Lokálny\x20súbor','Konflikty\x20úprav','amd','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Kliknite\x20na\x20opätovné\x20pripojenie','object','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','1365628IfzvEL','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','998304AeJcsW','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','247908uKNERs','80666oOEuMp','Synchronizované','27714fgSaAn','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Chyba\x20overenia'];_0x509a=function(){return _0x5853a0;};return _0x509a();}
@@ -1 +1 @@
1
- function _0x42ef(){var _0xebf485=['73948greVAN','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','Nhấp\x20để\x20kết\x20nối\x20lại','34245IhfOYS','3411342yTgobB','28jEsEqL','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.','5072205cvihsD','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.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','Lỗi\x20xác\x20thực','468628sXTwXC','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.','15963903grKwOe','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.','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','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ộ.','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Xung\x20đột\x20chỉnh\x20sửa','object','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Đang\x20đồng\x20bộ...','Tệp\x20cục\x20bộ','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.','976TEaODZ','4546968rnbmLU'];_0x42ef=function(){return _0xebf485;};return _0x42ef();}function _0x35a4(_0x2ca25d,_0x26534d){_0x2ca25d=_0x2ca25d-0x14e;var _0x42ef68=_0x42ef();var _0x35a4b9=_0x42ef68[_0x2ca25d];return _0x35a4b9;}(function(_0x206f03,_0x2c2c89){var _0x518284=_0x35a4,_0x204b19=_0x206f03();while(!![]){try{var _0x989a01=parseInt(_0x518284(0x159))/0x1*(-parseInt(_0x518284(0x15b))/0x2)+-parseInt(_0x518284(0x15a))/0x3+parseInt(_0x518284(0x161))/0x4+parseInt(_0x518284(0x15d))/0x5+parseInt(_0x518284(0x154))/0x6+parseInt(_0x518284(0x155))/0x7*(-parseInt(_0x518284(0x153))/0x8)+parseInt(_0x518284(0x163))/0x9;if(_0x989a01===_0x2c2c89)break;else _0x204b19['push'](_0x204b19['shift']());}catch(_0xc667e5){_0x204b19['push'](_0x204b19['shift']());}}}(_0x42ef,0xb9051),function(_0xdb2071,_0x128780){var _0x5dd08c=_0x35a4;typeof exports==_0x5dd08c(0x14e)&&typeof module<'u'?module['exports']=_0x128780():typeof define=='function'&&define[_0x5dd08c(0x157)]?define([],_0x128780):(_0xdb2071=typeof globalThis<'u'?globalThis:_0xdb2071||self,_0xdb2071['UniverProCollaborationClientUiViVN']=_0x128780());}(this,function(){var _0x366cf1=_0x35a4;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x366cf1(0x158)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x366cf1(0x169),'notCollab':_0x366cf1(0x151),'synced':'Đã\x20đồng\x20bộ','syncing':_0x366cf1(0x150),'offline':_0x366cf1(0x15f)},'snapshotLoading':{'loadingSheet':'Đang\x20tải\x20trang\x20tính','timeout':_0x366cf1(0x15e),'refresh':'Làm\x20mới\x20trang'},'session':{'connection-failed':_0x366cf1(0x166),'will-retry':_0x366cf1(0x168),'room-full':'Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','collaboration-timeout':_0x366cf1(0x167)},'conflict':{'title':'Xung\x20đột\x20cộng\x20tác','content':_0x366cf1(0x162)},'permission':{'title':_0x366cf1(0x160),'content':_0x366cf1(0x165)},'collaboration':{'offline-data-not-saved':'Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','single-unit':{'warning':_0x366cf1(0x156)},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':_0x366cf1(0x15c)},'formula':{'calculation':{'started':_0x366cf1(0x164),'waiting':_0x366cf1(0x14f),'unable':_0x366cf1(0x152)}}}};}));
1
+ function _0x45d4(){var _0x5be858=['10xYiHWe','18kNuNgx','amd','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Lỗi\x20xác\x20thực','348193sKziUH','Đang\x20đồng\x20bộ...','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Tệp\x20cục\x20bộ','function','4563981pAaZrR','3xHCmtQ','1525118QRGzCm','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','5852455xNkZfP','object','1024484gdyZVB','Xung\x20đột\x20cộng\x20tác','Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.','Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Làm\x20mới\x20trang','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','UniverProCollaborationClientUiViVN','Nhấp\x20để\x20kết\x20nối\x20lại','Đã\x20đồng\x20bộ','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','Xung\x20đột\x20chỉnh\x20sửa','525655jcdIhH','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','exports','8050928ttATYv'];_0x45d4=function(){return _0x5be858;};return _0x45d4();}function _0x1e4a(_0x42a0ad,_0x4bc202){_0x42a0ad=_0x42a0ad-0xd4;var _0x45d4e6=_0x45d4();var _0x1e4af8=_0x45d4e6[_0x42a0ad];return _0x1e4af8;}(function(_0x16786d,_0x2cb1f7){var _0x56c488=_0x1e4a,_0xd59f76=_0x16786d();while(!![]){try{var _0xa59b7c=-parseInt(_0x56c488(0xf3))/0x1+-parseInt(_0x56c488(0xd9))/0x2+parseInt(_0x56c488(0xd8))/0x3*(-parseInt(_0x56c488(0xde))/0x4)+parseInt(_0x56c488(0xea))/0x5*(-parseInt(_0x56c488(0xef))/0x6)+parseInt(_0x56c488(0xdc))/0x7+parseInt(_0x56c488(0xed))/0x8+parseInt(_0x56c488(0xd7))/0x9*(parseInt(_0x56c488(0xee))/0xa);if(_0xa59b7c===_0x2cb1f7)break;else _0xd59f76['push'](_0xd59f76['shift']());}catch(_0x47b6a8){_0xd59f76['push'](_0xd59f76['shift']());}}}(_0x45d4,0xa2e8a),function(_0x588047,_0x29b07e){var _0x1f8745=_0x1e4a;typeof exports==_0x1f8745(0xdd)&&typeof module<'u'?module[_0x1f8745(0xec)]=_0x29b07e():typeof define==_0x1f8745(0xd6)&&define[_0x1f8745(0xf0)]?define([],_0x29b07e):(_0x588047=typeof globalThis<'u'?globalThis:_0x588047||self,_0x588047[_0x1f8745(0xe5)]=_0x29b07e());}(this,function(){var _0x561a9c=_0x1e4a;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x561a9c(0xe6)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x561a9c(0xe9),'notCollab':_0x561a9c(0xd5),'synced':_0x561a9c(0xe7),'syncing':_0x561a9c(0xf4),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'snapshotLoading':{'timeout':_0x561a9c(0xe0),'refresh':_0x561a9c(0xe2)},'session':{'connection-failed':_0x561a9c(0xe3),'will-retry':_0x561a9c(0xf1),'room-full':_0x561a9c(0xe1),'collaboration-timeout':_0x561a9c(0xd4)},'conflict':{'title':_0x561a9c(0xdf),'content':_0x561a9c(0xe8)},'permission':{'title':_0x561a9c(0xf2),'content':'Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.'},'collaboration':{'offline-data-not-saved':'Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','single-unit':{'warning':_0x561a9c(0xda)},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':'Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.'},'formula':{'calculation':{'started':_0x561a9c(0xe4),'waiting':_0x561a9c(0xdb),'unable':_0x561a9c(0xeb)}}}};}));