@univerjs-pro/embed-ui 1.0.0-alpha.7 → 1.0.0-beta.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 (113) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +15 -62
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/common/embed-float-interaction-policy.d.ts +0 -2
  63. package/lib/types/common/embed-overlay-layers.d.ts +4 -0
  64. package/lib/types/components/EmbedFloatDomRenderer.d.ts +4 -37
  65. package/lib/types/components/EmbedHostToolbarMenu.d.ts +0 -26
  66. package/lib/types/components/embed-float-dom-data.d.ts +10 -0
  67. package/lib/types/components/embed-float-dom-geometry.d.ts +95 -0
  68. package/lib/types/components/embed-float-dom-interaction.d.ts +114 -0
  69. package/lib/types/plugin.d.ts +4 -2
  70. package/lib/types/products/bases/BaseFullscreenTableSidebar.d.ts +31 -0
  71. package/lib/types/products/bases/EmbedChildView.d.ts +5 -2
  72. package/lib/types/products/bases/EmbedFloatingMenu.d.ts +1 -6
  73. package/lib/types/products/bases/embed-content-size.d.ts +13 -7
  74. package/lib/types/products/bases/embed-passive-viewport.d.ts +2 -3
  75. package/lib/types/products/bases/register.d.ts +1 -0
  76. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +3 -10
  77. package/lib/types/products/docs/docs-custom-block-layout.d.ts +2 -1
  78. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +6 -1
  79. package/lib/types/products/product-ui-contributions.d.ts +1 -0
  80. package/lib/types/products/sheets/EmbedBlock.d.ts +4 -1
  81. package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +2 -33
  82. package/lib/types/products/sheets/SheetEmbedFloatingMenuControls.d.ts +92 -0
  83. package/lib/types/products/sheets/SheetEmbedFloatingMenuPrimitives.d.ts +85 -0
  84. package/lib/types/products/sheets/embed-content-size.d.ts +2 -0
  85. package/lib/types/products/sheets/embed-passive-viewport.d.ts +2 -3
  86. package/lib/types/products/slides/EmbedChildView.d.ts +5 -1
  87. package/lib/types/services/embed-display-target-sync.d.ts +4 -0
  88. package/lib/types/services/embed-dom-wheel.d.ts +40 -0
  89. package/lib/types/services/embed-floating-menu-root.d.ts +4 -0
  90. package/lib/types/services/embed-fullscreen-runtime.d.ts +26 -0
  91. package/lib/types/types/embed-ui.d.ts +3 -0
  92. package/lib/umd/index.js +1 -1
  93. package/lib/umd/locale/ar-SA.js +1 -1
  94. package/lib/umd/locale/ca-ES.js +1 -1
  95. package/lib/umd/locale/de-DE.js +1 -1
  96. package/lib/umd/locale/en-US.js +1 -1
  97. package/lib/umd/locale/es-ES.js +1 -1
  98. package/lib/umd/locale/fa-IR.js +1 -1
  99. package/lib/umd/locale/fr-FR.js +1 -1
  100. package/lib/umd/locale/id-ID.js +1 -1
  101. package/lib/umd/locale/it-IT.js +1 -1
  102. package/lib/umd/locale/ja-JP.js +1 -1
  103. package/lib/umd/locale/ko-KR.js +1 -1
  104. package/lib/umd/locale/pl-PL.js +1 -1
  105. package/lib/umd/locale/pt-BR.js +1 -1
  106. package/lib/umd/locale/ru-RU.js +1 -1
  107. package/lib/umd/locale/sk-SK.js +1 -1
  108. package/lib/umd/locale/vi-VN.js +1 -1
  109. package/lib/umd/locale/zh-CN.js +1 -1
  110. package/lib/umd/locale/zh-HK.js +1 -1
  111. package/lib/umd/locale/zh-TW.js +1 -1
  112. package/package.json +36 -34
  113. package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +0 -24
