@univerjs/preset-sheets-collaboration 0.23.0 → 0.25.0

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 (85) hide show
  1. package/lib/cjs/locales/ar-SA.js +1 -0
  2. package/lib/cjs/locales/ca-ES.js +1 -1
  3. package/lib/cjs/locales/de-DE.js +1 -0
  4. package/lib/cjs/locales/en-US.js +1 -1
  5. package/lib/cjs/locales/es-ES.js +1 -1
  6. package/lib/cjs/locales/fa-IR.js +1 -1
  7. package/lib/cjs/locales/fr-FR.js +1 -1
  8. package/lib/cjs/locales/id-ID.js +1 -0
  9. package/lib/cjs/locales/it-IT.js +1 -0
  10. package/lib/cjs/locales/ja-JP.js +1 -1
  11. package/lib/cjs/locales/ko-KR.js +1 -1
  12. package/lib/cjs/locales/pl-PL.js +1 -0
  13. package/lib/cjs/locales/pt-BR.js +1 -0
  14. package/lib/cjs/locales/ru-RU.js +1 -1
  15. package/lib/cjs/locales/sk-SK.js +1 -1
  16. package/lib/cjs/locales/vi-VN.js +1 -1
  17. package/lib/cjs/locales/zh-CN.js +1 -1
  18. package/lib/cjs/locales/zh-HK.js +1 -0
  19. package/lib/cjs/locales/zh-TW.js +1 -1
  20. package/lib/es/locales/ar-SA.js +14 -0
  21. package/lib/es/locales/ca-ES.js +6 -4
  22. package/lib/es/locales/de-DE.js +14 -0
  23. package/lib/es/locales/en-US.js +6 -4
  24. package/lib/es/locales/es-ES.js +6 -4
  25. package/lib/es/locales/fa-IR.js +6 -4
  26. package/lib/es/locales/fr-FR.js +9 -7
  27. package/lib/es/locales/id-ID.js +14 -0
  28. package/lib/es/locales/it-IT.js +14 -0
  29. package/lib/es/locales/ja-JP.js +6 -4
  30. package/lib/es/locales/ko-KR.js +6 -4
  31. package/lib/es/locales/pl-PL.js +14 -0
  32. package/lib/es/locales/pt-BR.js +14 -0
  33. package/lib/es/locales/ru-RU.js +9 -7
  34. package/lib/es/locales/sk-SK.js +6 -4
  35. package/lib/es/locales/vi-VN.js +6 -4
  36. package/lib/es/locales/zh-CN.js +6 -4
  37. package/lib/es/locales/zh-HK.js +14 -0
  38. package/lib/es/locales/zh-TW.js +6 -4
  39. package/lib/locales/ar-SA.js +14 -0
  40. package/lib/locales/ca-ES.js +6 -4
  41. package/lib/locales/de-DE.js +14 -0
  42. package/lib/locales/en-US.js +6 -4
  43. package/lib/locales/es-ES.js +6 -4
  44. package/lib/locales/fa-IR.js +6 -4
  45. package/lib/locales/fr-FR.js +9 -7
  46. package/lib/locales/id-ID.js +14 -0
  47. package/lib/locales/it-IT.js +14 -0
  48. package/lib/locales/ja-JP.js +6 -4
  49. package/lib/locales/ko-KR.js +6 -4
  50. package/lib/locales/pl-PL.js +14 -0
  51. package/lib/locales/pt-BR.js +14 -0
  52. package/lib/locales/ru-RU.js +9 -7
  53. package/lib/locales/sk-SK.js +6 -4
  54. package/lib/locales/vi-VN.js +6 -4
  55. package/lib/locales/zh-CN.js +6 -4
  56. package/lib/locales/zh-HK.js +14 -0
  57. package/lib/locales/zh-TW.js +6 -4
  58. package/lib/types/locales/ar-SA.d.ts +4 -0
  59. package/lib/types/locales/de-DE.d.ts +4 -0
  60. package/lib/types/locales/id-ID.d.ts +4 -0
  61. package/lib/types/locales/it-IT.d.ts +4 -0
  62. package/lib/types/locales/pl-PL.d.ts +4 -0
  63. package/lib/types/locales/pt-BR.d.ts +4 -0
  64. package/lib/types/locales/zh-HK.d.ts +4 -0
  65. package/lib/umd/index.js +7 -7
  66. package/lib/umd/locales/ar-SA.js +14 -0
  67. package/lib/umd/locales/ca-ES.js +7 -4
  68. package/lib/umd/locales/de-DE.js +14 -0
  69. package/lib/umd/locales/en-US.js +7 -4
  70. package/lib/umd/locales/es-ES.js +7 -4
  71. package/lib/umd/locales/fa-IR.js +7 -4
  72. package/lib/umd/locales/fr-FR.js +7 -4
  73. package/lib/umd/locales/id-ID.js +14 -0
  74. package/lib/umd/locales/it-IT.js +14 -0
  75. package/lib/umd/locales/ja-JP.js +7 -4
  76. package/lib/umd/locales/ko-KR.js +7 -4
  77. package/lib/umd/locales/pl-PL.js +14 -0
  78. package/lib/umd/locales/pt-BR.js +14 -0
  79. package/lib/umd/locales/ru-RU.js +7 -4
  80. package/lib/umd/locales/sk-SK.js +7 -4
  81. package/lib/umd/locales/vi-VN.js +7 -4
  82. package/lib/umd/locales/zh-CN.js +7 -4
  83. package/lib/umd/locales/zh-HK.js +14 -0
  84. package/lib/umd/locales/zh-TW.js +7 -4
  85. package/package.json +10 -10
