@univerjs-pro/sheets-shape-ui 1.0.0-rc.0 → 1.0.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.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/commands/command/set-shape-text-align.command.d.ts +5 -0
- package/lib/types/commands/command/set-shape-text-style.command.d.ts +7 -0
- package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +5 -0
- package/lib/types/commands/command/shape-doc-align.command.d.ts +10 -0
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +18 -0
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +5 -0
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +9 -0
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +9 -0
- package/lib/types/commands/operations/actvie-drawing-operation.d.ts +2 -0
- package/lib/types/controllers/config.schema.d.ts +5 -0
- package/lib/types/controllers/format-painter.controller.d.ts +10 -0
- package/lib/types/controllers/menu.schema.d.ts +2 -0
- package/lib/types/controllers/mobile/ui.controller.d.ts +21 -6
- package/lib/types/controllers/sheets-shape-ui.controller.d.ts +126 -0
- package/lib/types/mobile-plugin.d.ts +1 -3
- package/lib/types/view-model/shape-data-model.d.ts +6 -0
- package/lib/types/views/ShapeOptions.d.ts +30 -0
- package/lib/types/views/object-list-panel/MobileSheetDrawingObjectListPanel.d.ts +1 -0
- package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +5 -1
- package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +11 -0
- package/lib/types/views/shape-editor-panel/index.d.ts +1 -0
- package/lib/types/views/shape-text-editor/Editor.d.ts +11 -0
- package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +15 -0
- package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +37 -0
- package/lib/types/views/shapes.d.ts +58 -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 +21 -21
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x1e07(_0x564a32,_0x506d02){_0x564a32=_0x564a32-0x1a9;const _0x1d12ae=_0x1d12();let _0x1e0742=_0x1d12ae[_0x564a32];return _0x1e0742;}const _0x5e79ce=_0x1e07;function _0x1d12(){const _0x39c633=['846097AJwdNX','الطبقات','إخفاء\x20الكل','159860WvulpV','قص\x20إلى\x20شكل','1541124ouzSxx','شكل','اسم\x20الكائن','إضافة\x20وصف','عكس\x20رأسي','حذف\x20الشكل','92547OIAmbj','إرسال\x20للخلف','إظهار\x20الكل','4368212gqVoIx','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','2889005DpvUda','لا\x20توجد\x20كائنات','إحضار\x20للأمام','الاسم','472Wyoinl','3QSahQN','إخفاء','2538790cQLhbv','الوصف','تحرير\x20النص'];_0x1d12=function(){return _0x39c633;};return _0x1d12();}(function(_0x32f305,_0xeeba2b){const _0x3fd763=_0x1e07,_0x97891d=_0x32f305();while(!![]){try{const _0x3b5d1e=parseInt(_0x3fd763(0x1aa))/0x1+parseInt(_0x3fd763(0x1ad))/0x2+parseInt(_0x3fd763(0x1bf))/0x3*(-parseInt(_0x3fd763(0x1b8))/0x4)+-parseInt(_0x3fd763(0x1c1))/0x5+parseInt(_0x3fd763(0x1af))/0x6+parseInt(_0x3fd763(0x1ba))/0x7+-parseInt(_0x3fd763(0x1be))/0x8*(-parseInt(_0x3fd763(0x1b5))/0x9);if(_0x3b5d1e===_0xeeba2b)break;else _0x97891d['push'](_0x97891d['shift']());}catch(_0x1b87d3){_0x97891d['push'](_0x97891d['shift']());}}}(_0x1d12,0x93172));const e={'sheets-shape-ui':{'quickStyles':'أنماط\x20سريعة','imagePanel':{'crop':{'shape':_0x5e79ce(0x1ae)}},'permission':{'editErr':_0x5e79ce(0x1b9)},'title':_0x5e79ce(0x1b0),'insertShape':'إدراج\x20شكل','editShape':'تحرير\x20الشكل','editText':_0x5e79ce(0x1a9),'deleteShape':_0x5e79ce(0x1b4),'formatShape':'تنسيق\x20الشكل','flipHorizontal':'عكس\x20أفقي','flipVertical':_0x5e79ce(0x1b3),'objectListPanel':{'title':_0x5e79ce(0x1ab),'open':_0x5e79ce(0x1ab),'empty':_0x5e79ce(0x1bb),'showAll':_0x5e79ce(0x1b7),'hideAll':_0x5e79ce(0x1ac),'show':'إظهار','hide':_0x5e79ce(0x1c0),'moveForward':_0x5e79ce(0x1bc),'moveBackward':_0x5e79ce(0x1b6),'close':'إغلاق','name':_0x5e79ce(0x1bd),'nameInput':_0x5e79ce(0x1b1),'description':_0x5e79ce(0x1c2),'descriptionPlaceholder':_0x5e79ce(0x1b2),'details':'التفاصيل','noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};module['exports']=e;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x5ca415=_0x327b;function _0x5a42(){const _0x1da1eb=['Capes','1SsgEHl','Afegeix\x20descripcio','33AloPbl','Forma','3283299QtVzOI','Descripció','Edita\x20la\x20forma','6653700umGQMc','22zcplOU','Inserir\x20forma','3211338lelOcP','Porta\x20endavant','5UYKAzT','Nom\x20de\x20l’objecte','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Edita\x20el\x20text','Tancar','Girar\x20horitzontalment','174636yQdbZB','Retalla\x20a\x20forma','Girar\x20verticalment','Amagar','Mostra','Detalls','Format\x20de\x20forma','Amaga-ho\x20tot','Elimina\x20la\x20forma','147yMquJX','117464fRsNaY','Envia\x20enrere','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','3749028ubahXg','Estils\x20ràpids','Sense\x20objectes','1133180ycAcoX'];_0x5a42=function(){return _0x1da1eb;};return _0x5a42();}(function(_0x19e518,_0x2436d9){const _0x4c6a3d=_0x327b,_0x377bea=_0x19e518();while(!![]){try{const _0x377847=-parseInt(_0x4c6a3d(0x203))/0x1*(-parseInt(_0x4c6a3d(0x201))/0x2)+-parseInt(_0x4c6a3d(0x205))/0x3*(-parseInt(_0x4c6a3d(0x215))/0x4)+parseInt(_0x4c6a3d(0x20f))/0x5*(parseInt(_0x4c6a3d(0x20d))/0x6)+parseInt(_0x4c6a3d(0x1fa))/0x7*(-parseInt(_0x4c6a3d(0x1fb))/0x8)+parseInt(_0x4c6a3d(0x207))/0x9+-parseInt(_0x4c6a3d(0x20a))/0xa+-parseInt(_0x4c6a3d(0x20b))/0xb*(parseInt(_0x4c6a3d(0x1fe))/0xc);if(_0x377847===_0x2436d9)break;else _0x377bea['push'](_0x377bea['shift']());}catch(_0x10a001){_0x377bea['push'](_0x377bea['shift']());}}}(_0x5a42,0x550a2));const e={'sheets-shape-ui':{'quickStyles':_0x5ca415(0x1ff),'imagePanel':{'crop':{'shape':_0x5ca415(0x1f2)}},'permission':{'editErr':_0x5ca415(0x1fd)},'title':_0x5ca415(0x206),'insertShape':_0x5ca415(0x20c),'editShape':_0x5ca415(0x209),'editText':_0x5ca415(0x212),'deleteShape':_0x5ca415(0x1f9),'formatShape':_0x5ca415(0x1f7),'flipHorizontal':_0x5ca415(0x214),'flipVertical':_0x5ca415(0x1f3),'objectListPanel':{'title':_0x5ca415(0x202),'open':_0x5ca415(0x202),'empty':_0x5ca415(0x200),'showAll':'Mostra-ho\x20tot','hideAll':_0x5ca415(0x1f8),'show':_0x5ca415(0x1f5),'hide':_0x5ca415(0x1f4),'moveForward':_0x5ca415(0x20e),'moveBackward':_0x5ca415(0x1fc),'close':_0x5ca415(0x213),'name':'Nom','nameInput':_0x5ca415(0x210),'description':_0x5ca415(0x208),'descriptionPlaceholder':_0x5ca415(0x204),'details':_0x5ca415(0x1f6),'noSelection':_0x5ca415(0x211)}}};function _0x327b(_0xded04,_0x3988a1){_0xded04=_0xded04-0x1f2;const _0x5a429b=_0x5a42();let _0x327b9f=_0x5a429b[_0xded04];return _0x327b9f;}module['exports']=e;
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1b37c0=_0x4ff5;(function(_0x5968fd,_0x3ef833){const _0x1a78ee=_0x4ff5,_0x1ec1ca=_0x5968fd();while(!![]){try{const _0x47f2f9=-parseInt(_0x1a78ee(0x153))/0x1+parseInt(_0x1a78ee(0x166))/0x2*(-parseInt(_0x1a78ee(0x154))/0x3)+-parseInt(_0x1a78ee(0x168))/0x4+parseInt(_0x1a78ee(0x16a))/0x5*(-parseInt(_0x1a78ee(0x159))/0x6)+parseInt(_0x1a78ee(0x150))/0x7*(parseInt(_0x1a78ee(0x15c))/0x8)+-parseInt(_0x1a78ee(0x156))/0x9+parseInt(_0x1a78ee(0x15f))/0xa;if(_0x47f2f9===_0x3ef833)break;else _0x1ec1ca['push'](_0x1ec1ca['shift']());}catch(_0x35d68f){_0x1ec1ca['push'](_0x1ec1ca['shift']());}}}(_0x4c17,0xa9517));function _0x4ff5(_0x1db773,_0x16a92c){_0x1db773=_0x1db773-0x14f;const _0x4c17af=_0x4c17();let _0x4ff5e3=_0x4c17af[_0x1db773];return _0x4ff5e3;}const e={'sheets-shape-ui':{'quickStyles':'Schnellformatvorlagen','imagePanel':{'crop':{'shape':_0x1b37c0(0x163)}},'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':'Form','insertShape':_0x1b37c0(0x15d),'editShape':'Form\x20bearbeiten','editText':'Text\x20bearbeiten','deleteShape':_0x1b37c0(0x167),'formatShape':'Form\x20formatieren','flipHorizontal':_0x1b37c0(0x162),'flipVertical':_0x1b37c0(0x160),'objectListPanel':{'title':'Ebenen','open':_0x1b37c0(0x14f),'empty':_0x1b37c0(0x152),'showAll':'Alle\x20anzeigen','hideAll':_0x1b37c0(0x165),'show':_0x1b37c0(0x15a),'hide':_0x1b37c0(0x155),'moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x1b37c0(0x169),'close':_0x1b37c0(0x157),'name':_0x1b37c0(0x161),'nameInput':_0x1b37c0(0x164),'description':_0x1b37c0(0x15e),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x1b37c0(0x158),'noSelection':_0x1b37c0(0x151)}}};module[_0x1b37c0(0x15b)]=e;function _0x4c17(){const _0x26ea35=['5VBJkWn','Ebenen','752927WwVgZC','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Keine\x20Objekte','323843dCuMKG','58821RAIGxm','Ausblenden','5596038HRUWan','Schließen','Details','3864072TpwcJN','Anzeigen','exports','56jvoniA','Form\x20einfügen','Beschreibung','35530510IcFTjj','Vertikal\x20spiegeln','Name','Horizontal\x20spiegeln','Auf\x20Form\x20zuschneiden','Objektname','Alle\x20ausblenden','110VWksDc','Form\x20löschen','3777716ROGuXt','Weiter\x20nach\x20hinten'];_0x4c17=function(){return _0x26ea35;};return _0x4c17();}
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5e9950=_0x128f;function _0x128f(_0xe88cf7,_0x54c243){_0xe88cf7=_0xe88cf7-0x6d;const _0x7f663d=_0x7f66();let _0x128f8f=_0x7f663d[_0xe88cf7];return _0x128f8f;}(function(_0x294f40,_0x507e66){const _0x5ecd66=_0x128f,_0x60147f=_0x294f40();while(!![]){try{const _0x513b8b=parseInt(_0x5ecd66(0x89))/0x1+parseInt(_0x5ecd66(0x82))/0x2+-parseInt(_0x5ecd66(0x7b))/0x3+parseInt(_0x5ecd66(0x6d))/0x4*(-parseInt(_0x5ecd66(0x7f))/0x5)+parseInt(_0x5ecd66(0x75))/0x6*(parseInt(_0x5ecd66(0x78))/0x7)+parseInt(_0x5ecd66(0x7e))/0x8*(-parseInt(_0x5ecd66(0x88))/0x9)+parseInt(_0x5ecd66(0x80))/0xa*(parseInt(_0x5ecd66(0x7d))/0xb);if(_0x513b8b===_0x507e66)break;else _0x60147f['push'](_0x60147f['shift']());}catch(_0x5d612d){_0x60147f['push'](_0x60147f['shift']());}}}(_0x7f66,0xad13b));const e={'sheets-shape-ui':{'quickStyles':_0x5e9950(0x87),'imagePanel':{'crop':{'shape':_0x5e9950(0x86)}},'permission':{'editErr':'The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.'},'title':_0x5e9950(0x74),'insertShape':'Insert\x20Shape','editShape':_0x5e9950(0x79),'editText':'Edit\x20Text','deleteShape':_0x5e9950(0x7c),'formatShape':_0x5e9950(0x6e),'flipHorizontal':_0x5e9950(0x7a),'flipVertical':_0x5e9950(0x84),'objectListPanel':{'title':_0x5e9950(0x83),'open':_0x5e9950(0x83),'empty':_0x5e9950(0x71),'showAll':'Show\x20All','hideAll':_0x5e9950(0x72),'show':'Show','hide':_0x5e9950(0x77),'moveForward':_0x5e9950(0x81),'moveBackward':_0x5e9950(0x85),'close':'Close','name':_0x5e9950(0x76),'nameInput':'Object\x20name','description':_0x5e9950(0x6f),'descriptionPlaceholder':'Add\x20description','details':_0x5e9950(0x70),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'}}};module[_0x5e9950(0x73)]=e;function _0x7f66(){const _0x55071f=['Bring\x20Forward','1119350WKRpLM','Layers','Flip\x20Vertical','Send\x20Backward','Crop\x20to\x20Shape','Quick\x20styles','22113ZQxeMx','302818FTVIQc','108HqNLVh','Format\x20Shape','Description','Details','No\x20objects','Hide\x20All','exports','Shape','58992tsCAIZ','Name','Hide','455nWIiwu','Edit\x20Shape','Flip\x20Horizontal','1876905ntGnnr','Delete\x20Shape','121WOPTMz','1808gWpFLz','17875AtMIQD','440720BYvbYX'];_0x7f66=function(){return _0x55071f;};return _0x7f66();}
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2ca3ab=_0x3b49;function _0x3b49(_0x4736f8,_0x581f20){_0x4736f8=_0x4736f8-0xd8;const _0x3e8028=_0x3e80();let _0x3b49b0=_0x3e8028[_0x4736f8];return _0x3b49b0;}function _0x3e80(){const _0x2711fe=['Eliminar\x20forma','Forma','45CygYtk','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','12736773aogzwd','4506489KyZzbY','Nombre','30rfIIIN','Nombre\x20del\x20objeto','Mostrar','exports','Estilos\x20rápidos','256645bdKxmN','20FGwSVm','Mostrar\x20todo','Insertar\x20forma','2675805wQmndV','292565FEWKUn','Descripción','553156gFdSFO','3665392oAzHKP','Capas','2WnXaKh','Voltear\x20verticalmente','Enviar\x20atrás','Formato\x20de\x20forma','Detalles','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Ocultar','Agregar\x20descripción','Ocultar\x20todo'];_0x3e80=function(){return _0x2711fe;};return _0x3e80();}(function(_0x3ee7fd,_0x19376d){const _0x2fb594=_0x3b49,_0x359688=_0x3ee7fd();while(!![]){try{const _0x49af58=-parseInt(_0x2fb594(0xe8))/0x1*(-parseInt(_0x2fb594(0xf2))/0x2)+parseInt(_0x2fb594(0xe1))/0x3+parseInt(_0x2fb594(0xef))/0x4*(-parseInt(_0x2fb594(0xde))/0x5)+parseInt(_0x2fb594(0xe3))/0x6*(-parseInt(_0x2fb594(0xed))/0x7)+-parseInt(_0x2fb594(0xf0))/0x8+parseInt(_0x2fb594(0xe0))/0x9+parseInt(_0x2fb594(0xe9))/0xa*(-parseInt(_0x2fb594(0xec))/0xb);if(_0x49af58===_0x19376d)break;else _0x359688['push'](_0x359688['shift']());}catch(_0x6b6278){_0x359688['push'](_0x359688['shift']());}}}(_0x3e80,0xbd641));const e={'sheets-shape-ui':{'quickStyles':_0x2ca3ab(0xe7),'imagePanel':{'crop':{'shape':'Recortar\x20a\x20forma'}},'permission':{'editErr':_0x2ca3ab(0xd8)},'title':_0x2ca3ab(0xdd),'insertShape':_0x2ca3ab(0xeb),'editShape':'Editar\x20forma','editText':'Editar\x20texto','deleteShape':_0x2ca3ab(0xdc),'formatShape':_0x2ca3ab(0xf5),'flipHorizontal':'Voltear\x20horizontalmente','flipVertical':_0x2ca3ab(0xf3),'objectListPanel':{'title':_0x2ca3ab(0xf1),'open':_0x2ca3ab(0xf1),'empty':'Sin\x20objetos','showAll':_0x2ca3ab(0xea),'hideAll':_0x2ca3ab(0xdb),'show':_0x2ca3ab(0xe5),'hide':_0x2ca3ab(0xd9),'moveForward':'Traer\x20adelante','moveBackward':_0x2ca3ab(0xf4),'close':'Cerrar','name':_0x2ca3ab(0xe2),'nameInput':_0x2ca3ab(0xe4),'description':_0x2ca3ab(0xee),'descriptionPlaceholder':_0x2ca3ab(0xda),'details':_0x2ca3ab(0xf6),'noSelection':_0x2ca3ab(0xdf)}}};module[_0x2ca3ab(0xe6)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xe28bfa=_0x399d;(function(_0x30fce8,_0x3a66e3){const _0x449228=_0x399d,_0x1b5d30=_0x30fce8();while(!![]){try{const _0x5eba97=-parseInt(_0x449228(0x17c))/0x1*(-parseInt(_0x449228(0x174))/0x2)+-parseInt(_0x449228(0x165))/0x3+-parseInt(_0x449228(0x175))/0x4+parseInt(_0x449228(0x167))/0x5+parseInt(_0x449228(0x178))/0x6*(parseInt(_0x449228(0x176))/0x7)+-parseInt(_0x449228(0x173))/0x8*(parseInt(_0x449228(0x166))/0x9)+parseInt(_0x449228(0x179))/0xa*(parseInt(_0x449228(0x17a))/0xb);if(_0x5eba97===_0x3a66e3)break;else _0x1b5d30['push'](_0x1b5d30['shift']());}catch(_0x88d8bc){_0x1b5d30['push'](_0x1b5d30['shift']());}}}(_0x4cc3,0xd86b4));function _0x4cc3(){const _0x5af2b8=['جزئیات','حذف\x20شکل','نمایش','سبکهای\x20سریع','ویرایش\x20متن','824yEmeGE','9708YKLfgf','6184484UkRrQa','49VVDILz','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','417390eBOLNy','70ZRlSVk','1558337yrKyFl','فرستادن\x20به\x20عقب','302tqSvwn','درج\x20شکل','ویرایش\x20شکل','هیچ\x20شیئی\x20وجود\x20ندارد','بستن','کراپ\x20به\x20شکل','برگرداندن\x20عمودی','توضیحات','3955128lGfSDF','51768JbLVZm','6994365FUbaxX','برگرداندن\x20افقی','لایهها','افزودن\x20توضیحات','قالببندی\x20شکل','نمایش\x20همه','آوردن\x20به\x20جلو'];_0x4cc3=function(){return _0x5af2b8;};return _0x4cc3();}function _0x399d(_0x24bb4f,_0x2b9255){_0x24bb4f=_0x24bb4f-0x165;const _0x4cc31f=_0x4cc3();let _0x399d2a=_0x4cc31f[_0x24bb4f];return _0x399d2a;}const e={'sheets-shape-ui':{'quickStyles':_0xe28bfa(0x171),'imagePanel':{'crop':{'shape':_0xe28bfa(0x181)}},'permission':{'editErr':_0xe28bfa(0x177)},'title':'شکل','insertShape':_0xe28bfa(0x17d),'editShape':_0xe28bfa(0x17e),'editText':_0xe28bfa(0x172),'deleteShape':_0xe28bfa(0x16f),'formatShape':_0xe28bfa(0x16b),'flipHorizontal':_0xe28bfa(0x168),'flipVertical':_0xe28bfa(0x182),'objectListPanel':{'title':_0xe28bfa(0x169),'open':_0xe28bfa(0x169),'empty':_0xe28bfa(0x17f),'showAll':_0xe28bfa(0x16c),'hideAll':'پنهان\x20کردن\x20همه','show':_0xe28bfa(0x170),'hide':'پنهان\x20کردن','moveForward':_0xe28bfa(0x16d),'moveBackward':_0xe28bfa(0x17b),'close':_0xe28bfa(0x180),'name':'نام','nameInput':'نام\x20شیء','description':_0xe28bfa(0x183),'descriptionPlaceholder':_0xe28bfa(0x16a),'details':_0xe28bfa(0x16e),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید'}}};module['exports']=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x31ab(){const _0x12ed72=['Tout\x20masquer','29736tduyCk','exports','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Supprimer\x20la\x20forme','Styles\x20rapides','Ajouter\x20une\x20description','Calques','1246320GLowWB','Masquer','Reculer','Modifier\x20la\x20forme','390BaPNiQ','Détails','1126872VcMagu','Modifier\x20le\x20texte','Description','172172ZUNBjV','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','18244biQpoV','Tout\x20afficher','Aucun\x20objet','27UwVLPk','Forme','1579697rJeYwq','Nom\x20de\x20l’objet','1016740XknxcE'];_0x31ab=function(){return _0x12ed72;};return _0x31ab();}function _0x1d31(_0x29c9e0,_0x5741a1){_0x29c9e0=_0x29c9e0-0x1a0;const _0x31abb9=_0x31ab();let _0x1d311e=_0x31abb9[_0x29c9e0];return _0x1d311e;}const _0x5caef8=_0x1d31;(function(_0xbe4cd1,_0x2e6458){const _0x5cbc78=_0x1d31,_0x30c38d=_0xbe4cd1();while(!![]){try{const _0x2f6f51=-parseInt(_0x5cbc78(0x1ae))/0x1+parseInt(_0x5cbc78(0x1b7))/0x2+parseInt(_0x5cbc78(0x1b3))/0x3*(parseInt(_0x5cbc78(0x1b0))/0x4)+-parseInt(_0x5cbc78(0x1a9))/0x5*(-parseInt(_0x5cbc78(0x1b9))/0x6)+-parseInt(_0x5cbc78(0x1b5))/0x7+-parseInt(_0x5cbc78(0x1ab))/0x8+-parseInt(_0x5cbc78(0x1a5))/0x9;if(_0x2f6f51===_0x2e6458)break;else _0x30c38d['push'](_0x30c38d['shift']());}catch(_0x3ae5a5){_0x30c38d['push'](_0x30c38d['shift']());}}}(_0x31ab,0x3f2f5));const e={'sheets-shape-ui':{'quickStyles':_0x5caef8(0x1a2),'imagePanel':{'crop':{'shape':'Rogner\x20à\x20la\x20forme'}},'permission':{'editErr':_0x5caef8(0x1af)},'title':_0x5caef8(0x1b4),'insertShape':'Insérer\x20une\x20forme','editShape':_0x5caef8(0x1a8),'editText':_0x5caef8(0x1ac),'deleteShape':_0x5caef8(0x1a1),'formatShape':'Format\x20de\x20la\x20forme','flipHorizontal':'Retourner\x20horizontalement','flipVertical':'Retourner\x20verticalement','objectListPanel':{'title':'Calques','open':_0x5caef8(0x1a4),'empty':_0x5caef8(0x1b2),'showAll':_0x5caef8(0x1b1),'hideAll':_0x5caef8(0x1b8),'show':'Afficher','hide':_0x5caef8(0x1a6),'moveForward':'Avancer','moveBackward':_0x5caef8(0x1a7),'close':'Fermer','name':'Nom','nameInput':_0x5caef8(0x1b6),'description':_0x5caef8(0x1ad),'descriptionPlaceholder':_0x5caef8(0x1a3),'details':_0x5caef8(0x1aa),'noSelection':_0x5caef8(0x1a0)}}};module[_0x5caef8(0x1ba)]=e;
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x98177e=_0x2b09;function _0x2b09(_0x9c594a,_0x33e019){_0x9c594a=_0x9c594a-0x16a;const _0x472140=_0x4721();let _0x2b0928=_0x472140[_0x9c594a];return _0x2b0928;}(function(_0x2343ec,_0xb06425){const _0x516ece=_0x2b09,_0x2c72bf=_0x2343ec();while(!![]){try{const _0x36c05e=parseInt(_0x516ece(0x17f))/0x1+parseInt(_0x516ece(0x185))/0x2*(parseInt(_0x516ece(0x170))/0x3)+parseInt(_0x516ece(0x16f))/0x4+parseInt(_0x516ece(0x172))/0x5+-parseInt(_0x516ece(0x188))/0x6*(-parseInt(_0x516ece(0x17e))/0x7)+parseInt(_0x516ece(0x187))/0x8*(parseInt(_0x516ece(0x178))/0x9)+parseInt(_0x516ece(0x174))/0xa*(-parseInt(_0x516ece(0x186))/0xb);if(_0x36c05e===_0xb06425)break;else _0x2c72bf['push'](_0x2c72bf['shift']());}catch(_0x1817d3){_0x2c72bf['push'](_0x2c72bf['shift']());}}}(_0x4721,0xeef7a));const e={'sheets-shape-ui':{'quickStyles':'Gaya\x20Cepat','imagePanel':{'crop':{'shape':_0x98177e(0x173)}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':'Bentuk','insertShape':_0x98177e(0x171),'editShape':_0x98177e(0x176),'editText':_0x98177e(0x175),'deleteShape':_0x98177e(0x180),'formatShape':_0x98177e(0x184),'flipHorizontal':_0x98177e(0x16a),'flipVertical':_0x98177e(0x177),'objectListPanel':{'title':_0x98177e(0x17a),'open':'Lapisan','empty':_0x98177e(0x183),'showAll':'Tampilkan\x20semua','hideAll':_0x98177e(0x16c),'show':_0x98177e(0x182),'hide':_0x98177e(0x16b),'moveForward':_0x98177e(0x16d),'moveBackward':_0x98177e(0x17b),'close':_0x98177e(0x189),'name':_0x98177e(0x17c),'nameInput':_0x98177e(0x17d),'description':'Deskripsi','descriptionPlaceholder':_0x98177e(0x181),'details':_0x98177e(0x179),'noSelection':_0x98177e(0x16e)}}};module['exports']=e;function _0x4721(){const _0x487087=['215126jROwzA','25003QYanYD','3834456JchYWY','70158pEDHRn','Tutup','Balik\x20Horizontal','Sembunyikan','Sembunyikan\x20semua','Bawa\x20ke\x20Depan','Pilih\x20objek\x20untuk\x20mengedit\x20detail','6598764PfjfbC','18hgAQzv','Sisipkan\x20Bentuk','3204080LVPHWj','Pangkas\x20ke\x20Bentuk','22650tdLLDG','Edit\x20teks','Edit\x20Bentuk','Balik\x20Vertikal','27CGNsmV','Detail','Lapisan','Kirim\x20ke\x20Belakang','Nama','Nama\x20objek','749LEIxXV','502198jbIQrP','Hapus\x20Bentuk','Tambahkan\x20deskripsi','Tampilkan','Tidak\x20ada\x20objek','Format\x20Bentuk'];_0x4721=function(){return _0x487087;};return _0x4721();}
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1f3e4a=_0x3ea1;(function(_0x778f3e,_0x3261e2){const _0x5aeadb=_0x3ea1,_0x5f1354=_0x778f3e();while(!![]){try{const _0x579c20=parseInt(_0x5aeadb(0xe0))/0x1+parseInt(_0x5aeadb(0xe5))/0x2*(-parseInt(_0x5aeadb(0xef))/0x3)+-parseInt(_0x5aeadb(0xde))/0x4+-parseInt(_0x5aeadb(0xe8))/0x5+-parseInt(_0x5aeadb(0xf1))/0x6*(-parseInt(_0x5aeadb(0xea))/0x7)+parseInt(_0x5aeadb(0xda))/0x8+-parseInt(_0x5aeadb(0xee))/0x9*(parseInt(_0x5aeadb(0xec))/0xa);if(_0x579c20===_0x3261e2)break;else _0x5f1354['push'](_0x5f1354['shift']());}catch(_0x3d415b){_0x5f1354['push'](_0x5f1354['shift']());}}}(_0x548b,0x74b1f));function _0x3ea1(_0x57bd87,_0x30a77d){_0x57bd87=_0x57bd87-0xd9;const _0x548bf3=_0x548b();let _0x3ea1c4=_0x548bf3[_0x57bd87];return _0x3ea1c4;}const e={'sheets-shape-ui':{'quickStyles':_0x1f3e4a(0xf6),'imagePanel':{'crop':{'shape':_0x1f3e4a(0xeb)}},'permission':{'editErr':_0x1f3e4a(0xed)},'title':_0x1f3e4a(0xdd),'insertShape':'Inserisci\x20forma','editShape':_0x1f3e4a(0xe9),'editText':'Modifica\x20testo','deleteShape':_0x1f3e4a(0xf0),'formatShape':_0x1f3e4a(0xdb),'flipHorizontal':'Capovolgi\x20orizzontalmente','flipVertical':_0x1f3e4a(0xe1),'objectListPanel':{'title':_0x1f3e4a(0xe2),'open':_0x1f3e4a(0xe2),'empty':_0x1f3e4a(0xf5),'showAll':_0x1f3e4a(0xf3),'hideAll':_0x1f3e4a(0xdf),'show':_0x1f3e4a(0xf2),'hide':'Nascondi','moveForward':'Porta\x20avanti','moveBackward':_0x1f3e4a(0xd9),'close':_0x1f3e4a(0xf4),'name':_0x1f3e4a(0xe4),'nameInput':'Nome\x20oggetto','description':_0x1f3e4a(0xdc),'descriptionPlaceholder':_0x1f3e4a(0xe6),'details':'Dettagli','noSelection':_0x1f3e4a(0xe7)}}};module[_0x1f3e4a(0xe3)]=e;function _0x548b(){const _0x2e2848=['Ritaglia\x20a\x20forma','10wrwJfb','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','3841164SYwcSj','134154DEKsaC','Elimina\x20forma','1080006vwwbju','Mostra','Mostra\x20tutto','Chiudi','Nessun\x20oggetto','Stili\x20rapidi','Porta\x20indietro','1585264XVaHgO','Formato\x20forma','Descrizione','Forma','124144TIChpC','Nascondi\x20tutto','903512sRxSZa','Capovolgi\x20verticalmente','Livelli','exports','Nome','16uRcVRM','Aggiungi\x20descrizione','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','2640575pDvZLz','Modifica\x20forma','28FABswf'];_0x548b=function(){return _0x2e2848;};return _0x548b();}
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x368a(_0x406ae4,_0x3b9bfe){_0x406ae4=_0x406ae4-0xc7;const _0x625a3a=_0x625a();let _0x368a3f=_0x625a3a[_0x406ae4];return _0x368a3f;}const _0x3e7cb1=_0x368a;(function(_0x687766,_0x5642ef){const _0x1580a0=_0x368a,_0x22f3b6=_0x687766();while(!![]){try{const _0x6f4c86=-parseInt(_0x1580a0(0xe0))/0x1+parseInt(_0x1580a0(0xcc))/0x2+parseInt(_0x1580a0(0xd9))/0x3*(parseInt(_0x1580a0(0xca))/0x4)+-parseInt(_0x1580a0(0xcd))/0x5*(-parseInt(_0x1580a0(0xdd))/0x6)+parseInt(_0x1580a0(0xd2))/0x7+-parseInt(_0x1580a0(0xc8))/0x8+-parseInt(_0x1580a0(0xde))/0x9;if(_0x6f4c86===_0x5642ef)break;else _0x22f3b6['push'](_0x22f3b6['shift']());}catch(_0x3d1799){_0x22f3b6['push'](_0x22f3b6['shift']());}}}(_0x625a,0x78904));function _0x625a(){const _0x5ddafe=['847985yOKyVW','形状にトリミング','オブジェクト名','4048584EPkTOc','非表示','1393036jPOASc','詳細を編集するオブジェクトを選択','1558700pyijWF','1180790SSHQVO','すべて非表示','オブジェクトがありません','クイックスタイル','図形の書式設定','2593171zDmmtm','図形を削除','テキストを編集','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','上下反転','図形を編集','レイヤー','3NTOZOs','exports','左右反転','閉じる','12iCvbqK','1102428WJtEOD','図形の挿入'];_0x625a=function(){return _0x5ddafe;};return _0x625a();}const e={'sheets-shape-ui':{'quickStyles':_0x3e7cb1(0xd0),'imagePanel':{'crop':{'shape':_0x3e7cb1(0xe1)}},'permission':{'editErr':_0x3e7cb1(0xd5)},'title':'図形','insertShape':_0x3e7cb1(0xdf),'editShape':_0x3e7cb1(0xd7),'editText':_0x3e7cb1(0xd4),'deleteShape':_0x3e7cb1(0xd3),'formatShape':_0x3e7cb1(0xd1),'flipHorizontal':_0x3e7cb1(0xdb),'flipVertical':_0x3e7cb1(0xd6),'objectListPanel':{'title':'レイヤー','open':_0x3e7cb1(0xd8),'empty':_0x3e7cb1(0xcf),'showAll':'すべて表示','hideAll':_0x3e7cb1(0xce),'show':'表示','hide':_0x3e7cb1(0xc9),'moveForward':'前面へ移動','moveBackward':'背面へ移動','close':_0x3e7cb1(0xdc),'name':'名前','nameInput':_0x3e7cb1(0xc7),'description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x3e7cb1(0xcb)}}};module[_0x3e7cb1(0xda)]=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x107b(){const _0x2174fc=['모두\x20표시','7736HPsbqF','1489640PWOeNO','487335sSAolR','레이어','도형\x20서식','텍스트\x20편집','도형\x20삭제','앞으로\x20가져오기','exports','세부\x20정보','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','534129SvzcEJ','12AGgZjB','1127709hTcDxY','7658VaNBBE','26320923xqZshc','가로\x20뒤집기','모두\x20숨기기','빠른\x20스타일','숨기기','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','모양에\x20맞게\x20자르기','도형\x20편집','8519148iPRVMr','개체\x20없음','도형\x20삽입'];_0x107b=function(){return _0x2174fc;};return _0x107b();}const _0x5c35e5=_0x55f8;(function(_0x580805,_0x538fed){const _0x105101=_0x55f8,_0x9447a2=_0x580805();while(!![]){try{const _0x3e73da=parseInt(_0x105101(0x1ba))/0x1+-parseInt(_0x105101(0x1d4))/0x2*(parseInt(_0x105101(0x1d3))/0x3)+parseInt(_0x105101(0x1c9))/0x4+parseInt(_0x105101(0x1ca))/0x5+-parseInt(_0x105101(0x1c4))/0x6+parseInt(_0x105101(0x1bb))/0x7*(-parseInt(_0x105101(0x1c8))/0x8)+parseInt(_0x105101(0x1bc))/0x9;if(_0x3e73da===_0x538fed)break;else _0x9447a2['push'](_0x9447a2['shift']());}catch(_0x24fc23){_0x9447a2['push'](_0x9447a2['shift']());}}}(_0x107b,0xee4f7));const e={'sheets-shape-ui':{'quickStyles':_0x5c35e5(0x1bf),'imagePanel':{'crop':{'shape':_0x5c35e5(0x1c2)}},'permission':{'editErr':_0x5c35e5(0x1c1)},'title':'도형','insertShape':_0x5c35e5(0x1c6),'editShape':_0x5c35e5(0x1c3),'editText':_0x5c35e5(0x1cd),'deleteShape':_0x5c35e5(0x1ce),'formatShape':_0x5c35e5(0x1cc),'flipHorizontal':_0x5c35e5(0x1bd),'flipVertical':'세로\x20뒤집기','objectListPanel':{'title':_0x5c35e5(0x1cb),'open':_0x5c35e5(0x1cb),'empty':_0x5c35e5(0x1c5),'showAll':_0x5c35e5(0x1c7),'hideAll':_0x5c35e5(0x1be),'show':'표시','hide':_0x5c35e5(0x1c0),'moveForward':_0x5c35e5(0x1cf),'moveBackward':'뒤로\x20보내기','close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x5c35e5(0x1d1),'noSelection':_0x5c35e5(0x1d2)}}};function _0x55f8(_0x2dada2,_0x332c05){_0x2dada2=_0x2dada2-0x1ba;const _0x107b43=_0x107b();let _0x55f8f3=_0x107b43[_0x2dada2];return _0x55f8f3;}module[_0x5c35e5(0x1d0)]=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1e1320=_0x1786;function _0x3465(){const _0x243636=['Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Edytuj\x20tekst','45310VeQoOS','Przesuń\x20do\x20przodu','exports','Odbij\x20poziomo','Odbij\x20pionowo','1555205rjzXLy','Przytnij\x20do\x20kształtu','11184750UXowfw','Pokaż','Szczegóły','6576924aMEZNJ','Dodaj\x20opis','Usuń\x20kształt','Pokaż\x20wszystko','18wkhKdE','Ukryj','Szybkie\x20style','8hOBvZT','Nazwa\x20obiektu','Ukryj\x20wszystko','Kształt','8742818WIWUof','4jVTPuJ','Zamknij','Formatuj\x20kształt','Warstwy','Opis','Wstaw\x20kształt','63335ubnGSB','478155DxGfqB','1441MXAEeB'];_0x3465=function(){return _0x243636;};return _0x3465();}(function(_0x229cdd,_0x4e1157){const _0x2fa981=_0x1786,_0x542fdf=_0x229cdd();while(!![]){try{const _0x58d89e=-parseInt(_0x2fa981(0xfc))/0x1*(parseInt(_0x2fa981(0xee))/0x2)+parseInt(_0x2fa981(0xfd))/0x3+parseInt(_0x2fa981(0xf6))/0x4*(parseInt(_0x2fa981(0xe5))/0x5)+-parseInt(_0x2fa981(0xea))/0x6+-parseInt(_0x2fa981(0xf5))/0x7*(-parseInt(_0x2fa981(0xf1))/0x8)+parseInt(_0x2fa981(0xe7))/0x9+-parseInt(_0x2fa981(0xe0))/0xa*(parseInt(_0x2fa981(0xdd))/0xb);if(_0x58d89e===_0x4e1157)break;else _0x542fdf['push'](_0x542fdf['shift']());}catch(_0x6b0dda){_0x542fdf['push'](_0x542fdf['shift']());}}}(_0x3465,0xab7d4));function _0x1786(_0x46ba6a,_0xb790f8){_0x46ba6a=_0x46ba6a-0xdd;const _0x346529=_0x3465();let _0x17860b=_0x346529[_0x46ba6a];return _0x17860b;}const e={'sheets-shape-ui':{'quickStyles':_0x1e1320(0xf0),'imagePanel':{'crop':{'shape':_0x1e1320(0xe6)}},'permission':{'editErr':_0x1e1320(0xde)},'title':_0x1e1320(0xf4),'insertShape':_0x1e1320(0xfb),'editShape':'Edytuj\x20kształt','editText':_0x1e1320(0xdf),'deleteShape':_0x1e1320(0xec),'formatShape':_0x1e1320(0xf8),'flipHorizontal':_0x1e1320(0xe3),'flipVertical':_0x1e1320(0xe4),'objectListPanel':{'title':_0x1e1320(0xf9),'open':_0x1e1320(0xf9),'empty':'Brak\x20obiektów','showAll':_0x1e1320(0xed),'hideAll':_0x1e1320(0xf3),'show':_0x1e1320(0xe8),'hide':_0x1e1320(0xef),'moveForward':_0x1e1320(0xe1),'moveBackward':'Przesuń\x20do\x20tyłu','close':_0x1e1320(0xf7),'name':'Nazwa','nameInput':_0x1e1320(0xf2),'description':_0x1e1320(0xfa),'descriptionPlaceholder':_0x1e1320(0xeb),'details':_0x1e1320(0xe9),'noSelection':'Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły'}}};module[_0x1e1320(0xe2)]=e;
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5d8324=_0x20e2;(function(_0x53504d,_0xfe0169){const _0x38f038=_0x20e2,_0x271f6b=_0x53504d();while(!![]){try{const _0xe42479=parseInt(_0x38f038(0x19c))/0x1+parseInt(_0x38f038(0x19f))/0x2+-parseInt(_0x38f038(0x1a6))/0x3+parseInt(_0x38f038(0x198))/0x4+parseInt(_0x38f038(0x1a9))/0x5*(-parseInt(_0x38f038(0x19a))/0x6)+-parseInt(_0x38f038(0x195))/0x7+parseInt(_0x38f038(0x1a7))/0x8*(parseInt(_0x38f038(0x191))/0x9);if(_0xe42479===_0xfe0169)break;else _0x271f6b['push'](_0x271f6b['shift']());}catch(_0x8b7ae6){_0x271f6b['push'](_0x271f6b['shift']());}}}(_0x1bf9,0x2062e));const e={'sheets-shape-ui':{'quickStyles':_0x5d8324(0x194),'imagePanel':{'crop':{'shape':'Cortar\x20para\x20forma'}},'permission':{'editErr':'O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.'},'title':_0x5d8324(0x197),'insertShape':_0x5d8324(0x1ac),'editShape':_0x5d8324(0x193),'editText':_0x5d8324(0x1aa),'deleteShape':'Excluir\x20forma','formatShape':_0x5d8324(0x19d),'flipHorizontal':_0x5d8324(0x1a0),'flipVertical':_0x5d8324(0x1ab),'objectListPanel':{'title':_0x5d8324(0x1a3),'open':_0x5d8324(0x1a3),'empty':_0x5d8324(0x1a4),'showAll':_0x5d8324(0x1a8),'hideAll':_0x5d8324(0x1a1),'show':'Mostrar','hide':'Ocultar','moveForward':'Trazer\x20para\x20frente','moveBackward':_0x5d8324(0x19e),'close':'Fechar','name':_0x5d8324(0x1ad),'nameInput':_0x5d8324(0x19b),'description':_0x5d8324(0x1a2),'descriptionPlaceholder':_0x5d8324(0x192),'details':_0x5d8324(0x196),'noSelection':_0x5d8324(0x199)}}};function _0x20e2(_0x21e9c5,_0x4ead60){_0x21e9c5=_0x21e9c5-0x191;const _0x1bf93e=_0x1bf9();let _0x20e24b=_0x1bf93e[_0x21e9c5];return _0x20e24b;}module[_0x5d8324(0x1a5)]=e;function _0x1bf9(){const _0x23722a=['260034fJZySq','Formatar\x20forma','Enviar\x20para\x20trás','428686BYOUfv','Inverter\x20horizontalmente','Ocultar\x20tudo','Descrição','Camadas','Nenhum\x20objeto','exports','731538CbSNGA','2408336ztpOKa','Mostrar\x20tudo','30825tNKzkS','Editar\x20texto','Inverter\x20verticalmente','Inserir\x20forma','Nome','9eJtLBN','Adicionar\x20descrição','Editar\x20forma','Estilos\x20rápidos','1769992VzkTLP','Detalhes','Forma','352828yarLbo','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','228fSuTAk','Nome\x20do\x20objeto'];_0x1bf9=function(){return _0x23722a;};return _0x1bf9();}
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4e484f=_0x40f0;(function(_0x6b2acc,_0x136924){const _0x1a5cf8=_0x40f0,_0x29c660=_0x6b2acc();while(!![]){try{const _0x2edd4d=-parseInt(_0x1a5cf8(0x1f9))/0x1+-parseInt(_0x1a5cf8(0x202))/0x2*(parseInt(_0x1a5cf8(0x1f0))/0x3)+-parseInt(_0x1a5cf8(0x205))/0x4*(parseInt(_0x1a5cf8(0x1f1))/0x5)+-parseInt(_0x1a5cf8(0x1fa))/0x6+-parseInt(_0x1a5cf8(0x1f5))/0x7+-parseInt(_0x1a5cf8(0x1f2))/0x8+-parseInt(_0x1a5cf8(0x203))/0x9*(-parseInt(_0x1a5cf8(0x1fb))/0xa);if(_0x2edd4d===_0x136924)break;else _0x29c660['push'](_0x29c660['shift']());}catch(_0x5caac0){_0x29c660['push'](_0x29c660['shift']());}}}(_0x4f10,0x3f323));function _0x40f0(_0x4f7718,_0x4d9eef){_0x4f7718=_0x4f7718-0x1ec;const _0x4f1025=_0x4f10();let _0x40f0be=_0x4f1025[_0x4f7718];return _0x40f0be;}const e={'sheets-shape-ui':{'quickStyles':'Быстрые\x20стили','imagePanel':{'crop':{'shape':'Обрезать\x20по\x20форме'}},'permission':{'editErr':_0x4e484f(0x204)},'title':_0x4e484f(0x1f7),'insertShape':'Вставить\x20фигуру','editShape':_0x4e484f(0x1ef),'editText':_0x4e484f(0x206),'deleteShape':_0x4e484f(0x1ff),'formatShape':_0x4e484f(0x1fd),'flipHorizontal':_0x4e484f(0x1f6),'flipVertical':'Отразить\x20по\x20вертикали','objectListPanel':{'title':_0x4e484f(0x1f3),'open':'Слои','empty':'Нет\x20объектов','showAll':_0x4e484f(0x1f8),'hideAll':_0x4e484f(0x1ed),'show':_0x4e484f(0x1ee),'hide':_0x4e484f(0x1fc),'moveForward':_0x4e484f(0x200),'moveBackward':'Переместить\x20назад','close':'Закрыть','name':'Имя','nameInput':_0x4e484f(0x1f4),'description':_0x4e484f(0x201),'descriptionPlaceholder':_0x4e484f(0x1ec),'details':'Сведения','noSelection':_0x4e484f(0x1fe)}}};function _0x4f10(){const _0x41053c=['Удалить\x20фигуру','Переместить\x20вперед','Описание','68fvPZOt','9mAbaGl','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','903776WyJdLc','Редактировать\x20текст','exports','Добавить\x20описание','Скрыть\x20все','Показать','Редактировать\x20фигуру','39876XXdGOp','5pWrsnZ','2393736AWkhuP','Слои','Имя\x20объекта','1825698DfUOeA','Отразить\x20по\x20горизонтали','Фигура','Показать\x20все','372845IcMBwi','2996664YYGhGx','23690430RUXgQl','Скрыть','Форматировать\x20фигуру','Выберите\x20объект\x20для\x20редактирования\x20сведений'];_0x4f10=function(){return _0x41053c;};return _0x4f10();}module[_0x4e484f(0x207)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x52e6fd=_0x12f9;function _0x12f9(_0x357c27,_0x5556b0){_0x357c27=_0x357c27-0x15a;const _0x1237d8=_0x1237();let _0x12f98c=_0x1237d8[_0x357c27];return _0x12f98c;}(function(_0xaee834,_0x226ca4){const _0x4d93d7=_0x12f9,_0x37308a=_0xaee834();while(!![]){try{const _0x2fd53f=parseInt(_0x4d93d7(0x15b))/0x1*(parseInt(_0x4d93d7(0x172))/0x2)+parseInt(_0x4d93d7(0x16e))/0x3*(-parseInt(_0x4d93d7(0x175))/0x4)+-parseInt(_0x4d93d7(0x164))/0x5+-parseInt(_0x4d93d7(0x166))/0x6*(-parseInt(_0x4d93d7(0x15c))/0x7)+-parseInt(_0x4d93d7(0x176))/0x8+parseInt(_0x4d93d7(0x168))/0x9*(parseInt(_0x4d93d7(0x16a))/0xa)+-parseInt(_0x4d93d7(0x171))/0xb*(-parseInt(_0x4d93d7(0x178))/0xc);if(_0x2fd53f===_0x226ca4)break;else _0x37308a['push'](_0x37308a['shift']());}catch(_0x4d76a4){_0x37308a['push'](_0x37308a['shift']());}}}(_0x1237,0xeb33e));function _0x1237(){const _0xd3e8ec=['9313073ocRNSD','873008hVRGYj','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Prevrátiť\x20vodorovne','50124hESwAC','14311984vghUWp','Zobraziť','36gXvLer','Žiadne\x20objekty','Zavrieť','3ZCrNAM','7GzlPCO','exports','Vrstvy','Pridat\x20popis','Prevrátiť\x20zvislo','Rýchle\x20štýly','Vložiť\x20tvar','Posunúť\x20dopredu','7986795zgbXmH','Oříznout\x20podle\x20tvaru','11209452CvoZaO','Podrobnosti','4492647IXRFJE','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','10GQeAIw','Zobraziť\x20všetko','Skryť\x20všetko','Názov','447AAvhbk','Skryť','Upraviť\x20tvar'];_0x1237=function(){return _0xd3e8ec;};return _0x1237();}const e={'sheets-shape-ui':{'quickStyles':_0x52e6fd(0x161),'imagePanel':{'crop':{'shape':_0x52e6fd(0x165)}},'permission':{'editErr':_0x52e6fd(0x169)},'title':'Tvar','insertShape':_0x52e6fd(0x162),'editShape':_0x52e6fd(0x170),'editText':'Upraviť\x20text','deleteShape':'Odstrániť\x20tvar','formatShape':'Formátovať\x20tvar','flipHorizontal':_0x52e6fd(0x174),'flipVertical':_0x52e6fd(0x160),'objectListPanel':{'title':'Vrstvy','open':_0x52e6fd(0x15e),'empty':_0x52e6fd(0x179),'showAll':_0x52e6fd(0x16b),'hideAll':_0x52e6fd(0x16c),'show':_0x52e6fd(0x177),'hide':_0x52e6fd(0x16f),'moveForward':_0x52e6fd(0x163),'moveBackward':'Posunúť\x20dozadu','close':_0x52e6fd(0x15a),'name':_0x52e6fd(0x16d),'nameInput':'Názov\x20objektu','description':'Popis','descriptionPlaceholder':_0x52e6fd(0x15f),'details':_0x52e6fd(0x167),'noSelection':_0x52e6fd(0x173)}}};module[_0x52e6fd(0x15d)]=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0xebb1(){const _0x547eef=['581bVuOAk','46152tzQyjg','190IRFNgH','1158049csUGfs','Tên\x20đối\x20tượng','4189772WwZxKv','2049780MznpuU','Tên','Mô\x20tả','Lật\x20dọc','Chèn\x20hình\x20dạng','1794DNGriq','1432ljQmNx','Hình\x20dạng','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Chỉnh\x20sửa\x20hình\x20dạng','Xóa\x20hình\x20dạng','Chưa\x20có\x20đối\x20tượng','Đưa\x20xuống\x20dưới','Ẩn\x20tất\x20cả','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Lớp','Định\x20dạng\x20hình\x20dạng','81XknPgI','Đưa\x20lên\x20trên','1682703arrLbm','33486AxMsCg','Hiển\x20thị\x20tất\x20cả','Lật\x20ngang'];_0xebb1=function(){return _0x547eef;};return _0xebb1();}const _0x1b5ab7=_0x410a;(function(_0x587f66,_0x5beb7f){const _0x474113=_0x410a,_0x20bc0c=_0x587f66();while(!![]){try{const _0x5053a4=parseInt(_0x474113(0xce))/0x1+parseInt(_0x474113(0xba))/0x2*(parseInt(_0x474113(0xb9))/0x3)+parseInt(_0x474113(0xd0))/0x4+parseInt(_0x474113(0xd1))/0x5+parseInt(_0x474113(0xc8))/0x6*(parseInt(_0x474113(0xcb))/0x7)+-parseInt(_0x474113(0xcc))/0x8*(-parseInt(_0x474113(0xc5))/0x9)+parseInt(_0x474113(0xcd))/0xa*(-parseInt(_0x474113(0xc7))/0xb);if(_0x5053a4===_0x5beb7f)break;else _0x20bc0c['push'](_0x20bc0c['shift']());}catch(_0x3f12f3){_0x20bc0c['push'](_0x20bc0c['shift']());}}}(_0xebb1,0x9f3f1));const e={'sheets-shape-ui':{'quickStyles':'Kiểu\x20nhanh','imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x1b5ab7(0xbc)},'title':_0x1b5ab7(0xbb),'insertShape':_0x1b5ab7(0xb8),'editShape':_0x1b5ab7(0xbd),'editText':'Chỉnh\x20sửa\x20văn\x20bản','deleteShape':_0x1b5ab7(0xbe),'formatShape':_0x1b5ab7(0xc4),'flipHorizontal':_0x1b5ab7(0xca),'flipVertical':_0x1b5ab7(0xb7),'objectListPanel':{'title':_0x1b5ab7(0xc3),'open':_0x1b5ab7(0xc3),'empty':_0x1b5ab7(0xbf),'showAll':_0x1b5ab7(0xc9),'hideAll':_0x1b5ab7(0xc1),'show':'Hiện','hide':'Ẩn','moveForward':_0x1b5ab7(0xc6),'moveBackward':_0x1b5ab7(0xc0),'close':'Đóng','name':_0x1b5ab7(0xd2),'nameInput':_0x1b5ab7(0xcf),'description':_0x1b5ab7(0xd3),'descriptionPlaceholder':'Them\x20mo\x20ta','details':'Chi\x20tiết','noSelection':_0x1b5ab7(0xc2)}}};function _0x410a(_0x10623a,_0x239ef2){_0x10623a=_0x10623a-0xb7;const _0xebb1cc=_0xebb1();let _0x410a21=_0xebb1cc[_0x10623a];return _0x410a21;}module['exports']=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x34cf5b=_0x1fca;function _0x49dc(){const _0x4acdca=['裁剪为形状','544870TkqTNZ','8972272XzURQM','上移一层','下移一层','3506028xclCmX','2792624QQVGjB','快捷样式','exports','388038wzWAgt','45EpgTnu','插入形状','删除形状','全部显示','全部隐藏','对象名称','20GxvlNd','暂无对象','水平翻转','8751060bHSDot','7kkedpY','编辑形状','781331GrTdLe','编辑文字'];_0x49dc=function(){return _0x4acdca;};return _0x49dc();}(function(_0x2a5e05,_0x2cd4c1){const _0x52cb84=_0x1fca,_0x1f469a=_0x2a5e05();while(!![]){try{const _0x3e2763=-parseInt(_0x52cb84(0xc4))/0x1+parseInt(_0x52cb84(0xc7))/0x2+-parseInt(_0x52cb84(0xcb))/0x3+-parseInt(_0x52cb84(0xcc))/0x4+parseInt(_0x52cb84(0xbe))/0x5*(-parseInt(_0x52cb84(0xb7))/0x6)+-parseInt(_0x52cb84(0xc2))/0x7*(parseInt(_0x52cb84(0xc8))/0x8)+-parseInt(_0x52cb84(0xb8))/0x9*(-parseInt(_0x52cb84(0xc1))/0xa);if(_0x3e2763===_0x2cd4c1)break;else _0x1f469a['push'](_0x1f469a['shift']());}catch(_0x1f3b32){_0x1f469a['push'](_0x1f469a['shift']());}}}(_0x49dc,0x97438));const e={'sheets-shape-ui':{'quickStyles':_0x34cf5b(0xb5),'imagePanel':{'crop':{'shape':_0x34cf5b(0xc6)}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':_0x34cf5b(0xb9),'editShape':_0x34cf5b(0xc3),'editText':_0x34cf5b(0xc5),'deleteShape':_0x34cf5b(0xba),'formatShape':'格式化形状','flipHorizontal':_0x34cf5b(0xc0),'flipVertical':'垂直翻转','objectListPanel':{'title':'图层','open':'图层','empty':_0x34cf5b(0xbf),'showAll':_0x34cf5b(0xbb),'hideAll':_0x34cf5b(0xbc),'show':'显示','hide':'隐藏','moveForward':_0x34cf5b(0xc9),'moveBackward':_0x34cf5b(0xca),'close':'关闭','name':'名称','nameInput':_0x34cf5b(0xbd),'description':'描述','descriptionPlaceholder':'添加描述','details':'详情','noSelection':'选择对象以编辑详情'}}};function _0x1fca(_0x1ddd2c,_0x9c79e0){_0x1ddd2c=_0x1ddd2c-0xb5;const _0x49dc74=_0x49dc();let _0x1fca45=_0x49dc74[_0x1ddd2c];return _0x1fca45;}module[_0x34cf5b(0xb6)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1fd850=_0x4963;(function(_0x3ed2ce,_0x1ea819){const _0x5d65a0=_0x4963,_0x428223=_0x3ed2ce();while(!![]){try{const _0x440b1c=parseInt(_0x5d65a0(0x1b4))/0x1*(parseInt(_0x5d65a0(0x1c7))/0x2)+parseInt(_0x5d65a0(0x1bc))/0x3*(-parseInt(_0x5d65a0(0x1bb))/0x4)+-parseInt(_0x5d65a0(0x1c6))/0x5*(parseInt(_0x5d65a0(0x1bf))/0x6)+-parseInt(_0x5d65a0(0x1cc))/0x7*(-parseInt(_0x5d65a0(0x1cb))/0x8)+parseInt(_0x5d65a0(0x1b3))/0x9+parseInt(_0x5d65a0(0x1be))/0xa*(-parseInt(_0x5d65a0(0x1c4))/0xb)+-parseInt(_0x5d65a0(0x1c5))/0xc;if(_0x440b1c===_0x1ea819)break;else _0x428223['push'](_0x428223['shift']());}catch(_0x1b777d){_0x428223['push'](_0x428223['shift']());}}}(_0x5232,0xd55c1));function _0x5232(){const _0x233535=['115whroZN','1561292uOwjiP','垂直翻轉','全部顯示','快速樣式','1061536qpiglf','63HOywVh','物件名稱','10621836cQmJHW','1HphIFo','選擇物件以編輯詳情','編輯形狀','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','插入形狀','暫無物件','裁切為形狀','147916HItVRw','75PpUGHx','新增描述','40xiZAVd','247386Wosfxi','刪除形狀','下移一層','水平翻轉','編輯文字','195239bziMLn','4048476gfZPOI'];_0x5232=function(){return _0x233535;};return _0x5232();}function _0x4963(_0x5a2c83,_0x56007f){_0x5a2c83=_0x5a2c83-0x1b2;const _0x523201=_0x5232();let _0x496325=_0x523201[_0x5a2c83];return _0x496325;}const e={'sheets-shape-ui':{'quickStyles':_0x1fd850(0x1ca),'imagePanel':{'crop':{'shape':_0x1fd850(0x1ba)}},'permission':{'editErr':_0x1fd850(0x1b7)},'title':'形狀','insertShape':_0x1fd850(0x1b8),'editShape':_0x1fd850(0x1b6),'editText':_0x1fd850(0x1c3),'deleteShape':_0x1fd850(0x1c0),'formatShape':'格式化形狀','flipHorizontal':_0x1fd850(0x1c2),'flipVertical':_0x1fd850(0x1c8),'objectListPanel':{'title':'圖層','open':'圖層','empty':_0x1fd850(0x1b9),'showAll':_0x1fd850(0x1c9),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x1fd850(0x1c1),'close':'關閉','name':'名稱','nameInput':_0x1fd850(0x1b2),'description':'描述','descriptionPlaceholder':_0x1fd850(0x1bd),'details':'詳情','noSelection':_0x1fd850(0x1b5)}}};module['exports']=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x24fa(_0x32c3f5,_0x3e7712){_0x32c3f5=_0x32c3f5-0x133;const _0x24fa79=_0xb2de();let _0x372026=_0x24fa79[_0x32c3f5];return _0x372026;}const _0x21d925=_0x24fa;(function(_0x567461,_0x50503c){const _0x4adcd4=_0x24fa,_0x17a128=_0x567461();while(!![]){try{const _0x100ecd=parseInt(_0x4adcd4(0x139))/0x1+parseInt(_0x4adcd4(0x143))/0x2+-parseInt(_0x4adcd4(0x14a))/0x3+-parseInt(_0x4adcd4(0x149))/0x4*(parseInt(_0x4adcd4(0x138))/0x5)+parseInt(_0x4adcd4(0x13d))/0x6+parseInt(_0x4adcd4(0x135))/0x7*(-parseInt(_0x4adcd4(0x133))/0x8)+-parseInt(_0x4adcd4(0x13a))/0x9;if(_0x100ecd===_0x50503c)break;else _0x17a128['push'](_0x17a128['shift']());}catch(_0x3ecafc){_0x17a128['push'](_0x17a128['shift']());}}}(_0xb2de,0x84dbd));const e={'sheets-shape-ui':{'quickStyles':_0x21d925(0x13c),'imagePanel':{'crop':{'shape':_0x21d925(0x147)}},'permission':{'editErr':_0x21d925(0x134)},'title':'形狀','insertShape':_0x21d925(0x146),'editShape':_0x21d925(0x13f),'editText':'編輯文字','deleteShape':_0x21d925(0x141),'formatShape':_0x21d925(0x148),'flipHorizontal':_0x21d925(0x144),'flipVertical':_0x21d925(0x13b),'objectListPanel':{'title':'圖層','open':'圖層','empty':_0x21d925(0x137),'showAll':_0x21d925(0x142),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x21d925(0x145),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x21d925(0x136),'details':_0x21d925(0x140),'noSelection':'選取物件以編輯詳細資料'}}};module[_0x21d925(0x13e)]=e;function _0xb2de(){const _0x30fdd1=['該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','899171pwSvVP','新增描述','暫無物件','15BQwfdH','963692PqnMOW','4476132zqpxZy','垂直翻轉','快捷樣式','6153156wzCcuK','exports','編輯形狀','詳細資料','刪除形狀','全部顯示','1051758rMuUIr','水平翻轉','上移一層','插入形狀','裁切為形狀','格式化形狀','898148GlQGEt','1629129ZDCTUS','16akUyPW'];_0xb2de=function(){return _0x30fdd1;};return _0xb2de();}
|