@univerjs-pro/embed-ui 1.0.0-alpha.3
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.
- package/README.md +46 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +1058 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/common/const.d.ts +1 -0
- package/lib/types/common/embed-float-interaction-policy.d.ts +13 -0
- package/lib/types/common/embed-host-chrome-policy.d.ts +19 -0
- package/lib/types/common/embed-runtime-policy.d.ts +13 -0
- package/lib/types/common/embed-runtime-slots.d.ts +9 -0
- package/lib/types/common/tab-peer-workbench.d.ts +6 -0
- package/lib/types/components/EmbedFloatDomRenderer.d.ts +50 -0
- package/lib/types/components/EmbedFloatFullscreenButton.d.ts +16 -0
- package/lib/types/components/EmbedHostToolbarMenu.d.ts +37 -0
- package/lib/types/components/EmbedRuntimeProviders.d.ts +9 -0
- package/lib/types/config/config.d.ts +10 -0
- package/lib/types/controllers/docs-table-passive-wheel-bridge.controller.d.ts +7 -0
- package/lib/types/controllers/embed-host-anchor-cleanup.controller.d.ts +7 -0
- package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +14 -0
- package/lib/types/index.d.ts +11 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +78 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +22 -0
- package/lib/types/product-menus/docs-product-menus.d.ts +2 -0
- package/lib/types/products/bases/EmbedChildView.d.ts +13 -0
- package/lib/types/products/bases/EmbedFloatingMenu.d.ts +36 -0
- package/lib/types/products/bases/embed-block.d.ts +2 -0
- package/lib/types/products/bases/embed-content-size.d.ts +9 -0
- package/lib/types/products/bases/embed-host-adapter.d.ts +6 -0
- package/lib/types/products/bases/embed-passive-viewport.d.ts +3 -0
- package/lib/types/products/bases/register.d.ts +13 -0
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +38 -0
- package/lib/types/products/docs/EmbedFloatingMenu.d.ts +7 -0
- package/lib/types/products/docs/embed-block.d.ts +3 -0
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +25 -0
- package/lib/types/products/docs/embed-host-adapter.d.ts +6 -0
- package/lib/types/products/docs/embed-passive-viewport.d.ts +3 -0
- package/lib/types/products/docs/register.d.ts +2 -0
- package/lib/types/products/product-ui-contributions.d.ts +2 -0
- package/lib/types/products/sheets/EmbedBlock.d.ts +8 -0
- package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +57 -0
- package/lib/types/products/sheets/embed-content-size.d.ts +2 -0
- package/lib/types/products/sheets/embed-host-adapter.d.ts +3 -0
- package/lib/types/products/sheets/embed-passive-viewport.d.ts +3 -0
- package/lib/types/products/sheets/embed-product-menu.d.ts +2 -0
- package/lib/types/products/sheets/register.d.ts +28 -0
- package/lib/types/products/slides/EmbedChildView.d.ts +3 -0
- package/lib/types/products/slides/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +28 -0
- package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
- package/lib/types/products/slides/embed-block.d.ts +2 -0
- package/lib/types/products/slides/embed-floating-menu-stage.d.ts +8 -0
- package/lib/types/products/slides/embed-floating-menu.d.ts +3 -0
- package/lib/types/products/slides/embed-host-adapter.d.ts +7 -0
- package/lib/types/products/slides/embed-passive-viewport.d.ts +2 -0
- package/lib/types/products/slides/register.d.ts +25 -0
- package/lib/types/products/slides/services/EmbedSlideReadonlyPreviewProvider.d.ts +15 -0
- package/lib/types/products/slides/services/embed-slide-float-preview.provider.d.ts +34 -0
- package/lib/types/products/slides/services/embed-slide-presentation-preview.d.ts +27 -0
- package/lib/types/services/embed-activation.service.d.ts +44 -0
- package/lib/types/services/embed-block-contribution-factory.d.ts +17 -0
- package/lib/types/services/embed-block-registry.service.d.ts +8 -0
- package/lib/types/services/embed-child-product-plugin-lease.d.ts +15 -0
- package/lib/types/services/embed-child-product-plugin-registry.service.d.ts +35 -0
- package/lib/types/services/embed-child-runtime-scope.d.ts +7 -0
- package/lib/types/services/embed-child-unit-scoped-injector.d.ts +6 -0
- package/lib/types/services/embed-child-view-registry.service.d.ts +8 -0
- package/lib/types/services/embed-content-size-registry.service.d.ts +9 -0
- package/lib/types/services/embed-default-floating-menu.d.ts +4 -0
- package/lib/types/services/embed-docs-sticky-wheel.d.ts +2 -0
- package/lib/types/services/embed-dom-passive-viewport-provider.d.ts +8 -0
- package/lib/types/services/embed-float-preview.service.d.ts +29 -0
- package/lib/types/services/embed-floating-active.service.d.ts +11 -0
- package/lib/types/services/embed-floating-geometry.service.d.ts +22 -0
- package/lib/types/services/embed-floating-menu-registry.service.d.ts +11 -0
- package/lib/types/services/embed-floating-menu-root.d.ts +2 -0
- package/lib/types/services/embed-fullscreen.service.d.ts +12 -0
- package/lib/types/services/embed-host-container-registry.service.d.ts +11 -0
- package/lib/types/services/embed-host-menu-override.service.d.ts +14 -0
- package/lib/types/services/embed-host-restore.service.d.ts +18 -0
- package/lib/types/services/embed-interaction-boundary.service.d.ts +42 -0
- package/lib/types/services/embed-mount.service.d.ts +52 -0
- package/lib/types/services/embed-overlay-root.service.d.ts +22 -0
- package/lib/types/services/embed-passive-viewport-registry.service.d.ts +9 -0
- package/lib/types/services/embed-passive-wheel-handler-registry.service.d.ts +9 -0
- package/lib/types/services/embed-product-floating-menu-contributions.d.ts +2 -0
- package/lib/types/services/embed-product-menu-mounting.d.ts +18 -0
- package/lib/types/services/embed-product-menu-registry.service.d.ts +14 -0
- package/lib/types/services/embed-readonly-preview-registry.service.d.ts +8 -0
- package/lib/types/services/embed-render-canvas-preview-provider.d.ts +8 -0
- package/lib/types/services/embed-render-child-view-contribution.d.ts +52 -0
- package/lib/types/services/embed-runtime-focus-coordinator.service.d.ts +76 -0
- package/lib/types/services/embed-runtime-host-lease.service.d.ts +24 -0
- package/lib/types/services/embed-runtime-policy.service.d.ts +28 -0
- package/lib/types/services/embed-runtime-scope-dom.d.ts +15 -0
- package/lib/types/services/embed-scene-canvas-capture.service.d.ts +24 -0
- package/lib/types/services/embed-scene-passive-wheel.d.ts +21 -0
- package/lib/types/services/embed-ui-contribution-register.d.ts +5 -0
- package/lib/types/services/embed-undo-bridge.service.d.ts +14 -0
- package/lib/types/services/react-root-disposal.d.ts +6 -0
- package/lib/types/types/embed-ui.d.ts +292 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +108 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x28fffc=_0x59b7;(function(_0x30a9e3,_0x1cdb88){const _0x10946b=_0x59b7,_0x1024f2=_0x30a9e3();while(!![]){try{const _0x3021f3=parseInt(_0x10946b(0x208))/0x1*(parseInt(_0x10946b(0x20f))/0x2)+parseInt(_0x10946b(0x1ee))/0x3+-parseInt(_0x10946b(0x209))/0x4*(-parseInt(_0x10946b(0x1f6))/0x5)+parseInt(_0x10946b(0x1eb))/0x6*(parseInt(_0x10946b(0x1f4))/0x7)+parseInt(_0x10946b(0x207))/0x8+parseInt(_0x10946b(0x1ea))/0x9*(-parseInt(_0x10946b(0x203))/0xa)+-parseInt(_0x10946b(0x205))/0xb;if(_0x3021f3===_0x1cdb88)break;else _0x1024f2['push'](_0x1024f2['shift']());}catch(_0x349ce6){_0x1024f2['push'](_0x1024f2['shift']());}}}(_0x361d,0xbc9a8));function _0x59b7(_0x344982,_0x462174){_0x344982=_0x344982-0x1ea;const _0x361d66=_0x361d();let _0x59b7e2=_0x361d66[_0x344982];return _0x59b7e2;}const e={'embed-ui':{'fullscreen':{'exit':'خروج'},'basesFloating':{'copySuffix':'نسخ','delete':_0x28fffc(0x206),'confirmDelete':{'viewTitle':_0x28fffc(0x1f2),'viewDescription':_0x28fffc(0x201),'tableTitle':_0x28fffc(0x1f9),'tableDescription':'سيتم\x20إزالة\x20هذا\x20الجدول\x20وسجلاته.'},'tableSidebar':{'defaultTableName':_0x28fffc(0x1ff)},'duplicateTable':{'copyName':_0x28fffc(0x210)},'viewSettings':{'title':'إعدادات\x20العرض','addView':_0x28fffc(0x1ed),'configureView':'تكوين\x20العرض','deleteView':_0x28fffc(0x20d)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x28fffc(0x1f3),'font':'خط','fontSize':_0x28fffc(0x1ef),'numberFormat':'تنسيق\x20الأرقام','bold':_0x28fffc(0x1f5),'resetColor':_0x28fffc(0x1fe),'textColor':{'main':_0x28fffc(0x1fb)},'fillColor':{'main':_0x28fffc(0x1f8)},'border':{'main':_0x28fffc(0x1fd)},'mergeCell':{'main':_0x28fffc(0x200)},'horizontalAlignMode':{'main':_0x28fffc(0x20c)},'verticalAlignMode':{'main':_0x28fffc(0x204)},'textWrapMode':{'main':_0x28fffc(0x202)}},'align':{'left':_0x28fffc(0x20e),'center':_0x28fffc(0x1fa),'right':_0x28fffc(0x1ec),'top':_0x28fffc(0x1f1),'middle':_0x28fffc(0x1fc),'bottom':'أسفل'},'borderLine':{'borderColor':'لون\x20الحدود','borderSize':_0x28fffc(0x20a)},'textWrap':{'overflow':_0x28fffc(0x1f7),'wrap':_0x28fffc(0x1f0),'clip':'قص'}}}};module[_0x28fffc(0x20b)]=e;function _0x361d(){const _0x4a4992=['جدول\x20{0}','دمج\x20الخلايا','سيتم\x20إزالة\x20هذا\x20العرض.','التفاف\x20النص','10CBiFNZ','محاذاة\x20عمودية','47819497EWbPam','حذف','7521544AQpXpC','2vUHxjI','20aPmBaN','حجم\x20الحدود','exports','محاذاة\x20أفقية','حذف\x20العرض','يسار','348342lJTAFE','{0}\x20نسخة','2792979RQxSTK','2950116ejDVEZ','يمين','إضافة\x20عرض','4413240UNAWjd','حجم\x20الخط','التفاف','أعلى','حذف\x20هذا\x20العرض؟','نسخ\x20التنسيق','21dLoBMJ','غامق','1195405rWsobC','تجاوز','لون\x20التعبئة','حذف\x20هذا\x20الجدول؟','وسط','لون\x20النص','منتصف','حدود','إعادة\x20تعيين'];_0x361d=function(){return _0x4a4992;};return _0x361d();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x317b66=_0xfc61;(function(_0x6768bd,_0x49dd0a){const _0x55ed46=_0xfc61,_0x169022=_0x6768bd();while(!![]){try{const _0x5a7836=-parseInt(_0x55ed46(0x1bb))/0x1*(-parseInt(_0x55ed46(0x19f))/0x2)+-parseInt(_0x55ed46(0x19d))/0x3+parseInt(_0x55ed46(0x19e))/0x4+-parseInt(_0x55ed46(0x1a6))/0x5*(-parseInt(_0x55ed46(0x1b9))/0x6)+-parseInt(_0x55ed46(0x19b))/0x7*(-parseInt(_0x55ed46(0x1ae))/0x8)+-parseInt(_0x55ed46(0x1b3))/0x9*(parseInt(_0x55ed46(0x1a8))/0xa)+-parseInt(_0x55ed46(0x1bc))/0xb;if(_0x5a7836===_0x49dd0a)break;else _0x169022['push'](_0x169022['shift']());}catch(_0x43436a){_0x169022['push'](_0x169022['shift']());}}}(_0x1780,0x67dc7));const e={'embed-ui':{'fullscreen':{'exit':_0x317b66(0x1a5)},'basesFloating':{'copySuffix':_0x317b66(0x1b1),'delete':_0x317b66(0x19a),'confirmDelete':{'viewTitle':_0x317b66(0x1ba),'viewDescription':_0x317b66(0x1aa),'tableTitle':'Voleu\x20suprimir\x20aquesta\x20taula?','tableDescription':_0x317b66(0x1be)},'tableSidebar':{'defaultTableName':'Taula\x20{0}'},'duplicateTable':{'copyName':'{0}\x20còpia'},'viewSettings':{'title':'Configuració\x20de\x20la\x20vista','addView':_0x317b66(0x1b4),'configureView':_0x317b66(0x1a3),'deleteView':_0x317b66(0x1b7)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x317b66(0x1ac),'font':_0x317b66(0x1b0),'fontSize':_0x317b66(0x1a4),'numberFormat':_0x317b66(0x1a2),'bold':_0x317b66(0x1bd),'resetColor':'Restablir','textColor':{'main':_0x317b66(0x1b8)},'fillColor':{'main':'Color\x20de\x20fons'},'border':{'main':_0x317b66(0x1b2)},'mergeCell':{'main':'Combina\x20cel·les'},'horizontalAlignMode':{'main':'Alineació\x20horitzontal'},'verticalAlignMode':{'main':_0x317b66(0x19c)},'textWrapMode':{'main':_0x317b66(0x199)}},'align':{'left':_0x317b66(0x1a7),'center':_0x317b66(0x1af),'right':_0x317b66(0x1ab),'top':_0x317b66(0x1a1),'middle':_0x317b66(0x1a9),'bottom':_0x317b66(0x1ad)},'borderLine':{'borderColor':'colorVora','borderSize':'gruixVora'},'textWrap':{'overflow':_0x317b66(0x1a0),'wrap':'Ajustar','clip':_0x317b66(0x1b6)}}}};function _0xfc61(_0x212a6b,_0x2ab2a4){_0x212a6b=_0x212a6b-0x199;const _0x1780a2=_0x1780();let _0xfc6175=_0x1780a2[_0x212a6b];return _0xfc6175;}function _0x1780(){const _0x372675=['Voleu\x20suprimir\x20aquesta\x20vista?','2098KxuJqO','7051077jelomx','Negreta','Aquesta\x20taula\x20i\x20els\x20seus\x20registres\x20se\x20suprimiran.','Ajustament\x20del\x20text','Suprimeix','2044105OEHAlC','Alineació\x20vertical','2353437WAArYz','1014396BBpyIU','576tyZrWd','Desbordament','superior','Format\x20de\x20nombre','Configura\x20la\x20vista','Mida\x20de\x20la\x20lletra','Surt','4218905QCyAak','esquerra','1449110HczMQE','mig','Aquesta\x20vista\x20se\x20suprimirà.','dreta','Copiar\x20format','inferior','16tntbHv','centre','Tipus\x20de\x20lletra','Copia','Vora','27VqgGyW','Afegeix\x20vista','exports','Retallar','Suprimeix\x20la\x20vista','Color\x20del\x20text','6pGtmJP'];_0x1780=function(){return _0x372675;};return _0x1780();}module[_0x317b66(0x1b5)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x457a68=_0x3034;function _0x3034(_0x46e0d9,_0xf5543e){_0x46e0d9=_0x46e0d9-0x8a;const _0x46d178=_0x46d1();let _0x303445=_0x46d178[_0x46e0d9];return _0x303445;}function _0x46d1(){const _0x2b0df7=['exports','4981548jNWGSJ','zentriert','Horizontale\x20Ausrichtung','Diese\x20Tabelle\x20und\x20ihre\x20Datensätze\x20werden\x20entfernt.','9177618FuCVpG','oben','Rahmenstärke','8593872iVZiDx','links','308494wGnsvS','Vertikale\x20Ausrichtung','Text\x20umbrechen','mittig','220ehKZtD','Ansicht\x20konfigurieren','207KXkpxt','rechts','Zurücksetzen','Suprimeix','Diese\x20Ansicht\x20wird\x20entfernt.','1674357inReRE','Schriftart','{0}\x20Kopie','Überlauf','313496ttOeiM','89952osojzV','Umbrechen','unten','Beenden','Diese\x20Ansicht\x20löschen?','Rahmen','Zahlenformat','Ansichtseinstellungen','Tabelle\x20{0}'];_0x46d1=function(){return _0x2b0df7;};return _0x46d1();}(function(_0x3b4fa1,_0x30d5bc){const _0x294752=_0x3034,_0x5ac368=_0x3b4fa1();while(!![]){try{const _0x30f8e9=parseInt(_0x294752(0x94))/0x1+-parseInt(_0x294752(0xac))/0x2+parseInt(_0x294752(0xa3))/0x3+-parseInt(_0x294752(0x99))/0x4*(parseInt(_0x294752(0x8d))/0x5)+-parseInt(_0x294752(0xa7))/0x6+parseInt(_0x294752(0xaa))/0x7+parseInt(_0x294752(0x98))/0x8*(-parseInt(_0x294752(0x8f))/0x9);if(_0x30f8e9===_0x30d5bc)break;else _0x5ac368['push'](_0x5ac368['shift']());}catch(_0x4b8de3){_0x5ac368['push'](_0x5ac368['shift']());}}}(_0x46d1,0xf132a));const e={'embed-ui':{'fullscreen':{'exit':_0x457a68(0x9c)},'basesFloating':{'copySuffix':'Kopie','delete':_0x457a68(0x92),'confirmDelete':{'viewTitle':_0x457a68(0x9d),'viewDescription':_0x457a68(0x93),'tableTitle':'Diese\x20Tabelle\x20löschen?','tableDescription':_0x457a68(0xa6)},'tableSidebar':{'defaultTableName':_0x457a68(0xa1)},'duplicateTable':{'copyName':_0x457a68(0x96)},'viewSettings':{'title':_0x457a68(0xa0),'addView':'Ansicht\x20hinzufügen','configureView':_0x457a68(0x8e),'deleteView':'Ansicht\x20löschen'}},'sheetsFloating':{'toolbar':{'formatPainter':'Format\x20übertragen','font':_0x457a68(0x95),'fontSize':'Schriftgröße','numberFormat':_0x457a68(0x9f),'bold':'Fett','resetColor':_0x457a68(0x91),'textColor':{'main':'Textfarbe'},'fillColor':{'main':'Füllfarbe'},'border':{'main':_0x457a68(0x9e)},'mergeCell':{'main':'Zellen\x20verbinden'},'horizontalAlignMode':{'main':_0x457a68(0xa5)},'verticalAlignMode':{'main':_0x457a68(0x8a)},'textWrapMode':{'main':_0x457a68(0x8b)}},'align':{'left':_0x457a68(0xab),'center':_0x457a68(0xa4),'right':_0x457a68(0x90),'top':_0x457a68(0xa8),'middle':_0x457a68(0x8c),'bottom':_0x457a68(0x9b)},'borderLine':{'borderColor':'Rahmenfarbe','borderSize':_0x457a68(0xa9)},'textWrap':{'overflow':_0x457a68(0x97),'wrap':_0x457a68(0x9a),'clip':'Abschneiden'}}}};module[_0x457a68(0xa2)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x526ede=_0x734a;function _0x51ff(){const _0x14bba5=['borderColor','Merge\x20cells','Delete','Clip','41718zmUngG','Delete\x20this\x20view?','Configure\x20View','center','1234152xfCRBM','Font','Horizontal\x20align','Copy','Exit','bottom','58UrmVTJ','left','Border','This\x20view\x20will\x20be\x20removed.','exports','Number\x20format','Paint\x20format','View\x20Settings','Table\x20{0}','12uPmifD','Text\x20color','Add\x20view','2066617iRvrcV','Delete\x20this\x20table?','Overflow','9uzbdGq','15905apPuAn','148nDMlXt','right','876jLHHZB','Reset','573600vxZgFM','Text\x20wrap','{0}\x20Copy','117931eQjbAu','Font\x20size','4106930ozHLSR','Fill\x20color','Wrap','top','borderSize'];_0x51ff=function(){return _0x14bba5;};return _0x51ff();}function _0x734a(_0x695716,_0x306882){_0x695716=_0x695716-0x19e;const _0x51ff11=_0x51ff();let _0x734ac4=_0x51ff11[_0x695716];return _0x734ac4;}(function(_0x1fddc9,_0x38ce63){const _0x2e2cfa=_0x734a,_0xb1f2ee=_0x1fddc9();while(!![]){try{const _0x24e324=-parseInt(_0x2e2cfa(0x1a7))/0x1+parseInt(_0x2e2cfa(0x1bf))/0x2*(parseInt(_0x2e2cfa(0x1b5))/0x3)+parseInt(_0x2e2cfa(0x1a3))/0x4*(parseInt(_0x2e2cfa(0x1a2))/0x5)+-parseInt(_0x2e2cfa(0x1c8))/0x6*(-parseInt(_0x2e2cfa(0x19e))/0x7)+parseInt(_0x2e2cfa(0x1b9))/0x8+parseInt(_0x2e2cfa(0x1a1))/0x9*(parseInt(_0x2e2cfa(0x1ac))/0xa)+parseInt(_0x2e2cfa(0x1aa))/0xb*(-parseInt(_0x2e2cfa(0x1a5))/0xc);if(_0x24e324===_0x38ce63)break;else _0xb1f2ee['push'](_0xb1f2ee['shift']());}catch(_0x43d788){_0xb1f2ee['push'](_0xb1f2ee['shift']());}}}(_0x51ff,0x4e2a2));const e={'embed-ui':{'fullscreen':{'exit':_0x526ede(0x1bd)},'basesFloating':{'copySuffix':_0x526ede(0x1bc),'delete':_0x526ede(0x1b3),'confirmDelete':{'viewTitle':_0x526ede(0x1b6),'viewDescription':_0x526ede(0x1c2),'tableTitle':_0x526ede(0x19f),'tableDescription':'This\x20table\x20and\x20its\x20records\x20will\x20be\x20removed.'},'tableSidebar':{'defaultTableName':_0x526ede(0x1c7)},'duplicateTable':{'copyName':_0x526ede(0x1a9)},'viewSettings':{'title':_0x526ede(0x1c6),'addView':_0x526ede(0x1ca),'configureView':_0x526ede(0x1b7),'deleteView':'Delete\x20view'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x526ede(0x1c5),'font':_0x526ede(0x1ba),'fontSize':_0x526ede(0x1ab),'numberFormat':_0x526ede(0x1c4),'bold':'Bold','resetColor':_0x526ede(0x1a6),'textColor':{'main':_0x526ede(0x1c9)},'fillColor':{'main':_0x526ede(0x1ad)},'border':{'main':_0x526ede(0x1c1)},'mergeCell':{'main':_0x526ede(0x1b2)},'horizontalAlignMode':{'main':_0x526ede(0x1bb)},'verticalAlignMode':{'main':'Vertical\x20align'},'textWrapMode':{'main':_0x526ede(0x1a8)}},'align':{'left':_0x526ede(0x1c0),'center':_0x526ede(0x1b8),'right':_0x526ede(0x1a4),'top':_0x526ede(0x1af),'middle':'middle','bottom':_0x526ede(0x1be)},'borderLine':{'borderColor':_0x526ede(0x1b1),'borderSize':_0x526ede(0x1b0)},'textWrap':{'overflow':_0x526ede(0x1a0),'wrap':_0x526ede(0x1ae),'clip':_0x526ede(0x1b4)}}}};module[_0x526ede(0x1c3)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x36ac87=_0x2597;function _0x4997(){const _0xfef9c5=['superior','3818948FNAVYl','24432850xVhZIq','¿Eliminar\x20esta\x20vista?','Combinar\x20celdas','1249030RswIYg','Borde','3knrzVY','Fuente','Tabla\x20{0}','¿Eliminar\x20esta\x20tabla?','inferior','Ajustar','Configurar\x20vista','Esta\x20vista\x20se\x20eliminará.','7011cULYZA','Tamaño\x20de\x20fuente','Desbordamiento','Eliminar\x20vista','exports','colorBorde','Alineación\x20horizontal','centro','medio','605979EulDjF','Cortar','1058240AxLLaW','Formato\x20de\x20número','Ajuste\x20de\x20texto','Salir','Color\x20del\x20texto','2502550nQJvGz','5944VusPKr','Configuración\x20de\x20vista','6fTMjNJ','grosorBorde','derecha','Color\x20de\x20relleno','Alineación\x20vertical'];_0x4997=function(){return _0xfef9c5;};return _0x4997();}(function(_0x310af9,_0x526e09){const _0x5a298c=_0x2597,_0x738b7b=_0x310af9();while(!![]){try{const _0x1b8025=-parseInt(_0x5a298c(0x100))/0x1+-parseInt(_0x5a298c(0x114))/0x2*(parseInt(_0x5a298c(0x116))/0x3)+-parseInt(_0x5a298c(0x102))/0x4+parseInt(_0x5a298c(0x107))/0x5*(parseInt(_0x5a298c(0x10a))/0x6)+-parseInt(_0x5a298c(0x110))/0x7+parseInt(_0x5a298c(0x108))/0x8*(-parseInt(_0x5a298c(0xf7))/0x9)+parseInt(_0x5a298c(0x111))/0xa;if(_0x1b8025===_0x526e09)break;else _0x738b7b['push'](_0x738b7b['shift']());}catch(_0x5b2d70){_0x738b7b['push'](_0x738b7b['shift']());}}}(_0x4997,0x4f31c));function _0x2597(_0x240647,_0x3d1839){_0x240647=_0x240647-0xf3;const _0x49976b=_0x4997();let _0x25973d=_0x49976b[_0x240647];return _0x25973d;}const e={'embed-ui':{'fullscreen':{'exit':_0x36ac87(0x105)},'basesFloating':{'copySuffix':'Copia','delete':'Suprimeix','confirmDelete':{'viewTitle':_0x36ac87(0x112),'viewDescription':_0x36ac87(0xf6),'tableTitle':_0x36ac87(0x119),'tableDescription':'Esta\x20tabla\x20y\x20sus\x20registros\x20se\x20eliminarán.'},'tableSidebar':{'defaultTableName':_0x36ac87(0x118)},'duplicateTable':{'copyName':'{0}\x20copia'},'viewSettings':{'title':_0x36ac87(0x109),'addView':'Añadir\x20vista','configureView':_0x36ac87(0xf5),'deleteView':_0x36ac87(0xfa)}},'sheetsFloating':{'toolbar':{'formatPainter':'Copiar\x20formato','font':_0x36ac87(0x117),'fontSize':_0x36ac87(0xf8),'numberFormat':_0x36ac87(0x103),'bold':'Negrita','resetColor':'Restablecer','textColor':{'main':_0x36ac87(0x106)},'fillColor':{'main':_0x36ac87(0x10d)},'border':{'main':_0x36ac87(0x115)},'mergeCell':{'main':_0x36ac87(0x113)},'horizontalAlignMode':{'main':_0x36ac87(0xfd)},'verticalAlignMode':{'main':_0x36ac87(0x10e)},'textWrapMode':{'main':_0x36ac87(0x104)}},'align':{'left':'izquierda','center':_0x36ac87(0xfe),'right':_0x36ac87(0x10c),'top':_0x36ac87(0x10f),'middle':_0x36ac87(0xff),'bottom':_0x36ac87(0xf3)},'borderLine':{'borderColor':_0x36ac87(0xfc),'borderSize':_0x36ac87(0x10b)},'textWrap':{'overflow':_0x36ac87(0xf9),'wrap':_0x36ac87(0xf4),'clip':_0x36ac87(0x101)}}}};module[_0x36ac87(0xfb)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x484ab1=_0x4c72;function _0x4c72(_0x221c2e,_0x352387){_0x221c2e=_0x221c2e-0x117;const _0xdeb4d5=_0xdeb4();let _0x4c72b4=_0xdeb4d5[_0x221c2e];return _0x4c72b4;}function _0xdeb4(){const _0x1966aa=['4092480hYNMda','تراز\x20عمودی','قالببندی\x20عدد','این\x20نما\x20حذف\x20شود؟','پررنگ','4231LkYTLt','7uqcNgJ','51AwmXoZ','921318TxASIq','1210ZwJYSK','676555WYQeNy','بازنشانی','اندازه\x20حاشیه','اندازه\x20فونت','این\x20جدول\x20و\x20رکوردهای\x20آن\x20حذف\x20خواهند\x20شد.','83466DTFiIJ','تنظیمات\x20نما','تراز\x20افقی','حاشیه','رنگ\x20پر\x20کردن','239756yrzJxJ','کپی\x20کنید','پایین','کپی\x20قالب','حذف\x20نمای','جدول\x20{0}','2235025QlSvpm','رنگ\x20حاشیه','بپیچ','24wCQGQb','نما\x20را\x20اضافه\x20کنید','این\x20جدول\x20حذف\x20شود؟','فونت','154jpRBRJ','پیکربندی\x20نمای'];_0xdeb4=function(){return _0x1966aa;};return _0xdeb4();}(function(_0x4f707b,_0x30ca92){const _0x257795=_0x4c72,_0xb25715=_0x4f707b();while(!![]){try{const _0x59441b=-parseInt(_0x257795(0x11f))/0x1*(-parseInt(_0x257795(0x118))/0x2)+-parseInt(_0x257795(0x121))/0x3*(parseInt(_0x257795(0x12e))/0x4)+parseInt(_0x257795(0x134))/0x5+-parseInt(_0x257795(0x122))/0x6*(-parseInt(_0x257795(0x120))/0x7)+-parseInt(_0x257795(0x11a))/0x8+parseInt(_0x257795(0x129))/0x9*(parseInt(_0x257795(0x123))/0xa)+-parseInt(_0x257795(0x124))/0xb*(-parseInt(_0x257795(0x137))/0xc);if(_0x59441b===_0x30ca92)break;else _0xb25715['push'](_0xb25715['shift']());}catch(_0x18be75){_0xb25715['push'](_0xb25715['shift']());}}}(_0xdeb4,0x9c7da));const e={'embed-ui':{'fullscreen':{'exit':'خروج'},'basesFloating':{'copySuffix':_0x484ab1(0x12f),'delete':'حذف','confirmDelete':{'viewTitle':_0x484ab1(0x11d),'viewDescription':'این\x20نما\x20حذف\x20خواهد\x20شد.','tableTitle':_0x484ab1(0x139),'tableDescription':_0x484ab1(0x128)},'tableSidebar':{'defaultTableName':_0x484ab1(0x133)},'duplicateTable':{'copyName':'{0}\x20کپی'},'viewSettings':{'title':_0x484ab1(0x12a),'addView':_0x484ab1(0x138),'configureView':_0x484ab1(0x119),'deleteView':_0x484ab1(0x132)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x484ab1(0x131),'font':_0x484ab1(0x117),'fontSize':_0x484ab1(0x127),'numberFormat':_0x484ab1(0x11c),'bold':_0x484ab1(0x11e),'resetColor':_0x484ab1(0x125),'textColor':{'main':'رنگ\x20متن'},'fillColor':{'main':_0x484ab1(0x12d)},'border':{'main':_0x484ab1(0x12c)},'mergeCell':{'main':'ادغام\x20سلولها'},'horizontalAlignMode':{'main':_0x484ab1(0x12b)},'verticalAlignMode':{'main':_0x484ab1(0x11b)},'textWrapMode':{'main':'پیچش\x20متن'}},'align':{'left':'چپ','center':'وسط','right':'راست','top':'بالا','middle':'وسط','bottom':_0x484ab1(0x130)},'borderLine':{'borderColor':_0x484ab1(0x135),'borderSize':_0x484ab1(0x126)},'textWrap':{'overflow':'سرریز','wrap':_0x484ab1(0x136),'clip':'برش'}}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x316319=_0x22ca;(function(_0x24daab,_0x143870){const _0x40446a=_0x22ca,_0x2b66b4=_0x24daab();while(!![]){try{const _0x3f08f1=-parseInt(_0x40446a(0x128))/0x1+-parseInt(_0x40446a(0x14a))/0x2*(-parseInt(_0x40446a(0x14b))/0x3)+parseInt(_0x40446a(0x141))/0x4+-parseInt(_0x40446a(0x12f))/0x5+parseInt(_0x40446a(0x144))/0x6*(-parseInt(_0x40446a(0x12a))/0x7)+parseInt(_0x40446a(0x133))/0x8+parseInt(_0x40446a(0x12b))/0x9;if(_0x3f08f1===_0x143870)break;else _0x2b66b4['push'](_0x2b66b4['shift']());}catch(_0x13ebe3){_0x2b66b4['push'](_0x2b66b4['shift']());}}}(_0x5aa6,0x88953));const e={'embed-ui':{'fullscreen':{'exit':_0x316319(0x124)},'basesFloating':{'copySuffix':_0x316319(0x143),'delete':_0x316319(0x135),'confirmDelete':{'viewTitle':_0x316319(0x13c),'viewDescription':_0x316319(0x136),'tableTitle':_0x316319(0x125),'tableDescription':'Cette\x20table\x20et\x20ses\x20enregistrements\x20seront\x20supprimés.'},'tableSidebar':{'defaultTableName':_0x316319(0x126)},'duplicateTable':{'copyName':_0x316319(0x123)},'viewSettings':{'title':'Paramètres\x20de\x20la\x20vue','addView':_0x316319(0x12c),'configureView':_0x316319(0x149),'deleteView':_0x316319(0x13e)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x316319(0x134),'font':_0x316319(0x13d),'fontSize':_0x316319(0x137),'numberFormat':_0x316319(0x12e),'bold':_0x316319(0x130),'resetColor':'Réinitialiser','textColor':{'main':_0x316319(0x13a)},'fillColor':{'main':_0x316319(0x12d)},'border':{'main':_0x316319(0x140)},'mergeCell':{'main':_0x316319(0x131)},'horizontalAlignMode':{'main':_0x316319(0x132)},'verticalAlignMode':{'main':_0x316319(0x145)},'textWrapMode':{'main':_0x316319(0x13b)}},'align':{'left':_0x316319(0x13f),'center':_0x316319(0x147),'right':_0x316319(0x146),'top':'haut','middle':_0x316319(0x139),'bottom':_0x316319(0x138)},'borderLine':{'borderColor':_0x316319(0x122),'borderSize':_0x316319(0x129)},'textWrap':{'overflow':_0x316319(0x142),'wrap':'Renvoi\x20à\x20la\x20ligne','clip':_0x316319(0x148)}}}};module[_0x316319(0x127)]=e;function _0x22ca(_0x4ab78a,_0x50a10c){_0x4ab78a=_0x4ab78a-0x122;const _0x5aa64a=_0x5aa6();let _0x22cad0=_0x5aa64a[_0x4ab78a];return _0x22cad0;}function _0x5aa6(){const _0x27b197=['Taille\x20de\x20police','bas','milieu','Couleur\x20du\x20texte','Renvoi\x20à\x20la\x20ligne','Supprimer\x20cette\x20vue\x20?','Police','Supprimer\x20la\x20vue','gauche','Bordure','872852QWwslH','Débordement','Copie','246990wwCddk','Alignement\x20vertical','droite','centre','Couper','Configurer\x20la\x20vue','119786RvMVSs','21yZqnrw','couleurDeBordure','{0}\x20copie','Quitter','Supprimer\x20cette\x20table\x20?','Tableau\u00a0{0}','exports','928664pysesU','tailleDeBordure','105QcLrBd','5511042PnQMuZ','Ajouter\x20une\x20vue','Couleur\x20de\x20remplissage','Format\x20de\x20nombre','1009835vfTyHY','Gras','Fusionner\x20les\x20cellules','Alignement\x20horizontal','8461976Fijvdo','Reproduire\x20la\x20mise\x20en\x20forme','Suprimeix','Cette\x20vue\x20sera\x20supprimée.'];_0x5aa6=function(){return _0x27b197;};return _0x5aa6();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xd4aac=_0x2c5c;function _0xd4ee(){const _0x2c96f6=['Bungkus\x20teks','tengah','83559isdxHp','34550YdoRVr','{0}\x20Salinan','1597622zDbqqJ','Hapus\x20tampilan\x20ini?','Rata\x20horizontal','Warna\x20teks','5gZYMGU','Batas','Format\x20cat','Warna\x20batas','152NwjvZA','Rata\x20vertikal','280730TGJrVK','1660436kgkXIt','Atur\x20ulang','Gabungkan\x20sel','bawah','1393377RYzfNB','Tampilan\x20ini\x20akan\x20dihapus.','Pengaturan\x20tampilan','kiri','576DJjqLP','Hapus\x20tampilan','Menyalin','Tabel\x20ini\x20beserta\x20rekamannya\x20akan\x20dihapus.','kanan','Font','4814778NigoEz','atas','Tambahkan\x20tampilan','Tebal','Meluap','Tabel\x20{0}'];_0xd4ee=function(){return _0x2c96f6;};return _0xd4ee();}(function(_0x2a736d,_0x175723){const _0x2d373d=_0x2c5c,_0x232b9d=_0x2a736d();while(!![]){try{const _0x511ebb=-parseInt(_0x2d373d(0x1f0))/0x1+-parseInt(_0x2d373d(0x1f2))/0x2+parseInt(_0x2d373d(0x1dd))/0x3+-parseInt(_0x2d373d(0x1d9))/0x4+-parseInt(_0x2d373d(0x1f6))/0x5*(parseInt(_0x2d373d(0x1e7))/0x6)+parseInt(_0x2d373d(0x1ef))/0x7*(parseInt(_0x2d373d(0x1d6))/0x8)+parseInt(_0x2d373d(0x1e1))/0x9*(parseInt(_0x2d373d(0x1d8))/0xa);if(_0x511ebb===_0x175723)break;else _0x232b9d['push'](_0x232b9d['shift']());}catch(_0x5f44c3){_0x232b9d['push'](_0x232b9d['shift']());}}}(_0xd4ee,0x6ab09));function _0x2c5c(_0x94524,_0x38a20f){_0x94524=_0x94524-0x1d6;const _0xd4eebf=_0xd4ee();let _0x2c5c4a=_0xd4eebf[_0x94524];return _0x2c5c4a;}const e={'embed-ui':{'fullscreen':{'exit':'Keluar'},'basesFloating':{'copySuffix':_0xd4aac(0x1e3),'delete':'Suprimeix','confirmDelete':{'viewTitle':_0xd4aac(0x1f3),'viewDescription':_0xd4aac(0x1de),'tableTitle':'Hapus\x20tabel\x20ini?','tableDescription':_0xd4aac(0x1e4)},'tableSidebar':{'defaultTableName':_0xd4aac(0x1ec)},'duplicateTable':{'copyName':_0xd4aac(0x1f1)},'viewSettings':{'title':_0xd4aac(0x1df),'addView':_0xd4aac(0x1e9),'configureView':'Konfigurasikan\x20Tampilan','deleteView':_0xd4aac(0x1e2)}},'sheetsFloating':{'toolbar':{'formatPainter':_0xd4aac(0x1f8),'font':_0xd4aac(0x1e6),'fontSize':'Ukuran\x20font','numberFormat':'Format\x20angka','bold':_0xd4aac(0x1ea),'resetColor':_0xd4aac(0x1da),'textColor':{'main':_0xd4aac(0x1f5)},'fillColor':{'main':'Warna\x20isian'},'border':{'main':_0xd4aac(0x1f7)},'mergeCell':{'main':_0xd4aac(0x1db)},'horizontalAlignMode':{'main':_0xd4aac(0x1f4)},'verticalAlignMode':{'main':_0xd4aac(0x1d7)},'textWrapMode':{'main':_0xd4aac(0x1ed)}},'align':{'left':_0xd4aac(0x1e0),'center':_0xd4aac(0x1ee),'right':_0xd4aac(0x1e5),'top':_0xd4aac(0x1e8),'middle':_0xd4aac(0x1ee),'bottom':_0xd4aac(0x1dc)},'borderLine':{'borderColor':_0xd4aac(0x1f9),'borderSize':'Ukuran\x20batas'},'textWrap':{'overflow':_0xd4aac(0x1eb),'wrap':'Bungkus','clip':'Potong'}}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4f2002=_0x2cdb;(function(_0x5154b0,_0x4340e1){const _0x49ba1c=_0x2cdb,_0x39fec2=_0x5154b0();while(!![]){try{const _0x2e1d3a=-parseInt(_0x49ba1c(0xc6))/0x1+parseInt(_0x49ba1c(0xcb))/0x2+-parseInt(_0x49ba1c(0xdc))/0x3*(parseInt(_0x49ba1c(0xc0))/0x4)+-parseInt(_0x49ba1c(0xea))/0x5+parseInt(_0x49ba1c(0xe6))/0x6+parseInt(_0x49ba1c(0xe2))/0x7*(parseInt(_0x49ba1c(0xe9))/0x8)+parseInt(_0x49ba1c(0xeb))/0x9*(parseInt(_0x49ba1c(0xdd))/0xa);if(_0x2e1d3a===_0x4340e1)break;else _0x39fec2['push'](_0x39fec2['shift']());}catch(_0xc3e92d){_0x39fec2['push'](_0x39fec2['shift']());}}}(_0x3fdb,0x8c053));function _0x3fdb(){const _0x83469=['Reimposta','Bordo','{0}\x20copia','4251510bZWizF','Colore\x20testo','Carattere','128Tbrzot','1921630RprNeZ','42831cNHmlE','sinistra','100524lfpjDu','Grassetto','Questa\x20tabella\x20e\x20i\x20suoi\x20record\x20verranno\x20rimossi.','Testo\x20a\x20capo','Dimensione\x20carattere','Formato\x20numero','500381gQmDXE','A\x20capo','Copia','Aggiungi\x20vista','exports','1145740YtiTJu','Impostazioni\x20vista','Questa\x20vista\x20verrà\x20rimossa.','Colore\x20riempimento','centro','Eliminare\x20questa\x20vista?','Taglia','centrale','Esci','Configura\x20vista','Allineamento\x20verticale','Trabocca','destra','Suprimeix','Eliminare\x20questa\x20tabella?','Allineamento\x20orizzontale','Tabella\x20{0}','66FmPYVW','1270jkDiat','coloreBordo','superiore','Elimina\x20vista','inferiore','54803PqPden'];_0x3fdb=function(){return _0x83469;};return _0x3fdb();}function _0x2cdb(_0x509f54,_0x480369){_0x509f54=_0x509f54-0xbf;const _0x3fdbc8=_0x3fdb();let _0x2cdb09=_0x3fdbc8[_0x509f54];return _0x2cdb09;}const e={'embed-ui':{'fullscreen':{'exit':_0x4f2002(0xd3)},'basesFloating':{'copySuffix':_0x4f2002(0xc8),'delete':_0x4f2002(0xd8),'confirmDelete':{'viewTitle':_0x4f2002(0xd0),'viewDescription':_0x4f2002(0xcd),'tableTitle':_0x4f2002(0xd9),'tableDescription':_0x4f2002(0xc2)},'tableSidebar':{'defaultTableName':_0x4f2002(0xdb)},'duplicateTable':{'copyName':_0x4f2002(0xe5)},'viewSettings':{'title':_0x4f2002(0xcc),'addView':_0x4f2002(0xc9),'configureView':_0x4f2002(0xd4),'deleteView':_0x4f2002(0xe0)}},'sheetsFloating':{'toolbar':{'formatPainter':'Copia\x20formato','font':_0x4f2002(0xe8),'fontSize':_0x4f2002(0xc4),'numberFormat':_0x4f2002(0xc5),'bold':_0x4f2002(0xc1),'resetColor':_0x4f2002(0xe3),'textColor':{'main':_0x4f2002(0xe7)},'fillColor':{'main':_0x4f2002(0xce)},'border':{'main':_0x4f2002(0xe4)},'mergeCell':{'main':'Unisci\x20celle'},'horizontalAlignMode':{'main':_0x4f2002(0xda)},'verticalAlignMode':{'main':_0x4f2002(0xd5)},'textWrapMode':{'main':_0x4f2002(0xc3)}},'align':{'left':_0x4f2002(0xbf),'center':_0x4f2002(0xcf),'right':_0x4f2002(0xd7),'top':_0x4f2002(0xdf),'middle':_0x4f2002(0xd2),'bottom':_0x4f2002(0xe1)},'borderLine':{'borderColor':_0x4f2002(0xde),'borderSize':'spessoreBordo'},'textWrap':{'overflow':_0x4f2002(0xd6),'wrap':_0x4f2002(0xc7),'clip':_0x4f2002(0xd1)}}}};module[_0x4f2002(0xca)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x289e09=_0x5a6b;(function(_0x338cb8,_0x36c761){const _0x3b9b1a=_0x5a6b,_0xec95ce=_0x338cb8();while(!![]){try{const _0x43ab14=-parseInt(_0x3b9b1a(0x132))/0x1+parseInt(_0x3b9b1a(0x139))/0x2+parseInt(_0x3b9b1a(0x12e))/0x3+parseInt(_0x3b9b1a(0x133))/0x4+-parseInt(_0x3b9b1a(0x12c))/0x5*(-parseInt(_0x3b9b1a(0x13b))/0x6)+parseInt(_0x3b9b1a(0x12d))/0x7*(-parseInt(_0x3b9b1a(0x130))/0x8)+-parseInt(_0x3b9b1a(0x11d))/0x9*(parseInt(_0x3b9b1a(0x137))/0xa);if(_0x43ab14===_0x36c761)break;else _0xec95ce['push'](_0xec95ce['shift']());}catch(_0x1ba1e6){_0xec95ce['push'](_0xec95ce['shift']());}}}(_0x1250,0x6bd19));const e={'embed-ui':{'fullscreen':{'exit':'終了'},'basesFloating':{'copySuffix':_0x289e09(0x125),'delete':'削除','confirmDelete':{'viewTitle':_0x289e09(0x121),'viewDescription':'このビューは削除されます。','tableTitle':_0x289e09(0x136),'tableDescription':'このテーブルとレコードは削除されます。'},'tableSidebar':{'defaultTableName':_0x289e09(0x123)},'duplicateTable':{'copyName':_0x289e09(0x13a)},'viewSettings':{'title':_0x289e09(0x11f),'addView':'ビューを追加','configureView':'ビューを設定','deleteView':_0x289e09(0x12a)}},'sheetsFloating':{'toolbar':{'formatPainter':'書式のコピー','font':'フォント','fontSize':_0x289e09(0x135),'numberFormat':_0x289e09(0x126),'bold':'太字','resetColor':_0x289e09(0x11e),'textColor':{'main':_0x289e09(0x120)},'fillColor':{'main':'塗りつぶし色'},'border':{'main':'罫線'},'mergeCell':{'main':_0x289e09(0x122)},'horizontalAlignMode':{'main':'横方向の配置'},'verticalAlignMode':{'main':_0x289e09(0x138)},'textWrapMode':{'main':_0x289e09(0x124)}},'align':{'left':_0x289e09(0x134),'center':'中央','right':_0x289e09(0x129),'top':'上','middle':'中央','bottom':'下'},'borderLine':{'borderColor':_0x289e09(0x131),'borderSize':_0x289e09(0x127)},'textWrap':{'overflow':_0x289e09(0x12b),'wrap':_0x289e09(0x12f),'clip':_0x289e09(0x128)}}}};function _0x5a6b(_0x1be8e8,_0x10fe97){_0x1be8e8=_0x1be8e8-0x11d;const _0x12505c=_0x1250();let _0x5a6bb9=_0x12505c[_0x1be8e8];return _0x5a6bb9;}module['exports']=e;function _0x1250(){const _0x16aaa2=['右寄せ','ビューを削除','オーバーフロー','2040EdAHuN','2354919yIpxQq','926208cmFdkM','折り返す','8LRBPlB','罫線の色','837262VhJIlW','1189936IWKsLe','左寄せ','フォントサイズ','このテーブルを削除しますか?','10uhGVCm','縦方向の配置','1487418cxHcCp','{0}\x20コピー','8922kNxSoT','3071889VKoFbc','初期化','ビュー設定','文字色','このビューを削除しますか?','セル結合','テーブル\x20{0}','文字の折り返し','コピー','表示形式','罫線の太さ','切り取り'];_0x1250=function(){return _0x16aaa2;};return _0x1250();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xd9e8a9=_0x18f9;function _0x18f9(_0x20fad2,_0x6adf72){_0x20fad2=_0x20fad2-0x11b;const _0x5e5244=_0x5e52();let _0x18f96b=_0x5e5244[_0x20fad2];return _0x18f96b;}(function(_0x53102d,_0x8efc10){const _0x19cad4=_0x18f9,_0x1f423e=_0x53102d();while(!![]){try{const _0x2a53ab=-parseInt(_0x19cad4(0x126))/0x1*(parseInt(_0x19cad4(0x128))/0x2)+parseInt(_0x19cad4(0x124))/0x3+parseInt(_0x19cad4(0x122))/0x4*(parseInt(_0x19cad4(0x13e))/0x5)+-parseInt(_0x19cad4(0x136))/0x6*(-parseInt(_0x19cad4(0x11c))/0x7)+-parseInt(_0x19cad4(0x13f))/0x8*(parseInt(_0x19cad4(0x12f))/0x9)+-parseInt(_0x19cad4(0x135))/0xa*(-parseInt(_0x19cad4(0x131))/0xb)+parseInt(_0x19cad4(0x11d))/0xc*(parseInt(_0x19cad4(0x130))/0xd);if(_0x2a53ab===_0x8efc10)break;else _0x1f423e['push'](_0x1f423e['shift']());}catch(_0x125d1f){_0x1f423e['push'](_0x1f423e['shift']());}}}(_0x5e52,0xc8c86));function _0x5e52(){const _0x29042c=['테두리','이\x20테이블과\x20레코드가\x20제거됩니다.','테두리\x20크기','보기\x20삭제','이\x20보기를\x20삭제하시겠습니까?','73422fKpAqR','322101uHWhFM','1925eFjCHu','가로\x20정렬','아래쪽','채우기\x20색상','71210cGIIFs','240yzVxtK','가운데','보기\x20설정','이\x20보기가\x20제거됩니다.','테두리\x20색상','보기\x20추가','숫자\x20서식','Suprimeix','6203525FxUyjP','1464tSIaCr','셀\x20병합','텍스트\x20색상','16751hPNrTw','588USojfN','글꼴\x20크기','오른쪽','테이블\x20{0}','줄바꿈','4nievGN','보기\x20구성','77343lnXdAu','나가기','3XBFwvS','서식\x20페인트','1004756CTprKJ','자르기'];_0x5e52=function(){return _0x29042c;};return _0x5e52();}const e={'embed-ui':{'fullscreen':{'exit':_0xd9e8a9(0x125)},'basesFloating':{'copySuffix':'복사','delete':_0xd9e8a9(0x13d),'confirmDelete':{'viewTitle':_0xd9e8a9(0x12e),'viewDescription':_0xd9e8a9(0x139),'tableTitle':'이\x20테이블을\x20삭제하시겠습니까?','tableDescription':_0xd9e8a9(0x12b)},'tableSidebar':{'defaultTableName':_0xd9e8a9(0x120)},'duplicateTable':{'copyName':'{0}\x20복사본'},'viewSettings':{'title':_0xd9e8a9(0x138),'addView':_0xd9e8a9(0x13b),'configureView':_0xd9e8a9(0x123),'deleteView':_0xd9e8a9(0x12d)}},'sheetsFloating':{'toolbar':{'formatPainter':_0xd9e8a9(0x127),'font':'글꼴','fontSize':_0xd9e8a9(0x11e),'numberFormat':_0xd9e8a9(0x13c),'bold':'굵게','resetColor':'초기화','textColor':{'main':_0xd9e8a9(0x11b)},'fillColor':{'main':_0xd9e8a9(0x134)},'border':{'main':_0xd9e8a9(0x12a)},'mergeCell':{'main':_0xd9e8a9(0x140)},'horizontalAlignMode':{'main':_0xd9e8a9(0x132)},'verticalAlignMode':{'main':'세로\x20정렬'},'textWrapMode':{'main':'텍스트\x20줄바꿈'}},'align':{'left':'왼쪽','center':'가운데','right':_0xd9e8a9(0x11f),'top':'위쪽','middle':_0xd9e8a9(0x137),'bottom':_0xd9e8a9(0x133)},'borderLine':{'borderColor':_0xd9e8a9(0x13a),'borderSize':_0xd9e8a9(0x12c)},'textWrap':{'overflow':'넘침','wrap':_0xd9e8a9(0x121),'clip':_0xd9e8a9(0x129)}}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5794(){const _0x548f13=['Rozmiar\x20obramowania','999656zCbYUb','Zamknij','Obramowanie','428958talRRs','549845eqapWA','Tabela\x20{0}','Przytnij','Malarz\x20formatów','Suprimeix','Usunąć\x20ten\x20widok?','Zawijaj','Przepełnienie','dół','środek','Kolor\x20wypełnienia','Skonfiguruj\x20widok','Kolor\x20tekstu','Dodaj\x20widok','Usuń\x20widok','Resetuj','góra','7mDwmpQ','Format\x20liczb','Czcionka','Zawijanie\x20tekstu','1369092kLZEcQ','Scal\x20komórki','1643031JWIlkg','4uxklXn','4ubLkNy','Wyrównanie\x20pionowe','2298690JUrRUB','27346JvSDcD','Ustawienia\x20widoku','Wyrównanie\x20poziome','Ta\x20tabela\x20i\x20jej\x20rekordy\x20zostaną\x20usunięte.','prawo','exports'];_0x5794=function(){return _0x548f13;};return _0x5794();}function _0x5d68(_0x2fcdbe,_0x10967b){_0x2fcdbe=_0x2fcdbe-0x160;const _0x5794b8=_0x5794();let _0x5d6850=_0x5794b8[_0x2fcdbe];return _0x5d6850;}const _0x5af2f0=_0x5d68;(function(_0x10535f,_0x46672f){const _0x3cd4ab=_0x5d68,_0x5c91c6=_0x10535f();while(!![]){try{const _0xe2a20f=-parseInt(_0x3cd4ab(0x168))/0x1*(-parseInt(_0x3cd4ab(0x165))/0x2)+-parseInt(_0x3cd4ab(0x172))/0x3*(-parseInt(_0x3cd4ab(0x164))/0x4)+-parseInt(_0x3cd4ab(0x173))/0x5+parseInt(_0x3cd4ab(0x161))/0x6+parseInt(_0x3cd4ab(0x184))/0x7*(-parseInt(_0x3cd4ab(0x16f))/0x8)+parseInt(_0x3cd4ab(0x163))/0x9+-parseInt(_0x3cd4ab(0x167))/0xa;if(_0xe2a20f===_0x46672f)break;else _0x5c91c6['push'](_0x5c91c6['shift']());}catch(_0xb646db){_0x5c91c6['push'](_0x5c91c6['shift']());}}}(_0x5794,0x23108));const e={'embed-ui':{'fullscreen':{'exit':_0x5af2f0(0x170)},'basesFloating':{'copySuffix':'Kopia','delete':_0x5af2f0(0x177),'confirmDelete':{'viewTitle':_0x5af2f0(0x178),'viewDescription':'Ten\x20widok\x20zostanie\x20usunięty.','tableTitle':'Usunąć\x20tę\x20tabelę?','tableDescription':_0x5af2f0(0x16b)},'tableSidebar':{'defaultTableName':_0x5af2f0(0x174)},'duplicateTable':{'copyName':'{0}\x20kopia'},'viewSettings':{'title':_0x5af2f0(0x169),'addView':_0x5af2f0(0x180),'configureView':_0x5af2f0(0x17e),'deleteView':_0x5af2f0(0x181)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x5af2f0(0x176),'font':_0x5af2f0(0x186),'fontSize':'Rozmiar\x20czcionki','numberFormat':_0x5af2f0(0x185),'bold':'Pogrubienie','resetColor':_0x5af2f0(0x182),'textColor':{'main':_0x5af2f0(0x17f)},'fillColor':{'main':_0x5af2f0(0x17d)},'border':{'main':_0x5af2f0(0x171)},'mergeCell':{'main':_0x5af2f0(0x162)},'horizontalAlignMode':{'main':_0x5af2f0(0x16a)},'verticalAlignMode':{'main':_0x5af2f0(0x166)},'textWrapMode':{'main':_0x5af2f0(0x160)}},'align':{'left':'lewo','center':_0x5af2f0(0x17c),'right':_0x5af2f0(0x16c),'top':_0x5af2f0(0x183),'middle':_0x5af2f0(0x17c),'bottom':_0x5af2f0(0x17b)},'borderLine':{'borderColor':'Kolor\x20obramowania','borderSize':_0x5af2f0(0x16e)},'textWrap':{'overflow':_0x5af2f0(0x17a),'wrap':_0x5af2f0(0x179),'clip':_0x5af2f0(0x175)}}}};module[_0x5af2f0(0x16d)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1fa46f=_0x4bf4;function _0x4bf4(_0x5d25e1,_0x1de53d){_0x5d25e1=_0x5d25e1-0xd6;const _0xa7f7b0=_0xa7f7();let _0x4bf470=_0xa7f7b0[_0x5d25e1];return _0x4bf470;}(function(_0x2b1bb3,_0x233608){const _0x4b04fc=_0x4bf4,_0x2baafb=_0x2b1bb3();while(!![]){try{const _0x403be6=-parseInt(_0x4b04fc(0xf2))/0x1*(-parseInt(_0x4b04fc(0xf4))/0x2)+-parseInt(_0x4b04fc(0xd7))/0x3*(-parseInt(_0x4b04fc(0xe3))/0x4)+parseInt(_0x4b04fc(0xf3))/0x5+-parseInt(_0x4b04fc(0xea))/0x6+-parseInt(_0x4b04fc(0xe7))/0x7*(parseInt(_0x4b04fc(0xe8))/0x8)+parseInt(_0x4b04fc(0xed))/0x9*(parseInt(_0x4b04fc(0xf9))/0xa)+-parseInt(_0x4b04fc(0xde))/0xb;if(_0x403be6===_0x233608)break;else _0x2baafb['push'](_0x2baafb['shift']());}catch(_0x115706){_0x2baafb['push'](_0x2baafb['shift']());}}}(_0xa7f7,0x3bf08));function _0xa7f7(){const _0x1647b3=['Suprimeix','Formato\x20de\x20número','superior','Sair','Excluir\x20esta\x20tabela?','7068OETIBs','Configurações\x20da\x20visualização','Tabela\x20{0}','cor\x20da\x20borda','Alinhamento\x20vertical','Transbordar','{0}\x20cópia','7503969kiIPLI','Cor\x20de\x20preenchimento','esquerda','Redefinir','Esta\x20visualização\x20será\x20removida.','88nHyMmA','Excluir\x20esta\x20visualização?','Borda','Negrito','502509GIxkrh','8mQsPNv','Recortar','660312fZgIFg','Configurar\x20visualização','exports','5463JztdOO','Quebrar','Mesclar\x20células','inferior','meio','3203vmtjMw','1967825uKiuXc','196AVvaNP','Fonte','direita','Copiar\x20formatação','Excluir\x20visualização','5770IbYiWQ'];_0xa7f7=function(){return _0x1647b3;};return _0xa7f7();}const e={'embed-ui':{'fullscreen':{'exit':_0x1fa46f(0xfd)},'basesFloating':{'copySuffix':'Cópia','delete':_0x1fa46f(0xfa),'confirmDelete':{'viewTitle':_0x1fa46f(0xe4),'viewDescription':_0x1fa46f(0xe2),'tableTitle':_0x1fa46f(0xd6),'tableDescription':'Esta\x20tabela\x20e\x20seus\x20registros\x20serão\x20removidos.'},'tableSidebar':{'defaultTableName':_0x1fa46f(0xd9)},'duplicateTable':{'copyName':_0x1fa46f(0xdd)},'viewSettings':{'title':_0x1fa46f(0xd8),'addView':'Adicionar\x20visualização','configureView':_0x1fa46f(0xeb),'deleteView':_0x1fa46f(0xf8)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x1fa46f(0xf7),'font':_0x1fa46f(0xf5),'fontSize':'Tamanho\x20da\x20fonte','numberFormat':_0x1fa46f(0xfb),'bold':_0x1fa46f(0xe6),'resetColor':_0x1fa46f(0xe1),'textColor':{'main':'Cor\x20do\x20texto'},'fillColor':{'main':_0x1fa46f(0xdf)},'border':{'main':_0x1fa46f(0xe5)},'mergeCell':{'main':_0x1fa46f(0xef)},'horizontalAlignMode':{'main':'Alinhamento\x20horizontal'},'verticalAlignMode':{'main':_0x1fa46f(0xdb)},'textWrapMode':{'main':'Quebra\x20de\x20texto'}},'align':{'left':_0x1fa46f(0xe0),'center':'centro','right':_0x1fa46f(0xf6),'top':_0x1fa46f(0xfc),'middle':_0x1fa46f(0xf1),'bottom':_0x1fa46f(0xf0)},'borderLine':{'borderColor':_0x1fa46f(0xda),'borderSize':'tamanho\x20da\x20borda'},'textWrap':{'overflow':_0x1fa46f(0xdc),'wrap':_0x1fa46f(0xee),'clip':_0x1fa46f(0xe9)}}}};module[_0x1fa46f(0xec)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xb5f972=_0x3a47;function _0x3a47(_0x3a5f97,_0xf27629){_0x3a5f97=_0x3a5f97-0x1cd;const _0x5beef1=_0x5bee();let _0x3a4794=_0x5beef1[_0x3a5f97];return _0x3a4794;}(function(_0x357e56,_0x3e020c){const _0x152f5e=_0x3a47,_0x1dc56a=_0x357e56();while(!![]){try{const _0xc7772c=-parseInt(_0x152f5e(0x1d1))/0x1+-parseInt(_0x152f5e(0x1ea))/0x2*(parseInt(_0x152f5e(0x1e3))/0x3)+parseInt(_0x152f5e(0x1d8))/0x4*(parseInt(_0x152f5e(0x1d9))/0x5)+-parseInt(_0x152f5e(0x1d0))/0x6+parseInt(_0x152f5e(0x1e6))/0x7*(parseInt(_0x152f5e(0x1d4))/0x8)+-parseInt(_0x152f5e(0x1de))/0x9*(parseInt(_0x152f5e(0x1cf))/0xa)+parseInt(_0x152f5e(0x1ee))/0xb;if(_0xc7772c===_0x3e020c)break;else _0x1dc56a['push'](_0x1dc56a['shift']());}catch(_0x3e10b9){_0x1dc56a['push'](_0x1dc56a['shift']());}}}(_0x5bee,0xc0d2c));const e={'embed-ui':{'fullscreen':{'exit':'Выйти'},'basesFloating':{'copySuffix':'Копировать','delete':'Suprimeix','confirmDelete':{'viewTitle':_0xb5f972(0x1ce),'viewDescription':'Это\x20представление\x20будет\x20удалено.','tableTitle':_0xb5f972(0x1e1),'tableDescription':'Эта\x20таблица\x20и\x20ее\x20записи\x20будут\x20удалены.'},'tableSidebar':{'defaultTableName':_0xb5f972(0x1e5)},'duplicateTable':{'copyName':_0xb5f972(0x1ed)},'viewSettings':{'title':_0xb5f972(0x1ec),'addView':_0xb5f972(0x1cd),'configureView':_0xb5f972(0x1d6),'deleteView':_0xb5f972(0x1e0)}},'sheetsFloating':{'toolbar':{'formatPainter':'Копировать\x20формат','font':_0xb5f972(0x1e9),'fontSize':_0xb5f972(0x1f0),'numberFormat':_0xb5f972(0x1eb),'bold':_0xb5f972(0x1e4),'resetColor':_0xb5f972(0x1dd),'textColor':{'main':_0xb5f972(0x1e7)},'fillColor':{'main':'Цвет\x20заливки'},'border':{'main':'Граница'},'mergeCell':{'main':'Объединить\x20ячейки'},'horizontalAlignMode':{'main':_0xb5f972(0x1da)},'verticalAlignMode':{'main':_0xb5f972(0x1ef)},'textWrapMode':{'main':_0xb5f972(0x1dc)}},'align':{'left':_0xb5f972(0x1e8),'center':'Центр','right':_0xb5f972(0x1d3),'top':_0xb5f972(0x1db),'middle':'Середина','bottom':_0xb5f972(0x1e2)},'borderLine':{'borderColor':_0xb5f972(0x1df),'borderSize':'размер\x20границы'},'textWrap':{'overflow':'Переполнение','wrap':_0xb5f972(0x1d2),'clip':_0xb5f972(0x1d7)}}}};module[_0xb5f972(0x1d5)]=e;function _0x5bee(){const _0xebcbab=['Перенос','Право','1088zWsTrQ','exports','Настроить\x20вид','Обрезать','2333652QunLOk','5CUanzu','Горизонтальное\x20выравнивание','Верх','Перенос\x20текста','Сбросить','307953VgYshV','цвет\x20границы','Удалить\x20представление','Удалить\x20эту\x20таблицу?','Низ','213QBYxgs','Жирный','Таблица\x20{0}','80199lYEYri','Цвет\x20текста','Лево','Шрифт','21214MXVQWw','Формат\x20числа','Настройки\x20представления','{0}\x20копия','26568091qVfLcE','Вертикальное\x20выравнивание','Размер\x20шрифта','Добавить\x20просмотр','Удалить\x20это\x20представление?','380yqFRAC','4070958BglQDn','1035206fDQopf'];_0x5bee=function(){return _0xebcbab;};return _0x5bee();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2a35(){const _0x36041f=['Pridať\x20zobrazenie','2xYPrSB','64PxFmbK','Formát\x20čísla','{0}\x20kópia','Ohraničenie','vpravo','Kopírovať\x20formát','14172XbglQP','stred','vľavo','farbaOhraničenia','137296SViiaX','Ukončiť','Písmo','4414956goapmM','Odstrániť\x20toto\x20zobrazenie?','Veľkosť\x20písma','Vodorovné\x20zarovnanie','Zalomiť','36RUGrqk','na\x20stred','Kopírovať','Suprimeix','Orezať','39834tIOdcE','Odstrániť\x20túto\x20tabuľku?','Nastavenia\x20zobrazenia','639DNAwlG','Pretečenie','739649uDubpR','Odstrániť\x20zobrazenie','5747764DXJfIP','1555ZVCAYT','Konfigurovať\x20zobrazenie','Obnoviť','9500780dclIhe','hore'];_0x2a35=function(){return _0x36041f;};return _0x2a35();}const _0x968fd1=_0xa9ed;(function(_0x1be20c,_0x84b731){const _0x4386c9=_0xa9ed,_0x4a98f5=_0x1be20c();while(!![]){try{const _0x34b7f4=parseInt(_0x4386c9(0x170))/0x1*(-parseInt(_0x4386c9(0x153))/0x2)+-parseInt(_0x4386c9(0x16b))/0x3*(-parseInt(_0x4386c9(0x154))/0x4)+-parseInt(_0x4386c9(0x173))/0x5*(parseInt(_0x4386c9(0x15a))/0x6)+parseInt(_0x4386c9(0x161))/0x7+parseInt(_0x4386c9(0x15e))/0x8*(-parseInt(_0x4386c9(0x16e))/0x9)+parseInt(_0x4386c9(0x150))/0xa+-parseInt(_0x4386c9(0x172))/0xb*(-parseInt(_0x4386c9(0x166))/0xc);if(_0x34b7f4===_0x84b731)break;else _0x4a98f5['push'](_0x4a98f5['shift']());}catch(_0x5a75e5){_0x4a98f5['push'](_0x4a98f5['shift']());}}}(_0x2a35,0xa31a9));const e={'embed-ui':{'fullscreen':{'exit':_0x968fd1(0x15f)},'basesFloating':{'copySuffix':_0x968fd1(0x168),'delete':_0x968fd1(0x169),'confirmDelete':{'viewTitle':_0x968fd1(0x162),'viewDescription':'Toto\x20zobrazenie\x20bude\x20odstránené.','tableTitle':_0x968fd1(0x16c),'tableDescription':'Táto\x20tabuľka\x20a\x20jej\x20záznamy\x20budú\x20odstránené.'},'tableSidebar':{'defaultTableName':'Tabuľka\x20{0}'},'duplicateTable':{'copyName':_0x968fd1(0x156)},'viewSettings':{'title':_0x968fd1(0x16d),'addView':_0x968fd1(0x152),'configureView':_0x968fd1(0x174),'deleteView':_0x968fd1(0x171)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x968fd1(0x159),'font':_0x968fd1(0x160),'fontSize':_0x968fd1(0x163),'numberFormat':_0x968fd1(0x155),'bold':'Tučné','resetColor':_0x968fd1(0x14f),'textColor':{'main':'Farba\x20textu'},'fillColor':{'main':'Farba\x20výplne'},'border':{'main':_0x968fd1(0x157)},'mergeCell':{'main':'Zlúčiť\x20bunky'},'horizontalAlignMode':{'main':_0x968fd1(0x164)},'verticalAlignMode':{'main':'Zvislé\x20zarovnanie'},'textWrapMode':{'main':'Zalomenie\x20textu'}},'align':{'left':_0x968fd1(0x15c),'center':_0x968fd1(0x167),'right':_0x968fd1(0x158),'top':_0x968fd1(0x151),'middle':_0x968fd1(0x15b),'bottom':'dole'},'borderLine':{'borderColor':_0x968fd1(0x15d),'borderSize':'hrúbkaOhraničenia'},'textWrap':{'overflow':_0x968fd1(0x16f),'wrap':_0x968fd1(0x165),'clip':_0x968fd1(0x16a)}}}};function _0xa9ed(_0x5954a0,_0x2665ae){_0x5954a0=_0x5954a0-0x14f;const _0x2a35b1=_0x2a35();let _0xa9ed33=_0x2a35b1[_0x5954a0];return _0xa9ed33;}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x47d680=_0x27ab;(function(_0x4929b0,_0x2c59ab){const _0x11825b=_0x27ab,_0x502365=_0x4929b0();while(!![]){try{const _0x35752d=parseInt(_0x11825b(0xea))/0x1*(-parseInt(_0x11825b(0xca))/0x2)+parseInt(_0x11825b(0xc9))/0x3*(parseInt(_0x11825b(0xd8))/0x4)+-parseInt(_0x11825b(0xd0))/0x5*(-parseInt(_0x11825b(0xd7))/0x6)+-parseInt(_0x11825b(0xdd))/0x7+parseInt(_0x11825b(0xc7))/0x8+parseInt(_0x11825b(0xdf))/0x9*(parseInt(_0x11825b(0xd2))/0xa)+-parseInt(_0x11825b(0xe2))/0xb;if(_0x35752d===_0x2c59ab)break;else _0x502365['push'](_0x502365['shift']());}catch(_0x4396eb){_0x502365['push'](_0x502365['shift']());}}}(_0x4a15,0xacb0e));const e={'embed-ui':{'fullscreen':{'exit':_0x47d680(0xc8)},'basesFloating':{'copySuffix':_0x47d680(0xed),'delete':'Suprimeix','confirmDelete':{'viewTitle':_0x47d680(0xcf),'viewDescription':_0x47d680(0xd1),'tableTitle':_0x47d680(0xd4),'tableDescription':_0x47d680(0xcb)},'tableSidebar':{'defaultTableName':_0x47d680(0xe6)},'duplicateTable':{'copyName':_0x47d680(0xd6)},'viewSettings':{'title':_0x47d680(0xd9),'addView':_0x47d680(0xe9),'configureView':_0x47d680(0xd5),'deleteView':'Xóa\x20chế\x20độ\x20xem'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x47d680(0xc6),'font':_0x47d680(0xda),'fontSize':_0x47d680(0xe7),'numberFormat':_0x47d680(0xce),'bold':_0x47d680(0xde),'resetColor':_0x47d680(0xeb),'textColor':{'main':_0x47d680(0xec)},'fillColor':{'main':_0x47d680(0xd3)},'border':{'main':_0x47d680(0xe4)},'mergeCell':{'main':'Hợp\x20nhất\x20ô'},'horizontalAlignMode':{'main':_0x47d680(0xe8)},'verticalAlignMode':{'main':_0x47d680(0xe0)},'textWrapMode':{'main':_0x47d680(0xdb)}},'align':{'left':_0x47d680(0xe1),'center':'Căn\x20giữa','right':_0x47d680(0xc5),'top':_0x47d680(0xe5),'middle':'Căn\x20giữa','bottom':_0x47d680(0xcc)},'borderLine':{'borderColor':_0x47d680(0xe3),'borderSize':_0x47d680(0xcd)},'textWrap':{'overflow':_0x47d680(0xdc),'wrap':'Tự\x20động\x20ngắt\x20dòng','clip':'Cắt\x20bớt'}}}};module['exports']=e;function _0x27ab(_0x307438,_0x478026){_0x307438=_0x307438-0xc5;const _0x4a158c=_0x4a15();let _0x27abb8=_0x4a158c[_0x307438];return _0x27abb8;}function _0x4a15(){const _0x3296c4=['{0}\x20bản\x20sao','18YBKneN','4757356PdQgBS','Cài\x20đặt\x20dạng\x20xem','Phông\x20chữ','Ngắt\x20dòng\x20văn\x20bản','Tràn','2010449Yihmsd','In\x20đậm','422406NPxeux','Căn\x20dọc','Căn\x20trái','13410375JlNMXt','Màu\x20viền','Đường\x20viền','Căn\x20trên','Bảng\x20{0}','Cỡ\x20chữ','Căn\x20ngang','Thêm\x20chế\x20độ\x20xem','132899qdaLEQ','Đặt\x20lại\x20màu','Màu\x20chữ','Sao\x20chép','Căn\x20phải','Chổi\x20định\x20dạng','6900640Luccjy','Thoát','3upaOdv','6ZDiSrN','Bảng\x20này\x20và\x20các\x20bản\x20ghi\x20của\x20nó\x20sẽ\x20bị\x20xóa.','Căn\x20dưới','Độ\x20dày\x20viền','Định\x20dạng\x20số','Xóa\x20dạng\x20xem\x20này?','542970msQCrN','Dạng\x20xem\x20này\x20sẽ\x20bị\x20xóa.','50cMlrsQ','Màu\x20ô','Xóa\x20bảng\x20này?','Định\x20cấu\x20hình\x20chế\x20độ\x20xem'];_0x4a15=function(){return _0x3296c4;};return _0x4a15();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1acc(_0x26fccc,_0xaf5f7b){_0x26fccc=_0x26fccc-0x1e5;const _0x2e902b=_0x2e90();let _0x1acc78=_0x2e902b[_0x26fccc];return _0x1acc78;}function _0x2e90(){const _0x385233=['3rEZbvK','重置颜色','垂直对齐','合并单元格','166194CKzRMU','文本颜色','80604tJmdlG','删除视图','删除这个视图?','左对齐','边框粗细','边框颜色','右对齐','删除这个表?','84638eqCSSV','表\x20{0}','文本换行','exports','{0}\x20副本','816802NsHoMw','中间对齐','130wqIuFf','1075088wTPEGU','数字格式','配置视图','添加视图','顶部对齐','19735RLMyxG','视图设置','485854auswSX','150RgpzKc'];_0x2e90=function(){return _0x385233;};return _0x2e90();}const _0x5d298f=_0x1acc;(function(_0x477c70,_0x46cbf9){const _0x16b921=_0x1acc,_0xc12c20=_0x477c70();while(!![]){try{const _0x466c63=parseInt(_0x16b921(0x1ef))/0x1+parseInt(_0x16b921(0x1fe))/0x2*(parseInt(_0x16b921(0x200))/0x3)+-parseInt(_0x16b921(0x1e7))/0x4+-parseInt(_0x16b921(0x1fc))/0x5*(-parseInt(_0x16b921(0x1ff))/0x6)+-parseInt(_0x16b921(0x1f4))/0x7+parseInt(_0x16b921(0x1f7))/0x8+parseInt(_0x16b921(0x1e5))/0x9*(-parseInt(_0x16b921(0x1f6))/0xa);if(_0x466c63===_0x46cbf9)break;else _0xc12c20['push'](_0xc12c20['shift']());}catch(_0x2903db){_0xc12c20['push'](_0xc12c20['shift']());}}}(_0x2e90,0x2cdb3));const e={'embed-ui':{'fullscreen':{'exit':'退出'},'basesFloating':{'copySuffix':'副本','delete':'删除','confirmDelete':{'viewTitle':_0x5d298f(0x1e9),'viewDescription':'这个视图将被删除。','tableTitle':_0x5d298f(0x1ee),'tableDescription':'这个表和其中的记录将被删除。'},'tableSidebar':{'defaultTableName':_0x5d298f(0x1f0)},'duplicateTable':{'copyName':_0x5d298f(0x1f3)},'viewSettings':{'title':_0x5d298f(0x1fd),'addView':_0x5d298f(0x1fa),'configureView':_0x5d298f(0x1f9),'deleteView':_0x5d298f(0x1e8)}},'sheetsFloating':{'toolbar':{'formatPainter':'格式刷','font':'字体','fontSize':'字号','numberFormat':_0x5d298f(0x1f8),'bold':'粗体','resetColor':_0x5d298f(0x201),'textColor':{'main':_0x5d298f(0x1e6)},'fillColor':{'main':'单元格颜色'},'border':{'main':'边框'},'mergeCell':{'main':_0x5d298f(0x203)},'horizontalAlignMode':{'main':'水平对齐'},'verticalAlignMode':{'main':_0x5d298f(0x202)},'textWrapMode':{'main':_0x5d298f(0x1f1)}},'align':{'left':_0x5d298f(0x1ea),'center':_0x5d298f(0x1f5),'right':_0x5d298f(0x1ed),'top':_0x5d298f(0x1fb),'middle':'居中对齐','bottom':'底部对齐'},'borderLine':{'borderColor':_0x5d298f(0x1ec),'borderSize':_0x5d298f(0x1eb)},'textWrap':{'overflow':'溢出','wrap':'自动换行','clip':'截断'}}}};module[_0x5d298f(0x1f2)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2d65ad=_0x2a4f;(function(_0x8d888b,_0x474890){const _0x253896=_0x2a4f,_0x11b58d=_0x8d888b();while(!![]){try{const _0x31c447=-parseInt(_0x253896(0x182))/0x1*(-parseInt(_0x253896(0x17f))/0x2)+parseInt(_0x253896(0x195))/0x3*(-parseInt(_0x253896(0x192))/0x4)+parseInt(_0x253896(0x186))/0x5+parseInt(_0x253896(0x18d))/0x6+parseInt(_0x253896(0x190))/0x7+parseInt(_0x253896(0x181))/0x8+-parseInt(_0x253896(0x187))/0x9;if(_0x31c447===_0x474890)break;else _0x11b58d['push'](_0x11b58d['shift']());}catch(_0x112e65){_0x11b58d['push'](_0x11b58d['shift']());}}}(_0x3787,0x8a51d));function _0x2a4f(_0x3af9ae,_0x1c47c4){_0x3af9ae=_0x3af9ae-0x17e;const _0x37874d=_0x3787();let _0x2a4fdd=_0x37874d[_0x3af9ae];return _0x2a4fdd;}const e={'embed-ui':{'fullscreen':{'exit':'退出'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0x2d65ad(0x191),'viewDescription':'此檢視將被刪除。','tableTitle':_0x2d65ad(0x18a),'tableDescription':'此表和其中的記錄將被刪除。'},'tableSidebar':{'defaultTableName':_0x2d65ad(0x185)},'duplicateTable':{'copyName':_0x2d65ad(0x196)},'viewSettings':{'title':_0x2d65ad(0x18f),'addView':'新增檢視','configureView':'設定檢視','deleteView':'刪除檢視'}},'sheetsFloating':{'toolbar':{'formatPainter':'複製格式','font':'字型','fontSize':_0x2d65ad(0x18c),'numberFormat':_0x2d65ad(0x184),'bold':'粗體','resetColor':_0x2d65ad(0x193),'textColor':{'main':'字型顏色'},'fillColor':{'main':_0x2d65ad(0x18b)},'border':{'main':'邊框'},'mergeCell':{'main':_0x2d65ad(0x18e)},'horizontalAlignMode':{'main':_0x2d65ad(0x180)},'verticalAlignMode':{'main':'垂直對齊'},'textWrapMode':{'main':'自動換行'}},'align':{'left':'靠左對齊','center':'置中','right':_0x2d65ad(0x194),'top':_0x2d65ad(0x17e),'middle':_0x2d65ad(0x188),'bottom':_0x2d65ad(0x183)},'borderLine':{'borderColor':_0x2d65ad(0x189),'borderSize':'邊框粗細'},'textWrap':{'overflow':'溢出','wrap':'自動換行','clip':'截斷'}}}};function _0x3787(){const _0x2cf204=['靠上對齊','8mQGjdc','水平對齊','1139360TBUQSm','28240ZgopXS','靠下對齊','數字格式','表\x20{0}','18170dRbWFH','9986868PyeBIM','垂直置中','邊框顏色','刪除此表?','填滿色彩','字型大小','5021574OAevUw','合併儲存格','檢視設定','5739321PTAtVU','刪除此檢視?','4QIaZqm','重置顏色','靠右對齊','718911tmdCGT','{0}\x20副本'];_0x3787=function(){return _0x2cf204;};return _0x3787();}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5962(_0x2a7640,_0x287ea2){_0x2a7640=_0x2a7640-0xf8;const _0x344ff3=_0x344f();let _0x5962b7=_0x344ff3[_0x2a7640];return _0x5962b7;}const _0x4063dd=_0x5962;function _0x344f(){const _0x3e658f=['新增檢視','刪除檢視','複製格式','此檢視將被刪除。','2119428iUnLWR','合併儲存格','靠右對齊','329650YqKCbW','填滿色彩','1052946rNcSKw','邊框粗細','靠下對齊','靠左對齊','字型顏色','自動換行','刪除此檢視?','此表和其中的記錄將被刪除。','數字格式','17766018VdJNNd','重置顏色','1850202tZzpjw','垂直置中','{0}\x20副本','垂直對齊','表\x20{0}','設定檢視','1cEXsRE','exports','檢視設定','1231710Emelgw','1673528PxrvES','7ROlLmk'];_0x344f=function(){return _0x3e658f;};return _0x344f();}(function(_0xa8f6bd,_0xf76bb4){const _0x5369ec=_0x5962,_0x394990=_0xa8f6bd();while(!![]){try{const _0x1860e4=parseInt(_0x5369ec(0x110))/0x1*(-parseInt(_0x5369ec(0x113))/0x2)+-parseInt(_0x5369ec(0x10a))/0x3+-parseInt(_0x5369ec(0xfa))/0x4+parseInt(_0x5369ec(0xfd))/0x5+-parseInt(_0x5369ec(0xff))/0x6+parseInt(_0x5369ec(0x115))/0x7*(parseInt(_0x5369ec(0x114))/0x8)+parseInt(_0x5369ec(0x108))/0x9;if(_0x1860e4===_0xf76bb4)break;else _0x394990['push'](_0x394990['shift']());}catch(_0x3a326e){_0x394990['push'](_0x394990['shift']());}}}(_0x344f,0x4bf92));const e={'embed-ui':{'fullscreen':{'exit':'退出'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0x4063dd(0x105),'viewDescription':_0x4063dd(0xf9),'tableTitle':'刪除此表?','tableDescription':_0x4063dd(0x106)},'tableSidebar':{'defaultTableName':_0x4063dd(0x10e)},'duplicateTable':{'copyName':_0x4063dd(0x10c)},'viewSettings':{'title':_0x4063dd(0x112),'addView':_0x4063dd(0x116),'configureView':_0x4063dd(0x10f),'deleteView':_0x4063dd(0x117)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x4063dd(0xf8),'font':'字型','fontSize':'字型大小','numberFormat':_0x4063dd(0x107),'bold':'粗體','resetColor':_0x4063dd(0x109),'textColor':{'main':_0x4063dd(0x103)},'fillColor':{'main':_0x4063dd(0xfe)},'border':{'main':'邊框'},'mergeCell':{'main':_0x4063dd(0xfb)},'horizontalAlignMode':{'main':'水平對齊'},'verticalAlignMode':{'main':_0x4063dd(0x10d)},'textWrapMode':{'main':'自動換行'}},'align':{'left':_0x4063dd(0x102),'center':'置中','right':_0x4063dd(0xfc),'top':'靠上對齊','middle':_0x4063dd(0x10b),'bottom':_0x4063dd(0x101)},'borderLine':{'borderColor':'邊框顏色','borderSize':_0x4063dd(0x100)},'textWrap':{'overflow':'溢出','wrap':_0x4063dd(0x104),'clip':'截斷'}}}};module[_0x4063dd(0x111)]=e;
|