@@ -0,0 +1,14 @@
1
+ // @univerjs-pro/collaboration-client/locale/ar-SA
2
+ (function(_0x330157,_0x54f152){var _0x11cdf7=_0x5c60,_0x5134b8=_0x330157();while(!![]){try{var _0x395029=parseInt(_0x11cdf7(0x114))/0x1+parseInt(_0x11cdf7(0x11a))/0x2+-parseInt(_0x11cdf7(0x112))/0x3*(-parseInt(_0x11cdf7(0x113))/0x4)+parseInt(_0x11cdf7(0x100))/0x5*(-parseInt(_0x11cdf7(0xff))/0x6)+-parseInt(_0x11cdf7(0x111))/0x7*(-parseInt(_0x11cdf7(0x10a))/0x8)+-parseInt(_0x11cdf7(0x102))/0x9+parseInt(_0x11cdf7(0x101))/0xa;if(_0x395029===_0x54f152)break;else _0x5134b8['push'](_0x5134b8['shift']());}catch(_0x474948){_0x5134b8['push'](_0x5134b8['shift']());}}}(_0x3a8d,0x92a21),function(_0x261dbd,_0x2969da){var _0x196fc2=_0x5c60;typeof exports==_0x196fc2(0x106)&&typeof module<'u'?module['exports']=_0x2969da():typeof define=='function'&&define['amd']?define([],_0x2969da):(_0x261dbd=typeof globalThis<'u'?globalThis:_0x261dbd||self,_0x261dbd[_0x196fc2(0x109)]=_0x2969da());}(this,function(){var _0x24df76=_0x5c60;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x24df76(0x103)}},'collabStatus':{'fetchMiss':_0x24df76(0x119),'conflict':_0x24df76(0x108),'notCollab':_0x24df76(0x11c),'synced':_0x24df76(0x104),'syncing':_0x24df76(0x10c),'offline':'غير\x20متصل،\x20سيتم\x20حفظ\x20التحريرات\x20محلياً'},'session':{'connection-failed':_0x24df76(0x118),'will-retry':'فشل\x20الاتصال.\x20سنحاول\x20مرة\x20أخرى\x20بعد\x20قليل.','room-full':_0x24df76(0x116),'join-failed':_0x24df76(0x11b),'room-not-exists':_0x24df76(0x117),'room-permission-denied':_0x24df76(0x105),'room-cnt-exceeds':_0x24df76(0xfe),'collaboration-timeout':_0x24df76(0x10d)},'conflict':{'title':_0x24df76(0x110),'content':_0x24df76(0x10e)},'permission':{'title':'خطأ\x20في\x20المصادقة','content':_0x24df76(0x10f)},'collaboration':{'single-unit':{'warning':_0x24df76(0x115)},'closeRoom':_0x24df76(0x107)},'auth':{'needGotoLoginAlert':_0x24df76(0x10b)}}};}));function _0x5c60(_0xec3314,_0x408f6a){_0xec3314=_0xec3314-0xfe;var _0x3a8d66=_0x3a8d();var _0x5c6030=_0x3a8d66[_0xec3314];return _0x5c6030;}function _0x3a8d(){var _0x486ba4=['تتعارض\x20إجراءاتك\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','تعارض\x20في\x20التعاون','158599uJjswO','2175819MJSHgm','4bBZpzh','239862eSeZfE','لقد\x20فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20هذه\x20العلامة.','وصل\x20المستند\x20إلى\x20حد\x20التعاون\x20الأقصى.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','فشل\x20الانضمام\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','فشل\x20الاتصال.\x20يرجى\x20التحقق\x20من\x20شبكتك.','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','1461484jqvDdB','فشل\x20الانضمام\x20للتعاون.\x20يرجى\x20المحاولة\x20لاحقاً.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','ملف\x20محلي','عدد\x20المستندات\x20التعاونية\x20يتجاوز\x20الحد.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','6ehbdAQ','3891235wuBwIo','848120oQHfAt','5451714kwOoIG','انقر\x20لإعادة\x20الاتصال','تمت\x20المزامنة','لا\x20يوجد\x20إذن\x20للتعاون.\x20سيتم\x20تخزين\x20تحريراتك\x20محلياً.','object','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','تعارضات\x20في\x20التحرير','UniverProCollaborationClientArSA','72HbczMC','انتهت\x20صلاحية\x20تسجيل\x20الدخول،\x20انقر\x20\x22موافق\x22\x20لإعادة\x20تسجيل\x20الدخول،\x20أو\x20انقر\x20\x22إلغاء\x22\x20لحفظ\x20تحريراتك\x20محلياً.','جارٍ\x20المزامنة...','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون.\x20سيتم\x20حفظ\x20تحريراتك\x20محلياً.','يوجد\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تحريراتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'];_0x3a8d=function(){return _0x486ba4;};return _0x3a8d();}
3
+
4
+ // @univerjs-pro/collaboration-client-ui/locale/ar-SA
5
+ function _0x1d2f(_0x5979f2,_0x156a2c){_0x5979f2=_0x5979f2-0x153;var _0x1ff408=_0x1ff4();var _0x1d2fc8=_0x1ff408[_0x5979f2];return _0x1d2fc8;}function _0x1ff4(){var _0x3f0d74=['جارٍ\x20المزامنة...','2446YtgvXw','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','15781800oVUgqi','16dhRzLL','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','تمت\x20المزامنة','5ZPcIwq','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','amd','3stItoJ','تعارض\x20في\x20التعاون','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','exports','تعارضات\x20التحرير','object','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','10669779vzfpxw','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نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','239DmEfEt','10kKpcGy','7871298eOJDpg','4772933GIimrJ','1330036DwdYAq','ملف\x20محلي','868679cUqgRI'];_0x1ff4=function(){return _0x3f0d74;};return _0x1ff4();}(function(_0x1cef55,_0x32e29d){var _0x5660ba=_0x1d2f,_0x2472f5=_0x1cef55();while(!![]){try{var _0x4d9f2a=-parseInt(_0x5660ba(0x15d))/0x1*(parseInt(_0x5660ba(0x165))/0x2)+parseInt(_0x5660ba(0x16e))/0x3*(parseInt(_0x5660ba(0x161))/0x4)+parseInt(_0x5660ba(0x16b))/0x5*(parseInt(_0x5660ba(0x15f))/0x6)+parseInt(_0x5660ba(0x163))/0x7*(-parseInt(_0x5660ba(0x168))/0x8)+-parseInt(_0x5660ba(0x154))/0x9+parseInt(_0x5660ba(0x15e))/0xa*(-parseInt(_0x5660ba(0x160))/0xb)+parseInt(_0x5660ba(0x167))/0xc;if(_0x4d9f2a===_0x32e29d)break;else _0x2472f5['push'](_0x2472f5['shift']());}catch(_0x27ef8b){_0x2472f5['push'](_0x2472f5['shift']());}}}(_0x1ff4,0xc3381),function(_0x4e3132,_0x402dc1){var _0x26ff7f=_0x1d2f;typeof exports==_0x26ff7f(0x173)&&typeof module<'u'?module[_0x26ff7f(0x171)]=_0x402dc1():typeof define=='function'&&define[_0x26ff7f(0x16d)]?define([],_0x402dc1):(_0x4e3132=typeof globalThis<'u'?globalThis:_0x4e3132||self,_0x4e3132[_0x26ff7f(0x155)]=_0x402dc1());}(this,function(){var _0x2041a6=_0x1d2f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x2041a6(0x172),'notCollab':_0x2041a6(0x162),'synced':_0x2041a6(0x16a),'syncing':_0x2041a6(0x164),'offline':'غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا'},'session':{'connection-failed':_0x2041a6(0x166),'will-retry':_0x2041a6(0x16c),'room-full':_0x2041a6(0x15c),'collaboration-timeout':'الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'},'conflict':{'title':_0x2041a6(0x16f),'content':_0x2041a6(0x15a)},'permission':{'title':_0x2041a6(0x157),'content':_0x2041a6(0x156)},'collaboration':{'offline-data-not-saved':'لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','single-unit':{'warning':_0x2041a6(0x170)},'closeRoom':_0x2041a6(0x158)},'auth':{'needGotoLoginAlert':_0x2041a6(0x153)},'formula':{'calculation':{'started':_0x2041a6(0x159),'waiting':_0x2041a6(0x169),'unable':_0x2041a6(0x15b)}}}};}));
6
+
7
+ // @univerjs-pro/edit-history-viewer/locale/ar-SA
8
+ function _0x3fae(_0x4c2e31,_0x3cf1d1){_0x4c2e31=_0x4c2e31-0x139;var _0x559dc3=_0x559d();var _0x3fae2d=_0x559dc3[_0x4c2e31];return _0x3fae2d;}function _0x559d(){var _0x38cb13=['تم\x20تغيير\x20موضع\x20الجدول\x20المحوري','تم\x20تحرير\x20ورقة\x20العمل','تمت\x20إزالة\x20حماية\x20النطاق','تم\x20حذف\x20عمود','تمت\x20إعادة\x20حساب\x20التصفية','تمت\x20إزالة\x20تنسيق\x20الأرقام','تمت\x20إزالة\x20المخطط','تم\x20تسجيل\x20سمة\x20النطاق','تم\x20تحديث\x20مصدر\x20بيانات\x20المخطط','تم\x20تحديث\x20سمة\x20النطاق','تمت\x20إعادة\x20تسمية\x20حقل\x20محوري','تم\x20إخفاء\x20ورقة\x20عمل','exports','تم\x20نسخ\x20ورقة\x20عمل','تم\x20تحديث\x20تكوين\x20المخطط','UniverProEditHistoryViewerArSA','4206funERH','تم\x20تغيير\x20عرض\x20العمود','جارٍ\x20التهيئة،\x20يرجى\x20الانتظار...','تمت\x20إعادة\x20تسمية\x20المصنف','تم\x20إنشاء\x20مصنف','تم\x20إدراج\x20رسم','1110565QjAEBU','تم\x20تحديث\x20بيانات\x20الشكل','تمت\x20إضافة\x20جدول\x20محوري','2628320AVqNfH','إلغاء','تم\x20إخفاء\x20صف','تم\x20نقل\x20صفوف','تمت\x20إضافة\x20حقل\x20محوري','تمت\x20إزالة\x20الجدول','تم\x20تبديل\x20خطوط\x20الشبكة','تمت\x20إعادة\x20ترتيب\x20نطاق','تم\x20تحديث\x20نوع\x20الشكل','تم\x20تغيير\x20التخطيط\x20من\x20اليمين\x20إلى\x20اليسار','تم\x20تحديث\x20حماية\x20النطاق','3652rNORPQ','function','ذكاء\x20اصطناعي','تم\x20إلغاء\x20تسجيل\x20سمة\x20النطاق','تم\x20تطبيق\x20تصفية\x20قيمة\x20الجدول\x20المحوري','تم\x20إخفاء\x20عمود','تمت\x20إضافة\x20الحماية','تمت\x20إزالة\x20الشكل','358318NZhWTe','تمت\x20إزالة\x20التحقق\x20من\x20صحة\x20البيانات','تمت\x20إضافة\x20خط\x20بياني\x20صغير','18vTLfMm','14RrxeOC','خطأ\x20غير\x20معروف،\x20يرجى\x20تحديث\x20الصفحة\x20لعرض\x20نتيجة\x20الاستعادة','تم\x20نقل\x20نطاق','2973352MdKvii','تم\x20تغيير\x20وضع\x20الارتفاع\x20التلقائي\x20للصف','34401763FCHWzj','تم\x20تطبيق\x20تصفية\x20الجدول\x20المحوري','تم\x20تغيير\x20بيانات\x20الصف','المستخدم\x20الحالي','تم\x20تطبيق\x20تصفية','object','تمت\x20إضافة\x20حماية\x20النطاق','تم\x20إدراج\x20ورقة\x20عمل','تم\x20تغيير\x20حالة\x20الطي\x20للجدول\x20المحوري','رجوع','تم\x20تغيير\x20خيار\x20الجدول\x20المحوري','استعادة\x20هذا\x20الإصدار؟','تم\x20تغيير\x20نوع\x20المجموع\x20الفرعي\x20للجدول\x20المحوري','تمت\x20إزالة\x20جدول\x20محوري','فشل\x20في\x20الحصول\x20على\x20قائمة\x20سجل\x20التحرير','سيتم\x20إرجاع\x20هذا\x20المستند\x20إلى\x20الإصدار\x20المحدد','تم\x20تغيير\x20بيانات\x20العمود','amd','استعادة\x20هذا\x20الإصدار','مستخدم\x20غير\x20معروف','تم\x20تطبيق\x20تصفية\x20الجدول','تم\x20تغيير\x20لون\x20خطوط\x20الشبكة','تم\x20تغيير\x20عدد\x20الصفوف','سجل\x20التحرير','1650410snrMLb','مساعد\x20ذكاء\x20اصطناعي','تمت\x20إزالة\x20حقل\x20محوري','تمت\x20إزالة\x20التصفية','تم\x20حذف\x20صف','تم\x20تغيير\x20فرز\x20الجدول\x20المحوري','تمت\x20إزالة\x20الحماية','جارٍ\x20الاستعادة،\x20يرجى\x20الانتظار...','تم\x20تحديث\x20سمة\x20نطاق\x20ورقة\x20العمل','تمت\x20إضافة\x20سمة\x20النطاق','تمت\x20إضافة\x20جدول','تم\x20إظهار\x20صف','تصفية\x20حسب\x20المتعاون','9SBGURu','بشري','لا\x20توجد\x20تغييرات','تم\x20حذف\x20سمة\x20نطاق\x20ورقة\x20العمل','تم\x20تحديث\x20الحماية','تمت\x20إعادة\x20تسمية\x20ورقة\x20عمل','تم\x20تغيير\x20ارتفاع\x20الصف'];_0x559d=function(){return _0x38cb13;};return _0x559d();}(function(_0x41bb02,_0x195aad){var _0x2ecfb2=_0x3fae,_0x2ae83e=_0x41bb02();while(!![]){try{var _0x232926=parseInt(_0x2ecfb2(0x198))/0x1+-parseInt(_0x2ecfb2(0x185))/0x2+parseInt(_0x2ecfb2(0x17c))/0x3*(-parseInt(_0x2ecfb2(0x190))/0x4)+-parseInt(_0x2ecfb2(0x182))/0x5*(-parseInt(_0x2ecfb2(0x13a))/0x6)+-parseInt(_0x2ecfb2(0x13b))/0x7*(parseInt(_0x2ecfb2(0x13e))/0x8)+parseInt(_0x2ecfb2(0x165))/0x9*(parseInt(_0x2ecfb2(0x158))/0xa)+parseInt(_0x2ecfb2(0x140))/0xb;if(_0x232926===_0x195aad)break;else _0x2ae83e['push'](_0x2ae83e['shift']());}catch(_0x34e84c){_0x2ae83e['push'](_0x2ae83e['shift']());}}}(_0x559d,0xef297),function(_0x3c5773,_0x4bfd2c){var _0x58d894=_0x3fae;typeof exports==_0x58d894(0x145)&&typeof module<'u'?module[_0x58d894(0x178)]=_0x4bfd2c():typeof define==_0x58d894(0x191)&&define[_0x58d894(0x151)]?define([],_0x4bfd2c):(_0x3c5773=typeof globalThis<'u'?globalThis:_0x3c5773||self,_0x3c5773[_0x58d894(0x17b)]=_0x4bfd2c());}(this,function(){var _0x1188c1=_0x3fae;return{'edit-history-viewer':{'panel':{'title':_0x1188c1(0x157),'unknownUser':_0x1188c1(0x153),'listFetchError':_0x1188c1(0x14e),'revertConfirm':_0x1188c1(0x14b),'revertConfirmText':_0x1188c1(0x14f),'cancel':_0x1188c1(0x186),'confirm':'تأكيد','reverting':_0x1188c1(0x15f),'revertFailed':_0x1188c1(0x13c),'currentVersion':'الإصدار\x20الحالي','currentUser':_0x1188c1(0x143),'revertDesc':_0x1188c1(0x152),'filterAll':'الكل','filterUser':_0x1188c1(0x166),'filterAi':_0x1188c1(0x192),'aiAssistant':_0x1188c1(0x159),'filterCollaboratorCancel':'إلغاء','filterCollaboratorConfirm':'تأكيد','filterCollaborator':_0x1188c1(0x164)},'info':{'loading':'جارٍ\x20التحميل،\x20يرجى\x20الانتظار...','initializing':_0x1188c1(0x17e)},'header':{'back':_0x1188c1(0x149),'revert':_0x1188c1(0x152)},'action':{'insertSheet':_0x1188c1(0x147),'removeSheet':'تم\x20حذف\x20ورقة\x20عمل','createSheet':_0x1188c1(0x180),'renameSheet':_0x1188c1(0x16a),'reorderSheet':'تمت\x20إعادة\x20ترتيب\x20ورقة\x20عمل','hideSheet':_0x1188c1(0x177),'copySheet':_0x1188c1(0x179),'setTabColor':'تم\x20تغيير\x20لون\x20علامة\x20التبويب','renameWorkbook':_0x1188c1(0x17f),'insertRow':'تم\x20إدراج\x20صف','insertCol':'تم\x20إدراج\x20عمود','removeRow':_0x1188c1(0x15c),'removeCol':_0x1188c1(0x16f),'moveRows':_0x1188c1(0x188),'moveCols':'تم\x20نقل\x20أعمدة','showRow':_0x1188c1(0x163),'hideRow':_0x1188c1(0x187),'showCol':'تم\x20إظهار\x20عمود','hideCol':_0x1188c1(0x195),'setRowHeight':_0x1188c1(0x16b),'setColWidth':_0x1188c1(0x17d),'setRowAutoHeight':'تم\x20تمكين\x20الارتفاع\x20التلقائي\x20للصف','setRowIsAutoHeight':_0x1188c1(0x13f),'setRowData':_0x1188c1(0x142),'setColData':_0x1188c1(0x150),'setRowCount':_0x1188c1(0x156),'setColCount':'تم\x20تغيير\x20عدد\x20الأعمدة','setRangeValues':'تم\x20تحرير\x20خلايا','moveRange':_0x1188c1(0x13d),'reorderRange':_0x1188c1(0x18c),'mergeCells':'تم\x20دمج\x20خلايا','unmergeCells':'تم\x20إلغاء\x20دمج\x20خلايا','setFilter':_0x1188c1(0x144),'setFilterCriteria':'تم\x20تغيير\x20معايير\x20التصفية','removeFilter':_0x1188c1(0x15b),'recalcFilter':_0x1188c1(0x170),'setFrozen':'تم\x20تغيير\x20تجميد\x20الأجزاء','toggleGridlines':_0x1188c1(0x18b),'setGridlinesColor':_0x1188c1(0x155),'setRightToLeft':_0x1188c1(0x18e),'setDefaultStyle':'تم\x20تغيير\x20النمط\x20الافتراضي','editSheet':_0x1188c1(0x16d),'revertSheet':'تمت\x20استعادة\x20المصنف','revertSheetPrefix':'تمت\x20الاستعادة\x20من','revertSheetSuffix':'','setDV':'تم\x20تعيين\x20التحقق\x20من\x20صحة\x20البيانات','removeDV':_0x1188c1(0x199),'setCF':'تم\x20تعيين\x20التنسيق\x20الشرطي','addCF':'تمت\x20إضافة\x20التنسيق\x20الشرطي','deleteCF':'تم\x20حذف\x20التنسيق\x20الشرطي','moveCF':'تم\x20نقل\x20التنسيق\x20الشرطي','addProtection':_0x1188c1(0x196),'setProtection':_0x1188c1(0x169),'deleteProtection':_0x1188c1(0x15e),'addRangeProtection':_0x1188c1(0x146),'setRangeProtection':_0x1188c1(0x18f),'deleteRangeProtection':_0x1188c1(0x16e),'setPermissionPoints':'تم\x20تغيير\x20إعدادات\x20الأذونات','setNumfmt':'تم\x20تعيين\x20تنسيق\x20الأرقام','removeNumfmt':_0x1188c1(0x171),'addRangeTheme':_0x1188c1(0x161),'setRangeTheme':_0x1188c1(0x175),'removeRangeTheme':'تمت\x20إزالة\x20سمة\x20النطاق','setWorksheetRangeTheme':_0x1188c1(0x160),'registerRangeTheme':_0x1188c1(0x173),'unregisterRangeTheme':_0x1188c1(0x193),'deleteWorksheetRangeTheme':_0x1188c1(0x168),'empty':_0x1188c1(0x167),'addSparkline':_0x1188c1(0x139),'setSparkline':'تم\x20تحديث\x20خط\x20بياني\x20صغير','removeSparkline':'تمت\x20إزالة\x20خط\x20بياني\x20صغير','insertChart':'تم\x20إدراج\x20مخطط','removeChart':_0x1188c1(0x172),'updateChartConfig':_0x1188c1(0x17a),'updateChartSource':_0x1188c1(0x174),'addPivotTable':_0x1188c1(0x184),'removePivotTable':_0x1188c1(0x14d),'setPivotOption':_0x1188c1(0x14a),'setPivotPosition':_0x1188c1(0x16c),'updatePivotSource':'تم\x20تحديث\x20مصدر\x20بيانات\x20الجدول\x20المحوري','addPivotField':_0x1188c1(0x189),'removePivotField':_0x1188c1(0x15a),'renamePivotField':_0x1188c1(0x176),'updateFieldPosition':'تم\x20تغيير\x20موضع\x20الحقل\x20المحوري','updateValuePosition':'تم\x20تغيير\x20موضع\x20قيمة\x20الجدول\x20المحوري','updatePivotFieldSource':'تم\x20تحديث\x20مصدر\x20الحقل\x20المحوري','setPivotFieldFormat':'تم\x20تغيير\x20تنسيق\x20الحقل\x20المحوري','setPivotFilter':_0x1188c1(0x141),'setPivotValueFilter':_0x1188c1(0x194),'setPivotSort':_0x1188c1(0x15d),'setPivotCollapse':_0x1188c1(0x148),'setPivotSubtotalType':_0x1188c1(0x14c),'insertShape':'تم\x20إدراج\x20شكل','removeShape':_0x1188c1(0x197),'updateShapeData':_0x1188c1(0x183),'updateShapeType':_0x1188c1(0x18d),'addTable':_0x1188c1(0x162),'updateTable':'تم\x20تحديث\x20الجدول','removeTable':_0x1188c1(0x18a),'setTableFilter':_0x1188c1(0x154),'updateDrawing':'تم\x20تحديث\x20الرسم','insertDrawing':_0x1188c1(0x181),'removeDrawing':'تمت\x20إزالة\x20الرسم','etc':'،\x20إلخ.'}}};}));
9
+
10
+ // @univerjs-pro/edit-history-loader/locale/ar-SA
11
+ function _0x1ce0(_0x5c485f,_0x8e51e0){_0x5c485f=_0x5c485f-0x1ec;var _0x13f37f=_0x13f3();var _0x1ce0dc=_0x13f37f[_0x5c485f];return _0x1ce0dc;}function _0x13f3(){var _0x561e92=['525544ohBtdf','101510nRQTAm','7TAdkgZ','object','15fFAvxY','170540unAyqM','763134LjkUTe','خطأ\x20غير\x20معروف،\x20يرجى\x20تحديث\x20الصفحة\x20لعرض\x20نتيجة\x20الاستعادة','17455lMRlLv','UniverProEditHistoryLoaderArSA','function','فشل\x20في\x20الحصول\x20على\x20قائمة\x20سجل\x20التحرير','سجل\x20التحرير','exports','جارٍ\x20الاستعادة،\x20يرجى\x20الانتظار...','1974303rzSZxx','جارٍ\x20التهيئة،\x20يرجى\x20الانتظار...','93190sPmwkR','amd','20aJEGJN','154AfTBnc'];_0x13f3=function(){return _0x561e92;};return _0x13f3();}(function(_0x24f884,_0x2c29a8){var _0x46601b=_0x1ce0,_0x4de680=_0x24f884();while(!![]){try{var _0x24c966=parseInt(_0x46601b(0x1f5))/0x1*(parseInt(_0x46601b(0x200))/0x2)+parseInt(_0x46601b(0x1f1))/0x3*(-parseInt(_0x46601b(0x1f2))/0x4)+parseInt(_0x46601b(0x1ee))/0x5+parseInt(_0x46601b(0x1f3))/0x6*(-parseInt(_0x46601b(0x1ef))/0x7)+-parseInt(_0x46601b(0x1ed))/0x8+parseInt(_0x46601b(0x1fc))/0x9+-parseInt(_0x46601b(0x1fe))/0xa*(-parseInt(_0x46601b(0x1ec))/0xb);if(_0x24c966===_0x2c29a8)break;else _0x4de680['push'](_0x4de680['shift']());}catch(_0x347820){_0x4de680['push'](_0x4de680['shift']());}}}(_0x13f3,0x21d84),function(_0x4b8920,_0x5a4cd1){var _0x2b1bb4=_0x1ce0;typeof exports==_0x2b1bb4(0x1f0)&&typeof module<'u'?module[_0x2b1bb4(0x1fa)]=_0x5a4cd1():typeof define==_0x2b1bb4(0x1f7)&&define[_0x2b1bb4(0x1ff)]?define([],_0x5a4cd1):(_0x4b8920=typeof globalThis<'u'?globalThis:_0x4b8920||self,_0x4b8920[_0x2b1bb4(0x1f6)]=_0x5a4cd1());}(this,function(){var _0x4edebd=_0x1ce0;return{'edit-history-loader':{'panel':{'title':_0x4edebd(0x1f9),'reverting':_0x4edebd(0x1fb),'revertFailed':_0x4edebd(0x1f4),'listFetchError':_0x4edebd(0x1f8)},'info':{'initializing':_0x4edebd(0x1fd)}}};}));
12
+
13
+ // locale/ar-SA
14
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/collaboration-client/locale/ar-SA"),require("@univerjs-pro/collaboration-client-ui/locale/ar-SA"),require("@univerjs-pro/edit-history-loader/locale/ar-SA"),require("@univerjs-pro/edit-history-viewer/locale/ar-SA")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/collaboration-client/locale/ar-SA","@univerjs-pro/collaboration-client-ui/locale/ar-SA","@univerjs-pro/edit-history-loader/locale/ar-SA","@univerjs-pro/edit-history-viewer/locale/ar-SA"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsCollaborationArSA=r(e.UniverCore,e.UniverProCollaborationClientArSA,e.UniverProCollaborationClientUiArSA,e.UniverProEditHistoryLoaderArSA,e.UniverProEditHistoryViewerArSA))})(this,(function(e,r,i,o,n){"use strict";return e.mergeLocales(r,i,o,n)}));
@@ -1,11 +1,14 @@
1
1
  // @univerjs-pro/collaboration-client/locale/ca-ES
