@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.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +15 -62
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/common/embed-float-interaction-policy.d.ts +0 -2
- package/lib/types/common/embed-overlay-layers.d.ts +4 -0
- package/lib/types/components/EmbedFloatDomRenderer.d.ts +4 -37
- package/lib/types/components/EmbedHostToolbarMenu.d.ts +0 -26
- package/lib/types/components/embed-float-dom-data.d.ts +10 -0
- package/lib/types/components/embed-float-dom-geometry.d.ts +95 -0
- package/lib/types/components/embed-float-dom-interaction.d.ts +114 -0
- package/lib/types/plugin.d.ts +4 -2
- package/lib/types/products/bases/BaseFullscreenTableSidebar.d.ts +31 -0
- package/lib/types/products/bases/EmbedChildView.d.ts +5 -2
- package/lib/types/products/bases/EmbedFloatingMenu.d.ts +1 -6
- package/lib/types/products/bases/embed-content-size.d.ts +13 -7
- package/lib/types/products/bases/embed-passive-viewport.d.ts +2 -3
- package/lib/types/products/bases/register.d.ts +1 -0
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +3 -10
- package/lib/types/products/docs/docs-custom-block-layout.d.ts +2 -1
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +6 -1
- package/lib/types/products/product-ui-contributions.d.ts +1 -0
- package/lib/types/products/sheets/EmbedBlock.d.ts +4 -1
- package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +2 -33
- package/lib/types/products/sheets/SheetEmbedFloatingMenuControls.d.ts +92 -0
- package/lib/types/products/sheets/SheetEmbedFloatingMenuPrimitives.d.ts +85 -0
- package/lib/types/products/sheets/embed-content-size.d.ts +2 -0
- package/lib/types/products/sheets/embed-passive-viewport.d.ts +2 -3
- package/lib/types/products/slides/EmbedChildView.d.ts +5 -1
- package/lib/types/services/embed-display-target-sync.d.ts +4 -0
- package/lib/types/services/embed-dom-wheel.d.ts +40 -0
- package/lib/types/services/embed-floating-menu-root.d.ts +4 -0
- package/lib/types/services/embed-fullscreen-runtime.d.ts +26 -0
- package/lib/types/types/embed-ui.d.ts +3 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +36 -34
- package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +0 -24
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2dc6(_0x1d660f,_0x278218){_0x1d660f=_0x1d660f-0x1c8;const _0xb30302=_0xb303();let _0x2dc6a3=_0xb30302[_0x1d660f];return _0x2dc6a3;}const _0x413703=_0x2dc6;(function(_0x1e3d1c,_0x4ed90b){const _0x47fb5a=_0x2dc6,_0x4ceffd=_0x1e3d1c();while(!![]){try{const _0x351aea=-parseInt(_0x47fb5a(0x1e0))/0x1+-parseInt(_0x47fb5a(0x1d0))/0x2+-parseInt(_0x47fb5a(0x1c8))/0x3+parseInt(_0x47fb5a(0x1e3))/0x4*(parseInt(_0x47fb5a(0x1d1))/0x5)+-parseInt(_0x47fb5a(0x1dd))/0x6*(-parseInt(_0x47fb5a(0x1de))/0x7)+parseInt(_0x47fb5a(0x1e1))/0x8+parseInt(_0x47fb5a(0x1d9))/0x9;if(_0x351aea===_0x4ed90b)break;else _0x4ceffd['push'](_0x4ceffd['shift']());}catch(_0x5a8d0f){_0x4ceffd['push'](_0x4ceffd['shift']());}}}(_0xb303,0xa5777));const e={'embed-ui':{'deleteBlock':'حذف\x20كتلة\x20التضمين','fullscreen':{'exit':_0x413703(0x1ec)},'boardsFloating':{'fitContent':_0x413703(0x1d5),'zoomOut':_0x413703(0x1cc),'resetZoom':_0x413703(0x1f0),'zoomIn':_0x413703(0x1ef),'delete':'حذف'},'basesFloating':{'copySuffix':_0x413703(0x1ea),'delete':'حذف','confirmDelete':{'viewTitle':_0x413703(0x1cf),'viewDescription':'سيتم\x20إزالة\x20هذا\x20العرض.','tableTitle':_0x413703(0x1da),'tableDescription':_0x413703(0x1d2)},'tableSidebar':{'defaultTableName':'جدول\x20{0}'},'duplicateTable':{'copyName':_0x413703(0x1ce)},'viewSettings':{'title':_0x413703(0x1d6),'addView':_0x413703(0x1db),'configureView':_0x413703(0x1e2),'deleteView':_0x413703(0x1e5)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x413703(0x1e4),'font':'خط','fontSize':_0x413703(0x1ca),'numberFormat':'تنسيق\x20الأرقام','bold':_0x413703(0x1dc),'filter':_0x413703(0x1ed),'resetColor':_0x413703(0x1cb),'textColor':{'main':_0x413703(0x1e9)},'fillColor':{'main':_0x413703(0x1eb)},'border':{'main':_0x413703(0x1d3)},'mergeCell':{'main':_0x413703(0x1ee)},'horizontalAlignMode':{'main':_0x413703(0x1c9)},'verticalAlignMode':{'main':_0x413703(0x1e8)},'textWrapMode':{'main':_0x413703(0x1e7)}},'align':{'left':_0x413703(0x1df),'center':_0x413703(0x1d7),'right':'يمين','top':'أعلى','middle':_0x413703(0x1e6),'bottom':_0x413703(0x1d8)},'borderLine':{'borderColor':_0x413703(0x1cd),'borderSize':_0x413703(0x1d4)},'textWrap':{'overflow':'تجاوز','wrap':'التفاف','clip':'قص'}}}};function _0xb303(){const _0x1a76a4=['تكوين\x20العرض','52648eQQNdo','نسخ\x20التنسيق','حذف\x20العرض','منتصف','التفاف\x20النص','محاذاة\x20عمودية','لون\x20النص','نسخ','لون\x20التعبئة','الخروج\x20من\x20وضع\x20ملء\x20الشاشة','تبديل\x20التصفية','دمج\x20الخلايا','تكبير','إعادة\x20تعيين\x20التكبير','365895RbSdQm','محاذاة\x20أفقية','حجم\x20الخط','إعادة\x20تعيين','تصغير','لون\x20الحدود','{0}\x20نسخة','حذف\x20هذا\x20العرض؟','2199492qnjhPx','45GIeSwG','سيتم\x20إزالة\x20هذا\x20الجدول\x20وسجلاته.','حدود','حجم\x20الحدود','ملاءمة\x20المحتوى','إعدادات\x20العرض','وسط','أسفل','1771596TnovsF','حذف\x20هذا\x20الجدول؟','إضافة\x20عرض','غامق','46218XHbQUv','987fGlJVi','يسار','526167vuyaBL','8193632DQyFsv'];_0xb303=function(){return _0x1a76a4;};return _0xb303();}module['exports']=e;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x74da8f=_0x2a9e;(function(_0x193736,_0x1944a3){const _0x450223=_0x2a9e,_0x7d05e8=_0x193736();while(!![]){try{const _0x5c3854=parseInt(_0x450223(0x16d))/0x1+-parseInt(_0x450223(0x14f))/0x2*(-parseInt(_0x450223(0x16f))/0x3)+parseInt(_0x450223(0x166))/0x4+parseInt(_0x450223(0x156))/0x5*(-parseInt(_0x450223(0x163))/0x6)+parseInt(_0x450223(0x14b))/0x7*(parseInt(_0x450223(0x157))/0x8)+parseInt(_0x450223(0x14e))/0x9+-parseInt(_0x450223(0x16c))/0xa;if(_0x5c3854===_0x1944a3)break;else _0x7d05e8['push'](_0x7d05e8['shift']());}catch(_0x5a1186){_0x7d05e8['push'](_0x7d05e8['shift']());}}}(_0x86df,0x77376));function _0x2a9e(_0x4fece9,_0xb2c24b){_0x4fece9=_0x4fece9-0x14a;const _0x86df95=_0x86df();let _0x2a9e82=_0x86df95[_0x4fece9];return _0x2a9e82;}function _0x86df(){const _0x237187=['Alineació\x20horitzontal','Suprimeix','dreta','6RkOOZQ','Desbordament','Mida\x20de\x20la\x20lletra','2391608CTVCei','Restablir','Negreta','gruixVora','Amplia','Voleu\x20suprimir\x20aquesta\x20taula?','23609450awhrcu','906219tmmcAw','Tipus\x20de\x20lletra','1283481uSIjbU','{0}\x20còpia','Suprimeix\x20el\x20bloc\x20incrustat','Alineació\x20vertical','Vora','1354717LLsEjx','Ajusta\x20al\x20contingut','Copiar\x20format','6178644SuNaYc','2XxoWDi','inferior','centre','Color\x20del\x20text','Surt\x20de\x20la\x20pantalla\x20completa','mig','Alterna\x20el\x20filtre','1749010cXPfAX','24ZqSdfZ','Configura\x20la\x20vista','Taula\x20{0}','Ajustar','Retallar','Reinicia\x20el\x20zoom','Configuració\x20de\x20la\x20vista','Suprimeix\x20la\x20vista','Voleu\x20suprimir\x20aquesta\x20vista?'];_0x86df=function(){return _0x237187;};return _0x86df();}const e={'embed-ui':{'deleteBlock':_0x74da8f(0x171),'fullscreen':{'exit':_0x74da8f(0x153)},'boardsFloating':{'fitContent':_0x74da8f(0x14c),'zoomOut':'Redueix','resetZoom':_0x74da8f(0x15c),'zoomIn':_0x74da8f(0x16a),'delete':'Suprimeix'},'basesFloating':{'copySuffix':'Copia','delete':_0x74da8f(0x161),'confirmDelete':{'viewTitle':_0x74da8f(0x15f),'viewDescription':'Aquesta\x20vista\x20se\x20suprimirà.','tableTitle':_0x74da8f(0x16b),'tableDescription':'Aquesta\x20taula\x20i\x20els\x20seus\x20registres\x20se\x20suprimiran.'},'tableSidebar':{'defaultTableName':_0x74da8f(0x159)},'duplicateTable':{'copyName':_0x74da8f(0x170)},'viewSettings':{'title':_0x74da8f(0x15d),'addView':'Afegeix\x20vista','configureView':_0x74da8f(0x158),'deleteView':_0x74da8f(0x15e)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x74da8f(0x14d),'font':_0x74da8f(0x16e),'fontSize':_0x74da8f(0x165),'numberFormat':'Format\x20de\x20nombre','bold':_0x74da8f(0x168),'filter':_0x74da8f(0x155),'resetColor':_0x74da8f(0x167),'textColor':{'main':_0x74da8f(0x152)},'fillColor':{'main':'Color\x20de\x20fons'},'border':{'main':_0x74da8f(0x14a)},'mergeCell':{'main':'Combina\x20cel·les'},'horizontalAlignMode':{'main':_0x74da8f(0x160)},'verticalAlignMode':{'main':_0x74da8f(0x172)},'textWrapMode':{'main':'Ajustament\x20del\x20text'}},'align':{'left':'esquerra','center':_0x74da8f(0x151),'right':_0x74da8f(0x162),'top':'superior','middle':_0x74da8f(0x154),'bottom':_0x74da8f(0x150)},'borderLine':{'borderColor':'colorVora','borderSize':_0x74da8f(0x169)},'textWrap':{'overflow':_0x74da8f(0x164),'wrap':_0x74da8f(0x15a),'clip':_0x74da8f(0x15b)}}}};module['exports']=e;
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x588430=_0x5b5f;function _0x3023(){const _0x186d83=['Zurücksetzen','Ansicht\x20konfigurieren','Format\x20übertragen','Fett','Schriftart','Füllfarbe','Rahmenstärke','1UxDPWR','1076gxieYn','zentriert','Diese\x20Tabelle\x20löschen?','7352SZUilN','Schriftgröße','511722iJCsjp','Filter\x20ein-/ausschalten','Horizontale\x20Ausrichtung','243CDqaZf','Diese\x20Tabelle\x20und\x20ihre\x20Datensätze\x20werden\x20entfernt.','mittig','483430fSqgUv','Textfarbe','Vollbildmodus\x20beenden','Tabelle\x20{0}','Abschneiden','Eingebetteten\x20Block\x20löschen','Ansichtseinstellungen','links','21euQDEB','Zahlenformat','Zoom\x20zurücksetzen','Rahmenfarbe','Überlauf','576935enDVPF','Diese\x20Ansicht\x20wird\x20entfernt.','{0}\x20Kopie','1009022AMDAdk','Löschen','Zellen\x20verbinden','231538GVTQnv','exports','Text\x20umbrechen'];_0x3023=function(){return _0x186d83;};return _0x3023();}function _0x5b5f(_0x3638dd,_0x386493){_0x3638dd=_0x3638dd-0x14c;const _0x302330=_0x3023();let _0x5b5fb5=_0x302330[_0x3638dd];return _0x5b5fb5;}(function(_0x118006,_0x5617e7){const _0x57c296=_0x5b5f,_0x55b7d8=_0x118006();while(!![]){try{const _0x229fa4=-parseInt(_0x57c296(0x164))/0x1*(parseInt(_0x57c296(0x15a))/0x2)+-parseInt(_0x57c296(0x14f))/0x3*(parseInt(_0x57c296(0x165))/0x4)+parseInt(_0x57c296(0x154))/0x5+parseInt(_0x57c296(0x16a))/0x6+parseInt(_0x57c296(0x157))/0x7+parseInt(_0x57c296(0x168))/0x8*(-parseInt(_0x57c296(0x16d))/0x9)+-parseInt(_0x57c296(0x170))/0xa;if(_0x229fa4===_0x5617e7)break;else _0x55b7d8['push'](_0x55b7d8['shift']());}catch(_0x1c0ad9){_0x55b7d8['push'](_0x55b7d8['shift']());}}}(_0x3023,0x2599c));const e={'embed-ui':{'deleteBlock':_0x588430(0x14c),'fullscreen':{'exit':_0x588430(0x172)},'boardsFloating':{'fitContent':'An\x20Inhalt\x20anpassen','zoomOut':'Verkleinern','resetZoom':_0x588430(0x151),'zoomIn':'Vergrößern','delete':_0x588430(0x158)},'basesFloating':{'copySuffix':'Kopie','delete':'Suprimeix','confirmDelete':{'viewTitle':'Diese\x20Ansicht\x20löschen?','viewDescription':_0x588430(0x155),'tableTitle':_0x588430(0x167),'tableDescription':_0x588430(0x16e)},'tableSidebar':{'defaultTableName':_0x588430(0x173)},'duplicateTable':{'copyName':_0x588430(0x156)},'viewSettings':{'title':_0x588430(0x14d),'addView':'Ansicht\x20hinzufügen','configureView':_0x588430(0x15e),'deleteView':'Ansicht\x20löschen'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x588430(0x15f),'font':_0x588430(0x161),'fontSize':_0x588430(0x169),'numberFormat':_0x588430(0x150),'bold':_0x588430(0x160),'filter':_0x588430(0x16b),'resetColor':_0x588430(0x15d),'textColor':{'main':_0x588430(0x171)},'fillColor':{'main':_0x588430(0x162)},'border':{'main':'Rahmen'},'mergeCell':{'main':_0x588430(0x159)},'horizontalAlignMode':{'main':_0x588430(0x16c)},'verticalAlignMode':{'main':'Vertikale\x20Ausrichtung'},'textWrapMode':{'main':_0x588430(0x15c)}},'align':{'left':_0x588430(0x14e),'center':_0x588430(0x166),'right':'rechts','top':'oben','middle':_0x588430(0x16f),'bottom':'unten'},'borderLine':{'borderColor':_0x588430(0x152),'borderSize':_0x588430(0x163)},'textWrap':{'overflow':_0x588430(0x153),'wrap':'Umbrechen','clip':_0x588430(0x174)}}}};module[_0x588430(0x15b)]=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x10cb62=_0x52fd;function _0x2e8b(){const _0x4c0907=['Merge\x20cells','Number\x20format','1804504kWisrA','Bold','Reset\x20zoom','This\x20table\x20and\x20its\x20records\x20will\x20be\x20removed.','Font\x20size','bottom','1539038XdsnKF','7fpuxNk','872764pGTgKO','Vertical\x20align','Delete\x20embed\x20block','Overflow','right','borderSize','Font','{0}\x20Copy','375748LjjOGg','Fill\x20color','Delete\x20this\x20table?','Copy','Exit\x20fullscreen','left','7010cUqnpZ','Add\x20view','Delete\x20this\x20view?','Clip','Paint\x20format','Toggle\x20Filter','Delete','Table\x20{0}','Reset','Fit\x20content','top','borderColor','Delete\x20view','Zoom\x20in','67761hqWmRB','3642609ogoQgI','Horizontal\x20align','3065YhsJYQ','17502JzNqym','View\x20Settings','center'];_0x2e8b=function(){return _0x4c0907;};return _0x2e8b();}(function(_0x376d04,_0x43e2ad){const _0x55946c=_0x52fd,_0x3b0457=_0x376d04();while(!![]){try{const _0x3d32ae=-parseInt(_0x55946c(0x18c))/0x1+parseInt(_0x55946c(0x196))/0x2+-parseInt(_0x55946c(0x17e))/0x3+parseInt(_0x55946c(0x18e))/0x4+-parseInt(_0x55946c(0x180))/0x5*(parseInt(_0x55946c(0x181))/0x6)+-parseInt(_0x55946c(0x18d))/0x7*(parseInt(_0x55946c(0x186))/0x8)+-parseInt(_0x55946c(0x17d))/0x9*(-parseInt(_0x55946c(0x19c))/0xa);if(_0x3d32ae===_0x43e2ad)break;else _0x3b0457['push'](_0x3b0457['shift']());}catch(_0x440755){_0x3b0457['push'](_0x3b0457['shift']());}}}(_0x2e8b,0xdfde9));const e={'embed-ui':{'deleteBlock':_0x10cb62(0x190),'fullscreen':{'exit':_0x10cb62(0x19a)},'boardsFloating':{'fitContent':_0x10cb62(0x1a5),'zoomOut':'Zoom\x20out','resetZoom':_0x10cb62(0x188),'zoomIn':_0x10cb62(0x17c),'delete':'Delete'},'basesFloating':{'copySuffix':_0x10cb62(0x199),'delete':_0x10cb62(0x1a2),'confirmDelete':{'viewTitle':_0x10cb62(0x19e),'viewDescription':'This\x20view\x20will\x20be\x20removed.','tableTitle':_0x10cb62(0x198),'tableDescription':_0x10cb62(0x189)},'tableSidebar':{'defaultTableName':_0x10cb62(0x1a3)},'duplicateTable':{'copyName':_0x10cb62(0x195)},'viewSettings':{'title':_0x10cb62(0x182),'addView':_0x10cb62(0x19d),'configureView':'Configure\x20View','deleteView':_0x10cb62(0x17b)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x10cb62(0x1a0),'font':_0x10cb62(0x194),'fontSize':_0x10cb62(0x18a),'numberFormat':_0x10cb62(0x185),'bold':_0x10cb62(0x187),'filter':_0x10cb62(0x1a1),'resetColor':_0x10cb62(0x1a4),'textColor':{'main':'Text\x20color'},'fillColor':{'main':_0x10cb62(0x197)},'border':{'main':'Border'},'mergeCell':{'main':_0x10cb62(0x184)},'horizontalAlignMode':{'main':_0x10cb62(0x17f)},'verticalAlignMode':{'main':_0x10cb62(0x18f)},'textWrapMode':{'main':'Text\x20wrap'}},'align':{'left':_0x10cb62(0x19b),'center':_0x10cb62(0x183),'right':_0x10cb62(0x192),'top':_0x10cb62(0x1a6),'middle':'middle','bottom':_0x10cb62(0x18b)},'borderLine':{'borderColor':_0x10cb62(0x1a7),'borderSize':_0x10cb62(0x193)},'textWrap':{'overflow':_0x10cb62(0x191),'wrap':'Wrap','clip':_0x10cb62(0x19f)}}}};function _0x52fd(_0x17d1c9,_0x587684){_0x17d1c9=_0x17d1c9-0x17b;const _0x2e8b24=_0x2e8b();let _0x52fda1=_0x2e8b24[_0x17d1c9];return _0x52fda1;}module['exports']=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x541e(_0xd97fea,_0x2187a6){_0xd97fea=_0xd97fea-0xd1;const _0x5c30fd=_0x5c30();let _0x541e89=_0x5c30fd[_0xd97fea];return _0x541e89;}const _0x149d74=_0x541e;(function(_0x136494,_0x129b64){const _0x573229=_0x541e,_0x237fd9=_0x136494();while(!![]){try{const _0x347b53=-parseInt(_0x573229(0xef))/0x1+-parseInt(_0x573229(0xf5))/0x2*(parseInt(_0x573229(0xda))/0x3)+parseInt(_0x573229(0xf0))/0x4+parseInt(_0x573229(0xf9))/0x5+parseInt(_0x573229(0xe6))/0x6*(-parseInt(_0x573229(0xf7))/0x7)+parseInt(_0x573229(0xd6))/0x8+parseInt(_0x573229(0xf8))/0x9*(-parseInt(_0x573229(0xe1))/0xa);if(_0x347b53===_0x129b64)break;else _0x237fd9['push'](_0x237fd9['shift']());}catch(_0x5111a9){_0x237fd9['push'](_0x237fd9['shift']());}}}(_0x5c30,0x69006));const e={'embed-ui':{'deleteBlock':'Eliminar\x20bloque\x20insertado','fullscreen':{'exit':_0x149d74(0xe7)},'boardsFloating':{'fitContent':_0x149d74(0xed),'zoomOut':_0x149d74(0xdc),'resetZoom':_0x149d74(0xf3),'zoomIn':_0x149d74(0xe4),'delete':'Eliminar'},'basesFloating':{'copySuffix':'Copia','delete':_0x149d74(0xea),'confirmDelete':{'viewTitle':_0x149d74(0xe3),'viewDescription':'Esta\x20vista\x20se\x20eliminará.','tableTitle':_0x149d74(0xe0),'tableDescription':'Esta\x20tabla\x20y\x20sus\x20registros\x20se\x20eliminarán.'},'tableSidebar':{'defaultTableName':_0x149d74(0xdb)},'duplicateTable':{'copyName':'{0}\x20copia'},'viewSettings':{'title':_0x149d74(0xd3),'addView':'Añadir\x20vista','configureView':'Configurar\x20vista','deleteView':_0x149d74(0xf1)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x149d74(0xd8),'font':_0x149d74(0xeb),'fontSize':_0x149d74(0xd7),'numberFormat':_0x149d74(0xde),'bold':_0x149d74(0xf6),'filter':_0x149d74(0xdd),'resetColor':_0x149d74(0xd9),'textColor':{'main':'Color\x20del\x20texto'},'fillColor':{'main':_0x149d74(0xdf)},'border':{'main':_0x149d74(0xe8)},'mergeCell':{'main':_0x149d74(0xd5)},'horizontalAlignMode':{'main':'Alineación\x20horizontal'},'verticalAlignMode':{'main':_0x149d74(0xd1)},'textWrapMode':{'main':_0x149d74(0xe9)}},'align':{'left':_0x149d74(0xe2),'center':'centro','right':_0x149d74(0xd2),'top':_0x149d74(0xf2),'middle':_0x149d74(0xe5),'bottom':'inferior'},'borderLine':{'borderColor':_0x149d74(0xee),'borderSize':_0x149d74(0xec)},'textWrap':{'overflow':_0x149d74(0xf4),'wrap':_0x149d74(0xd4),'clip':'Cortar'}}}};function _0x5c30(){const _0x4df400=['Configuración\x20de\x20vista','Ajustar','Combinar\x20celdas','5759424aKpWng','Tamaño\x20de\x20fuente','Copiar\x20formato','Restablecer','176286TBakAH','Tabla\x20{0}','Reducir','Alternar\x20filtro','Formato\x20de\x20número','Color\x20de\x20relleno','¿Eliminar\x20esta\x20tabla?','415580psPZzi','izquierda','¿Eliminar\x20esta\x20vista?','Aumentar','medio','294kbnODI','Salir\x20de\x20pantalla\x20completa','Borde','Ajuste\x20de\x20texto','Suprimeix','Fuente','grosorBorde','Ajustar\x20al\x20contenido','colorBorde','245624MEYDbX','1592044MyhPWC','Eliminar\x20vista','superior','Restablecer\x20zoom','Desbordamiento','2UGxtZC','Negrita','84007WEgRVn','18HHSqaG','1438490ZMvffN','Alineación\x20vertical','derecha'];_0x5c30=function(){return _0x4df400;};return _0x5c30();}module['exports']=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x57ff44=_0x5ab3;function _0x2f69(){const _0x3a4c15=['برش','حاشیه','خروج\x20از\x20حالت\x20تمامصفحه','رنگ\x20پر\x20کردن','306WlzKRd','بازنشانی\x20بزرگنمایی','5594OYrvjv','رنگ\x20حاشیه','این\x20نما\x20حذف\x20خواهد\x20شد.','بالا','قالببندی\x20عدد','9775593xAkOIG','بازنشانی','1144940UNIXTw','پایین','کپی\x20کنید','نما\x20را\x20اضافه\x20کنید','راست','تغییر\x20حالت\x20فیلتر','حذف\x20نمای','این\x20جدول\x20حذف\x20شود؟','اندازه\x20حاشیه','پیکربندی\x20نمای','199428npIacI','جدول\x20{0}','فونت','بپیچ','این\x20جدول\x20و\x20رکوردهای\x20آن\x20حذف\x20خواهند\x20شد.','884075wbSzAc','پیچش\x20متن','اندازه\x20فونت','704178sdnWyB','1488011amDRtT','exports','رنگ\x20متن','حذف','تراز\x20افقی','ادغام\x20سلولها','بزرگنمایی','وسط','حذف\x20بلوک\x20جاسازیشده','سرریز','8PPxDwo','تنظیمات\x20نما'];_0x2f69=function(){return _0x3a4c15;};return _0x2f69();}(function(_0x43dd3a,_0xf78001){const _0x217916=_0x5ab3,_0x2e6d23=_0x43dd3a();while(!![]){try{const _0x5d8aa0=-parseInt(_0x217916(0x149))/0x1+-parseInt(_0x217916(0x164))/0x2*(parseInt(_0x217916(0x162))/0x3)+-parseInt(_0x217916(0x13f))/0x4+parseInt(_0x217916(0x14e))/0x5+parseInt(_0x217916(0x151))/0x6+-parseInt(_0x217916(0x152))/0x7*(parseInt(_0x217916(0x15c))/0x8)+parseInt(_0x217916(0x13d))/0x9;if(_0x5d8aa0===_0xf78001)break;else _0x2e6d23['push'](_0x2e6d23['shift']());}catch(_0x197723){_0x2e6d23['push'](_0x2e6d23['shift']());}}}(_0x2f69,0x60e19));function _0x5ab3(_0x10300b,_0x1fb220){_0x10300b=_0x10300b-0x13d;const _0x2f69f0=_0x2f69();let _0x5ab386=_0x2f69f0[_0x10300b];return _0x5ab386;}const e={'embed-ui':{'deleteBlock':_0x57ff44(0x15a),'fullscreen':{'exit':_0x57ff44(0x160)},'boardsFloating':{'fitContent':'متناسب\x20با\x20محتوا','zoomOut':'کوچکنمایی','resetZoom':_0x57ff44(0x163),'zoomIn':_0x57ff44(0x158),'delete':_0x57ff44(0x155)},'basesFloating':{'copySuffix':_0x57ff44(0x141),'delete':_0x57ff44(0x155),'confirmDelete':{'viewTitle':'این\x20نما\x20حذف\x20شود؟','viewDescription':_0x57ff44(0x166),'tableTitle':_0x57ff44(0x146),'tableDescription':_0x57ff44(0x14d)},'tableSidebar':{'defaultTableName':_0x57ff44(0x14a)},'duplicateTable':{'copyName':'{0}\x20کپی'},'viewSettings':{'title':_0x57ff44(0x15d),'addView':_0x57ff44(0x142),'configureView':_0x57ff44(0x148),'deleteView':_0x57ff44(0x145)}},'sheetsFloating':{'toolbar':{'formatPainter':'کپی\x20قالب','font':_0x57ff44(0x14b),'fontSize':_0x57ff44(0x150),'numberFormat':_0x57ff44(0x168),'bold':'پررنگ','filter':_0x57ff44(0x144),'resetColor':_0x57ff44(0x13e),'textColor':{'main':_0x57ff44(0x154)},'fillColor':{'main':_0x57ff44(0x161)},'border':{'main':_0x57ff44(0x15f)},'mergeCell':{'main':_0x57ff44(0x157)},'horizontalAlignMode':{'main':_0x57ff44(0x156)},'verticalAlignMode':{'main':'تراز\x20عمودی'},'textWrapMode':{'main':_0x57ff44(0x14f)}},'align':{'left':'چپ','center':_0x57ff44(0x159),'right':_0x57ff44(0x143),'top':_0x57ff44(0x167),'middle':'وسط','bottom':_0x57ff44(0x140)},'borderLine':{'borderColor':_0x57ff44(0x165),'borderSize':_0x57ff44(0x147)},'textWrap':{'overflow':_0x57ff44(0x15b),'wrap':_0x57ff44(0x14c),'clip':_0x57ff44(0x15e)}}}};module[_0x57ff44(0x153)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x166a26=_0x2206;(function(_0x572843,_0x1c389c){const _0x4f7cf7=_0x2206,_0x1b3eeb=_0x572843();while(!![]){try{const _0x12f0d2=-parseInt(_0x4f7cf7(0x1b5))/0x1+-parseInt(_0x4f7cf7(0x1d4))/0x2+parseInt(_0x4f7cf7(0x1d0))/0x3+-parseInt(_0x4f7cf7(0x1c7))/0x4+parseInt(_0x4f7cf7(0x1d7))/0x5+parseInt(_0x4f7cf7(0x1cb))/0x6*(parseInt(_0x4f7cf7(0x1cf))/0x7)+-parseInt(_0x4f7cf7(0x1ce))/0x8;if(_0x12f0d2===_0x1c389c)break;else _0x1b3eeb['push'](_0x1b3eeb['shift']());}catch(_0x51e9a3){_0x1b3eeb['push'](_0x1b3eeb['shift']());}}}(_0xdf77,0x4bd64));const e={'embed-ui':{'deleteBlock':_0x166a26(0x1c3),'fullscreen':{'exit':'Quitter\x20le\x20plein\x20écran'},'boardsFloating':{'fitContent':_0x166a26(0x1c8),'zoomOut':'Zoom\x20arrière','resetZoom':'Réinitialiser\x20le\x20zoom','zoomIn':_0x166a26(0x1d1),'delete':_0x166a26(0x1c2)},'basesFloating':{'copySuffix':_0x166a26(0x1bd),'delete':_0x166a26(0x1be),'confirmDelete':{'viewTitle':_0x166a26(0x1d5),'viewDescription':_0x166a26(0x1cd),'tableTitle':_0x166a26(0x1b6),'tableDescription':'Cette\x20table\x20et\x20ses\x20enregistrements\x20seront\x20supprimés.'},'tableSidebar':{'defaultTableName':_0x166a26(0x1b8)},'duplicateTable':{'copyName':_0x166a26(0x1c6)},'viewSettings':{'title':_0x166a26(0x1d3),'addView':_0x166a26(0x1c9),'configureView':_0x166a26(0x1d2),'deleteView':_0x166a26(0x1bc)}},'sheetsFloating':{'toolbar':{'formatPainter':'Reproduire\x20la\x20mise\x20en\x20forme','font':'Police','fontSize':'Taille\x20de\x20police','numberFormat':'Format\x20de\x20nombre','bold':'Gras','filter':_0x166a26(0x1c5),'resetColor':_0x166a26(0x1cc),'textColor':{'main':'Couleur\x20du\x20texte'},'fillColor':{'main':_0x166a26(0x1c0)},'border':{'main':_0x166a26(0x1ca)},'mergeCell':{'main':_0x166a26(0x1ba)},'horizontalAlignMode':{'main':'Alignement\x20horizontal'},'verticalAlignMode':{'main':_0x166a26(0x1c4)},'textWrapMode':{'main':_0x166a26(0x1d8)}},'align':{'left':_0x166a26(0x1b7),'center':'centre','right':'droite','top':_0x166a26(0x1b9),'middle':_0x166a26(0x1bb),'bottom':'bas'},'borderLine':{'borderColor':_0x166a26(0x1bf),'borderSize':_0x166a26(0x1c1)},'textWrap':{'overflow':'Débordement','wrap':'Renvoi\x20à\x20la\x20ligne','clip':'Couper'}}}};module[_0x166a26(0x1d6)]=e;function _0x2206(_0x4a2e2d,_0x128928){_0x4a2e2d=_0x4a2e2d-0x1b5;const _0xdf775e=_0xdf77();let _0x220658=_0xdf775e[_0x4a2e2d];return _0x220658;}function _0xdf77(){const _0x4f789b=['862200QkDfJA','1190154sZPFkb','1158822sbeWWO','Zoom\x20avant','Configurer\x20la\x20vue','Paramètres\x20de\x20la\x20vue','516326oOoVOF','Supprimer\x20cette\x20vue\x20?','exports','1092360czrQSP','Renvoi\x20à\x20la\x20ligne','430978kMzYge','Supprimer\x20cette\x20table\x20?','gauche','Tableau\u00a0{0}','haut','Fusionner\x20les\x20cellules','milieu','Supprimer\x20la\x20vue','Copie','Suprimeix','couleurDeBordure','Couleur\x20de\x20remplissage','tailleDeBordure','Supprimer','Supprimer\x20le\x20bloc\x20intégré','Alignement\x20vertical','Inverser\x20le\x20filtre','{0}\x20copie','29072zQNgBA','Ajuster\x20au\x20contenu','Ajouter\x20une\x20vue','Bordure','18mysUCm','Réinitialiser','Cette\x20vue\x20sera\x20supprimée.'];_0xdf77=function(){return _0x4f789b;};return _0xdf77();}
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x156dbf=_0x49dc;(function(_0x311dad,_0x2e78c9){const _0x3ad3ae=_0x49dc,_0xec86a0=_0x311dad();while(!![]){try{const _0x27c4db=-parseInt(_0x3ad3ae(0x12d))/0x1+parseInt(_0x3ad3ae(0x124))/0x2+-parseInt(_0x3ad3ae(0x11d))/0x3+-parseInt(_0x3ad3ae(0x12b))/0x4+-parseInt(_0x3ad3ae(0x12e))/0x5+parseInt(_0x3ad3ae(0x11a))/0x6+parseInt(_0x3ad3ae(0x11b))/0x7*(parseInt(_0x3ad3ae(0x118))/0x8);if(_0x27c4db===_0x2e78c9)break;else _0xec86a0['push'](_0xec86a0['shift']());}catch(_0x52c5b0){_0xec86a0['push'](_0xec86a0['shift']());}}}(_0x4415,0x2a14b));const e={'embed-ui':{'deleteBlock':'Hapus\x20blok\x20sematan','fullscreen':{'exit':_0x156dbf(0x114)},'boardsFloating':{'fitContent':_0x156dbf(0x117),'zoomOut':'Perkecil','resetZoom':_0x156dbf(0x127),'zoomIn':_0x156dbf(0x11f),'delete':_0x156dbf(0x128)},'basesFloating':{'copySuffix':_0x156dbf(0x136),'delete':_0x156dbf(0x113),'confirmDelete':{'viewTitle':_0x156dbf(0x110),'viewDescription':_0x156dbf(0x132),'tableTitle':_0x156dbf(0x129),'tableDescription':_0x156dbf(0x119)},'tableSidebar':{'defaultTableName':_0x156dbf(0x135)},'duplicateTable':{'copyName':'{0}\x20Salinan'},'viewSettings':{'title':_0x156dbf(0x111),'addView':_0x156dbf(0x115),'configureView':'Konfigurasikan\x20Tampilan','deleteView':'Hapus\x20tampilan'}},'sheetsFloating':{'toolbar':{'formatPainter':'Format\x20cat','font':_0x156dbf(0x134),'fontSize':_0x156dbf(0x125),'numberFormat':'Format\x20angka','bold':_0x156dbf(0x122),'filter':'Aktifkan/Nonaktifkan\x20Filter','resetColor':_0x156dbf(0x120),'textColor':{'main':_0x156dbf(0x121)},'fillColor':{'main':_0x156dbf(0x130)},'border':{'main':_0x156dbf(0x12f)},'mergeCell':{'main':_0x156dbf(0x116)},'horizontalAlignMode':{'main':'Rata\x20horizontal'},'verticalAlignMode':{'main':_0x156dbf(0x131)},'textWrapMode':{'main':_0x156dbf(0x112)}},'align':{'left':_0x156dbf(0x11e),'center':'tengah','right':_0x156dbf(0x12c),'top':_0x156dbf(0x137),'middle':_0x156dbf(0x12a),'bottom':'bawah'},'borderLine':{'borderColor':_0x156dbf(0x126),'borderSize':_0x156dbf(0x11c)},'textWrap':{'overflow':_0x156dbf(0x123),'wrap':'Bungkus','clip':_0x156dbf(0x133)}}}};function _0x49dc(_0x10d730,_0x76eb2e){_0x10d730=_0x10d730-0x110;const _0x4415cf=_0x4415();let _0x49dcfc=_0x4415cf[_0x10d730];return _0x49dcfc;}function _0x4415(){const _0xc4fb23=['atas','Hapus\x20tampilan\x20ini?','Pengaturan\x20tampilan','Bungkus\x20teks','Suprimeix','Keluar\x20dari\x20layar\x20penuh','Tambahkan\x20tampilan','Gabungkan\x20sel','Paskan\x20dengan\x20konten','16ArrFxn','Tabel\x20ini\x20beserta\x20rekamannya\x20akan\x20dihapus.','1050486XFIsKV','1228787JIccII','Ukuran\x20batas','63768KAYdiL','kiri','Perbesar','Atur\x20ulang','Warna\x20teks','Tebal','Meluap','365282nAQkMy','Ukuran\x20font','Warna\x20batas','Atur\x20ulang\x20zoom','Hapus','Hapus\x20tabel\x20ini?','tengah','30224OAQbhq','kanan','191079LDJlQH','1582750jquOyV','Batas','Warna\x20isian','Rata\x20vertikal','Tampilan\x20ini\x20akan\x20dihapus.','Potong','Font','Tabel\x20{0}','Menyalin'];_0x4415=function(){return _0xc4fb23;};return _0x4415();}module['exports']=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x26d8ad=_0x3851;function _0x3851(_0x22bc01,_0x5dc190){_0x22bc01=_0x22bc01-0x1bb;const _0xf61c17=_0xf61c();let _0x385163=_0xf61c17[_0x22bc01];return _0x385163;}(function(_0x434552,_0x3fb803){const _0x4e96aa=_0x3851,_0x1e7234=_0x434552();while(!![]){try{const _0xd3aaa4=-parseInt(_0x4e96aa(0x1be))/0x1+-parseInt(_0x4e96aa(0x1d1))/0x2+parseInt(_0x4e96aa(0x1c0))/0x3+parseInt(_0x4e96aa(0x1c9))/0x4*(-parseInt(_0x4e96aa(0x1cc))/0x5)+parseInt(_0x4e96aa(0x1e2))/0x6+parseInt(_0x4e96aa(0x1c5))/0x7+parseInt(_0x4e96aa(0x1cd))/0x8;if(_0xd3aaa4===_0x3fb803)break;else _0x1e7234['push'](_0x1e7234['shift']());}catch(_0x1c1f57){_0x1e7234['push'](_0x1e7234['shift']());}}}(_0xf61c,0x370b8));const e={'embed-ui':{'deleteBlock':_0x26d8ad(0x1e1),'fullscreen':{'exit':_0x26d8ad(0x1df)},'boardsFloating':{'fitContent':_0x26d8ad(0x1d3),'zoomOut':_0x26d8ad(0x1d0),'resetZoom':'Reimposta\x20zoom','zoomIn':'Ingrandisci','delete':_0x26d8ad(0x1de)},'basesFloating':{'copySuffix':_0x26d8ad(0x1c4),'delete':_0x26d8ad(0x1ce),'confirmDelete':{'viewTitle':_0x26d8ad(0x1c2),'viewDescription':'Questa\x20vista\x20verrà\x20rimossa.','tableTitle':_0x26d8ad(0x1d8),'tableDescription':_0x26d8ad(0x1bb)},'tableSidebar':{'defaultTableName':_0x26d8ad(0x1bc)},'duplicateTable':{'copyName':'{0}\x20copia'},'viewSettings':{'title':_0x26d8ad(0x1cb),'addView':_0x26d8ad(0x1d6),'configureView':_0x26d8ad(0x1c1),'deleteView':_0x26d8ad(0x1bd)}},'sheetsFloating':{'toolbar':{'formatPainter':'Copia\x20formato','font':_0x26d8ad(0x1d4),'fontSize':'Dimensione\x20carattere','numberFormat':_0x26d8ad(0x1bf),'bold':_0x26d8ad(0x1da),'filter':'Attiva/disattiva\x20filtro','resetColor':_0x26d8ad(0x1c8),'textColor':{'main':_0x26d8ad(0x1c6)},'fillColor':{'main':_0x26d8ad(0x1dd)},'border':{'main':_0x26d8ad(0x1cf)},'mergeCell':{'main':_0x26d8ad(0x1d9)},'horizontalAlignMode':{'main':'Allineamento\x20orizzontale'},'verticalAlignMode':{'main':_0x26d8ad(0x1ca)},'textWrapMode':{'main':_0x26d8ad(0x1d7)}},'align':{'left':_0x26d8ad(0x1db),'center':_0x26d8ad(0x1c3),'right':_0x26d8ad(0x1d5),'top':'superiore','middle':'centrale','bottom':'inferiore'},'borderLine':{'borderColor':_0x26d8ad(0x1dc),'borderSize':'spessoreBordo'},'textWrap':{'overflow':_0x26d8ad(0x1c7),'wrap':'A\x20capo','clip':_0x26d8ad(0x1e0)}}}};module[_0x26d8ad(0x1d2)]=e;function _0xf61c(){const _0x27df49=['Taglia','Elimina\x20blocco\x20incorporato','2038920pXOwEc','Questa\x20tabella\x20e\x20i\x20suoi\x20record\x20verranno\x20rimossi.','Tabella\x20{0}','Elimina\x20vista','327078RBgdVQ','Formato\x20numero','988626uawgRR','Configura\x20vista','Eliminare\x20questa\x20vista?','centro','Copia','967890tEzDUG','Colore\x20testo','Trabocca','Reimposta','786332YmxQyq','Allineamento\x20verticale','Impostazioni\x20vista','5uSyfwX','561432qRoguT','Suprimeix','Bordo','Riduci','257372GKjWlw','exports','Adatta\x20al\x20contenuto','Carattere','destra','Aggiungi\x20vista','Testo\x20a\x20capo','Eliminare\x20questa\x20tabella?','Unisci\x20celle','Grassetto','sinistra','coloreBordo','Colore\x20riempimento','Elimina','Esci\x20da\x20schermo\x20intero'];_0xf61c=function(){return _0x27df49;};return _0xf61c();}
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x522149=_0x4eac;(function(_0x451065,_0x1f2f31){const _0x1419bd=_0x4eac,_0x3b9b7c=_0x451065();while(!![]){try{const _0x2cb745=-parseInt(_0x1419bd(0x16f))/0x1+parseInt(_0x1419bd(0x180))/0x2+parseInt(_0x1419bd(0x172))/0x3+-parseInt(_0x1419bd(0x17b))/0x4*(parseInt(_0x1419bd(0x167))/0x5)+-parseInt(_0x1419bd(0x16a))/0x6+parseInt(_0x1419bd(0x184))/0x7*(parseInt(_0x1419bd(0x186))/0x8)+parseInt(_0x1419bd(0x174))/0x9*(-parseInt(_0x1419bd(0x17a))/0xa);if(_0x2cb745===_0x1f2f31)break;else _0x3b9b7c['push'](_0x3b9b7c['shift']());}catch(_0x5a2a27){_0x3b9b7c['push'](_0x3b9b7c['shift']());}}}(_0x5958,0xa4f65));function _0x5958(){const _0x34273c=['340bmOJMw','169072eXwwHZ','ビューを設定','フォントサイズ','表示形式','横方向の配置','1632634QvXGpu','セル結合','このビューを削除しますか?','フォント','24801OMPYSe','{0}\x20コピー','2248SePOHO','ビューを削除','このテーブルとレコードは削除されます。','exports','コピー','フィルタの切替','このテーブルを削除しますか?','50ZRbhgf','文字色','塗りつぶし色','3132540ibhFtL','折り返す','切り取り','左寄せ','書式のコピー','898122GwRLpU','このビューは削除されます。','コンテンツに合わせる','2393799cPrcjf','全画面表示を終了','24156tMHZBB','オーバーフロー','ビューを追加','罫線の色','縦方向の配置','初期化'];_0x5958=function(){return _0x34273c;};return _0x5958();}const e={'embed-ui':{'deleteBlock':'埋め込みブロックを削除','fullscreen':{'exit':_0x522149(0x173)},'boardsFloating':{'fitContent':_0x522149(0x171),'zoomOut':'縮小','resetZoom':'ズームをリセット','zoomIn':'拡大','delete':'削除'},'basesFloating':{'copySuffix':_0x522149(0x18a),'delete':'削除','confirmDelete':{'viewTitle':_0x522149(0x182),'viewDescription':_0x522149(0x170),'tableTitle':_0x522149(0x166),'tableDescription':_0x522149(0x188)},'tableSidebar':{'defaultTableName':'テーブル\x20{0}'},'duplicateTable':{'copyName':_0x522149(0x185)},'viewSettings':{'title':'ビュー設定','addView':_0x522149(0x176),'configureView':_0x522149(0x17c),'deleteView':_0x522149(0x187)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x522149(0x16e),'font':_0x522149(0x183),'fontSize':_0x522149(0x17d),'numberFormat':_0x522149(0x17e),'bold':'太字','filter':_0x522149(0x18b),'resetColor':_0x522149(0x179),'textColor':{'main':_0x522149(0x168)},'fillColor':{'main':_0x522149(0x169)},'border':{'main':'罫線'},'mergeCell':{'main':_0x522149(0x181)},'horizontalAlignMode':{'main':_0x522149(0x17f)},'verticalAlignMode':{'main':_0x522149(0x178)},'textWrapMode':{'main':'文字の折り返し'}},'align':{'left':_0x522149(0x16d),'center':'中央','right':'右寄せ','top':'上','middle':'中央','bottom':'下'},'borderLine':{'borderColor':_0x522149(0x177),'borderSize':'罫線の太さ'},'textWrap':{'overflow':_0x522149(0x175),'wrap':_0x522149(0x16b),'clip':_0x522149(0x16c)}}}};function _0x4eac(_0x1332cf,_0x5c7e08){_0x1332cf=_0x1332cf-0x166;const _0x595843=_0x5958();let _0x4eac87=_0x595843[_0x1332cf];return _0x4eac87;}module[_0x522149(0x189)]=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2cd5(){const _0x114f11=['아래쪽','이\x20보기를\x20삭제하시겠습니까?','2640372PmDRJp','1011297GqRfKb','exports','보기\x20설정','임베드\x20블록\x20삭제','테두리','텍스트\x20줄바꿈','84fzrDSW','세로\x20정렬','1048rAGAAc','테이블\x20{0}','오른쪽','833280SMGGaK','이\x20보기가\x20제거됩니다.','콘텐츠에\x20맞추기','458PKdSqb','셀\x20병합','102770QTssPE','글꼴\x20크기','초기화','보기\x20구성','채우기\x20색상','테두리\x20크기','가로\x20정렬','자르기','4352510mDLXne','{0}\x20복사본','7eluJAo','텍스트\x20색상','이\x20테이블을\x20삭제하시겠습니까?','가운데','서식\x20페인트','숫자\x20서식','12141sJXVxu','줄바꿈'];_0x2cd5=function(){return _0x114f11;};return _0x2cd5();}const _0x3191f9=_0x20b4;(function(_0x4c6664,_0xb14bb8){const _0x380467=_0x20b4,_0x2653f5=_0x4c6664();while(!![]){try{const _0x17bf7d=-parseInt(_0x380467(0x14b))/0x1*(parseInt(_0x380467(0x164))/0x2)+parseInt(_0x380467(0x156))/0x3+parseInt(_0x380467(0x161))/0x4+-parseInt(_0x380467(0x166))/0x5*(-parseInt(_0x380467(0x15c))/0x6)+-parseInt(_0x380467(0x155))/0x7+parseInt(_0x380467(0x15e))/0x8*(parseInt(_0x380467(0x151))/0x9)+-parseInt(_0x380467(0x149))/0xa;if(_0x17bf7d===_0xb14bb8)break;else _0x2653f5['push'](_0x2653f5['shift']());}catch(_0x12f9fe){_0x2653f5['push'](_0x2653f5['shift']());}}}(_0x2cd5,0x2fd04));function _0x20b4(_0x2a6e20,_0x180768){_0x2a6e20=_0x2a6e20-0x145;const _0x2cd5d4=_0x2cd5();let _0x20b4ea=_0x2cd5d4[_0x2a6e20];return _0x20b4ea;}const e={'embed-ui':{'deleteBlock':_0x3191f9(0x159),'fullscreen':{'exit':'전체\x20화면\x20종료'},'boardsFloating':{'fitContent':_0x3191f9(0x163),'zoomOut':'축소','resetZoom':'확대/축소\x20초기화','zoomIn':'확대','delete':'삭제'},'basesFloating':{'copySuffix':'복사','delete':'Suprimeix','confirmDelete':{'viewTitle':_0x3191f9(0x154),'viewDescription':_0x3191f9(0x162),'tableTitle':_0x3191f9(0x14d),'tableDescription':'이\x20테이블과\x20레코드가\x20제거됩니다.'},'tableSidebar':{'defaultTableName':_0x3191f9(0x15f)},'duplicateTable':{'copyName':_0x3191f9(0x14a)},'viewSettings':{'title':_0x3191f9(0x158),'addView':'보기\x20추가','configureView':_0x3191f9(0x169),'deleteView':'보기\x20삭제'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x3191f9(0x14f),'font':'글꼴','fontSize':_0x3191f9(0x167),'numberFormat':_0x3191f9(0x150),'bold':'굵게','filter':'필터\x20토글','resetColor':_0x3191f9(0x168),'textColor':{'main':_0x3191f9(0x14c)},'fillColor':{'main':_0x3191f9(0x145)},'border':{'main':_0x3191f9(0x15a)},'mergeCell':{'main':_0x3191f9(0x165)},'horizontalAlignMode':{'main':_0x3191f9(0x147)},'verticalAlignMode':{'main':_0x3191f9(0x15d)},'textWrapMode':{'main':_0x3191f9(0x15b)}},'align':{'left':'왼쪽','center':_0x3191f9(0x14e),'right':_0x3191f9(0x160),'top':'위쪽','middle':_0x3191f9(0x14e),'bottom':_0x3191f9(0x153)},'borderLine':{'borderColor':'테두리\x20색상','borderSize':_0x3191f9(0x146)},'textWrap':{'overflow':'넘침','wrap':_0x3191f9(0x152),'clip':_0x3191f9(0x148)}}}};module[_0x3191f9(0x157)]=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4159(){const _0x554dd7=['Przytnij','Obramowanie','Kopia','Kolor\x20obramowania','Usuń\x20widok','Resetuj\x20powiększenie','3CSkaoC','1655354vJIblE','Pomniejsz','Przełącz\x20filtr','Ten\x20widok\x20zostanie\x20usunięty.','127734dGlOGL','Malarz\x20formatów','Kolor\x20tekstu','Zawijanie\x20tekstu','7554808VwjNLR','4507345GpAvlC','2304936XBWOjl','exports','Dopasuj\x20do\x20zawartości','Scal\x20komórki','Wyjdź\x20z\x20trybu\x20pełnoekranowego','Format\x20liczb','Zawijaj','Przepełnienie','Kolor\x20wypełnienia','Usunąć\x20ten\x20widok?','408142ngsFhG','prawo','Tabela\x20{0}','Rozmiar\x20obramowania','Czcionka','Rozmiar\x20czcionki','{0}\x20kopia','dół','190uQnfSS','133LZUusT','Pogrubienie','Usunąć\x20tę\x20tabelę?','2149434nRkOlK','środek'];_0x4159=function(){return _0x554dd7;};return _0x4159();}const _0x4be1be=_0x278a;(function(_0x4b8102,_0x429493){const _0x47a18b=_0x278a,_0x230ccc=_0x4b8102();while(!![]){try{const _0x4e36c5=-parseInt(_0x47a18b(0x1ca))/0x1+parseInt(_0x47a18b(0x1df))/0x2*(-parseInt(_0x47a18b(0x1de))/0x3)+-parseInt(_0x47a18b(0x1c0))/0x4+-parseInt(_0x47a18b(0x1bf))/0x5+parseInt(_0x47a18b(0x1e3))/0x6*(-parseInt(_0x47a18b(0x1d3))/0x7)+-parseInt(_0x47a18b(0x1be))/0x8+parseInt(_0x47a18b(0x1d6))/0x9*(parseInt(_0x47a18b(0x1d2))/0xa);if(_0x4e36c5===_0x429493)break;else _0x230ccc['push'](_0x230ccc['shift']());}catch(_0x30f7ca){_0x230ccc['push'](_0x230ccc['shift']());}}}(_0x4159,0x740c2));function _0x278a(_0x335a9f,_0x364e33){_0x335a9f=_0x335a9f-0x1bb;const _0x4159a0=_0x4159();let _0x278aa7=_0x4159a0[_0x335a9f];return _0x278aa7;}const e={'embed-ui':{'deleteBlock':'Usuń\x20osadzony\x20blok','fullscreen':{'exit':_0x4be1be(0x1c4)},'boardsFloating':{'fitContent':_0x4be1be(0x1c2),'zoomOut':_0x4be1be(0x1e0),'resetZoom':_0x4be1be(0x1dd),'zoomIn':'Powiększ','delete':'Usuń'},'basesFloating':{'copySuffix':_0x4be1be(0x1da),'delete':'Suprimeix','confirmDelete':{'viewTitle':_0x4be1be(0x1c9),'viewDescription':_0x4be1be(0x1e2),'tableTitle':_0x4be1be(0x1d5),'tableDescription':'Ta\x20tabela\x20i\x20jej\x20rekordy\x20zostaną\x20usunięte.'},'tableSidebar':{'defaultTableName':_0x4be1be(0x1cc)},'duplicateTable':{'copyName':_0x4be1be(0x1d0)},'viewSettings':{'title':'Ustawienia\x20widoku','addView':'Dodaj\x20widok','configureView':'Skonfiguruj\x20widok','deleteView':_0x4be1be(0x1dc)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x4be1be(0x1bb),'font':_0x4be1be(0x1ce),'fontSize':_0x4be1be(0x1cf),'numberFormat':_0x4be1be(0x1c5),'bold':_0x4be1be(0x1d4),'filter':_0x4be1be(0x1e1),'resetColor':'Resetuj','textColor':{'main':_0x4be1be(0x1bc)},'fillColor':{'main':_0x4be1be(0x1c8)},'border':{'main':_0x4be1be(0x1d9)},'mergeCell':{'main':_0x4be1be(0x1c3)},'horizontalAlignMode':{'main':'Wyrównanie\x20poziome'},'verticalAlignMode':{'main':'Wyrównanie\x20pionowe'},'textWrapMode':{'main':_0x4be1be(0x1bd)}},'align':{'left':'lewo','center':_0x4be1be(0x1d7),'right':_0x4be1be(0x1cb),'top':'góra','middle':_0x4be1be(0x1d7),'bottom':_0x4be1be(0x1d1)},'borderLine':{'borderColor':_0x4be1be(0x1db),'borderSize':_0x4be1be(0x1cd)},'textWrap':{'overflow':_0x4be1be(0x1c7),'wrap':_0x4be1be(0x1c6),'clip':_0x4be1be(0x1d8)}}}};module[_0x4be1be(0x1c1)]=e;
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x11e4(){const _0x194b5c=['7tkKbLT','Cor\x20do\x20texto','12hryjLw','7170348ohTXpT','{0}\x20cópia','458yUxOTu','Aumentar\x20zoom','723770nzxfAO','4479EZtOsX','Esta\x20tabela\x20e\x20seus\x20registros\x20serão\x20removidos.','direita','Ajustar\x20ao\x20conteúdo','tamanho\x20da\x20borda','Redefinir\x20zoom','Alinhamento\x20vertical','Redefinir','Excluir\x20esta\x20tabela?','Sair\x20da\x20tela\x20cheia','cor\x20da\x20borda','761706uusTjm','Borda','Configurações\x20da\x20visualização','meio','Excluir\x20esta\x20visualização?','Fonte','2715544heHumC','Quebrar','Tabela\x20{0}','inferior','Suprimeix','Copiar\x20formatação','1496FaJDmd','superior','Recortar','Cor\x20de\x20preenchimento','Cópia','esquerda','6878GNLIhZ','5BiJqhV','Tamanho\x20da\x20fonte','35714459hJBHYH','Adicionar\x20visualização','Quebra\x20de\x20texto'];_0x11e4=function(){return _0x194b5c;};return _0x11e4();}const _0x13b985=_0x16a7;(function(_0x3b45c3,_0x490e0e){const _0x47339a=_0x16a7,_0x1ed46a=_0x3b45c3();while(!![]){try{const _0x30fbb7=-parseInt(_0x47339a(0x1b6))/0x1*(parseInt(_0x47339a(0x1ab))/0x2)+parseInt(_0x47339a(0x1b9))/0x3*(parseInt(_0x47339a(0x1a5))/0x4)+parseInt(_0x47339a(0x1ac))/0x5*(-parseInt(_0x47339a(0x1b4))/0x6)+-parseInt(_0x47339a(0x1b1))/0x7*(parseInt(_0x47339a(0x1ca))/0x8)+parseInt(_0x47339a(0x1c4))/0x9+parseInt(_0x47339a(0x1b8))/0xa+parseInt(_0x47339a(0x1ae))/0xb*(parseInt(_0x47339a(0x1b3))/0xc);if(_0x30fbb7===_0x490e0e)break;else _0x1ed46a['push'](_0x1ed46a['shift']());}catch(_0x3b8a9a){_0x1ed46a['push'](_0x1ed46a['shift']());}}}(_0x11e4,0xd0277));const e={'embed-ui':{'deleteBlock':'Excluir\x20bloco\x20incorporado','fullscreen':{'exit':_0x13b985(0x1c2)},'boardsFloating':{'fitContent':_0x13b985(0x1bc),'zoomOut':'Diminuir\x20zoom','resetZoom':_0x13b985(0x1be),'zoomIn':_0x13b985(0x1b7),'delete':'Excluir'},'basesFloating':{'copySuffix':_0x13b985(0x1a9),'delete':_0x13b985(0x1ce),'confirmDelete':{'viewTitle':_0x13b985(0x1c8),'viewDescription':'Esta\x20visualização\x20será\x20removida.','tableTitle':_0x13b985(0x1c1),'tableDescription':_0x13b985(0x1ba)},'tableSidebar':{'defaultTableName':_0x13b985(0x1cc)},'duplicateTable':{'copyName':_0x13b985(0x1b5)},'viewSettings':{'title':_0x13b985(0x1c6),'addView':_0x13b985(0x1af),'configureView':'Configurar\x20visualização','deleteView':'Excluir\x20visualização'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x13b985(0x1cf),'font':_0x13b985(0x1c9),'fontSize':_0x13b985(0x1ad),'numberFormat':'Formato\x20de\x20número','bold':'Negrito','filter':'Alternar\x20Filtro','resetColor':_0x13b985(0x1c0),'textColor':{'main':_0x13b985(0x1b2)},'fillColor':{'main':_0x13b985(0x1a8)},'border':{'main':_0x13b985(0x1c5)},'mergeCell':{'main':'Mesclar\x20células'},'horizontalAlignMode':{'main':'Alinhamento\x20horizontal'},'verticalAlignMode':{'main':_0x13b985(0x1bf)},'textWrapMode':{'main':_0x13b985(0x1b0)}},'align':{'left':_0x13b985(0x1aa),'center':'centro','right':_0x13b985(0x1bb),'top':_0x13b985(0x1a6),'middle':_0x13b985(0x1c7),'bottom':_0x13b985(0x1cd)},'borderLine':{'borderColor':_0x13b985(0x1c3),'borderSize':_0x13b985(0x1bd)},'textWrap':{'overflow':'Transbordar','wrap':_0x13b985(0x1cb),'clip':_0x13b985(0x1a7)}}}};function _0x16a7(_0x38a039,_0x4cc029){_0x38a039=_0x38a039-0x1a5;const _0x11e437=_0x11e4();let _0x16a785=_0x11e437[_0x38a039];return _0x16a785;}module['exports']=e;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x14c1(){const _0x39e961=['exports','Цвет\x20текста','2633796heGlkq','Шрифт','16jRJJsd','Копировать\x20формат','Уменьшить','Середина','379329OXofYz','По\x20содержимому','Таблица\x20{0}','Копировать','1782849mBgTDD','Горизонтальное\x20выравнивание','Вертикальное\x20выравнивание','632532ACcxlj','Настройки\x20представления','Граница','Размер\x20шрифта','Переключить\x20фильтр','Формат\x20числа','Удалить\x20это\x20представление?','Центр','10MBLOOi','Цвет\x20заливки','1754068HHkHZO','Жирный','11959618lCmgsc','Объединить\x20ячейки','Увеличить','5RqmKRL','Удалить\x20представление','14zFYhmo','Перенос','Обрезать','{0}\x20копия','553995dChTSQ','Право','размер\x20границы','Выйти\x20из\x20полноэкранного\x20режима','Переполнение','Эта\x20таблица\x20и\x20ее\x20записи\x20будут\x20удалены.','Удалить\x20эту\x20таблицу?','Удалить\x20встроенный\x20блок','Лево','Верх'];_0x14c1=function(){return _0x39e961;};return _0x14c1();}const _0x155f80=_0x2145;function _0x2145(_0x238be3,_0x45826b){_0x238be3=_0x238be3-0x195;const _0x14c169=_0x14c1();let _0x2145b7=_0x14c169[_0x238be3];return _0x2145b7;}(function(_0x56dd2c,_0x51f11d){const _0x156c44=_0x2145,_0x59a2ad=_0x56dd2c();while(!![]){try{const _0x5758ef=parseInt(_0x156c44(0x1ae))/0x1+parseInt(_0x156c44(0x1a8))/0x2+-parseInt(_0x156c44(0x1b2))/0x3+parseInt(_0x156c44(0x1bf))/0x4*(parseInt(_0x156c44(0x196))/0x5)+parseInt(_0x156c44(0x1b5))/0x6*(parseInt(_0x156c44(0x198))/0x7)+parseInt(_0x156c44(0x1aa))/0x8*(parseInt(_0x156c44(0x19c))/0x9)+parseInt(_0x156c44(0x1bd))/0xa*(-parseInt(_0x156c44(0x1c1))/0xb);if(_0x5758ef===_0x51f11d)break;else _0x59a2ad['push'](_0x59a2ad['shift']());}catch(_0xf026b2){_0x59a2ad['push'](_0x59a2ad['shift']());}}}(_0x14c1,0xc02e9));const e={'embed-ui':{'deleteBlock':_0x155f80(0x1a3),'fullscreen':{'exit':_0x155f80(0x19f)},'boardsFloating':{'fitContent':_0x155f80(0x1af),'zoomOut':_0x155f80(0x1ac),'resetZoom':'Сбросить\x20масштаб','zoomIn':_0x155f80(0x195),'delete':'Удалить'},'basesFloating':{'copySuffix':_0x155f80(0x1b1),'delete':'Suprimeix','confirmDelete':{'viewTitle':_0x155f80(0x1bb),'viewDescription':'Это\x20представление\x20будет\x20удалено.','tableTitle':_0x155f80(0x1a2),'tableDescription':_0x155f80(0x1a1)},'tableSidebar':{'defaultTableName':_0x155f80(0x1b0)},'duplicateTable':{'copyName':_0x155f80(0x19b)},'viewSettings':{'title':_0x155f80(0x1b6),'addView':'Добавить\x20просмотр','configureView':'Настроить\x20вид','deleteView':_0x155f80(0x197)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x155f80(0x1ab),'font':_0x155f80(0x1a9),'fontSize':_0x155f80(0x1b8),'numberFormat':_0x155f80(0x1ba),'bold':_0x155f80(0x1c0),'filter':_0x155f80(0x1b9),'resetColor':'Сбросить','textColor':{'main':_0x155f80(0x1a7)},'fillColor':{'main':_0x155f80(0x1be)},'border':{'main':_0x155f80(0x1b7)},'mergeCell':{'main':_0x155f80(0x1c2)},'horizontalAlignMode':{'main':_0x155f80(0x1b3)},'verticalAlignMode':{'main':_0x155f80(0x1b4)},'textWrapMode':{'main':'Перенос\x20текста'}},'align':{'left':_0x155f80(0x1a4),'center':_0x155f80(0x1bc),'right':_0x155f80(0x19d),'top':_0x155f80(0x1a5),'middle':_0x155f80(0x1ad),'bottom':'Низ'},'borderLine':{'borderColor':'цвет\x20границы','borderSize':_0x155f80(0x19e)},'textWrap':{'overflow':_0x155f80(0x1a0),'wrap':_0x155f80(0x199),'clip':_0x155f80(0x19a)}}}};module[_0x155f80(0x1a6)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x18a2c2=_0x59f1;(function(_0x583ed7,_0x2a4240){const _0x177173=_0x59f1,_0x56077c=_0x583ed7();while(!![]){try{const _0x543727=parseInt(_0x177173(0x10b))/0x1+parseInt(_0x177173(0x11e))/0x2+parseInt(_0x177173(0x109))/0x3+-parseInt(_0x177173(0xfd))/0x4*(parseInt(_0x177173(0x104))/0x5)+parseInt(_0x177173(0xfe))/0x6*(-parseInt(_0x177173(0x105))/0x7)+-parseInt(_0x177173(0x101))/0x8+-parseInt(_0x177173(0x100))/0x9*(-parseInt(_0x177173(0x11f))/0xa);if(_0x543727===_0x2a4240)break;else _0x56077c['push'](_0x56077c['shift']());}catch(_0x20f6bc){_0x56077c['push'](_0x56077c['shift']());}}}(_0x2bfa,0x285d4));function _0x2bfa(){const _0x4204c1=['2360jdGNLh','exports','Formát\x20čísla','Obnoviť','Pretečenie','Suprimeix','Ohraničenie','hrúbkaOhraničenia','Zväčšiť','1231580mvNGfp','24slbtQq','Konfigurovať\x20zobrazenie','19161hpUOJR','2624672NBTfRP','Odstrániť','Kopírovať','5xXjqsL','456603cUUNCw','Farba\x20textu','Prepnúť\x20filter','Zvislé\x20zarovnanie','499923sLfBDc','Odstrániť\x20túto\x20tabuľku?','64491GLNyoJ','vpravo','{0}\x20kópia','Toto\x20zobrazenie\x20bude\x20odstránené.','Obnoviť\x20priblíženie','Prispôsobiť\x20obsahu','Orezať','Veľkosť\x20písma','Táto\x20tabuľka\x20a\x20jej\x20záznamy\x20budú\x20odstránené.','Zmenšiť','Tučné','vľavo','Farba\x20výplne','hore','Odstrániť\x20toto\x20zobrazenie?','farbaOhraničenia','Vodorovné\x20zarovnanie','Odstrániť\x20vložený\x20blok','dole','657302JZkYUN'];_0x2bfa=function(){return _0x4204c1;};return _0x2bfa();}const e={'embed-ui':{'deleteBlock':_0x18a2c2(0x11c),'fullscreen':{'exit':'Ukončiť\x20režim\x20celej\x20obrazovky'},'boardsFloating':{'fitContent':_0x18a2c2(0x110),'zoomOut':_0x18a2c2(0x114),'resetZoom':_0x18a2c2(0x10f),'zoomIn':_0x18a2c2(0xfc),'delete':_0x18a2c2(0x102)},'basesFloating':{'copySuffix':_0x18a2c2(0x103),'delete':_0x18a2c2(0x124),'confirmDelete':{'viewTitle':_0x18a2c2(0x119),'viewDescription':_0x18a2c2(0x10e),'tableTitle':_0x18a2c2(0x10a),'tableDescription':_0x18a2c2(0x113)},'tableSidebar':{'defaultTableName':'Tabuľka\x20{0}'},'duplicateTable':{'copyName':_0x18a2c2(0x10d)},'viewSettings':{'title':'Nastavenia\x20zobrazenia','addView':'Pridať\x20zobrazenie','configureView':_0x18a2c2(0xff),'deleteView':'Odstrániť\x20zobrazenie'}},'sheetsFloating':{'toolbar':{'formatPainter':'Kopírovať\x20formát','font':'Písmo','fontSize':_0x18a2c2(0x112),'numberFormat':_0x18a2c2(0x121),'bold':_0x18a2c2(0x115),'filter':_0x18a2c2(0x107),'resetColor':_0x18a2c2(0x122),'textColor':{'main':_0x18a2c2(0x106)},'fillColor':{'main':_0x18a2c2(0x117)},'border':{'main':_0x18a2c2(0x125)},'mergeCell':{'main':'Zlúčiť\x20bunky'},'horizontalAlignMode':{'main':_0x18a2c2(0x11b)},'verticalAlignMode':{'main':_0x18a2c2(0x108)},'textWrapMode':{'main':'Zalomenie\x20textu'}},'align':{'left':_0x18a2c2(0x116),'center':'na\x20stred','right':_0x18a2c2(0x10c),'top':_0x18a2c2(0x118),'middle':'stred','bottom':_0x18a2c2(0x11d)},'borderLine':{'borderColor':_0x18a2c2(0x11a),'borderSize':_0x18a2c2(0x126)},'textWrap':{'overflow':_0x18a2c2(0x123),'wrap':'Zalomiť','clip':_0x18a2c2(0x111)}}}};function _0x59f1(_0x2495dd,_0x119016){_0x2495dd=_0x2495dd-0xfc;const _0x2bfaae=_0x2bfa();let _0x59f169=_0x2bfaae[_0x2495dd];return _0x59f169;}module[_0x18a2c2(0x120)]=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x2e8654=_0xa6b6;(function(_0x4e75be,_0x39eb4a){const _0x12225a=_0xa6b6,_0x5c98c1=_0x4e75be();while(!![]){try{const _0x506ca2=parseInt(_0x12225a(0xe6))/0x1*(-parseInt(_0x12225a(0xf6))/0x2)+-parseInt(_0x12225a(0xf3))/0x3*(-parseInt(_0x12225a(0xf2))/0x4)+-parseInt(_0x12225a(0x100))/0x5+-parseInt(_0x12225a(0xec))/0x6+-parseInt(_0x12225a(0x102))/0x7+parseInt(_0x12225a(0xfe))/0x8*(-parseInt(_0x12225a(0xe5))/0x9)+parseInt(_0x12225a(0xdb))/0xa*(parseInt(_0x12225a(0xf8))/0xb);if(_0x506ca2===_0x39eb4a)break;else _0x5c98c1['push'](_0x5c98c1['shift']());}catch(_0x5bf204){_0x5c98c1['push'](_0x5c98c1['shift']());}}}(_0x3992,0x2d51d));const e={'embed-ui':{'deleteBlock':_0x2e8654(0xda),'fullscreen':{'exit':_0x2e8654(0xd9)},'boardsFloating':{'fitContent':_0x2e8654(0xed),'zoomOut':'Thu\x20nhỏ','resetZoom':_0x2e8654(0xfb),'zoomIn':_0x2e8654(0xee),'delete':_0x2e8654(0xe7)},'basesFloating':{'copySuffix':_0x2e8654(0xf9),'delete':_0x2e8654(0xef),'confirmDelete':{'viewTitle':'Xóa\x20dạng\x20xem\x20này?','viewDescription':'Dạng\x20xem\x20này\x20sẽ\x20bị\x20xóa.','tableTitle':_0x2e8654(0xde),'tableDescription':_0x2e8654(0xdc)},'tableSidebar':{'defaultTableName':_0x2e8654(0xfc)},'duplicateTable':{'copyName':'{0}\x20bản\x20sao'},'viewSettings':{'title':_0x2e8654(0xe8),'addView':_0x2e8654(0xeb),'configureView':_0x2e8654(0xdf),'deleteView':_0x2e8654(0xf0)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x2e8654(0xdd),'font':_0x2e8654(0xf4),'fontSize':'Cỡ\x20chữ','numberFormat':_0x2e8654(0xf5),'bold':'In\x20đậm','filter':'Lọc','resetColor':'Đặt\x20lại\x20màu','textColor':{'main':_0x2e8654(0xe0)},'fillColor':{'main':_0x2e8654(0xe3)},'border':{'main':'Đường\x20viền'},'mergeCell':{'main':'Hợp\x20nhất\x20ô'},'horizontalAlignMode':{'main':_0x2e8654(0x101)},'verticalAlignMode':{'main':_0x2e8654(0xfa)},'textWrapMode':{'main':'Ngắt\x20dòng\x20văn\x20bản'}},'align':{'left':_0x2e8654(0xea),'center':_0x2e8654(0xe9),'right':_0x2e8654(0xff),'top':_0x2e8654(0xfd),'middle':_0x2e8654(0xe9),'bottom':_0x2e8654(0xe4)},'borderLine':{'borderColor':_0x2e8654(0xf7),'borderSize':'Độ\x20dày\x20viền'},'textWrap':{'overflow':_0x2e8654(0xe2),'wrap':_0x2e8654(0xf1),'clip':_0x2e8654(0xe1)}}}};function _0xa6b6(_0x30fd35,_0x344a7f){_0x30fd35=_0x30fd35-0xd9;const _0x3992ae=_0x3992();let _0xa6b633=_0x3992ae[_0x30fd35];return _0xa6b633;}module['exports']=e;function _0x3992(){const _0x4a6e97=['Căn\x20dưới','161613iJNJiJ','2odwLlB','Xóa','Cài\x20đặt\x20dạng\x20xem','Căn\x20giữa','Căn\x20trái','Thêm\x20chế\x20độ\x20xem','598194KINnFk','Vừa\x20với\x20nội\x20dung','Phóng\x20to','Suprimeix','Xóa\x20chế\x20độ\x20xem','Tự\x20động\x20ngắt\x20dòng','164rmcMwy','13425QyoMku','Phông\x20chữ','Định\x20dạng\x20số','282270PrxiZh','Màu\x20viền','75581rGZFwm','Sao\x20chép','Căn\x20dọc','Đặt\x20lại\x20tỉ\x20lệ','Bảng\x20{0}','Căn\x20trên','120gTTaDA','Căn\x20phải','1635620UVwmDa','Căn\x20ngang','1552761bPHwGZ','Thoát\x20toàn\x20màn\x20hình','Xóa\x20khối\x20nhúng','1750XELeQU','Bảng\x20này\x20và\x20các\x20bản\x20ghi\x20của\x20nó\x20sẽ\x20bị\x20xóa.','Chổi\x20định\x20dạng','Xóa\x20bảng\x20này?','Định\x20cấu\x20hình\x20chế\x20độ\x20xem','Màu\x20chữ','Cắt\x20bớt','Tràn','Màu\x20ô'];_0x3992=function(){return _0x4a6e97;};return _0x3992();}
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x394c7b=_0x3ddb;function _0x3ddb(_0x21f14f,_0x2502e3){_0x21f14f=_0x21f14f-0xed;const _0x4668cf=_0x4668();let _0x3ddba6=_0x4668cf[_0x21f14f];return _0x3ddba6;}(function(_0x282d39,_0x2e82f1){const _0x5d0907=_0x3ddb,_0x594a16=_0x282d39();while(!![]){try{const _0x89ba14=parseInt(_0x5d0907(0xfe))/0x1+-parseInt(_0x5d0907(0x109))/0x2*(-parseInt(_0x5d0907(0xf3))/0x3)+-parseInt(_0x5d0907(0xf8))/0x4+parseInt(_0x5d0907(0x101))/0x5+parseInt(_0x5d0907(0x104))/0x6*(-parseInt(_0x5d0907(0xfc))/0x7)+parseInt(_0x5d0907(0x107))/0x8+-parseInt(_0x5d0907(0x105))/0x9*(parseInt(_0x5d0907(0x108))/0xa);if(_0x89ba14===_0x2e82f1)break;else _0x594a16['push'](_0x594a16['shift']());}catch(_0x1e3362){_0x594a16['push'](_0x594a16['shift']());}}}(_0x4668,0xb5bae));const e={'embed-ui':{'deleteBlock':_0x394c7b(0x102),'fullscreen':{'exit':_0x394c7b(0x10b)},'boardsFloating':{'fitContent':'适应内容','zoomOut':'缩小','resetZoom':_0x394c7b(0xf6),'zoomIn':'放大','delete':'删除'},'basesFloating':{'copySuffix':'副本','delete':'删除','confirmDelete':{'viewTitle':'删除这个视图?','viewDescription':'这个视图将被删除。','tableTitle':_0x394c7b(0x103),'tableDescription':_0x394c7b(0x106)},'tableSidebar':{'defaultTableName':_0x394c7b(0xef)},'duplicateTable':{'copyName':_0x394c7b(0xf0)},'viewSettings':{'title':_0x394c7b(0xf1),'addView':'添加视图','configureView':'配置视图','deleteView':'删除视图'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x394c7b(0x100),'font':'字体','fontSize':'字号','numberFormat':_0x394c7b(0x10c),'bold':'粗体','filter':'筛选','resetColor':_0x394c7b(0xf7),'textColor':{'main':_0x394c7b(0xff)},'fillColor':{'main':'单元格颜色'},'border':{'main':'边框'},'mergeCell':{'main':_0x394c7b(0xf9)},'horizontalAlignMode':{'main':_0x394c7b(0x110)},'verticalAlignMode':{'main':_0x394c7b(0xf5)},'textWrapMode':{'main':_0x394c7b(0xed)}},'align':{'left':_0x394c7b(0x10e),'center':_0x394c7b(0xf2),'right':_0x394c7b(0x10d),'top':_0x394c7b(0xfd),'middle':_0x394c7b(0xee),'bottom':_0x394c7b(0x10f)},'borderLine':{'borderColor':_0x394c7b(0xfb),'borderSize':_0x394c7b(0xfa)},'textWrap':{'overflow':'溢出','wrap':_0x394c7b(0x10a),'clip':'截断'}}}};module[_0x394c7b(0xf4)]=e;function _0x4668(){const _0x13a8f3=['文本换行','居中对齐','表\x20{0}','{0}\x20副本','视图设置','中间对齐','69GRFhTI','exports','垂直对齐','重置缩放','重置颜色','2999092VkerIM','合并单元格','边框粗细','边框颜色','70203dpVBWd','顶部对齐','1381662bkfVEw','文本颜色','格式刷','1101390TpahlM','删除嵌入块','删除这个表?','654qINSjW','162IfFVuh','这个表和其中的记录将被删除。','10412760PSGccl','204500yVQfQS','4510jsrudu','自动换行','退出全屏','数字格式','右对齐','左对齐','底部对齐','水平对齐'];_0x4668=function(){return _0x13a8f3;};return _0x4668();}
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2a67(){const _0x4a7df9=['重置顏色','24gdaRIH','刪除嵌入區塊','exports','合併儲存格','{0}\x20副本','此檢視將被刪除。','39CtIRWq','靠右對齊','字型大小','邊框粗細','重設縮放','退出全螢幕','675753GUplpC','253390UoJxen','64888JmYNVP','726990UrKIUD','表\x20{0}','邊框顏色','數字格式','設定檢視','靠左對齊','刪除此表?','2511080GXeOGr','複製格式','檢視設定','垂直置中','333VDoaQE','水平對齊','字型顏色','707665dpTalg','適應內容','1290866bfBdcd','刪除檢視'];_0x2a67=function(){return _0x4a7df9;};return _0x2a67();}const _0x3a38cd=_0x363b;(function(_0x53d7e9,_0x1c1b6a){const _0x9ff40e=_0x363b,_0x5a887f=_0x53d7e9();while(!![]){try{const _0x168ce0=parseInt(_0x9ff40e(0x1e9))/0x1+-parseInt(_0x9ff40e(0x1fc))/0x2+parseInt(_0x9ff40e(0x1e3))/0x3*(-parseInt(_0x9ff40e(0x1eb))/0x4)+-parseInt(_0x9ff40e(0x1ec))/0x5+parseInt(_0x9ff40e(0x1ff))/0x6*(-parseInt(_0x9ff40e(0x1fa))/0x7)+parseInt(_0x9ff40e(0x1f3))/0x8+parseInt(_0x9ff40e(0x1f7))/0x9*(parseInt(_0x9ff40e(0x1ea))/0xa);if(_0x168ce0===_0x1c1b6a)break;else _0x5a887f['push'](_0x5a887f['shift']());}catch(_0x3035fa){_0x5a887f['push'](_0x5a887f['shift']());}}}(_0x2a67,0x7f37c));function _0x363b(_0x164030,_0x2256b3){_0x164030=_0x164030-0x1e1;const _0x2a6736=_0x2a67();let _0x363b52=_0x2a6736[_0x164030];return _0x363b52;}const e={'embed-ui':{'deleteBlock':_0x3a38cd(0x200),'fullscreen':{'exit':_0x3a38cd(0x1e8)},'boardsFloating':{'fitContent':_0x3a38cd(0x1fb),'zoomOut':'縮小','resetZoom':_0x3a38cd(0x1e7),'zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':'刪除此檢視?','viewDescription':_0x3a38cd(0x1e2),'tableTitle':_0x3a38cd(0x1f2),'tableDescription':'此表和其中的記錄將被刪除。'},'tableSidebar':{'defaultTableName':_0x3a38cd(0x1ed)},'duplicateTable':{'copyName':_0x3a38cd(0x1e1)},'viewSettings':{'title':_0x3a38cd(0x1f5),'addView':'新增檢視','configureView':_0x3a38cd(0x1f0),'deleteView':_0x3a38cd(0x1fd)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x3a38cd(0x1f4),'font':'字型','fontSize':_0x3a38cd(0x1e5),'numberFormat':_0x3a38cd(0x1ef),'bold':'粗體','filter':'篩選','resetColor':_0x3a38cd(0x1fe),'textColor':{'main':_0x3a38cd(0x1f9)},'fillColor':{'main':'填滿色彩'},'border':{'main':'邊框'},'mergeCell':{'main':_0x3a38cd(0x202)},'horizontalAlignMode':{'main':_0x3a38cd(0x1f8)},'verticalAlignMode':{'main':'垂直對齊'},'textWrapMode':{'main':'自動換行'}},'align':{'left':_0x3a38cd(0x1f1),'center':'置中','right':_0x3a38cd(0x1e4),'top':'靠上對齊','middle':_0x3a38cd(0x1f6),'bottom':'靠下對齊'},'borderLine':{'borderColor':_0x3a38cd(0x1ee),'borderSize':_0x3a38cd(0x1e6)},'textWrap':{'overflow':'溢出','wrap':'自動換行','clip':'截斷'}}}};module[_0x3a38cd(0x201)]=e;
|