@@ -1 +1 @@
1
- function _0x2ede(){var _0x136e46=['غامق','حذف\x20العرض','3560712PeMQlt','محاذاة\x20أفقية','حذف','2248zlgzIj','حذف\x20هذا\x20الجدول؟','1772TYTssr','نسخ\x20التنسيق','وسط','لون\x20النص','حجم\x20الخط','حجم\x20الحدود','amd','تنسيق\x20الأرقام','سيتم\x20إزالة\x20هذا\x20العرض.','تكوين\x20العرض','تصغير','16nswGsm','يسار','تجاوز','إعادة\x20تعيين','10zyDVUR','الخروج\x20من\x20وضع\x20ملء\x20الشاشة','لون\x20التعبئة','أسفل','13077837SJYyra','{0}\x20نسخة','التفاف\x20النص','تبديل\x20التصفية','حدود','UniverProEmbedUiArSA','1361534IsyvkD','حذف\x20هذا\x20العرض؟','897OWxNQP','2264290QKfWYR','تكبير','حذف\x20كتلة\x20التضمين','7855INDFSd','exports','التفاف','object','لون\x20الحدود','دمج\x20الخلايا','27897991ffPwVP','سيتم\x20إزالة\x20هذا\x20الجدول\x20وسجلاته.','إضافة\x20عرض'];_0x2ede=function(){return _0x136e46;};return _0x2ede();}function _0x2798(_0x4630e3,_0x43b4e4){_0x4630e3=_0x4630e3-0x106;var _0x2ede09=_0x2ede();var _0x27985f=_0x2ede09[_0x4630e3];return _0x27985f;}(function(_0x17b9c4,_0x49ba91){var _0x28430c=_0x2798,_0x106d9d=_0x17b9c4();while(!![]){try{var _0x44901e=-parseInt(_0x28430c(0x11d))/0x1+parseInt(_0x28430c(0x133))/0x2*(parseInt(_0x28430c(0x11f))/0x3)+-parseInt(_0x28430c(0x131))/0x4*(-parseInt(_0x28430c(0x123))/0x5)+-parseInt(_0x28430c(0x12e))/0x6+parseInt(_0x28430c(0x120))/0x7*(parseInt(_0x28430c(0x10f))/0x8)+parseInt(_0x28430c(0x117))/0x9*(-parseInt(_0x28430c(0x113))/0xa)+parseInt(_0x28430c(0x129))/0xb;if(_0x44901e===_0x49ba91)break;else _0x106d9d['push'](_0x106d9d['shift']());}catch(_0x28d125){_0x106d9d['push'](_0x106d9d['shift']());}}}(_0x2ede,0xe14ea),function(_0x425222,_0x29aa88){var _0x17e686=_0x2798;typeof exports==_0x17e686(0x126)&&typeof module<'u'?module[_0x17e686(0x124)]=_0x29aa88():typeof define=='function'&&define[_0x17e686(0x10a)]?define([],_0x29aa88):(_0x425222=typeof globalThis<'u'?globalThis:_0x425222||self,_0x425222[_0x17e686(0x11c)]=_0x29aa88());}(this,function(){var _0x1ec48c=_0x2798;return{'embed-ui':{'deleteBlock':_0x1ec48c(0x122),'fullscreen':{'exit':_0x1ec48c(0x114)},'boardsFloating':{'fitContent':'ملاءمة\x20المحتوى','zoomOut':_0x1ec48c(0x10e),'resetZoom':'إعادة\x20تعيين\x20التكبير','zoomIn':_0x1ec48c(0x121),'delete':'حذف'},'basesFloating':{'copySuffix':'نسخ','delete':_0x1ec48c(0x130),'confirmDelete':{'viewTitle':_0x1ec48c(0x11e),'viewDescription':_0x1ec48c(0x10c),'tableTitle':_0x1ec48c(0x132),'tableDescription':_0x1ec48c(0x12a)},'tableSidebar':{'defaultTableName':'جدول\x20{0}'},'duplicateTable':{'copyName':_0x1ec48c(0x118)},'viewSettings':{'title':'إعدادات\x20العرض','addView':_0x1ec48c(0x12b),'configureView':_0x1ec48c(0x10d),'deleteView':_0x1ec48c(0x12d)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x1ec48c(0x134),'font':'خط','fontSize':_0x1ec48c(0x108),'numberFormat':_0x1ec48c(0x10b),'bold':_0x1ec48c(0x12c),'filter':_0x1ec48c(0x11a),'resetColor':_0x1ec48c(0x112),'textColor':{'main':_0x1ec48c(0x107)},'fillColor':{'main':_0x1ec48c(0x115)},'border':{'main':_0x1ec48c(0x11b)},'mergeCell':{'main':_0x1ec48c(0x128)},'horizontalAlignMode':{'main':_0x1ec48c(0x12f)},'verticalAlignMode':{'main':'محاذاة\x20عمودية'},'textWrapMode':{'main':_0x1ec48c(0x119)}},'align':{'left':_0x1ec48c(0x110),'center':_0x1ec48c(0x106),'right':'يمين','top':'أعلى','middle':'منتصف','bottom':_0x1ec48c(0x116)},'borderLine':{'borderColor':_0x1ec48c(0x127),'borderSize':_0x1ec48c(0x109)},'textWrap':{'overflow':_0x1ec48c(0x111),'wrap':_0x1ec48c(0x125),'clip':'قص'}}}};}));
1
+ (function(_0x5426f2,_0x506ee2){var _0x367ce9=_0x24fc,_0x259e88=_0x5426f2();while(!![]){try{var _0x45a80a=parseInt(_0x367ce9(0x84))/0x1*(parseInt(_0x367ce9(0x98))/0x2)+parseInt(_0x367ce9(0x93))/0x3*(-parseInt(_0x367ce9(0xa2))/0x4)+-parseInt(_0x367ce9(0x7d))/0x5*(parseInt(_0x367ce9(0x77))/0x6)+-parseInt(_0x367ce9(0x76))/0x7+parseInt(_0x367ce9(0x99))/0x8*(parseInt(_0x367ce9(0x8b))/0x9)+-parseInt(_0x367ce9(0x8d))/0xa*(-parseInt(_0x367ce9(0x7e))/0xb)+parseInt(_0x367ce9(0x8a))/0xc*(-parseInt(_0x367ce9(0x82))/0xd);if(_0x45a80a===_0x506ee2)break;else _0x259e88['push'](_0x259e88['shift']());}catch(_0x1e279d){_0x259e88['push'](_0x259e88['shift']());}}}(_0x87c4,0x472ee),function(_0x5321bd,_0x4e7c6f){var _0xf763f6=_0x24fc;typeof exports==_0xf763f6(0x9b)&&typeof module<'u'?module['exports']=_0x4e7c6f():typeof define=='function'&&define[_0xf763f6(0x90)]?define([],_0x4e7c6f):(_0x5321bd=typeof globalThis<'u'?globalThis:_0x5321bd||self,_0x5321bd['UniverProEmbedUiArSA']=_0x4e7c6f());}(this,function(){var _0xffe791=_0x24fc;return{'embed-ui':{'deleteBlock':_0xffe791(0x81),'fullscreen':{'exit':_0xffe791(0xa0)},'boardsFloating':{'fitContent':_0xffe791(0x8f),'zoomOut':_0xffe791(0x7a),'resetZoom':'إعادة\x20تعيين\x20التكبير','zoomIn':'تكبير','delete':_0xffe791(0x85)},'basesFloating':{'copySuffix':'نسخ','delete':_0xffe791(0x85),'confirmDelete':{'viewTitle':_0xffe791(0x8c),'viewDescription':_0xffe791(0x97),'tableTitle':_0xffe791(0x9e),'tableDescription':_0xffe791(0x9d)},'tableSidebar':{'defaultTableName':_0xffe791(0x9c)},'duplicateTable':{'copyName':_0xffe791(0x8e)},'viewSettings':{'title':_0xffe791(0xa5),'addView':_0xffe791(0x7f),'configureView':_0xffe791(0x78),'deleteView':_0xffe791(0x92)}},'sheetsFloating':{'toolbar':{'formatPainter':'نسخ\x20التنسيق','font':'خط','fontSize':_0xffe791(0x7c),'numberFormat':_0xffe791(0x88),'bold':_0xffe791(0x80),'filter':_0xffe791(0x79),'resetColor':_0xffe791(0x9f),'textColor':{'main':_0xffe791(0x9a)},'fillColor':{'main':_0xffe791(0xa3)},'border':{'main':_0xffe791(0xa6)},'mergeCell':{'main':_0xffe791(0x94)},'horizontalAlignMode':{'main':_0xffe791(0x87)},'verticalAlignMode':{'main':_0xffe791(0x7b)},'textWrapMode':{'main':_0xffe791(0x86)}},'align':{'left':_0xffe791(0x83),'center':'وسط','right':_0xffe791(0xa4),'top':'أعلى','middle':_0xffe791(0x89),'bottom':_0xffe791(0x91)},'borderLine':{'borderColor':'لون\x20الحدود','borderSize':_0xffe791(0x95)},'textWrap':{'overflow':_0xffe791(0xa1),'wrap':_0xffe791(0x96),'clip':'قص'}}}};}));function _0x24fc(_0xdd1151,_0x4655c6){_0xdd1151=_0xdd1151-0x76;var _0x87c4b1=_0x87c4();var _0x24fce0=_0x87c4b1[_0xdd1151];return _0x24fce0;}function _0x87c4(){var _0x10177e=['إعادة\x20تعيين','الخروج\x20من\x20وضع\x20ملء\x20الشاشة','تجاوز','117876vDjYhB','لون\x20التعبئة','يمين','إعدادات\x20العرض','حدود','434616mbojnR','318nZHXCI','تكوين\x20العرض','تبديل\x20التصفية','تصغير','محاذاة\x20عمودية','حجم\x20الخط','21995Akljso','77dwjQrh','إضافة\x20عرض','غامق','حذف\x20كتلة\x20التضمين','1948687gcgOrY','يسار','1vhAxYw','حذف','التفاف\x20النص','محاذاة\x20أفقية','تنسيق\x20الأرقام','منتصف','12kVDNFI','4785057Aauwrx','حذف\x20هذا\x20العرض؟','245390DCQrqV','{0}\x20نسخة','ملاءمة\x20المحتوى','amd','أسفل','حذف\x20العرض','45dlvlEi','دمج\x20الخلايا','حجم\x20الحدود','التفاف','سيتم\x20إزالة\x20هذا\x20العرض.','950578WzyaPF','8YrdpJP','لون\x20النص','object','جدول\x20{0}','سيتم\x20إزالة\x20هذا\x20الجدول\x20وسجلاته.','حذف\x20هذا\x20الجدول؟'];_0x87c4=function(){return _0x10177e;};return _0x87c4();}
@@ -1 +1 @@
1
- function _0x3415(_0x203a2c,_0x577eae){_0x203a2c=_0x203a2c-0xb5;var _0xd174c8=_0xd174();var _0x34152c=_0xd174c8[_0x203a2c];return _0x34152c;}(function(_0x3b0339,_0xc26a98){var _0x18240b=_0x3415,_0x35fd59=_0x3b0339();while(!![]){try{var _0x1c1d0c=parseInt(_0x18240b(0xc7))/0x1+parseInt(_0x18240b(0xd9))/0x2+parseInt(_0x18240b(0xd3))/0x3+-parseInt(_0x18240b(0xd8))/0x4*(-parseInt(_0x18240b(0xc9))/0x5)+-parseInt(_0x18240b(0xb8))/0x6*(-parseInt(_0x18240b(0xc4))/0x7)+-parseInt(_0x18240b(0xb7))/0x8*(parseInt(_0x18240b(0xd7))/0x9)+-parseInt(_0x18240b(0xc3))/0xa*(parseInt(_0x18240b(0xca))/0xb);if(_0x1c1d0c===_0xc26a98)break;else _0x35fd59['push'](_0x35fd59['shift']());}catch(_0x15dc0a){_0x35fd59['push'](_0x35fd59['shift']());}}}(_0xd174,0xd8724),function(_0x1fb6cc,_0x2f610f){var _0x49bec7=_0x3415;typeof exports=='object'&&typeof module<'u'?module[_0x49bec7(0xcf)]=_0x2f610f():typeof define==_0x49bec7(0xbf)&&define['amd']?define([],_0x2f610f):(_0x1fb6cc=typeof globalThis<'u'?globalThis:_0x1fb6cc||self,_0x1fb6cc[_0x49bec7(0xce)]=_0x2f610f());}(this,function(){var _0x95e7d1=_0x3415;return{'embed-ui':{'deleteBlock':_0x95e7d1(0xbe),'fullscreen':{'exit':'Surt\x20de\x20la\x20pantalla\x20completa'},'boardsFloating':{'fitContent':'Ajusta\x20al\x20contingut','zoomOut':_0x95e7d1(0xc2),'resetZoom':_0x95e7d1(0xd5),'zoomIn':_0x95e7d1(0xd6),'delete':_0x95e7d1(0xdd)},'basesFloating':{'copySuffix':_0x95e7d1(0xd4),'delete':_0x95e7d1(0xdd),'confirmDelete':{'viewTitle':_0x95e7d1(0xdb),'viewDescription':_0x95e7d1(0xe0),'tableTitle':'Voleu\x20suprimir\x20aquesta\x20taula?','tableDescription':_0x95e7d1(0xbc)},'tableSidebar':{'defaultTableName':'Taula\x20{0}'},'duplicateTable':{'copyName':'{0}\x20còpia'},'viewSettings':{'title':'Configuració\x20de\x20la\x20vista','addView':_0x95e7d1(0xde),'configureView':'Configura\x20la\x20vista','deleteView':_0x95e7d1(0xda)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x95e7d1(0xc0),'font':_0x95e7d1(0xba),'fontSize':_0x95e7d1(0xdf),'numberFormat':_0x95e7d1(0xb6),'bold':_0x95e7d1(0xb5),'filter':_0x95e7d1(0xc5),'resetColor':_0x95e7d1(0xb9),'textColor':{'main':_0x95e7d1(0xc6)},'fillColor':{'main':_0x95e7d1(0xbb)},'border':{'main':'Vora'},'mergeCell':{'main':'Combina\x20cel·les'},'horizontalAlignMode':{'main':_0x95e7d1(0xcd)},'verticalAlignMode':{'main':_0x95e7d1(0xd0)},'textWrapMode':{'main':_0x95e7d1(0xcc)}},'align':{'left':_0x95e7d1(0xc8),'center':_0x95e7d1(0xbd),'right':_0x95e7d1(0xcb),'top':'superior','middle':_0x95e7d1(0xd1),'bottom':_0x95e7d1(0xd2)},'borderLine':{'borderColor':'colorVora','borderSize':_0x95e7d1(0xc1)},'textWrap':{'overflow':_0x95e7d1(0xdc),'wrap':'Ajustar','clip':'Retallar'}}}};}));function _0xd174(){var _0xef0838=['Tipus\x20de\x20lletra','Color\x20de\x20fons','Aquesta\x20taula\x20i\x20els\x20seus\x20registres\x20se\x20suprimiran.','centre','Suprimeix\x20el\x20bloc\x20incrustat','function','Copiar\x20format','gruixVora','Redueix','210sJAURE','7rymaHs','Alterna\x20el\x20filtre','Color\x20del\x20text','881920ioCgED','esquerra','5bOxkWT','1524281GzSqEv','dreta','Ajustament\x20del\x20text','Alineació\x20horitzontal','UniverProEmbedUiCaES','exports','Alineació\x20vertical','mig','inferior','4475103DEXBkx','Copia','Reinicia\x20el\x20zoom','Amplia','3297870yclHZB','1735492eQbEZO','1460762ALAXgc','Suprimeix\x20la\x20vista','Voleu\x20suprimir\x20aquesta\x20vista?','Desbordament','Suprimeix','Afegeix\x20vista','Mida\x20de\x20la\x20lletra','Aquesta\x20vista\x20se\x20suprimirà.','Negreta','Format\x20de\x20nombre','8DzwMxF','3750660RLUYhy','Restablir'];_0xd174=function(){return _0xef0838;};return _0xd174();}
1
+ function _0x52da(){var _0x56123a=['superior','centre','Suprimeix\x20el\x20bloc\x20incrustat','3961116ZngneC','77yJWemq','Retallar','Aquesta\x20taula\x20i\x20els\x20seus\x20registres\x20se\x20suprimiran.','Copia','Mida\x20de\x20la\x20lletra','Redueix','Restablir','Surt\x20de\x20la\x20pantalla\x20completa','Copiar\x20format','Configuració\x20de\x20la\x20vista','Voleu\x20suprimir\x20aquesta\x20taula?','dreta','1KVxtWI','1416965quzNDK','Reinicia\x20el\x20zoom','Aquesta\x20vista\x20se\x20suprimirà.','Ajustar','inferior','Vora','esquerra','Negreta','Suprimeix','359854rupbjT','3614620lTyJXR','colorVora','mig','7405244cGXyMc','gruixVora','6CwDcYz','exports','Color\x20del\x20text','2858748nVYkmZ','Ajusta\x20al\x20contingut','Ajustament\x20del\x20text','Afegeix\x20vista','Alterna\x20el\x20filtre','6PIjJlB','Voleu\x20suprimir\x20aquesta\x20vista?','117909PrNRfC','408ZqYlFC','Desbordament','Format\x20de\x20nombre','Tipus\x20de\x20lletra'];_0x52da=function(){return _0x56123a;};return _0x52da();}function _0x2714(_0x5ae99a,_0x4032dc){_0x5ae99a=_0x5ae99a-0x129;var _0x52da3a=_0x52da();var _0x27148f=_0x52da3a[_0x5ae99a];return _0x27148f;}(function(_0x5cff04,_0x3fc36f){var _0x3afed7=_0x2714,_0x10411c=_0x5cff04();while(!![]){try{var _0x471af1=-parseInt(_0x3afed7(0x12f))/0x1*(parseInt(_0x3afed7(0x139))/0x2)+parseInt(_0x3afed7(0x13f))/0x3*(-parseInt(_0x3afed7(0x142))/0x4)+parseInt(_0x3afed7(0x130))/0x5*(parseInt(_0x3afed7(0x147))/0x6)+-parseInt(_0x3afed7(0x13d))/0x7+parseInt(_0x3afed7(0x14a))/0x8*(parseInt(_0x3afed7(0x149))/0x9)+parseInt(_0x3afed7(0x13a))/0xa+parseInt(_0x3afed7(0x152))/0xb*(parseInt(_0x3afed7(0x151))/0xc);if(_0x471af1===_0x3fc36f)break;else _0x10411c['push'](_0x10411c['shift']());}catch(_0x43c129){_0x10411c['push'](_0x10411c['shift']());}}}(_0x52da,0xe9830),function(_0x48bc1c,_0x4e6902){var _0x52d91a=_0x2714;typeof exports=='object'&&typeof module<'u'?module[_0x52d91a(0x140)]=_0x4e6902():typeof define=='function'&&define['amd']?define([],_0x4e6902):(_0x48bc1c=typeof globalThis<'u'?globalThis:_0x48bc1c||self,_0x48bc1c['UniverProEmbedUiCaES']=_0x4e6902());}(this,function(){var _0x5b81bf=_0x2714;return{'embed-ui':{'deleteBlock':_0x5b81bf(0x150),'fullscreen':{'exit':_0x5b81bf(0x12a)},'boardsFloating':{'fitContent':_0x5b81bf(0x143),'zoomOut':_0x5b81bf(0x157),'resetZoom':_0x5b81bf(0x131),'zoomIn':'Amplia','delete':_0x5b81bf(0x138)},'basesFloating':{'copySuffix':_0x5b81bf(0x155),'delete':_0x5b81bf(0x138),'confirmDelete':{'viewTitle':_0x5b81bf(0x148),'viewDescription':_0x5b81bf(0x132),'tableTitle':_0x5b81bf(0x12d),'tableDescription':_0x5b81bf(0x154)},'tableSidebar':{'defaultTableName':'Taula\x20{0}'},'duplicateTable':{'copyName':'{0}\x20còpia'},'viewSettings':{'title':_0x5b81bf(0x12c),'addView':_0x5b81bf(0x145),'configureView':'Configura\x20la\x20vista','deleteView':'Suprimeix\x20la\x20vista'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x5b81bf(0x12b),'font':_0x5b81bf(0x14d),'fontSize':_0x5b81bf(0x156),'numberFormat':_0x5b81bf(0x14c),'bold':_0x5b81bf(0x137),'filter':_0x5b81bf(0x146),'resetColor':_0x5b81bf(0x129),'textColor':{'main':_0x5b81bf(0x141)},'fillColor':{'main':'Color\x20de\x20fons'},'border':{'main':_0x5b81bf(0x135)},'mergeCell':{'main':'Combina\x20cel·les'},'horizontalAlignMode':{'main':'Alineació\x20horitzontal'},'verticalAlignMode':{'main':'Alineació\x20vertical'},'textWrapMode':{'main':_0x5b81bf(0x144)}},'align':{'left':_0x5b81bf(0x136),'center':_0x5b81bf(0x14f),'right':_0x5b81bf(0x12e),'top':_0x5b81bf(0x14e),'middle':_0x5b81bf(0x13c),'bottom':_0x5b81bf(0x134)},'borderLine':{'borderColor':_0x5b81bf(0x13b),'borderSize':_0x5b81bf(0x13e)},'textWrap':{'overflow':_0x5b81bf(0x14b),'wrap':_0x5b81bf(0x133),'clip':_0x5b81bf(0x153)}}}};}));
@@ -1 +1 @@
1
- (function(_0x2bec39,_0x5f4f05){var _0x39c362=_0x2ccf,_0x55db50=_0x2bec39();while(!![]){try{var _0x877fb9=parseInt(_0x39c362(0x122))/0x1*(parseInt(_0x39c362(0xf7))/0x2)+-parseInt(_0x39c362(0x11b))/0x3+parseInt(_0x39c362(0x11d))/0x4*(-parseInt(_0x39c362(0xf9))/0x5)+-parseInt(_0x39c362(0x116))/0x6+-parseInt(_0x39c362(0x110))/0x7*(parseInt(_0x39c362(0x115))/0x8)+parseInt(_0x39c362(0x11e))/0x9+-parseInt(_0x39c362(0x117))/0xa*(-parseInt(_0x39c362(0x10a))/0xb);if(_0x877fb9===_0x5f4f05)break;else _0x55db50['push'](_0x55db50['shift']());}catch(_0x3ab564){_0x55db50['push'](_0x55db50['shift']());}}}(_0xc289,0xb7c7f),function(_0x1d4250,_0x5c3a33){var _0x2f3392=_0x2ccf;typeof exports=='object'&&typeof module<'u'?module[_0x2f3392(0x113)]=_0x5c3a33():typeof define==_0x2f3392(0xf0)&&define[_0x2f3392(0x108)]?define([],_0x5c3a33):(_0x1d4250=typeof globalThis<'u'?globalThis:_0x1d4250||self,_0x1d4250[_0x2f3392(0xfc)]=_0x5c3a33());}(this,function(){var _0x1beaf6=_0x2ccf;return{'embed-ui':{'deleteBlock':_0x1beaf6(0xfb),'fullscreen':{'exit':_0x1beaf6(0x11c)},'boardsFloating':{'fitContent':_0x1beaf6(0xf1),'zoomOut':'Verkleinern','resetZoom':_0x1beaf6(0xfd),'zoomIn':_0x1beaf6(0x10c),'delete':_0x1beaf6(0x102)},'basesFloating':{'copySuffix':_0x1beaf6(0x11a),'delete':_0x1beaf6(0xf3),'confirmDelete':{'viewTitle':_0x1beaf6(0x107),'viewDescription':_0x1beaf6(0x119),'tableTitle':_0x1beaf6(0x106),'tableDescription':_0x1beaf6(0x100)},'tableSidebar':{'defaultTableName':'Tabelle\x20{0}'},'duplicateTable':{'copyName':_0x1beaf6(0xf5)},'viewSettings':{'title':_0x1beaf6(0x109),'addView':_0x1beaf6(0x10f),'configureView':_0x1beaf6(0x114),'deleteView':_0x1beaf6(0x112)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x1beaf6(0xfe),'font':_0x1beaf6(0x103),'fontSize':'Schriftgröße','numberFormat':_0x1beaf6(0x111),'bold':_0x1beaf6(0x120),'filter':_0x1beaf6(0x121),'resetColor':_0x1beaf6(0xf2),'textColor':{'main':_0x1beaf6(0xf8)},'fillColor':{'main':_0x1beaf6(0xff)},'border':{'main':'Rahmen'},'mergeCell':{'main':_0x1beaf6(0x10e)},'horizontalAlignMode':{'main':_0x1beaf6(0x104)},'verticalAlignMode':{'main':'Vertikale\x20Ausrichtung'},'textWrapMode':{'main':_0x1beaf6(0x101)}},'align':{'left':_0x1beaf6(0x105),'center':'zentriert','right':_0x1beaf6(0x10b),'top':_0x1beaf6(0x10d),'middle':_0x1beaf6(0x11f),'bottom':_0x1beaf6(0xfa)},'borderLine':{'borderColor':'Rahmenfarbe','borderSize':_0x1beaf6(0xf4)},'textWrap':{'overflow':_0x1beaf6(0x118),'wrap':'Umbrechen','clip':_0x1beaf6(0xf6)}}}};}));function _0x2ccf(_0x3234d4,_0x537b90){_0x3234d4=_0x3234d4-0xf0;var _0xc289cc=_0xc289();var _0x2ccffd=_0xc289cc[_0x3234d4];return _0x2ccffd;}function _0xc289(){var _0x27a63a=['219289yQhKVl','function','An\x20Inhalt\x20anpassen','Zurücksetzen','Suprimeix','Rahmenstärke','{0}\x20Kopie','Abschneiden','10sYpVqv','Textfarbe','607145dyIOSJ','unten','Eingebetteten\x20Block\x20löschen','UniverProEmbedUiDeDE','Zoom\x20zurücksetzen','Format\x20übertragen','Füllfarbe','Diese\x20Tabelle\x20und\x20ihre\x20Datensätze\x20werden\x20entfernt.','Text\x20umbrechen','Löschen','Schriftart','Horizontale\x20Ausrichtung','links','Diese\x20Tabelle\x20löschen?','Diese\x20Ansicht\x20löschen?','amd','Ansichtseinstellungen','1212684DcBVXI','rechts','Vergrößern','oben','Zellen\x20verbinden','Ansicht\x20hinzufügen','3478181ZKXKvA','Zahlenformat','Ansicht\x20löschen','exports','Ansicht\x20konfigurieren','16CgcLBB','5455416aZgGZN','300ZXHlVP','Überlauf','Diese\x20Ansicht\x20wird\x20entfernt.','Kopie','1514292WXitFI','Vollbildmodus\x20beenden','44XYoHND','832383gYQnso','mittig','Fett','Filter\x20ein-/ausschalten'];_0xc289=function(){return _0x27a63a;};return _0xc289();}
1
+ (function(_0x1f39fe,_0x41ca2c){var _0x4e6795=_0x588d,_0x25525a=_0x1f39fe();while(!![]){try{var _0x1156c4=parseInt(_0x4e6795(0x1e2))/0x1+parseInt(_0x4e6795(0x1ca))/0x2*(-parseInt(_0x4e6795(0x1c8))/0x3)+parseInt(_0x4e6795(0x1ba))/0x4+parseInt(_0x4e6795(0x1be))/0x5+-parseInt(_0x4e6795(0x1d4))/0x6*(-parseInt(_0x4e6795(0x1d5))/0x7)+parseInt(_0x4e6795(0x1df))/0x8+-parseInt(_0x4e6795(0x1c5))/0x9;if(_0x1156c4===_0x41ca2c)break;else _0x25525a['push'](_0x25525a['shift']());}catch(_0x2735cc){_0x25525a['push'](_0x25525a['shift']());}}}(_0x439b,0x81fb6),function(_0x16865e,_0x22731a){var _0x507a2e=_0x588d;typeof exports==_0x507a2e(0x1d2)&&typeof module<'u'?module['exports']=_0x22731a():typeof define=='function'&&define[_0x507a2e(0x1d3)]?define([],_0x22731a):(_0x16865e=typeof globalThis<'u'?globalThis:_0x16865e||self,_0x16865e[_0x507a2e(0x1cb)]=_0x22731a());}(this,function(){var _0x1015a9=_0x588d;return{'embed-ui':{'deleteBlock':_0x1015a9(0x1da),'fullscreen':{'exit':_0x1015a9(0x1d0)},'boardsFloating':{'fitContent':_0x1015a9(0x1ce),'zoomOut':'Verkleinern','resetZoom':_0x1015a9(0x1bf),'zoomIn':'Vergrößern','delete':_0x1015a9(0x1cf)},'basesFloating':{'copySuffix':_0x1015a9(0x1c4),'delete':_0x1015a9(0x1dd),'confirmDelete':{'viewTitle':_0x1015a9(0x1c3),'viewDescription':_0x1015a9(0x1de),'tableTitle':_0x1015a9(0x1b7),'tableDescription':_0x1015a9(0x1bc)},'tableSidebar':{'defaultTableName':'Tabelle\x20{0}'},'duplicateTable':{'copyName':_0x1015a9(0x1c6)},'viewSettings':{'title':_0x1015a9(0x1cc),'addView':_0x1015a9(0x1db),'configureView':_0x1015a9(0x1c0),'deleteView':_0x1015a9(0x1d8)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x1015a9(0x1c7),'font':_0x1015a9(0x1c9),'fontSize':_0x1015a9(0x1bb),'numberFormat':_0x1015a9(0x1b8),'bold':'Fett','filter':'Filter\x20ein-/ausschalten','resetColor':_0x1015a9(0x1c2),'textColor':{'main':_0x1015a9(0x1d7)},'fillColor':{'main':'Füllfarbe'},'border':{'main':_0x1015a9(0x1d9)},'mergeCell':{'main':'Zellen\x20verbinden'},'horizontalAlignMode':{'main':_0x1015a9(0x1d1)},'verticalAlignMode':{'main':_0x1015a9(0x1bd)},'textWrapMode':{'main':'Text\x20umbrechen'}},'align':{'left':'links','center':_0x1015a9(0x1dc),'right':_0x1015a9(0x1e1),'top':_0x1015a9(0x1cd),'middle':_0x1015a9(0x1b9),'bottom':'unten'},'borderLine':{'borderColor':_0x1015a9(0x1e0),'borderSize':_0x1015a9(0x1b6)},'textWrap':{'overflow':_0x1015a9(0x1d6),'wrap':'Umbrechen','clip':_0x1015a9(0x1c1)}}}};}));function _0x588d(_0x1da96a,_0x398c8a){_0x1da96a=_0x1da96a-0x1b6;var _0x439b88=_0x439b();var _0x588d58=_0x439b88[_0x1da96a];return _0x588d58;}function _0x439b(){var _0x4ae85c=['Schriftart','3946lMGdFJ','UniverProEmbedUiDeDE','Ansichtseinstellungen','oben','An\x20Inhalt\x20anpassen','Löschen','Vollbildmodus\x20beenden','Horizontale\x20Ausrichtung','object','amd','27678BxNNRU','833ZeUVcF','Überlauf','Textfarbe','Ansicht\x20löschen','Rahmen','Eingebetteten\x20Block\x20löschen','Ansicht\x20hinzufügen','zentriert','Suprimeix','Diese\x20Ansicht\x20wird\x20entfernt.','2387856VwgiKp','Rahmenfarbe','rechts','853769dgmvRQ','Rahmenstärke','Diese\x20Tabelle\x20löschen?','Zahlenformat','mittig','946620spZUSn','Schriftgröße','Diese\x20Tabelle\x20und\x20ihre\x20Datensätze\x20werden\x20entfernt.','Vertikale\x20Ausrichtung','178190NMtJnp','Zoom\x20zurücksetzen','Ansicht\x20konfigurieren','Abschneiden','Zurücksetzen','Diese\x20Ansicht\x20löschen?','Kopie','4854816ygNttU','{0}\x20Kopie','Format\x20übertragen','1371akfxwl'];_0x439b=function(){return _0x4ae85c;};return _0x439b();}
@@ -1 +1 @@
1
- function _0x152f(_0x2e3ca0,_0xc2d162){_0x2e3ca0=_0x2e3ca0-0x7c;var _0x53a912=_0x53a9();var _0x152f3e=_0x53a912[_0x2e3ca0];return _0x152f3e;}(function(_0xd9f980,_0x32a8c3){var _0x3aedb9=_0x152f,_0x3fb717=_0xd9f980();while(!![]){try{var _0x26511b=parseInt(_0x3aedb9(0xa1))/0x1+-parseInt(_0x3aedb9(0x7e))/0x2+-parseInt(_0x3aedb9(0x99))/0x3+parseInt(_0x3aedb9(0x88))/0x4+parseInt(_0x3aedb9(0x9a))/0x5*(-parseInt(_0x3aedb9(0xa7))/0x6)+-parseInt(_0x3aedb9(0xac))/0x7*(parseInt(_0x3aedb9(0xab))/0x8)+-parseInt(_0x3aedb9(0x8c))/0x9*(-parseInt(_0x3aedb9(0x90))/0xa);if(_0x26511b===_0x32a8c3)break;else _0x3fb717['push'](_0x3fb717['shift']());}catch(_0x4efba7){_0x3fb717['push'](_0x3fb717['shift']());}}}(_0x53a9,0x2f88a),function(_0x4b32c6,_0x5e1890){var _0x303231=_0x152f;typeof exports==_0x303231(0x92)&&typeof module<'u'?module[_0x303231(0xa2)]=_0x5e1890():typeof define==_0x303231(0x8e)&&define[_0x303231(0x8f)]?define([],_0x5e1890):(_0x4b32c6=typeof globalThis<'u'?globalThis:_0x4b32c6||self,_0x4b32c6[_0x303231(0x97)]=_0x5e1890());}(this,function(){var _0x221984=_0x152f;return{'embed-ui':{'deleteBlock':'Delete\x20embed\x20block','fullscreen':{'exit':_0x221984(0x98)},'boardsFloating':{'fitContent':'Fit\x20content','zoomOut':_0x221984(0x83),'resetZoom':_0x221984(0xa4),'zoomIn':'Zoom\x20in','delete':_0x221984(0xa0)},'basesFloating':{'copySuffix':'Copy','delete':'Delete','confirmDelete':{'viewTitle':_0x221984(0x8d),'viewDescription':_0x221984(0x9f),'tableTitle':'Delete\x20this\x20table?','tableDescription':_0x221984(0x7d)},'tableSidebar':{'defaultTableName':'Table\x20{0}'},'duplicateTable':{'copyName':_0x221984(0x84)},'viewSettings':{'title':_0x221984(0x85),'addView':_0x221984(0xa6),'configureView':_0x221984(0x9d),'deleteView':_0x221984(0x82)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x221984(0xa3),'font':_0x221984(0x7c),'fontSize':_0x221984(0x91),'numberFormat':_0x221984(0xad),'bold':_0x221984(0xa9),'filter':_0x221984(0x81),'resetColor':_0x221984(0xa8),'textColor':{'main':_0x221984(0x95)},'fillColor':{'main':_0x221984(0x96)},'border':{'main':_0x221984(0x94)},'mergeCell':{'main':_0x221984(0x93)},'horizontalAlignMode':{'main':_0x221984(0x8a)},'verticalAlignMode':{'main':_0x221984(0xa5)},'textWrapMode':{'main':_0x221984(0x89)}},'align':{'left':_0x221984(0x87),'center':_0x221984(0x9c),'right':_0x221984(0xaa),'top':_0x221984(0x9e),'middle':_0x221984(0x9b),'bottom':'bottom'},'borderLine':{'borderColor':_0x221984(0x7f),'borderSize':'borderSize'},'textWrap':{'overflow':_0x221984(0x80),'wrap':_0x221984(0x8b),'clip':_0x221984(0x86)}}}};}));function _0x53a9(){var _0x472247=['Merge\x20cells','Border','Text\x20color','Fill\x20color','UniverProEmbedUiEnUS','Exit\x20fullscreen','925455bTMzzF','8590tCOetp','middle','center','Configure\x20View','top','This\x20view\x20will\x20be\x20removed.','Delete','316748eRNoQD','exports','Paint\x20format','Reset\x20zoom','Vertical\x20align','Add\x20view','732rkPObp','Reset','Bold','right','8EqtRgz','1153502YXBpxC','Number\x20format','Font','This\x20table\x20and\x20its\x20records\x20will\x20be\x20removed.','54306XoGAYk','borderColor','Overflow','Toggle\x20Filter','Delete\x20view','Zoom\x20out','{0}\x20Copy','View\x20Settings','Clip','left','918532LhnVFm','Text\x20wrap','Horizontal\x20align','Wrap','639ehUcil','Delete\x20this\x20view?','function','amd','50470VOzXyx','Font\x20size','object'];_0x53a9=function(){return _0x472247;};return _0x53a9();}
1
+ function _0xefd7(_0x4e2324,_0x10d0e4){_0x4e2324=_0x4e2324-0x18b;var _0x29d618=_0x29d6();var _0xefd71a=_0x29d618[_0x4e2324];return _0xefd71a;}function _0x29d6(){var _0x50a6a7=['Add\x20view','Delete\x20embed\x20block','6360906mmGJQx','4720136VrXjAf','44690MyWfOm','Border','Delete\x20view','Vertical\x20align','Delete\x20this\x20table?','function','Overflow','Text\x20wrap','Toggle\x20Filter','529696SMVEFT','Font\x20size','Delete','Configure\x20View','This\x20table\x20and\x20its\x20records\x20will\x20be\x20removed.','Exit\x20fullscreen','6287385FLiqrK','Zoom\x20in','This\x20view\x20will\x20be\x20removed.','View\x20Settings','borderSize','Fill\x20color','513666cSHFDJ','Table\x20{0}','2196KmZmyO','Font','Copy','1156449bdWfFG','right','Horizontal\x20align','UniverProEmbedUiEnUS','{0}\x20Copy','3ipbgMT','Reset','Delete\x20this\x20view?','exports','Fit\x20content','Text\x20color','Paint\x20format','14kTsmjb','Number\x20format'];_0x29d6=function(){return _0x50a6a7;};return _0x29d6();}(function(_0x6db230,_0x5cf81b){var _0x15a62d=_0xefd7,_0x40e76e=_0x6db230();while(!![]){try{var _0x2b04d0=parseInt(_0x15a62d(0x1a4))/0x1+parseInt(_0x15a62d(0x19f))/0x2*(-parseInt(_0x15a62d(0x1a9))/0x3)+-parseInt(_0x15a62d(0x193))/0x4+parseInt(_0x15a62d(0x199))/0x5+parseInt(_0x15a62d(0x1b4))/0x6+parseInt(_0x15a62d(0x1b0))/0x7*(-parseInt(_0x15a62d(0x1b5))/0x8)+-parseInt(_0x15a62d(0x1a1))/0x9*(parseInt(_0x15a62d(0x1b6))/0xa);if(_0x2b04d0===_0x5cf81b)break;else _0x40e76e['push'](_0x40e76e['shift']());}catch(_0x5065b8){_0x40e76e['push'](_0x40e76e['shift']());}}}(_0x29d6,0xc6d0e),function(_0x4b4a89,_0x157a53){var _0x5acd7b=_0xefd7;typeof exports=='object'&&typeof module<'u'?module[_0x5acd7b(0x1ac)]=_0x157a53():typeof define==_0x5acd7b(0x18f)&&define['amd']?define([],_0x157a53):(_0x4b4a89=typeof globalThis<'u'?globalThis:_0x4b4a89||self,_0x4b4a89[_0x5acd7b(0x1a7)]=_0x157a53());}(this,function(){var _0x1ece5f=_0xefd7;return{'embed-ui':{'deleteBlock':_0x1ece5f(0x1b3),'fullscreen':{'exit':_0x1ece5f(0x198)},'boardsFloating':{'fitContent':_0x1ece5f(0x1ad),'zoomOut':'Zoom\x20out','resetZoom':'Reset\x20zoom','zoomIn':_0x1ece5f(0x19a),'delete':_0x1ece5f(0x195)},'basesFloating':{'copySuffix':_0x1ece5f(0x1a3),'delete':_0x1ece5f(0x195),'confirmDelete':{'viewTitle':_0x1ece5f(0x1ab),'viewDescription':_0x1ece5f(0x19b),'tableTitle':_0x1ece5f(0x18e),'tableDescription':_0x1ece5f(0x197)},'tableSidebar':{'defaultTableName':_0x1ece5f(0x1a0)},'duplicateTable':{'copyName':_0x1ece5f(0x1a8)},'viewSettings':{'title':_0x1ece5f(0x19c),'addView':_0x1ece5f(0x1b2),'configureView':_0x1ece5f(0x196),'deleteView':_0x1ece5f(0x18c)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x1ece5f(0x1af),'font':_0x1ece5f(0x1a2),'fontSize':_0x1ece5f(0x194),'numberFormat':_0x1ece5f(0x1b1),'bold':'Bold','filter':_0x1ece5f(0x192),'resetColor':_0x1ece5f(0x1aa),'textColor':{'main':_0x1ece5f(0x1ae)},'fillColor':{'main':_0x1ece5f(0x19e)},'border':{'main':_0x1ece5f(0x18b)},'mergeCell':{'main':'Merge\x20cells'},'horizontalAlignMode':{'main':_0x1ece5f(0x1a6)},'verticalAlignMode':{'main':_0x1ece5f(0x18d)},'textWrapMode':{'main':_0x1ece5f(0x191)}},'align':{'left':'left','center':'center','right':_0x1ece5f(0x1a5),'top':'top','middle':'middle','bottom':'bottom'},'borderLine':{'borderColor':'borderColor','borderSize':_0x1ece5f(0x19d)},'textWrap':{'overflow':_0x1ece5f(0x190),'wrap':'Wrap','clip':'Clip'}}}};}));
@@ -1 +1 @@
1
- function _0x1a86(_0x408f24,_0x23b73f){_0x408f24=_0x408f24-0x19a;var _0x548726=_0x5487();var _0x1a86d9=_0x548726[_0x408f24];return _0x1a86d9;}function _0x5487(){var _0x1f2d25=['Añadir\x20vista','izquierda','Tamaño\x20de\x20fuente','Suprimeix','176186tPJIKm','673659jOhaCg','Restablecer','Restablecer\x20zoom','140RmjtuI','Aumentar','Ajuste\x20de\x20texto','Esta\x20tabla\x20y\x20sus\x20registros\x20se\x20eliminarán.','grosorBorde','¿Eliminar\x20esta\x20vista?','Borde','Salir\x20de\x20pantalla\x20completa','function','1tvaIVN','1233975WUTCvr','Fuente','665634xeGAhk','inferior','Color\x20de\x20relleno','Cortar','exports','7vIjRKA','medio','Color\x20del\x20texto','Copia','2179245jZPAkJ','1159592tzHzFI','Desbordamiento','Alternar\x20filtro','colorBorde','18708IXjEFB','Eliminar\x20bloque\x20insertado','Reducir','Alineación\x20vertical','Negrita','amd','Copiar\x20formato','Esta\x20vista\x20se\x20eliminará.','UniverProEmbedUiEsES','Alineación\x20horizontal'];_0x5487=function(){return _0x1f2d25;};return _0x5487();}(function(_0x1bc6e2,_0x2af817){var _0x685685=_0x1a86,_0x1f5a20=_0x1bc6e2();while(!![]){try{var _0x44c01e=parseInt(_0x685685(0x1ab))/0x1*(parseInt(_0x685685(0x19e))/0x2)+-parseInt(_0x685685(0x1ac))/0x3+-parseInt(_0x685685(0x1bc))/0x4+-parseInt(_0x685685(0x1b7))/0x5+parseInt(_0x685685(0x1ae))/0x6*(parseInt(_0x685685(0x1b3))/0x7)+-parseInt(_0x685685(0x1b8))/0x8+parseInt(_0x685685(0x19f))/0x9*(parseInt(_0x685685(0x1a2))/0xa);if(_0x44c01e===_0x2af817)break;else _0x1f5a20['push'](_0x1f5a20['shift']());}catch(_0x59a00f){_0x1f5a20['push'](_0x1f5a20['shift']());}}}(_0x5487,0x3d122),function(_0x158313,_0x209ca0){var _0x5ede22=_0x1a86;typeof exports=='object'&&typeof module<'u'?module[_0x5ede22(0x1b2)]=_0x209ca0():typeof define==_0x5ede22(0x1aa)&&define[_0x5ede22(0x1c1)]?define([],_0x209ca0):(_0x158313=typeof globalThis<'u'?globalThis:_0x158313||self,_0x158313[_0x5ede22(0x1c4)]=_0x209ca0());}(this,function(){var _0x2f02e4=_0x1a86;return{'embed-ui':{'deleteBlock':_0x2f02e4(0x1bd),'fullscreen':{'exit':_0x2f02e4(0x1a9)},'boardsFloating':{'fitContent':'Ajustar\x20al\x20contenido','zoomOut':_0x2f02e4(0x1be),'resetZoom':_0x2f02e4(0x1a1),'zoomIn':_0x2f02e4(0x1a3),'delete':'Eliminar'},'basesFloating':{'copySuffix':_0x2f02e4(0x1b6),'delete':_0x2f02e4(0x19d),'confirmDelete':{'viewTitle':_0x2f02e4(0x1a7),'viewDescription':_0x2f02e4(0x1c3),'tableTitle':'¿Eliminar\x20esta\x20tabla?','tableDescription':_0x2f02e4(0x1a5)},'tableSidebar':{'defaultTableName':'Tabla\x20{0}'},'duplicateTable':{'copyName':'{0}\x20copia'},'viewSettings':{'title':'Configuración\x20de\x20vista','addView':_0x2f02e4(0x19a),'configureView':'Configurar\x20vista','deleteView':'Eliminar\x20vista'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x2f02e4(0x1c2),'font':_0x2f02e4(0x1ad),'fontSize':_0x2f02e4(0x19c),'numberFormat':'Formato\x20de\x20número','bold':_0x2f02e4(0x1c0),'filter':_0x2f02e4(0x1ba),'resetColor':_0x2f02e4(0x1a0),'textColor':{'main':_0x2f02e4(0x1b5)},'fillColor':{'main':_0x2f02e4(0x1b0)},'border':{'main':_0x2f02e4(0x1a8)},'mergeCell':{'main':'Combinar\x20celdas'},'horizontalAlignMode':{'main':_0x2f02e4(0x1c5)},'verticalAlignMode':{'main':_0x2f02e4(0x1bf)},'textWrapMode':{'main':_0x2f02e4(0x1a4)}},'align':{'left':_0x2f02e4(0x19b),'center':'centro','right':'derecha','top':'superior','middle':_0x2f02e4(0x1b4),'bottom':_0x2f02e4(0x1af)},'borderLine':{'borderColor':_0x2f02e4(0x1bb),'borderSize':_0x2f02e4(0x1a6)},'textWrap':{'overflow':_0x2f02e4(0x1b9),'wrap':'Ajustar','clip':_0x2f02e4(0x1b1)}}}};}));
1
+ function _0x4cbb(){var _0x50cac1=['colorBorde','Añadir\x20vista','UniverProEmbedUiEsES','Color\x20del\x20texto','Fuente','Tamaño\x20de\x20fuente','Desbordamiento','Restablecer\x20zoom','Aumentar','Alineación\x20horizontal','26293MPxhfH','Color\x20de\x20relleno','Configurar\x20vista','1447640pFIYYg','Tabla\x20{0}','{0}\x20copia','Restablecer','Eliminar\x20bloque\x20insertado','403048qEOeNW','20HeywcJ','Formato\x20de\x20número','Eliminar','Eliminar\x20vista','1030887EteEaq','Esta\x20vista\x20se\x20eliminará.','Copiar\x20formato','Combinar\x20celdas','function','Alineación\x20vertical','derecha','Ajuste\x20de\x20texto','Esta\x20tabla\x20y\x20sus\x20registros\x20se\x20eliminarán.','31944qNdwhh','object','7aXiYjT','inferior','izquierda','Borde','185DwbLeO','Negrita','385914BsKJTP','Salir\x20de\x20pantalla\x20completa','Alternar\x20filtro','Ajustar\x20al\x20contenido','1408140pxLqVw','medio','amd'];_0x4cbb=function(){return _0x50cac1;};return _0x4cbb();}function _0x2948(_0x388efd,_0x30141f){_0x388efd=_0x388efd-0x7b;var _0x4cbb2d=_0x4cbb();var _0x2948ea=_0x4cbb2d[_0x388efd];return _0x2948ea;}(function(_0x1e460e,_0x11bb53){var _0x475df6=_0x2948,_0x3feb73=_0x1e460e();while(!![]){try{var _0x435a13=-parseInt(_0x475df6(0xa6))/0x1*(-parseInt(_0x475df6(0x80))/0x2)+-parseInt(_0x475df6(0x95))/0x3+parseInt(_0x475df6(0x8d))/0x4*(parseInt(_0x475df6(0x93))/0x5)+parseInt(_0x475df6(0x99))/0x6*(-parseInt(_0x475df6(0x8f))/0x7)+parseInt(_0x475df6(0x7f))/0x8+parseInt(_0x475df6(0x84))/0x9+-parseInt(_0x475df6(0xa9))/0xa;if(_0x435a13===_0x11bb53)break;else _0x3feb73['push'](_0x3feb73['shift']());}catch(_0x2c2e31){_0x3feb73['push'](_0x3feb73['shift']());}}}(_0x4cbb,0x348cc),function(_0xccd99a,_0x543be0){var _0x286aa7=_0x2948;typeof exports==_0x286aa7(0x8e)&&typeof module<'u'?module['exports']=_0x543be0():typeof define==_0x286aa7(0x88)&&define[_0x286aa7(0x9b)]?define([],_0x543be0):(_0xccd99a=typeof globalThis<'u'?globalThis:_0xccd99a||self,_0xccd99a[_0x286aa7(0x9e)]=_0x543be0());}(this,function(){var _0x4c6f22=_0x2948;return{'embed-ui':{'deleteBlock':_0x4c6f22(0x7e),'fullscreen':{'exit':_0x4c6f22(0x96)},'boardsFloating':{'fitContent':_0x4c6f22(0x98),'zoomOut':'Reducir','resetZoom':_0x4c6f22(0xa3),'zoomIn':_0x4c6f22(0xa4),'delete':_0x4c6f22(0x82)},'basesFloating':{'copySuffix':'Copia','delete':'Suprimeix','confirmDelete':{'viewTitle':'¿Eliminar\x20esta\x20vista?','viewDescription':_0x4c6f22(0x85),'tableTitle':'¿Eliminar\x20esta\x20tabla?','tableDescription':_0x4c6f22(0x8c)},'tableSidebar':{'defaultTableName':_0x4c6f22(0x7b)},'duplicateTable':{'copyName':_0x4c6f22(0x7c)},'viewSettings':{'title':'Configuración\x20de\x20vista','addView':_0x4c6f22(0x9d),'configureView':_0x4c6f22(0xa8),'deleteView':_0x4c6f22(0x83)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x4c6f22(0x86),'font':_0x4c6f22(0xa0),'fontSize':_0x4c6f22(0xa1),'numberFormat':_0x4c6f22(0x81),'bold':_0x4c6f22(0x94),'filter':_0x4c6f22(0x97),'resetColor':_0x4c6f22(0x7d),'textColor':{'main':_0x4c6f22(0x9f)},'fillColor':{'main':_0x4c6f22(0xa7)},'border':{'main':_0x4c6f22(0x92)},'mergeCell':{'main':_0x4c6f22(0x87)},'horizontalAlignMode':{'main':_0x4c6f22(0xa5)},'verticalAlignMode':{'main':_0x4c6f22(0x89)},'textWrapMode':{'main':_0x4c6f22(0x8b)}},'align':{'left':_0x4c6f22(0x91),'center':'centro','right':_0x4c6f22(0x8a),'top':'superior','middle':_0x4c6f22(0x9a),'bottom':_0x4c6f22(0x90)},'borderLine':{'borderColor':_0x4c6f22(0x9c),'borderSize':'grosorBorde'},'textWrap':{'overflow':_0x4c6f22(0xa2),'wrap':'Ajustar','clip':'Cortar'}}}};}));
@@ -1 +1 @@
1
- function _0x394c(_0x101796,_0x2d19fa){_0x101796=_0x101796-0xaa;var _0x7658c0=_0x7658();var _0x394ca7=_0x7658c0[_0x101796];return _0x394ca7;}function _0x7658(){var _0x378af5=['تراز\x20افقی','48AdhoCV','تغییر\x20حالت\x20فیلتر','function','این\x20جدول\x20و\x20رکوردهای\x20آن\x20حذف\x20خواهند\x20شد.','14zZFOVC','15LoHNIe','فونت','بزرگ‌نمایی','617687ZTVFxn','اندازه\x20حاشیه','amd','نما\x20را\x20اضافه\x20کنید','این\x20جدول\x20حذف\x20شود؟','5175GxLVhM','14442428MGVOGm','object','حذف','حاشیه','خروج\x20از\x20حالت\x20تمام‌صفحه','رنگ\x20پر\x20کردن','کوچک‌نمایی','کپی\x20کنید','1699272tzAnBh','بپیچ','پایین','تراز\x20عمودی','سرریز','کپی\x20قالب','ادغام\x20سلول‌ها','2318334vkqpwH','3525804jkKoaN','رنگ\x20متن','{0}\x20کپی','81791zNfUGA','23620aaOZrx','حذف\x20بلوک\x20جاسازی‌شده','بالا','پررنگ','این\x20نما\x20حذف\x20شود؟','رنگ\x20حاشیه','قالب‌بندی\x20عدد'];_0x7658=function(){return _0x378af5;};return _0x7658();}(function(_0xb3eed4,_0x2084cc){var _0x164c93=_0x394c,_0x1f9ade=_0xb3eed4();while(!![]){try{var _0x1a4921=-parseInt(_0x164c93(0xc8))/0x1*(-parseInt(_0x164c93(0xab))/0x2)+parseInt(_0x164c93(0xc4))/0x3+parseInt(_0x164c93(0xc5))/0x4+parseInt(_0x164c93(0xac))/0x5*(parseInt(_0x164c93(0xbd))/0x6)+-parseInt(_0x164c93(0xaf))/0x7*(-parseInt(_0x164c93(0xd1))/0x8)+-parseInt(_0x164c93(0xb4))/0x9*(parseInt(_0x164c93(0xc9))/0xa)+-parseInt(_0x164c93(0xb5))/0xb;if(_0x1a4921===_0x2084cc)break;else _0x1f9ade['push'](_0x1f9ade['shift']());}catch(_0x307363){_0x1f9ade['push'](_0x1f9ade['shift']());}}}(_0x7658,0xe435e),function(_0x40a05b,_0x5ecadb){var _0x226536=_0x394c;typeof exports==_0x226536(0xb6)&&typeof module<'u'?module['exports']=_0x5ecadb():typeof define==_0x226536(0xd3)&&define[_0x226536(0xb1)]?define([],_0x5ecadb):(_0x40a05b=typeof globalThis<'u'?globalThis:_0x40a05b||self,_0x40a05b['UniverProEmbedUiFaIR']=_0x5ecadb());}(this,function(){var _0x364e70=_0x394c;return{'embed-ui':{'deleteBlock':_0x364e70(0xca),'fullscreen':{'exit':_0x364e70(0xb9)},'boardsFloating':{'fitContent':'متناسب\x20با\x20محتوا','zoomOut':_0x364e70(0xbb),'resetZoom':'بازنشانی\x20بزرگ‌نمایی','zoomIn':_0x364e70(0xae),'delete':_0x364e70(0xb7)},'basesFloating':{'copySuffix':_0x364e70(0xbc),'delete':'حذف','confirmDelete':{'viewTitle':_0x364e70(0xcd),'viewDescription':'این\x20نما\x20حذف\x20خواهد\x20شد.','tableTitle':_0x364e70(0xb3),'tableDescription':_0x364e70(0xaa)},'tableSidebar':{'defaultTableName':'جدول\x20{0}'},'duplicateTable':{'copyName':_0x364e70(0xc7)},'viewSettings':{'title':'تنظیمات\x20نما','addView':_0x364e70(0xb2),'configureView':'پیکربندی\x20نمای','deleteView':'حذف\x20نمای'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x364e70(0xc2),'font':_0x364e70(0xad),'fontSize':'اندازه\x20فونت','numberFormat':_0x364e70(0xcf),'bold':_0x364e70(0xcc),'filter':_0x364e70(0xd2),'resetColor':'بازنشانی','textColor':{'main':_0x364e70(0xc6)},'fillColor':{'main':_0x364e70(0xba)},'border':{'main':_0x364e70(0xb8)},'mergeCell':{'main':_0x364e70(0xc3)},'horizontalAlignMode':{'main':_0x364e70(0xd0)},'verticalAlignMode':{'main':_0x364e70(0xc0)},'textWrapMode':{'main':'پیچش\x20متن'}},'align':{'left':'چپ','center':'وسط','right':'راست','top':_0x364e70(0xcb),'middle':'وسط','bottom':_0x364e70(0xbf)},'borderLine':{'borderColor':_0x364e70(0xce),'borderSize':_0x364e70(0xb0)},'textWrap':{'overflow':_0x364e70(0xc1),'wrap':_0x364e70(0xbe),'clip':'برش'}}}};}));
1
+ (function(_0x302145,_0x542f5d){var _0x59d81c=_0x3e6f,_0x108e46=_0x302145();while(!![]){try{var _0x184433=-parseInt(_0x59d81c(0x121))/0x1+parseInt(_0x59d81c(0x131))/0x2+-parseInt(_0x59d81c(0x10f))/0x3*(-parseInt(_0x59d81c(0x12b))/0x4)+-parseInt(_0x59d81c(0x118))/0x5+-parseInt(_0x59d81c(0x113))/0x6*(parseInt(_0x59d81c(0x120))/0x7)+parseInt(_0x59d81c(0x10a))/0x8*(-parseInt(_0x59d81c(0x138))/0x9)+parseInt(_0x59d81c(0x12f))/0xa;if(_0x184433===_0x542f5d)break;else _0x108e46['push'](_0x108e46['shift']());}catch(_0x3c9c20){_0x108e46['push'](_0x108e46['shift']());}}}(_0x8d7a,0xca9bc),function(_0x53dd91,_0x473cd7){var _0x42acd3=_0x3e6f;typeof exports==_0x42acd3(0x127)&&typeof module<'u'?module[_0x42acd3(0x11a)]=_0x473cd7():typeof define==_0x42acd3(0x10d)&&define[_0x42acd3(0x114)]?define([],_0x473cd7):(_0x53dd91=typeof globalThis<'u'?globalThis:_0x53dd91||self,_0x53dd91[_0x42acd3(0x133)]=_0x473cd7());}(this,function(){var _0x5be49c=_0x3e6f;return{'embed-ui':{'deleteBlock':_0x5be49c(0x12c),'fullscreen':{'exit':_0x5be49c(0x112)},'boardsFloating':{'fitContent':_0x5be49c(0x11f),'zoomOut':_0x5be49c(0x116),'resetZoom':_0x5be49c(0x134),'zoomIn':_0x5be49c(0x125),'delete':'حذف'},'basesFloating':{'copySuffix':_0x5be49c(0x129),'delete':_0x5be49c(0x12e),'confirmDelete':{'viewTitle':_0x5be49c(0x137),'viewDescription':_0x5be49c(0x10c),'tableTitle':_0x5be49c(0x139),'tableDescription':'این\x20جدول\x20و\x20رکوردهای\x20آن\x20حذف\x20خواهند\x20شد.'},'tableSidebar':{'defaultTableName':_0x5be49c(0x13a)},'duplicateTable':{'copyName':'{0}\x20کپی'},'viewSettings':{'title':_0x5be49c(0x130),'addView':_0x5be49c(0x136),'configureView':_0x5be49c(0x119),'deleteView':_0x5be49c(0x132)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x5be49c(0x135),'font':_0x5be49c(0x10e),'fontSize':_0x5be49c(0x115),'numberFormat':'قالب‌بندی\x20عدد','bold':_0x5be49c(0x11b),'filter':_0x5be49c(0x110),'resetColor':_0x5be49c(0x11c),'textColor':{'main':'رنگ\x20متن'},'fillColor':{'main':'رنگ\x20پر\x20کردن'},'border':{'main':_0x5be49c(0x126)},'mergeCell':{'main':_0x5be49c(0x124)},'horizontalAlignMode':{'main':_0x5be49c(0x10b)},'verticalAlignMode':{'main':'تراز\x20عمودی'},'textWrapMode':{'main':_0x5be49c(0x117)}},'align':{'left':'چپ','center':_0x5be49c(0x111),'right':_0x5be49c(0x11d),'top':_0x5be49c(0x123),'middle':_0x5be49c(0x111),'bottom':_0x5be49c(0x11e)},'borderLine':{'borderColor':_0x5be49c(0x12a),'borderSize':_0x5be49c(0x122)},'textWrap':{'overflow':_0x5be49c(0x12d),'wrap':_0x5be49c(0x128),'clip':'برش'}}}};}));function _0x3e6f(_0x962c12,_0x5525a6){_0x962c12=_0x962c12-0x10a;var _0x8d7a4c=_0x8d7a();var _0x3e6fe9=_0x8d7a4c[_0x962c12];return _0x3e6fe9;}function _0x8d7a(){var _0x4a226b=['بزرگ‌نمایی','حاشیه','object','بپیچ','کپی\x20کنید','رنگ\x20حاشیه','29196PvTbtk','حذف\x20بلوک\x20جاسازی‌شده','سرریز','حذف','27366340RlbrZF','تنظیمات\x20نما','2919826XRkSDv','حذف\x20نمای','UniverProEmbedUiFaIR','بازنشانی\x20بزرگ‌نمایی','کپی\x20قالب','نما\x20را\x20اضافه\x20کنید','این\x20نما\x20حذف\x20شود؟','27XsTcjQ','این\x20جدول\x20حذف\x20شود؟','جدول\x20{0}','3310360kQlDAl','تراز\x20افقی','این\x20نما\x20حذف\x20خواهد\x20شد.','function','فونت','48sxhpts','تغییر\x20حالت\x20فیلتر','وسط','خروج\x20از\x20حالت\x20تمام‌صفحه','3564606NBlwIU','amd','اندازه\x20فونت','کوچک‌نمایی','پیچش\x20متن','376715kJhpka','پیکربندی\x20نمای','exports','پررنگ','بازنشانی','راست','پایین','متناسب\x20با\x20محتوا','7cftSUB','1572618viMqnj','اندازه\x20حاشیه','بالا','ادغام\x20سلول‌ها'];_0x8d7a=function(){return _0x4a226b;};return _0x8d7a();}
@@ -1 +1 @@
1
- function _0x4bfb(_0x27b20e,_0x1dfab7){_0x27b20e=_0x27b20e-0x15c;var _0x3c415c=_0x3c41();var _0x4bfb1c=_0x3c415c[_0x27b20e];return _0x4bfb1c;}(function(_0x543aba,_0x17eea7){var _0x66f01a=_0x4bfb,_0x4c4564=_0x543aba();while(!![]){try{var _0x1f4040=-parseInt(_0x66f01a(0x15e))/0x1+parseInt(_0x66f01a(0x181))/0x2+-parseInt(_0x66f01a(0x166))/0x3+-parseInt(_0x66f01a(0x15f))/0x4*(-parseInt(_0x66f01a(0x17b))/0x5)+-parseInt(_0x66f01a(0x186))/0x6*(parseInt(_0x66f01a(0x184))/0x7)+parseInt(_0x66f01a(0x15c))/0x8+-parseInt(_0x66f01a(0x182))/0x9*(parseInt(_0x66f01a(0x16c))/0xa);if(_0x1f4040===_0x17eea7)break;else _0x4c4564['push'](_0x4c4564['shift']());}catch(_0x197dc1){_0x4c4564['push'](_0x4c4564['shift']());}}}(_0x3c41,0x744d5),function(_0x5521e7,_0x4dba6e){var _0x24a251=_0x4bfb;typeof exports==_0x24a251(0x15d)&&typeof module<'u'?module['exports']=_0x4dba6e():typeof define==_0x24a251(0x16b)&&define[_0x24a251(0x177)]?define([],_0x4dba6e):(_0x5521e7=typeof globalThis<'u'?globalThis:_0x5521e7||self,_0x5521e7[_0x24a251(0x161)]=_0x4dba6e());}(this,function(){var _0x24fd9a=_0x4bfb;return{'embed-ui':{'deleteBlock':_0x24fd9a(0x173),'fullscreen':{'exit':'Quitter\x20le\x20plein\x20écran'},'boardsFloating':{'fitContent':'Ajuster\x20au\x20contenu','zoomOut':_0x24fd9a(0x16a),'resetZoom':_0x24fd9a(0x187),'zoomIn':'Zoom\x20avant','delete':_0x24fd9a(0x16d)},'basesFloating':{'copySuffix':_0x24fd9a(0x16e),'delete':_0x24fd9a(0x17d),'confirmDelete':{'viewTitle':_0x24fd9a(0x17a),'viewDescription':_0x24fd9a(0x176),'tableTitle':_0x24fd9a(0x185),'tableDescription':_0x24fd9a(0x17e)},'tableSidebar':{'defaultTableName':_0x24fd9a(0x172)},'duplicateTable':{'copyName':_0x24fd9a(0x178)},'viewSettings':{'title':_0x24fd9a(0x170),'addView':'Ajouter\x20une\x20vue','configureView':_0x24fd9a(0x16f),'deleteView':'Supprimer\x20la\x20vue'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x24fd9a(0x17f),'font':_0x24fd9a(0x167),'fontSize':_0x24fd9a(0x183),'numberFormat':'Format\x20de\x20nombre','bold':_0x24fd9a(0x169),'filter':_0x24fd9a(0x174),'resetColor':'Réinitialiser','textColor':{'main':_0x24fd9a(0x189)},'fillColor':{'main':_0x24fd9a(0x168)},'border':{'main':_0x24fd9a(0x163)},'mergeCell':{'main':_0x24fd9a(0x175)},'horizontalAlignMode':{'main':_0x24fd9a(0x17c)},'verticalAlignMode':{'main':'Alignement\x20vertical'},'textWrapMode':{'main':_0x24fd9a(0x164)}},'align':{'left':_0x24fd9a(0x160),'center':_0x24fd9a(0x162),'right':'droite','top':_0x24fd9a(0x180),'middle':_0x24fd9a(0x188),'bottom':'bas'},'borderLine':{'borderColor':_0x24fd9a(0x171),'borderSize':'tailleDeBordure'},'textWrap':{'overflow':_0x24fd9a(0x165),'wrap':_0x24fd9a(0x164),'clip':_0x24fd9a(0x179)}}}};}));function _0x3c41(){var _0x5cf6bb=['Fusionner\x20les\x20cellules','Cette\x20vue\x20sera\x20supprimée.','amd','{0}\x20copie','Couper','Supprimer\x20cette\x20vue\x20?','56140MmFumb','Alignement\x20horizontal','Suprimeix','Cette\x20table\x20et\x20ses\x20enregistrements\x20seront\x20supprimés.','Reproduire\x20la\x20mise\x20en\x20forme','haut','1344870RrQqHA','199323LXLiQG','Taille\x20de\x20police','47621HZlJCA','Supprimer\x20cette\x20table\x20?','606NdTmwa','Réinitialiser\x20le\x20zoom','milieu','Couleur\x20du\x20texte','6554832giGVWJ','object','399298mIzQUh','180wjLbMY','gauche','UniverProEmbedUiFrFR','centre','Bordure','Renvoi\x20à\x20la\x20ligne','Débordement','1236384dhskZw','Police','Couleur\x20de\x20remplissage','Gras','Zoom\x20arrière','function','10ZpSCaY','Supprimer','Copie','Configurer\x20la\x20vue','Paramètres\x20de\x20la\x20vue','couleurDeBordure','Tableau\u00a0{0}','Supprimer\x20le\x20bloc\x20intégré','Inverser\x20le\x20filtre'];_0x3c41=function(){return _0x5cf6bb;};return _0x3c41();}
1
+ function _0x4489(_0x3515e8,_0x16d70d){_0x3515e8=_0x3515e8-0x145;var _0x33a464=_0x33a4();var _0x44891b=_0x33a464[_0x3515e8];return _0x44891b;}function _0x33a4(){var _0x381a58=['4073392rrfcCe','couleurDeBordure','Ajouter\x20une\x20vue','Cette\x20vue\x20sera\x20supprimée.','7JRehUs','exports','7425072HrhmoD','Alignement\x20horizontal','43792nsOnAQ','Cette\x20table\x20et\x20ses\x20enregistrements\x20seront\x20supprimés.','Taille\x20de\x20police','86yWdTLD','{0}\x20copie','Paramètres\x20de\x20la\x20vue','22845MOTchN','Zoom\x20avant','Débordement','Zoom\x20arrière','454927VGfBCQ','Supprimer\x20la\x20vue','1074jSyZzX','centre','milieu','Couper','Configurer\x20la\x20vue','Police','Supprimer\x20cette\x20table\x20?','9044oKSSbd','260SRAtXJ','10xHaZqI','Copie','Supprimer\x20le\x20bloc\x20intégré','23664SONSFr','Bordure','Couleur\x20de\x20remplissage','Couleur\x20du\x20texte','tailleDeBordure','Supprimer','droite','Renvoi\x20à\x20la\x20ligne','24wGiJps','Inverser\x20le\x20filtre','Suprimeix','amd','Reproduire\x20la\x20mise\x20en\x20forme','function','2938awOIZb'];_0x33a4=function(){return _0x381a58;};return _0x33a4();}(function(_0xc9c296,_0x746ff0){var _0x1c4e85=_0x4489,_0x538cce=_0xc9c296();while(!![]){try{var _0x3e16d7=parseInt(_0x1c4e85(0x163))/0x1*(-parseInt(_0x1c4e85(0x153))/0x2)+-parseInt(_0x1c4e85(0x168))/0x3*(-parseInt(_0x1c4e85(0x164))/0x4)+parseInt(_0x1c4e85(0x156))/0x5*(parseInt(_0x1c4e85(0x15c))/0x6)+parseInt(_0x1c4e85(0x14c))/0x7*(-parseInt(_0x1c4e85(0x148))/0x8)+-parseInt(_0x1c4e85(0x14e))/0x9*(-parseInt(_0x1c4e85(0x165))/0xa)+-parseInt(_0x1c4e85(0x15a))/0xb*(parseInt(_0x1c4e85(0x170))/0xc)+parseInt(_0x1c4e85(0x147))/0xd*(-parseInt(_0x1c4e85(0x150))/0xe);if(_0x3e16d7===_0x746ff0)break;else _0x538cce['push'](_0x538cce['shift']());}catch(_0x3e0c38){_0x538cce['push'](_0x538cce['shift']());}}}(_0x33a4,0x7239f),function(_0x1fd55d,_0x2fa4c6){var _0x31a084=_0x4489;typeof exports=='object'&&typeof module<'u'?module[_0x31a084(0x14d)]=_0x2fa4c6():typeof define==_0x31a084(0x146)&&define[_0x31a084(0x173)]?define([],_0x2fa4c6):(_0x1fd55d=typeof globalThis<'u'?globalThis:_0x1fd55d||self,_0x1fd55d['UniverProEmbedUiFrFR']=_0x2fa4c6());}(this,function(){var _0x52b551=_0x4489;return{'embed-ui':{'deleteBlock':_0x52b551(0x167),'fullscreen':{'exit':'Quitter\x20le\x20plein\x20écran'},'boardsFloating':{'fitContent':'Ajuster\x20au\x20contenu','zoomOut':_0x52b551(0x159),'resetZoom':'Réinitialiser\x20le\x20zoom','zoomIn':_0x52b551(0x157),'delete':_0x52b551(0x16d)},'basesFloating':{'copySuffix':_0x52b551(0x166),'delete':_0x52b551(0x172),'confirmDelete':{'viewTitle':'Supprimer\x20cette\x20vue\x20?','viewDescription':_0x52b551(0x14b),'tableTitle':_0x52b551(0x162),'tableDescription':_0x52b551(0x151)},'tableSidebar':{'defaultTableName':'Tableau\u00a0{0}'},'duplicateTable':{'copyName':_0x52b551(0x154)},'viewSettings':{'title':_0x52b551(0x155),'addView':_0x52b551(0x14a),'configureView':_0x52b551(0x160),'deleteView':_0x52b551(0x15b)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x52b551(0x145),'font':_0x52b551(0x161),'fontSize':_0x52b551(0x152),'numberFormat':'Format\x20de\x20nombre','bold':'Gras','filter':_0x52b551(0x171),'resetColor':'Réinitialiser','textColor':{'main':_0x52b551(0x16b)},'fillColor':{'main':_0x52b551(0x16a)},'border':{'main':_0x52b551(0x169)},'mergeCell':{'main':'Fusionner\x20les\x20cellules'},'horizontalAlignMode':{'main':_0x52b551(0x14f)},'verticalAlignMode':{'main':'Alignement\x20vertical'},'textWrapMode':{'main':_0x52b551(0x16f)}},'align':{'left':'gauche','center':_0x52b551(0x15d),'right':_0x52b551(0x16e),'top':'haut','middle':_0x52b551(0x15e),'bottom':'bas'},'borderLine':{'borderColor':_0x52b551(0x149),'borderSize':_0x52b551(0x16c)},'textWrap':{'overflow':_0x52b551(0x158),'wrap':'Renvoi\x20à\x20la\x20ligne','clip':_0x52b551(0x15f)}}}};}));
@@ -1 +1 @@
1
- function _0x1004(_0x59cd5d,_0x332003){_0x59cd5d=_0x59cd5d-0x147;var _0x2df1b3=_0x2df1();var _0x1004fb=_0x2df1b3[_0x59cd5d];return _0x1004fb;}(function(_0x283a1b,_0x4024ff){var _0x333c7a=_0x1004,_0x4f3f0d=_0x283a1b();while(!![]){try{var _0x268d4a=parseInt(_0x333c7a(0x168))/0x1*(-parseInt(_0x333c7a(0x14c))/0x2)+parseInt(_0x333c7a(0x173))/0x3*(-parseInt(_0x333c7a(0x15c))/0x4)+parseInt(_0x333c7a(0x14a))/0x5*(parseInt(_0x333c7a(0x156))/0x6)+-parseInt(_0x333c7a(0x151))/0x7*(parseInt(_0x333c7a(0x148))/0x8)+-parseInt(_0x333c7a(0x167))/0x9*(parseInt(_0x333c7a(0x160))/0xa)+parseInt(_0x333c7a(0x15f))/0xb*(-parseInt(_0x333c7a(0x153))/0xc)+parseInt(_0x333c7a(0x157))/0xd;if(_0x268d4a===_0x4024ff)break;else _0x4f3f0d['push'](_0x4f3f0d['shift']());}catch(_0x5a3719){_0x4f3f0d['push'](_0x4f3f0d['shift']());}}}(_0x2df1,0x1b6b3),function(_0x1d4c2f,_0x230ad6){var _0x3ae6b3=_0x1004;typeof exports==_0x3ae6b3(0x165)&&typeof module<'u'?module[_0x3ae6b3(0x169)]=_0x230ad6():typeof define==_0x3ae6b3(0x16b)&&define[_0x3ae6b3(0x164)]?define([],_0x230ad6):(_0x1d4c2f=typeof globalThis<'u'?globalThis:_0x1d4c2f||self,_0x1d4c2f[_0x3ae6b3(0x14d)]=_0x230ad6());}(this,function(){var _0x2efdce=_0x1004;return{'embed-ui':{'deleteBlock':_0x2efdce(0x174),'fullscreen':{'exit':_0x2efdce(0x14b)},'boardsFloating':{'fitContent':'Paskan\x20dengan\x20konten','zoomOut':'Perkecil','resetZoom':_0x2efdce(0x152),'zoomIn':_0x2efdce(0x16c),'delete':'Hapus'},'basesFloating':{'copySuffix':_0x2efdce(0x155),'delete':_0x2efdce(0x171),'confirmDelete':{'viewTitle':_0x2efdce(0x162),'viewDescription':_0x2efdce(0x149),'tableTitle':'Hapus\x20tabel\x20ini?','tableDescription':_0x2efdce(0x175)},'tableSidebar':{'defaultTableName':'Tabel\x20{0}'},'duplicateTable':{'copyName':_0x2efdce(0x158)},'viewSettings':{'title':'Pengaturan\x20tampilan','addView':_0x2efdce(0x159),'configureView':_0x2efdce(0x166),'deleteView':'Hapus\x20tampilan'}},'sheetsFloating':{'toolbar':{'formatPainter':'Format\x20cat','font':_0x2efdce(0x154),'fontSize':_0x2efdce(0x15a),'numberFormat':_0x2efdce(0x14f),'bold':_0x2efdce(0x161),'filter':_0x2efdce(0x16e),'resetColor':_0x2efdce(0x16a),'textColor':{'main':'Warna\x20teks'},'fillColor':{'main':_0x2efdce(0x15e)},'border':{'main':_0x2efdce(0x150)},'mergeCell':{'main':_0x2efdce(0x15d)},'horizontalAlignMode':{'main':'Rata\x20horizontal'},'verticalAlignMode':{'main':_0x2efdce(0x15b)},'textWrapMode':{'main':'Bungkus\x20teks'}},'align':{'left':_0x2efdce(0x172),'center':_0x2efdce(0x170),'right':_0x2efdce(0x14e),'top':'atas','middle':_0x2efdce(0x170),'bottom':'bawah'},'borderLine':{'borderColor':_0x2efdce(0x163),'borderSize':_0x2efdce(0x16f)},'textWrap':{'overflow':_0x2efdce(0x176),'wrap':_0x2efdce(0x147),'clip':_0x2efdce(0x16d)}}}};}));function _0x2df1(){var _0xad1382=['Suprimeix','kiri','6nOhQdy','Hapus\x20blok\x20sematan','Tabel\x20ini\x20beserta\x20rekamannya\x20akan\x20dihapus.','Meluap','Bungkus','76984OwCHWm','Tampilan\x20ini\x20akan\x20dihapus.','10aaUbCn','Keluar\x20dari\x20layar\x20penuh','87488EIWRFZ','UniverProEmbedUiIdID','kanan','Format\x20angka','Batas','105VtRIxC','Atur\x20ulang\x20zoom','17112sIKIek','Font','Menyalin','254046FZFHvZ','9109867Rbeuxj','{0}\x20Salinan','Tambahkan\x20tampilan','Ukuran\x20font','Rata\x20vertikal','13548fxuMEK','Gabungkan\x20sel','Warna\x20isian','1551baivMn','10DEengZ','Tebal','Hapus\x20tampilan\x20ini?','Warna\x20batas','amd','object','Konfigurasikan\x20Tampilan','920061TtOfxC','5JSdrHx','exports','Atur\x20ulang','function','Perbesar','Potong','Aktifkan/Nonaktifkan\x20Filter','Ukuran\x20batas','tengah'];_0x2df1=function(){return _0xad1382;};return _0x2df1();}
1
+ (function(_0x1d4b92,_0x35aeca){var _0x4f99a4=_0x4a18,_0x1aec83=_0x1d4b92();while(!![]){try{var _0x564f77=parseInt(_0x4f99a4(0x9c))/0x1*(-parseInt(_0x4f99a4(0x80))/0x2)+parseInt(_0x4f99a4(0x9a))/0x3*(parseInt(_0x4f99a4(0xa2))/0x4)+parseInt(_0x4f99a4(0xaa))/0x5*(parseInt(_0x4f99a4(0x8e))/0x6)+-parseInt(_0x4f99a4(0xa8))/0x7*(parseInt(_0x4f99a4(0x8a))/0x8)+parseInt(_0x4f99a4(0x99))/0x9*(-parseInt(_0x4f99a4(0x9e))/0xa)+-parseInt(_0x4f99a4(0xaf))/0xb+parseInt(_0x4f99a4(0x89))/0xc*(parseInt(_0x4f99a4(0xb2))/0xd);if(_0x564f77===_0x35aeca)break;else _0x1aec83['push'](_0x1aec83['shift']());}catch(_0x335e14){_0x1aec83['push'](_0x1aec83['shift']());}}}(_0x339d,0x2d696),function(_0x31ce12,_0x56795a){var _0x5645ea=_0x4a18;typeof exports==_0x5645ea(0x83)&&typeof module<'u'?module[_0x5645ea(0x82)]=_0x56795a():typeof define==_0x5645ea(0x91)&&define[_0x5645ea(0xb0)]?define([],_0x56795a):(_0x31ce12=typeof globalThis<'u'?globalThis:_0x31ce12||self,_0x31ce12[_0x5645ea(0xa1)]=_0x56795a());}(this,function(){var _0x20d372=_0x4a18;return{'embed-ui':{'deleteBlock':'Hapus\x20blok\x20sematan','fullscreen':{'exit':_0x20d372(0x9f)},'boardsFloating':{'fitContent':'Paskan\x20dengan\x20konten','zoomOut':_0x20d372(0xae),'resetZoom':_0x20d372(0xa3),'zoomIn':_0x20d372(0x8f),'delete':_0x20d372(0x8d)},'basesFloating':{'copySuffix':_0x20d372(0xb5),'delete':_0x20d372(0xa0),'confirmDelete':{'viewTitle':'Hapus\x20tampilan\x20ini?','viewDescription':_0x20d372(0x97),'tableTitle':_0x20d372(0x90),'tableDescription':_0x20d372(0xa4)},'tableSidebar':{'defaultTableName':_0x20d372(0x88)},'duplicateTable':{'copyName':_0x20d372(0x94)},'viewSettings':{'title':_0x20d372(0x86),'addView':_0x20d372(0x85),'configureView':_0x20d372(0xad),'deleteView':_0x20d372(0x96)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x20d372(0xa7),'font':_0x20d372(0x95),'fontSize':_0x20d372(0x9b),'numberFormat':'Format\x20angka','bold':_0x20d372(0x84),'filter':_0x20d372(0xb4),'resetColor':_0x20d372(0xac),'textColor':{'main':_0x20d372(0xa5)},'fillColor':{'main':_0x20d372(0x92)},'border':{'main':_0x20d372(0xb3)},'mergeCell':{'main':_0x20d372(0xa9)},'horizontalAlignMode':{'main':_0x20d372(0x98)},'verticalAlignMode':{'main':'Rata\x20vertikal'},'textWrapMode':{'main':_0x20d372(0xab)}},'align':{'left':_0x20d372(0x81),'center':'tengah','right':_0x20d372(0x7f),'top':_0x20d372(0x8b),'middle':'tengah','bottom':_0x20d372(0x87)},'borderLine':{'borderColor':_0x20d372(0x8c),'borderSize':_0x20d372(0x93)},'textWrap':{'overflow':_0x20d372(0xb1),'wrap':_0x20d372(0xa6),'clip':_0x20d372(0x9d)}}}};}));function _0x4a18(_0x19a4ab,_0x59c664){_0x19a4ab=_0x19a4ab-0x7f;var _0x339d2a=_0x339d();var _0x4a188e=_0x339d2a[_0x19a4ab];return _0x4a188e;}function _0x339d(){var _0x121d72=['Tebal','Tambahkan\x20tampilan','Pengaturan\x20tampilan','bawah','Tabel\x20{0}','24sbzDsA','8GgwPRa','atas','Warna\x20batas','Hapus','6WEKXYg','Perbesar','Hapus\x20tabel\x20ini?','function','Warna\x20isian','Ukuran\x20batas','{0}\x20Salinan','Font','Hapus\x20tampilan','Tampilan\x20ini\x20akan\x20dihapus.','Rata\x20horizontal','261720zAkHYr','12801JSIxoN','Ukuran\x20font','7292KHhIdz','Potong','70KJDSPa','Keluar\x20dari\x20layar\x20penuh','Suprimeix','UniverProEmbedUiIdID','68nNcuUS','Atur\x20ulang\x20zoom','Tabel\x20ini\x20beserta\x20rekamannya\x20akan\x20dihapus.','Warna\x20teks','Bungkus','Format\x20cat','2092972jJLaqP','Gabungkan\x20sel','786955uzgPqi','Bungkus\x20teks','Atur\x20ulang','Konfigurasikan\x20Tampilan','Perkecil','1988844RPDUix','amd','Meluap','4535518GVNWEP','Batas','Aktifkan/Nonaktifkan\x20Filter','Menyalin','kanan','16bwyxaK','kiri','exports','object'];_0x339d=function(){return _0x121d72;};return _0x339d();}
@@ -1 +1 @@
1
- (function(_0x2bef62,_0x2e20ed){var _0x102c7c=_0x39aa,_0x341f17=_0x2bef62();while(!![]){try{var _0x3ed535=parseInt(_0x102c7c(0x1da))/0x1+parseInt(_0x102c7c(0x1d7))/0x2*(parseInt(_0x102c7c(0x1de))/0x3)+-parseInt(_0x102c7c(0x1ee))/0x4*(-parseInt(_0x102c7c(0x1d0))/0x5)+parseInt(_0x102c7c(0x1d5))/0x6*(-parseInt(_0x102c7c(0x1f3))/0x7)+parseInt(_0x102c7c(0x1d3))/0x8*(-parseInt(_0x102c7c(0x1e3))/0x9)+-parseInt(_0x102c7c(0x1e4))/0xa*(-parseInt(_0x102c7c(0x1d2))/0xb)+-parseInt(_0x102c7c(0x1f1))/0xc;if(_0x3ed535===_0x2e20ed)break;else _0x341f17['push'](_0x341f17['shift']());}catch(_0xb1c0a6){_0x341f17['push'](_0x341f17['shift']());}}}(_0x2b10,0x7ea53),function(_0x126161,_0x3b4888){var _0x2521cc=_0x39aa;typeof exports==_0x2521cc(0x1cd)&&typeof module<'u'?module[_0x2521cc(0x1df)]=_0x3b4888():typeof define==_0x2521cc(0x1c7)&&define[_0x2521cc(0x1e7)]?define([],_0x3b4888):(_0x126161=typeof globalThis<'u'?globalThis:_0x126161||self,_0x126161[_0x2521cc(0x1dd)]=_0x3b4888());}(this,function(){var _0x525981=_0x39aa;return{'embed-ui':{'deleteBlock':_0x525981(0x1e9),'fullscreen':{'exit':'Esci\x20da\x20schermo\x20intero'},'boardsFloating':{'fitContent':_0x525981(0x1cb),'zoomOut':_0x525981(0x1c5),'resetZoom':_0x525981(0x1e5),'zoomIn':'Ingrandisci','delete':_0x525981(0x1e6)},'basesFloating':{'copySuffix':'Copia','delete':'Suprimeix','confirmDelete':{'viewTitle':_0x525981(0x1db),'viewDescription':_0x525981(0x1c6),'tableTitle':_0x525981(0x1ed),'tableDescription':_0x525981(0x1c9)},'tableSidebar':{'defaultTableName':_0x525981(0x1ec)},'duplicateTable':{'copyName':_0x525981(0x1e2)},'viewSettings':{'title':_0x525981(0x1f0),'addView':_0x525981(0x1f2),'configureView':_0x525981(0x1e8),'deleteView':_0x525981(0x1e1)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x525981(0x1d1),'font':_0x525981(0x1eb),'fontSize':_0x525981(0x1e0),'numberFormat':_0x525981(0x1ca),'bold':_0x525981(0x1ce),'filter':'Attiva/disattiva\x20filtro','resetColor':_0x525981(0x1f5),'textColor':{'main':_0x525981(0x1c8)},'fillColor':{'main':'Colore\x20riempimento'},'border':{'main':_0x525981(0x1ea)},'mergeCell':{'main':'Unisci\x20celle'},'horizontalAlignMode':{'main':_0x525981(0x1cc)},'verticalAlignMode':{'main':_0x525981(0x1f4)},'textWrapMode':{'main':'Testo\x20a\x20capo'}},'align':{'left':_0x525981(0x1d4),'center':'centro','right':_0x525981(0x1ef),'top':_0x525981(0x1d6),'middle':'centrale','bottom':_0x525981(0x1cf)},'borderLine':{'borderColor':'coloreBordo','borderSize':'spessoreBordo'},'textWrap':{'overflow':_0x525981(0x1d8),'wrap':_0x525981(0x1d9),'clip':_0x525981(0x1dc)}}}};}));function _0x39aa(_0x3c8aa2,_0xb39d77){_0x3c8aa2=_0x3c8aa2-0x1c5;var _0x2b1086=_0x2b10();var _0x39aaf0=_0x2b1086[_0x3c8aa2];return _0x39aaf0;}function _0x2b10(){var _0xcaa3b2=['Elimina\x20blocco\x20incorporato','Bordo','Carattere','Tabella\x20{0}','Eliminare\x20questa\x20tabella?','77260yavAFM','destra','Impostazioni\x20vista','5079144eyHxZj','Aggiungi\x20vista','415744EBzCJv','Allineamento\x20verticale','Reimposta','Riduci','Questa\x20vista\x20verrà\x20rimossa.','function','Colore\x20testo','Questa\x20tabella\x20e\x20i\x20suoi\x20record\x20verranno\x20rimossi.','Formato\x20numero','Adatta\x20al\x20contenuto','Allineamento\x20orizzontale','object','Grassetto','inferiore','245XZbjbJ','Copia\x20formato','429dAIvyS','1320jfgKTy','sinistra','36YxjMVa','superiore','2wcANho','Trabocca','A\x20capo','549988mTsfjv','Eliminare\x20questa\x20vista?','Taglia','UniverProEmbedUiItIT','66777RBtVKX','exports','Dimensione\x20carattere','Elimina\x20vista','{0}\x20copia','53370xHvTyn','194390ALNCba','Reimposta\x20zoom','Elimina','amd','Configura\x20vista'];_0x2b10=function(){return _0xcaa3b2;};return _0x2b10();}
1
+ function _0x4d46(_0x1b3ee4,_0x2eda51){_0x1b3ee4=_0x1b3ee4-0x179;var _0xa2ef98=_0xa2ef();var _0x4d4673=_0xa2ef98[_0x1b3ee4];return _0x4d4673;}(function(_0x4fe898,_0x58b1fa){var _0x212f42=_0x4d46,_0x21b2d5=_0x4fe898();while(!![]){try{var _0x54efc2=parseInt(_0x212f42(0x182))/0x1+parseInt(_0x212f42(0x18c))/0x2+-parseInt(_0x212f42(0x19e))/0x3+-parseInt(_0x212f42(0x190))/0x4+parseInt(_0x212f42(0x1a3))/0x5*(parseInt(_0x212f42(0x194))/0x6)+parseInt(_0x212f42(0x195))/0x7+parseInt(_0x212f42(0x19b))/0x8*(parseInt(_0x212f42(0x19d))/0x9);if(_0x54efc2===_0x58b1fa)break;else _0x21b2d5['push'](_0x21b2d5['shift']());}catch(_0x37cdae){_0x21b2d5['push'](_0x21b2d5['shift']());}}}(_0xa2ef,0xf012a),function(_0x38a624,_0x261a12){var _0x54ac9b=_0x4d46;typeof exports==_0x54ac9b(0x199)&&typeof module<'u'?module[_0x54ac9b(0x18b)]=_0x261a12():typeof define==_0x54ac9b(0x18a)&&define[_0x54ac9b(0x179)]?define([],_0x261a12):(_0x38a624=typeof globalThis<'u'?globalThis:_0x38a624||self,_0x38a624['UniverProEmbedUiItIT']=_0x261a12());}(this,function(){var _0x4f9a8f=_0x4d46;return{'embed-ui':{'deleteBlock':_0x4f9a8f(0x183),'fullscreen':{'exit':_0x4f9a8f(0x1a0)},'boardsFloating':{'fitContent':_0x4f9a8f(0x19a),'zoomOut':_0x4f9a8f(0x180),'resetZoom':_0x4f9a8f(0x192),'zoomIn':_0x4f9a8f(0x19c),'delete':'Elimina'},'basesFloating':{'copySuffix':_0x4f9a8f(0x17e),'delete':_0x4f9a8f(0x186),'confirmDelete':{'viewTitle':_0x4f9a8f(0x188),'viewDescription':'Questa\x20vista\x20verrà\x20rimossa.','tableTitle':_0x4f9a8f(0x184),'tableDescription':_0x4f9a8f(0x1a4)},'tableSidebar':{'defaultTableName':'Tabella\x20{0}'},'duplicateTable':{'copyName':_0x4f9a8f(0x193)},'viewSettings':{'title':'Impostazioni\x20vista','addView':_0x4f9a8f(0x198),'configureView':_0x4f9a8f(0x17d),'deleteView':'Elimina\x20vista'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x4f9a8f(0x185),'font':_0x4f9a8f(0x17b),'fontSize':_0x4f9a8f(0x191),'numberFormat':_0x4f9a8f(0x17a),'bold':'Grassetto','filter':_0x4f9a8f(0x18e),'resetColor':_0x4f9a8f(0x18d),'textColor':{'main':_0x4f9a8f(0x1a5)},'fillColor':{'main':_0x4f9a8f(0x17f)},'border':{'main':_0x4f9a8f(0x189)},'mergeCell':{'main':_0x4f9a8f(0x19f)},'horizontalAlignMode':{'main':_0x4f9a8f(0x17c)},'verticalAlignMode':{'main':_0x4f9a8f(0x197)},'textWrapMode':{'main':_0x4f9a8f(0x1a2)}},'align':{'left':'sinistra','center':'centro','right':'destra','top':_0x4f9a8f(0x181),'middle':'centrale','bottom':'inferiore'},'borderLine':{'borderColor':_0x4f9a8f(0x196),'borderSize':_0x4f9a8f(0x18f)},'textWrap':{'overflow':'Trabocca','wrap':_0x4f9a8f(0x1a1),'clip':_0x4f9a8f(0x187)}}}};}));function _0xa2ef(){var _0x22d450=['45geGKEm','1939509EWKUCU','Unisci\x20celle','Esci\x20da\x20schermo\x20intero','A\x20capo','Testo\x20a\x20capo','1161770wiiHIK','Questa\x20tabella\x20e\x20i\x20suoi\x20record\x20verranno\x20rimossi.','Colore\x20testo','amd','Formato\x20numero','Carattere','Allineamento\x20orizzontale','Configura\x20vista','Copia','Colore\x20riempimento','Riduci','superiore','928809xfBLGe','Elimina\x20blocco\x20incorporato','Eliminare\x20questa\x20tabella?','Copia\x20formato','Suprimeix','Taglia','Eliminare\x20questa\x20vista?','Bordo','function','exports','805576uLqxmw','Reimposta','Attiva/disattiva\x20filtro','spessoreBordo','4505100nxXVMD','Dimensione\x20carattere','Reimposta\x20zoom','{0}\x20copia','6PaApwk','1821260ySWkHJ','coloreBordo','Allineamento\x20verticale','Aggiungi\x20vista','object','Adatta\x20al\x20contenuto','1491176FMbucz','Ingrandisci'];_0xa2ef=function(){return _0x22d450;};return _0xa2ef();}
@@ -1 +1 @@
1
- (function(_0x28a9dc,_0x21afa0){var _0x1ef357=_0x3819,_0x60f6c9=_0x28a9dc();while(!![]){try{var _0x55bee7=-parseInt(_0x1ef357(0x16b))/0x1+-parseInt(_0x1ef357(0x174))/0x2+parseInt(_0x1ef357(0x17b))/0x3*(-parseInt(_0x1ef357(0x186))/0x4)+parseInt(_0x1ef357(0x175))/0x5*(-parseInt(_0x1ef357(0x18a))/0x6)+parseInt(_0x1ef357(0x16a))/0x7+parseInt(_0x1ef357(0x183))/0x8+parseInt(_0x1ef357(0x170))/0x9;if(_0x55bee7===_0x21afa0)break;else _0x60f6c9['push'](_0x60f6c9['shift']());}catch(_0x1c1f6b){_0x60f6c9['push'](_0x60f6c9['shift']());}}}(_0x21cd,0x19eba),function(_0x268634,_0x589dc9){var _0x4e1463=_0x3819;typeof exports==_0x4e1463(0x187)&&typeof module<'u'?module['exports']=_0x589dc9():typeof define==_0x4e1463(0x17d)&&define[_0x4e1463(0x181)]?define([],_0x589dc9):(_0x268634=typeof globalThis<'u'?globalThis:_0x268634||self,_0x268634[_0x4e1463(0x188)]=_0x589dc9());}(this,function(){var _0x375718=_0x3819;return{'embed-ui':{'deleteBlock':_0x375718(0x173),'fullscreen':{'exit':_0x375718(0x176)},'boardsFloating':{'fitContent':'コンテンツに合わせる','zoomOut':'縮小','resetZoom':'ズームをリセット','zoomIn':'拡大','delete':'削除'},'basesFloating':{'copySuffix':_0x375718(0x180),'delete':'削除','confirmDelete':{'viewTitle':_0x375718(0x189),'viewDescription':'このビューは削除されます。','tableTitle':_0x375718(0x177),'tableDescription':_0x375718(0x185)},'tableSidebar':{'defaultTableName':'テーブル\x20{0}'},'duplicateTable':{'copyName':_0x375718(0x178)},'viewSettings':{'title':'ビュー設定','addView':_0x375718(0x16f),'configureView':_0x375718(0x171),'deleteView':_0x375718(0x17c)}},'sheetsFloating':{'toolbar':{'formatPainter':'書式のコピー','font':_0x375718(0x16e),'fontSize':_0x375718(0x172),'numberFormat':_0x375718(0x182),'bold':'太字','filter':'フィルタの切替','resetColor':_0x375718(0x184),'textColor':{'main':_0x375718(0x17e)},'fillColor':{'main':'塗りつぶし色'},'border':{'main':'罫線'},'mergeCell':{'main':'セル結合'},'horizontalAlignMode':{'main':'横方向の配置'},'verticalAlignMode':{'main':_0x375718(0x17f)},'textWrapMode':{'main':'文字の折り返し'}},'align':{'left':_0x375718(0x179),'center':'中央','right':_0x375718(0x17a),'top':'上','middle':'中央','bottom':'下'},'borderLine':{'borderColor':_0x375718(0x169),'borderSize':_0x375718(0x16d)},'textWrap':{'overflow':'オーバーフロー','wrap':_0x375718(0x18b),'clip':_0x375718(0x16c)}}}};}));function _0x3819(_0x47bcc8,_0x7fbad7){_0x47bcc8=_0x47bcc8-0x169;var _0x21cd03=_0x21cd();var _0x38191f=_0x21cd03[_0x47bcc8];return _0x38191f;}function _0x21cd(){var _0x35f298=['全画面表示を終了','このテーブルを削除しますか?','{0}\x20コピー','左寄せ','右寄せ','24UwjsgC','ビューを削除','function','文字色','縦方向の配置','コピー','amd','表示形式','887448kbXDsj','初期化','このテーブルとレコードは削除されます。','94660muyLqz','object','UniverProEmbedUiJaJP','このビューを削除しますか?','12072UDcPeU','折り返す','罫線の色','485835apwYGk','136059emlbEM','切り取り','罫線の太さ','フォント','ビューを追加','5344632oCErHp','ビューを設定','フォントサイズ','埋め込みブロックを削除','282870CYzpFF','500KUzbYE'];_0x21cd=function(){return _0x35f298;};return _0x21cd();}
1
+ function _0x1385(_0x8163e3,_0x52bf4e){_0x8163e3=_0x8163e3-0x129;var _0x1fa93e=_0x1fa9();var _0x13850b=_0x1fa93e[_0x8163e3];return _0x13850b;}function _0x1fa9(){var _0x539450=['ビューを削除','1hRtcvH','772hJbsib','ビューを追加','{0}\x20コピー','4789450gVGdIq','折り返す','このテーブルを削除しますか?','文字色','ビューを設定','テーブル\x20{0}','オーバーフロー','4917170ALhAub','90224kBWSqR','amd','UniverProEmbedUiJaJP','コピー','このビューを削除しますか?','表示形式','108955mfExPX','縦方向の配置','罫線の太さ','object','コンテンツに合わせる','書式のコピー','切り取り','5673GeVYMZ','このビューは削除されます。','右寄せ','左寄せ','exports','フィルタの切替','セル結合','ビュー設定','1609914KhBSNi','5229ixIFGl','塗りつぶし色','10824ogTkLj','function'];_0x1fa9=function(){return _0x539450;};return _0x1fa9();}(function(_0x4a8b5b,_0x9fe6d9){var _0x3cd202=_0x1385,_0xa803e4=_0x4a8b5b();while(!![]){try{var _0x4d639c=-parseInt(_0x3cd202(0x14c))/0x1*(parseInt(_0x3cd202(0x131))/0x2)+-parseInt(_0x3cd202(0x13e))/0x3*(parseInt(_0x3cd202(0x14d))/0x4)+parseInt(_0x3cd202(0x129))/0x5+parseInt(_0x3cd202(0x146))/0x6+parseInt(_0x3cd202(0x137))/0x7+-parseInt(_0x3cd202(0x149))/0x8*(parseInt(_0x3cd202(0x147))/0x9)+parseInt(_0x3cd202(0x130))/0xa;if(_0x4d639c===_0x9fe6d9)break;else _0xa803e4['push'](_0xa803e4['shift']());}catch(_0x19e601){_0xa803e4['push'](_0xa803e4['shift']());}}}(_0x1fa9,0x832eb),function(_0x5c2dde,_0x20202d){var _0x1acc43=_0x1385;typeof exports==_0x1acc43(0x13a)&&typeof module<'u'?module[_0x1acc43(0x142)]=_0x20202d():typeof define==_0x1acc43(0x14a)&&define[_0x1acc43(0x132)]?define([],_0x20202d):(_0x5c2dde=typeof globalThis<'u'?globalThis:_0x5c2dde||self,_0x5c2dde[_0x1acc43(0x133)]=_0x20202d());}(this,function(){var _0x415e45=_0x1385;return{'embed-ui':{'deleteBlock':'埋め込みブロックを削除','fullscreen':{'exit':'全画面表示を終了'},'boardsFloating':{'fitContent':_0x415e45(0x13b),'zoomOut':'縮小','resetZoom':'ズームをリセット','zoomIn':'拡大','delete':'削除'},'basesFloating':{'copySuffix':_0x415e45(0x134),'delete':'削除','confirmDelete':{'viewTitle':_0x415e45(0x135),'viewDescription':_0x415e45(0x13f),'tableTitle':_0x415e45(0x12b),'tableDescription':'このテーブルとレコードは削除されます。'},'tableSidebar':{'defaultTableName':_0x415e45(0x12e)},'duplicateTable':{'copyName':_0x415e45(0x14f)},'viewSettings':{'title':_0x415e45(0x145),'addView':_0x415e45(0x14e),'configureView':_0x415e45(0x12d),'deleteView':_0x415e45(0x14b)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x415e45(0x13c),'font':'フォント','fontSize':'フォントサイズ','numberFormat':_0x415e45(0x136),'bold':'太字','filter':_0x415e45(0x143),'resetColor':'初期化','textColor':{'main':_0x415e45(0x12c)},'fillColor':{'main':_0x415e45(0x148)},'border':{'main':'罫線'},'mergeCell':{'main':_0x415e45(0x144)},'horizontalAlignMode':{'main':'横方向の配置'},'verticalAlignMode':{'main':_0x415e45(0x138)},'textWrapMode':{'main':'文字の折り返し'}},'align':{'left':_0x415e45(0x141),'center':'中央','right':_0x415e45(0x140),'top':'上','middle':'中央','bottom':'下'},'borderLine':{'borderColor':'罫線の色','borderSize':_0x415e45(0x139)},'textWrap':{'overflow':_0x415e45(0x12f),'wrap':_0x415e45(0x12a),'clip':_0x415e45(0x13d)}}}};}));
@@ -1 +1 @@
1
- function _0x5333(){var _0xf61355=['2mzdKUs','이\x20보기가\x20제거됩니다.','5697282erCGTj','보기\x20설정','전체\x20화면\x20종료','UniverProEmbedUiKoKR','줄바꿈','4064QFgTGE','164972ZPRhYE','초기화','테두리\x20색상','object','3655929FglvJb','숫자\x20서식','보기\x20구성','function','3451YVExYG','26972890BiVQIE','채우기\x20색상','298240XkiaXU','exports','테두리','8857773zzfZME','가운데','테두리\x20크기','{0}\x20복사본','이\x20테이블과\x20레코드가\x20제거됩니다.','필터\x20토글','확대/축소\x20초기화','텍스트\x20줄바꿈','11Gxhqlw','30fYOZPh','이\x20테이블을\x20삭제하시겠습니까?','보기\x20삭제','콘텐츠에\x20맞추기','텍스트\x20색상','amd','셀\x20병합','보기\x20추가','가로\x20정렬','임베드\x20블록\x20삭제','테이블\x20{0}'];_0x5333=function(){return _0xf61355;};return _0x5333();}function _0xafdc(_0x259223,_0x119dde){_0x259223=_0x259223-0x146;var _0x5333dd=_0x5333();var _0xafdcc2=_0x5333dd[_0x259223];return _0xafdcc2;}(function(_0x37f8b8,_0x16780c){var _0x5b21e9=_0xafdc,_0x4a1667=_0x37f8b8();while(!![]){try{var _0xc77665=-parseInt(_0x5b21e9(0x157))/0x1+parseInt(_0x5b21e9(0x16e))/0x2*(-parseInt(_0x5b21e9(0x150))/0x3)+parseInt(_0x5b21e9(0x14c))/0x4*(-parseInt(_0x5b21e9(0x163))/0x5)+parseInt(_0x5b21e9(0x146))/0x6+-parseInt(_0x5b21e9(0x154))/0x7*(parseInt(_0x5b21e9(0x14b))/0x8)+-parseInt(_0x5b21e9(0x15a))/0x9+-parseInt(_0x5b21e9(0x155))/0xa*(-parseInt(_0x5b21e9(0x162))/0xb);if(_0xc77665===_0x16780c)break;else _0x4a1667['push'](_0x4a1667['shift']());}catch(_0x319c2d){_0x4a1667['push'](_0x4a1667['shift']());}}}(_0x5333,0x9e2ae),function(_0x4e2024,_0x2afb75){var _0x198052=_0xafdc;typeof exports==_0x198052(0x14f)&&typeof module<'u'?module[_0x198052(0x158)]=_0x2afb75():typeof define==_0x198052(0x153)&&define[_0x198052(0x168)]?define([],_0x2afb75):(_0x4e2024=typeof globalThis<'u'?globalThis:_0x4e2024||self,_0x4e2024[_0x198052(0x149)]=_0x2afb75());}(this,function(){var _0x4b5f70=_0xafdc;return{'embed-ui':{'deleteBlock':_0x4b5f70(0x16c),'fullscreen':{'exit':_0x4b5f70(0x148)},'boardsFloating':{'fitContent':_0x4b5f70(0x166),'zoomOut':'축소','resetZoom':_0x4b5f70(0x160),'zoomIn':'확대','delete':'삭제'},'basesFloating':{'copySuffix':'복사','delete':'Suprimeix','confirmDelete':{'viewTitle':'이\x20보기를\x20삭제하시겠습니까?','viewDescription':_0x4b5f70(0x16f),'tableTitle':_0x4b5f70(0x164),'tableDescription':_0x4b5f70(0x15e)},'tableSidebar':{'defaultTableName':_0x4b5f70(0x16d)},'duplicateTable':{'copyName':_0x4b5f70(0x15d)},'viewSettings':{'title':_0x4b5f70(0x147),'addView':_0x4b5f70(0x16a),'configureView':_0x4b5f70(0x152),'deleteView':_0x4b5f70(0x165)}},'sheetsFloating':{'toolbar':{'formatPainter':'서식\x20페인트','font':'글꼴','fontSize':'글꼴\x20크기','numberFormat':_0x4b5f70(0x151),'bold':'굵게','filter':_0x4b5f70(0x15f),'resetColor':_0x4b5f70(0x14d),'textColor':{'main':_0x4b5f70(0x167)},'fillColor':{'main':_0x4b5f70(0x156)},'border':{'main':_0x4b5f70(0x159)},'mergeCell':{'main':_0x4b5f70(0x169)},'horizontalAlignMode':{'main':_0x4b5f70(0x16b)},'verticalAlignMode':{'main':'세로\x20정렬'},'textWrapMode':{'main':_0x4b5f70(0x161)}},'align':{'left':'왼쪽','center':_0x4b5f70(0x15b),'right':'오른쪽','top':'위쪽','middle':_0x4b5f70(0x15b),'bottom':'아래쪽'},'borderLine':{'borderColor':_0x4b5f70(0x14e),'borderSize':_0x4b5f70(0x15c)},'textWrap':{'overflow':'넘침','wrap':_0x4b5f70(0x14a),'clip':'자르기'}}}};}));
1
+ function _0x4297(){var _0x513e89=['확대/축소\x20초기화','505284Dyluos','텍스트\x20색상','438480OpMYix','줄바꿈','오른쪽','function','exports','이\x20테이블과\x20레코드가\x20제거됩니다.','테두리\x20크기','보기\x20구성','초기화','가운데','콘텐츠에\x20맞추기','Suprimeix','UniverProEmbedUiKoKR','보기\x20설정','아래쪽','이\x20테이블을\x20삭제하시겠습니까?','2ROOsWU','amd','채우기\x20색상','서식\x20페인트','전체\x20화면\x20종료','18TCajTz','399430PPNreb','578121UqcgMY','870814ELWHui','{0}\x20복사본','118218FXCZCd','이\x20보기를\x20삭제하시겠습니까?','텍스트\x20줄바꿈','1639944gtImEZ','보기\x20추가','숫자\x20서식','자르기','테두리\x20색상','임베드\x20블록\x20삭제','셀\x20병합','글꼴\x20크기'];_0x4297=function(){return _0x513e89;};return _0x4297();}function _0x3a37(_0x541d8e,_0x1d9ec2){_0x541d8e=_0x541d8e-0x1bb;var _0x42977d=_0x4297();var _0x3a379a=_0x42977d[_0x541d8e];return _0x3a379a;}(function(_0x482434,_0x3ea959){var _0x1106bb=_0x3a37,_0x3093a7=_0x482434();while(!![]){try{var _0x5e469b=-parseInt(_0x1106bb(0x1be))/0x1+-parseInt(_0x1106bb(0x1dc))/0x2*(parseInt(_0x1106bb(0x1bb))/0x3)+-parseInt(_0x1106bb(0x1cc))/0x4+-parseInt(_0x1106bb(0x1e2))/0x5+parseInt(_0x1106bb(0x1ca))/0x6+parseInt(_0x1106bb(0x1bc))/0x7+parseInt(_0x1106bb(0x1c1))/0x8*(parseInt(_0x1106bb(0x1e1))/0x9);if(_0x5e469b===_0x3ea959)break;else _0x3093a7['push'](_0x3093a7['shift']());}catch(_0x11ca92){_0x3093a7['push'](_0x3093a7['shift']());}}}(_0x4297,0x1cd9b),function(_0xd75668,_0x5bf5ec){var _0x2810c2=_0x3a37;typeof exports=='object'&&typeof module<'u'?module[_0x2810c2(0x1d0)]=_0x5bf5ec():typeof define==_0x2810c2(0x1cf)&&define[_0x2810c2(0x1dd)]?define([],_0x5bf5ec):(_0xd75668=typeof globalThis<'u'?globalThis:_0xd75668||self,_0xd75668[_0x2810c2(0x1d8)]=_0x5bf5ec());}(this,function(){var _0x35ff71=_0x3a37;return{'embed-ui':{'deleteBlock':_0x35ff71(0x1c6),'fullscreen':{'exit':_0x35ff71(0x1e0)},'boardsFloating':{'fitContent':_0x35ff71(0x1d6),'zoomOut':'축소','resetZoom':_0x35ff71(0x1c9),'zoomIn':'확대','delete':'삭제'},'basesFloating':{'copySuffix':'복사','delete':_0x35ff71(0x1d7),'confirmDelete':{'viewTitle':_0x35ff71(0x1bf),'viewDescription':'이\x20보기가\x20제거됩니다.','tableTitle':_0x35ff71(0x1db),'tableDescription':_0x35ff71(0x1d1)},'tableSidebar':{'defaultTableName':'테이블\x20{0}'},'duplicateTable':{'copyName':_0x35ff71(0x1bd)},'viewSettings':{'title':_0x35ff71(0x1d9),'addView':_0x35ff71(0x1c2),'configureView':_0x35ff71(0x1d3),'deleteView':'보기\x20삭제'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x35ff71(0x1df),'font':'글꼴','fontSize':_0x35ff71(0x1c8),'numberFormat':_0x35ff71(0x1c3),'bold':'굵게','filter':'필터\x20토글','resetColor':_0x35ff71(0x1d4),'textColor':{'main':_0x35ff71(0x1cb)},'fillColor':{'main':_0x35ff71(0x1de)},'border':{'main':'테두리'},'mergeCell':{'main':_0x35ff71(0x1c7)},'horizontalAlignMode':{'main':'가로\x20정렬'},'verticalAlignMode':{'main':'세로\x20정렬'},'textWrapMode':{'main':_0x35ff71(0x1c0)}},'align':{'left':'왼쪽','center':_0x35ff71(0x1d5),'right':_0x35ff71(0x1ce),'top':'위쪽','middle':_0x35ff71(0x1d5),'bottom':_0x35ff71(0x1da)},'borderLine':{'borderColor':_0x35ff71(0x1c5),'borderSize':_0x35ff71(0x1d2)},'textWrap':{'overflow':'넘침','wrap':_0x35ff71(0x1cd),'clip':_0x35ff71(0x1c4)}}}};}));
@@ -1 +1 @@
1
- function _0x3795(_0x57de83,_0x1d38c5){_0x57de83=_0x57de83-0x1f3;var _0x3cd470=_0x3cd4();var _0x37953d=_0x3cd470[_0x57de83];return _0x37953d;}function _0x3cd4(){var _0x4ef02d=['Kolor\x20tekstu','Skonfiguruj\x20widok','Przytnij','Usuń\x20widok','Suprimeix','Rozmiar\x20czcionki','lewo','17227utuera','13710AfWCrn','Przełącz\x20filtr','873RswOoD','function','exports','Wyrównanie\x20poziome','Kopia','85185dNrKOM','góra','Czcionka','Resetuj\x20powiększenie','Zawijanie\x20tekstu','120DamnqK','4718329fQRhsl','Usuń','Pomniejsz','Usunąć\x20tę\x20tabelę?','1344tMxspx','Kolor\x20obramowania','Dopasuj\x20do\x20zawartości','Malarz\x20formatów','Resetuj','Zawijaj','Usuń\x20osadzony\x20blok','3708KbMLNb','object','UniverProEmbedUiPlPL','Format\x20liczb','29352UUespp','Wyrównanie\x20pionowe','Ten\x20widok\x20zostanie\x20usunięty.','289910SwngmE','Ustawienia\x20widoku','1494VSfRxP','amd','prawo','Pogrubienie','środek'];_0x3cd4=function(){return _0x4ef02d;};return _0x3cd4();}(function(_0x20cc40,_0x1549d0){var _0x3db25a=_0x3795,_0x557f43=_0x20cc40();while(!![]){try{var _0x254d9e=parseInt(_0x3db25a(0x1f6))/0x1+parseInt(_0x3db25a(0x20e))/0x2+-parseInt(_0x3db25a(0x21f))/0x3*(parseInt(_0x3db25a(0x207))/0x4)+-parseInt(_0x3db25a(0x1fb))/0x5*(-parseInt(_0x3db25a(0x20b))/0x6)+parseInt(_0x3db25a(0x21c))/0x7*(-parseInt(_0x3db25a(0x200))/0x8)+-parseInt(_0x3db25a(0x210))/0x9*(-parseInt(_0x3db25a(0x21d))/0xa)+parseInt(_0x3db25a(0x1fc))/0xb;if(_0x254d9e===_0x1549d0)break;else _0x557f43['push'](_0x557f43['shift']());}catch(_0x44e350){_0x557f43['push'](_0x557f43['shift']());}}}(_0x3cd4,0x4e564),function(_0x57fdc3,_0xc2bc54){var _0x3128bb=_0x3795;typeof exports==_0x3128bb(0x208)&&typeof module<'u'?module[_0x3128bb(0x1f3)]=_0xc2bc54():typeof define==_0x3128bb(0x220)&&define[_0x3128bb(0x211)]?define([],_0xc2bc54):(_0x57fdc3=typeof globalThis<'u'?globalThis:_0x57fdc3||self,_0x57fdc3[_0x3128bb(0x209)]=_0xc2bc54());}(this,function(){var _0xc8b2bd=_0x3795;return{'embed-ui':{'deleteBlock':_0xc8b2bd(0x206),'fullscreen':{'exit':'Wyjdź\x20z\x20trybu\x20pełnoekranowego'},'boardsFloating':{'fitContent':_0xc8b2bd(0x202),'zoomOut':_0xc8b2bd(0x1fe),'resetZoom':_0xc8b2bd(0x1f9),'zoomIn':'Powiększ','delete':_0xc8b2bd(0x1fd)},'basesFloating':{'copySuffix':_0xc8b2bd(0x1f5),'delete':_0xc8b2bd(0x219),'confirmDelete':{'viewTitle':'Usunąć\x20ten\x20widok?','viewDescription':_0xc8b2bd(0x20d),'tableTitle':_0xc8b2bd(0x1ff),'tableDescription':'Ta\x20tabela\x20i\x20jej\x20rekordy\x20zostaną\x20usunięte.'},'tableSidebar':{'defaultTableName':'Tabela\x20{0}'},'duplicateTable':{'copyName':'{0}\x20kopia'},'viewSettings':{'title':_0xc8b2bd(0x20f),'addView':'Dodaj\x20widok','configureView':_0xc8b2bd(0x216),'deleteView':_0xc8b2bd(0x218)}},'sheetsFloating':{'toolbar':{'formatPainter':_0xc8b2bd(0x203),'font':_0xc8b2bd(0x1f8),'fontSize':_0xc8b2bd(0x21a),'numberFormat':_0xc8b2bd(0x20a),'bold':_0xc8b2bd(0x213),'filter':_0xc8b2bd(0x21e),'resetColor':_0xc8b2bd(0x204),'textColor':{'main':_0xc8b2bd(0x215)},'fillColor':{'main':'Kolor\x20wypełnienia'},'border':{'main':'Obramowanie'},'mergeCell':{'main':'Scal\x20komórki'},'horizontalAlignMode':{'main':_0xc8b2bd(0x1f4)},'verticalAlignMode':{'main':_0xc8b2bd(0x20c)},'textWrapMode':{'main':_0xc8b2bd(0x1fa)}},'align':{'left':_0xc8b2bd(0x21b),'center':_0xc8b2bd(0x214),'right':_0xc8b2bd(0x212),'top':_0xc8b2bd(0x1f7),'middle':'środek','bottom':'dół'},'borderLine':{'borderColor':_0xc8b2bd(0x201),'borderSize':'Rozmiar\x20obramowania'},'textWrap':{'overflow':'Przepełnienie','wrap':_0xc8b2bd(0x205),'clip':_0xc8b2bd(0x217)}}}};}));
1
+ function _0x293d(_0x31ddf1,_0x186c32){_0x31ddf1=_0x31ddf1-0x146;var _0x13bb13=_0x13bb();var _0x293d2b=_0x13bb13[_0x31ddf1];return _0x293d2b;}(function(_0x4f86a0,_0x1684e4){var _0x349e65=_0x293d,_0x465b3c=_0x4f86a0();while(!![]){try{var _0x5e40a9=-parseInt(_0x349e65(0x147))/0x1*(parseInt(_0x349e65(0x15e))/0x2)+-parseInt(_0x349e65(0x149))/0x3+parseInt(_0x349e65(0x150))/0x4+parseInt(_0x349e65(0x161))/0x5*(parseInt(_0x349e65(0x170))/0x6)+-parseInt(_0x349e65(0x165))/0x7+parseInt(_0x349e65(0x160))/0x8*(-parseInt(_0x349e65(0x154))/0x9)+parseInt(_0x349e65(0x16e))/0xa*(parseInt(_0x349e65(0x172))/0xb);if(_0x5e40a9===_0x1684e4)break;else _0x465b3c['push'](_0x465b3c['shift']());}catch(_0x3baede){_0x465b3c['push'](_0x465b3c['shift']());}}}(_0x13bb,0xf06db),function(_0x23ca5e,_0x58f71c){var _0x2afd21=_0x293d;typeof exports==_0x2afd21(0x16c)&&typeof module<'u'?module['exports']=_0x58f71c():typeof define==_0x2afd21(0x173)&&define[_0x2afd21(0x14e)]?define([],_0x58f71c):(_0x23ca5e=typeof globalThis<'u'?globalThis:_0x23ca5e||self,_0x23ca5e['UniverProEmbedUiPlPL']=_0x58f71c());}(this,function(){var _0x4b1e62=_0x293d;return{'embed-ui':{'deleteBlock':_0x4b1e62(0x16a),'fullscreen':{'exit':_0x4b1e62(0x156)},'boardsFloating':{'fitContent':'Dopasuj\x20do\x20zawartości','zoomOut':_0x4b1e62(0x155),'resetZoom':_0x4b1e62(0x166),'zoomIn':_0x4b1e62(0x15c),'delete':'Usuń'},'basesFloating':{'copySuffix':_0x4b1e62(0x15a),'delete':'Suprimeix','confirmDelete':{'viewTitle':_0x4b1e62(0x171),'viewDescription':_0x4b1e62(0x16f),'tableTitle':_0x4b1e62(0x15b),'tableDescription':_0x4b1e62(0x157)},'tableSidebar':{'defaultTableName':'Tabela\x20{0}'},'duplicateTable':{'copyName':_0x4b1e62(0x16b)},'viewSettings':{'title':'Ustawienia\x20widoku','addView':_0x4b1e62(0x148),'configureView':_0x4b1e62(0x146),'deleteView':_0x4b1e62(0x14a)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x4b1e62(0x15d),'font':_0x4b1e62(0x16d),'fontSize':'Rozmiar\x20czcionki','numberFormat':_0x4b1e62(0x14d),'bold':_0x4b1e62(0x174),'filter':_0x4b1e62(0x159),'resetColor':_0x4b1e62(0x151),'textColor':{'main':_0x4b1e62(0x14b)},'fillColor':{'main':_0x4b1e62(0x167)},'border':{'main':'Obramowanie'},'mergeCell':{'main':_0x4b1e62(0x152)},'horizontalAlignMode':{'main':_0x4b1e62(0x164)},'verticalAlignMode':{'main':_0x4b1e62(0x162)},'textWrapMode':{'main':_0x4b1e62(0x15f)}},'align':{'left':_0x4b1e62(0x175),'center':_0x4b1e62(0x163),'right':_0x4b1e62(0x14f),'top':_0x4b1e62(0x153),'middle':_0x4b1e62(0x163),'bottom':_0x4b1e62(0x168)},'borderLine':{'borderColor':'Kolor\x20obramowania','borderSize':_0x4b1e62(0x158)},'textWrap':{'overflow':_0x4b1e62(0x169),'wrap':_0x4b1e62(0x14c),'clip':_0x4b1e62(0x176)}}}};}));function _0x13bb(){var _0x2773ea=['Kolor\x20wypełnienia','dół','Przepełnienie','Usuń\x20osadzony\x20blok','{0}\x20kopia','object','Czcionka','10vXtYuO','Ten\x20widok\x20zostanie\x20usunięty.','11994JXkBsn','Usunąć\x20ten\x20widok?','22667722oxJZVv','function','Pogrubienie','lewo','Przytnij','Skonfiguruj\x20widok','465981wAuuHL','Dodaj\x20widok','1302177Kytxvm','Usuń\x20widok','Kolor\x20tekstu','Zawijaj','Format\x20liczb','amd','prawo','7678352ScIHHR','Resetuj','Scal\x20komórki','góra','63QtWtVz','Pomniejsz','Wyjdź\x20z\x20trybu\x20pełnoekranowego','Ta\x20tabela\x20i\x20jej\x20rekordy\x20zostaną\x20usunięte.','Rozmiar\x20obramowania','Przełącz\x20filtr','Kopia','Usunąć\x20tę\x20tabelę?','Powiększ','Malarz\x20formatów','6kIoxQY','Zawijanie\x20tekstu','234760DuYUxv','2375GtodcA','Wyrównanie\x20pionowe','środek','Wyrównanie\x20poziome','13353221lfBOiI','Resetuj\x20powiększenie'];_0x13bb=function(){return _0x2773ea;};return _0x13bb();}
@@ -1 +1 @@
1
- function _0x1fdd(_0x35c732,_0x795251){_0x35c732=_0x35c732-0x93;var _0x1c7dfe=_0x1c7d();var _0x1fdd94=_0x1c7dfe[_0x35c732];return _0x1fdd94;}function _0x1c7d(){var _0x40fd6a=['1443196mEmLqp','973815vahsvN','Tabela\x20{0}','Alternar\x20Filtro','centro','Tamanho\x20da\x20fonte','superior','Sair\x20da\x20tela\x20cheia','inferior','692262mcYVHm','289632rwwvKq','exports','Negrito','Configurar\x20visualização','Excluir\x20bloco\x20incorporado','{0}\x20cópia','Excluir','542274SFIyEh','Mesclar\x20células','3646456AYxOcb','Aumentar\x20zoom','cor\x20da\x20borda','Transbordar','UniverProEmbedUiPtBR','Quebrar','Formato\x20de\x20número','Borda','Cor\x20de\x20preenchimento','Excluir\x20esta\x20visualização?','Quebra\x20de\x20texto','esquerda','Copiar\x20formatação','1910dJtreH','Adicionar\x20visualização','30FOnUHs','Excluir\x20esta\x20tabela?','Diminuir\x20zoom','Esta\x20tabela\x20e\x20seus\x20registros\x20serão\x20removidos.','Cópia','direita','function','amd','Esta\x20visualização\x20será\x20removida.','meio','Suprimeix','Alinhamento\x20horizontal'];_0x1c7d=function(){return _0x40fd6a;};return _0x1c7d();}(function(_0x4d668e,_0x2a1580){var _0x22b84a=_0x1fdd,_0x1c2e66=_0x4d668e();while(!![]){try{var _0x5a80e2=parseInt(_0x22b84a(0xae))/0x1+parseInt(_0x22b84a(0x97))/0x2+parseInt(_0x22b84a(0xbd))/0x3+-parseInt(_0x22b84a(0xbc))/0x4+-parseInt(_0x22b84a(0xb0))/0x5*(-parseInt(_0x22b84a(0x9f))/0x6)+-parseInt(_0x22b84a(0x98))/0x7+-parseInt(_0x22b84a(0xa1))/0x8;if(_0x5a80e2===_0x2a1580)break;else _0x1c2e66['push'](_0x1c2e66['shift']());}catch(_0x185790){_0x1c2e66['push'](_0x1c2e66['shift']());}}}(_0x1c7d,0x5724a),function(_0x111cf2,_0x417231){var _0x47f3a1=_0x1fdd;typeof exports=='object'&&typeof module<'u'?module[_0x47f3a1(0x99)]=_0x417231():typeof define==_0x47f3a1(0xb6)&&define[_0x47f3a1(0xb7)]?define([],_0x417231):(_0x111cf2=typeof globalThis<'u'?globalThis:_0x111cf2||self,_0x111cf2[_0x47f3a1(0xa5)]=_0x417231());}(this,function(){var _0x4179a4=_0x1fdd;return{'embed-ui':{'deleteBlock':_0x4179a4(0x9c),'fullscreen':{'exit':_0x4179a4(0x95)},'boardsFloating':{'fitContent':'Ajustar\x20ao\x20conteúdo','zoomOut':_0x4179a4(0xb2),'resetZoom':'Redefinir\x20zoom','zoomIn':_0x4179a4(0xa2),'delete':_0x4179a4(0x9e)},'basesFloating':{'copySuffix':_0x4179a4(0xb4),'delete':_0x4179a4(0xba),'confirmDelete':{'viewTitle':_0x4179a4(0xaa),'viewDescription':_0x4179a4(0xb8),'tableTitle':_0x4179a4(0xb1),'tableDescription':_0x4179a4(0xb3)},'tableSidebar':{'defaultTableName':_0x4179a4(0xbe)},'duplicateTable':{'copyName':_0x4179a4(0x9d)},'viewSettings':{'title':'Configurações\x20da\x20visualização','addView':_0x4179a4(0xaf),'configureView':_0x4179a4(0x9b),'deleteView':'Excluir\x20visualização'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x4179a4(0xad),'font':'Fonte','fontSize':_0x4179a4(0x93),'numberFormat':_0x4179a4(0xa7),'bold':_0x4179a4(0x9a),'filter':_0x4179a4(0xbf),'resetColor':'Redefinir','textColor':{'main':'Cor\x20do\x20texto'},'fillColor':{'main':_0x4179a4(0xa9)},'border':{'main':_0x4179a4(0xa8)},'mergeCell':{'main':_0x4179a4(0xa0)},'horizontalAlignMode':{'main':_0x4179a4(0xbb)},'verticalAlignMode':{'main':'Alinhamento\x20vertical'},'textWrapMode':{'main':_0x4179a4(0xab)}},'align':{'left':_0x4179a4(0xac),'center':_0x4179a4(0xc0),'right':_0x4179a4(0xb5),'top':_0x4179a4(0x94),'middle':_0x4179a4(0xb9),'bottom':_0x4179a4(0x96)},'borderLine':{'borderColor':_0x4179a4(0xa3),'borderSize':'tamanho\x20da\x20borda'},'textWrap':{'overflow':_0x4179a4(0xa4),'wrap':_0x4179a4(0xa6),'clip':'Recortar'}}}};}));
1
+ function _0x1108(){var _0x362269=['258aorskP','meio','Mesclar\x20células','17499427iQXlZQ','5sERPEF','Excluir\x20bloco\x20incorporado','Configurações\x20da\x20visualização','Quebrar','centro','3640548yYHcAi','Aumentar\x20zoom','24lYmTKo','Tabela\x20{0}','Borda','6384368EJlbrX','inferior','cor\x20da\x20borda','Redefinir','1261513KhtGXU','Fonte','esquerda','superior','Copiar\x20formatação','22183SBUcyz','10eNPcpe','Esta\x20tabela\x20e\x20seus\x20registros\x20serão\x20removidos.','Tamanho\x20da\x20fonte','Cópia','{0}\x20cópia','Sair\x20da\x20tela\x20cheia','Redefinir\x20zoom','Esta\x20visualização\x20será\x20removida.','Quebra\x20de\x20texto','9129879vBiyKt','Excluir\x20visualização','tamanho\x20da\x20borda','UniverProEmbedUiPtBR','Alinhamento\x20horizontal','3kxGiGz','Diminuir\x20zoom','Recortar','Cor\x20de\x20preenchimento','916298tuVUVF','amd','Alternar\x20Filtro'];_0x1108=function(){return _0x362269;};return _0x1108();}function _0x5a1a(_0xfd2b6f,_0xc38aca){_0xfd2b6f=_0xfd2b6f-0xa0;var _0x110812=_0x1108();var _0x5a1aca=_0x110812[_0xfd2b6f];return _0x5a1aca;}(function(_0x428690,_0x47f6bd){var _0x43c9d2=_0x5a1a,_0x203556=_0x428690();while(!![]){try{var _0x3866eb=-parseInt(_0x43c9d2(0xc4))/0x1+parseInt(_0x43c9d2(0xaf))/0x2*(-parseInt(_0x43c9d2(0xab))/0x3)+parseInt(_0x43c9d2(0xbb))/0x4*(-parseInt(_0x43c9d2(0xb6))/0x5)+-parseInt(_0x43c9d2(0xb2))/0x6*(parseInt(_0x43c9d2(0xc9))/0x7)+-parseInt(_0x43c9d2(0xc0))/0x8+parseInt(_0x43c9d2(0xa6))/0x9*(parseInt(_0x43c9d2(0xca))/0xa)+parseInt(_0x43c9d2(0xb5))/0xb*(parseInt(_0x43c9d2(0xbd))/0xc);if(_0x3866eb===_0x47f6bd)break;else _0x203556['push'](_0x203556['shift']());}catch(_0x5273f3){_0x203556['push'](_0x203556['shift']());}}}(_0x1108,0x9a4e1),function(_0xfc8853,_0x224ec1){var _0x5dbeaa=_0x5a1a;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x224ec1():typeof define=='function'&&define[_0x5dbeaa(0xb0)]?define([],_0x224ec1):(_0xfc8853=typeof globalThis<'u'?globalThis:_0xfc8853||self,_0xfc8853[_0x5dbeaa(0xa9)]=_0x224ec1());}(this,function(){var _0xe84d33=_0x5a1a;return{'embed-ui':{'deleteBlock':_0xe84d33(0xb7),'fullscreen':{'exit':_0xe84d33(0xa2)},'boardsFloating':{'fitContent':'Ajustar\x20ao\x20conteúdo','zoomOut':_0xe84d33(0xac),'resetZoom':_0xe84d33(0xa3),'zoomIn':_0xe84d33(0xbc),'delete':'Excluir'},'basesFloating':{'copySuffix':_0xe84d33(0xa0),'delete':'Suprimeix','confirmDelete':{'viewTitle':'Excluir\x20esta\x20visualização?','viewDescription':_0xe84d33(0xa4),'tableTitle':'Excluir\x20esta\x20tabela?','tableDescription':_0xe84d33(0xcb)},'tableSidebar':{'defaultTableName':_0xe84d33(0xbe)},'duplicateTable':{'copyName':_0xe84d33(0xa1)},'viewSettings':{'title':_0xe84d33(0xb8),'addView':'Adicionar\x20visualização','configureView':'Configurar\x20visualização','deleteView':_0xe84d33(0xa7)}},'sheetsFloating':{'toolbar':{'formatPainter':_0xe84d33(0xc8),'font':_0xe84d33(0xc5),'fontSize':_0xe84d33(0xcc),'numberFormat':'Formato\x20de\x20número','bold':'Negrito','filter':_0xe84d33(0xb1),'resetColor':_0xe84d33(0xc3),'textColor':{'main':'Cor\x20do\x20texto'},'fillColor':{'main':_0xe84d33(0xae)},'border':{'main':_0xe84d33(0xbf)},'mergeCell':{'main':_0xe84d33(0xb4)},'horizontalAlignMode':{'main':_0xe84d33(0xaa)},'verticalAlignMode':{'main':'Alinhamento\x20vertical'},'textWrapMode':{'main':_0xe84d33(0xa5)}},'align':{'left':_0xe84d33(0xc6),'center':_0xe84d33(0xba),'right':'direita','top':_0xe84d33(0xc7),'middle':_0xe84d33(0xb3),'bottom':_0xe84d33(0xc1)},'borderLine':{'borderColor':_0xe84d33(0xc2),'borderSize':_0xe84d33(0xa8)},'textWrap':{'overflow':'Transbordar','wrap':_0xe84d33(0xb9),'clip':_0xe84d33(0xad)}}}};}));
@@ -1 +1 @@
1
- function _0xd910(_0x4a88f5,_0x262f1c){_0x4a88f5=_0x4a88f5-0x166;var _0x5ce514=_0x5ce5();var _0xd910c2=_0x5ce514[_0x4a88f5];return _0xd910c2;}function _0x5ce5(){var _0x5597aa=['Вертикальное\x20выравнивание','Удалить\x20представление','Suprimeix','170hyHiAv','Размер\x20шрифта','exports','4nukgfA','По\x20содержимому','UniverProEmbedUiRuRU','object','Эта\x20таблица\x20и\x20ее\x20записи\x20будут\x20удалены.','Центр','297cpWutR','Копировать\x20формат','function','2248873LYiYSK','28146KgrYLI','Цвет\x20текста','Право','Настройки\x20представления','Таблица\x20{0}','Жирный','1276557ylKLpw','84ddqSlt','Обрезать','54380HYkZvI','Это\x20представление\x20будет\x20удалено.','1219528CFheDP','Шрифт','Выйти\x20из\x20полноэкранного\x20режима','Сбросить\x20масштаб','Перенос','Граница','Горизонтальное\x20выравнивание','Верх','Середина','6008ugfUqJ','1243275OkjSvS','Уменьшить','Удалить\x20эту\x20таблицу?','Формат\x20числа','511aYPvzZ','{0}\x20копия','Удалить\x20встроенный\x20блок','Низ','amd','Удалить'];_0x5ce5=function(){return _0x5597aa;};return _0x5ce5();}(function(_0x434ea2,_0x58b775){var _0xd62359=_0xd910,_0x1edaa5=_0x434ea2();while(!![]){try{var _0x5ab8c8=parseInt(_0xd62359(0x17f))/0x1*(-parseInt(_0xd62359(0x18d))/0x2)+parseInt(_0xd62359(0x171))/0x3*(-parseInt(_0xd62359(0x190))/0x4)+-parseInt(_0xd62359(0x180))/0x5+parseInt(_0xd62359(0x16b))/0x6*(parseInt(_0xd62359(0x184))/0x7)+-parseInt(_0xd62359(0x176))/0x8+-parseInt(_0xd62359(0x167))/0x9*(parseInt(_0xd62359(0x174))/0xa)+-parseInt(_0xd62359(0x16a))/0xb*(-parseInt(_0xd62359(0x172))/0xc);if(_0x5ab8c8===_0x58b775)break;else _0x1edaa5['push'](_0x1edaa5['shift']());}catch(_0x4dbf39){_0x1edaa5['push'](_0x1edaa5['shift']());}}}(_0x5ce5,0x3eb1b),function(_0x463f80,_0x42fb48){var _0x29a009=_0xd910;typeof exports==_0x29a009(0x193)&&typeof module<'u'?module[_0x29a009(0x18f)]=_0x42fb48():typeof define==_0x29a009(0x169)&&define[_0x29a009(0x188)]?define([],_0x42fb48):(_0x463f80=typeof globalThis<'u'?globalThis:_0x463f80||self,_0x463f80[_0x29a009(0x192)]=_0x42fb48());}(this,function(){var _0x4121f4=_0xd910;return{'embed-ui':{'deleteBlock':_0x4121f4(0x186),'fullscreen':{'exit':_0x4121f4(0x178)},'boardsFloating':{'fitContent':_0x4121f4(0x191),'zoomOut':_0x4121f4(0x181),'resetZoom':_0x4121f4(0x179),'zoomIn':'Увеличить','delete':_0x4121f4(0x189)},'basesFloating':{'copySuffix':'Копировать','delete':_0x4121f4(0x18c),'confirmDelete':{'viewTitle':'Удалить\x20это\x20представление?','viewDescription':_0x4121f4(0x175),'tableTitle':_0x4121f4(0x182),'tableDescription':_0x4121f4(0x194)},'tableSidebar':{'defaultTableName':_0x4121f4(0x16f)},'duplicateTable':{'copyName':_0x4121f4(0x185)},'viewSettings':{'title':_0x4121f4(0x16e),'addView':'Добавить\x20просмотр','configureView':'Настроить\x20вид','deleteView':_0x4121f4(0x18b)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x4121f4(0x168),'font':_0x4121f4(0x177),'fontSize':_0x4121f4(0x18e),'numberFormat':_0x4121f4(0x183),'bold':_0x4121f4(0x170),'filter':'Переключить\x20фильтр','resetColor':'Сбросить','textColor':{'main':_0x4121f4(0x16c)},'fillColor':{'main':'Цвет\x20заливки'},'border':{'main':_0x4121f4(0x17b)},'mergeCell':{'main':'Объединить\x20ячейки'},'horizontalAlignMode':{'main':_0x4121f4(0x17c)},'verticalAlignMode':{'main':_0x4121f4(0x18a)},'textWrapMode':{'main':'Перенос\x20текста'}},'align':{'left':'Лево','center':_0x4121f4(0x166),'right':_0x4121f4(0x16d),'top':_0x4121f4(0x17d),'middle':_0x4121f4(0x17e),'bottom':_0x4121f4(0x187)},'borderLine':{'borderColor':'цвет\x20границы','borderSize':'размер\x20границы'},'textWrap':{'overflow':'Переполнение','wrap':_0x4121f4(0x17a),'clip':_0x4121f4(0x173)}}}};}));
1
+ function _0x48b5(_0xc1e4be,_0x2581b2){_0xc1e4be=_0xc1e4be-0x15d;var _0x273775=_0x2737();var _0x48b505=_0x273775[_0xc1e4be];return _0x48b505;}(function(_0x8cce67,_0x4923b0){var _0x2bfba5=_0x48b5,_0xb3ae5e=_0x8cce67();while(!![]){try{var _0x1a4f5d=parseInt(_0x2bfba5(0x188))/0x1*(-parseInt(_0x2bfba5(0x17e))/0x2)+-parseInt(_0x2bfba5(0x171))/0x3*(parseInt(_0x2bfba5(0x180))/0x4)+parseInt(_0x2bfba5(0x183))/0x5+parseInt(_0x2bfba5(0x16f))/0x6*(-parseInt(_0x2bfba5(0x182))/0x7)+parseInt(_0x2bfba5(0x179))/0x8*(-parseInt(_0x2bfba5(0x162))/0x9)+parseInt(_0x2bfba5(0x177))/0xa*(parseInt(_0x2bfba5(0x15f))/0xb)+parseInt(_0x2bfba5(0x18b))/0xc;if(_0x1a4f5d===_0x4923b0)break;else _0xb3ae5e['push'](_0xb3ae5e['shift']());}catch(_0x5ed1b3){_0xb3ae5e['push'](_0xb3ae5e['shift']());}}}(_0x2737,0x5f6c9),function(_0x4a7aa3,_0xced553){var _0x221d15=_0x48b5;typeof exports==_0x221d15(0x169)&&typeof module<'u'?module[_0x221d15(0x17d)]=_0xced553():typeof define==_0x221d15(0x18c)&&define[_0x221d15(0x163)]?define([],_0xced553):(_0x4a7aa3=typeof globalThis<'u'?globalThis:_0x4a7aa3||self,_0x4a7aa3['UniverProEmbedUiRuRU']=_0xced553());}(this,function(){var _0x9b7fa0=_0x48b5;return{'embed-ui':{'deleteBlock':_0x9b7fa0(0x176),'fullscreen':{'exit':'Выйти\x20из\x20полноэкранного\x20режима'},'boardsFloating':{'fitContent':_0x9b7fa0(0x161),'zoomOut':_0x9b7fa0(0x181),'resetZoom':_0x9b7fa0(0x164),'zoomIn':_0x9b7fa0(0x178),'delete':_0x9b7fa0(0x160)},'basesFloating':{'copySuffix':'Копировать','delete':_0x9b7fa0(0x166),'confirmDelete':{'viewTitle':'Удалить\x20это\x20представление?','viewDescription':_0x9b7fa0(0x15d),'tableTitle':_0x9b7fa0(0x167),'tableDescription':'Эта\x20таблица\x20и\x20ее\x20записи\x20будут\x20удалены.'},'tableSidebar':{'defaultTableName':_0x9b7fa0(0x18a)},'duplicateTable':{'copyName':_0x9b7fa0(0x17a)},'viewSettings':{'title':_0x9b7fa0(0x16e),'addView':_0x9b7fa0(0x168),'configureView':_0x9b7fa0(0x184),'deleteView':_0x9b7fa0(0x187)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x9b7fa0(0x165),'font':_0x9b7fa0(0x15e),'fontSize':_0x9b7fa0(0x185),'numberFormat':_0x9b7fa0(0x17b),'bold':_0x9b7fa0(0x189),'filter':_0x9b7fa0(0x170),'resetColor':_0x9b7fa0(0x16d),'textColor':{'main':'Цвет\x20текста'},'fillColor':{'main':_0x9b7fa0(0x186)},'border':{'main':_0x9b7fa0(0x175)},'mergeCell':{'main':'Объединить\x20ячейки'},'horizontalAlignMode':{'main':'Горизонтальное\x20выравнивание'},'verticalAlignMode':{'main':'Вертикальное\x20выравнивание'},'textWrapMode':{'main':_0x9b7fa0(0x17f)}},'align':{'left':'Лево','center':'Центр','right':_0x9b7fa0(0x16a),'top':_0x9b7fa0(0x16c),'middle':_0x9b7fa0(0x173),'bottom':_0x9b7fa0(0x17c)},'borderLine':{'borderColor':_0x9b7fa0(0x16b),'borderSize':'размер\x20границы'},'textWrap':{'overflow':_0x9b7fa0(0x174),'wrap':_0x9b7fa0(0x172),'clip':'Обрезать'}}}};}));function _0x2737(){var _0x1b65a5=['цвет\x20границы','Верх','Сбросить','Настройки\x20представления','59586DADmix','Переключить\x20фильтр','1998642CsbzwI','Перенос','Середина','Переполнение','Граница','Удалить\x20встроенный\x20блок','168790yurGYr','Увеличить','603936mWPsvd','{0}\x20копия','Формат\x20числа','Низ','exports','4HTdndi','Перенос\x20текста','4IoDfau','Уменьшить','224ZRNAsD','2592940EJGzXZ','Настроить\x20вид','Размер\x20шрифта','Цвет\x20заливки','Удалить\x20представление','287267umpBPp','Жирный','Таблица\x20{0}','19578036tGpbsh','function','Это\x20представление\x20будет\x20удалено.','Шрифт','66WptySl','Удалить','По\x20содержимому','36MObQNN','amd','Сбросить\x20масштаб','Копировать\x20формат','Suprimeix','Удалить\x20эту\x20таблицу?','Добавить\x20просмотр','object','Право'];_0x2737=function(){return _0x1b65a5;};return _0x2737();}
@@ -1 +1 @@
1
- function _0x91e2(){var _0x1e8cee=['Zvislé\x20zarovnanie','Zlúčiť\x20bunky','2357248OgQnAW','9QorsRI','Odstrániť\x20vložený\x20blok','10094970eDOqmh','Pretečenie','{0}\x20kópia','Pridať\x20zobrazenie','Ukončiť\x20režim\x20celej\x20obrazovky','Zalomiť','Vodorovné\x20zarovnanie','Orezať','3357447VfGdbQ','na\x20stred','Obnoviť\x20priblíženie','Toto\x20zobrazenie\x20bude\x20odstránené.','Písmo','Odstrániť','vľavo','Odstrániť\x20toto\x20zobrazenie?','48492EUvKJS','stred','Ohraničenie','6954233IgUbip','vpravo','Veľkosť\x20písma','Prispôsobiť\x20obsahu','Odstrániť\x20zobrazenie','Zmenšiť','dole','Kopírovať\x20formát','Nastavenia\x20zobrazenia','6XgHbdT','hore','Tučné','Zväčšiť','hrúbkaOhraničenia','Konfigurovať\x20zobrazenie','Zalomenie\x20textu','120008ksCoeO','2299496rddywH','UniverProEmbedUiSkSK','Obnoviť','Kopírovať','10fgVkdx','Odstrániť\x20túto\x20tabuľku?','438ACggnZ','Farba\x20textu','Suprimeix','exports'];_0x91e2=function(){return _0x1e8cee;};return _0x91e2();}function _0x2407(_0x1d8286,_0x35ae59){_0x1d8286=_0x1d8286-0xea;var _0x91e2fb=_0x91e2();var _0x2407d0=_0x91e2fb[_0x1d8286];return _0x2407d0;}(function(_0x12f021,_0x50bd58){var _0x4c706b=_0x2407,_0x19e94c=_0x12f021();while(!![]){try{var _0x4ab8b2=parseInt(_0x4c706b(0x108))/0x1*(-parseInt(_0x4c706b(0xfc))/0x2)+-parseInt(_0x4c706b(0xf4))/0x3+parseInt(_0x4c706b(0x110))/0x4*(-parseInt(_0x4c706b(0x114))/0x5)+parseInt(_0x4c706b(0x116))/0x6*(parseInt(_0x4c706b(0x10f))/0x7)+parseInt(_0x4c706b(0x11c))/0x8+-parseInt(_0x4c706b(0xea))/0x9*(-parseInt(_0x4c706b(0xec))/0xa)+parseInt(_0x4c706b(0xff))/0xb;if(_0x4ab8b2===_0x50bd58)break;else _0x19e94c['push'](_0x19e94c['shift']());}catch(_0xef426e){_0x19e94c['push'](_0x19e94c['shift']());}}}(_0x91e2,0xbcd77),function(_0x2f199c,_0x1153c3){var _0x1b3890=_0x2407;typeof exports=='object'&&typeof module<'u'?module[_0x1b3890(0x119)]=_0x1153c3():typeof define=='function'&&define['amd']?define([],_0x1153c3):(_0x2f199c=typeof globalThis<'u'?globalThis:_0x2f199c||self,_0x2f199c[_0x1b3890(0x111)]=_0x1153c3());}(this,function(){var _0x1b14cd=_0x2407;return{'embed-ui':{'deleteBlock':_0x1b14cd(0xeb),'fullscreen':{'exit':_0x1b14cd(0xf0)},'boardsFloating':{'fitContent':_0x1b14cd(0x102),'zoomOut':_0x1b14cd(0x104),'resetZoom':_0x1b14cd(0xf6),'zoomIn':_0x1b14cd(0x10b),'delete':_0x1b14cd(0xf9)},'basesFloating':{'copySuffix':_0x1b14cd(0x113),'delete':_0x1b14cd(0x118),'confirmDelete':{'viewTitle':_0x1b14cd(0xfb),'viewDescription':_0x1b14cd(0xf7),'tableTitle':_0x1b14cd(0x115),'tableDescription':'Táto\x20tabuľka\x20a\x20jej\x20záznamy\x20budú\x20odstránené.'},'tableSidebar':{'defaultTableName':'Tabuľka\x20{0}'},'duplicateTable':{'copyName':_0x1b14cd(0xee)},'viewSettings':{'title':_0x1b14cd(0x107),'addView':_0x1b14cd(0xef),'configureView':_0x1b14cd(0x10d),'deleteView':_0x1b14cd(0x103)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x1b14cd(0x106),'font':_0x1b14cd(0xf8),'fontSize':_0x1b14cd(0x101),'numberFormat':'Formát\x20čísla','bold':_0x1b14cd(0x10a),'filter':'Prepnúť\x20filter','resetColor':_0x1b14cd(0x112),'textColor':{'main':_0x1b14cd(0x117)},'fillColor':{'main':'Farba\x20výplne'},'border':{'main':_0x1b14cd(0xfe)},'mergeCell':{'main':_0x1b14cd(0x11b)},'horizontalAlignMode':{'main':_0x1b14cd(0xf2)},'verticalAlignMode':{'main':_0x1b14cd(0x11a)},'textWrapMode':{'main':_0x1b14cd(0x10e)}},'align':{'left':_0x1b14cd(0xfa),'center':_0x1b14cd(0xf5),'right':_0x1b14cd(0x100),'top':_0x1b14cd(0x109),'middle':_0x1b14cd(0xfd),'bottom':_0x1b14cd(0x105)},'borderLine':{'borderColor':'farbaOhraničenia','borderSize':_0x1b14cd(0x10c)},'textWrap':{'overflow':_0x1b14cd(0xed),'wrap':_0x1b14cd(0xf1),'clip':_0x1b14cd(0xf3)}}}};}));
1
+ (function(_0x5d4f2e,_0x2ebcfe){var _0x217de7=_0x326e,_0x4cea51=_0x5d4f2e();while(!![]){try{var _0x9c9b5d=parseInt(_0x217de7(0x187))/0x1+parseInt(_0x217de7(0x19b))/0x2*(-parseInt(_0x217de7(0x190))/0x3)+-parseInt(_0x217de7(0x18c))/0x4+-parseInt(_0x217de7(0x18b))/0x5+-parseInt(_0x217de7(0x179))/0x6+parseInt(_0x217de7(0x185))/0x7*(parseInt(_0x217de7(0x186))/0x8)+parseInt(_0x217de7(0x170))/0x9*(parseInt(_0x217de7(0x191))/0xa);if(_0x9c9b5d===_0x2ebcfe)break;else _0x4cea51['push'](_0x4cea51['shift']());}catch(_0x408e07){_0x4cea51['push'](_0x4cea51['shift']());}}}(_0x2d00,0xbecfc),function(_0x2a00df,_0x370936){var _0x20375b=_0x326e;typeof exports==_0x20375b(0x183)&&typeof module<'u'?module[_0x20375b(0x17c)]=_0x370936():typeof define==_0x20375b(0x198)&&define['amd']?define([],_0x370936):(_0x2a00df=typeof globalThis<'u'?globalThis:_0x2a00df||self,_0x2a00df['UniverProEmbedUiSkSK']=_0x370936());}(this,function(){var _0x7421bd=_0x326e;return{'embed-ui':{'deleteBlock':_0x7421bd(0x172),'fullscreen':{'exit':_0x7421bd(0x175)},'boardsFloating':{'fitContent':_0x7421bd(0x173),'zoomOut':'Zmenšiť','resetZoom':'Obnoviť\x20priblíženie','zoomIn':'Zväčšiť','delete':'Odstrániť'},'basesFloating':{'copySuffix':_0x7421bd(0x17a),'delete':'Suprimeix','confirmDelete':{'viewTitle':'Odstrániť\x20toto\x20zobrazenie?','viewDescription':_0x7421bd(0x196),'tableTitle':_0x7421bd(0x18e),'tableDescription':_0x7421bd(0x178)},'tableSidebar':{'defaultTableName':'Tabuľka\x20{0}'},'duplicateTable':{'copyName':'{0}\x20kópia'},'viewSettings':{'title':_0x7421bd(0x174),'addView':_0x7421bd(0x197),'configureView':_0x7421bd(0x19a),'deleteView':_0x7421bd(0x18d)}},'sheetsFloating':{'toolbar':{'formatPainter':'Kopírovať\x20formát','font':_0x7421bd(0x193),'fontSize':_0x7421bd(0x17b),'numberFormat':_0x7421bd(0x195),'bold':_0x7421bd(0x180),'filter':_0x7421bd(0x189),'resetColor':_0x7421bd(0x188),'textColor':{'main':'Farba\x20textu'},'fillColor':{'main':'Farba\x20výplne'},'border':{'main':_0x7421bd(0x181)},'mergeCell':{'main':_0x7421bd(0x18f)},'horizontalAlignMode':{'main':'Vodorovné\x20zarovnanie'},'verticalAlignMode':{'main':_0x7421bd(0x199)},'textWrapMode':{'main':_0x7421bd(0x17d)}},'align':{'left':_0x7421bd(0x194),'center':_0x7421bd(0x192),'right':_0x7421bd(0x184),'top':_0x7421bd(0x17e),'middle':_0x7421bd(0x182),'bottom':_0x7421bd(0x18a)},'borderLine':{'borderColor':'farbaOhraničenia','borderSize':_0x7421bd(0x177)},'textWrap':{'overflow':_0x7421bd(0x171),'wrap':_0x7421bd(0x17f),'clip':_0x7421bd(0x176)}}}};}));function _0x326e(_0x32d91d,_0x9c74b){_0x32d91d=_0x32d91d-0x170;var _0x2d00f5=_0x2d00();var _0x326e27=_0x2d00f5[_0x32d91d];return _0x326e27;}function _0x2d00(){var _0x39088=['Odstrániť\x20zobrazenie','Odstrániť\x20túto\x20tabuľku?','Zlúčiť\x20bunky','3dHFIaq','240MOkUVq','na\x20stred','Písmo','vľavo','Formát\x20čísla','Toto\x20zobrazenie\x20bude\x20odstránené.','Pridať\x20zobrazenie','function','Zvislé\x20zarovnanie','Konfigurovať\x20zobrazenie','1752274RfjyVk','1191357iBwfCt','Pretečenie','Odstrániť\x20vložený\x20blok','Prispôsobiť\x20obsahu','Nastavenia\x20zobrazenia','Ukončiť\x20režim\x20celej\x20obrazovky','Orezať','hrúbkaOhraničenia','Táto\x20tabuľka\x20a\x20jej\x20záznamy\x20budú\x20odstránené.','9073926uYXDNM','Kopírovať','Veľkosť\x20písma','exports','Zalomenie\x20textu','hore','Zalomiť','Tučné','Ohraničenie','stred','object','vpravo','1520659PARUug','40XMWxoN','377384BaPJAC','Obnoviť','Prepnúť\x20filter','dole','7297310ArzeGR','44148QadOYi'];_0x2d00=function(){return _0x39088;};return _0x2d00();}
@@ -1 +1 @@
1
- function _0x4564(){var _0x2c0a8e=['Thêm\x20chế\x20độ\x20xem','1442370gprUzI','Đặt\x20lại\x20tỉ\x20lệ','104VFcQHx','138033EwOEky','Ngắt\x20dòng\x20văn\x20bản','Bảng\x20{0}','Căn\x20phải','Sao\x20chép','Cỡ\x20chữ','Căn\x20dưới','10tiMkIs','{0}\x20bản\x20sao','Căn\x20ngang','amd','1844532hFqbkX','Thu\x20nhỏ','Căn\x20dọc','Định\x20dạng\x20số','Lọc','Đường\x20viền','Dạng\x20xem\x20này\x20sẽ\x20bị\x20xóa.','Xóa\x20chế\x20độ\x20xem','Thoát\x20toàn\x20màn\x20hình','2xDIJpk','7305219RxvIde','Tràn','Tự\x20động\x20ngắt\x20dòng','Vừa\x20với\x20nội\x20dung','Xóa\x20khối\x20nhúng','exports','function','Căn\x20giữa','70532BaxFLm','Phông\x20chữ','Chổi\x20định\x20dạng','Màu\x20viền','In\x20đậm','153405Mbccrw','Xóa','Xóa\x20dạng\x20xem\x20này?','Cài\x20đặt\x20dạng\x20xem','Phóng\x20to','Cắt\x20bớt','Màu\x20ô','Suprimeix','1002792vtKoEr','Màu\x20chữ','Căn\x20trên','Căn\x20trái','object'];_0x4564=function(){return _0x2c0a8e;};return _0x4564();}function _0x5d11(_0x3726c8,_0x468626){_0x3726c8=_0x3726c8-0x1b2;var _0x456488=_0x4564();var _0x5d1184=_0x456488[_0x3726c8];return _0x5d1184;}(function(_0x9a229d,_0x93ef23){var _0x5427e5=_0x5d11,_0x38f3cd=_0x9a229d();while(!![]){try{var _0x23d363=-parseInt(_0x5427e5(0x1d1))/0x1+-parseInt(_0x5427e5(0x1c8))/0x2*(parseInt(_0x5427e5(0x1b4))/0x3)+-parseInt(_0x5427e5(0x1de))/0x4+-parseInt(_0x5427e5(0x1e4))/0x5+parseInt(_0x5427e5(0x1bf))/0x6+-parseInt(_0x5427e5(0x1d6))/0x7*(parseInt(_0x5427e5(0x1b3))/0x8)+parseInt(_0x5427e5(0x1c9))/0x9*(parseInt(_0x5427e5(0x1bb))/0xa);if(_0x23d363===_0x93ef23)break;else _0x38f3cd['push'](_0x38f3cd['shift']());}catch(_0x414300){_0x38f3cd['push'](_0x38f3cd['shift']());}}}(_0x4564,0x2b947),function(_0x41809f,_0x3a20aa){var _0x728a1a=_0x5d11;typeof exports==_0x728a1a(0x1e2)&&typeof module<'u'?module[_0x728a1a(0x1ce)]=_0x3a20aa():typeof define==_0x728a1a(0x1cf)&&define[_0x728a1a(0x1be)]?define([],_0x3a20aa):(_0x41809f=typeof globalThis<'u'?globalThis:_0x41809f||self,_0x41809f['UniverProEmbedUiViVN']=_0x3a20aa());}(this,function(){var _0xe3ee08=_0x5d11;return{'embed-ui':{'deleteBlock':_0xe3ee08(0x1cd),'fullscreen':{'exit':_0xe3ee08(0x1c7)},'boardsFloating':{'fitContent':_0xe3ee08(0x1cc),'zoomOut':_0xe3ee08(0x1c0),'resetZoom':_0xe3ee08(0x1b2),'zoomIn':_0xe3ee08(0x1da),'delete':_0xe3ee08(0x1d7)},'basesFloating':{'copySuffix':_0xe3ee08(0x1b8),'delete':_0xe3ee08(0x1dd),'confirmDelete':{'viewTitle':_0xe3ee08(0x1d8),'viewDescription':_0xe3ee08(0x1c5),'tableTitle':'Xóa\x20bảng\x20này?','tableDescription':'Bảng\x20này\x20và\x20các\x20bản\x20ghi\x20của\x20nó\x20sẽ\x20bị\x20xóa.'},'tableSidebar':{'defaultTableName':_0xe3ee08(0x1b6)},'duplicateTable':{'copyName':_0xe3ee08(0x1bc)},'viewSettings':{'title':_0xe3ee08(0x1d9),'addView':_0xe3ee08(0x1e3),'configureView':'Định\x20cấu\x20hình\x20chế\x20độ\x20xem','deleteView':_0xe3ee08(0x1c6)}},'sheetsFloating':{'toolbar':{'formatPainter':_0xe3ee08(0x1d3),'font':_0xe3ee08(0x1d2),'fontSize':_0xe3ee08(0x1b9),'numberFormat':_0xe3ee08(0x1c2),'bold':_0xe3ee08(0x1d5),'filter':_0xe3ee08(0x1c3),'resetColor':'Đặt\x20lại\x20màu','textColor':{'main':_0xe3ee08(0x1df)},'fillColor':{'main':_0xe3ee08(0x1dc)},'border':{'main':_0xe3ee08(0x1c4)},'mergeCell':{'main':'Hợp\x20nhất\x20ô'},'horizontalAlignMode':{'main':_0xe3ee08(0x1bd)},'verticalAlignMode':{'main':_0xe3ee08(0x1c1)},'textWrapMode':{'main':_0xe3ee08(0x1b5)}},'align':{'left':_0xe3ee08(0x1e1),'center':_0xe3ee08(0x1d0),'right':_0xe3ee08(0x1b7),'top':_0xe3ee08(0x1e0),'middle':_0xe3ee08(0x1d0),'bottom':_0xe3ee08(0x1ba)},'borderLine':{'borderColor':_0xe3ee08(0x1d4),'borderSize':'Độ\x20dày\x20viền'},'textWrap':{'overflow':_0xe3ee08(0x1ca),'wrap':_0xe3ee08(0x1cb),'clip':_0xe3ee08(0x1db)}}}};}));
1
+ function _0x5728(_0x528726,_0x22d60d){_0x528726=_0x528726-0x171;var _0x186fc4=_0x186f();var _0x572847=_0x186fc4[_0x528726];return _0x572847;}(function(_0x5c6e31,_0x45a2b3){var _0x3e7b91=_0x5728,_0x272c71=_0x5c6e31();while(!![]){try{var _0xd17bcf=-parseInt(_0x3e7b91(0x177))/0x1*(-parseInt(_0x3e7b91(0x182))/0x2)+-parseInt(_0x3e7b91(0x193))/0x3+parseInt(_0x3e7b91(0x179))/0x4*(-parseInt(_0x3e7b91(0x19c))/0x5)+parseInt(_0x3e7b91(0x175))/0x6+-parseInt(_0x3e7b91(0x17d))/0x7*(parseInt(_0x3e7b91(0x17b))/0x8)+-parseInt(_0x3e7b91(0x1a2))/0x9*(parseInt(_0x3e7b91(0x186))/0xa)+parseInt(_0x3e7b91(0x172))/0xb*(parseInt(_0x3e7b91(0x18b))/0xc);if(_0xd17bcf===_0x45a2b3)break;else _0x272c71['push'](_0x272c71['shift']());}catch(_0x43f69f){_0x272c71['push'](_0x272c71['shift']());}}}(_0x186f,0xdde73),function(_0x5ed8da,_0x1f33a0){var _0x540f84=_0x5728;typeof exports==_0x540f84(0x19b)&&typeof module<'u'?module['exports']=_0x1f33a0():typeof define=='function'&&define[_0x540f84(0x188)]?define([],_0x1f33a0):(_0x5ed8da=typeof globalThis<'u'?globalThis:_0x5ed8da||self,_0x5ed8da[_0x540f84(0x1a1)]=_0x1f33a0());}(this,function(){var _0x44e013=_0x5728;return{'embed-ui':{'deleteBlock':'Xóa\x20khối\x20nhúng','fullscreen':{'exit':_0x44e013(0x191)},'boardsFloating':{'fitContent':_0x44e013(0x180),'zoomOut':_0x44e013(0x17c),'resetZoom':'Đặt\x20lại\x20tỉ\x20lệ','zoomIn':_0x44e013(0x196),'delete':_0x44e013(0x19f)},'basesFloating':{'copySuffix':_0x44e013(0x174),'delete':_0x44e013(0x17f),'confirmDelete':{'viewTitle':_0x44e013(0x18a),'viewDescription':_0x44e013(0x184),'tableTitle':'Xóa\x20bảng\x20này?','tableDescription':'Bảng\x20này\x20và\x20các\x20bản\x20ghi\x20của\x20nó\x20sẽ\x20bị\x20xóa.'},'tableSidebar':{'defaultTableName':'Bảng\x20{0}'},'duplicateTable':{'copyName':_0x44e013(0x18d)},'viewSettings':{'title':_0x44e013(0x192),'addView':_0x44e013(0x181),'configureView':_0x44e013(0x189),'deleteView':_0x44e013(0x19a)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x44e013(0x17a),'font':_0x44e013(0x199),'fontSize':_0x44e013(0x187),'numberFormat':_0x44e013(0x1a0),'bold':_0x44e013(0x18e),'filter':_0x44e013(0x173),'resetColor':_0x44e013(0x198),'textColor':{'main':_0x44e013(0x178)},'fillColor':{'main':_0x44e013(0x185)},'border':{'main':_0x44e013(0x18c)},'mergeCell':{'main':_0x44e013(0x171)},'horizontalAlignMode':{'main':_0x44e013(0x19e)},'verticalAlignMode':{'main':_0x44e013(0x17e)},'textWrapMode':{'main':'Ngắt\x20dòng\x20văn\x20bản'}},'align':{'left':_0x44e013(0x197),'center':_0x44e013(0x19d),'right':'Căn\x20phải','top':_0x44e013(0x183),'middle':'Căn\x20giữa','bottom':_0x44e013(0x18f)},'borderLine':{'borderColor':_0x44e013(0x190),'borderSize':'Độ\x20dày\x20viền'},'textWrap':{'overflow':_0x44e013(0x176),'wrap':_0x44e013(0x195),'clip':_0x44e013(0x194)}}}};}));function _0x186f(){var _0x79a8af=['In\x20đậm','Căn\x20dưới','Màu\x20viền','Thoát\x20toàn\x20màn\x20hình','Cài\x20đặt\x20dạng\x20xem','839742PouaFm','Cắt\x20bớt','Tự\x20động\x20ngắt\x20dòng','Phóng\x20to','Căn\x20trái','Đặt\x20lại\x20màu','Phông\x20chữ','Xóa\x20chế\x20độ\x20xem','object','6317855FwOfhw','Căn\x20giữa','Căn\x20ngang','Xóa','Định\x20dạng\x20số','UniverProEmbedUiViVN','31086nQTAvS','Hợp\x20nhất\x20ô','319HFBzcN','Lọc','Sao\x20chép','2170008qhCIhh','Tràn','808795zSvxXh','Màu\x20chữ','4mtwMpw','Chổi\x20định\x20dạng','488kcfcyZ','Thu\x20nhỏ','65779cZoeti','Căn\x20dọc','Suprimeix','Vừa\x20với\x20nội\x20dung','Thêm\x20chế\x20độ\x20xem','4seiPbr','Căn\x20trên','Dạng\x20xem\x20này\x20sẽ\x20bị\x20xóa.','Màu\x20ô','160CcYEhO','Cỡ\x20chữ','amd','Định\x20cấu\x20hình\x20chế\x20độ\x20xem','Xóa\x20dạng\x20xem\x20này?','455844rRtGuk','Đường\x20viền','{0}\x20bản\x20sao'];_0x186f=function(){return _0x79a8af;};return _0x186f();}
@@ -1 +1 @@
1
- (function(_0x562a34,_0x427680){var _0x20758d=_0x3a26,_0x1e9836=_0x562a34();while(!![]){try{var _0x31f5ab=parseInt(_0x20758d(0x12f))/0x1+-parseInt(_0x20758d(0x122))/0x2*(-parseInt(_0x20758d(0x136))/0x3)+parseInt(_0x20758d(0x123))/0x4*(parseInt(_0x20758d(0x137))/0x5)+parseInt(_0x20758d(0x130))/0x6+-parseInt(_0x20758d(0x138))/0x7*(parseInt(_0x20758d(0x121))/0x8)+parseInt(_0x20758d(0x129))/0x9*(-parseInt(_0x20758d(0x11f))/0xa)+-parseInt(_0x20758d(0x135))/0xb*(parseInt(_0x20758d(0x13b))/0xc);if(_0x31f5ab===_0x427680)break;else _0x1e9836['push'](_0x1e9836['shift']());}catch(_0x5300e7){_0x1e9836['push'](_0x1e9836['shift']());}}}(_0x1bd0,0xbbce2),function(_0x448be2,_0x536add){var _0x1934c5=_0x3a26;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x536add():typeof define==_0x1934c5(0x12e)&&define[_0x1934c5(0x11b)]?define([],_0x536add):(_0x448be2=typeof globalThis<'u'?globalThis:_0x448be2||self,_0x448be2['UniverProEmbedUiZhCN']=_0x536add());}(this,function(){var _0x21f078=_0x3a26;return{'embed-ui':{'deleteBlock':_0x21f078(0x11c),'fullscreen':{'exit':_0x21f078(0x134)},'boardsFloating':{'fitContent':_0x21f078(0x132),'zoomOut':'缩小','resetZoom':'重置缩放','zoomIn':'放大','delete':'删除'},'basesFloating':{'copySuffix':'副本','delete':'删除','confirmDelete':{'viewTitle':'删除这个视图?','viewDescription':_0x21f078(0x12b),'tableTitle':_0x21f078(0x13c),'tableDescription':_0x21f078(0x12c)},'tableSidebar':{'defaultTableName':'表\x20{0}'},'duplicateTable':{'copyName':'{0}\x20副本'},'viewSettings':{'title':_0x21f078(0x128),'addView':_0x21f078(0x127),'configureView':_0x21f078(0x124),'deleteView':_0x21f078(0x131)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x21f078(0x11d),'font':'字体','fontSize':'字号','numberFormat':_0x21f078(0x120),'bold':'粗体','filter':'筛选','resetColor':_0x21f078(0x139),'textColor':{'main':_0x21f078(0x126)},'fillColor':{'main':_0x21f078(0x12a)},'border':{'main':'边框'},'mergeCell':{'main':_0x21f078(0x133)},'horizontalAlignMode':{'main':'水平对齐'},'verticalAlignMode':{'main':_0x21f078(0x12d)},'textWrapMode':{'main':'文本换行'}},'align':{'left':_0x21f078(0x11a),'center':'中间对齐','right':_0x21f078(0x11e),'top':'顶部对齐','middle':_0x21f078(0x125),'bottom':'底部对齐'},'borderLine':{'borderColor':_0x21f078(0x119),'borderSize':_0x21f078(0x13a)},'textWrap':{'overflow':'溢出','wrap':'自动换行','clip':'截断'}}}};}));function _0x3a26(_0x243c67,_0x16a962){_0x243c67=_0x243c67-0x119;var _0x1bd00e=_0x1bd0();var _0x3a26d3=_0x1bd00e[_0x243c67];return _0x3a26d3;}function _0x1bd0(){var _0x13b705=['这个视图将被删除。','这个表和其中的记录将被删除。','垂直对齐','function','538124icfapq','7422930PKYdit','删除视图','适应内容','合并单元格','退出全屏','4344659brBUQq','4576452oOPqTN','787565CebKjj','49HSvime','重置颜色','边框粗细','60oKkxQT','删除这个表?','边框颜色','左对齐','amd','删除嵌入块','格式刷','右对齐','30GPzHEx','数字格式','192336zTlZoI','2FOmEgm','24vjlpQJ','配置视图','居中对齐','文本颜色','添加视图','视图设置','4000356gdnAbX','单元格颜色'];_0x1bd0=function(){return _0x13b705;};return _0x1bd0();}
1
+ function _0x153e(){var _0xef7ee7=['502821BRWgbW','9vUDSfD','{0}\x20副本','1870452kvAfmj','格式刷','配置视图','object','7405080gmKavg','左对齐','重置缩放','文本换行','视图设置','合并单元格','表\x20{0}','居中对齐','边框颜色','垂直对齐','10935300TWjUBf','110rjwHzk','重置颜色','amd','底部对齐','exports','删除这个视图?','右对齐','自动换行','文本颜色','单元格颜色','5159UaIEzW','适应内容','1724332bZJZQB','数字格式','11DtkrFD','230DEAABu','UniverProEmbedUiZhCN','69432QYKvFv','边框粗细','退出全屏','function','顶部对齐','819nPzIUP','添加视图','这个视图将被删除。','水平对齐'];_0x153e=function(){return _0xef7ee7;};return _0x153e();}function _0xfc62(_0x282698,_0x24e9b8){_0x282698=_0x282698-0xad;var _0x153ecd=_0x153e();var _0xfc6279=_0x153ecd[_0x282698];return _0xfc6279;}(function(_0x805300,_0x47c051){var _0x436874=_0xfc62,_0x394b89=_0x805300();while(!![]){try{var _0x193019=-parseInt(_0x436874(0xc7))/0x1*(-parseInt(_0x436874(0xbd))/0x2)+-parseInt(_0x436874(0xd8))/0x3*(parseInt(_0x436874(0xc9))/0x4)+parseInt(_0x436874(0xb2))/0x5+-parseInt(_0x436874(0xae))/0x6+parseInt(_0x436874(0xd3))/0x7*(parseInt(_0x436874(0xce))/0x8)+parseInt(_0x436874(0xd7))/0x9*(-parseInt(_0x436874(0xcc))/0xa)+-parseInt(_0x436874(0xcb))/0xb*(-parseInt(_0x436874(0xbc))/0xc);if(_0x193019===_0x47c051)break;else _0x394b89['push'](_0x394b89['shift']());}catch(_0x268190){_0x394b89['push'](_0x394b89['shift']());}}}(_0x153e,0xc3add),function(_0x590498,_0x546e82){var _0x2b8160=_0xfc62;typeof exports==_0x2b8160(0xb1)&&typeof module<'u'?module[_0x2b8160(0xc1)]=_0x546e82():typeof define==_0x2b8160(0xd1)&&define[_0x2b8160(0xbf)]?define([],_0x546e82):(_0x590498=typeof globalThis<'u'?globalThis:_0x590498||self,_0x590498[_0x2b8160(0xcd)]=_0x546e82());}(this,function(){var _0x33d3b7=_0xfc62;return{'embed-ui':{'deleteBlock':'删除嵌入块','fullscreen':{'exit':_0x33d3b7(0xd0)},'boardsFloating':{'fitContent':_0x33d3b7(0xc8),'zoomOut':'缩小','resetZoom':_0x33d3b7(0xb4),'zoomIn':'放大','delete':'删除'},'basesFloating':{'copySuffix':'副本','delete':'删除','confirmDelete':{'viewTitle':_0x33d3b7(0xc2),'viewDescription':_0x33d3b7(0xd5),'tableTitle':'删除这个表?','tableDescription':'这个表和其中的记录将被删除。'},'tableSidebar':{'defaultTableName':_0x33d3b7(0xb8)},'duplicateTable':{'copyName':_0x33d3b7(0xad)},'viewSettings':{'title':_0x33d3b7(0xb6),'addView':_0x33d3b7(0xd4),'configureView':_0x33d3b7(0xb0),'deleteView':'删除视图'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x33d3b7(0xaf),'font':'字体','fontSize':'字号','numberFormat':_0x33d3b7(0xca),'bold':'粗体','filter':'筛选','resetColor':_0x33d3b7(0xbe),'textColor':{'main':_0x33d3b7(0xc5)},'fillColor':{'main':_0x33d3b7(0xc6)},'border':{'main':'边框'},'mergeCell':{'main':_0x33d3b7(0xb7)},'horizontalAlignMode':{'main':_0x33d3b7(0xd6)},'verticalAlignMode':{'main':_0x33d3b7(0xbb)},'textWrapMode':{'main':_0x33d3b7(0xb5)}},'align':{'left':_0x33d3b7(0xb3),'center':'中间对齐','right':_0x33d3b7(0xc3),'top':_0x33d3b7(0xd2),'middle':_0x33d3b7(0xb9),'bottom':_0x33d3b7(0xc0)},'borderLine':{'borderColor':_0x33d3b7(0xba),'borderSize':_0x33d3b7(0xcf)},'textWrap':{'overflow':'溢出','wrap':_0x33d3b7(0xc4),'clip':'截断'}}}};}));