@univerjs-pro/sheets-shape-ui 1.0.0-alpha.2 → 1.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- 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 +21 -0
- 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/command-util.d.ts +0 -11
- package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
- package/lib/types/const.d.ts +3 -1
- package/lib/types/controllers/components.controller.d.ts +4 -2
- package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
- package/lib/types/controllers/shape-update.controller.d.ts +1 -0
- package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
- package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
- package/lib/types/controllers/sheet-shape-render.controller.d.ts +9 -3
- package/lib/types/index.d.ts +1 -7
- package/lib/types/locale/en-US.d.ts +18 -33
- package/lib/types/menu/object-list.menu.d.ts +4 -0
- package/lib/types/services/shape-text-editing.service.d.ts +8 -0
- package/lib/types/utils/shape-text-document.d.ts +1 -11
- package/lib/types/view-model/drawing-shape.d.ts +6 -2
- package/lib/types/views/ShapePicker.d.ts +2 -0
- package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +1 -0
- package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
- 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 +20 -19
- package/lib/types/commands/command/set-shape-text-align.command.d.ts +0 -5
- package/lib/types/commands/command/set-shape-text-style.command.d.ts +0 -7
- package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +0 -5
- package/lib/types/commands/command/shape-doc-align.command.d.ts +0 -10
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +0 -19
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +0 -6
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +0 -10
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +0 -10
- package/lib/types/view-model/shape-data-model.d.ts +0 -6
- package/lib/types/views/shape-editor-panel/index.d.ts +0 -1
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
- /package/lib/types/commands/operations/{actvie-drawing-operation.d.ts → active-drawing-operation.d.ts} +0 -0
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1c6bc9=_0x14be;function _0xbe57(){const _0x4823d4=['قص\x20إلى\x20شكل','1839fqAamI','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','1896KxFxOt','إرسال\x20للخلف','3410GfULLS','exports','30235ZhRibm','فتح\x20لوحة\x20الأشكال','موضع\x20الشكل','83988OXlCPW','إخفاء','10100KUACLK','15148TJVKWV','إدراج\x20شكل','14724KbuwWL','إخفاء\x20الكل','4339446pqcUXB','918tpKIQA','الطبقات','حذف\x20الشكل','الوصف','497228ZSVPss','إخفاء\x20لوحة\x20الأشكال','إظهار','تبديل\x20الانعكاس\x20العمودي','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','التفاصيل','تدوير\x20لليسار\x2090°','إضافة\x20وصف','تبديل\x20النص\x20العمودي','إحضار\x20للأمام','الاسم','1382DIOpym'];_0xbe57=function(){return _0x4823d4;};return _0xbe57();}(function(_0x33978a,_0x26eef7){const _0x50ddff=_0x14be,_0x5686e8=_0x33978a();while(!![]){try{const _0x4c3439=-parseInt(_0x50ddff(0xe3))/0x1*(-parseInt(_0x50ddff(0xe1))/0x2)+-parseInt(_0x50ddff(0xd1))/0x3+parseInt(_0x50ddff(0xd6))/0x4+parseInt(_0x50ddff(0xe9))/0x5*(parseInt(_0x50ddff(0xd2))/0x6)+parseInt(_0x50ddff(0xcd))/0x7*(parseInt(_0x50ddff(0xe5))/0x8)+-parseInt(_0x50ddff(0xcf))/0x9*(-parseInt(_0x50ddff(0xcc))/0xa)+-parseInt(_0x50ddff(0xe7))/0xb*(parseInt(_0x50ddff(0xca))/0xc);if(_0x4c3439===_0x26eef7)break;else _0x5686e8['push'](_0x5686e8['shift']());}catch(_0x2a1e79){_0x5686e8['push'](_0x5686e8['shift']());}}}(_0xbe57,0xd43b7));function _0x14be(_0x2fb855,_0x1ee08b){_0x2fb855=_0x2fb855-0xc8;const _0xbe5776=_0xbe57();let _0x14beaf=_0xbe5776[_0x2fb855];return _0x14beaf;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1c6bc9(0xe2)}},'permission':{'editErr':_0x1c6bc9(0xda)},'title':'شكل','insertShape':_0x1c6bc9(0xce),'openPanel':_0x1c6bc9(0xc8),'deleteShape':_0x1c6bc9(0xd4),'hidePanel':_0x1c6bc9(0xd7),'formatShape':'تنسيق\x20الشكل','shapeStyle':'نمط\x20الشكل','shapePosition':_0x1c6bc9(0xc9),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':_0x1c6bc9(0xd9),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x1c6bc9(0xdc),'toggleTextVertical':_0x1c6bc9(0xde),'objectListPanel':{'title':_0x1c6bc9(0xd3),'open':'فتح\x20لوحة\x20الطبقات','empty':'لا\x20توجد\x20كائنات','showAll':'إظهار\x20الكل','hideAll':_0x1c6bc9(0xd0),'show':_0x1c6bc9(0xd8),'hide':_0x1c6bc9(0xcb),'moveForward':_0x1c6bc9(0xdf),'moveBackward':_0x1c6bc9(0xe6),'close':'إغلاق','name':_0x1c6bc9(0xe0),'nameInput':'اسم\x20الكائن','description':_0x1c6bc9(0xd5),'descriptionPlaceholder':_0x1c6bc9(0xdd),'details':_0x1c6bc9(0xdb),'noSelection':_0x1c6bc9(0xe4)}}};module[_0x1c6bc9(0xe8)]=e;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2a27d5=_0x36e4;(function(_0x434fb6,_0x3fe8ad){const _0x52bb43=_0x36e4,_0x35695d=_0x434fb6();while(!![]){try{const _0x249b51=-parseInt(_0x52bb43(0xaa))/0x1+-parseInt(_0x52bb43(0xb5))/0x2+-parseInt(_0x52bb43(0xb2))/0x3+-parseInt(_0x52bb43(0xa2))/0x4*(-parseInt(_0x52bb43(0xae))/0x5)+parseInt(_0x52bb43(0xa1))/0x6+parseInt(_0x52bb43(0xba))/0x7+-parseInt(_0x52bb43(0xa7))/0x8*(parseInt(_0x52bb43(0xa5))/0x9);if(_0x249b51===_0x3fe8ad)break;else _0x35695d['push'](_0x35695d['shift']());}catch(_0x9945ef){_0x35695d['push'](_0x35695d['shift']());}}}(_0x2821,0x613ba));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2a27d5(0xa8)}},'permission':{'editErr':_0x2a27d5(0xb0)},'title':'Forma','insertShape':_0x2a27d5(0xa6),'openPanel':_0x2a27d5(0x9b),'deleteShape':_0x2a27d5(0xb9),'hidePanel':_0x2a27d5(0x9c),'formatShape':_0x2a27d5(0xb1),'shapeStyle':'Estil\x20de\x20forma','shapePosition':_0x2a27d5(0xac),'toggleFlipH':_0x2a27d5(0x9e),'toggleFlipV':_0x2a27d5(0xa3),'rotateRight90':_0x2a27d5(0xa4),'rotateLeft90':_0x2a27d5(0xab),'toggleTextVertical':_0x2a27d5(0xb7),'objectListPanel':{'title':_0x2a27d5(0x9f),'open':_0x2a27d5(0xaf),'empty':_0x2a27d5(0xb3),'showAll':_0x2a27d5(0x9a),'hideAll':_0x2a27d5(0xb6),'show':_0x2a27d5(0xa9),'hide':'Amagar','moveForward':_0x2a27d5(0xb4),'moveBackward':'Envia\x20enrere','close':_0x2a27d5(0xbc),'name':'Nom','nameInput':_0x2a27d5(0xb8),'description':_0x2a27d5(0xbb),'descriptionPlaceholder':_0x2a27d5(0xad),'details':_0x2a27d5(0x99),'noSelection':_0x2a27d5(0x9d)}}};module[_0x2a27d5(0xa0)]=e;function _0x36e4(_0x2a564d,_0x271acf){_0x2a564d=_0x2a564d-0x99;const _0x28219b=_0x2821();let _0x36e4cc=_0x28219b[_0x2a564d];return _0x36e4cc;}function _0x2821(){const _0xc209f9=['Format\x20de\x20forma','757290HEAToi','Sense\x20objectes','Porta\x20endavant','881370ahZEEl','Amaga-ho\x20tot','Alternar\x20text\x20vertical','Nom\x20de\x20l’objecte','Eliminar\x20forma','3671661UirEja','Descripció','Tancar','Detalls','Mostra-ho\x20tot','Obrir\x20panell\x20de\x20formes','Amagar\x20panell\x20de\x20formes','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Alternar\x20volteig\x20horitzontal','Capes','exports','603060tfDxBl','166676GEaZgl','Alternar\x20volteig\x20vertical','Rotar\x2090°\x20a\x20la\x20dreta','29313klfKcH','Inserir\x20forma','152EcZbyN','Retalla\x20a\x20forma','Mostra','55135hgHeuw','Rotar\x2090°\x20a\x20l\x27esquerra','Posició\x20de\x20forma','Afegeix\x20descripcio','70CBHoei','Obre\x20el\x20tauler\x20de\x20capes','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.'];_0x2821=function(){return _0xc209f9;};return _0x2821();}
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x162acd=_0x35a2;function _0x23e5(){const _0x45c398=['Schließen','exports','Links\x2090°\x20drehen','Alle\x20ausblenden','Objektname','Form-Panel\x20ausblenden','579160ZLAQVN','Form','13460130DeieWp','19512NRYrge','Beschreibung','Formposition','Form\x20löschen','Name','Beschreibung\x20hinzufügen','Form\x20formatieren','1059366iryscv','6wVLYxq','Form-Panel\x20öffnen','Weiter\x20nach\x20hinten','Details','91vJzwwC','Keine\x20Objekte','Formstil','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Horizontale\x20Spiegelung\x20umschalten','Anzeigen','9CqFsqX','Ausblenden','2522555srDtvi','Ebenen','442994kzeNTc','Auf\x20Form\x20zuschneiden','Form\x20einfügen','Vertikalen\x20Text\x20umschalten','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','630172ANUZip','Ebenenbereich\x20öffnen'];_0x23e5=function(){return _0x45c398;};return _0x23e5();}(function(_0x2561bd,_0x11a056){const _0x1a0871=_0x35a2,_0x4f0ec3=_0x2561bd();while(!![]){try{const _0x39b7bb=parseInt(_0x1a0871(0xf6))/0x1+parseInt(_0x1a0871(0xfb))/0x2*(-parseInt(_0x1a0871(0x10e))/0x3)+-parseInt(_0x1a0871(0x103))/0x4+-parseInt(_0x1a0871(0xf4))/0x5+-parseInt(_0x1a0871(0x10d))/0x6+-parseInt(_0x1a0871(0x112))/0x7*(-parseInt(_0x1a0871(0x106))/0x8)+-parseInt(_0x1a0871(0x118))/0x9*(-parseInt(_0x1a0871(0x105))/0xa);if(_0x39b7bb===_0x11a056)break;else _0x4f0ec3['push'](_0x4f0ec3['shift']());}catch(_0x75982b){_0x4f0ec3['push'](_0x4f0ec3['shift']());}}}(_0x23e5,0x59088));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x162acd(0xf7)}},'permission':{'editErr':_0x162acd(0xfa)},'title':_0x162acd(0x104),'insertShape':_0x162acd(0xf8),'openPanel':_0x162acd(0x10f),'deleteShape':_0x162acd(0x109),'hidePanel':_0x162acd(0x102),'formatShape':_0x162acd(0x10c),'shapeStyle':_0x162acd(0x114),'shapePosition':_0x162acd(0x108),'toggleFlipH':_0x162acd(0x116),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0x162acd(0xff),'toggleTextVertical':_0x162acd(0xf9),'objectListPanel':{'title':_0x162acd(0xf5),'open':_0x162acd(0xfc),'empty':_0x162acd(0x113),'showAll':'Alle\x20anzeigen','hideAll':_0x162acd(0x100),'show':_0x162acd(0x117),'hide':_0x162acd(0x119),'moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x162acd(0x110),'close':_0x162acd(0xfd),'name':_0x162acd(0x10a),'nameInput':_0x162acd(0x101),'description':_0x162acd(0x107),'descriptionPlaceholder':_0x162acd(0x10b),'details':_0x162acd(0x111),'noSelection':_0x162acd(0x115)}}};function _0x35a2(_0x4ec3c2,_0x23d560){_0x4ec3c2=_0x4ec3c2-0xf4;const _0x23e5af=_0x23e5();let _0x35a23d=_0x23e5af[_0x4ec3c2];return _0x35a23d;}module[_0x162acd(0xfe)]=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x2bcbcd=_0x417a;(function(_0x106f7b,_0x372733){const _0x5abd79=_0x417a,_0x464a7c=_0x106f7b();while(!![]){try{const _0x3907b7=parseInt(_0x5abd79(0x15a))/0x1+parseInt(_0x5abd79(0x161))/0x2*(parseInt(_0x5abd79(0x148))/0x3)+parseInt(_0x5abd79(0x142))/0x4+parseInt(_0x5abd79(0x144))/0x5*(-parseInt(_0x5abd79(0x156))/0x6)+-parseInt(_0x5abd79(0x146))/0x7*(-parseInt(_0x5abd79(0x141))/0x8)+-parseInt(_0x5abd79(0x162))/0x9*(-parseInt(_0x5abd79(0x15c))/0xa)+-parseInt(_0x5abd79(0x153))/0xb;if(_0x3907b7===_0x372733)break;else _0x464a7c['push'](_0x464a7c['shift']());}catch(_0x57b578){_0x464a7c['push'](_0x464a7c['shift']());}}}(_0x4ce0,0x6d9c8));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2bcbcd(0x14b)}},'permission':{'editErr':_0x2bcbcd(0x140)},'title':'Shape','insertShape':_0x2bcbcd(0x15b),'openPanel':_0x2bcbcd(0x157),'deleteShape':'Delete\x20Shape','hidePanel':_0x2bcbcd(0x150),'formatShape':_0x2bcbcd(0x152),'shapeStyle':_0x2bcbcd(0x14f),'shapePosition':_0x2bcbcd(0x151),'toggleFlipH':_0x2bcbcd(0x147),'toggleFlipV':_0x2bcbcd(0x15e),'rotateRight90':_0x2bcbcd(0x155),'rotateLeft90':_0x2bcbcd(0x159),'toggleTextVertical':'Toggle\x20Text\x20Vertical','objectListPanel':{'title':_0x2bcbcd(0x14c),'open':'Open\x20Layers\x20Panel','empty':_0x2bcbcd(0x158),'showAll':_0x2bcbcd(0x154),'hideAll':_0x2bcbcd(0x15f),'show':_0x2bcbcd(0x15d),'hide':_0x2bcbcd(0x149),'moveForward':'Bring\x20Forward','moveBackward':_0x2bcbcd(0x14a),'close':'Close','name':_0x2bcbcd(0x14d),'nameInput':_0x2bcbcd(0x160),'description':'Description','descriptionPlaceholder':_0x2bcbcd(0x143),'details':_0x2bcbcd(0x145),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'}}};module[_0x2bcbcd(0x14e)]=e;function _0x417a(_0x16c7dd,_0x2db27b){_0x16c7dd=_0x16c7dd-0x140;const _0x4ce0ad=_0x4ce0();let _0x417afc=_0x4ce0ad[_0x16c7dd];return _0x417afc;}function _0x4ce0(){const _0x15c37f=['Rotate\x20Left\x2090°','203140WaEgGG','Insert\x20Shape','8080BqCRLz','Show','Toggle\x20Vertical\x20Flip','Hide\x20All','Object\x20name','1052ROvVMo','2934UJBCQk','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','211936FVpQAl','1748768hHpjsw','Add\x20description','335QSZSbo','Details','133iqXZoc','Toggle\x20Horizontal\x20Flip','921UhahuB','Hide','Send\x20Backward','Crop\x20to\x20Shape','Layers','Name','exports','Shape\x20Style','Hide\x20Shape\x20Panel','Shape\x20Position','Format\x20Shape','6153565PczcQT','Show\x20All','Rotate\x20Right\x2090°','50166voABQK','Open\x20Shape\x20Panel','No\x20objects'];_0x4ce0=function(){return _0x15c37f;};return _0x4ce0();}
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1df9bf=_0x6661;(function(_0x5bb395,_0x1f3fb1){const _0x143adf=_0x6661,_0x270729=_0x5bb395();while(!![]){try{const _0x2a5299=parseInt(_0x143adf(0x149))/0x1+parseInt(_0x143adf(0x145))/0x2*(parseInt(_0x143adf(0x138))/0x3)+-parseInt(_0x143adf(0x142))/0x4*(-parseInt(_0x143adf(0x14c))/0x5)+parseInt(_0x143adf(0x130))/0x6+parseInt(_0x143adf(0x14b))/0x7*(parseInt(_0x143adf(0x13e))/0x8)+-parseInt(_0x143adf(0x14a))/0x9+-parseInt(_0x143adf(0x132))/0xa;if(_0x2a5299===_0x1f3fb1)break;else _0x270729['push'](_0x270729['shift']());}catch(_0x4280f8){_0x270729['push'](_0x270729['shift']());}}}(_0x5195,0xe6c52));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1df9bf(0x148)}},'permission':{'editErr':_0x1df9bf(0x12d)},'title':_0x1df9bf(0x131),'insertShape':_0x1df9bf(0x12c),'openPanel':_0x1df9bf(0x143),'deleteShape':_0x1df9bf(0x13a),'hidePanel':_0x1df9bf(0x13c),'formatShape':_0x1df9bf(0x137),'shapeStyle':_0x1df9bf(0x14d),'shapePosition':_0x1df9bf(0x13b),'toggleFlipH':_0x1df9bf(0x141),'toggleFlipV':'Alternar\x20volteo\x20vertical','rotateRight90':'Rotar\x2090°\x20a\x20la\x20derecha','rotateLeft90':_0x1df9bf(0x140),'toggleTextVertical':_0x1df9bf(0x133),'objectListPanel':{'title':_0x1df9bf(0x13f),'open':_0x1df9bf(0x12f),'empty':_0x1df9bf(0x14e),'showAll':'Mostrar\x20todo','hideAll':'Ocultar\x20todo','show':'Mostrar','hide':_0x1df9bf(0x12e),'moveForward':_0x1df9bf(0x139),'moveBackward':'Enviar\x20atrás','close':_0x1df9bf(0x147),'name':_0x1df9bf(0x146),'nameInput':_0x1df9bf(0x144),'description':_0x1df9bf(0x134),'descriptionPlaceholder':_0x1df9bf(0x13d),'details':'Detalles','noSelection':_0x1df9bf(0x135)}}};function _0x5195(){const _0x45c420=['Posición\x20de\x20forma','Ocultar\x20panel\x20de\x20formas','Agregar\x20descripción','8kBdnYu','Capas','Rotar\x2090°\x20a\x20la\x20izquierda','Alternar\x20volteo\x20horizontal','4499788FmCUJS','Abrir\x20panel\x20de\x20formas','Nombre\x20del\x20objeto','1066Myekhs','Nombre','Cerrar','Recortar\x20a\x20forma','909610qfeiOl','9150444EXGMgr','5711692AVXOYI','5jwjWCb','Estilo\x20de\x20forma','Sin\x20objetos','Insertar\x20forma','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Ocultar','Abrir\x20panel\x20de\x20capas','9829782uGTXAP','Forma','31563330bzZtHK','Alternar\x20texto\x20vertical','Descripción','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','exports','Formato\x20de\x20forma','3543voMxnP','Traer\x20adelante','Eliminar\x20forma'];_0x5195=function(){return _0x45c420;};return _0x5195();}function _0x6661(_0x379be2,_0x26ff63){_0x379be2=_0x379be2-0x12c;const _0x519518=_0x5195();let _0x66615c=_0x519518[_0x379be2];return _0x66615c;}module[_0x1df9bf(0x136)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x63bc(_0x5e0bf8,_0x11f973){_0x5e0bf8=_0x5e0bf8-0x10a;const _0xe6418d=_0xe641();let _0x63bc92=_0xe6418d[_0x5e0bf8];return _0x63bc92;}const _0x593bc0=_0x63bc;(function(_0x200862,_0x5aaf19){const _0x3b1d69=_0x63bc,_0x54e3d4=_0x200862();while(!![]){try{const _0x413d49=parseInt(_0x3b1d69(0x111))/0x1*(-parseInt(_0x3b1d69(0x12a))/0x2)+-parseInt(_0x3b1d69(0x129))/0x3*(-parseInt(_0x3b1d69(0x115))/0x4)+parseInt(_0x3b1d69(0x10a))/0x5+parseInt(_0x3b1d69(0x11c))/0x6*(-parseInt(_0x3b1d69(0x12d))/0x7)+-parseInt(_0x3b1d69(0x112))/0x8*(-parseInt(_0x3b1d69(0x10c))/0x9)+-parseInt(_0x3b1d69(0x128))/0xa+-parseInt(_0x3b1d69(0x11b))/0xb*(-parseInt(_0x3b1d69(0x118))/0xc);if(_0x413d49===_0x5aaf19)break;else _0x54e3d4['push'](_0x54e3d4['shift']());}catch(_0x1c341c){_0x54e3d4['push'](_0x54e3d4['shift']());}}}(_0xe641,0x45b9b));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x593bc0(0x10e)}},'permission':{'editErr':_0x593bc0(0x11e)},'title':_0x593bc0(0x126),'insertShape':_0x593bc0(0x10b),'openPanel':_0x593bc0(0x10d),'deleteShape':'حذف\x20شکل','hidePanel':'مخفی\x20کردن\x20پنل\x20شکلها','formatShape':_0x593bc0(0x127),'shapeStyle':_0x593bc0(0x113),'shapePosition':_0x593bc0(0x12c),'toggleFlipH':_0x593bc0(0x10f),'toggleFlipV':_0x593bc0(0x122),'rotateRight90':_0x593bc0(0x12b),'rotateLeft90':_0x593bc0(0x114),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':_0x593bc0(0x110),'open':'باز\x20کردن\x20پنل\x20لایهها','empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':_0x593bc0(0x11f),'hideAll':_0x593bc0(0x125),'show':_0x593bc0(0x121),'hide':_0x593bc0(0x120),'moveForward':'آوردن\x20به\x20جلو','moveBackward':_0x593bc0(0x116),'close':_0x593bc0(0x11d),'name':_0x593bc0(0x12e),'nameInput':'نام\x20شیء','description':_0x593bc0(0x117),'descriptionPlaceholder':_0x593bc0(0x123),'details':_0x593bc0(0x124),'noSelection':_0x593bc0(0x11a)}}};function _0xe641(){const _0xcf6e4d=['6faWfpK','بستن','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','نمایش\x20همه','پنهان\x20کردن','نمایش','تغییر\x20وضعیت\x20چرخش\x20عمودی','افزودن\x20توضیحات','جزئیات','پنهان\x20کردن\x20همه','شکل','قالببندی\x20شکل','4881030ILRkIj','3HKMICk','60KxXAiu','چرخش\x20۹۰\x20درجه\x20به\x20راست','موقعیت\x20شکل','559069gayneh','نام','1145185rQlqcd','درج\x20شکل','278199jxDnaN','باز\x20کردن\x20پنل\x20شکلها','کراپ\x20به\x20شکل','تغییر\x20وضعیت\x20چرخش\x20افقی','لایهها','3387EVgWTB','8obybyT','سبک\x20شکل','چرخش\x20۹۰\x20درجه\x20به\x20چپ','1652212NIQbYO','فرستادن\x20به\x20عقب','توضیحات','8616Nrblnd','exports','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','4323mIOFNK'];_0xe641=function(){return _0xcf6e4d;};return _0xe641();}module[_0x593bc0(0x119)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x4795(_0x2073f8,_0x400dcd){_0x2073f8=_0x2073f8-0x162;const _0x4f2999=_0x4f29();let _0x479586=_0x4f2999[_0x2073f8];return _0x479586;}const _0xf31b99=_0x4795;(function(_0xcd7dd8,_0x32b627){const _0x373e29=_0x4795,_0x4faf58=_0xcd7dd8();while(!![]){try{const _0x2463d5=parseInt(_0x373e29(0x16f))/0x1*(-parseInt(_0x373e29(0x169))/0x2)+parseInt(_0x373e29(0x172))/0x3+parseInt(_0x373e29(0x16e))/0x4*(parseInt(_0x373e29(0x180))/0x5)+-parseInt(_0x373e29(0x167))/0x6+-parseInt(_0x373e29(0x179))/0x7+parseInt(_0x373e29(0x16d))/0x8+-parseInt(_0x373e29(0x16b))/0x9*(-parseInt(_0x373e29(0x171))/0xa);if(_0x2463d5===_0x32b627)break;else _0x4faf58['push'](_0x4faf58['shift']());}catch(_0x477dce){_0x4faf58['push'](_0x4faf58['shift']());}}}(_0x4f29,0xd273f));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xf31b99(0x16a)}},'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'title':_0xf31b99(0x162),'insertShape':_0xf31b99(0x173),'openPanel':_0xf31b99(0x16c),'deleteShape':_0xf31b99(0x17a),'hidePanel':_0xf31b99(0x163),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0xf31b99(0x175),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0xf31b99(0x181),'rotateRight90':_0xf31b99(0x165),'rotateLeft90':_0xf31b99(0x17b),'toggleTextVertical':_0xf31b99(0x170),'objectListPanel':{'title':_0xf31b99(0x17e),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':'Aucun\x20objet','showAll':_0xf31b99(0x168),'hideAll':_0xf31b99(0x164),'show':'Afficher','hide':_0xf31b99(0x17d),'moveForward':_0xf31b99(0x176),'moveBackward':_0xf31b99(0x17f),'close':'Fermer','name':_0xf31b99(0x17c),'nameInput':_0xf31b99(0x177),'description':_0xf31b99(0x166),'descriptionPlaceholder':_0xf31b99(0x178),'details':'Détails','noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};function _0x4f29(){const _0x162d22=['Ouvrir\x20le\x20panneau\x20des\x20formes','648976gYNOMg','61156ZsHEvZ','106flwCiU','Basculer\x20le\x20texte\x20vertical','10IOOItG','2660955OsIeWG','Insérer\x20une\x20forme','exports','Style\x20de\x20la\x20forme','Avancer','Nom\x20de\x20l’objet','Ajouter\x20une\x20description','10549518YldUrr','Supprimer\x20la\x20forme','Pivoter\x20à\x20gauche\x20de\x2090°','Nom','Masquer','Calques','Reculer','470BufqMw','Basculer\x20le\x20retournement\x20vertical','Forme','Masquer\x20le\x20panneau\x20des\x20formes','Tout\x20masquer','Pivoter\x20à\x20droite\x20de\x2090°','Description','3252624iRzuxE','Tout\x20afficher','22286mZgpjg','Rogner\x20à\x20la\x20forme','15183702JZLsxG'];_0x4f29=function(){return _0x162d22;};return _0x4f29();}module[_0xf31b99(0x174)]=e;
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x174dbe=_0x24a1;(function(_0x23a8c8,_0xd8c8f2){const _0x37a2ae=_0x24a1,_0x15b836=_0x23a8c8();while(!![]){try{const _0x4a6c46=parseInt(_0x37a2ae(0x181))/0x1+-parseInt(_0x37a2ae(0x183))/0x2+parseInt(_0x37a2ae(0x178))/0x3+parseInt(_0x37a2ae(0x16c))/0x4*(-parseInt(_0x37a2ae(0x16e))/0x5)+-parseInt(_0x37a2ae(0x17e))/0x6*(-parseInt(_0x37a2ae(0x163))/0x7)+-parseInt(_0x37a2ae(0x17f))/0x8+parseInt(_0x37a2ae(0x17d))/0x9*(-parseInt(_0x37a2ae(0x172))/0xa);if(_0x4a6c46===_0xd8c8f2)break;else _0x15b836['push'](_0x15b836['shift']());}catch(_0x19644e){_0x15b836['push'](_0x15b836['shift']());}}}(_0x4e9f,0x450f8));function _0x24a1(_0x11ffa1,_0x3e93d0){_0x11ffa1=_0x11ffa1-0x161;const _0x4e9f60=_0x4e9f();let _0x24a1e5=_0x4e9f60[_0x11ffa1];return _0x24a1e5;}function _0x4e9f(){const _0x565da4=['Lapisan','Bawa\x20ke\x20Depan','Balik\x20Horizontal','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','4046139xXfeqr','16566wbThlH','102816ztTJZl','Balik\x20Vertikal','492844tlhXxH','Tutup','336836qNpjum','Format\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','602ZYacEI','Deskripsi','Buka\x20Panel\x20Bentuk','Sembunyikan\x20semua','Kirim\x20ke\x20Belakang','Nama\x20objek','Tampilkan\x20semua','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Tambahkan\x20deskripsi','1373428udCsPg','Sembunyikan','5SkJrcb','Ubah\x20Teks\x20Vertikal','Putar\x20Kanan\x2090°','Putar\x20Kiri\x2090°','10AkvpQP','Tidak\x20ada\x20objek','Detail','Posisi\x20Bentuk','Nama','Bentuk','1580340hLMoPD'];_0x4e9f=function(){return _0x565da4;};return _0x4e9f();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':_0x174dbe(0x17c)},'title':_0x174dbe(0x177),'insertShape':'Sisipkan\x20Bentuk','openPanel':_0x174dbe(0x165),'deleteShape':'Hapus\x20Bentuk','hidePanel':_0x174dbe(0x162),'formatShape':_0x174dbe(0x161),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x174dbe(0x175),'toggleFlipH':_0x174dbe(0x17b),'toggleFlipV':_0x174dbe(0x180),'rotateRight90':_0x174dbe(0x170),'rotateLeft90':_0x174dbe(0x171),'toggleTextVertical':_0x174dbe(0x16f),'objectListPanel':{'title':_0x174dbe(0x179),'open':'Buka\x20Panel\x20Lapisan','empty':_0x174dbe(0x173),'showAll':_0x174dbe(0x169),'hideAll':_0x174dbe(0x166),'show':'Tampilkan','hide':_0x174dbe(0x16d),'moveForward':_0x174dbe(0x17a),'moveBackward':_0x174dbe(0x167),'close':_0x174dbe(0x182),'name':_0x174dbe(0x176),'nameInput':_0x174dbe(0x168),'description':_0x174dbe(0x164),'descriptionPlaceholder':_0x174dbe(0x16b),'details':_0x174dbe(0x174),'noSelection':_0x174dbe(0x16a)}}};module['exports']=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5e25fd=_0xcb6e;function _0xcb6e(_0x12c2a2,_0xab089e){_0x12c2a2=_0x12c2a2-0x13b;const _0x31b9ef=_0x31b9();let _0xcb6e58=_0x31b9ef[_0x12c2a2];return _0xcb6e58;}function _0x31b9(){const _0x15b560=['Mostra','987390fAKbIp','8rgxkJf','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Ruota\x20a\x20sinistra\x2090°','Mostra\x20tutto','Apri\x20pannello\x20forma','Elimina\x20forma','exports','Descrizione','Inserisci\x20forma','336ZPlRrE','402FcdoIX','Formato\x20forma','Stile\x20forma','Porta\x20indietro','Posizione\x20forma','Nascondi','2172168YjXGPt','Aggiungi\x20descrizione','2959319GHaLGr','Chiudi','Nome','Forma','5gertRD','76892DjwUwo','Ruota\x20a\x20destra\x2090°','Nessun\x20oggetto','Nascondi\x20pannello\x20forma','Nome\x20oggetto','10cLbcTc','133609JXTERc','Nascondi\x20tutto','Dettagli','1049871ZZVoXv','Apri\x20pannello\x20livelli'];_0x31b9=function(){return _0x15b560;};return _0x31b9();}(function(_0x425a6d,_0x1c2a2d){const _0x351c29=_0xcb6e,_0x2146eb=_0x425a6d();while(!![]){try{const _0xbeac0d=-parseInt(_0x351c29(0x13c))/0x1*(parseInt(_0x351c29(0x13d))/0x2)+parseInt(_0x351c29(0x153))/0x3+-parseInt(_0x351c29(0x14a))/0x4*(-parseInt(_0x351c29(0x149))/0x5)+-parseInt(_0x351c29(0x156))/0x6+parseInt(_0x351c29(0x150))/0x7+parseInt(_0x351c29(0x157))/0x8*(-parseInt(_0x351c29(0x143))/0x9)+-parseInt(_0x351c29(0x14f))/0xa*(-parseInt(_0x351c29(0x145))/0xb);if(_0xbeac0d===_0x1c2a2d)break;else _0x2146eb['push'](_0x2146eb['shift']());}catch(_0x234861){_0x2146eb['push'](_0x2146eb['shift']());}}}(_0x31b9,0x2ce23));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x5e25fd(0x159)},'title':_0x5e25fd(0x148),'insertShape':_0x5e25fd(0x13b),'openPanel':_0x5e25fd(0x15c),'deleteShape':_0x5e25fd(0x15d),'hidePanel':_0x5e25fd(0x14d),'formatShape':_0x5e25fd(0x13e),'shapeStyle':_0x5e25fd(0x13f),'shapePosition':_0x5e25fd(0x141),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x5e25fd(0x14b),'rotateLeft90':_0x5e25fd(0x15a),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':'Livelli','open':_0x5e25fd(0x154),'empty':_0x5e25fd(0x14c),'showAll':_0x5e25fd(0x15b),'hideAll':_0x5e25fd(0x151),'show':_0x5e25fd(0x155),'hide':_0x5e25fd(0x142),'moveForward':'Porta\x20avanti','moveBackward':_0x5e25fd(0x140),'close':_0x5e25fd(0x146),'name':_0x5e25fd(0x147),'nameInput':_0x5e25fd(0x14e),'description':_0x5e25fd(0x15f),'descriptionPlaceholder':_0x5e25fd(0x144),'details':_0x5e25fd(0x152),'noSelection':_0x5e25fd(0x158)}}};module[_0x5e25fd(0x15e)]=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xbfb9db=_0x2e63;(function(_0x53d9f8,_0x5ef732){const _0x47f325=_0x2e63,_0x32ea8e=_0x53d9f8();while(!![]){try{const _0x4fb385=parseInt(_0x47f325(0xa7))/0x1*(parseInt(_0x47f325(0xa2))/0x2)+parseInt(_0x47f325(0x90))/0x3*(-parseInt(_0x47f325(0x98))/0x4)+-parseInt(_0x47f325(0x9c))/0x5+-parseInt(_0x47f325(0xa1))/0x6*(-parseInt(_0x47f325(0x96))/0x7)+parseInt(_0x47f325(0x99))/0x8*(parseInt(_0x47f325(0xa6))/0x9)+-parseInt(_0x47f325(0x93))/0xa+-parseInt(_0x47f325(0x92))/0xb*(-parseInt(_0x47f325(0x8e))/0xc);if(_0x4fb385===_0x5ef732)break;else _0x32ea8e['push'](_0x32ea8e['shift']());}catch(_0x5ba8b5){_0x32ea8e['push'](_0x32ea8e['shift']());}}}(_0x1d44,0x7a032));function _0x1d44(){const _0x50c93a=['閉じる','993768QFXQGD','270874lwkwse','図形の位置','説明を追加','非表示','8829459qspNRx','4mZBbbL','レイヤーパネルを開く','テキストの縦書き/横書きの切り替え','図形スタイル','レイヤー','垂直反転の切り替え','7191672UNgcIW','形状にトリミング','3642lIIosg','図形パネルを開く','11xsvtoC','6861660TqQfcG','オブジェクト名','図形の挿入','14StYOUe','水平反転の切り替え','2840FFFTBH','8qJjbJX','すべて非表示','exports','2027465ksgBSc','図形パネルを非表示','時計回りに\x2090\x20度回転','詳細を編集するオブジェクトを選択'];_0x1d44=function(){return _0x50c93a;};return _0x1d44();}function _0x2e63(_0x35dd0d,_0x22c06c){_0x35dd0d=_0x35dd0d-0x89;const _0x1d44ef=_0x1d44();let _0x2e637d=_0x1d44ef[_0x35dd0d];return _0x2e637d;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xbfb9db(0x8f)}},'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':'図形','insertShape':_0xbfb9db(0x95),'openPanel':_0xbfb9db(0x91),'deleteShape':'図形を削除','hidePanel':_0xbfb9db(0x9d),'formatShape':'図形の書式設定','shapeStyle':_0xbfb9db(0x8b),'shapePosition':_0xbfb9db(0xa3),'toggleFlipH':_0xbfb9db(0x97),'toggleFlipV':_0xbfb9db(0x8d),'rotateRight90':_0xbfb9db(0x9e),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0xbfb9db(0x8a),'objectListPanel':{'title':_0xbfb9db(0x8c),'open':_0xbfb9db(0x89),'empty':'オブジェクトがありません','showAll':'すべて表示','hideAll':_0xbfb9db(0x9a),'show':'表示','hide':_0xbfb9db(0xa5),'moveForward':'前面へ移動','moveBackward':'背面へ移動','close':_0xbfb9db(0xa0),'name':'名前','nameInput':_0xbfb9db(0x94),'description':'説明','descriptionPlaceholder':_0xbfb9db(0xa4),'details':'詳細','noSelection':_0xbfb9db(0x9f)}}};module[_0xbfb9db(0x9b)]=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x75ec65=_0x21aa;function _0x21aa(_0x29f9ff,_0x43da55){_0x29f9ff=_0x29f9ff-0x9c;const _0x1becd4=_0x1bec();let _0x21aa79=_0x1becd4[_0x29f9ff];return _0x21aa79;}(function(_0x2a0250,_0x269dac){const _0xc2b2b7=_0x21aa,_0x11cbea=_0x2a0250();while(!![]){try{const _0x4b9f77=-parseInt(_0xc2b2b7(0xa6))/0x1*(-parseInt(_0xc2b2b7(0xa7))/0x2)+-parseInt(_0xc2b2b7(0xaa))/0x3*(parseInt(_0xc2b2b7(0xb1))/0x4)+-parseInt(_0xc2b2b7(0xac))/0x5*(parseInt(_0xc2b2b7(0xb7))/0x6)+parseInt(_0xc2b2b7(0xad))/0x7*(-parseInt(_0xc2b2b7(0xb3))/0x8)+-parseInt(_0xc2b2b7(0xa4))/0x9*(-parseInt(_0xc2b2b7(0x9d))/0xa)+parseInt(_0xc2b2b7(0xb6))/0xb*(parseInt(_0xc2b2b7(0xae))/0xc)+parseInt(_0xc2b2b7(0xba))/0xd;if(_0x4b9f77===_0x269dac)break;else _0x11cbea['push'](_0x11cbea['shift']());}catch(_0x5f4762){_0x11cbea['push'](_0x11cbea['shift']());}}}(_0x1bec,0xbfe3f));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x75ec65(0xab)}},'permission':{'editErr':_0x75ec65(0xb5)},'title':'도형','insertShape':'도형\x20삽입','openPanel':'도형\x20패널\x20열기','deleteShape':_0x75ec65(0xa5),'hidePanel':'도형\x20패널\x20숨기기','formatShape':'도형\x20서식','shapeStyle':_0x75ec65(0xb0),'shapePosition':_0x75ec65(0x9c),'toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x75ec65(0xb9),'rotateRight90':_0x75ec65(0x9f),'rotateLeft90':_0x75ec65(0xb8),'toggleTextVertical':_0x75ec65(0xa9),'objectListPanel':{'title':'레이어','open':_0x75ec65(0xa8),'empty':'개체\x20없음','showAll':_0x75ec65(0xa1),'hideAll':'모두\x20숨기기','show':'표시','hide':_0x75ec65(0xb2),'moveForward':_0x75ec65(0xaf),'moveBackward':_0x75ec65(0xa0),'close':'닫기','name':'이름','nameInput':_0x75ec65(0xa3),'description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x75ec65(0xa2),'noSelection':_0x75ec65(0xb4)}}};module[_0x75ec65(0x9e)]=e;function _0x1bec(){const _0x156b34=['8229806fUekqV','도형\x20위치','659840zCzosL','exports','시계\x20방향으로\x2090도\x20회전','뒤로\x20보내기','모두\x20표시','세부\x20정보','개체\x20이름','108VVCcLq','도형\x20삭제','5463XGErME','542BKGNfI','레이어\x20패널\x20열기','텍스트\x20세로/가로\x20전환','138099bYKgfK','모양에\x20맞게\x20자르기','5ppmIsi','7CPHlJY','3744CNJVvM','앞으로\x20가져오기','도형\x20스타일','76ujsjdz','숨기기','8588368lRaUbO','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','43769ZGEcoQ','8475810CPgxuE','반시계\x20방향으로\x2090도\x20회전','세로\x20뒤집기\x20전환'];_0x1bec=function(){return _0x156b34;};return _0x1bec();}
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x591a74=_0x342d;function _0x41eb(){const _0x393256=['Przerzuć\x20w\x20pionie','Zamknij','Kształt','15502122fBkOaH','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Otwórz\x20panel\x20kształtów','Pozycja\x20kształtu','exports','Ukryj\x20wszystko','510162yAMgaV','Warstwy','321aLjOvu','Pokaż','Nazwa','4104eoDKkb','Przesuń\x20do\x20tyłu','11kpLiKe','Ukryj\x20panel\x20kształtów','Nazwa\x20obiektu','Opis','29433010aNTPbV','Obróć\x20w\x20lewo\x20o\x2090°','Usuń\x20kształt','Przełącz\x20tekst\x20pionowy','395569tutGuB','Ukryj','4AVGlCM','10260240xGazFZ','Styl\x20kształtu','Szczegóły','Przesuń\x20do\x20przodu','Pokaż\x20wszystko','5nsMUlM','Brak\x20obiektów','9949940eLgKKe','Formatuj\x20kształt'];_0x41eb=function(){return _0x393256;};return _0x41eb();}(function(_0x243f5b,_0x3b9fd8){const _0x488abe=_0x342d,_0x294b1d=_0x243f5b();while(!![]){try{const _0x4fa16d=-parseInt(_0x488abe(0xbe))/0x1*(parseInt(_0x488abe(0xc0))/0x2)+parseInt(_0x488abe(0xd5))/0x3*(-parseInt(_0x488abe(0xd8))/0x4)+parseInt(_0x488abe(0xc6))/0x5*(-parseInt(_0x488abe(0xd3))/0x6)+-parseInt(_0x488abe(0xc8))/0x7+-parseInt(_0x488abe(0xc1))/0x8+parseInt(_0x488abe(0xcd))/0x9+-parseInt(_0x488abe(0xba))/0xa*(-parseInt(_0x488abe(0xb6))/0xb);if(_0x4fa16d===_0x3b9fd8)break;else _0x294b1d['push'](_0x294b1d['shift']());}catch(_0x23c091){_0x294b1d['push'](_0x294b1d['shift']());}}}(_0x41eb,0xee3f6));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':_0x591a74(0xce)},'title':_0x591a74(0xcc),'insertShape':'Wstaw\x20kształt','openPanel':_0x591a74(0xcf),'deleteShape':_0x591a74(0xbc),'hidePanel':_0x591a74(0xb7),'formatShape':_0x591a74(0xc9),'shapeStyle':_0x591a74(0xc2),'shapePosition':_0x591a74(0xd0),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':_0x591a74(0xca),'rotateRight90':'Obróć\x20w\x20prawo\x20o\x2090°','rotateLeft90':_0x591a74(0xbb),'toggleTextVertical':_0x591a74(0xbd),'objectListPanel':{'title':_0x591a74(0xd4),'open':'Otwórz\x20panel\x20warstw','empty':_0x591a74(0xc7),'showAll':_0x591a74(0xc5),'hideAll':_0x591a74(0xd2),'show':_0x591a74(0xd6),'hide':_0x591a74(0xbf),'moveForward':_0x591a74(0xc4),'moveBackward':_0x591a74(0xb5),'close':_0x591a74(0xcb),'name':_0x591a74(0xd7),'nameInput':_0x591a74(0xb8),'description':_0x591a74(0xb9),'descriptionPlaceholder':'Dodaj\x20opis','details':_0x591a74(0xc3),'noSelection':'Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły'}}};function _0x342d(_0x45de1a,_0x2dbb84){_0x45de1a=_0x45de1a-0xb5;const _0x41eb1b=_0x41eb();let _0x342db7=_0x41eb1b[_0x45de1a];return _0x342db7;}module[_0x591a74(0xd1)]=e;
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x5b64(){const _0x532135=['Posição\x20da\x20forma','Ocultar\x20painel\x20de\x20formas','Ocultar','Abrir\x20painel\x20de\x20formas','Nome\x20do\x20objeto','Forma','Estilo\x20da\x20forma','Mostrar\x20tudo','Trazer\x20para\x20frente','5bPSoCC','Excluir\x20forma','19985lBMFvJ','4245uelfZx','Fechar','Girar\x2090°\x20para\x20direita','Formatar\x20forma','16570IaYuVa','Inserir\x20forma','2582322iXdXsH','16sknsYN','Abrir\x20painel\x20de\x20camadas','Nenhum\x20objeto','Alternar\x20inversão\x20vertical','exports','Detalhes','1704544qDxikQ','Camadas','5931WuVLYw','Nome','1114436wKpmXC','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','256731YsUnvC','Descrição','Adicionar\x20descrição','Alternar\x20texto\x20vertical','Ocultar\x20tudo'];_0x5b64=function(){return _0x532135;};return _0x5b64();}const _0xbd0716=_0x3f4d;function _0x3f4d(_0x257250,_0x234110){_0x257250=_0x257250-0x1f1;const _0x5b6444=_0x5b64();let _0x3f4dd3=_0x5b6444[_0x257250];return _0x3f4dd3;}(function(_0x3f5f1b,_0x1416cf){const _0x2209b2=_0x3f4d,_0x39134b=_0x3f5f1b();while(!![]){try{const _0x23a9e0=-parseInt(_0x2209b2(0x1f8))/0x1+-parseInt(_0x2209b2(0x1f6))/0x2+-parseInt(_0x2209b2(0x209))/0x3+parseInt(_0x2209b2(0x1f2))/0x4*(-parseInt(_0x2209b2(0x206))/0x5)+parseInt(_0x2209b2(0x20f))/0x6+-parseInt(_0x2209b2(0x208))/0x7*(-parseInt(_0x2209b2(0x210))/0x8)+parseInt(_0x2209b2(0x1f4))/0x9*(parseInt(_0x2209b2(0x20d))/0xa);if(_0x23a9e0===_0x1416cf)break;else _0x39134b['push'](_0x39134b['shift']());}catch(_0x25a864){_0x39134b['push'](_0x39134b['shift']());}}}(_0x5b64,0x45f60));const e={'sheets-shape-ui':{'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':_0xbd0716(0x202),'insertShape':_0xbd0716(0x20e),'openPanel':_0xbd0716(0x200),'deleteShape':_0xbd0716(0x207),'hidePanel':_0xbd0716(0x1fe),'formatShape':_0xbd0716(0x20c),'shapeStyle':_0xbd0716(0x203),'shapePosition':_0xbd0716(0x1fd),'toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':_0xbd0716(0x213),'rotateRight90':_0xbd0716(0x20b),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0xbd0716(0x1fb),'objectListPanel':{'title':_0xbd0716(0x1f3),'open':_0xbd0716(0x211),'empty':_0xbd0716(0x212),'showAll':_0xbd0716(0x204),'hideAll':_0xbd0716(0x1fc),'show':'Mostrar','hide':_0xbd0716(0x1ff),'moveForward':_0xbd0716(0x205),'moveBackward':'Enviar\x20para\x20trás','close':_0xbd0716(0x20a),'name':_0xbd0716(0x1f5),'nameInput':_0xbd0716(0x201),'description':_0xbd0716(0x1f9),'descriptionPlaceholder':_0xbd0716(0x1fa),'details':_0xbd0716(0x1f1),'noSelection':_0xbd0716(0x1f7)}}};module[_0xbd0716(0x214)]=e;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0xb375c8=_0x3514;function _0x10e2(){const _0x4e9de7=['Положение\x20фигуры','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Добавить\x20описание','10Gcbvyx','201168HoXNna','Форматировать\x20фигуру','Переместить\x20назад','exports','Переключить\x20вертикальное\x20отражение','Слои','Переместить\x20вперед','Нет\x20объектов','Имя\x20объекта','28574fIJNJB','1946572qnWoOZ','372jvnRJL','521385BPwqKz','81pfZyBe','Удалить\x20фигуру','29081880djsFZd','Описание','169094aSlFqK','Показать\x20все','Переключить\x20вертикальное\x20положение\x20текста','Стиль\x20фигуры','694558JJCBkW','Имя','Выберите\x20объект\x20для\x20редактирования\x20сведений','Сведения','Переключить\x20горизонтальное\x20отражение','Вставить\x20фигуру','Фигура','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Скрыть\x20панель\x20фигур'];_0x10e2=function(){return _0x4e9de7;};return _0x10e2();}function _0x3514(_0x118c85,_0x5b8728){_0x118c85=_0x118c85-0x1c1;const _0x10e2a9=_0x10e2();let _0x351401=_0x10e2a9[_0x118c85];return _0x351401;}(function(_0x2639a0,_0x4205ff){const _0x3b8342=_0x3514,_0x3b9e0b=_0x2639a0();while(!![]){try{const _0x3e81f3=-parseInt(_0x3b8342(0x1cc))/0x1+-parseInt(_0x3b8342(0x1c8))/0x2+-parseInt(_0x3b8342(0x1c3))/0x3+parseInt(_0x3b8342(0x1c1))/0x4*(-parseInt(_0x3b8342(0x1d8))/0x5)+parseInt(_0x3b8342(0x1c2))/0x6*(-parseInt(_0x3b8342(0x1e2))/0x7)+parseInt(_0x3b8342(0x1d9))/0x8*(-parseInt(_0x3b8342(0x1c4))/0x9)+parseInt(_0x3b8342(0x1c6))/0xa;if(_0x3e81f3===_0x4205ff)break;else _0x3b9e0b['push'](_0x3b9e0b['shift']());}catch(_0x3b58c2){_0x3b9e0b['push'](_0x3b9e0b['shift']());}}}(_0x10e2,0x7ab4c));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Обрезать\x20по\x20форме'}},'permission':{'editErr':'Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'},'title':_0xb375c8(0x1d2),'insertShape':_0xb375c8(0x1d1),'openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0xb375c8(0x1c5),'hidePanel':_0xb375c8(0x1d4),'formatShape':_0xb375c8(0x1da),'shapeStyle':_0xb375c8(0x1cb),'shapePosition':_0xb375c8(0x1d5),'toggleFlipH':_0xb375c8(0x1d0),'toggleFlipV':_0xb375c8(0x1dd),'rotateRight90':_0xb375c8(0x1d3),'rotateLeft90':_0xb375c8(0x1d6),'toggleTextVertical':_0xb375c8(0x1ca),'objectListPanel':{'title':_0xb375c8(0x1de),'open':'Открыть\x20панель\x20слоев','empty':_0xb375c8(0x1e0),'showAll':_0xb375c8(0x1c9),'hideAll':'Скрыть\x20все','show':'Показать','hide':'Скрыть','moveForward':_0xb375c8(0x1df),'moveBackward':_0xb375c8(0x1db),'close':'Закрыть','name':_0xb375c8(0x1cd),'nameInput':_0xb375c8(0x1e1),'description':_0xb375c8(0x1c7),'descriptionPlaceholder':_0xb375c8(0x1d7),'details':_0xb375c8(0x1cf),'noSelection':_0xb375c8(0x1ce)}}};module[_0xb375c8(0x1dc)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x51721e=_0x1634;function _0x1e68(){const _0x592f60=['Prepnúť\x20vodorovné\x20prevrátenie','Posunúť\x20dopredu','656421ZfphHA','Zavrieť','732600IoWOYl','912252sERSKt','Otvoriť\x20panel\x20vrstiev','708685ufmtcO','4AAymoH','13obketX','Zobraziť','Pridat\x20popis','Formátovať\x20tvar','Podrobnosti','Odstrániť\x20tvar','Otočiť\x20doľava\x20o\x2090°','Zobraziť\x20všetko','Vložiť\x20tvar','20fhXAzI','Otočiť\x20doprava\x20o\x2090°','18434QcWOgq','exports','Oříznout\x20podle\x20tvaru','Žiadne\x20objekty','Přepnout\x20text\x20vertikálně','Skryť\x20panel\x20tvarov','70861KYZutI','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','36siAIik','Otvoriť\x20panel\x20tvarov','Skryť','1203336dEdxaH','Poloha\x20tvaru','Štýl\x20tvaru','120SYRCIo','Popis'];_0x1e68=function(){return _0x592f60;};return _0x1e68();}(function(_0xb58544,_0x1ae334){const _0x23b7d7=_0x1634,_0x11344d=_0xb58544();while(!![]){try{const _0x4c1e9b=parseInt(_0x23b7d7(0x188))/0x1*(-parseInt(_0x23b7d7(0x193))/0x2)+-parseInt(_0x23b7d7(0x1a6))/0x3+-parseInt(_0x23b7d7(0x187))/0x4*(parseInt(_0x23b7d7(0x186))/0x5)+parseInt(_0x23b7d7(0x1a2))/0x6*(parseInt(_0x23b7d7(0x199))/0x7)+-parseInt(_0x23b7d7(0x183))/0x8+-parseInt(_0x23b7d7(0x19f))/0x9*(-parseInt(_0x23b7d7(0x191))/0xa)+parseInt(_0x23b7d7(0x184))/0xb*(parseInt(_0x23b7d7(0x19c))/0xc);if(_0x4c1e9b===_0x1ae334)break;else _0x11344d['push'](_0x11344d['shift']());}catch(_0x58c4ce){_0x11344d['push'](_0x11344d['shift']());}}}(_0x1e68,0x23d24));function _0x1634(_0x1fe8cb,_0xbdf10c){_0x1fe8cb=_0x1fe8cb-0x183;const _0x1e6845=_0x1e68();let _0x1634b3=_0x1e6845[_0x1fe8cb];return _0x1634b3;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x51721e(0x195)}},'permission':{'editErr':_0x51721e(0x19a)},'title':'Tvar','insertShape':_0x51721e(0x190),'openPanel':_0x51721e(0x19d),'deleteShape':_0x51721e(0x18d),'hidePanel':_0x51721e(0x198),'formatShape':_0x51721e(0x18b),'shapeStyle':_0x51721e(0x1a1),'shapePosition':_0x51721e(0x1a0),'toggleFlipH':_0x51721e(0x1a4),'toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':_0x51721e(0x192),'rotateLeft90':_0x51721e(0x18e),'toggleTextVertical':_0x51721e(0x197),'objectListPanel':{'title':'Vrstvy','open':_0x51721e(0x185),'empty':_0x51721e(0x196),'showAll':_0x51721e(0x18f),'hideAll':'Skryť\x20všetko','show':_0x51721e(0x189),'hide':_0x51721e(0x19e),'moveForward':_0x51721e(0x1a5),'moveBackward':'Posunúť\x20dozadu','close':_0x51721e(0x1a7),'name':'Názov','nameInput':'Názov\x20objektu','description':_0x51721e(0x1a3),'descriptionPlaceholder':_0x51721e(0x18a),'details':_0x51721e(0x18c),'noSelection':_0x51721e(0x19b)}}};module[_0x51721e(0x194)]=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1b7abe=_0x4051;(function(_0x5837e0,_0x8283a){const _0x4c272b=_0x4051,_0x1043d7=_0x5837e0();while(!![]){try{const _0x29805c=parseInt(_0x4c272b(0xbf))/0x1*(-parseInt(_0x4c272b(0xc1))/0x2)+parseInt(_0x4c272b(0xb7))/0x3*(parseInt(_0x4c272b(0xaa))/0x4)+-parseInt(_0x4c272b(0xc5))/0x5*(-parseInt(_0x4c272b(0xbc))/0x6)+parseInt(_0x4c272b(0xaf))/0x7+parseInt(_0x4c272b(0xc4))/0x8*(-parseInt(_0x4c272b(0xb6))/0x9)+parseInt(_0x4c272b(0xa7))/0xa*(parseInt(_0x4c272b(0xc2))/0xb)+parseInt(_0x4c272b(0xbb))/0xc*(-parseInt(_0x4c272b(0xae))/0xd);if(_0x29805c===_0x8283a)break;else _0x1043d7['push'](_0x1043d7['shift']());}catch(_0x3c5166){_0x1043d7['push'](_0x1043d7['shift']());}}}(_0x5dd3,0x97e5a));function _0x4051(_0x2a1fb1,_0x32dff6){_0x2a1fb1=_0x2a1fb1-0xa6;const _0x5dd322=_0x5dd3();let _0x4051e4=_0x5dd322[_0x2a1fb1];return _0x4051e4;}function _0x5dd3(){const _0x43fa4e=['Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','exports','12jSZoGJ','552fguOBj','Lớp','Mở\x20bảng\x20hình\x20dạng','439695dCPdxV','Hình\x20dạng','2UhVaNV','143ZTgrZi','Chèn\x20hình\x20dạng','32PYFWZs','24980FmOAzf','Ẩn\x20tất\x20cả','Đưa\x20lên\x20trên','Cắt\x20theo\x20hình\x20dạng','Kiểu\x20hình\x20dạng','Xóa\x20hình\x20dạng','743290pXqgGm','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Tên','4OkgjqW','Định\x20dạng\x20hình\x20dạng','Vị\x20trí\x20hình\x20dạng','Hiển\x20thị\x20tất\x20cả','12448202vQNKId','2738813xhHnIG','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.','Tên\x20đối\x20tượng','Hiện','Chi\x20tiết','Mở\x20bảng\x20điều\x20khiển\x20lớp','Chưa\x20có\x20đối\x20tượng','1842597XgzPOx','3063549jnYNrz','Ẩn\x20bảng\x20hình\x20dạng'];_0x5dd3=function(){return _0x43fa4e;};return _0x5dd3();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1b7abe(0xc8)}},'permission':{'editErr':_0x1b7abe(0xb0)},'title':_0x1b7abe(0xc0),'insertShape':_0x1b7abe(0xc3),'openPanel':_0x1b7abe(0xbe),'deleteShape':_0x1b7abe(0xa6),'hidePanel':_0x1b7abe(0xb8),'formatShape':_0x1b7abe(0xab),'shapeStyle':_0x1b7abe(0xc9),'shapePosition':_0x1b7abe(0xac),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x1b7abe(0xa8),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','objectListPanel':{'title':_0x1b7abe(0xbd),'open':_0x1b7abe(0xb4),'empty':_0x1b7abe(0xb5),'showAll':_0x1b7abe(0xad),'hideAll':_0x1b7abe(0xc6),'show':_0x1b7abe(0xb2),'hide':'Ẩn','moveForward':_0x1b7abe(0xc7),'moveBackward':'Đưa\x20xuống\x20dưới','close':'Đóng','name':_0x1b7abe(0xa9),'nameInput':_0x1b7abe(0xb1),'description':'Mô\x20tả','descriptionPlaceholder':'Them\x20mo\x20ta','details':_0x1b7abe(0xb3),'noSelection':_0x1b7abe(0xb9)}}};module[_0x1b7abe(0xba)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x515eff=_0x2380;(function(_0x34ab3f,_0x3d7bbf){const _0x518423=_0x2380,_0x36aabd=_0x34ab3f();while(!![]){try{const _0x4c7aa3=parseInt(_0x518423(0x90))/0x1+-parseInt(_0x518423(0x87))/0x2+-parseInt(_0x518423(0x99))/0x3+parseInt(_0x518423(0x8c))/0x4*(-parseInt(_0x518423(0x93))/0x5)+parseInt(_0x518423(0x94))/0x6*(parseInt(_0x518423(0x97))/0x7)+-parseInt(_0x518423(0x86))/0x8+-parseInt(_0x518423(0x9a))/0x9*(-parseInt(_0x518423(0x9b))/0xa);if(_0x4c7aa3===_0x3d7bbf)break;else _0x36aabd['push'](_0x36aabd['shift']());}catch(_0x47341e){_0x36aabd['push'](_0x36aabd['shift']());}}}(_0x54ab,0x37c34));function _0x2380(_0x205047,_0x3a1bdc){_0x205047=_0x205047-0x83;const _0x54ab2d=_0x54ab();let _0x238011=_0x54ab2d[_0x205047];return _0x238011;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x515eff(0x83)}},'permission':{'editErr':_0x515eff(0x8d)},'title':'形状','insertShape':_0x515eff(0x91),'openPanel':_0x515eff(0x89),'deleteShape':'删除形状','hidePanel':'隐藏形状面板','formatShape':'格式化形状','shapeStyle':_0x515eff(0x8f),'shapePosition':_0x515eff(0x8e),'toggleFlipH':_0x515eff(0x92),'toggleFlipV':_0x515eff(0x96),'rotateRight90':'顺时针90度旋转','rotateLeft90':'逆时针90度旋转','toggleTextVertical':_0x515eff(0x9c),'objectListPanel':{'title':'图层','open':_0x515eff(0x98),'empty':_0x515eff(0x8b),'showAll':_0x515eff(0x84),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':'上移一层','moveBackward':_0x515eff(0x88),'close':'关闭','name':'名称','nameInput':_0x515eff(0x8a),'description':'描述','descriptionPlaceholder':_0x515eff(0x85),'details':'详情','noSelection':_0x515eff(0x95)}}};module['exports']=e;function _0x54ab(){const _0x193a95=['裁剪为形状','全部显示','添加描述','1351880nYIcTZ','498744SbQUla','下移一层','打开形状面板','对象名称','暂无对象','628KwfCpy','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','形状位置','形状样式','431989MCTuVZ','插入形状','切换水平翻转','3405zmqcYD','225222mtdAGT','选择对象以编辑详情','切换垂直翻转','7EGAqAd','打开图层面板','806103HKleOq','9eFdrqX','5528530hTJUUg','切换文本竖排'];_0x54ab=function(){return _0x193a95;};return _0x54ab();}
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x9e0c19=_0x1a4e;(function(_0x3342f1,_0x4379c5){const _0x1732b1=_0x1a4e,_0x14620b=_0x3342f1();while(!![]){try{const _0x392220=-parseInt(_0x1732b1(0x1ef))/0x1+parseInt(_0x1732b1(0x1d6))/0x2*(parseInt(_0x1732b1(0x1e7))/0x3)+-parseInt(_0x1732b1(0x1de))/0x4+-parseInt(_0x1732b1(0x1e9))/0x5*(-parseInt(_0x1732b1(0x1d7))/0x6)+-parseInt(_0x1732b1(0x1eb))/0x7+-parseInt(_0x1732b1(0x1e0))/0x8*(-parseInt(_0x1732b1(0x1ec))/0x9)+-parseInt(_0x1732b1(0x1df))/0xa;if(_0x392220===_0x4379c5)break;else _0x14620b['push'](_0x14620b['shift']());}catch(_0x7bd2c4){_0x14620b['push'](_0x14620b['shift']());}}}(_0x30dd,0x2a1d5));function _0x1a4e(_0xb26dab,_0x2c0621){_0xb26dab=_0xb26dab-0x1d6;const _0x30dd4d=_0x30dd();let _0x1a4e7c=_0x30dd4d[_0xb26dab];return _0x1a4e7c;}function _0x30dd(){const _0x56a97a=['全部顯示','暫無物件','337348wWOrJD','2323690dIRtly','2637136NemdtV','exports','格式化形狀','切換水平翻轉','選擇物件以編輯詳情','隱藏形狀面板','打開形狀面板','3CmNODH','下移一層','245gbiAvU','插入形狀','1508080FXeiRE','9RrAAYg','逆時針\x2090\x20度旋轉','圖形位置','73737jfwstR','開啟圖層面板','刪除形狀','順時針\x2090\x20度旋轉','428848oqmgjR','28692nBiiWn','上移一層','物件名稱','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','切換文本竖排'];_0x30dd=function(){return _0x56a97a;};return _0x30dd();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':_0x9e0c19(0x1da)},'title':'形狀','insertShape':_0x9e0c19(0x1ea),'openPanel':_0x9e0c19(0x1e6),'deleteShape':_0x9e0c19(0x1f1),'hidePanel':_0x9e0c19(0x1e5),'formatShape':_0x9e0c19(0x1e2),'shapeStyle':'圖形樣式','shapePosition':_0x9e0c19(0x1ee),'toggleFlipH':_0x9e0c19(0x1e3),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x9e0c19(0x1f2),'rotateLeft90':_0x9e0c19(0x1ed),'toggleTextVertical':_0x9e0c19(0x1db),'objectListPanel':{'title':'圖層','open':_0x9e0c19(0x1f0),'empty':_0x9e0c19(0x1dd),'showAll':_0x9e0c19(0x1dc),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x9e0c19(0x1d8),'moveBackward':_0x9e0c19(0x1e8),'close':'關閉','name':'名稱','nameInput':_0x9e0c19(0x1d9),'description':'描述','descriptionPlaceholder':'新增描述','details':'詳情','noSelection':_0x9e0c19(0x1e4)}}};module[_0x9e0c19(0x1e1)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xe4f77a=_0x39dd;(function(_0x85cabe,_0x4d85ac){const _0x44301f=_0x39dd,_0x3cd616=_0x85cabe();while(!![]){try{const _0x4a1987=parseInt(_0x44301f(0x207))/0x1+-parseInt(_0x44301f(0x1f2))/0x2+-parseInt(_0x44301f(0x1ff))/0x3+-parseInt(_0x44301f(0x203))/0x4*(-parseInt(_0x44301f(0x1fd))/0x5)+parseInt(_0x44301f(0x1fa))/0x6+-parseInt(_0x44301f(0x1f5))/0x7*(parseInt(_0x44301f(0x1ec))/0x8)+parseInt(_0x44301f(0x1f4))/0x9;if(_0x4a1987===_0x4d85ac)break;else _0x3cd616['push'](_0x3cd616['shift']());}catch(_0xabc8f6){_0x3cd616['push'](_0x3cd616['shift']());}}}(_0x3adf,0xcd054));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xe4f77a(0x1ee)}},'permission':{'editErr':_0xe4f77a(0x1f3)},'title':'形狀','insertShape':_0xe4f77a(0x1ef),'openPanel':_0xe4f77a(0x202),'deleteShape':_0xe4f77a(0x201),'hidePanel':'隱藏形狀面板','formatShape':_0xe4f77a(0x1f8),'shapeStyle':_0xe4f77a(0x1fc),'shapePosition':_0xe4f77a(0x200),'toggleFlipH':_0xe4f77a(0x204),'toggleFlipV':_0xe4f77a(0x1eb),'rotateRight90':_0xe4f77a(0x1fe),'rotateLeft90':_0xe4f77a(0x206),'toggleTextVertical':_0xe4f77a(0x1f1),'objectListPanel':{'title':'圖層','open':_0xe4f77a(0x1ed),'empty':'暫無物件','showAll':_0xe4f77a(0x1f0),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0xe4f77a(0x1f7),'moveBackward':_0xe4f77a(0x1ea),'close':'關閉','name':'名稱','nameInput':_0xe4f77a(0x1fb),'description':'描述','descriptionPlaceholder':_0xe4f77a(0x1f9),'details':_0xe4f77a(0x1f6),'noSelection':_0xe4f77a(0x205)}}};function _0x3adf(){const _0x1a0283=['物件名稱','圖形樣式','830VpqrEs','順時針\x2090\x20度旋轉','3544827ZAiSpg','圖形位置','刪除形狀','打開形狀面板','20528jwPdsr','切換水平翻轉','選取物件以編輯詳細資料','逆時針\x2090\x20度旋轉','924737bOXLnS','下移一層','切換垂直翻轉','8CZtgBm','開啟圖層面板','裁切為形狀','插入形狀','全部顯示','切換文本竖排','2675932ZnAIKr','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','7019730tnEkfs','5968543wxlwni','詳細資料','上移一層','格式化形狀','新增描述','9932214vNmLHo'];_0x3adf=function(){return _0x1a0283;};return _0x3adf();}function _0x39dd(_0x55d9d1,_0x40f90f){_0x55d9d1=_0x55d9d1-0x1ea;const _0x3adfae=_0x3adf();let _0x39dd13=_0x3adfae[_0x55d9d1];return _0x39dd13;}module['exports']=e;
|