@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/es/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x36a4(_0x2ef9b6,_0x1c23b1){_0x2ef9b6=_0x2ef9b6-0x13a;const _0x42d9fb=_0x42d9();let _0x36a438=_0x42d9fb[_0x2ef9b6];return _0x36a438;}const _0x353803=_0x36a4;function _0x42d9(){const _0x575ebb=['180354TVxZvo','موضع\x20الشكل','إحضار\x20للأمام','لا\x20توجد\x20كائنات','200ajilkL','قص\x20إلى\x20شكل','تبديل\x20الانعكاس\x20الأفقي','نمط\x20الشكل','إظهار','شكل','9904176oizyxH','فتح\x20لوحة\x20الطبقات','1274099ctQlGu','الطبقات','إخفاء','اسم\x20الكائن','التفاصيل','إخفاء\x20لوحة\x20الأشكال','إدراج\x20شكل','143452CwZYYS','فتح\x20لوحة\x20الأشكال','تدوير\x20لليسار\x2090°','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','إظهار\x20الكل','حذف\x20الشكل','38psGyRa','7265013CYvQOX','إخفاء\x20الكل','الاسم','8284992RXbZNw','8686638nRWCcT','إغلاق'];_0x42d9=function(){return _0x575ebb;};return _0x42d9();}(function(_0x3e3f5e,_0x594bde){const _0xfbc78e=_0x36a4,_0x3d7879=_0x3e3f5e();while(!![]){try{const _0x1cb050=-parseInt(_0xfbc78e(0x155))/0x1+-parseInt(_0xfbc78e(0x142))/0x2*(parseInt(_0xfbc78e(0x149))/0x3)+-parseInt(_0xfbc78e(0x13c))/0x4*(parseInt(_0xfbc78e(0x14d))/0x5)+parseInt(_0xfbc78e(0x147))/0x6+parseInt(_0xfbc78e(0x143))/0x7+parseInt(_0xfbc78e(0x146))/0x8+parseInt(_0xfbc78e(0x153))/0x9;if(_0x1cb050===_0x594bde)break;else _0x3d7879['push'](_0x3d7879['shift']());}catch(_0x104f37){_0x3d7879['push'](_0x3d7879['shift']());}}}(_0x42d9,0xbc32b));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x353803(0x14e)}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x353803(0x152),'insertShape':_0x353803(0x13b),'openPanel':_0x353803(0x13d),'deleteShape':_0x353803(0x141),'hidePanel':_0x353803(0x13a),'formatShape':'تنسيق\x20الشكل','shapeStyle':_0x353803(0x150),'shapePosition':_0x353803(0x14a),'toggleFlipH':_0x353803(0x14f),'toggleFlipV':'تبديل\x20الانعكاس\x20العمودي','rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x353803(0x13e),'toggleTextVertical':'تبديل\x20النص\x20العمودي','objectListPanel':{'title':_0x353803(0x156),'open':_0x353803(0x154),'empty':_0x353803(0x14c),'showAll':_0x353803(0x140),'hideAll':_0x353803(0x144),'show':_0x353803(0x151),'hide':_0x353803(0x157),'moveForward':_0x353803(0x14b),'moveBackward':'إرسال\x20للخلف','close':_0x353803(0x148),'name':_0x353803(0x145),'nameInput':_0x353803(0x158),'description':'الوصف','descriptionPlaceholder':'إضافة\x20وصف','details':_0x353803(0x159),'noSelection':_0x353803(0x13f)}}};export{e as default};
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x308268=_0x2310;function _0x2310(_0xcc7250,_0x222fa8){_0xcc7250=_0xcc7250-0x76;const _0x5baaa5=_0x5baa();let _0x231009=_0x5baaa5[_0xcc7250];return _0x231009;}(function(_0x59121d,_0x32d5d8){const _0x3b3b91=_0x2310,_0x434842=_0x59121d();while(!![]){try{const _0x4ed359=-parseInt(_0x3b3b91(0x77))/0x1+parseInt(_0x3b3b91(0x89))/0x2+parseInt(_0x3b3b91(0x78))/0x3+-parseInt(_0x3b3b91(0x8c))/0x4+parseInt(_0x3b3b91(0x96))/0x5*(parseInt(_0x3b3b91(0x95))/0x6)+parseInt(_0x3b3b91(0x7f))/0x7+-parseInt(_0x3b3b91(0x81))/0x8;if(_0x4ed359===_0x32d5d8)break;else _0x434842['push'](_0x434842['shift']());}catch(_0x5aefe2){_0x434842['push'](_0x434842['shift']());}}}(_0x5baa,0x417d7));function _0x5baa(){const _0x3191c0=['Rotar\x2090°\x20a\x20la\x20dreta','Format\x20de\x20forma','Afegeix\x20descripcio','Nom\x20de\x20l’objecte','Mostra-ho\x20tot','95754fdZzSQ','95NgOemC','Mostra','100867kRBqhI','1455240lFTeCZ','Envia\x20enrere','Capes','Rotar\x2090°\x20a\x20l\x27esquerra','Obrir\x20panell\x20de\x20formes','Obre\x20el\x20tauler\x20de\x20capes','Forma','634263ibiCDu','Amagar','3602328lUCvEQ','Descripció','Detalls','Eliminar\x20forma','Amaga-ho\x20tot','Amagar\x20panell\x20de\x20formes','Posició\x20de\x20forma','Nom','377308MwyIQu','Sense\x20objectes','Estil\x20de\x20forma','992636RZCodn','Alternar\x20volteig\x20horitzontal','Retalla\x20a\x20forma','Tancar'];_0x5baa=function(){return _0x3191c0;};return _0x5baa();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x308268(0x8e)}},'permission':{'editErr':'L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.'},'title':_0x308268(0x7e),'insertShape':'Inserir\x20forma','openPanel':_0x308268(0x7c),'deleteShape':_0x308268(0x84),'hidePanel':_0x308268(0x86),'formatShape':_0x308268(0x91),'shapeStyle':_0x308268(0x8b),'shapePosition':_0x308268(0x87),'toggleFlipH':_0x308268(0x8d),'toggleFlipV':'Alternar\x20volteig\x20vertical','rotateRight90':_0x308268(0x90),'rotateLeft90':_0x308268(0x7b),'toggleTextVertical':'Alternar\x20text\x20vertical','objectListPanel':{'title':_0x308268(0x7a),'open':_0x308268(0x7d),'empty':_0x308268(0x8a),'showAll':_0x308268(0x94),'hideAll':_0x308268(0x85),'show':_0x308268(0x76),'hide':_0x308268(0x80),'moveForward':'Porta\x20endavant','moveBackward':_0x308268(0x79),'close':_0x308268(0x8f),'name':_0x308268(0x88),'nameInput':_0x308268(0x93),'description':_0x308268(0x82),'descriptionPlaceholder':_0x308268(0x92),'details':_0x308268(0x83),'noSelection':'Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls'}}};export{e as default};
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x456f(){const _0x330923=['Links\x2090°\x20drehen','Form-Panel\x20öffnen','2KhBZlH','Form\x20löschen','Objektname','Ebenenbereich\x20öffnen','Name','Details','Auf\x20Form\x20zuschneiden','20nylQKW','Vertikale\x20Spiegelung\x20umschalten','Form','1304275OeenbT','Alle\x20anzeigen','1350676kKAvZt','8140314UtWqCO','Beschreibung','8898736hJoIeY','Alle\x20ausblenden','Rechts\x2090°\x20drehen','2640204vUMpXC','Anzeigen','Weiter\x20nach\x20vorne','Schließen','Form\x20formatieren','8542536vxKxjo','Weiter\x20nach\x20hinten','3579546NJxOuf','Ebenen','Ausblenden'];_0x456f=function(){return _0x330923;};return _0x456f();}const _0x1e95be=_0x4b56;(function(_0x56b999,_0x4af880){const _0x4b94ca=_0x4b56,_0x2c9800=_0x56b999();while(!![]){try{const _0x26c7f3=-parseInt(_0x4b94ca(0xe6))/0x1+-parseInt(_0x4b94ca(0xfa))/0x2*(parseInt(_0x4b94ca(0xf5))/0x3)+-parseInt(_0x4b94ca(0xe8))/0x4*(-parseInt(_0x4b94ca(0xe3))/0x5)+parseInt(_0x4b94ca(0xe9))/0x6+parseInt(_0x4b94ca(0xeb))/0x7+-parseInt(_0x4b94ca(0xf3))/0x8+parseInt(_0x4b94ca(0xee))/0x9;if(_0x26c7f3===_0x4af880)break;else _0x2c9800['push'](_0x2c9800['shift']());}catch(_0x5ac085){_0x2c9800['push'](_0x2c9800['shift']());}}}(_0x456f,0xac8a5));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1e95be(0xe2)}},'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':_0x1e95be(0xe5),'insertShape':'Form\x20einfügen','openPanel':_0x1e95be(0xf9),'deleteShape':_0x1e95be(0xdd),'hidePanel':'Form-Panel\x20ausblenden','formatShape':_0x1e95be(0xf2),'shapeStyle':'Formstil','shapePosition':'Formposition','toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':_0x1e95be(0xe4),'rotateRight90':_0x1e95be(0xed),'rotateLeft90':_0x1e95be(0xf8),'toggleTextVertical':'Vertikalen\x20Text\x20umschalten','objectListPanel':{'title':_0x1e95be(0xf6),'open':_0x1e95be(0xdf),'empty':'Keine\x20Objekte','showAll':_0x1e95be(0xe7),'hideAll':_0x1e95be(0xec),'show':_0x1e95be(0xef),'hide':_0x1e95be(0xf7),'moveForward':_0x1e95be(0xf0),'moveBackward':_0x1e95be(0xf4),'close':_0x1e95be(0xf1),'name':_0x1e95be(0xe0),'nameInput':_0x1e95be(0xde),'description':_0x1e95be(0xea),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x1e95be(0xe1),'noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'}}};function _0x4b56(_0x1554b3,_0x5eac6c){_0x1554b3=_0x1554b3-0xdd;const _0x456f37=_0x456f();let _0x4b56f9=_0x456f37[_0x1554b3];return _0x4b56f9;}export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0xe76b(_0x437aca,_0x2a6174){_0x437aca=_0x437aca-0x161;const _0x628593=_0x6285();let _0xe76b0d=_0x628593[_0x437aca];return _0xe76b0d;}const _0x2f6913=_0xe76b;(function(_0x51223b,_0x422186){const _0x302ea3=_0xe76b,_0x12eec2=_0x51223b();while(!![]){try{const _0x470bdd=parseInt(_0x302ea3(0x16d))/0x1+parseInt(_0x302ea3(0x161))/0x2+parseInt(_0x302ea3(0x174))/0x3+-parseInt(_0x302ea3(0x17e))/0x4+-parseInt(_0x302ea3(0x171))/0x5+-parseInt(_0x302ea3(0x16e))/0x6+parseInt(_0x302ea3(0x164))/0x7;if(_0x470bdd===_0x422186)break;else _0x12eec2['push'](_0x12eec2['shift']());}catch(_0xeeede8){_0x12eec2['push'](_0x12eec2['shift']());}}}(_0x6285,0x65f8e));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2f6913(0x168)}},'permission':{'editErr':_0x2f6913(0x177)},'title':_0x2f6913(0x178),'insertShape':'Insert\x20Shape','openPanel':_0x2f6913(0x16c),'deleteShape':_0x2f6913(0x163),'hidePanel':_0x2f6913(0x170),'formatShape':_0x2f6913(0x173),'shapeStyle':_0x2f6913(0x17d),'shapePosition':_0x2f6913(0x167),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x2f6913(0x17b),'rotateRight90':_0x2f6913(0x17c),'rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':_0x2f6913(0x172),'objectListPanel':{'title':_0x2f6913(0x16a),'open':'Open\x20Layers\x20Panel','empty':_0x2f6913(0x175),'showAll':'Show\x20All','hideAll':_0x2f6913(0x165),'show':_0x2f6913(0x180),'hide':_0x2f6913(0x16b),'moveForward':_0x2f6913(0x166),'moveBackward':_0x2f6913(0x179),'close':_0x2f6913(0x162),'name':'Name','nameInput':_0x2f6913(0x16f),'description':_0x2f6913(0x176),'descriptionPlaceholder':_0x2f6913(0x17a),'details':_0x2f6913(0x17f),'noSelection':_0x2f6913(0x169)}}};function _0x6285(){const _0xd1199a=['716216JytsKH','Details','Show','209984QPhALA','Close','Delete\x20Shape','4429509QnHBKq','Hide\x20All','Bring\x20Forward','Shape\x20Position','Crop\x20to\x20Shape','Select\x20an\x20object\x20to\x20edit\x20details','Layers','Hide','Open\x20Shape\x20Panel','730449tuxXZk','3334626qUGpPX','Object\x20name','Hide\x20Shape\x20Panel','2055570bOdFBU','Toggle\x20Text\x20Vertical','Format\x20Shape','286167drVzgh','No\x20objects','Description','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Shape','Send\x20Backward','Add\x20description','Toggle\x20Vertical\x20Flip','Rotate\x20Right\x2090°','Shape\x20Style'];_0x6285=function(){return _0xd1199a;};return _0x6285();}export{e as default};
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x5994(){const _0x452dfc=['Traer\x20adelante','Descripción','7NPpOKo','Forma','Estilo\x20de\x20forma','Alternar\x20texto\x20vertical','Sin\x20objetos','Ocultar\x20panel\x20de\x20formas','8QhjgpG','Formato\x20de\x20forma','Insertar\x20forma','Abrir\x20panel\x20de\x20capas','Rotar\x2090°\x20a\x20la\x20derecha','Capas','Mostrar\x20todo','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','237595tPeDCJ','Nombre\x20del\x20objeto','Mostrar','Agregar\x20descripción','Nombre','Recortar\x20a\x20forma','3570600eDFRIC','1412296cQXesa','Eliminar\x20forma','Alternar\x20volteo\x20vertical','179836vZYEao','5HDaOsb','Ocultar','Cerrar','113037jPHgJr','817584YqpgNb','Alternar\x20volteo\x20horizontal','Detalles','5441103idKMSi','Posición\x20de\x20forma','Rotar\x2090°\x20a\x20la\x20izquierda','Enviar\x20atrás'];_0x5994=function(){return _0x452dfc;};return _0x5994();}const _0x13350f=_0x5967;(function(_0x5b33e9,_0xda0584){const _0x25cd62=_0x5967,_0x3da096=_0x5b33e9();while(!![]){try{const _0xeaff3=parseInt(_0x25cd62(0xcd))/0x1+parseInt(_0x25cd62(0xeb))/0x2*(parseInt(_0x25cd62(0xdb))/0x3)+parseInt(_0x25cd62(0xd7))/0x4*(parseInt(_0x25cd62(0xd8))/0x5)+-parseInt(_0x25cd62(0xdc))/0x6+parseInt(_0x25cd62(0xe5))/0x7*(-parseInt(_0x25cd62(0xd4))/0x8)+parseInt(_0x25cd62(0xdf))/0x9+-parseInt(_0x25cd62(0xd3))/0xa;if(_0xeaff3===_0xda0584)break;else _0x3da096['push'](_0x3da096['shift']());}catch(_0x3f10de){_0x3da096['push'](_0x3da096['shift']());}}}(_0x5994,0x59d68));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x13350f(0xd2)}},'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':_0x13350f(0xe6),'insertShape':_0x13350f(0xc7),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':_0x13350f(0xd5),'hidePanel':_0x13350f(0xea),'formatShape':_0x13350f(0xec),'shapeStyle':_0x13350f(0xe7),'shapePosition':_0x13350f(0xe0),'toggleFlipH':_0x13350f(0xdd),'toggleFlipV':_0x13350f(0xd6),'rotateRight90':_0x13350f(0xc9),'rotateLeft90':_0x13350f(0xe1),'toggleTextVertical':_0x13350f(0xe8),'objectListPanel':{'title':_0x13350f(0xca),'open':_0x13350f(0xc8),'empty':_0x13350f(0xe9),'showAll':_0x13350f(0xcb),'hideAll':'Ocultar\x20todo','show':_0x13350f(0xcf),'hide':_0x13350f(0xd9),'moveForward':_0x13350f(0xe3),'moveBackward':_0x13350f(0xe2),'close':_0x13350f(0xda),'name':_0x13350f(0xd1),'nameInput':_0x13350f(0xce),'description':_0x13350f(0xe4),'descriptionPlaceholder':_0x13350f(0xd0),'details':_0x13350f(0xde),'noSelection':_0x13350f(0xcc)}}};function _0x5967(_0x3b0352,_0x4e34e4){_0x3b0352=_0x3b0352-0xc7;const _0x5994df=_0x5994();let _0x5967c6=_0x5994df[_0x3b0352];return _0x5967c6;}export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x55b1d2=_0x3209;(function(_0x59a6a2,_0x15dc2d){const _0x18cf59=_0x3209,_0x23a4bc=_0x59a6a2();while(!![]){try{const _0x37b84b=-parseInt(_0x18cf59(0x192))/0x1*(-parseInt(_0x18cf59(0x1ab))/0x2)+parseInt(_0x18cf59(0x1a6))/0x3*(-parseInt(_0x18cf59(0x195))/0x4)+parseInt(_0x18cf59(0x194))/0x5*(parseInt(_0x18cf59(0x1a5))/0x6)+parseInt(_0x18cf59(0x1a8))/0x7+-parseInt(_0x18cf59(0x1af))/0x8*(parseInt(_0x18cf59(0x1ad))/0x9)+parseInt(_0x18cf59(0x19a))/0xa*(-parseInt(_0x18cf59(0x18e))/0xb)+parseInt(_0x18cf59(0x18c))/0xc*(parseInt(_0x18cf59(0x1a1))/0xd);if(_0x37b84b===_0x15dc2d)break;else _0x23a4bc['push'](_0x23a4bc['shift']());}catch(_0x5a4ad0){_0x23a4bc['push'](_0x23a4bc['shift']());}}}(_0x4703,0x872e2));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x55b1d2(0x19d)}},'permission':{'editErr':_0x55b1d2(0x191)},'title':_0x55b1d2(0x1ae),'insertShape':'درج\x20شکل','openPanel':'باز\x20کردن\x20پنل\x20شکلها','deleteShape':_0x55b1d2(0x1aa),'hidePanel':'مخفی\x20کردن\x20پنل\x20شکلها','formatShape':_0x55b1d2(0x19c),'shapeStyle':_0x55b1d2(0x190),'shapePosition':_0x55b1d2(0x19e),'toggleFlipH':_0x55b1d2(0x1a7),'toggleFlipV':_0x55b1d2(0x196),'rotateRight90':_0x55b1d2(0x1ac),'rotateLeft90':_0x55b1d2(0x1a2),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':_0x55b1d2(0x18d),'open':_0x55b1d2(0x19f),'empty':_0x55b1d2(0x1a4),'showAll':_0x55b1d2(0x1a0),'hideAll':_0x55b1d2(0x199),'show':_0x55b1d2(0x19b),'hide':_0x55b1d2(0x193),'moveForward':'آوردن\x20به\x20جلو','moveBackward':_0x55b1d2(0x198),'close':'بستن','name':_0x55b1d2(0x1a9),'nameInput':_0x55b1d2(0x18b),'description':_0x55b1d2(0x18f),'descriptionPlaceholder':_0x55b1d2(0x197),'details':_0x55b1d2(0x1a3),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید'}}};function _0x3209(_0x26e6de,_0x176afb){_0x26e6de=_0x26e6de-0x18b;const _0x4703f5=_0x4703();let _0x3209ac=_0x4703f5[_0x26e6de];return _0x3209ac;}export{e as default};function _0x4703(){const _0x46e525=['تغییر\x20وضعیت\x20چرخش\x20افقی','2856672KRtSsC','نام','حذف\x20شکل','2LTTxIK','چرخش\x20۹۰\x20درجه\x20به\x20راست','696645VjyLSh','شکل','104hhPPvT','نام\x20شیء','12228dapkZh','لایهها','749661dXACLs','توضیحات','سبک\x20شکل','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','764767oUJQqk','پنهان\x20کردن','1484495wjjbCg','12SEJYhI','تغییر\x20وضعیت\x20چرخش\x20عمودی','افزودن\x20توضیحات','فرستادن\x20به\x20عقب','پنهان\x20کردن\x20همه','120PfsczZ','نمایش','قالببندی\x20شکل','کراپ\x20به\x20شکل','موقعیت\x20شکل','باز\x20کردن\x20پنل\x20لایهها','نمایش\x20همه','6383gYowMm','چرخش\x20۹۰\x20درجه\x20به\x20چپ','جزئیات','هیچ\x20شیئی\x20وجود\x20ندارد','18Wxfzpy','186114hWgiBX'];_0x4703=function(){return _0x46e525;};return _0x4703();}
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3365(_0x412357,_0x18e984){_0x412357=_0x412357-0x113;const _0x255696=_0x2556();let _0x336503=_0x255696[_0x412357];return _0x336503;}const _0x4aff9c=_0x3365;(function(_0x2f9b91,_0x3c68ce){const _0x396ac1=_0x3365,_0x5c19f6=_0x2f9b91();while(!![]){try{const _0x5748c8=-parseInt(_0x396ac1(0x12e))/0x1*(-parseInt(_0x396ac1(0x11d))/0x2)+-parseInt(_0x396ac1(0x113))/0x3*(parseInt(_0x396ac1(0x129))/0x4)+parseInt(_0x396ac1(0x12c))/0x5*(parseInt(_0x396ac1(0x139))/0x6)+-parseInt(_0x396ac1(0x130))/0x7*(-parseInt(_0x396ac1(0x11c))/0x8)+parseInt(_0x396ac1(0x119))/0x9+-parseInt(_0x396ac1(0x124))/0xa+parseInt(_0x396ac1(0x115))/0xb*(-parseInt(_0x396ac1(0x125))/0xc);if(_0x5748c8===_0x3c68ce)break;else _0x5c19f6['push'](_0x5c19f6['shift']());}catch(_0x1f4e53){_0x5c19f6['push'](_0x5c19f6['shift']());}}}(_0x2556,0x7e172));function _0x2556(){const _0x54b3b0=['Nom','Ajouter\x20une\x20description','8368335ufnLxW','Fermer','Basculer\x20le\x20retournement\x20vertical','16yGdtKZ','110IANtkw','Détails','Calques','Style\x20de\x20la\x20forme','Ouvrir\x20le\x20panneau\x20des\x20formes','Avancer','Pivoter\x20à\x20droite\x20de\x2090°','9495980saqsKB','11268CtbDAB','Afficher','Forme','Reculer','30576mvVeum','Supprimer\x20la\x20forme','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','895CnQeTI','Masquer','17723dxMmRB','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','1737722nISEON','Position\x20de\x20la\x20forme','Insérer\x20une\x20forme','Description','Rogner\x20à\x20la\x20forme','Aucun\x20objet','Tout\x20masquer','Ouvrir\x20le\x20panneau\x20des\x20calques','Basculer\x20le\x20retournement\x20horizontal','34098Totimv','Tout\x20afficher','258vqQBpv','Basculer\x20le\x20texte\x20vertical','15169ebRLlT','Pivoter\x20à\x20gauche\x20de\x2090°'];_0x2556=function(){return _0x54b3b0;};return _0x2556();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4aff9c(0x134)}},'permission':{'editErr':_0x4aff9c(0x12f)},'title':_0x4aff9c(0x127),'insertShape':_0x4aff9c(0x132),'openPanel':_0x4aff9c(0x121),'deleteShape':_0x4aff9c(0x12a),'hidePanel':'Masquer\x20le\x20panneau\x20des\x20formes','formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x4aff9c(0x120),'shapePosition':_0x4aff9c(0x131),'toggleFlipH':_0x4aff9c(0x138),'toggleFlipV':_0x4aff9c(0x11b),'rotateRight90':_0x4aff9c(0x123),'rotateLeft90':_0x4aff9c(0x116),'toggleTextVertical':_0x4aff9c(0x114),'objectListPanel':{'title':_0x4aff9c(0x11f),'open':_0x4aff9c(0x137),'empty':_0x4aff9c(0x135),'showAll':_0x4aff9c(0x13a),'hideAll':_0x4aff9c(0x136),'show':_0x4aff9c(0x126),'hide':_0x4aff9c(0x12d),'moveForward':_0x4aff9c(0x122),'moveBackward':_0x4aff9c(0x128),'close':_0x4aff9c(0x11a),'name':_0x4aff9c(0x117),'nameInput':'Nom\x20de\x20l’objet','description':_0x4aff9c(0x133),'descriptionPlaceholder':_0x4aff9c(0x118),'details':_0x4aff9c(0x11e),'noSelection':_0x4aff9c(0x12b)}}};export{e as default};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x4ac5b7=_0x83ef;function _0x2317(){const _0x210975=['15CGYXPU','Buka\x20Panel\x20Lapisan','Pangkas\x20ke\x20Bentuk','Bawa\x20ke\x20Depan','Tidak\x20ada\x20objek','425480IocTVY','3792976hZNUmO','Format\x20Bentuk','11646225tiRYSl','Detail','Putar\x20Kanan\x2090°','Sembunyikan\x20semua','48jWPpqd','Kirim\x20ke\x20Belakang','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','503416JJXzVT','Tampilkan','1080912CNsgoq','Buka\x20Panel\x20Bentuk','721028Bljxvy','Posisi\x20Bentuk','1106249MbaIrX','Tampilkan\x20semua','Putar\x20Kiri\x2090°','1180ORXJjE','Deskripsi','Sembunyikan','3QiljIf','Tutup','Hapus\x20Bentuk'];_0x2317=function(){return _0x210975;};return _0x2317();}(function(_0x4689f4,_0x54e8cc){const _0x19961=_0x83ef,_0x303823=_0x4689f4();while(!![]){try{const _0x3125fd=-parseInt(_0x19961(0x1f0))/0x1+parseInt(_0x19961(0x1ec))/0x2*(-parseInt(_0x19961(0x1f6))/0x3)+parseInt(_0x19961(0x1ea))/0x4*(-parseInt(_0x19961(0x1f9))/0x5)+-parseInt(_0x19961(0x1e7))/0x6*(parseInt(_0x19961(0x1ee))/0x7)+parseInt(_0x19961(0x1e1))/0x8+-parseInt(_0x19961(0x1e3))/0x9+-parseInt(_0x19961(0x1f3))/0xa*(-parseInt(_0x19961(0x1e0))/0xb);if(_0x3125fd===_0x54e8cc)break;else _0x303823['push'](_0x303823['shift']());}catch(_0x57d82d){_0x303823['push'](_0x303823['shift']());}}}(_0x2317,0xdac26));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4ac5b7(0x1fb)}},'permission':{'editErr':_0x4ac5b7(0x1e9)},'title':'Bentuk','insertShape':'Sisipkan\x20Bentuk','openPanel':_0x4ac5b7(0x1ed),'deleteShape':_0x4ac5b7(0x1f8),'hidePanel':'Sembunyikan\x20Panel\x20Bentuk','formatShape':_0x4ac5b7(0x1e2),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x4ac5b7(0x1ef),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':'Balik\x20Vertikal','rotateRight90':_0x4ac5b7(0x1e5),'rotateLeft90':_0x4ac5b7(0x1f2),'toggleTextVertical':'Ubah\x20Teks\x20Vertikal','objectListPanel':{'title':'Lapisan','open':_0x4ac5b7(0x1fa),'empty':_0x4ac5b7(0x1fd),'showAll':_0x4ac5b7(0x1f1),'hideAll':_0x4ac5b7(0x1e6),'show':_0x4ac5b7(0x1eb),'hide':_0x4ac5b7(0x1f5),'moveForward':_0x4ac5b7(0x1fc),'moveBackward':_0x4ac5b7(0x1e8),'close':_0x4ac5b7(0x1f7),'name':'Nama','nameInput':'Nama\x20objek','description':_0x4ac5b7(0x1f4),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x4ac5b7(0x1e4),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'}}};function _0x83ef(_0x4ac6db,_0xcd52d5){_0x4ac6db=_0x4ac6db-0x1e0;const _0x2317d5=_0x2317();let _0x83ef9=_0x2317d5[_0x4ac6db];return _0x83ef9;}export{e as default};
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5d5097=_0x1154;(function(_0x4e42e7,_0x46bb27){const _0x17d3b9=_0x1154,_0x2c5c48=_0x4e42e7();while(!![]){try{const _0x496da2=-parseInt(_0x17d3b9(0x18b))/0x1+-parseInt(_0x17d3b9(0x183))/0x2+-parseInt(_0x17d3b9(0x180))/0x3*(-parseInt(_0x17d3b9(0x18e))/0x4)+parseInt(_0x17d3b9(0x18f))/0x5+-parseInt(_0x17d3b9(0x174))/0x6*(-parseInt(_0x17d3b9(0x189))/0x7)+parseInt(_0x17d3b9(0x176))/0x8+-parseInt(_0x17d3b9(0x18a))/0x9;if(_0x496da2===_0x46bb27)break;else _0x2c5c48['push'](_0x2c5c48['shift']());}catch(_0x316a97){_0x2c5c48['push'](_0x2c5c48['shift']());}}}(_0x28a1,0x4c4d5));function _0x1154(_0x275c6a,_0x238bd4){_0x275c6a=_0x275c6a-0x174;const _0x28a1b1=_0x28a1();let _0x1154a6=_0x28a1b1[_0x275c6a];return _0x1154a6;}function _0x28a1(){const _0xbe5e45=['Livelli','Stile\x20forma','Apri\x20pannello\x20forma','Mostra\x20tutto','124911EyknAY','Porta\x20avanti','Apri\x20pannello\x20livelli','210068vZRdDu','Nome','Aggiungi\x20descrizione','Ruota\x20a\x20sinistra\x2090°','Chiudi','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','1582bjpWcM','4279221PyyMgp','469571avIjHb','Posizione\x20forma','Formato\x20forma','36LtDhEZ','1305995bzdfTX','8538ROymxE','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','3240616dMjVKT','Mostra','Inserisci\x20forma','Descrizione','Nascondi\x20pannello\x20forma','Nessun\x20oggetto'];_0x28a1=function(){return _0xbe5e45;};return _0x28a1();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x5d5097(0x175)},'title':'Forma','insertShape':_0x5d5097(0x178),'openPanel':_0x5d5097(0x17e),'deleteShape':'Elimina\x20forma','hidePanel':_0x5d5097(0x17a),'formatShape':_0x5d5097(0x18d),'shapeStyle':_0x5d5097(0x17d),'shapePosition':_0x5d5097(0x18c),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x5d5097(0x186),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':_0x5d5097(0x17c),'open':_0x5d5097(0x182),'empty':_0x5d5097(0x17b),'showAll':_0x5d5097(0x17f),'hideAll':'Nascondi\x20tutto','show':_0x5d5097(0x177),'hide':'Nascondi','moveForward':_0x5d5097(0x181),'moveBackward':'Porta\x20indietro','close':_0x5d5097(0x187),'name':_0x5d5097(0x184),'nameInput':'Nome\x20oggetto','description':_0x5d5097(0x179),'descriptionPlaceholder':_0x5d5097(0x185),'details':'Dettagli','noSelection':_0x5d5097(0x188)}}};export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x4557c5=_0x3db9;(function(_0x19cb2c,_0x1f5b98){const _0x50c4aa=_0x3db9,_0x3660a7=_0x19cb2c();while(!![]){try{const _0x1584e2=-parseInt(_0x50c4aa(0xa5))/0x1+-parseInt(_0x50c4aa(0x9c))/0x2+-parseInt(_0x50c4aa(0x9f))/0x3*(-parseInt(_0x50c4aa(0xa6))/0x4)+parseInt(_0x50c4aa(0x97))/0x5+parseInt(_0x50c4aa(0x8e))/0x6*(-parseInt(_0x50c4aa(0xa4))/0x7)+parseInt(_0x50c4aa(0x98))/0x8*(-parseInt(_0x50c4aa(0x94))/0x9)+-parseInt(_0x50c4aa(0x8c))/0xa*(-parseInt(_0x50c4aa(0x91))/0xb);if(_0x1584e2===_0x1f5b98)break;else _0x3660a7['push'](_0x3660a7['shift']());}catch(_0x58e22c){_0x3660a7['push'](_0x3660a7['shift']());}}}(_0x6209,0xc2ebd));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4557c5(0xa3)}},'permission':{'editErr':_0x4557c5(0x90)},'title':'図形','insertShape':_0x4557c5(0xa8),'openPanel':_0x4557c5(0x9b),'deleteShape':'図形を削除','hidePanel':'図形パネルを非表示','formatShape':'図形の書式設定','shapeStyle':_0x4557c5(0xaa),'shapePosition':_0x4557c5(0x8f),'toggleFlipH':_0x4557c5(0x93),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x4557c5(0xa1),'rotateLeft90':_0x4557c5(0x95),'toggleTextVertical':_0x4557c5(0x9d),'objectListPanel':{'title':_0x4557c5(0xa0),'open':'レイヤーパネルを開く','empty':_0x4557c5(0xa7),'showAll':_0x4557c5(0x9a),'hideAll':_0x4557c5(0x99),'show':'表示','hide':'非表示','moveForward':_0x4557c5(0xa9),'moveBackward':_0x4557c5(0x92),'close':_0x4557c5(0x8d),'name':'名前','nameInput':_0x4557c5(0x96),'description':'説明','descriptionPlaceholder':_0x4557c5(0x9e),'details':'詳細','noSelection':_0x4557c5(0xa2)}}};function _0x3db9(_0xa91e6,_0x162a80){_0xa91e6=_0xa91e6-0x8c;const _0x6209bc=_0x6209();let _0x3db906=_0x6209bc[_0xa91e6];return _0x3db906;}export{e as default};function _0x6209(){const _0x1f27ec=['12WSLCBb','レイヤー','時計回りに\x2090\x20度回転','詳細を編集するオブジェクトを選択','形状にトリミング','28BhmWCo','1452877XXMqtU','226652raoOCI','オブジェクトがありません','図形の挿入','前面へ移動','図形スタイル','320nWjHEW','閉じる','8706UveplM','図形の位置','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','1101496HGjaPj','背面へ移動','水平反転の切り替え','9JfNapQ','反時計回りに\x2090\x20度回転','オブジェクト名','3001365hFzBeH','2542096nBKNFH','すべて非表示','すべて表示','図形パネルを開く','2912874cxRMnn','テキストの縦書き/横書きの切り替え','説明を追加'];_0x6209=function(){return _0x1f27ec;};return _0x6209();}
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4f5677=_0x2b6b;(function(_0x2ac66f,_0xf1a789){const _0x30ee4f=_0x2b6b,_0x4e5c66=_0x2ac66f();while(!![]){try{const _0x382817=-parseInt(_0x30ee4f(0x16a))/0x1+-parseInt(_0x30ee4f(0x15f))/0x2*(-parseInt(_0x30ee4f(0x15b))/0x3)+parseInt(_0x30ee4f(0x152))/0x4+-parseInt(_0x30ee4f(0x16c))/0x5*(parseInt(_0x30ee4f(0x14f))/0x6)+-parseInt(_0x30ee4f(0x160))/0x7*(-parseInt(_0x30ee4f(0x167))/0x8)+parseInt(_0x30ee4f(0x158))/0x9+parseInt(_0x30ee4f(0x164))/0xa*(-parseInt(_0x30ee4f(0x151))/0xb);if(_0x382817===_0xf1a789)break;else _0x4e5c66['push'](_0x4e5c66['shift']());}catch(_0x5a01d9){_0x4e5c66['push'](_0x4e5c66['shift']());}}}(_0x2516,0x82d60));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4f5677(0x165)}},'permission':{'editErr':_0x4f5677(0x153)},'title':'도형','insertShape':_0x4f5677(0x14e),'openPanel':_0x4f5677(0x15c),'deleteShape':_0x4f5677(0x159),'hidePanel':_0x4f5677(0x166),'formatShape':_0x4f5677(0x15e),'shapeStyle':_0x4f5677(0x155),'shapePosition':_0x4f5677(0x15d),'toggleFlipH':_0x4f5677(0x14d),'toggleFlipV':'세로\x20뒤집기\x20전환','rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x4f5677(0x168),'objectListPanel':{'title':'레이어','open':_0x4f5677(0x169),'empty':_0x4f5677(0x161),'showAll':'모두\x20표시','hideAll':_0x4f5677(0x162),'show':'표시','hide':_0x4f5677(0x157),'moveForward':_0x4f5677(0x154),'moveBackward':_0x4f5677(0x163),'close':'닫기','name':'이름','nameInput':_0x4f5677(0x156),'description':'설명','descriptionPlaceholder':_0x4f5677(0x15a),'details':_0x4f5677(0x150),'noSelection':_0x4f5677(0x16b)}}};function _0x2516(){const _0x361925=['1753696qsIfyH','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','앞으로\x20가져오기','도형\x20스타일','개체\x20이름','숨기기','5036562UJnyDu','도형\x20삭제','설명\x20추가','16794qBfplN','도형\x20패널\x20열기','도형\x20위치','도형\x20서식','24rqTPSS','14diruQH','개체\x20없음','모두\x20숨기기','뒤로\x20보내기','2830CgtmWb','모양에\x20맞게\x20자르기','도형\x20패널\x20숨기기','2295112MMsCHf','텍스트\x20세로/가로\x20전환','레이어\x20패널\x20열기','782714jUuJmb','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','216605dtHpmF','가로\x20뒤집기\x20전환','도형\x20삽입','6DGtkUk','세부\x20정보','10769GZaCcU'];_0x2516=function(){return _0x361925;};return _0x2516();}function _0x2b6b(_0x115e5d,_0x571c8d){_0x115e5d=_0x115e5d-0x14d;const _0x251601=_0x2516();let _0x2b6b46=_0x251601[_0x115e5d];return _0x2b6b46;}export{e as default};
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0xf525(){const _0x3588eb=['Wstaw\x20kształt','63bHGSmo','1060548rzJhsO','Szczegóły','Obróć\x20w\x20prawo\x20o\x2090°','Ukryj\x20panel\x20kształtów','Przesuń\x20do\x20tyłu','120813DALBHp','Obróć\x20w\x20lewo\x20o\x2090°','Otwórz\x20panel\x20kształtów','646500UIRNqX','Przerzuć\x20w\x20pionie','Ukryj','Pokaż','1394870ZutbCV','Zamknij','374880YumxfY','Otwórz\x20panel\x20warstw','Przesuń\x20do\x20przodu','30068RbkAkT','2798800McHTUL','Brak\x20obiektów','Przerzuć\x20w\x20poziomie','Ukryj\x20wszystko','Opis','Nazwa\x20obiektu','Formatuj\x20kształt','Pozycja\x20kształtu','Usuń\x20kształt','Styl\x20kształtu','9fifFJy','Pokaż\x20wszystko','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','14EDZHYL'];_0xf525=function(){return _0x3588eb;};return _0xf525();}const _0xba60d9=_0x51d1;function _0x51d1(_0x2723b5,_0xf5dd6b){_0x2723b5=_0x2723b5-0x177;const _0xf525f9=_0xf525();let _0x51d1a4=_0xf525f9[_0x2723b5];return _0x51d1a4;}(function(_0x2d07af,_0xe584a2){const _0x17fcbe=_0x51d1,_0x35264b=_0x2d07af();while(!![]){try{const _0x37b256=parseInt(_0x17fcbe(0x186))/0x1+parseInt(_0x17fcbe(0x18f))/0x2+-parseInt(_0x17fcbe(0x180))/0x3*(-parseInt(_0x17fcbe(0x192))/0x4)+-parseInt(_0x17fcbe(0x189))/0x5+parseInt(_0x17fcbe(0x181))/0x6*(-parseInt(_0x17fcbe(0x17e))/0x7)+parseInt(_0x17fcbe(0x193))/0x8+parseInt(_0x17fcbe(0x17b))/0x9*(-parseInt(_0x17fcbe(0x18d))/0xa);if(_0x37b256===_0xe584a2)break;else _0x35264b['push'](_0x35264b['shift']());}catch(_0x3e3418){_0x35264b['push'](_0x35264b['shift']());}}}(_0xf525,0x2f479));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':'Kształt','insertShape':_0xba60d9(0x17f),'openPanel':_0xba60d9(0x188),'deleteShape':_0xba60d9(0x179),'hidePanel':_0xba60d9(0x184),'formatShape':_0xba60d9(0x177),'shapeStyle':_0xba60d9(0x17a),'shapePosition':_0xba60d9(0x178),'toggleFlipH':_0xba60d9(0x195),'toggleFlipV':_0xba60d9(0x18a),'rotateRight90':_0xba60d9(0x183),'rotateLeft90':_0xba60d9(0x187),'toggleTextVertical':'Przełącz\x20tekst\x20pionowy','objectListPanel':{'title':'Warstwy','open':_0xba60d9(0x190),'empty':_0xba60d9(0x194),'showAll':_0xba60d9(0x17c),'hideAll':_0xba60d9(0x196),'show':_0xba60d9(0x18c),'hide':_0xba60d9(0x18b),'moveForward':_0xba60d9(0x191),'moveBackward':_0xba60d9(0x185),'close':_0xba60d9(0x18e),'name':'Nazwa','nameInput':_0xba60d9(0x198),'description':_0xba60d9(0x197),'descriptionPlaceholder':'Dodaj\x20opis','details':_0xba60d9(0x182),'noSelection':_0xba60d9(0x17d)}}};export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x237038=_0x1178;(function(_0x3d1aff,_0x4e6397){const _0x3115af=_0x1178,_0x559eee=_0x3d1aff();while(!![]){try{const _0x170c78=parseInt(_0x3115af(0x79))/0x1*(parseInt(_0x3115af(0x65))/0x2)+-parseInt(_0x3115af(0x66))/0x3*(-parseInt(_0x3115af(0x7b))/0x4)+-parseInt(_0x3115af(0x7e))/0x5*(parseInt(_0x3115af(0x85))/0x6)+parseInt(_0x3115af(0x7d))/0x7*(parseInt(_0x3115af(0x77))/0x8)+-parseInt(_0x3115af(0x6e))/0x9*(parseInt(_0x3115af(0x67))/0xa)+-parseInt(_0x3115af(0x81))/0xb+parseInt(_0x3115af(0x68))/0xc*(-parseInt(_0x3115af(0x84))/0xd);if(_0x170c78===_0x4e6397)break;else _0x559eee['push'](_0x559eee['shift']());}catch(_0x511375){_0x559eee['push'](_0x559eee['shift']());}}}(_0x1ce6,0x34270));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x237038(0x6b)}},'permission':{'editErr':_0x237038(0x69)},'title':'Forma','insertShape':_0x237038(0x78),'openPanel':_0x237038(0x89),'deleteShape':_0x237038(0x82),'hidePanel':_0x237038(0x87),'formatShape':_0x237038(0x6a),'shapeStyle':_0x237038(0x6d),'shapePosition':_0x237038(0x73),'toggleFlipH':_0x237038(0x86),'toggleFlipV':_0x237038(0x7f),'rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0x237038(0x6f),'toggleTextVertical':_0x237038(0x88),'objectListPanel':{'title':_0x237038(0x76),'open':_0x237038(0x70),'empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':_0x237038(0x75),'show':_0x237038(0x80),'hide':_0x237038(0x7a),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x237038(0x71),'close':_0x237038(0x83),'name':'Nome','nameInput':_0x237038(0x64),'description':_0x237038(0x72),'descriptionPlaceholder':_0x237038(0x7c),'details':_0x237038(0x6c),'noSelection':_0x237038(0x74)}}};export{e as default};function _0x1178(_0x3490e6,_0x5a1ac0){_0x3490e6=_0x3490e6-0x64;const _0x1ce6a4=_0x1ce6();let _0x1178f9=_0x1ce6a4[_0x3490e6];return _0x1178f9;}function _0x1ce6(){const _0x1c576d=['Nome\x20do\x20objeto','1750mDRMuh','3jheukb','10ealABV','12PRAZAD','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Formatar\x20forma','Cortar\x20para\x20forma','Detalhes','Estilo\x20da\x20forma','2177217IgdNBT','Girar\x2090°\x20para\x20esquerda','Abrir\x20painel\x20de\x20camadas','Enviar\x20para\x20trás','Descrição','Posição\x20da\x20forma','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Ocultar\x20tudo','Camadas','248fEUfOR','Inserir\x20forma','439OgelMU','Ocultar','1505656cFNlNO','Adicionar\x20descrição','56504WytWvm','15fYKUer','Alternar\x20inversão\x20vertical','Mostrar','1860980WlUihj','Excluir\x20forma','Fechar','4959877qaWkaD','9066RNjpSH','Alternar\x20inversão\x20horizontal','Ocultar\x20painel\x20de\x20formas','Alternar\x20texto\x20vertical','Abrir\x20painel\x20de\x20formas'];_0x1ce6=function(){return _0x1c576d;};return _0x1ce6();}
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1d541f=_0x5a08;(function(_0x5d58f1,_0x33e5c0){const _0x4c9c11=_0x5a08,_0x481698=_0x5d58f1();while(!![]){try{const _0x397f09=parseInt(_0x4c9c11(0xb0))/0x1*(-parseInt(_0x4c9c11(0xb6))/0x2)+parseInt(_0x4c9c11(0xbf))/0x3*(parseInt(_0x4c9c11(0xc8))/0x4)+parseInt(_0x4c9c11(0xb1))/0x5+-parseInt(_0x4c9c11(0xc3))/0x6*(parseInt(_0x4c9c11(0xbd))/0x7)+parseInt(_0x4c9c11(0xc4))/0x8*(parseInt(_0x4c9c11(0xae))/0x9)+-parseInt(_0x4c9c11(0xb2))/0xa*(parseInt(_0x4c9c11(0xc5))/0xb)+parseInt(_0x4c9c11(0xad))/0xc;if(_0x397f09===_0x33e5c0)break;else _0x481698['push'](_0x481698['shift']());}catch(_0x3ad707){_0x481698['push'](_0x481698['shift']());}}}(_0x6627,0x2b4a9));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1d541f(0xac)}},'permission':{'editErr':'Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'},'title':_0x1d541f(0xba),'insertShape':_0x1d541f(0xc1),'openPanel':_0x1d541f(0xc9),'deleteShape':_0x1d541f(0xb3),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':'Форматировать\x20фигуру','shapeStyle':_0x1d541f(0xbc),'shapePosition':_0x1d541f(0xaa),'toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x1d541f(0xbb),'rotateRight90':_0x1d541f(0xb4),'rotateLeft90':'Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','toggleTextVertical':_0x1d541f(0xc7),'objectListPanel':{'title':_0x1d541f(0xc6),'open':_0x1d541f(0xbe),'empty':'Нет\x20объектов','showAll':'Показать\x20все','hideAll':'Скрыть\x20все','show':_0x1d541f(0xaf),'hide':_0x1d541f(0xb7),'moveForward':_0x1d541f(0xb8),'moveBackward':_0x1d541f(0xb5),'close':_0x1d541f(0xb9),'name':'Имя','nameInput':_0x1d541f(0xc2),'description':'Описание','descriptionPlaceholder':'Добавить\x20описание','details':_0x1d541f(0xc0),'noSelection':_0x1d541f(0xab)}}};function _0x5a08(_0x3fb822,_0x5e869c){_0x3fb822=_0x3fb822-0xaa;const _0x6627ea=_0x6627();let _0x5a08ea=_0x6627ea[_0x3fb822];return _0x5a08ea;}function _0x6627(){const _0x3808a9=['Удалить\x20фигуру','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Переместить\x20назад','8ttwXNJ','Скрыть','Переместить\x20вперед','Закрыть','Фигура','Переключить\x20вертикальное\x20отражение','Стиль\x20фигуры','21WqJxPH','Открыть\x20панель\x20слоев','38271CFAEVt','Сведения','Вставить\x20фигуру','Имя\x20объекта','271476bPyHrp','1263128eKwPXF','25102ytDQyx','Слои','Переключить\x20вертикальное\x20положение\x20текста','40vufuGC','Открыть\x20панель\x20фигур','Положение\x20фигуры','Выберите\x20объект\x20для\x20редактирования\x20сведений','Обрезать\x20по\x20форме','2995500wRiTZx','9qzYVCm','Показать','38879acEJNd','751395lzVZcd','950RgdEFu'];_0x6627=function(){return _0x3808a9;};return _0x6627();}export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4968a8=_0x47b2;function _0x3146(){const _0x30d0c2=['Pridat\x20popis','1919964JiryPw','Štýl\x20tvaru','110UueeSc','Podrobnosti','Přepnout\x20text\x20vertikálně','Oříznout\x20podle\x20tvaru','86612RWPbyQ','45UnhtFt','Odstrániť\x20tvar','Posunúť\x20dopredu','30uKciur','Otvoriť\x20panel\x20tvarov','Zobraziť\x20všetko','Vložiť\x20tvar','Otočiť\x20doprava\x20o\x2090°','Prepnúť\x20vodorovné\x20prevrátenie','Zavrieť','Vrstvy','Názov\x20objektu','Popis','Skryť\x20panel\x20tvarov','Otvoriť\x20panel\x20vrstiev','609539DimNWp','Zobraziť','3054366XOOCYg','340349kSZqbs','514120SnSHSa','22792930Fjzgeh','Žiadne\x20objekty','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Skryť\x20všetko','Prepnúť\x20zvislé\x20prevrátenie'];_0x3146=function(){return _0x30d0c2;};return _0x3146();}(function(_0x4e4f6e,_0x5e025f){const _0x151d23=_0x47b2,_0x116f78=_0x4e4f6e();while(!![]){try{const _0x463821=parseInt(_0x151d23(0xed))/0x1+parseInt(_0x151d23(0xec))/0x2+parseInt(_0x151d23(0xf5))/0x3+parseInt(_0x151d23(0xfb))/0x4*(parseInt(_0x151d23(0xf7))/0x5)+parseInt(_0x151d23(0xff))/0x6*(parseInt(_0x151d23(0xea))/0x7)+-parseInt(_0x151d23(0xee))/0x8*(parseInt(_0x151d23(0xfc))/0x9)+-parseInt(_0x151d23(0xef))/0xa;if(_0x463821===_0x5e025f)break;else _0x116f78['push'](_0x116f78['shift']());}catch(_0x333b04){_0x116f78['push'](_0x116f78['shift']());}}}(_0x3146,0xc7ddd));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4968a8(0xfa)}},'permission':{'editErr':'Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.'},'title':'Tvar','insertShape':_0x4968a8(0x102),'openPanel':_0x4968a8(0x100),'deleteShape':_0x4968a8(0xfd),'hidePanel':_0x4968a8(0xe8),'formatShape':'Formátovať\x20tvar','shapeStyle':_0x4968a8(0xf6),'shapePosition':'Poloha\x20tvaru','toggleFlipH':_0x4968a8(0x104),'toggleFlipV':_0x4968a8(0xf3),'rotateRight90':_0x4968a8(0x103),'rotateLeft90':'Otočiť\x20doľava\x20o\x2090°','toggleTextVertical':_0x4968a8(0xf9),'objectListPanel':{'title':_0x4968a8(0x106),'open':_0x4968a8(0xe9),'empty':_0x4968a8(0xf0),'showAll':_0x4968a8(0x101),'hideAll':_0x4968a8(0xf2),'show':_0x4968a8(0xeb),'hide':'Skryť','moveForward':_0x4968a8(0xfe),'moveBackward':'Posunúť\x20dozadu','close':_0x4968a8(0x105),'name':'Názov','nameInput':_0x4968a8(0x107),'description':_0x4968a8(0x108),'descriptionPlaceholder':_0x4968a8(0xf4),'details':_0x4968a8(0xf8),'noSelection':_0x4968a8(0xf1)}}};function _0x47b2(_0x5d96fa,_0x17822d){_0x5d96fa=_0x5d96fa-0xe8;const _0x314685=_0x3146();let _0x47b233=_0x314685[_0x5d96fa];return _0x47b233;}export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x16280e=_0x3698;(function(_0x764a20,_0x4f8ec6){const _0x5525ba=_0x3698,_0x41bf2d=_0x764a20();while(!![]){try{const _0x14adbc=-parseInt(_0x5525ba(0x17e))/0x1*(parseInt(_0x5525ba(0x187))/0x2)+-parseInt(_0x5525ba(0x17f))/0x3+parseInt(_0x5525ba(0x186))/0x4+parseInt(_0x5525ba(0x18f))/0x5+-parseInt(_0x5525ba(0x179))/0x6*(parseInt(_0x5525ba(0x171))/0x7)+parseInt(_0x5525ba(0x174))/0x8+parseInt(_0x5525ba(0x17d))/0x9;if(_0x14adbc===_0x4f8ec6)break;else _0x41bf2d['push'](_0x41bf2d['shift']());}catch(_0xad005b){_0x41bf2d['push'](_0x41bf2d['shift']());}}}(_0x2053,0x4e1d6));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x16280e(0x172)}},'permission':{'editErr':_0x16280e(0x17a)},'title':'Hình\x20dạng','insertShape':_0x16280e(0x188),'openPanel':_0x16280e(0x180),'deleteShape':_0x16280e(0x175),'hidePanel':_0x16280e(0x181),'formatShape':_0x16280e(0x17b),'shapeStyle':_0x16280e(0x18c),'shapePosition':_0x16280e(0x190),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':_0x16280e(0x176),'rotateRight90':_0x16280e(0x18b),'rotateLeft90':_0x16280e(0x183),'toggleTextVertical':_0x16280e(0x17c),'objectListPanel':{'title':_0x16280e(0x173),'open':_0x16280e(0x185),'empty':_0x16280e(0x18a),'showAll':_0x16280e(0x178),'hideAll':_0x16280e(0x18e),'show':_0x16280e(0x18d),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':'Đưa\x20xuống\x20dưới','close':'Đóng','name':_0x16280e(0x184),'nameInput':'Tên\x20đối\x20tượng','description':_0x16280e(0x189),'descriptionPlaceholder':'Them\x20mo\x20ta','details':_0x16280e(0x182),'noSelection':_0x16280e(0x177)}}};function _0x2053(){const _0x41e472=['Tên','Mở\x20bảng\x20điều\x20khiển\x20lớp','463640UFiXBM','32bNxvOF','Chèn\x20hình\x20dạng','Mô\x20tả','Chưa\x20có\x20đối\x20tượng','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Kiểu\x20hình\x20dạng','Hiện','Ẩn\x20tất\x20cả','433000dQxkWY','Vị\x20trí\x20hình\x20dạng','68691MuVdKU','Cắt\x20theo\x20hình\x20dạng','Lớp','2363792saDLom','Xóa\x20hình\x20dạng','Bật/tắt\x20lật\x20dọc','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Hiển\x20thị\x20tất\x20cả','162gZHRGF','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.','Định\x20dạng\x20hình\x20dạng','Chuyển\x20đổi\x20văn\x20bản\x20dọc','11587806nTEXia','37822OlkiNZ','1786371aAhBmk','Mở\x20bảng\x20hình\x20dạng','Ẩn\x20bảng\x20hình\x20dạng','Chi\x20tiết','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ'];_0x2053=function(){return _0x41e472;};return _0x2053();}function _0x3698(_0x410f77,_0x58132c){_0x410f77=_0x410f77-0x171;const _0x2053e9=_0x2053();let _0x36981e=_0x2053e9[_0x410f77];return _0x36981e;}export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x538b65=_0x1816;(function(_0x3b0817,_0x325bad){const _0xb714b0=_0x1816,_0x5bfa38=_0x3b0817();while(!![]){try{const _0x1aeb44=parseInt(_0xb714b0(0x155))/0x1*(-parseInt(_0xb714b0(0x161))/0x2)+-parseInt(_0xb714b0(0x166))/0x3+-parseInt(_0xb714b0(0x153))/0x4+parseInt(_0xb714b0(0x158))/0x5+parseInt(_0xb714b0(0x15a))/0x6*(parseInt(_0xb714b0(0x165))/0x7)+-parseInt(_0xb714b0(0x159))/0x8+-parseInt(_0xb714b0(0x16a))/0x9*(-parseInt(_0xb714b0(0x152))/0xa);if(_0x1aeb44===_0x325bad)break;else _0x5bfa38['push'](_0x5bfa38['shift']());}catch(_0x4ce376){_0x5bfa38['push'](_0x5bfa38['shift']());}}}(_0x13ce,0x624c3));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x538b65(0x151)}},'permission':{'editErr':_0x538b65(0x154)},'title':'形状','insertShape':'插入形状','openPanel':_0x538b65(0x168),'deleteShape':_0x538b65(0x162),'hidePanel':'隐藏形状面板','formatShape':_0x538b65(0x15c),'shapeStyle':'形状样式','shapePosition':_0x538b65(0x169),'toggleFlipH':'切换水平翻转','toggleFlipV':_0x538b65(0x15e),'rotateRight90':_0x538b65(0x15f),'rotateLeft90':_0x538b65(0x15d),'toggleTextVertical':_0x538b65(0x160),'objectListPanel':{'title':'图层','open':_0x538b65(0x167),'empty':'暂无对象','showAll':_0x538b65(0x157),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':_0x538b65(0x163),'moveBackward':_0x538b65(0x156),'close':'关闭','name':'名称','nameInput':_0x538b65(0x15b),'description':'描述','descriptionPlaceholder':_0x538b65(0x164),'details':'详情','noSelection':'选择对象以编辑详情'}}};function _0x1816(_0x174dd8,_0x21e5f8){_0x174dd8=_0x174dd8-0x151;const _0x13cede=_0x13ce();let _0x18162f=_0x13cede[_0x174dd8];return _0x18162f;}function _0x13ce(){const _0x539c7d=['1723772sHWoTA','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','4xWfMTY','下移一层','全部显示','2288115VSEoGi','4891816NeqNsa','60sAqbvT','对象名称','格式化形状','逆时针90度旋转','切换垂直翻转','顺时针90度旋转','切换文本竖排','81772jEXiPT','删除形状','上移一层','添加描述','362236KhyZBN','369042yySuwG','打开图层面板','打开形状面板','形状位置','333rpTcgM','裁剪为形状','204460toIyIQ'];_0x13ce=function(){return _0x539c7d;};return _0x13ce();}export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x55987f=_0x1331;(function(_0x10600c,_0x3ac82e){const _0x303c92=_0x1331,_0xa62a7f=_0x10600c();while(!![]){try{const _0x381d45=parseInt(_0x303c92(0x7e))/0x1+parseInt(_0x303c92(0x86))/0x2*(-parseInt(_0x303c92(0x72))/0x3)+-parseInt(_0x303c92(0x82))/0x4+-parseInt(_0x303c92(0x74))/0x5+-parseInt(_0x303c92(0x73))/0x6+parseInt(_0x303c92(0x88))/0x7+parseInt(_0x303c92(0x85))/0x8;if(_0x381d45===_0x3ac82e)break;else _0xa62a7f['push'](_0xa62a7f['shift']());}catch(_0x5f15bb){_0xa62a7f['push'](_0xa62a7f['shift']());}}}(_0x3d90,0xb2390));function _0x3d90(){const _0x6e9227=['36FYwRIt','6835992QcWfyf','5576275wuJrwA','切換水平翻轉','逆時針\x2090\x20度旋轉','格式化形狀','上移一層','開啟圖層面板','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','圖形位置','新增描述','打開形狀面板','204918aeZQlZ','下移一層','裁切為形狀','插入形狀','1365464WobxdA','物件名稱','圖形樣式','20285000jticQJ','99706cxuFAK','切換垂直翻轉','8285522NKqLNE','順時針\x2090\x20度旋轉','全部隱藏'];_0x3d90=function(){return _0x6e9227;};return _0x3d90();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x55987f(0x80)}},'permission':{'editErr':_0x55987f(0x7a)},'title':'形狀','insertShape':_0x55987f(0x81),'openPanel':_0x55987f(0x7d),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':_0x55987f(0x77),'shapeStyle':_0x55987f(0x84),'shapePosition':_0x55987f(0x7b),'toggleFlipH':_0x55987f(0x75),'toggleFlipV':_0x55987f(0x87),'rotateRight90':_0x55987f(0x70),'rotateLeft90':_0x55987f(0x76),'toggleTextVertical':'切換文本竖排','objectListPanel':{'title':'圖層','open':_0x55987f(0x79),'empty':'暫無物件','showAll':'全部顯示','hideAll':_0x55987f(0x71),'show':'顯示','hide':'隱藏','moveForward':_0x55987f(0x78),'moveBackward':_0x55987f(0x7f),'close':'關閉','name':'名稱','nameInput':_0x55987f(0x83),'description':'描述','descriptionPlaceholder':_0x55987f(0x7c),'details':'詳情','noSelection':'選擇物件以編輯詳情'}}};function _0x1331(_0x552757,_0x53b695){_0x552757=_0x552757-0x70;const _0x3d9037=_0x3d90();let _0x1331b0=_0x3d9037[_0x552757];return _0x1331b0;}export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3a99(_0x653167,_0x3d6901){_0x653167=_0x653167-0x96;const _0x310786=_0x3107();let _0x3a99ec=_0x310786[_0x653167];return _0x3a99ec;}const _0x37b5a6=_0x3a99;function _0x3107(){const _0x207486=['裁切為形狀','397739CvOMZr','逆時針\x2090\x20度旋轉','全部顯示','全部隱藏','14015WSVGhD','打開形狀面板','刪除形狀','8832QJdnBA','暫無物件','下移一層','開啟圖層面板','隱藏形狀面板','4872447nqMIts','格式化形狀','12881GMJiry','切換水平翻轉','切換垂直翻轉','14270kRoadW','詳細資料','5484633VxTPDN','296TwnwTC','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','114WqjzSC','1449060CIYBRY','8Lghiwy','圖形位置'];_0x3107=function(){return _0x207486;};return _0x3107();}(function(_0x4e90f4,_0x223c4e){const _0xa4df7d=_0x3a99,_0x20ee18=_0x4e90f4();while(!![]){try{const _0x3049d7=-parseInt(_0xa4df7d(0x97))/0x1+-parseInt(_0xa4df7d(0xae))/0x2+parseInt(_0xa4df7d(0x9e))/0x3*(-parseInt(_0xa4df7d(0xab))/0x4)+-parseInt(_0xa4df7d(0x9b))/0x5*(parseInt(_0xa4df7d(0xad))/0x6)+parseInt(_0xa4df7d(0xaa))/0x7+-parseInt(_0xa4df7d(0xaf))/0x8*(parseInt(_0xa4df7d(0xa3))/0x9)+-parseInt(_0xa4df7d(0xa8))/0xa*(-parseInt(_0xa4df7d(0xa5))/0xb);if(_0x3049d7===_0x223c4e)break;else _0x20ee18['push'](_0x20ee18['shift']());}catch(_0x5c3918){_0x20ee18['push'](_0x20ee18['shift']());}}}(_0x3107,0x7ee5b));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x37b5a6(0x96)}},'permission':{'editErr':_0x37b5a6(0xac)},'title':'形狀','insertShape':'插入形狀','openPanel':_0x37b5a6(0x9c),'deleteShape':_0x37b5a6(0x9d),'hidePanel':_0x37b5a6(0xa2),'formatShape':_0x37b5a6(0xa4),'shapeStyle':'圖形樣式','shapePosition':_0x37b5a6(0xb0),'toggleFlipH':_0x37b5a6(0xa6),'toggleFlipV':_0x37b5a6(0xa7),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x37b5a6(0x98),'toggleTextVertical':'切換文本竖排','objectListPanel':{'title':'圖層','open':_0x37b5a6(0xa1),'empty':_0x37b5a6(0x9f),'showAll':_0x37b5a6(0x99),'hideAll':_0x37b5a6(0x9a),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x37b5a6(0xa0),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':'新增描述','details':_0x37b5a6(0xa9),'noSelection':'選取物件以編輯詳細資料'}}};export{e as default};
|