2
- function _0xa577(_0x10e0b6,_0x8050a8){_0x10e0b6=_0x10e0b6-0x155;var _0xaf8898=_0xaf88();var _0xa5774e=_0xaf8898[_0x10e0b6];return _0xa5774e;}(function(_0x205c55,_0x2ccdcd){var _0x4d371f=_0xa577,_0x107d9e=_0x205c55();while(!![]){try{var _0x1fc859=parseInt(_0x4d371f(0x15a))/0x1*(parseInt(_0x4d371f(0x156))/0x2)+-parseInt(_0x4d371f(0x16b))/0x3*(parseInt(_0x4d371f(0x171))/0x4)+parseInt(_0x4d371f(0x164))/0x5+parseInt(_0x4d371f(0x170))/0x6+-parseInt(_0x4d371f(0x168))/0x7+parseInt(_0x4d371f(0x165))/0x8+parseInt(_0x4d371f(0x157))/0x9*(-parseInt(_0x4d371f(0x16f))/0xa);if(_0x1fc859===_0x2ccdcd)break;else _0x107d9e['push'](_0x107d9e['shift']());}catch(_0x69e7d3){_0x107d9e['push'](_0x107d9e['shift']());}}}(_0xaf88,0x6b600),function(_0x1af572,_0x5b987e){var _0x3589f7=_0xa577;typeof exports=='object'&&typeof module<'u'?module[_0x3589f7(0x159)]=_0x5b987e():typeof define==_0x3589f7(0x16c)&&define[_0x3589f7(0x155)]?define([],_0x5b987e):(_0x1af572=typeof globalThis<'u'?globalThis:_0x1af572||self,_0x1af572[_0x3589f7(0x15e)]=_0x5b987e());}(this,function(){var _0x4e8c5b=_0xa577;return{'collab-client':{'tooltip':{'reconnect':_0x4e8c5b(0x15c)}},'collabStatus':{'fetchMiss':_0x4e8c5b(0x15d),'conflict':'Edit\x20conflicts','notCollab':_0x4e8c5b(0x161),'synced':'Synced','syncing':_0x4e8c5b(0x16d),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0x4e8c5b(0x160),'room-full':_0x4e8c5b(0x163),'join-failed':_0x4e8c5b(0x16e),'room-not-exists':_0x4e8c5b(0x167),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x4e8c5b(0x15f),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x4e8c5b(0x15b),'content':_0x4e8c5b(0x158)},'permission':{'title':_0x4e8c5b(0x166),'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':{'single-unit':{'warning':_0x4e8c5b(0x169)},'closeRoom':_0x4e8c5b(0x16a)},'auth':{'needGotoLoginAlert':_0x4e8c5b(0x162)}};}));function _0xaf88(){var _0x23be54=['1931880ZcpbEQ','6836056UzReHM','Authentication\x20Error','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','233282eCBRXc','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','4098YvCBYN','function','Syncing...','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','4296310UJGGjy','4657128OqnuZi','8vxFKuj','amd','1213900LnLrdx','45qyYOuN','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.','exports','1BTqRbS','Collaboration\x20Conflict','Click\x20to\x20Reconnect','Syncing\x20server\x20data...','UniverProCollaborationClientCaES','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Local\x20file','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0xaf88=function(){return _0x23be54;};return _0xaf88();}
2
+ function _0x3579(_0xea678b,_0x220b6d){_0xea678b=_0xea678b-0xcd;var _0x514aba=_0x514a();var _0x35794e=_0x514aba[_0xea678b];return _0x35794e;}(function(_0x1e90ba,_0x56d040){var _0x1223d2=_0x3579,_0x82c7ca=_0x1e90ba();while(!![]){try{var _0x5e4cb1=parseInt(_0x1223d2(0xdf))/0x1*(parseInt(_0x1223d2(0xd6))/0x2)+-parseInt(_0x1223d2(0xde))/0x3+-parseInt(_0x1223d2(0xd8))/0x4+-parseInt(_0x1223d2(0xda))/0x5+parseInt(_0x1223d2(0xe7))/0x6*(parseInt(_0x1223d2(0xe1))/0x7)+-parseInt(_0x1223d2(0xd0))/0x8*(-parseInt(_0x1223d2(0xdb))/0x9)+-parseInt(_0x1223d2(0xe6))/0xa*(-parseInt(_0x1223d2(0xd3))/0xb);if(_0x5e4cb1===_0x56d040)break;else _0x82c7ca['push'](_0x82c7ca['shift']());}catch(_0x4bb5b2){_0x82c7ca['push'](_0x82c7ca['shift']());}}}(_0x514a,0xa8812),function(_0x18ee19,_0x402a3f){var _0x576ab0=_0x3579;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x402a3f():typeof define=='function'&&define['amd']?define([],_0x402a3f):(_0x18ee19=typeof globalThis<'u'?globalThis:_0x18ee19||self,_0x18ee19[_0x576ab0(0xe3)]=_0x402a3f());}(this,function(){var _0x5477a3=_0x3579;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x5477a3(0xd4)}},'collabStatus':{'fetchMiss':_0x5477a3(0xd9),'conflict':_0x5477a3(0xdc),'notCollab':_0x5477a3(0xe5),'synced':_0x5477a3(0xe8),'syncing':_0x5477a3(0xe4),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'session':{'connection-failed':'Error\x20de\x20connexió.\x20Comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x5477a3(0xe2),'room-full':_0x5477a3(0xe0),'join-failed':'No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','room-not-exists':_0x5477a3(0xd7),'room-permission-denied':_0x5477a3(0xcd),'room-cnt-exceeds':_0x5477a3(0xcf),'collaboration-timeout':_0x5477a3(0xd1)},'conflict':{'title':'Conflicte\x20de\x20col·laboració','content':_0x5477a3(0xd5)},'permission':{'title':_0x5477a3(0xce),'content':_0x5477a3(0xdd)},'collaboration':{'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':_0x5477a3(0xd2)}}};}));function _0x514a(){var _0x297918=['Feu\x20clic\x20per\x20reconnectar','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.','2TdpPoI','No\x20s\x27ha\x20pogut\x20unir\x20a\x20la\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','1426848rwDEfq','Sincronitzant\x20dades\x20del\x20servidor...','3877630FTGgQp','438282sdsumQ','Conflictes\x20d\x27edició','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.','278460qvabbl','550357pFtoSB','Aquest\x20document\x20ha\x20arribat\x20al\x20límit\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','9065jVdABo','Error\x20de\x20connexió.\x20Ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','UniverProCollaborationClientCaES','Sincronitzant...','Fitxer\x20local','68650NhxmFG','3828peVKaN','Sincronitzat','No\x20teniu\x20permís\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Error\x20d\x27autenticació','El\x20nombre\x20de\x20documents\x20col·laboratius\x20supera\x20el\x20límit.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','40oGDIcx','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.','473EDRFxC'];_0x514a=function(){return _0x297918;};return _0x514a();}
3
3
 
4
4
  // @univerjs-pro/collaboration-client-ui/locale/ca-ES
5
- function _0x5546(_0x16051a,_0x12a4ae){_0x16051a=_0x16051a-0x1c8;var _0x18cd3c=_0x18cd();var _0x55468f=_0x18cd3c[_0x16051a];return _0x55468f;}(function(_0x4dacd6,_0x47e6ef){var _0x536860=_0x5546,_0x4613aa=_0x4dacd6();while(!![]){try{var _0x1f87a4=parseInt(_0x536860(0x1e1))/0x1*(parseInt(_0x536860(0x1cf))/0x2)+parseInt(_0x536860(0x1e3))/0x3*(-parseInt(_0x536860(0x1d0))/0x4)+parseInt(_0x536860(0x1e4))/0x5+parseInt(_0x536860(0x1d6))/0x6+parseInt(_0x536860(0x1dd))/0x7+parseInt(_0x536860(0x1c8))/0x8*(parseInt(_0x536860(0x1d1))/0x9)+parseInt(_0x536860(0x1de))/0xa*(-parseInt(_0x536860(0x1e7))/0xb);if(_0x1f87a4===_0x47e6ef)break;else _0x4613aa['push'](_0x4613aa['shift']());}catch(_0x1e1bf3){_0x4613aa['push'](_0x4613aa['shift']());}}}(_0x18cd,0x89efd),function(_0x40fb6f,_0x4e8aef){var _0x136154=_0x5546;typeof exports==_0x136154(0x1d9)&&typeof module<'u'?module['exports']=_0x4e8aef():typeof define==_0x136154(0x1d7)&&define[_0x136154(0x1d8)]?define([],_0x4e8aef):(_0x40fb6f=typeof globalThis<'u'?globalThis:_0x40fb6f||self,_0x40fb6f[_0x136154(0x1e8)]=_0x4e8aef());}(this,function(){var _0x4d2b41=_0x5546;return{'collab-client':{'tooltip':{'reconnect':_0x4d2b41(0x1ca)}},'collabStatus':{'fetchMiss':_0x4d2b41(0x1e6),'conflict':'Edit\x20conflicts','notCollab':_0x4d2b41(0x1e2),'synced':_0x4d2b41(0x1d2),'syncing':_0x4d2b41(0x1cd),'offline':_0x4d2b41(0x1e0)},'session':{'connection-failed':_0x4d2b41(0x1cc),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x4d2b41(0x1ce),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x4d2b41(0x1d3),'content':_0x4d2b41(0x1d5)},'permission':{'title':_0x4d2b41(0x1d4),'content':_0x4d2b41(0x1df)},'collaboration':{'offline-data-not-saved':_0x4d2b41(0x1cb),'single-unit':{'warning':_0x4d2b41(0x1c9)},'closeRoom':_0x4d2b41(0x1da)},'auth':{'needGotoLoginAlert':_0x4d2b41(0x1db)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x4d2b41(0x1e5),'unable':_0x4d2b41(0x1dc)}}};}));function _0x18cd(){var _0x251190=['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.','5081448ocWJVg','function','amd','object','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','2353400CjEdCF','2249110FVjgEz','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1umdVZG','Local\x20file','69eSCFqs','2467040DzcWrQ','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Syncing\x20server\x20data...','55hxugEF','UniverProCollaborationClientUiCaES','8VMOrCI','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Click\x20to\x20Reconnect','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Connection\x20failed,\x20please\x20check\x20your\x20network.','Syncing...','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','594562GuNAIw','50296Yvbifv','44541qFICGv','Synced','Collaboration\x20Conflict','Authentication\x20Error'];_0x18cd=function(){return _0x251190;};return _0x18cd();}
5
+ (function(_0x2cbd86,_0x32667e){var _0x1f8075=_0xb144,_0x3f9793=_0x2cbd86();while(!![]){try{var _0x2f62af=parseInt(_0x1f8075(0x1d3))/0x1*(-parseInt(_0x1f8075(0x1d1))/0x2)+parseInt(_0x1f8075(0x1cc))/0x3+parseInt(_0x1f8075(0x1d6))/0x4+parseInt(_0x1f8075(0x1c7))/0x5+parseInt(_0x1f8075(0x1d8))/0x6+-parseInt(_0x1f8075(0x1dd))/0x7+-parseInt(_0x1f8075(0x1db))/0x8;if(_0x2f62af===_0x32667e)break;else _0x3f9793['push'](_0x3f9793['shift']());}catch(_0x3e61b5){_0x3f9793['push'](_0x3f9793['shift']());}}}(_0x494a,0xa4227),function(_0x4952db,_0x28724c){var _0xa52b80=_0xb144;typeof exports==_0xa52b80(0x1ca)&&typeof module<'u'?module[_0xa52b80(0x1ce)]=_0x28724c():typeof define==_0xa52b80(0x1d4)&&define[_0xa52b80(0x1cb)]?define([],_0x28724c):(_0x4952db=typeof globalThis<'u'?globalThis:_0x4952db||self,_0x4952db[_0xa52b80(0x1da)]=_0x28724c());}(this,function(){var _0x198b4a=_0xb144;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x198b4a(0x1d9)}},'collabStatus':{'fetchMiss':'Sincronitzant\x20dades\x20del\x20servidor...','conflict':_0x198b4a(0x1d0),'notCollab':_0x198b4a(0x1cf),'synced':_0x198b4a(0x1c6),'syncing':_0x198b4a(0x1cd),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'session':{'connection-failed':'Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x198b4a(0x1c9),'room-full':'La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','collaboration-timeout':'El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.'},'conflict':{'title':'Conflicte\x20de\x20col·laboració','content':'Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.'},'permission':{'title':_0x198b4a(0x1dc),'content':'Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.'},'collaboration':{'offline-data-not-saved':'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':_0x198b4a(0x1c8)},'formula':{'calculation':{'started':_0x198b4a(0x1d5),'waiting':_0x198b4a(0x1d2),'unable':_0x198b4a(0x1d7)}}}};}));function _0xb144(_0x37a0e2,_0x4c5863){_0x37a0e2=_0x37a0e2-0x1c6;var _0x494a3a=_0x494a();var _0xb144bd=_0x494a3a[_0x37a0e2];return _0xb144bd;}function _0x494a(){var _0x101e7e=['amd','727854EMuZFB','Sincronitzant...','exports','Fitxer\x20local','Conflictes\x20d\x27edició','6TvKysQ','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','67539jFBBFp','function','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','4964900sTdhEA','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','7458264EYpFgr','Feu\x20clic\x20per\x20reconnectar','UniverProCollaborationClientUiCaES','14120592LWagsH','Error\x20d\x27autenticació','5030018kEjJSU','Sincronitzat','3158365SJVcGB','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.','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','object'];_0x494a=function(){return _0x101e7e;};return _0x494a();}
6
6
 
7
7
  // @univerjs-pro/edit-history-viewer/locale/ca-ES
8
- function _0x20e5(_0x2b07ad,_0x489a37){_0x2b07ad=_0x2b07ad-0xe3;var _0x1ba9da=_0x1ba9();var _0x20e5e9=_0x1ba9da[_0x2b07ad];return _0x20e5e9;}function _0x1ba9(){var _0x316307=['Sparkline\x20updated','Worksheet\x20copied','320dJCPPb','1434502saIwpu','Range\x20theme\x20removed','Table\x20updated','Chart\x20configuration\x20updated','Data\x20validation\x20removed','Conditional\x20formatting\x20moved','Worksheet\x20edited','6621396eVEOBL','Reverting,\x20please\x20wait...','7lLeixH','Chart\x20removed','Protection\x20removed','Filter\x20by\x20Filter\x20by\x20Collaborator','Worksheet\x20inserted','UniverProEditHistoryViewerCaES','Column\x20data\x20changed','Restore\x20this\x20version','Confirm','Pivot\x20data\x20source\x20updated','Worksheet\x20renamed','Pivot\x20table\x20added','Pivot\x20field\x20source\x20updated','Cells\x20unmerged','Conditional\x20formatting\x20deleted','Range\x20theme\x20registered','Right-to-left\x20layout\x20changed','Gridlines\x20toggled','Row\x20height\x20changed','482119AMfJRT','Worksheet\x20hidden','Reverted\x20from','Drawing\x20removed','1371608fhQKQq','Current\x20User','Human','88peqzLt','Range\x20protection\x20updated','Protection\x20updated','Table\x20filter\x20applied','Current\x20Version','function','Row\x20data\x20changed','Table\x20removed','Cancel',',\x20etc.','Chart\x20inserted','Row\x20deleted','3ctxaDa','Drawing\x20inserted','Pivot\x20field\x20removed','All','941121ogAJaH','Row\x20auto\x20height\x20enabled','Shape\x20type\x20updated','Range\x20moved','Worksheet\x20deleted','Pivot\x20table\x20removed','object','Range\x20theme\x20updated','Default\x20style\x20changed','Pivot\x20field\x20added','Data\x20validation\x20set','Unknown\x20User','Pivot\x20sort\x20changed','Column\x20deleted','amd','Column\x20width\x20changed','Drawing\x20updated','Range\x20theme\x20unregistered','Pivot\x20field\x20format\x20changed','1325900GXCSZo','Cells\x20edited','AI\x20Assistant','Row\x20auto\x20height\x20mode\x20changed','Unknown\x20error,\x20please\x20refresh\x20the\x20page\x20to\x20view\x20the\x20revert\x20result','exports','Sparkline\x20removed','Workbook\x20renamed','Pivot\x20value\x20filter\x20applied','Column\x20count\x20changed','Chart\x20data\x20source\x20updated','Row\x20hidden','Worksheet\x20range\x20theme\x20deleted','Tab\x20color\x20changed','1147644SdyNtK','Table\x20added','Initializing,\x20please\x20wait...','Range\x20reordered','Filter\x20applied','Range\x20theme\x20added','Row\x20shown','Workbook\x20reverted','Column\x20hidden','15HYCmTz','Protection\x20added','Row\x20inserted','Filter\x20recalculated','Worksheet\x20reordered','Pivot\x20subtotal\x20type\x20changed','Pivot\x20field\x20position\x20changed','Columns\x20moved','Restore\x20this\x20version?','This\x20document\x20will\x20be\x20reverted\x20to\x20the\x20selected\x20version'];_0x1ba9=function(){return _0x316307;};return _0x1ba9();}(function(_0x29513a,_0x2cb930){var _0x12b891=_0x20e5,_0x21b445=_0x29513a();while(!![]){try{var _0x2c1fc3=parseInt(_0x12b891(0x116))/0x1+parseInt(_0x12b891(0xf2))/0x2*(-parseInt(_0x12b891(0x145))/0x3)+-parseInt(_0x12b891(0x136))/0x4*(parseInt(_0x12b891(0x109))/0x5)+-parseInt(_0x12b891(0x100))/0x6*(-parseInt(_0x12b891(0x11f))/0x7)+-parseInt(_0x12b891(0x139))/0x8*(parseInt(_0x12b891(0x149))/0x9)+-parseInt(_0x12b891(0x115))/0xa*(-parseInt(_0x12b891(0x132))/0xb)+parseInt(_0x12b891(0x11d))/0xc;if(_0x2c1fc3===_0x2cb930)break;else _0x21b445['push'](_0x21b445['shift']());}catch(_0x563b26){_0x21b445['push'](_0x21b445['shift']());}}}(_0x1ba9,0xb437c),function(_0x2dc97b,_0x166ec7){var _0x20e216=_0x20e5;typeof exports==_0x20e216(0xe5)&&typeof module<'u'?module[_0x20e216(0xf7)]=_0x166ec7():typeof define==_0x20e216(0x13e)&&define[_0x20e216(0xed)]?define([],_0x166ec7):(_0x2dc97b=typeof globalThis<'u'?globalThis:_0x2dc97b||self,_0x2dc97b[_0x20e216(0x124)]=_0x166ec7());}(this,function(){var _0x2608c3=_0x20e5;return{'editHistory':{'panel':{'title':'Edit\x20History','unknownUser':_0x2608c3(0xea),'listFetchError':'Failed\x20to\x20get\x20edit\x20history\x20list','revertConfirm':_0x2608c3(0x111),'revertConfirmText':_0x2608c3(0x112),'cancel':_0x2608c3(0x141),'confirm':'Confirm','reverting':_0x2608c3(0x11e),'revertFailed':_0x2608c3(0xf6),'currentVersion':_0x2608c3(0x13d),'currentUser':_0x2608c3(0x137),'revertDesc':'Restore\x20this\x20version','filterAll':_0x2608c3(0x148),'filterUser':_0x2608c3(0x138),'filterAi':'AI','aiAssistant':_0x2608c3(0xf4),'filterCollaboratorCancel':_0x2608c3(0x141),'filterCollaboratorConfirm':_0x2608c3(0x127),'filterCollaborator':_0x2608c3(0x122)},'info':{'loading':'Loading,\x20please\x20wait...','initializing':_0x2608c3(0x102)},'header':{'back':'Back','revert':_0x2608c3(0x126)},'action':{'insertSheet':_0x2608c3(0x123),'removeSheet':_0x2608c3(0xe3),'createSheet':'Workbook\x20created','renameSheet':_0x2608c3(0x129),'reorderSheet':_0x2608c3(0x10d),'hideSheet':_0x2608c3(0x133),'copySheet':_0x2608c3(0x114),'setTabColor':_0x2608c3(0xff),'renameWorkbook':_0x2608c3(0xf9),'insertRow':_0x2608c3(0x10b),'insertCol':'Column\x20inserted','removeRow':_0x2608c3(0x144),'removeCol':_0x2608c3(0xec),'moveRows':'Rows\x20moved','moveCols':_0x2608c3(0x110),'showRow':_0x2608c3(0x106),'hideRow':_0x2608c3(0xfd),'showCol':'Column\x20shown','hideCol':_0x2608c3(0x108),'setRowHeight':_0x2608c3(0x131),'setColWidth':_0x2608c3(0xee),'setRowAutoHeight':_0x2608c3(0x14a),'setRowIsAutoHeight':_0x2608c3(0xf5),'setRowData':_0x2608c3(0x13f),'setColData':_0x2608c3(0x125),'setRowCount':'Row\x20count\x20changed','setColCount':_0x2608c3(0xfb),'setRangeValues':_0x2608c3(0xf3),'moveRange':_0x2608c3(0x14c),'reorderRange':_0x2608c3(0x103),'mergeCells':'Cells\x20merged','unmergeCells':_0x2608c3(0x12c),'setFilter':_0x2608c3(0x104),'setFilterCriteria':'Filter\x20criteria\x20changed','removeFilter':'Filter\x20removed','recalcFilter':_0x2608c3(0x10c),'setFrozen':'Freeze\x20panes\x20changed','toggleGridlines':_0x2608c3(0x130),'setGridlinesColor':'Gridlines\x20color\x20changed','setRightToLeft':_0x2608c3(0x12f),'setDefaultStyle':_0x2608c3(0xe7),'editSheet':_0x2608c3(0x11c),'revertSheet':_0x2608c3(0x107),'revertSheetPrefix':_0x2608c3(0x134),'revertSheetSuffix':'','setDV':_0x2608c3(0xe9),'removeDV':_0x2608c3(0x11a),'setCF':'Conditional\x20formatting\x20set','addCF':'Conditional\x20formatting\x20added','deleteCF':_0x2608c3(0x12d),'moveCF':_0x2608c3(0x11b),'addProtection':_0x2608c3(0x10a),'setProtection':_0x2608c3(0x13b),'deleteProtection':_0x2608c3(0x121),'addRangeProtection':'Range\x20protection\x20added','setRangeProtection':_0x2608c3(0x13a),'deleteRangeProtection':'Range\x20protection\x20removed','setPermissionPoints':'Permission\x20settings\x20changed','setNumfmt':'Number\x20format\x20set','removeNumfmt':'Number\x20format\x20removed','addRangeTheme':_0x2608c3(0x105),'setRangeTheme':_0x2608c3(0xe6),'removeRangeTheme':_0x2608c3(0x117),'setWorksheetRangeTheme':'Worksheet\x20range\x20theme\x20updated','registerRangeTheme':_0x2608c3(0x12e),'unregisterRangeTheme':_0x2608c3(0xf0),'deleteWorksheetRangeTheme':_0x2608c3(0xfe),'empty':'No\x20changes','addSparkline':'Sparkline\x20added','setSparkline':_0x2608c3(0x113),'removeSparkline':_0x2608c3(0xf8),'insertChart':_0x2608c3(0x143),'removeChart':_0x2608c3(0x120),'updateChartConfig':_0x2608c3(0x119),'updateChartSource':_0x2608c3(0xfc),'addPivotTable':_0x2608c3(0x12a),'removePivotTable':_0x2608c3(0xe4),'setPivotOption':'Pivot\x20option\x20changed','setPivotPosition':'Pivot\x20position\x20changed','updatePivotSource':_0x2608c3(0x128),'addPivotField':_0x2608c3(0xe8),'removePivotField':_0x2608c3(0x147),'renamePivotField':'Pivot\x20field\x20renamed','updateFieldPosition':_0x2608c3(0x10f),'updateValuePosition':'Pivot\x20value\x20position\x20changed','updatePivotFieldSource':_0x2608c3(0x12b),'setPivotFieldFormat':_0x2608c3(0xf1),'setPivotFilter':'Pivot\x20filter\x20applied','setPivotValueFilter':_0x2608c3(0xfa),'setPivotSort':_0x2608c3(0xeb),'setPivotCollapse':'Pivot\x20collapse\x20state\x20changed','setPivotSubtotalType':_0x2608c3(0x10e),'insertShape':'Shape\x20inserted','removeShape':'Shape\x20removed','updateShapeData':'Shape\x20data\x20updated','updateShapeType':_0x2608c3(0x14b),'addTable':_0x2608c3(0x101),'updateTable':_0x2608c3(0x118),'removeTable':_0x2608c3(0x140),'setTableFilter':_0x2608c3(0x13c),'updateDrawing':_0x2608c3(0xef),'insertDrawing':_0x2608c3(0x146),'removeDrawing':_0x2608c3(0x135),'etc':_0x2608c3(0x142)}}};}));
8
+ function _0x2cdb(){var _0x4c746d=['Fila\x20oculta','Llibre\x20reanomenat','Color\x20de\x20pestanya\x20canviat','Restaurar\x20aquesta\x20versió','Línies\x20de\x20quadrícula\x20alternades','Validació\x20de\x20dades\x20eliminada','Confirmar','Disseny\x20de\x20dreta\x20a\x20esquerra\x20canviat','Filtre\x20de\x20valor\x20de\x20taula\x20dinàmica\x20aplicat','Protecció\x20d\x27interval\x20actualitzada','Minigràfic\x20afegit','Configuració\x20de\x20gràfic\x20actualitzada','UniverProEditHistoryViewerCaES','Cancel·lar','function','Tema\x20d\x27interval\x20de\x20full\x20actualitzat','Font\x20de\x20dades\x20de\x20gràfic\x20actualitzada','Font\x20de\x20dades\x20de\x20taula\x20dinàmica\x20actualitzada','23944936PTFsEb','Tema\x20d\x27interval\x20actualitzat','Files\x20desplaçades','Columna\x20mostrada','Cel·les\x20editades','Filtre\x20eliminat','Taula\x20dinàmica\x20eliminada','Tots','Tema\x20d\x27interval\x20registrat','Dibuix\x20eliminat','Mode\x20d\x27alçada\x20automàtica\x20de\x20fila\x20canviat','Full\x20de\x20càlcul\x20reordenat','No\x20s\x27ha\x20pogut\x20obtenir\x20la\x20llista\x20de\x20l\x27historial','Fila\x20inserida','Columnes\x20desplaçades','Filtre\x20de\x20taula\x20aplicat','Full\x20de\x20càlcul\x20reanomenat','Protecció\x20eliminada','Full\x20de\x20càlcul\x20inserit','Camp\x20de\x20taula\x20dinàmica\x20eliminat','Full\x20de\x20càlcul\x20copiat','Llibre\x20restaurat','Tema\x20d\x27interval\x20desregistrat','Inmovilització\x20de\x20panells\x20canviada','Filtre\x20aplicat','Sense\x20canvis','Camp\x20de\x20taula\x20dinàmica\x20afegit','Dades\x20de\x20fila\x20canviades','Columna\x20inserida','Minigràfic\x20actualitzat','exports','Dibuix\x20actualitzat','Tipus\x20de\x20subtotal\x20de\x20taula\x20dinàmica\x20canviat','Color\x20de\x20línies\x20de\x20quadrícula\x20canviat','Estil\x20per\x20defecte\x20canviat','Criteris\x20de\x20filtre\x20canviats','Dibuix\x20inserit','Columna\x20oculta','Carregant,\x20espereu...','Forma\x20inserida','Validació\x20de\x20dades\x20establerta','9XRMrxs','522947WRYlgD','1607716oduHme','Columna\x20eliminada','Tema\x20d\x27interval\x20eliminat','Dades\x20de\x20columna\x20canviades','Ordenació\x20de\x20taula\x20dinàmica\x20canviada','object','Tema\x20d\x27interval\x20de\x20full\x20eliminat','Estat\x20de\x20col·lapse\x20de\x20taula\x20dinàmica\x20canviat','Assistent\x20d\x27IA','Cel·les\x20fusionades','Format\x20condicional\x20establert','Camp\x20de\x20taula\x20dinàmica\x20reanomenat','Posició\x20de\x20taula\x20dinàmica\x20canviada','Taula\x20dinàmica\x20afegida','Inicialitzant,\x20espereu...','Format\x20de\x20nombre\x20establert','2beshoW','Restaurar\x20aquesta\x20versió?','Taula\x20afegida','Enrere','Usuari\x20actual','Fila\x20eliminada','Format\x20de\x20nombre\x20eliminat','Filtre\x20recalculat',',\x20etc.','Taula\x20eliminada','Aquest\x20document\x20es\x20restaurarà\x20a\x20la\x20versió\x20seleccionada','9238302NDbMbK','Interval\x20desplaçat','Humà','Protecció\x20d\x27interval\x20eliminada','Gràfic\x20inserit','Filtre\x20de\x20taula\x20dinàmica\x20aplicat','amd','Posició\x20de\x20camp\x20de\x20taula\x20dinàmica\x20canviada','4051935OFdkLC','120862fFrmGX','Format\x20condicional\x20eliminat','Format\x20de\x20camp\x20de\x20taula\x20dinàmica\x20canviat','Protecció\x20d\x27interval\x20afegida','2326374ZReRWC'];_0x2cdb=function(){return _0x4c746d;};return _0x2cdb();}function _0x4270(_0x26238a,_0x1aa6a9){_0x26238a=_0x26238a-0x129;var _0x2cdbb4=_0x2cdb();var _0x42706d=_0x2cdbb4[_0x26238a];return _0x42706d;}(function(_0x372f67,_0x3399c2){var _0x45aa5f=_0x4270,_0x1bd629=_0x372f67();while(!![]){try{var _0x24b2f8=parseInt(_0x45aa5f(0x184))/0x1*(parseInt(_0x45aa5f(0x12f))/0x2)+-parseInt(_0x45aa5f(0x147))/0x3+parseInt(_0x45aa5f(0x185))/0x4+-parseInt(_0x45aa5f(0x142))/0x5+-parseInt(_0x45aa5f(0x13a))/0x6+parseInt(_0x45aa5f(0x143))/0x7+parseInt(_0x45aa5f(0x15a))/0x8*(parseInt(_0x45aa5f(0x183))/0x9);if(_0x24b2f8===_0x3399c2)break;else _0x1bd629['push'](_0x1bd629['shift']());}catch(_0x43e0bf){_0x1bd629['push'](_0x1bd629['shift']());}}}(_0x2cdb,0xc5ae1),function(_0x535a21,_0x6d622d){var _0x5eade1=_0x4270;typeof exports==_0x5eade1(0x18a)&&typeof module<'u'?module[_0x5eade1(0x178)]=_0x6d622d():typeof define==_0x5eade1(0x156)&&define[_0x5eade1(0x140)]?define([],_0x6d622d):(_0x535a21=typeof globalThis<'u'?globalThis:_0x535a21||self,_0x535a21[_0x5eade1(0x154)]=_0x6d622d());}(this,function(){var _0x2f72a0=_0x4270;return{'edit-history-viewer':{'panel':{'title':'Historial\x20d\x27edicions','unknownUser':'Usuari\x20desconegut','listFetchError':_0x2f72a0(0x166),'revertConfirm':_0x2f72a0(0x130),'revertConfirmText':_0x2f72a0(0x139),'cancel':'Cancel·lar','confirm':'Confirmar','reverting':'Restaurant,\x20espereu...','revertFailed':'Error\x20desconegut,\x20actualitzeu\x20la\x20pàgina\x20per\x20veure\x20el\x20resultat\x20de\x20la\x20restauració','currentVersion':'Versió\x20actual','currentUser':_0x2f72a0(0x133),'revertDesc':_0x2f72a0(0x14b),'filterAll':_0x2f72a0(0x161),'filterUser':_0x2f72a0(0x13c),'filterAi':'IA','aiAssistant':_0x2f72a0(0x18d),'filterCollaboratorCancel':_0x2f72a0(0x155),'filterCollaboratorConfirm':_0x2f72a0(0x14e),'filterCollaborator':'Filtrar\x20per\x20col·laborador'},'info':{'loading':_0x2f72a0(0x180),'initializing':_0x2f72a0(0x12d)},'header':{'back':_0x2f72a0(0x132),'revert':_0x2f72a0(0x14b)},'action':{'insertSheet':_0x2f72a0(0x16c),'removeSheet':'Full\x20de\x20càlcul\x20eliminat','createSheet':'Llibre\x20creat','renameSheet':_0x2f72a0(0x16a),'reorderSheet':_0x2f72a0(0x165),'hideSheet':'Full\x20de\x20càlcul\x20ocult','copySheet':_0x2f72a0(0x16e),'setTabColor':_0x2f72a0(0x14a),'renameWorkbook':_0x2f72a0(0x149),'insertRow':_0x2f72a0(0x167),'insertCol':_0x2f72a0(0x176),'removeRow':_0x2f72a0(0x134),'removeCol':_0x2f72a0(0x186),'moveRows':_0x2f72a0(0x15c),'moveCols':_0x2f72a0(0x168),'showRow':'Fila\x20mostrada','hideRow':_0x2f72a0(0x148),'showCol':_0x2f72a0(0x15d),'hideCol':_0x2f72a0(0x17f),'setRowHeight':'Alçada\x20de\x20fila\x20canviada','setColWidth':'Amplada\x20de\x20columna\x20canviada','setRowAutoHeight':'Alçada\x20automàtica\x20de\x20fila\x20activada','setRowIsAutoHeight':_0x2f72a0(0x164),'setRowData':_0x2f72a0(0x175),'setColData':_0x2f72a0(0x188),'setRowCount':'Nombre\x20de\x20files\x20canviat','setColCount':'Nombre\x20de\x20columnes\x20canviat','setRangeValues':_0x2f72a0(0x15e),'moveRange':_0x2f72a0(0x13b),'reorderRange':'Interval\x20reordenat','mergeCells':_0x2f72a0(0x18e),'unmergeCells':'Fusió\x20de\x20cel·les\x20cancel·lada','setFilter':_0x2f72a0(0x172),'setFilterCriteria':_0x2f72a0(0x17d),'removeFilter':_0x2f72a0(0x15f),'recalcFilter':_0x2f72a0(0x136),'setFrozen':_0x2f72a0(0x171),'toggleGridlines':_0x2f72a0(0x14c),'setGridlinesColor':_0x2f72a0(0x17b),'setRightToLeft':_0x2f72a0(0x14f),'setDefaultStyle':_0x2f72a0(0x17c),'editSheet':'Full\x20de\x20càlcul\x20editat','revertSheet':_0x2f72a0(0x16f),'revertSheetPrefix':'Restaurat\x20des\x20de','revertSheetSuffix':'','setDV':_0x2f72a0(0x182),'removeDV':_0x2f72a0(0x14d),'setCF':_0x2f72a0(0x129),'addCF':'Format\x20condicional\x20afegit','deleteCF':_0x2f72a0(0x144),'moveCF':'Format\x20condicional\x20desplaçat','addProtection':'Protecció\x20afegida','setProtection':'Protecció\x20actualitzada','deleteProtection':_0x2f72a0(0x16b),'addRangeProtection':_0x2f72a0(0x146),'setRangeProtection':_0x2f72a0(0x151),'deleteRangeProtection':_0x2f72a0(0x13d),'setPermissionPoints':'Configuració\x20de\x20permisos\x20canviada','setNumfmt':_0x2f72a0(0x12e),'removeNumfmt':_0x2f72a0(0x135),'addRangeTheme':'Tema\x20d\x27interval\x20afegit','setRangeTheme':_0x2f72a0(0x15b),'removeRangeTheme':_0x2f72a0(0x187),'setWorksheetRangeTheme':_0x2f72a0(0x157),'registerRangeTheme':_0x2f72a0(0x162),'unregisterRangeTheme':_0x2f72a0(0x170),'deleteWorksheetRangeTheme':_0x2f72a0(0x18b),'empty':_0x2f72a0(0x173),'addSparkline':_0x2f72a0(0x152),'setSparkline':_0x2f72a0(0x177),'removeSparkline':'Minigràfic\x20eliminat','insertChart':_0x2f72a0(0x13e),'removeChart':'Gràfic\x20eliminat','updateChartConfig':_0x2f72a0(0x153),'updateChartSource':_0x2f72a0(0x158),'addPivotTable':_0x2f72a0(0x12c),'removePivotTable':_0x2f72a0(0x160),'setPivotOption':'Opció\x20de\x20taula\x20dinàmica\x20canviada','setPivotPosition':_0x2f72a0(0x12b),'updatePivotSource':_0x2f72a0(0x159),'addPivotField':_0x2f72a0(0x174),'removePivotField':_0x2f72a0(0x16d),'renamePivotField':_0x2f72a0(0x12a),'updateFieldPosition':_0x2f72a0(0x141),'updateValuePosition':'Posició\x20de\x20valor\x20de\x20taula\x20dinàmica\x20canviada','updatePivotFieldSource':'Font\x20de\x20camp\x20de\x20taula\x20dinàmica\x20actualitzada','setPivotFieldFormat':_0x2f72a0(0x145),'setPivotFilter':_0x2f72a0(0x13f),'setPivotValueFilter':_0x2f72a0(0x150),'setPivotSort':_0x2f72a0(0x189),'setPivotCollapse':_0x2f72a0(0x18c),'setPivotSubtotalType':_0x2f72a0(0x17a),'insertShape':_0x2f72a0(0x181),'removeShape':'Forma\x20eliminada','updateShapeData':'Dades\x20de\x20forma\x20actualitzades','updateShapeType':'Tipus\x20de\x20forma\x20actualitzat','addTable':_0x2f72a0(0x131),'updateTable':'Taula\x20actualitzada','removeTable':_0x2f72a0(0x138),'setTableFilter':_0x2f72a0(0x169),'updateDrawing':_0x2f72a0(0x179),'insertDrawing':_0x2f72a0(0x17e),'removeDrawing':_0x2f72a0(0x163),'etc':_0x2f72a0(0x137)}}};}));
9
+
10
+ // @univerjs-pro/edit-history-loader/locale/ca-ES
11
+ (function(_0xd4b4dd,_0x1c5ecd){var _0x4f048=_0x4529,_0x3bae78=_0xd4b4dd();while(!![]){try{var _0x5192b3=-parseInt(_0x4f048(0x1ee))/0x1*(parseInt(_0x4f048(0x1ec))/0x2)+-parseInt(_0x4f048(0x1e7))/0x3+parseInt(_0x4f048(0x1ef))/0x4+-parseInt(_0x4f048(0x1eb))/0x5+-parseInt(_0x4f048(0x1f2))/0x6*(-parseInt(_0x4f048(0x1f0))/0x7)+parseInt(_0x4f048(0x1e9))/0x8*(-parseInt(_0x4f048(0x1e8))/0x9)+-parseInt(_0x4f048(0x1e5))/0xa;if(_0x5192b3===_0x1c5ecd)break;else _0x3bae78['push'](_0x3bae78['shift']());}catch(_0xfd1c08){_0x3bae78['push'](_0x3bae78['shift']());}}}(_0x1ea6,0x3b907),function(_0x405cf3,_0x556f2b){var _0x36f55c=_0x4529;typeof exports==_0x36f55c(0x1f3)&&typeof module<'u'?module['exports']=_0x556f2b():typeof define==_0x36f55c(0x1f4)&&define[_0x36f55c(0x1ea)]?define([],_0x556f2b):(_0x405cf3=typeof globalThis<'u'?globalThis:_0x405cf3||self,_0x405cf3[_0x36f55c(0x1e6)]=_0x556f2b());}(this,function(){var _0x466e73=_0x4529;return{'edit-history-loader':{'panel':{'title':'Historial\x20d\x27edicions','reverting':_0x466e73(0x1f1),'revertFailed':'Error\x20desconegut,\x20actualitzeu\x20la\x20pàgina\x20per\x20veure\x20el\x20resultat\x20de\x20la\x20restauració','listFetchError':'No\x20s\x27ha\x20pogut\x20obtenir\x20la\x20llista\x20de\x20l\x27historial'},'info':{'initializing':_0x466e73(0x1ed)}}};}));function _0x4529(_0xcc70cc,_0x51581c){_0xcc70cc=_0xcc70cc-0x1e5;var _0x1ea6bd=_0x1ea6();var _0x4529d6=_0x1ea6bd[_0xcc70cc];return _0x4529d6;}function _0x1ea6(){var _0x23beca=['632BCcSto','Inicialitzant,\x20espereu...','191bHhkJC','762268EijpWT','3219013hkbxxZ','Restaurant,\x20espereu...','6BQVbzu','object','function','2049190TjsQex','UniverProEditHistoryLoaderCaES','140733DJTLax','51309wPfQnk','16ZjLiKK','amd','414315MPCaNx'];_0x1ea6=function(){return _0x23beca;};return _0x1ea6();}
9
12
 
10
13
  // locale/ca-ES
11
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs-pro/collaboration-client/locale/ca-ES"),require("@univerjs-pro/collaboration-client-ui/locale/ca-ES"),require("@univerjs-pro/edit-history-viewer/locale/ca-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/collaboration-client/locale/ca-ES","@univerjs-pro/collaboration-client-ui/locale/ca-ES","@univerjs-pro/edit-history-viewer/locale/ca-ES"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsCollaborationCaES=i(e.UniverCore,e.UniverProCollaborationClientCaES,e.UniverProCollaborationClientUiCaES,e.UniverProEditHistoryViewerCaES))})(this,(function(e,i,r,o){"use strict";return e.mergeLocales(i,r,o)}));
14
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/collaboration-client/locale/ca-ES"),require("@univerjs-pro/collaboration-client-ui/locale/ca-ES"),require("@univerjs-pro/edit-history-loader/locale/ca-ES"),require("@univerjs-pro/edit-history-viewer/locale/ca-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/collaboration-client/locale/ca-ES","@univerjs-pro/collaboration-client-ui/locale/ca-ES","@univerjs-pro/edit-history-loader/locale/ca-ES","@univerjs-pro/edit-history-viewer/locale/ca-ES"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsCollaborationCaES=r(e.UniverCore,e.UniverProCollaborationClientCaES,e.UniverProCollaborationClientUiCaES,e.UniverProEditHistoryLoaderCaES,e.UniverProEditHistoryViewerCaES))})(this,(function(e,r,i,o,n){"use strict";return e.mergeLocales(r,i,o,n)}));
@@ -0,0 +1,14 @@
1
+ // @univerjs-pro/collaboration-client/locale/de-DE
2
+ function _0xcd41(){var _0x22d4ad=['378cUlkwW','13534216RBmTXQ','object','365543RphHez','Zusammenarbeitskonflikt','Klicken,\x20um\x20wieder\x20zu\x20verbinden','Verbindung\x20fehlgeschlagen.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Authentifizierungsfehler','9216214TWsuqN','amd','Bearbeitungsrechte\x20wurden\x20entzogen,\x20weil\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Die\x20Anzahl\x20der\x20Zusammenarbeitsdokumente\x20überschreitet\x20das\x20Limit.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Im\x20Falle\x20von\x20Datenverlust\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderswo,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.','Keine\x20Zusammenarbeitsberechtigung.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Bearbeitungskonflikte','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.','3092qqZmzj','Verbindung\x20fehlgeschlagen.\x20Wir\x20werden\x20es\x20in\x20Kürze\x20erneut\x20versuchen.','function','954UxhGZw','Das\x20Dokument\x20hat\x20die\x20Zusammenarbeitsgrenze\x20erreicht.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','Serverdaten\x20werden\x20synchronisiert...','5365ZFPjpf','179830ETXEto','Lokale\x20Datei','5010cnrPpo','UniverProCollaborationClientDeDE','Der\x20Server\x20reagiert\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','2550360jGxLON'];_0xcd41=function(){return _0x22d4ad;};return _0xcd41();}function _0x39d0(_0x7adcd6,_0x5010b7){_0x7adcd6=_0x7adcd6-0x152;var _0xcd4183=_0xcd41();var _0x39d095=_0xcd4183[_0x7adcd6];return _0x39d095;}(function(_0x2dfd70,_0x120ecd){var _0x4f0aa8=_0x39d0,_0x52fbcd=_0x2dfd70();while(!![]){try{var _0x43aba9=parseInt(_0x4f0aa8(0x155))/0x1+parseInt(_0x4f0aa8(0x16c))/0x2*(parseInt(_0x4f0aa8(0x152))/0x3)+parseInt(_0x4f0aa8(0x163))/0x4*(-parseInt(_0x4f0aa8(0x169))/0x5)+-parseInt(_0x4f0aa8(0x16f))/0x6+parseInt(_0x4f0aa8(0x15a))/0x7+-parseInt(_0x4f0aa8(0x153))/0x8+parseInt(_0x4f0aa8(0x166))/0x9*(parseInt(_0x4f0aa8(0x16a))/0xa);if(_0x43aba9===_0x120ecd)break;else _0x52fbcd['push'](_0x52fbcd['shift']());}catch(_0x316948){_0x52fbcd['push'](_0x52fbcd['shift']());}}}(_0xcd41,0xe9d0b),function(_0x206ae1,_0x3feab3){var _0x3cd62c=_0x39d0;typeof exports==_0x3cd62c(0x154)&&typeof module<'u'?module['exports']=_0x3feab3():typeof define==_0x3cd62c(0x165)&&define[_0x3cd62c(0x15b)]?define([],_0x3feab3):(_0x206ae1=typeof globalThis<'u'?globalThis:_0x206ae1||self,_0x206ae1[_0x3cd62c(0x16d)]=_0x3feab3());}(this,function(){var _0x340e16=_0x39d0;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x340e16(0x157)}},'collabStatus':{'fetchMiss':_0x340e16(0x168),'conflict':_0x340e16(0x161),'notCollab':_0x340e16(0x16b),'synced':'Synchronisiert','syncing':'Synchronisierung\x20läuft...','offline':'Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert'},'session':{'connection-failed':_0x340e16(0x158),'will-retry':_0x340e16(0x164),'room-full':_0x340e16(0x167),'join-failed':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-not-exists':'Beitritt\x20zur\x20Zusammenarbeit\x20fehlgeschlagen.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20zwischengespeichert.','room-permission-denied':_0x340e16(0x160),'room-cnt-exceeds':_0x340e16(0x15d),'collaboration-timeout':_0x340e16(0x16e)},'conflict':{'title':_0x340e16(0x156),'content':_0x340e16(0x162)},'permission':{'title':_0x340e16(0x159),'content':_0x340e16(0x15f)},'collaboration':{'single-unit':{'warning':_0x340e16(0x15e)},'closeRoom':_0x340e16(0x15c)},'auth':{'needGotoLoginAlert':'Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.'}}};}));
3
+
4
+ // @univerjs-pro/collaboration-client-ui/locale/de-DE
5
+ function _0x3083(_0x30991f,_0x298829){_0x30991f=_0x30991f-0x159;var _0x3dee11=_0x3dee();var _0x30831a=_0x3dee11[_0x30991f];return _0x30831a;}function _0x3dee(){var _0x427621=['UniverProCollaborationClientUiDeDE','Synchronisierung...','806520yYeXjt','2206792IchSId','1799190xqssnK','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','Lokale\x20Datei','1663108tTReOv','Formelberechnung\x20gestartet.','Serverdaten\x20werden\x20synchronisiert...','amd','Authentifizierungsfehler','Bearbeitungskonflikte','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','6dFQOLo','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.','5086072rFQBNB','890405FwKlIS','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','function','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','object','1627816ECHIBU','exports','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','Synchronisiert'];_0x3dee=function(){return _0x427621;};return _0x3dee();}(function(_0x499771,_0x6f0cf3){var _0x176176=_0x3083,_0x2a98db=_0x499771();while(!![]){try{var _0x2dcfc2=parseInt(_0x176176(0x161))/0x1+-parseInt(_0x176176(0x166))/0x2+-parseInt(_0x176176(0x16d))/0x3*(parseInt(_0x176176(0x15b))/0x4)+parseInt(_0x176176(0x170))/0x5+parseInt(_0x176176(0x163))/0x6+parseInt(_0x176176(0x162))/0x7+parseInt(_0x176176(0x16f))/0x8;if(_0x2dcfc2===_0x6f0cf3)break;else _0x2a98db['push'](_0x2a98db['shift']());}catch(_0x56d22f){_0x2a98db['push'](_0x2a98db['shift']());}}}(_0x3dee,0x900c3),function(_0x5908b8,_0x4ee021){var _0x4d967e=_0x3083;typeof exports==_0x4d967e(0x15a)&&typeof module<'u'?module[_0x4d967e(0x15c)]=_0x4ee021():typeof define==_0x4d967e(0x173)&&define[_0x4d967e(0x169)]?define([],_0x4ee021):(_0x5908b8=typeof globalThis<'u'?globalThis:_0x5908b8||self,_0x5908b8[_0x4d967e(0x15f)]=_0x4ee021());}(this,function(){var _0x2860d8=_0x3083;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Klicken,\x20um\x20wieder\x20zu\x20verbinden'}},'collabStatus':{'fetchMiss':_0x2860d8(0x168),'conflict':_0x2860d8(0x16b),'notCollab':_0x2860d8(0x165),'synced':_0x2860d8(0x15e),'syncing':_0x2860d8(0x160),'offline':_0x2860d8(0x15d)},'session':{'connection-failed':'Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','will-retry':_0x2860d8(0x172),'room-full':'Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','collaboration-timeout':_0x2860d8(0x16c)},'conflict':{'title':'Zusammenarbeitskonflikt','content':_0x2860d8(0x16e)},'permission':{'title':_0x2860d8(0x16a),'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':'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':_0x2860d8(0x171)},'closeRoom':_0x2860d8(0x164)},'auth':{'needGotoLoginAlert':'Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.'},'formula':{'calculation':{'started':_0x2860d8(0x167),'waiting':_0x2860d8(0x159),'unable':'Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.'}}}};}));
6
+
7
+ // @univerjs-pro/edit-history-viewer/locale/de-DE
8
+ function _0x325c(){var _0x1bf7d0=['Fensterfixierung\x20geändert','Bearbeitungsverlauf','Abbrechen','Spaltenanzahl\x20geändert','Arbeitsmappe\x20erstellt','Datenüberprüfung\x20festgelegt','Bedingte\x20Formatierung\x20verschoben','Bereichsschutz\x20hinzugefügt','Tabelle\x20entfernt','object','Zeilen\x20verschoben','Aktuelle\x20Version','Gitternetzlinien-Farbe\x20geändert','Diagramm\x20eingefügt','7437392LLxALy','22426540fnDmhi','Formtyp\x20aktualisiert','Tabellenfilter\x20angewendet','Zellen\x20bearbeitet','Bereichsschutz\x20aktualisiert','Bereichsthema\x20registriert','Tabelle\x20hinzugefügt','Pivot-Wertfilter\x20angewendet','function','Pivot-Zwischensummetyp\x20geändert','Pivot-Tabelle\x20entfernt','Zurück','Diese\x20Version\x20wiederherstellen?','Pivot-Feldposition\x20geändert','Pivot-Feld\x20entfernt','Zeile\x20eingefügt','Fehler\x20beim\x20Abrufen\x20der\x20Bearbeitungshistorie','Arbeitsblatt\x20eingefügt','Zeichnung\x20entfernt','UniverProEditHistoryViewerDeDE','Pivot-Filter\x20angewendet','Bereichsthema\x20abgemeldet','383094aZQqsM','Bereichsthema\x20entfernt','Bereichsthema\x20aktualisiert','775833nUBWHv','2415756XqqrFo','Sparkline\x20aktualisiert','Pivot-Feld\x20umbenannt','Tab-Farbe\x20geändert','Gitternetzlinien\x20umgeschaltet','Aktueller\x20Benutzer','Pivot-Sortierung\x20geändert','Pivot-Feld\x20hinzugefügt','Filter\x20angewendet','Zahlenformat\x20entfernt','Spaltendaten\x20geändert','Zeichnung\x20aktualisiert','Arbeitsblatt\x20ausgeblendet','Pivot-Datenquelle\x20aktualisiert','Standardstil\x20geändert','Schutz\x20entfernt','Zeilenanzahl\x20geändert','Automatische\x20Zeilenhöhe\x20aktiviert','Arbeitsmappe\x20umbenannt','Pivot-Tabelle\x20hinzugefügt','5PHgoOJ','Filterkriterien\x20geändert','amd','Zeile\x20ausgeblendet','exports','Pivot-Wertposition\x20geändert','Diese\x20Version\x20wiederherstellen','5067176KQIXuz','Initialisierung\x20läuft,\x20bitte\x20warten...','Arbeitsblatt\x20kopiert','Filter\x20neu\x20berechnet','Arbeitsblatt\x20bearbeitet','Datenüberprüfung\x20entfernt','Zeichnung\x20eingefügt','Spaltenbreite\x20geändert','Pivot-Feldformat\x20geändert','Form\x20eingefügt','Zurückgesetzt\x20von','Arbeitsblatt-Bereichsthema\x20gelöscht','Bereichsschutz\x20entfernt','Spalte\x20ausgeblendet','Pivot-Feldquelle\x20aktualisiert','Bestätigen','Form\x20entfernt','Rechts-nach-links-Layout\x20geändert','Pivot-Option\x20geändert','Zellverbindung\x20aufgehoben','Nach\x20Mitarbeiter\x20filtern','Bereich\x20neu\x20angeordnet','Tabelle\x20aktualisiert','Bedingte\x20Formatierung\x20gelöscht','Diagramm\x20entfernt','Zahlenformat\x20festgelegt','Dieses\x20Dokument\x20wird\x20auf\x20die\x20ausgewählte\x20Version\x20zurückgesetzt','Schutz\x20aktualisiert','Arbeitsblatt\x20gelöscht','Berechtigungseinstellungen\x20geändert','Zeile\x20gelöscht','Spalte\x20eingeblendet','6450705wLPHsK','7QwQjsL','Pivot-Position\x20geändert','Sparkline\x20hinzugefügt','Arbeitsblatt-Bereichsthema\x20aktualisiert','18ihvIYV'];_0x325c=function(){return _0x1bf7d0;};return _0x325c();}function _0x43ec(_0x1025fc,_0x37a580){_0x1025fc=_0x1025fc-0xfd;var _0x325c89=_0x325c();var _0x43ec63=_0x325c89[_0x1025fc];return _0x43ec63;}(function(_0x335261,_0x417480){var _0x5ba38a=_0x43ec,_0x3cf1b3=_0x335261();while(!![]){try{var _0x20f748=parseInt(_0x5ba38a(0x150))/0x1+parseInt(_0x5ba38a(0x127))/0x2*(-parseInt(_0x5ba38a(0x14d))/0x3)+parseInt(_0x5ba38a(0x102))/0x4*(parseInt(_0x5ba38a(0x165))/0x5)+-parseInt(_0x5ba38a(0x151))/0x6*(-parseInt(_0x5ba38a(0x123))/0x7)+parseInt(_0x5ba38a(0x136))/0x8+parseInt(_0x5ba38a(0x122))/0x9+-parseInt(_0x5ba38a(0x137))/0xa;if(_0x20f748===_0x417480)break;else _0x3cf1b3['push'](_0x3cf1b3['shift']());}catch(_0x5e87c7){_0x3cf1b3['push'](_0x3cf1b3['shift']());}}}(_0x325c,0xaad58),function(_0x1d061e,_0x467d1d){var _0x14652b=_0x43ec;typeof exports==_0x14652b(0x131)&&typeof module<'u'?module[_0x14652b(0xff)]=_0x467d1d():typeof define==_0x14652b(0x13f)&&define[_0x14652b(0xfd)]?define([],_0x467d1d):(_0x1d061e=typeof globalThis<'u'?globalThis:_0x1d061e||self,_0x1d061e[_0x14652b(0x14a)]=_0x467d1d());}(this,function(){var _0x36333a=_0x43ec;return{'edit-history-viewer':{'panel':{'title':_0x36333a(0x129),'unknownUser':'Unbekannter\x20Benutzer','listFetchError':_0x36333a(0x147),'revertConfirm':_0x36333a(0x143),'revertConfirmText':_0x36333a(0x11c),'cancel':_0x36333a(0x12a),'confirm':_0x36333a(0x111),'reverting':'Wiederherstellung\x20läuft,\x20bitte\x20warten...','revertFailed':'Unbekannter\x20Fehler,\x20bitte\x20aktualisieren\x20Sie\x20die\x20Seite,\x20um\x20das\x20Ergebnis\x20der\x20Wiederherstellung\x20anzuzeigen','currentVersion':_0x36333a(0x133),'currentUser':_0x36333a(0x156),'revertDesc':_0x36333a(0x101),'filterAll':'Alle','filterUser':'Benutzer','filterAi':'KI','aiAssistant':'KI-Assistent','filterCollaboratorCancel':'Abbrechen','filterCollaboratorConfirm':_0x36333a(0x111),'filterCollaborator':_0x36333a(0x116)},'info':{'loading':'Wird\x20geladen,\x20bitte\x20warten...','initializing':_0x36333a(0x103)},'header':{'back':_0x36333a(0x142),'revert':_0x36333a(0x101)},'action':{'insertSheet':_0x36333a(0x148),'removeSheet':_0x36333a(0x11e),'createSheet':_0x36333a(0x12c),'renameSheet':'Arbeitsblatt\x20umbenannt','reorderSheet':'Arbeitsblatt\x20neu\x20angeordnet','hideSheet':_0x36333a(0x15d),'copySheet':_0x36333a(0x104),'setTabColor':_0x36333a(0x154),'renameWorkbook':_0x36333a(0x163),'insertRow':_0x36333a(0x146),'insertCol':'Spalte\x20eingefügt','removeRow':_0x36333a(0x120),'removeCol':'Spalte\x20gelöscht','moveRows':_0x36333a(0x132),'moveCols':'Spalten\x20verschoben','showRow':'Zeile\x20eingeblendet','hideRow':_0x36333a(0xfe),'showCol':_0x36333a(0x121),'hideCol':_0x36333a(0x10f),'setRowHeight':'Zeilenhöhe\x20geändert','setColWidth':_0x36333a(0x109),'setRowAutoHeight':_0x36333a(0x162),'setRowIsAutoHeight':'Automatischer\x20Zeilenhöhenmodus\x20geändert','setRowData':'Zeilendaten\x20geändert','setColData':_0x36333a(0x15b),'setRowCount':_0x36333a(0x161),'setColCount':_0x36333a(0x12b),'setRangeValues':_0x36333a(0x13a),'moveRange':'Bereich\x20verschoben','reorderRange':_0x36333a(0x117),'mergeCells':'Zellen\x20verbunden','unmergeCells':_0x36333a(0x115),'setFilter':_0x36333a(0x159),'setFilterCriteria':_0x36333a(0x166),'removeFilter':'Filter\x20entfernt','recalcFilter':_0x36333a(0x105),'setFrozen':_0x36333a(0x128),'toggleGridlines':_0x36333a(0x155),'setGridlinesColor':_0x36333a(0x134),'setRightToLeft':_0x36333a(0x113),'setDefaultStyle':_0x36333a(0x15f),'editSheet':_0x36333a(0x106),'revertSheet':'Arbeitsmappe\x20zurückgesetzt','revertSheetPrefix':_0x36333a(0x10c),'revertSheetSuffix':'','setDV':_0x36333a(0x12d),'removeDV':_0x36333a(0x107),'setCF':'Bedingte\x20Formatierung\x20festgelegt','addCF':'Bedingte\x20Formatierung\x20hinzugefügt','deleteCF':_0x36333a(0x119),'moveCF':_0x36333a(0x12e),'addProtection':'Schutz\x20hinzugefügt','setProtection':_0x36333a(0x11d),'deleteProtection':_0x36333a(0x160),'addRangeProtection':_0x36333a(0x12f),'setRangeProtection':_0x36333a(0x13b),'deleteRangeProtection':_0x36333a(0x10e),'setPermissionPoints':_0x36333a(0x11f),'setNumfmt':_0x36333a(0x11b),'removeNumfmt':_0x36333a(0x15a),'addRangeTheme':'Bereichsthema\x20hinzugefügt','setRangeTheme':_0x36333a(0x14f),'removeRangeTheme':_0x36333a(0x14e),'setWorksheetRangeTheme':_0x36333a(0x126),'registerRangeTheme':_0x36333a(0x13c),'unregisterRangeTheme':_0x36333a(0x14c),'deleteWorksheetRangeTheme':_0x36333a(0x10d),'empty':'Keine\x20Änderungen','addSparkline':_0x36333a(0x125),'setSparkline':_0x36333a(0x152),'removeSparkline':'Sparkline\x20entfernt','insertChart':_0x36333a(0x135),'removeChart':_0x36333a(0x11a),'updateChartConfig':'Diagrammkonfiguration\x20aktualisiert','updateChartSource':'Diagrammdatenquelle\x20aktualisiert','addPivotTable':_0x36333a(0x164),'removePivotTable':_0x36333a(0x141),'setPivotOption':_0x36333a(0x114),'setPivotPosition':_0x36333a(0x124),'updatePivotSource':_0x36333a(0x15e),'addPivotField':_0x36333a(0x158),'removePivotField':_0x36333a(0x145),'renamePivotField':_0x36333a(0x153),'updateFieldPosition':_0x36333a(0x144),'updateValuePosition':_0x36333a(0x100),'updatePivotFieldSource':_0x36333a(0x110),'setPivotFieldFormat':_0x36333a(0x10a),'setPivotFilter':_0x36333a(0x14b),'setPivotValueFilter':_0x36333a(0x13e),'setPivotSort':_0x36333a(0x157),'setPivotCollapse':'Pivot-Ausklappzustand\x20geändert','setPivotSubtotalType':_0x36333a(0x140),'insertShape':_0x36333a(0x10b),'removeShape':_0x36333a(0x112),'updateShapeData':'Formdaten\x20aktualisiert','updateShapeType':_0x36333a(0x138),'addTable':_0x36333a(0x13d),'updateTable':_0x36333a(0x118),'removeTable':_0x36333a(0x130),'setTableFilter':_0x36333a(0x139),'updateDrawing':_0x36333a(0x15c),'insertDrawing':_0x36333a(0x108),'removeDrawing':_0x36333a(0x149),'etc':'\x20usw.'}}};}));
9
+
10
+ // @univerjs-pro/edit-history-loader/locale/de-DE
11
+ function _0x179e(){var _0x40d41a=['18toxUzX','248GdkJew','199880lVgYxh','53944vRQRlv','45ZtnySr','Bearbeitungsverlauf','1243YGtjbF','317322YszTwN','593740TzkbHw','exports','function','Initialisierung\x20läuft,\x20bitte\x20warten...','2198382BoGtxU','188hySzIb','63aNTWLa','93624LRGOGf'];_0x179e=function(){return _0x40d41a;};return _0x179e();}function _0x246f(_0x236edf,_0x37fcd3){_0x236edf=_0x236edf-0x1f1;var _0x179e22=_0x179e();var _0x246f82=_0x179e22[_0x236edf];return _0x246f82;}(function(_0x20e3ed,_0x1f8e20){var _0x58bdcc=_0x246f,_0x5a2b39=_0x20e3ed();while(!![]){try{var _0x32e8ba=parseInt(_0x58bdcc(0x1f7))/0x1*(parseInt(_0x58bdcc(0x1fb))/0x2)+parseInt(_0x58bdcc(0x1f6))/0x3+parseInt(_0x58bdcc(0x1f2))/0x4*(-parseInt(_0x58bdcc(0x1fe))/0x5)+parseInt(_0x58bdcc(0x1f1))/0x6*(parseInt(_0x58bdcc(0x1f8))/0x7)+parseInt(_0x58bdcc(0x1fd))/0x8*(parseInt(_0x58bdcc(0x1fa))/0x9)+-parseInt(_0x58bdcc(0x1fc))/0xa+-parseInt(_0x58bdcc(0x200))/0xb*(-parseInt(_0x58bdcc(0x1f9))/0xc);if(_0x32e8ba===_0x1f8e20)break;else _0x5a2b39['push'](_0x5a2b39['shift']());}catch(_0x267ba3){_0x5a2b39['push'](_0x5a2b39['shift']());}}}(_0x179e,0xbc4e2),function(_0x595612,_0x115d0e){var _0x280ea9=_0x246f;typeof exports=='object'&&typeof module<'u'?module[_0x280ea9(0x1f3)]=_0x115d0e():typeof define==_0x280ea9(0x1f4)&&define['amd']?define([],_0x115d0e):(_0x595612=typeof globalThis<'u'?globalThis:_0x595612||self,_0x595612['UniverProEditHistoryLoaderDeDE']=_0x115d0e());}(this,function(){var _0x1b966a=_0x246f;return{'edit-history-loader':{'panel':{'title':_0x1b966a(0x1ff),'reverting':'Wiederherstellung\x20läuft,\x20bitte\x20warten...','revertFailed':'Unbekannter\x20Fehler,\x20bitte\x20aktualisieren\x20Sie\x20die\x20Seite,\x20um\x20das\x20Ergebnis\x20der\x20Wiederherstellung\x20anzuzeigen','listFetchError':'Fehler\x20beim\x20Abrufen\x20der\x20Bearbeitungshistorie'},'info':{'initializing':_0x1b966a(0x1f5)}}};}));
12
+
13
+ // locale/de-DE
14
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/collaboration-client/locale/de-DE"),require("@univerjs-pro/collaboration-client-ui/locale/de-DE"),require("@univerjs-pro/edit-history-loader/locale/de-DE"),require("@univerjs-pro/edit-history-viewer/locale/de-DE")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/collaboration-client/locale/de-DE","@univerjs-pro/collaboration-client-ui/locale/de-DE","@univerjs-pro/edit-history-loader/locale/de-DE","@univerjs-pro/edit-history-viewer/locale/de-DE"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsCollaborationDeDE=r(e.UniverCore,e.UniverProCollaborationClientDeDE,e.UniverProCollaborationClientUiDeDE,e.UniverProEditHistoryLoaderDeDE,e.UniverProEditHistoryViewerDeDE))})(this,(function(e,r,i,o,n){"use strict";return e.mergeLocales(r,i,o,n)}));
@@ -1,11 +1,14 @@
1
1
  // @univerjs-pro/collaboration-client/locale/en-US
2
- function _0x424e(){var _0x1a3760=['Click\x20to\x20Reconnect','4285053JcHEPu','Collaboration\x20Conflict','41661LCVBQm','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','165058TDDSHg','10aORvQA','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','92sblzQi','function','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Edit\x20conflicts','1gTArlr','Syncing\x20server\x20data...','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','102pzLUvM','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.','UniverProCollaborationClientEnUS','14325729FNVfnW','exports','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Syncing...','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','154574KeomJl','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','581192ydPWja','1091440RELuJK','object','Synced','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'];_0x424e=function(){return _0x1a3760;};return _0x424e();}function _0x3bc3(_0x16d560,_0x5f21d8){_0x16d560=_0x16d560-0x126;var _0x424ec0=_0x424e();var _0x3bc399=_0x424ec0[_0x16d560];return _0x3bc399;}(function(_0xeaa7fa,_0x2e2175){var _0xd6ffd3=_0x3bc3,_0x192c35=_0xeaa7fa();while(!![]){try{var _0x2f3f55=parseInt(_0xd6ffd3(0x134))/0x1*(parseInt(_0xd6ffd3(0x12c))/0x2)+parseInt(_0xd6ffd3(0x129))/0x3*(parseInt(_0xd6ffd3(0x130))/0x4)+parseInt(_0xd6ffd3(0x145))/0x5+parseInt(_0xd6ffd3(0x138))/0x6*(parseInt(_0xd6ffd3(0x142))/0x7)+parseInt(_0xd6ffd3(0x144))/0x8+-parseInt(_0xd6ffd3(0x127))/0x9*(-parseInt(_0xd6ffd3(0x12d))/0xa)+-parseInt(_0xd6ffd3(0x13b))/0xb;if(_0x2f3f55===_0x2e2175)break;else _0x192c35['push'](_0x192c35['shift']());}catch(_0x3091b4){_0x192c35['push'](_0x192c35['shift']());}}}(_0x424e,0x3b177),function(_0x27df3b,_0x265906){var _0x823444=_0x3bc3;typeof exports==_0x823444(0x146)&&typeof module<'u'?module[_0x823444(0x13c)]=_0x265906():typeof define==_0x823444(0x131)&&define['amd']?define([],_0x265906):(_0x27df3b=typeof globalThis<'u'?globalThis:_0x27df3b||self,_0x27df3b[_0x823444(0x13a)]=_0x265906());}(this,function(){var _0x17e131=_0x3bc3;return{'collab-client':{'tooltip':{'reconnect':_0x17e131(0x126)}},'collabStatus':{'fetchMiss':_0x17e131(0x135),'conflict':_0x17e131(0x133),'notCollab':'Local\x20file','synced':_0x17e131(0x147),'syncing':_0x17e131(0x13f),'offline':_0x17e131(0x143)},'session':{'connection-failed':_0x17e131(0x132),'will-retry':_0x17e131(0x12a),'room-full':_0x17e131(0x12b),'join-failed':_0x17e131(0x12f),'room-not-exists':_0x17e131(0x136),'room-permission-denied':_0x17e131(0x140),'room-cnt-exceeds':_0x17e131(0x141),'collaboration-timeout':_0x17e131(0x13d)},'conflict':{'title':_0x17e131(0x128),'content':_0x17e131(0x139)},'permission':{'title':'Authentication\x20Error','content':_0x17e131(0x13e)},'collaboration':{'single-unit':{'warning':_0x17e131(0x148)},'closeRoom':_0x17e131(0x12e)},'auth':{'needGotoLoginAlert':_0x17e131(0x137)}};}));
2
+ function _0x3f83(){var _0xbd1c0e=['Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','function','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','499692iKclnp','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','exports','Click\x20to\x20Reconnect','30JATDqG','5873964TcrURN','15OJhNOA','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','94986TaSjDW','Authentication\x20Error','6188427nbQCRw','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','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.','300208NXMISV','amd','Local\x20file','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','475377OyYNEf','object','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','8MuIdaE','Edit\x20conflicts','2196712igcTnB'];_0x3f83=function(){return _0xbd1c0e;};return _0x3f83();}function _0x2446(_0x3e0a1a,_0x1d5af4){_0x3e0a1a=_0x3e0a1a-0x1f0;var _0x3f836c=_0x3f83();var _0x24460c=_0x3f836c[_0x3e0a1a];return _0x24460c;}(function(_0x27ddb3,_0x1c9281){var _0x3315f0=_0x2446,_0x3f8b59=_0x27ddb3();while(!![]){try{var _0x3c7393=parseInt(_0x3315f0(0x1f6))/0x1+parseInt(_0x3315f0(0x1fa))/0x2*(parseInt(_0x3315f0(0x200))/0x3)+-parseInt(_0x3315f0(0x1f2))/0x4*(parseInt(_0x3315f0(0x206))/0x5)+-parseInt(_0x3315f0(0x205))/0x6+parseInt(_0x3315f0(0x20a))/0x7+-parseInt(_0x3315f0(0x1fc))/0x8+parseInt(_0x3315f0(0x208))/0x9*(parseInt(_0x3315f0(0x204))/0xa);if(_0x3c7393===_0x1c9281)break;else _0x3f8b59['push'](_0x3f8b59['shift']());}catch(_0x3a403d){_0x3f8b59['push'](_0x3f8b59['shift']());}}}(_0x3f83,0x8d439),function(_0x31b05d,_0x21ebb2){var _0x4714c9=_0x2446;typeof exports==_0x4714c9(0x1f7)&&typeof module<'u'?module[_0x4714c9(0x202)]=_0x21ebb2():typeof define==_0x4714c9(0x1fe)&&define[_0x4714c9(0x1f3)]?define([],_0x21ebb2):(_0x31b05d=typeof globalThis<'u'?globalThis:_0x31b05d||self,_0x31b05d['UniverProCollaborationClientEnUS']=_0x21ebb2());}(this,function(){var _0x4b9c8b=_0x2446;return{'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x4b9c8b(0x203)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x4b9c8b(0x1fb),'notCollab':_0x4b9c8b(0x1f4),'synced':'Synced','syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x4b9c8b(0x1f9),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x4b9c8b(0x1fd),'room-not-exists':'Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-permission-denied':_0x4b9c8b(0x1f8),'room-cnt-exceeds':_0x4b9c8b(0x201),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':'Collaboration\x20Conflict','content':_0x4b9c8b(0x1f1)},'permission':{'title':_0x4b9c8b(0x209),'content':_0x4b9c8b(0x1f5)},'collaboration':{'single-unit':{'warning':_0x4b9c8b(0x1ff)},'closeRoom':_0x4b9c8b(0x207)},'auth':{'needGotoLoginAlert':_0x4b9c8b(0x1f0)}}};}));
3
3
 
4
4
  // @univerjs-pro/collaboration-client-ui/locale/en-US
5
- function _0x56f9(_0x1d0aee,_0x692b7a){_0x1d0aee=_0x1d0aee-0xd4;var _0x4955f8=_0x4955();var _0x56f956=_0x4955f8[_0x1d0aee];return _0x56f956;}function _0x4955(){var _0x3ed1a4=['Edit\x20conflicts','2754tCwNCk','UniverProCollaborationClientUiEnUS','exports','50sTjJdI','function','4050RriUKS','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','44557bHWaLN','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.','312584scLwpI','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\x20Conflict','object','26NRGuxL','1407642zsKWxm','35uzCnCm','Synced','amd','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','763986WJRvJh','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Connection\x20failed,\x20please\x20check\x20your\x20network.','Syncing\x20server\x20data...','Syncing...','Click\x20to\x20Reconnect','Formula\x20calculation\x20started.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1382898SGbfsa','Local\x20file','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','171064reKyxk','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'];_0x4955=function(){return _0x3ed1a4;};return _0x4955();}(function(_0x2cad16,_0x161a7e){var _0x4eea8d=_0x56f9,_0x572bfd=_0x2cad16();while(!![]){try{var _0x4f9ef6=parseInt(_0x4eea8d(0xe4))/0x1*(-parseInt(_0x4eea8d(0xea))/0x2)+parseInt(_0x4eea8d(0xeb))/0x3+parseInt(_0x4eea8d(0xd9))/0x4*(-parseInt(_0x4eea8d(0xe0))/0x5)+-parseInt(_0x4eea8d(0xf0))/0x6*(-parseInt(_0x4eea8d(0xec))/0x7)+parseInt(_0x4eea8d(0xe6))/0x8+-parseInt(_0x4eea8d(0xdd))/0x9*(-parseInt(_0x4eea8d(0xe2))/0xa)+parseInt(_0x4eea8d(0xd6))/0xb;if(_0x4f9ef6===_0x161a7e)break;else _0x572bfd['push'](_0x572bfd['shift']());}catch(_0x314b39){_0x572bfd['push'](_0x572bfd['shift']());}}}(_0x4955,0x5ea69),function(_0x3e559a,_0x31a977){var _0x40455b=_0x56f9;typeof exports==_0x40455b(0xe9)&&typeof module<'u'?module[_0x40455b(0xdf)]=_0x31a977():typeof define==_0x40455b(0xe1)&&define[_0x40455b(0xee)]?define([],_0x31a977):(_0x3e559a=typeof globalThis<'u'?globalThis:_0x3e559a||self,_0x3e559a[_0x40455b(0xde)]=_0x31a977());}(this,function(){var _0x4c759d=_0x56f9;return{'collab-client':{'tooltip':{'reconnect':_0x4c759d(0xf6)}},'collabStatus':{'fetchMiss':_0x4c759d(0xf4),'conflict':_0x4c759d(0xdc),'notCollab':_0x4c759d(0xd7),'synced':_0x4c759d(0xed),'syncing':_0x4c759d(0xf5),'offline':_0x4c759d(0xf1)},'session':{'connection-failed':_0x4c759d(0xf3),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x4c759d(0xda)},'conflict':{'title':_0x4c759d(0xe8),'content':_0x4c759d(0xe5)},'permission':{'title':'Authentication\x20Error','content':_0x4c759d(0xe7)},'collaboration':{'offline-data-not-saved':_0x4c759d(0xd8),'single-unit':{'warning':_0x4c759d(0xdb)},'closeRoom':_0x4c759d(0xd5)},'auth':{'needGotoLoginAlert':_0x4c759d(0xf2)},'formula':{'calculation':{'started':_0x4c759d(0xd4),'waiting':_0x4c759d(0xe3),'unable':_0x4c759d(0xef)}}};}));
5
+ function _0x11c6(_0xfaa4fc,_0x2f8f41){_0xfaa4fc=_0xfaa4fc-0x119;var _0x31d351=_0x31d3();var _0x11c697=_0x31d351[_0xfaa4fc];return _0x11c697;}function _0x31d3(){var _0x78842a=['Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Formula\x20calculation\x20started.','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Local\x20file','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','amd','24Eahrtm','exports','2535762ChbuXc','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.','Collaboration\x20Conflict','21HliMrB','UniverProCollaborationClientUiEnUS','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','36379893wGhjDl','function','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.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Syncing\x20server\x20data...','Click\x20to\x20Reconnect','Syncing...','3543930JSqgAB','10269090lVAwmR','7990281pqoCww','8wwAJan','140627TYtvVC','15AsiApq','1190544OlxXce','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Edit\x20conflicts','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.'];_0x31d3=function(){return _0x78842a;};return _0x31d3();}(function(_0x38f318,_0xf6cbdb){var _0x5e5100=_0x11c6,_0x55a3e0=_0x38f318();while(!![]){try{var _0x2449ed=parseInt(_0x5e5100(0x121))/0x1*(-parseInt(_0x5e5100(0x12d))/0x2)+-parseInt(_0x5e5100(0x11d))/0x3+parseInt(_0x5e5100(0x123))/0x4*(-parseInt(_0x5e5100(0x122))/0x5)+-parseInt(_0x5e5100(0x12f))/0x6*(-parseInt(_0x5e5100(0x132))/0x7)+parseInt(_0x5e5100(0x120))/0x8*(-parseInt(_0x5e5100(0x11f))/0x9)+parseInt(_0x5e5100(0x11e))/0xa+parseInt(_0x5e5100(0x135))/0xb;if(_0x2449ed===_0xf6cbdb)break;else _0x55a3e0['push'](_0x55a3e0['shift']());}catch(_0x13ce90){_0x55a3e0['push'](_0x55a3e0['shift']());}}}(_0x31d3,0xe88b6),function(_0x2a4b45,_0x434ebc){var _0x3826fe=_0x11c6;typeof exports=='object'&&typeof module<'u'?module[_0x3826fe(0x12e)]=_0x434ebc():typeof define==_0x3826fe(0x136)&&define[_0x3826fe(0x12c)]?define([],_0x434ebc):(_0x2a4b45=typeof globalThis<'u'?globalThis:_0x2a4b45||self,_0x2a4b45[_0x3826fe(0x133)]=_0x434ebc());}(this,function(){var _0x7e2b98=_0x11c6;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x7e2b98(0x11b)}},'collabStatus':{'fetchMiss':_0x7e2b98(0x11a),'conflict':_0x7e2b98(0x125),'notCollab':_0x7e2b98(0x12a),'synced':'Synced','syncing':_0x7e2b98(0x11c),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x7e2b98(0x126),'room-full':_0x7e2b98(0x134),'collaboration-timeout':_0x7e2b98(0x12b)},'conflict':{'title':_0x7e2b98(0x131),'content':_0x7e2b98(0x130)},'permission':{'title':'Authentication\x20Error','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':_0x7e2b98(0x124),'single-unit':{'warning':_0x7e2b98(0x119)},'closeRoom':_0x7e2b98(0x127)},'auth':{'needGotoLoginAlert':_0x7e2b98(0x138)},'formula':{'calculation':{'started':_0x7e2b98(0x128),'waiting':_0x7e2b98(0x129),'unable':_0x7e2b98(0x137)}}}};}));
6
6
 
7
7
  // @univerjs-pro/edit-history-viewer/locale/en-US
8
- (function(_0x3878ed,_0x44c0aa){var _0x4fd9b0=_0x5677,_0x497fc3=_0x3878ed();while(!![]){try{var _0x4df7a9=parseInt(_0x4fd9b0(0xeb))/0x1+parseInt(_0x4fd9b0(0x117))/0x2*(-parseInt(_0x4fd9b0(0x134))/0x3)+parseInt(_0x4fd9b0(0xde))/0x4+-parseInt(_0x4fd9b0(0xdb))/0x5+parseInt(_0x4fd9b0(0x12b))/0x6+-parseInt(_0x4fd9b0(0x108))/0x7+-parseInt(_0x4fd9b0(0xfe))/0x8*(-parseInt(_0x4fd9b0(0x12a))/0x9);if(_0x4df7a9===_0x44c0aa)break;else _0x497fc3['push'](_0x497fc3['shift']());}catch(_0x3f4a4f){_0x497fc3['push'](_0x497fc3['shift']());}}}(_0x3f50,0x42f3f),function(_0x3a0d3b,_0x4d1fd6){var _0x1e768b=_0x5677;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4d1fd6():typeof define==_0x1e768b(0x10f)&&define[_0x1e768b(0x11f)]?define([],_0x4d1fd6):(_0x3a0d3b=typeof globalThis<'u'?globalThis:_0x3a0d3b||self,_0x3a0d3b[_0x1e768b(0xdd)]=_0x4d1fd6());}(this,function(){var _0x5278ac=_0x5677;return{'editHistory':{'panel':{'title':_0x5278ac(0xf7),'unknownUser':_0x5278ac(0xe9),'listFetchError':'Failed\x20to\x20get\x20edit\x20history\x20list','revertConfirm':_0x5278ac(0xd0),'revertConfirmText':'This\x20document\x20will\x20be\x20reverted\x20to\x20the\x20selected\x20version','cancel':'Cancel','confirm':_0x5278ac(0x112),'reverting':_0x5278ac(0xe0),'revertFailed':_0x5278ac(0xe3),'currentVersion':'Current\x20Version','currentUser':_0x5278ac(0xf5),'revertDesc':_0x5278ac(0xd8),'filterAll':_0x5278ac(0xd2),'filterUser':_0x5278ac(0x130),'filterAi':'AI','aiAssistant':_0x5278ac(0x12d),'filterCollaboratorCancel':_0x5278ac(0x10a),'filterCollaboratorConfirm':_0x5278ac(0x112),'filterCollaborator':_0x5278ac(0xf0)},'info':{'loading':_0x5278ac(0x10b),'initializing':_0x5278ac(0x10e)},'header':{'back':_0x5278ac(0xd9),'revert':_0x5278ac(0xd8)},'action':{'insertSheet':'Worksheet\x20inserted','removeSheet':_0x5278ac(0xef),'createSheet':_0x5278ac(0x11c),'renameSheet':_0x5278ac(0x10d),'reorderSheet':_0x5278ac(0xe5),'hideSheet':_0x5278ac(0xd4),'copySheet':_0x5278ac(0xcd),'setTabColor':'Tab\x20color\x20changed','renameWorkbook':_0x5278ac(0xfb),'insertRow':_0x5278ac(0x127),'insertCol':_0x5278ac(0xdf),'removeRow':_0x5278ac(0xed),'removeCol':'Column\x20deleted','moveRows':_0x5278ac(0x115),'moveCols':'Columns\x20moved','showRow':_0x5278ac(0x113),'hideRow':'Row\x20hidden','showCol':_0x5278ac(0x105),'hideCol':_0x5278ac(0x11b),'setRowHeight':'Row\x20height\x20changed','setColWidth':_0x5278ac(0xd1),'setRowAutoHeight':_0x5278ac(0xcc),'setRowIsAutoHeight':_0x5278ac(0x125),'setRowData':'Row\x20data\x20changed','setColData':'Column\x20data\x20changed','setRowCount':_0x5278ac(0xd3),'setColCount':_0x5278ac(0xfd),'setRangeValues':_0x5278ac(0x132),'moveRange':_0x5278ac(0x128),'reorderRange':_0x5278ac(0x110),'mergeCells':_0x5278ac(0xf8),'unmergeCells':_0x5278ac(0x102),'setFilter':_0x5278ac(0xf4),'setFilterCriteria':_0x5278ac(0x126),'removeFilter':_0x5278ac(0xf2),'recalcFilter':_0x5278ac(0xce),'setFrozen':'Freeze\x20panes\x20changed','toggleGridlines':_0x5278ac(0x122),'setGridlinesColor':_0x5278ac(0x119),'setRightToLeft':_0x5278ac(0x109),'setDefaultStyle':_0x5278ac(0x101),'editSheet':_0x5278ac(0xff),'revertSheet':_0x5278ac(0xea),'revertSheetPrefix':_0x5278ac(0x116),'revertSheetSuffix':'','setDV':_0x5278ac(0x11e),'removeDV':_0x5278ac(0x11a),'setCF':'Conditional\x20formatting\x20set','addCF':_0x5278ac(0xe6),'deleteCF':'Conditional\x20formatting\x20deleted','moveCF':_0x5278ac(0xcb),'addProtection':_0x5278ac(0x103),'setProtection':_0x5278ac(0xcf),'deleteProtection':'Protection\x20removed','addRangeProtection':_0x5278ac(0x111),'setRangeProtection':'Range\x20protection\x20updated','deleteRangeProtection':'Range\x20protection\x20removed','setPermissionPoints':_0x5278ac(0xe4),'setNumfmt':_0x5278ac(0xe1),'removeNumfmt':_0x5278ac(0x11d),'addRangeTheme':'Range\x20theme\x20added','setRangeTheme':_0x5278ac(0x121),'removeRangeTheme':_0x5278ac(0xf6),'setWorksheetRangeTheme':'Worksheet\x20range\x20theme\x20updated','registerRangeTheme':'Range\x20theme\x20registered','unregisterRangeTheme':'Range\x20theme\x20unregistered','deleteWorksheetRangeTheme':_0x5278ac(0x100),'empty':_0x5278ac(0x10c),'addSparkline':_0x5278ac(0x129),'setSparkline':'Sparkline\x20updated','removeSparkline':_0x5278ac(0xdc),'insertChart':_0x5278ac(0x124),'removeChart':_0x5278ac(0xca),'updateChartConfig':_0x5278ac(0xfc),'updateChartSource':_0x5278ac(0xd7),'addPivotTable':_0x5278ac(0x123),'removePivotTable':_0x5278ac(0x107),'setPivotOption':_0x5278ac(0xfa),'setPivotPosition':_0x5278ac(0x104),'updatePivotSource':_0x5278ac(0xd5),'addPivotField':_0x5278ac(0xf1),'removePivotField':'Pivot\x20field\x20removed','renamePivotField':_0x5278ac(0xe8),'updateFieldPosition':_0x5278ac(0x12e),'updateValuePosition':'Pivot\x20value\x20position\x20changed','updatePivotFieldSource':_0x5278ac(0xe2),'setPivotFieldFormat':_0x5278ac(0xec),'setPivotFilter':_0x5278ac(0x12f),'setPivotValueFilter':'Pivot\x20value\x20filter\x20applied','setPivotSort':'Pivot\x20sort\x20changed','setPivotCollapse':_0x5278ac(0xf9),'setPivotSubtotalType':_0x5278ac(0x133),'insertShape':_0x5278ac(0xee),'removeShape':_0x5278ac(0x114),'updateShapeData':_0x5278ac(0x106),'updateShapeType':_0x5278ac(0xf3),'addTable':_0x5278ac(0xe7),'updateTable':_0x5278ac(0xda),'removeTable':_0x5278ac(0x120),'setTableFilter':_0x5278ac(0x131),'updateDrawing':_0x5278ac(0x12c),'insertDrawing':_0x5278ac(0xd6),'removeDrawing':'Drawing\x20removed','etc':_0x5278ac(0x118)}}};}));function _0x5677(_0x108d8b,_0xb0e7d4){_0x108d8b=_0x108d8b-0xca;var _0x3f50c0=_0x3f50();var _0x56773d=_0x3f50c0[_0x108d8b];return _0x56773d;}function _0x3f50(){var _0x712de5=['Initializing,\x20please\x20wait...','function','Range\x20reordered','Range\x20protection\x20added','Confirm','Row\x20shown','Shape\x20removed','Rows\x20moved','Reverted\x20from','4nGCgpa',',\x20etc.','Gridlines\x20color\x20changed','Data\x20validation\x20removed','Column\x20hidden','Workbook\x20created','Number\x20format\x20removed','Data\x20validation\x20set','amd','Table\x20removed','Range\x20theme\x20updated','Gridlines\x20toggled','Pivot\x20table\x20added','Chart\x20inserted','Row\x20auto\x20height\x20mode\x20changed','Filter\x20criteria\x20changed','Row\x20inserted','Range\x20moved','Sparkline\x20added','804798XZFLWg','767370boemos','Drawing\x20updated','AI\x20Assistant','Pivot\x20field\x20position\x20changed','Pivot\x20filter\x20applied','Human','Table\x20filter\x20applied','Cells\x20edited','Pivot\x20subtotal\x20type\x20changed','775659RTwXJb','Chart\x20removed','Conditional\x20formatting\x20moved','Row\x20auto\x20height\x20enabled','Worksheet\x20copied','Filter\x20recalculated','Protection\x20updated','Restore\x20this\x20version?','Column\x20width\x20changed','All','Row\x20count\x20changed','Worksheet\x20hidden','Pivot\x20data\x20source\x20updated','Drawing\x20inserted','Chart\x20data\x20source\x20updated','Restore\x20this\x20version','Back','Table\x20updated','213570QwtcbT','Sparkline\x20removed','UniverProEditHistoryViewerEnUS','759264SNgWND','Column\x20inserted','Reverting,\x20please\x20wait...','Number\x20format\x20set','Pivot\x20field\x20source\x20updated','Unknown\x20error,\x20please\x20refresh\x20the\x20page\x20to\x20view\x20the\x20revert\x20result','Permission\x20settings\x20changed','Worksheet\x20reordered','Conditional\x20formatting\x20added','Table\x20added','Pivot\x20field\x20renamed','Unknown\x20User','Workbook\x20reverted','519484oNBbDz','Pivot\x20field\x20format\x20changed','Row\x20deleted','Shape\x20inserted','Worksheet\x20deleted','Filter\x20by\x20Filter\x20by\x20Collaborator','Pivot\x20field\x20added','Filter\x20removed','Shape\x20type\x20updated','Filter\x20applied','Current\x20User','Range\x20theme\x20removed','Edit\x20History','Cells\x20merged','Pivot\x20collapse\x20state\x20changed','Pivot\x20option\x20changed','Workbook\x20renamed','Chart\x20configuration\x20updated','Column\x20count\x20changed','32dnzgJq','Worksheet\x20edited','Worksheet\x20range\x20theme\x20deleted','Default\x20style\x20changed','Cells\x20unmerged','Protection\x20added','Pivot\x20position\x20changed','Column\x20shown','Shape\x20data\x20updated','Pivot\x20table\x20removed','2525768ykIZVU','Right-to-left\x20layout\x20changed','Cancel','Loading,\x20please\x20wait...','No\x20changes','Worksheet\x20renamed'];_0x3f50=function(){return _0x712de5;};return _0x3f50();}
8
+ function _0x5716(_0x4e1d44,_0x343643){_0x4e1d44=_0x4e1d44-0x18d;var _0x5ec992=_0x5ec9();var _0x5716ba=_0x5ec992[_0x4e1d44];return _0x5716ba;}function _0x5ec9(){var _0x7d28b0=['Pivot\x20sort\x20changed',',\x20etc.','Number\x20format\x20set','Unknown\x20error,\x20please\x20refresh\x20the\x20page\x20to\x20view\x20the\x20revert\x20result','Pivot\x20data\x20source\x20updated','Shape\x20type\x20updated','Range\x20protection\x20updated','Pivot\x20field\x20source\x20updated','Worksheet\x20reordered','Worksheet\x20renamed','Column\x20shown','All','Shape\x20removed','Drawing\x20removed','Table\x20filter\x20applied','Column\x20count\x20changed','Chart\x20data\x20source\x20updated','Range\x20reordered','Failed\x20to\x20get\x20edit\x20history\x20list','Sparkline\x20removed','Pivot\x20field\x20added','Range\x20protection\x20added','Cells\x20edited','Initializing,\x20please\x20wait...','No\x20changes','Row\x20shown','6rUUeBK','263337HgEfIO','Range\x20theme\x20unregistered','Pivot\x20field\x20format\x20changed','Restore\x20this\x20version','Worksheet\x20edited','Cancel','Workbook\x20renamed','Current\x20Version','Chart\x20inserted','1484180sdhACc','Protection\x20added','Columns\x20moved','8034399uxUaXL','Pivot\x20subtotal\x20type\x20changed','Range\x20moved','Conditional\x20formatting\x20added','Right-to-left\x20layout\x20changed','Chart\x20removed','Confirm','35NtreNG','Worksheet\x20range\x20theme\x20updated','object','Filter\x20recalculated','Pivot\x20value\x20filter\x20applied','Filter\x20applied','Row\x20auto\x20height\x20mode\x20changed','Conditional\x20formatting\x20deleted','Pivot\x20field\x20position\x20changed','Edit\x20History','Pivot\x20table\x20removed','12609120wkbRQe','Column\x20data\x20changed','Reverting,\x20please\x20wait...','Cells\x20unmerged','Range\x20theme\x20updated','Worksheet\x20inserted','Tab\x20color\x20changed','Row\x20height\x20changed','185862NllKrg','Column\x20width\x20changed','Reverted\x20from','Pivot\x20option\x20changed','Rows\x20moved','Workbook\x20reverted','Filter\x20criteria\x20changed','Row\x20auto\x20height\x20enabled','Pivot\x20table\x20added','Table\x20removed','Row\x20hidden','Human','Number\x20format\x20removed','Worksheet\x20hidden','Pivot\x20field\x20removed','Current\x20User','AI\x20Assistant','599240HUQSuP','Worksheet\x20deleted','Range\x20theme\x20registered','Back','Column\x20inserted','Column\x20deleted','amd','Data\x20validation\x20set','Sparkline\x20updated','UniverProEditHistoryViewerEnUS','Restore\x20this\x20version?','12jLbNSa','930472cItnEm','Workbook\x20created','Table\x20updated','Filter\x20by\x20Filter\x20by\x20Collaborator','Row\x20data\x20changed','Worksheet\x20range\x20theme\x20deleted','Data\x20validation\x20removed','Loading,\x20please\x20wait...','Drawing\x20inserted','Shape\x20data\x20updated','Filter\x20removed'];_0x5ec9=function(){return _0x7d28b0;};return _0x5ec9();}(function(_0x4c1806,_0x187b7b){var _0x1791f3=_0x5716,_0x446d73=_0x4c1806();while(!![]){try{var _0x17243d=parseInt(_0x1791f3(0x1c5))/0x1+-parseInt(_0x1791f3(0x1eb))/0x2*(parseInt(_0x1791f3(0x1c4))/0x3)+parseInt(_0x1791f3(0x19f))/0x4+parseInt(_0x1791f3(0x1ce))/0x5*(-parseInt(_0x1791f3(0x19e))/0x6)+parseInt(_0x1791f3(0x1d8))/0x7*(parseInt(_0x1791f3(0x193))/0x8)+-parseInt(_0x1791f3(0x1d1))/0x9+parseInt(_0x1791f3(0x1e3))/0xa;if(_0x17243d===_0x187b7b)break;else _0x446d73['push'](_0x446d73['shift']());}catch(_0x1d4cf2){_0x446d73['push'](_0x446d73['shift']());}}}(_0x5ec9,0x7018b),function(_0x1a1201,_0x553306){var _0xcd58e4=_0x5716;typeof exports==_0xcd58e4(0x1da)&&typeof module<'u'?module['exports']=_0x553306():typeof define=='function'&&define[_0xcd58e4(0x199)]?define([],_0x553306):(_0x1a1201=typeof globalThis<'u'?globalThis:_0x1a1201||self,_0x1a1201[_0xcd58e4(0x19c)]=_0x553306());}(this,function(){var _0x35107d=_0x5716;return{'edit-history-viewer':{'panel':{'title':_0x35107d(0x1e1),'unknownUser':'Unknown\x20User','listFetchError':_0x35107d(0x1bc),'revertConfirm':_0x35107d(0x19d),'revertConfirmText':'This\x20document\x20will\x20be\x20reverted\x20to\x20the\x20selected\x20version','cancel':_0x35107d(0x1ca),'confirm':_0x35107d(0x1d7),'reverting':_0x35107d(0x1e5),'revertFailed':_0x35107d(0x1ad),'currentVersion':_0x35107d(0x1cc),'currentUser':_0x35107d(0x191),'revertDesc':'Restore\x20this\x20version','filterAll':_0x35107d(0x1b5),'filterUser':_0x35107d(0x18d),'filterAi':'AI','aiAssistant':_0x35107d(0x192),'filterCollaboratorCancel':_0x35107d(0x1ca),'filterCollaboratorConfirm':_0x35107d(0x1d7),'filterCollaborator':_0x35107d(0x1a2)},'info':{'loading':_0x35107d(0x1a6),'initializing':_0x35107d(0x1c1)},'header':{'back':_0x35107d(0x196),'revert':_0x35107d(0x1c8)},'action':{'insertSheet':_0x35107d(0x1e8),'removeSheet':_0x35107d(0x194),'createSheet':_0x35107d(0x1a0),'renameSheet':_0x35107d(0x1b3),'reorderSheet':_0x35107d(0x1b2),'hideSheet':_0x35107d(0x18f),'copySheet':'Worksheet\x20copied','setTabColor':_0x35107d(0x1e9),'renameWorkbook':_0x35107d(0x1cb),'insertRow':'Row\x20inserted','insertCol':_0x35107d(0x197),'removeRow':'Row\x20deleted','removeCol':_0x35107d(0x198),'moveRows':_0x35107d(0x1ef),'moveCols':_0x35107d(0x1d0),'showRow':_0x35107d(0x1c3),'hideRow':_0x35107d(0x1f5),'showCol':_0x35107d(0x1b4),'hideCol':'Column\x20hidden','setRowHeight':_0x35107d(0x1ea),'setColWidth':_0x35107d(0x1ec),'setRowAutoHeight':_0x35107d(0x1f2),'setRowIsAutoHeight':_0x35107d(0x1de),'setRowData':_0x35107d(0x1a3),'setColData':_0x35107d(0x1e4),'setRowCount':'Row\x20count\x20changed','setColCount':_0x35107d(0x1b9),'setRangeValues':_0x35107d(0x1c0),'moveRange':_0x35107d(0x1d3),'reorderRange':_0x35107d(0x1bb),'mergeCells':'Cells\x20merged','unmergeCells':_0x35107d(0x1e6),'setFilter':_0x35107d(0x1dd),'setFilterCriteria':_0x35107d(0x1f1),'removeFilter':_0x35107d(0x1a9),'recalcFilter':_0x35107d(0x1db),'setFrozen':'Freeze\x20panes\x20changed','toggleGridlines':'Gridlines\x20toggled','setGridlinesColor':'Gridlines\x20color\x20changed','setRightToLeft':_0x35107d(0x1d5),'setDefaultStyle':'Default\x20style\x20changed','editSheet':_0x35107d(0x1c9),'revertSheet':_0x35107d(0x1f0),'revertSheetPrefix':_0x35107d(0x1ed),'revertSheetSuffix':'','setDV':_0x35107d(0x19a),'removeDV':_0x35107d(0x1a5),'setCF':'Conditional\x20formatting\x20set','addCF':_0x35107d(0x1d4),'deleteCF':_0x35107d(0x1df),'moveCF':'Conditional\x20formatting\x20moved','addProtection':_0x35107d(0x1cf),'setProtection':'Protection\x20updated','deleteProtection':'Protection\x20removed','addRangeProtection':_0x35107d(0x1bf),'setRangeProtection':_0x35107d(0x1b0),'deleteRangeProtection':'Range\x20protection\x20removed','setPermissionPoints':'Permission\x20settings\x20changed','setNumfmt':_0x35107d(0x1ac),'removeNumfmt':_0x35107d(0x18e),'addRangeTheme':'Range\x20theme\x20added','setRangeTheme':_0x35107d(0x1e7),'removeRangeTheme':'Range\x20theme\x20removed','setWorksheetRangeTheme':_0x35107d(0x1d9),'registerRangeTheme':_0x35107d(0x195),'unregisterRangeTheme':_0x35107d(0x1c6),'deleteWorksheetRangeTheme':_0x35107d(0x1a4),'empty':_0x35107d(0x1c2),'addSparkline':'Sparkline\x20added','setSparkline':_0x35107d(0x19b),'removeSparkline':_0x35107d(0x1bd),'insertChart':_0x35107d(0x1cd),'removeChart':_0x35107d(0x1d6),'updateChartConfig':'Chart\x20configuration\x20updated','updateChartSource':_0x35107d(0x1ba),'addPivotTable':_0x35107d(0x1f3),'removePivotTable':_0x35107d(0x1e2),'setPivotOption':_0x35107d(0x1ee),'setPivotPosition':'Pivot\x20position\x20changed','updatePivotSource':_0x35107d(0x1ae),'addPivotField':_0x35107d(0x1be),'removePivotField':_0x35107d(0x190),'renamePivotField':'Pivot\x20field\x20renamed','updateFieldPosition':_0x35107d(0x1e0),'updateValuePosition':'Pivot\x20value\x20position\x20changed','updatePivotFieldSource':_0x35107d(0x1b1),'setPivotFieldFormat':_0x35107d(0x1c7),'setPivotFilter':'Pivot\x20filter\x20applied','setPivotValueFilter':_0x35107d(0x1dc),'setPivotSort':_0x35107d(0x1aa),'setPivotCollapse':'Pivot\x20collapse\x20state\x20changed','setPivotSubtotalType':_0x35107d(0x1d2),'insertShape':'Shape\x20inserted','removeShape':_0x35107d(0x1b6),'updateShapeData':_0x35107d(0x1a8),'updateShapeType':_0x35107d(0x1af),'addTable':'Table\x20added','updateTable':_0x35107d(0x1a1),'removeTable':_0x35107d(0x1f4),'setTableFilter':_0x35107d(0x1b8),'updateDrawing':'Drawing\x20updated','insertDrawing':_0x35107d(0x1a7),'removeDrawing':_0x35107d(0x1b7),'etc':_0x35107d(0x1ab)}}};}));
9
+
10
+ // @univerjs-pro/edit-history-loader/locale/en-US
11
+ function _0x3e42(_0x562f82,_0x398351){_0x562f82=_0x562f82-0x14e;var _0x2e6d10=_0x2e6d();var _0x3e4284=_0x2e6d10[_0x562f82];return _0x3e4284;}(function(_0x3eac80,_0x350d14){var _0x52b7c0=_0x3e42,_0x6bcb8a=_0x3eac80();while(!![]){try{var _0x29edac=-parseInt(_0x52b7c0(0x150))/0x1*(-parseInt(_0x52b7c0(0x15b))/0x2)+parseInt(_0x52b7c0(0x154))/0x3*(-parseInt(_0x52b7c0(0x14f))/0x4)+-parseInt(_0x52b7c0(0x14e))/0x5+parseInt(_0x52b7c0(0x15c))/0x6+parseInt(_0x52b7c0(0x15e))/0x7*(-parseInt(_0x52b7c0(0x15d))/0x8)+-parseInt(_0x52b7c0(0x155))/0x9*(-parseInt(_0x52b7c0(0x159))/0xa)+parseInt(_0x52b7c0(0x15a))/0xb;if(_0x29edac===_0x350d14)break;else _0x6bcb8a['push'](_0x6bcb8a['shift']());}catch(_0x4af70b){_0x6bcb8a['push'](_0x6bcb8a['shift']());}}}(_0x2e6d,0xc586c),function(_0x712774,_0x2bdb65){var _0x213ffd=_0x3e42;typeof exports==_0x213ffd(0x153)&&typeof module<'u'?module[_0x213ffd(0x157)]=_0x2bdb65():typeof define=='function'&&define[_0x213ffd(0x152)]?define([],_0x2bdb65):(_0x712774=typeof globalThis<'u'?globalThis:_0x712774||self,_0x712774[_0x213ffd(0x151)]=_0x2bdb65());}(this,function(){var _0x1404c5=_0x3e42;return{'edit-history-loader':{'panel':{'title':_0x1404c5(0x158),'reverting':'Reverting,\x20please\x20wait...','revertFailed':'Unknown\x20error,\x20please\x20refresh\x20the\x20page\x20to\x20view\x20the\x20revert\x20result','listFetchError':_0x1404c5(0x15f)},'info':{'initializing':_0x1404c5(0x156)}}};}));function _0x2e6d(){var _0x5a4248=['2984358ydbeRS','3520bfWQiG','14581Fszgwr','Failed\x20to\x20get\x20edit\x20history\x20list','3378555oFoUhP','28dzGbbK','101ufSuoU','UniverProEditHistoryLoaderEnUS','amd','object','546768RjRqRf','9vbouPC','Initializing,\x20please\x20wait...','exports','Edit\x20History','15069920LZuWSG','8093019Ngzmdl','18554sbkroo'];_0x2e6d=function(){return _0x5a4248;};return _0x2e6d();}
9
12
 
10
13
  // locale/en-US
11
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs-pro/collaboration-client/locale/en-US"),require("@univerjs-pro/collaboration-client-ui/locale/en-US"),require("@univerjs-pro/edit-history-viewer/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/collaboration-client/locale/en-US","@univerjs-pro/collaboration-client-ui/locale/en-US","@univerjs-pro/edit-history-viewer/locale/en-US"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsCollaborationEnUS=i(e.UniverCore,e.UniverProCollaborationClientEnUS,e.UniverProCollaborationClientUiEnUS,e.UniverProEditHistoryViewerEnUS))})(this,(function(e,i,n,r){"use strict";return e.mergeLocales(i,n,r)}));
14
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/collaboration-client/locale/en-US"),require("@univerjs-pro/collaboration-client-ui/locale/en-US"),require("@univerjs-pro/edit-history-loader/locale/en-US"),require("@univerjs-pro/edit-history-viewer/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/collaboration-client/locale/en-US","@univerjs-pro/collaboration-client-ui/locale/en-US","@univerjs-pro/edit-history-loader/locale/en-US","@univerjs-pro/edit-history-viewer/locale/en-US"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsCollaborationEnUS=r(e.UniverCore,e.UniverProCollaborationClientEnUS,e.UniverProCollaborationClientUiEnUS,e.UniverProEditHistoryLoaderEnUS,e.UniverProEditHistoryViewerEnUS))})(this,(function(e,r,i,o,n){"use strict";return e.mergeLocales(r,i,o,n)}));