@univerjs-pro/docs-shape-ui 1.0.0-alpha.2 → 1.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- 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 +9 -3
- package/lib/types/commands/command/update-doc-drawing-metadata.command.d.ts +15 -0
- package/lib/types/commands/menu/object-list.menu.d.ts +4 -0
- package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
- package/lib/types/const.d.ts +2 -1
- package/lib/types/controllers/components.controller.d.ts +4 -2
- package/lib/types/controllers/doc-shape-render.controller.d.ts +2 -2
- package/lib/types/index.d.ts +1 -5
- package/lib/types/locale/en-US.d.ts +18 -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/view-model/shape-data-model.d.ts +7 -5
- package/lib/types/views/ShapePicker.d.ts +4 -0
- package/lib/types/views/object-list-panel/DocDrawingObjectListPanel.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 +18 -17
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x158471=_0x28b1;(function(_0x836668,_0x338ab3){const _0x34d473=_0x28b1,_0x171e17=_0x836668();while(!![]){try{const _0x5e6427=parseInt(_0x34d473(0x82))/0x1*(-parseInt(_0x34d473(0x9e))/0x2)+parseInt(_0x34d473(0x76))/0x3+-parseInt(_0x34d473(0x9c))/0x4+-parseInt(_0x34d473(0x86))/0x5*(parseInt(_0x34d473(0xa4))/0x6)+-parseInt(_0x34d473(0x8e))/0x7+-parseInt(_0x34d473(0xa1))/0x8*(-parseInt(_0x34d473(0x81))/0x9)+-parseInt(_0x34d473(0x7e))/0xa*(-parseInt(_0x34d473(0x94))/0xb);if(_0x5e6427===_0x338ab3)break;else _0x171e17['push'](_0x171e17['shift']());}catch(_0x260e49){_0x171e17['push'](_0x171e17['shift']());}}}(_0x350e,0x98864));const e={'docs-shape-ui':{'title':_0x158471(0x98),'insertShape':'Form\x20einfügen','openPanel':_0x158471(0xa0),'deleteShape':_0x158471(0x9a),'hidePanel':'Form-Panel\x20ausblenden','formatShape':_0x158471(0x8a),'shapeStyle':_0x158471(0x97),'shapePosition':_0x158471(0x88),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':_0x158471(0x84),'rotateRight90':_0x158471(0x77),'rotateLeft90':_0x158471(0x7c),'toggleTextVertical':_0x158471(0x9f),'objectListPanel':{'title':_0x158471(0x7b),'open':_0x158471(0x7d),'empty':'Keine\x20Objekte','showAll':_0x158471(0x7a),'hideAll':_0x158471(0x8b),'show':'Anzeigen','hide':'Ausblenden','moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x158471(0x9d),'close':'Schließen','name':_0x158471(0x93),'nameInput':_0x158471(0xa3),'description':_0x158471(0x8c),'descriptionPlaceholder':_0x158471(0x89),'details':_0x158471(0x78),'noSelection':_0x158471(0xa5)},'toolbar':{'alignLeft':_0x158471(0x7f),'alignCenter':_0x158471(0x90),'alignRight':_0x158471(0x99),'alignJustify':_0x158471(0x79),'bold':'Fett','italic':_0x158471(0x95),'underline':_0x158471(0x91),'strikethrough':_0x158471(0x8f),'textColor':_0x158471(0x85),'fillColor':'Texthintergrundfarbe','resetColor':_0x158471(0x80)},'align':{'top':_0x158471(0x92),'middle':_0x158471(0x83),'bottom':_0x158471(0xa6)},'textWrap':{'inline':_0x158471(0x9b),'square':_0x158471(0x8d),'topAndBottom':'Oben\x20und\x20unten','behindText':_0x158471(0xa2),'inFrontText':_0x158471(0x96)},'crop':{'shape':'Auf\x20Form\x20zuschneiden'}}};function _0x28b1(_0x111f54,_0x28122f){_0x111f54=_0x111f54-0x76;const _0x350ed2=_0x350e();let _0x28b1a9=_0x350ed2[_0x111f54];return _0x28b1a9;}module[_0x158471(0x87)]=e;function _0x350e(){const _0x20d5f4=['Unten\x20bündig','770622Qgoukw','Rechts\x2090°\x20drehen','Details','Blocksatz','Alle\x20anzeigen','Ebenen','Links\x2090°\x20drehen','Ebenenbereich\x20öffnen','10foLGZI','Linksbündig','Farbe\x20zurücksetzen','36gOHsPI','324031CnOCqn','Mittig','Vertikale\x20Spiegelung\x20umschalten','Textfarbe','5uaFKln','exports','Formposition','Beschreibung\x20hinzufügen','Form\x20formatieren','Alle\x20ausblenden','Beschreibung','Quadratisch','3417442cHIObt','Durchgestrichen','Zentriert','Unterstrichen','Oben\x20bündig','Name','4826459qHnIel','Kursiv','Vor\x20dem\x20Text','Formstil','Form','Rechtsbündig','Form\x20löschen','Im\x20Textfluss','356112kkTKqB','Weiter\x20nach\x20hinten','2TFoLgf','Vertikalen\x20Text\x20umschalten','Form-Panel\x20öffnen','2010544YnFNkp','Hinter\x20dem\x20Text','Objektname','1049460kYXkel','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'];_0x350e=function(){return _0x20d5f4;};return _0x350e();}
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x328b(_0x106f5e,_0x2eaba3){_0x106f5e=_0x106f5e-0xa5;const _0x20f6db=_0x20f6();let _0x328be8=_0x20f6db[_0x106f5e];return _0x328be8;}const _0x653841=_0x328b;(function(_0x324988,_0xd337d1){const _0x2eb1d1=_0x328b,_0x1a64a4=_0x324988();while(!![]){try{const _0x372669=-parseInt(_0x2eb1d1(0xb3))/0x1+-parseInt(_0x2eb1d1(0xd3))/0x2+parseInt(_0x2eb1d1(0xc6))/0x3*(-parseInt(_0x2eb1d1(0xb2))/0x4)+parseInt(_0x2eb1d1(0xa6))/0x5+parseInt(_0x2eb1d1(0xcb))/0x6*(parseInt(_0x2eb1d1(0xc9))/0x7)+-parseInt(_0x2eb1d1(0xb8))/0x8*(parseInt(_0x2eb1d1(0xa9))/0x9)+-parseInt(_0x2eb1d1(0xc3))/0xa*(parseInt(_0x2eb1d1(0xc5))/0xb);if(_0x372669===_0xd337d1)break;else _0x1a64a4['push'](_0x1a64a4['shift']());}catch(_0x5c0485){_0x1a64a4['push'](_0x1a64a4['shift']());}}}(_0x20f6,0xab074));const e={'docs-shape-ui':{'title':_0x653841(0xcf),'insertShape':_0x653841(0xc8),'openPanel':_0x653841(0xd5),'deleteShape':_0x653841(0xb4),'hidePanel':_0x653841(0xa7),'formatShape':_0x653841(0xac),'shapeStyle':'Shape\x20Style','shapePosition':_0x653841(0xaf),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x653841(0xae),'rotateRight90':_0x653841(0xc4),'rotateLeft90':_0x653841(0xc7),'toggleTextVertical':_0x653841(0xce),'objectListPanel':{'title':_0x653841(0xc1),'open':_0x653841(0xd1),'empty':'No\x20objects','showAll':_0x653841(0xb7),'hideAll':_0x653841(0xaa),'show':_0x653841(0xb6),'hide':_0x653841(0xbc),'moveForward':_0x653841(0xb1),'moveBackward':_0x653841(0xab),'close':'Close','name':_0x653841(0xb0),'nameInput':_0x653841(0xc0),'description':'Description','descriptionPlaceholder':_0x653841(0xc2),'details':_0x653841(0xb5),'noSelection':_0x653841(0xca)},'toolbar':{'alignLeft':'Align\x20Left','alignCenter':_0x653841(0xa8),'alignRight':'Align\x20Right','alignJustify':'Justify','bold':_0x653841(0xbe),'italic':_0x653841(0xb9),'underline':'Underline','strikethrough':_0x653841(0xbb),'textColor':_0x653841(0xad),'fillColor':_0x653841(0xa5),'resetColor':_0x653841(0xba)},'align':{'top':_0x653841(0xcd),'middle':'Align\x20Middle','bottom':'Align\x20Bottom'},'textWrap':{'inline':_0x653841(0xd0),'square':_0x653841(0xbf),'topAndBottom':_0x653841(0xd4),'behindText':'Behind\x20text','inFrontText':_0x653841(0xd2)},'crop':{'shape':_0x653841(0xcc)}}};function _0x20f6(){const _0x2dff02=['3YuwOWK','Rotate\x20Left\x2090°','Insert\x20Shape','1167026nHWFwm','Select\x20an\x20object\x20to\x20edit\x20details','42XNscvb','Crop\x20to\x20Shape','Align\x20Top','Toggle\x20Text\x20Vertical','Shape','In\x20line\x20with\x20text','Open\x20Layers\x20Panel','In\x20front\x20of\x20text','272626KDKzBf','Top\x20and\x20Bottom','Open\x20Shape\x20Panel','Text\x20Background\x20color','5343925SlJlVo','Hide\x20Shape\x20Panel','Align\x20Center','1737HlnpEg','Hide\x20All','Send\x20Backward','Format\x20Shape','Text\x20color','Toggle\x20Vertical\x20Flip','Shape\x20Position','Name','Bring\x20Forward','695864NGiXeQ','168345fsOMNh','Delete\x20Shape','Details','Show','Show\x20All','8768VrZpOE','Italic','Reset\x20color','Strikethrough','Hide','exports','Bold','Square','Object\x20name','Layers','Add\x20description','10aDObZw','Rotate\x20Right\x2090°','9296397OiOVLJ'];_0x20f6=function(){return _0x2dff02;};return _0x20f6();}module[_0x653841(0xbd)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4bc1(){const _0x33e88b=['Cerrar','4275306gTdNlO','630VdrJIb','Sin\x20objetos','Recortar\x20a\x20forma','1007800HMUnYs','Alinear\x20arriba','Alinear\x20a\x20la\x20izquierda','3gnfHvB','6119347XeOoAU','Ocultar','Abrir\x20panel\x20de\x20formas','Detrás\x20del\x20texto','Alternar\x20volteo\x20horizontal','Abrir\x20panel\x20de\x20capas','Eliminar\x20forma','Descripción','416Vtorod','9WqfSjE','Forma','Formato\x20de\x20forma','Nombre','214536UGxJkb','Ocultar\x20panel\x20de\x20formas','Traer\x20adelante','Color\x20de\x20fondo\x20de\x20texto','Cursiva','Capas','Alternar\x20texto\x20vertical','Nombre\x20del\x20objeto','Agregar\x20descripción','Subrayado','Centrar','Rotar\x2090°\x20a\x20la\x20izquierda','Restablecer\x20color','36iatDkK','Cuadrado','Ocultar\x20todo','Detalles','Delante\x20del\x20texto','Justificar','Enviar\x20atrás','Rotar\x2090°\x20a\x20la\x20derecha','22NCSwFS','24812kaUTGP','Tachado','Alinear\x20al\x20medio','6awTXqZ','Posición\x20de\x20forma','3166528rDkNVT','Alinear\x20abajo'];_0x4bc1=function(){return _0x33e88b;};return _0x4bc1();}const _0x154e7c=_0x191d;function _0x191d(_0x4d584b,_0x4adf25){_0x4d584b=_0x4d584b-0x19c;const _0x4bc197=_0x4bc1();let _0x191d7a=_0x4bc197[_0x4d584b];return _0x191d7a;}(function(_0x20c70b,_0x2c2f14){const _0x58f994=_0x191d,_0x403ef0=_0x20c70b();while(!![]){try{const _0x47c14c=-parseInt(_0x58f994(0x1b0))/0x1+-parseInt(_0x58f994(0x1c6))/0x2*(-parseInt(_0x58f994(0x1a2))/0x3)+-parseInt(_0x58f994(0x1ab))/0x4*(parseInt(_0x58f994(0x19c))/0x5)+parseInt(_0x58f994(0x1c9))/0x6*(-parseInt(_0x58f994(0x1ce))/0x7)+parseInt(_0x58f994(0x1cb))/0x8*(-parseInt(_0x58f994(0x1ac))/0x9)+-parseInt(_0x58f994(0x19f))/0xa*(-parseInt(_0x58f994(0x1c5))/0xb)+parseInt(_0x58f994(0x1bd))/0xc*(parseInt(_0x58f994(0x1a3))/0xd);if(_0x47c14c===_0x2c2f14)break;else _0x403ef0['push'](_0x403ef0['shift']());}catch(_0x21ef9b){_0x403ef0['push'](_0x403ef0['shift']());}}}(_0x4bc1,0x5fae5));const e={'docs-shape-ui':{'title':_0x154e7c(0x1ad),'insertShape':'Insertar\x20forma','openPanel':_0x154e7c(0x1a5),'deleteShape':_0x154e7c(0x1a9),'hidePanel':_0x154e7c(0x1b1),'formatShape':_0x154e7c(0x1ae),'shapeStyle':'Estilo\x20de\x20forma','shapePosition':_0x154e7c(0x1ca),'toggleFlipH':_0x154e7c(0x1a7),'toggleFlipV':'Alternar\x20volteo\x20vertical','rotateRight90':_0x154e7c(0x1c4),'rotateLeft90':_0x154e7c(0x1bb),'toggleTextVertical':_0x154e7c(0x1b6),'objectListPanel':{'title':_0x154e7c(0x1b5),'open':_0x154e7c(0x1a8),'empty':_0x154e7c(0x19d),'showAll':'Mostrar\x20todo','hideAll':_0x154e7c(0x1bf),'show':'Mostrar','hide':_0x154e7c(0x1a4),'moveForward':_0x154e7c(0x1b2),'moveBackward':_0x154e7c(0x1c3),'close':_0x154e7c(0x1cd),'name':_0x154e7c(0x1af),'nameInput':_0x154e7c(0x1b7),'description':_0x154e7c(0x1aa),'descriptionPlaceholder':_0x154e7c(0x1b8),'details':_0x154e7c(0x1c0),'noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'},'toolbar':{'alignLeft':_0x154e7c(0x1a1),'alignCenter':_0x154e7c(0x1ba),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x154e7c(0x1c2),'bold':'Negrita','italic':_0x154e7c(0x1b4),'underline':_0x154e7c(0x1b9),'strikethrough':_0x154e7c(0x1c7),'textColor':'Color\x20de\x20texto','fillColor':_0x154e7c(0x1b3),'resetColor':_0x154e7c(0x1bc)},'align':{'top':_0x154e7c(0x1a0),'middle':_0x154e7c(0x1c8),'bottom':_0x154e7c(0x1cc)},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':_0x154e7c(0x1be),'topAndBottom':'Arriba\x20y\x20abajo','behindText':_0x154e7c(0x1a6),'inFrontText':_0x154e7c(0x1c1)},'crop':{'shape':_0x154e7c(0x19e)}}};module['exports']=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x380fa7=_0x1cd2;function _0x3302(){const _0x169beb=['پنهان\x20کردن\x20همه','نام','درج\x20شکل','مخفی\x20کردن\x20پنل\x20شکلها','بازنشانی\x20رنگ','1049352YjNmkn','تراز\x20راست','نمایش','باز\x20کردن\x20پنل\x20لایهها','موقعیت\x20شکل','exports','تراز\x20وسط','توضیحات','5xshCrj','578769TpsfkT','1895299likDFr','4qqFMHK','تراز\x20بالا','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','تراز\x20چپ','نمایش\x20همه','مربع','تراز\x20پایین','باز\x20کردن\x20پنل\x20شکلها','پنهان\x20کردن','2394558BRdnLA','چرخش\x20۹۰\x20درجه\x20به\x20چپ','4052988VCQzaw','ایتالیک','حذف\x20شکل','در\x20یک\x20خط\x20با\x20متن','تغییر\x20وضعیت\x20چرخش\x20افقی','قالببندی\x20شکل','کراپ\x20به\x20شکل','نام\x20شیء','443140oqYxCt','عقب\x20بردن','جلوی\x20متن','چرخش\x20۹۰\x20درجه\x20به\x20راست','جلو\x20آوردن','رنگ\x20متن','بستن','لایهها','سبک\x20شکل','208132njWnAn'];_0x3302=function(){return _0x169beb;};return _0x3302();}(function(_0xc810cc,_0xece06d){const _0x36ad21=_0x1cd2,_0x4ede97=_0xc810cc();while(!![]){try{const _0x171766=-parseInt(_0x36ad21(0x19e))/0x1+-parseInt(_0x36ad21(0x1af))/0x2*(parseInt(_0x36ad21(0x1ad))/0x3)+-parseInt(_0x36ad21(0x1c2))/0x4*(-parseInt(_0x36ad21(0x1ac))/0x5)+parseInt(_0x36ad21(0x1b8))/0x6+-parseInt(_0x36ad21(0x1ae))/0x7+parseInt(_0x36ad21(0x1a4))/0x8+parseInt(_0x36ad21(0x1ba))/0x9;if(_0x171766===_0xece06d)break;else _0x4ede97['push'](_0x4ede97['shift']());}catch(_0x158c6e){_0x4ede97['push'](_0x4ede97['shift']());}}}(_0x3302,0x37554));function _0x1cd2(_0x552319,_0x444ae4){_0x552319=_0x552319-0x19b;const _0x3302c4=_0x3302();let _0x1cd2c3=_0x3302c4[_0x552319];return _0x1cd2c3;}const e={'docs-shape-ui':{'title':'شکل','insertShape':_0x380fa7(0x1a1),'openPanel':_0x380fa7(0x1b6),'deleteShape':_0x380fa7(0x1bc),'hidePanel':_0x380fa7(0x1a2),'formatShape':_0x380fa7(0x1bf),'shapeStyle':_0x380fa7(0x19d),'shapePosition':_0x380fa7(0x1a8),'toggleFlipH':_0x380fa7(0x1be),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x380fa7(0x1c5),'rotateLeft90':_0x380fa7(0x1b9),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':_0x380fa7(0x19c),'open':_0x380fa7(0x1a7),'empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':_0x380fa7(0x1b3),'hideAll':_0x380fa7(0x19f),'show':_0x380fa7(0x1a6),'hide':_0x380fa7(0x1b7),'moveForward':_0x380fa7(0x1c6),'moveBackward':_0x380fa7(0x1c3),'close':_0x380fa7(0x19b),'name':_0x380fa7(0x1a0),'nameInput':_0x380fa7(0x1c1),'description':_0x380fa7(0x1ab),'descriptionPlaceholder':'توضیحی\x20اضافه\x20کنید','details':'جزئیات','noSelection':_0x380fa7(0x1b1)},'toolbar':{'alignLeft':_0x380fa7(0x1b2),'alignCenter':'تراز\x20وسط','alignRight':_0x380fa7(0x1a5),'alignJustify':'توجیه','bold':'پررنگ','italic':_0x380fa7(0x1bb),'underline':'خطکشی','strikethrough':'خطدار','textColor':_0x380fa7(0x1c7),'fillColor':'رنگ\x20پسزمینه\x20متن','resetColor':_0x380fa7(0x1a3)},'align':{'top':_0x380fa7(0x1b0),'middle':_0x380fa7(0x1aa),'bottom':_0x380fa7(0x1b5)},'textWrap':{'inline':_0x380fa7(0x1bd),'square':_0x380fa7(0x1b4),'topAndBottom':'بالا\x20و\x20پایین','behindText':'پشت\x20متن','inFrontText':_0x380fa7(0x1c4)},'crop':{'shape':_0x380fa7(0x1c0)}}};module[_0x380fa7(0x1a9)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x434591=_0x177e;(function(_0x567aaa,_0x275d64){const _0x32bf41=_0x177e,_0x300ac4=_0x567aaa();while(!![]){try{const _0x27aa54=parseInt(_0x32bf41(0x14e))/0x1+-parseInt(_0x32bf41(0x14c))/0x2*(parseInt(_0x32bf41(0x162))/0x3)+parseInt(_0x32bf41(0x143))/0x4+-parseInt(_0x32bf41(0x130))/0x5+parseInt(_0x32bf41(0x135))/0x6*(parseInt(_0x32bf41(0x14d))/0x7)+-parseInt(_0x32bf41(0x150))/0x8*(-parseInt(_0x32bf41(0x13e))/0x9)+-parseInt(_0x32bf41(0x133))/0xa;if(_0x27aa54===_0x275d64)break;else _0x300ac4['push'](_0x300ac4['shift']());}catch(_0x95c623){_0x300ac4['push'](_0x300ac4['shift']());}}}(_0x2d89,0x4ab91));function _0x177e(_0x49b3e8,_0x56c1f3){_0x49b3e8=_0x49b3e8-0x12f;const _0x2d89de=_0x2d89();let _0x177e59=_0x2d89de[_0x49b3e8];return _0x177e59;}const e={'docs-shape-ui':{'title':_0x434591(0x13c),'insertShape':_0x434591(0x138),'openPanel':_0x434591(0x149),'deleteShape':_0x434591(0x146),'hidePanel':_0x434591(0x137),'formatShape':_0x434591(0x152),'shapeStyle':_0x434591(0x13b),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0x434591(0x160),'toggleFlipV':_0x434591(0x159),'rotateRight90':_0x434591(0x148),'rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':_0x434591(0x145),'objectListPanel':{'title':_0x434591(0x140),'open':_0x434591(0x15b),'empty':'Aucun\x20objet','showAll':_0x434591(0x153),'hideAll':_0x434591(0x14b),'show':'Afficher','hide':'Masquer','moveForward':_0x434591(0x15d),'moveBackward':_0x434591(0x15e),'close':_0x434591(0x157),'name':_0x434591(0x12f),'nameInput':'Nom\x20de\x20l’objet','description':_0x434591(0x144),'descriptionPlaceholder':_0x434591(0x142),'details':_0x434591(0x155),'noSelection':_0x434591(0x15c)},'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x434591(0x161),'alignRight':_0x434591(0x136),'alignJustify':_0x434591(0x13d),'bold':_0x434591(0x15f),'italic':_0x434591(0x132),'underline':_0x434591(0x141),'strikethrough':_0x434591(0x139),'textColor':_0x434591(0x131),'fillColor':_0x434591(0x147),'resetColor':_0x434591(0x14f)},'align':{'top':_0x434591(0x13a),'middle':_0x434591(0x151),'bottom':'Aligner\x20en\x20bas'},'textWrap':{'inline':_0x434591(0x156),'square':_0x434591(0x158),'topAndBottom':_0x434591(0x154),'behindText':_0x434591(0x134),'inFrontText':_0x434591(0x15a)},'crop':{'shape':_0x434591(0x14a)}}};module[_0x434591(0x13f)]=e;function _0x2d89(){const _0x165d99=['Barré','Aligner\x20en\x20haut','Style\x20de\x20la\x20forme','Forme','Justifier','82647aaTysh','exports','Calques','Souligné','Ajouter\x20une\x20description','1052048jeMutU','Description','Basculer\x20le\x20texte\x20vertical','Supprimer\x20la\x20forme','Couleur\x20de\x20fond\x20du\x20texte','Pivoter\x20à\x20droite\x20de\x2090°','Ouvrir\x20le\x20panneau\x20des\x20formes','Rogner\x20à\x20la\x20forme','Tout\x20masquer','2tyYzNI','28784UKLnID','337276wlIUeH','Réinitialiser\x20la\x20couleur','208kdrqQU','Aligner\x20au\x20milieu','Format\x20de\x20la\x20forme','Tout\x20afficher','Haut\x20et\x20bas','Détails','Aligné\x20avec\x20le\x20texte','Fermer','Carré','Basculer\x20le\x20retournement\x20vertical','Devant\x20le\x20texte','Ouvrir\x20le\x20panneau\x20des\x20calques','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Avancer','Reculer','Gras','Basculer\x20le\x20retournement\x20horizontal','Aligner\x20au\x20centre','779871wkfvkE','Nom','1473755jWzJpi','Couleur\x20du\x20texte','Italique','5868490whjihE','Derrière\x20le\x20texte','888psmkbl','Aligner\x20à\x20droite','Masquer\x20le\x20panneau\x20des\x20formes','Insérer\x20une\x20forme'];_0x2d89=function(){return _0x165d99;};return _0x2d89();}
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x26097b=_0x1198;(function(_0x37822c,_0x4d14ba){const _0xb77d0a=_0x1198,_0x3c9775=_0x37822c();while(!![]){try{const _0x75de5b=parseInt(_0xb77d0a(0x1ba))/0x1*(parseInt(_0xb77d0a(0x1a7))/0x2)+-parseInt(_0xb77d0a(0x1a9))/0x3+-parseInt(_0xb77d0a(0x1aa))/0x4+-parseInt(_0xb77d0a(0x1b9))/0x5*(parseInt(_0xb77d0a(0x1cb))/0x6)+-parseInt(_0xb77d0a(0x1ae))/0x7+parseInt(_0xb77d0a(0x1a8))/0x8*(-parseInt(_0xb77d0a(0x1be))/0x9)+parseInt(_0xb77d0a(0x1a3))/0xa*(parseInt(_0xb77d0a(0x1bd))/0xb);if(_0x75de5b===_0x4d14ba)break;else _0x3c9775['push'](_0x3c9775['shift']());}catch(_0xa70fe3){_0x3c9775['push'](_0x3c9775['shift']());}}}(_0x4825,0xca790));function _0x1198(_0x1ea5a2,_0x24efc5){_0x1ea5a2=_0x1ea5a2-0x1a1;const _0x482510=_0x4825();let _0x1198db=_0x482510[_0x1ea5a2];return _0x1198db;}function _0x4825(){const _0x5a4544=['Rata\x20Kiri','Bentuk','Warna\x20teks','Balik\x20Vertikal','exports','Sembunyikan\x20Panel\x20Bentuk','Rata\x20Atas','Lapisan','Buka\x20Panel\x20Bentuk','Garis\x20bawah','Miring','Detail','2994nCqoDw','Ubah\x20Teks\x20Vertikal','Rata\x20Kanan','Di\x20belakang\x20teks','Bawa\x20ke\x20depan','Sembunyikan','Rata\x20Kanan\x20Kiri','Rata\x20Tengah','32540cmKXLk','Sejajar\x20dengan\x20teks','Tampilkan','Deskripsi','173870yVmDwL','8064lpwbjW','3276036IDcfRX','5717996usijjm','Gaya\x20Bentuk','Pangkas\x20ke\x20Bentuk','Putar\x20Kiri\x2090°','577115omHDpX','Kotak','Sisipkan\x20Bentuk','Atur\x20ulang\x20warna','Posisi\x20Bentuk','Di\x20depan\x20teks','Nama','Format\x20Bentuk','Nama\x20objek','Tutup','Rata\x20Bawah','8135flPXWo','5WTFJLG','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Balik\x20Horizontal','17897mDWTFl','13248DCiQER'];_0x4825=function(){return _0x5a4544;};return _0x4825();}const e={'docs-shape-ui':{'title':_0x26097b(0x1c0),'insertShape':_0x26097b(0x1b0),'openPanel':_0x26097b(0x1c7),'deleteShape':'Hapus\x20Bentuk','hidePanel':_0x26097b(0x1c4),'formatShape':_0x26097b(0x1b5),'shapeStyle':_0x26097b(0x1ab),'shapePosition':_0x26097b(0x1b2),'toggleFlipH':_0x26097b(0x1bc),'toggleFlipV':_0x26097b(0x1c2),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':_0x26097b(0x1ad),'toggleTextVertical':_0x26097b(0x1cc),'objectListPanel':{'title':_0x26097b(0x1c6),'open':'Buka\x20panel\x20lapisan','empty':'Tidak\x20ada\x20objek','showAll':'Tampilkan\x20semua','hideAll':'Sembunyikan\x20semua','show':_0x26097b(0x1a5),'hide':_0x26097b(0x1d0),'moveForward':_0x26097b(0x1cf),'moveBackward':'Kirim\x20ke\x20belakang','close':_0x26097b(0x1b7),'name':_0x26097b(0x1b4),'nameInput':_0x26097b(0x1b6),'description':_0x26097b(0x1a6),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x26097b(0x1ca),'noSelection':_0x26097b(0x1bb)},'toolbar':{'alignLeft':_0x26097b(0x1bf),'alignCenter':_0x26097b(0x1a2),'alignRight':_0x26097b(0x1cd),'alignJustify':_0x26097b(0x1a1),'bold':'Tebal','italic':_0x26097b(0x1c9),'underline':_0x26097b(0x1c8),'strikethrough':'Coret','textColor':_0x26097b(0x1c1),'fillColor':'Warna\x20latar\x20teks','resetColor':_0x26097b(0x1b1)},'align':{'top':_0x26097b(0x1c5),'middle':_0x26097b(0x1a2),'bottom':_0x26097b(0x1b8)},'textWrap':{'inline':_0x26097b(0x1a4),'square':_0x26097b(0x1af),'topAndBottom':'Atas\x20dan\x20Bawah','behindText':_0x26097b(0x1ce),'inFrontText':_0x26097b(0x1b3)},'crop':{'shape':_0x26097b(0x1ac)}}};module[_0x26097b(0x1c3)]=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2facbf=_0x5846;function _0x5846(_0x3ee1de,_0xc3ab91){_0x3ee1de=_0x3ee1de-0x7a;const _0x8c0b27=_0x8c0b();let _0x584683=_0x8c0b27[_0x3ee1de];return _0x584683;}(function(_0x362b8a,_0x429d0c){const _0x4e17c2=_0x5846,_0x1f3d1c=_0x362b8a();while(!![]){try{const _0x3c3250=parseInt(_0x4e17c2(0xa5))/0x1+-parseInt(_0x4e17c2(0x92))/0x2+parseInt(_0x4e17c2(0x95))/0x3+parseInt(_0x4e17c2(0x89))/0x4*(parseInt(_0x4e17c2(0x9f))/0x5)+parseInt(_0x4e17c2(0x97))/0x6+-parseInt(_0x4e17c2(0xa2))/0x7*(-parseInt(_0x4e17c2(0x94))/0x8)+-parseInt(_0x4e17c2(0x96))/0x9*(parseInt(_0x4e17c2(0x86))/0xa);if(_0x3c3250===_0x429d0c)break;else _0x1f3d1c['push'](_0x1f3d1c['shift']());}catch(_0x250d8a){_0x1f3d1c['push'](_0x1f3d1c['shift']());}}}(_0x8c0b,0x240d7));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x2facbf(0x82),'openPanel':_0x2facbf(0x9a),'deleteShape':_0x2facbf(0x85),'hidePanel':_0x2facbf(0x8c),'formatShape':_0x2facbf(0x88),'shapeStyle':'Stile\x20forma','shapePosition':'Posizione\x20forma','toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x2facbf(0x84),'rotateRight90':_0x2facbf(0x98),'rotateLeft90':_0x2facbf(0x93),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':'Livelli','open':_0x2facbf(0x9d),'empty':_0x2facbf(0x7c),'showAll':_0x2facbf(0x8d),'hideAll':'Nascondi\x20tutti','show':_0x2facbf(0x7f),'hide':_0x2facbf(0x90),'moveForward':'Porta\x20avanti','moveBackward':_0x2facbf(0xa0),'close':_0x2facbf(0x7b),'name':'Nome','nameInput':_0x2facbf(0x9c),'description':'Descrizione','descriptionPlaceholder':_0x2facbf(0x7e),'details':_0x2facbf(0x87),'noSelection':_0x2facbf(0x8a)},'toolbar':{'alignLeft':_0x2facbf(0xa1),'alignCenter':_0x2facbf(0x8e),'alignRight':_0x2facbf(0x7a),'alignJustify':_0x2facbf(0x9e),'bold':'Grassetto','italic':_0x2facbf(0x91),'underline':_0x2facbf(0x83),'strikethrough':_0x2facbf(0xa3),'textColor':_0x2facbf(0x80),'fillColor':_0x2facbf(0x8b),'resetColor':'Reimposta\x20colore'},'align':{'top':'Allinea\x20in\x20alto','middle':_0x2facbf(0x81),'bottom':_0x2facbf(0x7d)},'textWrap':{'inline':_0x2facbf(0x99),'square':'Quadrato','topAndBottom':_0x2facbf(0x9b),'behindText':'Dietro\x20il\x20testo','inFrontText':_0x2facbf(0x8f)},'crop':{'shape':'Ritaglia\x20a\x20forma'}}};function _0x8c0b(){const _0x5e9091=['18861hSxoha','1022445tqvHYl','786048NKTcja','Ruota\x20a\x20destra\x2090°','In\x20linea\x20con\x20il\x20testo','Apri\x20pannello\x20forma','Superiore\x20e\x20inferiore','Nome\x20oggetto','Apri\x20il\x20pannello\x20livelli','Giustifica','116530dNSAyS','Porta\x20indietro','Allinea\x20a\x20Sinistra','674023fegtMN','Barrato','exports','60097bPlNVf','Allinea\x20a\x20Destra','Chiudi','Nessun\x20oggetto','Allinea\x20in\x20basso','Aggiungi\x20una\x20descrizione','Mostra','Colore\x20testo','Allinea\x20al\x20centro','Inserisci\x20forma','Sottolineato','Attiva/disattiva\x20capovolgimento\x20verticale','Elimina\x20forma','10QjfyGR','Dettagli','Formato\x20forma','44TcZNrb','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Colore\x20sfondo\x20testo','Nascondi\x20pannello\x20forma','Mostra\x20tutti','Allinea\x20al\x20Centro','Davanti\x20al\x20testo','Nascondi','Corsivo','577542bVQhxB','Ruota\x20a\x20sinistra\x2090°','8VGunKK'];_0x8c0b=function(){return _0x5e9091;};return _0x8c0b();}module[_0x2facbf(0xa4)]=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x3ecc(_0x4ca8eb,_0x4d91db){_0x4ca8eb=_0x4ca8eb-0x19c;const _0x4fe162=_0x4fe1();let _0x3eccfb=_0x4fe162[_0x4ca8eb];return _0x3eccfb;}const _0x2df4bb=_0x3ecc;(function(_0x3d3db7,_0x26e9a1){const _0x319221=_0x3ecc,_0x10add8=_0x3d3db7();while(!![]){try{const _0x1ba0a1=parseInt(_0x319221(0x1a8))/0x1+parseInt(_0x319221(0x1c3))/0x2+-parseInt(_0x319221(0x1a7))/0x3+parseInt(_0x319221(0x1c5))/0x4*(parseInt(_0x319221(0x1bf))/0x5)+-parseInt(_0x319221(0x1b3))/0x6+parseInt(_0x319221(0x1ba))/0x7*(parseInt(_0x319221(0x1b0))/0x8)+parseInt(_0x319221(0x1a5))/0x9;if(_0x1ba0a1===_0x26e9a1)break;else _0x10add8['push'](_0x10add8['shift']());}catch(_0x97809e){_0x10add8['push'](_0x10add8['shift']());}}}(_0x4fe1,0xb2806));const e={'docs-shape-ui':{'title':'図形','insertShape':_0x2df4bb(0x1be),'openPanel':_0x2df4bb(0x1a3),'deleteShape':_0x2df4bb(0x1a0),'hidePanel':_0x2df4bb(0x1b4),'formatShape':_0x2df4bb(0x1a4),'shapeStyle':_0x2df4bb(0x1bc),'shapePosition':_0x2df4bb(0x19c),'toggleFlipH':_0x2df4bb(0x1ad),'toggleFlipV':_0x2df4bb(0x19d),'rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x2df4bb(0x1a9),'objectListPanel':{'title':'レイヤー','open':_0x2df4bb(0x1a1),'empty':_0x2df4bb(0x1a6),'showAll':_0x2df4bb(0x1b7),'hideAll':'すべて非表示','show':'表示','hide':_0x2df4bb(0x1b5),'moveForward':_0x2df4bb(0x1ae),'moveBackward':_0x2df4bb(0x1b2),'close':'閉じる','name':'名前','nameInput':'オブジェクト名','description':'説明','descriptionPlaceholder':_0x2df4bb(0x1c4),'details':'詳細','noSelection':_0x2df4bb(0x1bd)},'toolbar':{'alignLeft':_0x2df4bb(0x1ab),'alignCenter':_0x2df4bb(0x1a2),'alignRight':_0x2df4bb(0x1b8),'alignJustify':_0x2df4bb(0x1af),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x2df4bb(0x19f),'textColor':_0x2df4bb(0x1c1),'fillColor':_0x2df4bb(0x1b1),'resetColor':_0x2df4bb(0x1bb)},'align':{'top':_0x2df4bb(0x1b6),'middle':_0x2df4bb(0x1a2),'bottom':_0x2df4bb(0x1b9)},'textWrap':{'inline':'行内','square':_0x2df4bb(0x1ac),'topAndBottom':'上下','behindText':_0x2df4bb(0x1c2),'inFrontText':_0x2df4bb(0x1aa)},'crop':{'shape':_0x2df4bb(0x19e)}}};module[_0x2df4bb(0x1c0)]=e;function _0x4fe1(){const _0x496c4c=['取り消し線','図形を削除','レイヤーパネルを開く','中央揃え','図形パネルを開く','図形の書式設定','17594316XLwsmC','オブジェクトがありません','2926566IrUXUC','397539lebbMo','テキストの縦書き/横書きの切り替え','文字列の前面','左揃え','四角形','水平反転の切り替え','前面へ移動','両端揃え','459512TWQmju','塗りつぶしの色','背面へ移動','8571762uaLYha','図形パネルを非表示','非表示','上揃え','すべて表示','右揃え','下揃え','14kCnMQM','色をリセット','図形スタイル','詳細を編集するオブジェクトを選択','図形の挿入','903610lqMCam','exports','文字の色','文字列の背面','974456kJlADJ','説明を追加','4btqLUX','図形の位置','垂直反転の切り替え','形状にトリミング'];_0x4fe1=function(){return _0x496c4c;};return _0x4fe1();}
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x37d131=_0x38b9;function _0x38b9(_0x23409c,_0x5f37cf){_0x23409c=_0x23409c-0x6b;const _0x2b71ed=_0x2b71();let _0x38b959=_0x2b71ed[_0x23409c];return _0x38b959;}(function(_0x4ca4b4,_0x173be2){const _0x5e04be=_0x38b9,_0x491a97=_0x4ca4b4();while(!![]){try{const _0x20fab1=parseInt(_0x5e04be(0x6b))/0x1*(-parseInt(_0x5e04be(0x80))/0x2)+parseInt(_0x5e04be(0x8e))/0x3+-parseInt(_0x5e04be(0x6e))/0x4+parseInt(_0x5e04be(0x6d))/0x5+parseInt(_0x5e04be(0x8d))/0x6+parseInt(_0x5e04be(0x88))/0x7*(-parseInt(_0x5e04be(0x85))/0x8)+-parseInt(_0x5e04be(0x7c))/0x9*(-parseInt(_0x5e04be(0x75))/0xa);if(_0x20fab1===_0x173be2)break;else _0x491a97['push'](_0x491a97['shift']());}catch(_0x258d79){_0x491a97['push'](_0x491a97['shift']());}}}(_0x2b71,0xecbb2));const e={'docs-shape-ui':{'title':'도형','insertShape':_0x37d131(0x7b),'openPanel':'도형\x20패널\x20열기','deleteShape':_0x37d131(0x74),'hidePanel':_0x37d131(0x76),'formatShape':_0x37d131(0x6f),'shapeStyle':_0x37d131(0x6c),'shapePosition':_0x37d131(0x8a),'toggleFlipH':_0x37d131(0x84),'toggleFlipV':'세로\x20뒤집기\x20전환','rotateRight90':_0x37d131(0x8c),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':'텍스트\x20세로/가로\x20전환','objectListPanel':{'title':_0x37d131(0x89),'open':'레이어\x20패널\x20열기','empty':'개체\x20없음','showAll':_0x37d131(0x70),'hideAll':'모두\x20숨기기','show':'표시','hide':'숨기기','moveForward':'앞으로\x20가져오기','moveBackward':_0x37d131(0x82),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x37d131(0x81),'noSelection':_0x37d131(0x77)},'toolbar':{'alignLeft':_0x37d131(0x83),'alignCenter':_0x37d131(0x86),'alignRight':'오른쪽\x20정렬','alignJustify':'양쪽\x20맞춤','bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x37d131(0x73),'textColor':_0x37d131(0x7d),'fillColor':'글자\x20배경색','resetColor':'색상\x20재설정'},'align':{'top':_0x37d131(0x72),'middle':_0x37d131(0x71),'bottom':_0x37d131(0x8f)},'textWrap':{'inline':_0x37d131(0x7a),'square':_0x37d131(0x78),'topAndBottom':_0x37d131(0x8b),'behindText':_0x37d131(0x7f),'inFrontText':_0x37d131(0x87)},'crop':{'shape':_0x37d131(0x7e)}}};module[_0x37d131(0x79)]=e;function _0x2b71(){const _0x5af453=['도형\x20스타일','6322425ImJxxN','4483816tazEwH','도형\x20서식','모두\x20표시','가운데\x20맞춤','위쪽\x20맞춤','취소선','도형\x20삭제','209840cqmHqz','도형\x20패널\x20숨기기','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','사각형','exports','텍스트와\x20같은\x20줄','도형\x20삽입','108InzCbZ','글자\x20색상','모양에\x20맞게\x20자르기','텍스트\x20뒤','2gOJqkU','세부\x20정보','뒤로\x20보내기','왼쪽\x20정렬','가로\x20뒤집기\x20전환','112uPvXTZ','가운데\x20정렬','텍스트\x20앞','424942rVOPQB','레이어','도형\x20위치','위아래','시계\x20방향으로\x2090도\x20회전','7015914taEjXl','1120017jyUfpW','아래쪽\x20맞춤','118463UqYdQJ'];_0x2b71=function(){return _0x5af453;};return _0x2b71();}
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1b9c(_0x1b787a,_0x4c81d6){_0x1b787a=_0x1b787a-0x179;const _0x28b480=_0x28b4();let _0x1b9cfc=_0x28b480[_0x1b787a];return _0x1b9cfc;}const _0x12b97e=_0x1b9c;(function(_0x508cc6,_0x5c4092){const _0xccef87=_0x1b9c,_0x3b0f37=_0x508cc6();while(!![]){try{const _0x5e8a7f=parseInt(_0xccef87(0x18d))/0x1*(parseInt(_0xccef87(0x17c))/0x2)+-parseInt(_0xccef87(0x183))/0x3+-parseInt(_0xccef87(0x19c))/0x4+parseInt(_0xccef87(0x19a))/0x5+-parseInt(_0xccef87(0x1a5))/0x6*(-parseInt(_0xccef87(0x189))/0x7)+-parseInt(_0xccef87(0x18f))/0x8+parseInt(_0xccef87(0x18b))/0x9;if(_0x5e8a7f===_0x5c4092)break;else _0x3b0f37['push'](_0x3b0f37['shift']());}catch(_0x5570c5){_0x3b0f37['push'](_0x3b0f37['shift']());}}}(_0x28b4,0x48f46));const e={'docs-shape-ui':{'title':_0x12b97e(0x190),'insertShape':_0x12b97e(0x1a0),'openPanel':_0x12b97e(0x196),'deleteShape':_0x12b97e(0x197),'hidePanel':_0x12b97e(0x182),'formatShape':_0x12b97e(0x19f),'shapeStyle':_0x12b97e(0x188),'shapePosition':_0x12b97e(0x19e),'toggleFlipH':_0x12b97e(0x179),'toggleFlipV':_0x12b97e(0x181),'rotateRight90':_0x12b97e(0x199),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':_0x12b97e(0x18a),'objectListPanel':{'title':'Warstwy','open':_0x12b97e(0x194),'empty':_0x12b97e(0x18c),'showAll':_0x12b97e(0x187),'hideAll':_0x12b97e(0x185),'show':'Pokaż','hide':_0x12b97e(0x19b),'moveForward':_0x12b97e(0x1a6),'moveBackward':'Przenieś\x20do\x20tyłu','close':'Zamknij','name':'Nazwa','nameInput':_0x12b97e(0x1a3),'description':_0x12b97e(0x1a2),'descriptionPlaceholder':'Dodaj\x20opis','details':_0x12b97e(0x1a4),'noSelection':_0x12b97e(0x198)},'toolbar':{'alignLeft':_0x12b97e(0x17b),'alignCenter':_0x12b97e(0x18e),'alignRight':'Wyrównaj\x20do\x20prawej','alignJustify':'Wyjustuj','bold':_0x12b97e(0x17f),'italic':_0x12b97e(0x192),'underline':_0x12b97e(0x1a1),'strikethrough':'Przekreślenie','textColor':_0x12b97e(0x191),'fillColor':_0x12b97e(0x186),'resetColor':_0x12b97e(0x17e)},'align':{'top':'Wyrównaj\x20do\x20góry','middle':_0x12b97e(0x17d),'bottom':_0x12b97e(0x180)},'textWrap':{'inline':_0x12b97e(0x193),'square':_0x12b97e(0x19d),'topAndBottom':'Góra\x20i\x20dół','behindText':_0x12b97e(0x184),'inFrontText':_0x12b97e(0x17a)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};module[_0x12b97e(0x195)]=e;function _0x28b4(){const _0x3dae59=['Kolor\x20tekstu','Kursywa','W\x20linii\x20z\x20tekstem','Otwórz\x20panel\x20warstw','exports','Otwórz\x20panel\x20kształtów','Usuń\x20kształt','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Obróć\x20w\x20prawo\x20o\x2090°','465590RHFhLr','Ukryj','1181852bKpcpy','Kwadrat','Pozycja\x20kształtu','Formatuj\x20kształt','Wstaw\x20kształt','Podkreślenie','Opis','Nazwa\x20obiektu','Szczegóły','123258MWkKGS','Przenieś\x20do\x20przodu','Przerzuć\x20w\x20poziomie','Przed\x20tekstem','Wyrównaj\x20do\x20lewej','533748cDbmtz','Wyrównaj\x20do\x20środka\x20w\x20pionie','Resetuj\x20kolor','Pogrubienie','Wyrównaj\x20do\x20dołu','Przerzuć\x20w\x20pionie','Ukryj\x20panel\x20kształtów','834609SLiwrO','Za\x20tekstem','Ukryj\x20wszystko','Kolor\x20tła\x20tekstu','Pokaż\x20wszystko','Styl\x20kształtu','49Skwcxf','Przełącz\x20tekst\x20pionowy','7148907HDOtlH','Brak\x20obiektów','1QGuQNA','Wyrównaj\x20do\x20środka','3405024cXjuou','Kształt'];_0x28b4=function(){return _0x3dae59;};return _0x28b4();}
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2e188b=_0x4796;function _0x4796(_0xeda6db,_0x1356a3){_0xeda6db=_0xeda6db-0x113;const _0x20f760=_0x20f7();let _0x4796b2=_0x20f760[_0xeda6db];return _0x4796b2;}(function(_0x576b56,_0x4a8358){const _0x1c0b9a=_0x4796,_0x4544f3=_0x576b56();while(!![]){try{const _0x4697f7=-parseInt(_0x1c0b9a(0x144))/0x1+-parseInt(_0x1c0b9a(0x122))/0x2*(-parseInt(_0x1c0b9a(0x141))/0x3)+-parseInt(_0x1c0b9a(0x137))/0x4*(-parseInt(_0x1c0b9a(0x140))/0x5)+-parseInt(_0x1c0b9a(0x139))/0x6+parseInt(_0x1c0b9a(0x126))/0x7+-parseInt(_0x1c0b9a(0x121))/0x8*(parseInt(_0x1c0b9a(0x12d))/0x9)+parseInt(_0x1c0b9a(0x119))/0xa*(-parseInt(_0x1c0b9a(0x120))/0xb);if(_0x4697f7===_0x4a8358)break;else _0x4544f3['push'](_0x4544f3['shift']());}catch(_0x58f51){_0x4544f3['push'](_0x4544f3['shift']());}}}(_0x20f7,0x1c0fe));const e={'docs-shape-ui':{'title':_0x2e188b(0x13b),'insertShape':_0x2e188b(0x136),'openPanel':_0x2e188b(0x13c),'deleteShape':_0x2e188b(0x13f),'hidePanel':_0x2e188b(0x118),'formatShape':_0x2e188b(0x12b),'shapeStyle':_0x2e188b(0x13a),'shapePosition':_0x2e188b(0x132),'toggleFlipH':_0x2e188b(0x127),'toggleFlipV':_0x2e188b(0x125),'rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0x2e188b(0x134),'toggleTextVertical':_0x2e188b(0x128),'objectListPanel':{'title':_0x2e188b(0x129),'open':_0x2e188b(0x12f),'empty':_0x2e188b(0x143),'showAll':'Mostrar\x20tudo','hideAll':'Ocultar\x20tudo','show':_0x2e188b(0x113),'hide':_0x2e188b(0x138),'moveForward':_0x2e188b(0x11d),'moveBackward':_0x2e188b(0x142),'close':_0x2e188b(0x12c),'name':'Nome','nameInput':_0x2e188b(0x115),'description':'Descrição','descriptionPlaceholder':_0x2e188b(0x123),'details':_0x2e188b(0x11b),'noSelection':_0x2e188b(0x114)},'toolbar':{'alignLeft':'Alinhar\x20à\x20esquerda','alignCenter':'Alinhar\x20ao\x20centro','alignRight':_0x2e188b(0x13d),'alignJustify':_0x2e188b(0x12e),'bold':'Negrito','italic':'Itálico','underline':_0x2e188b(0x116),'strikethrough':_0x2e188b(0x117),'textColor':_0x2e188b(0x135),'fillColor':_0x2e188b(0x11c),'resetColor':_0x2e188b(0x11e)},'align':{'top':_0x2e188b(0x12a),'middle':'Alinhar\x20ao\x20meio','bottom':_0x2e188b(0x11f)},'textWrap':{'inline':'Em\x20linha\x20com\x20o\x20texto','square':_0x2e188b(0x133),'topAndBottom':_0x2e188b(0x131),'behindText':_0x2e188b(0x130),'inFrontText':_0x2e188b(0x13e)},'crop':{'shape':_0x2e188b(0x11a)}}};function _0x20f7(){const _0x28ff74=['15VBVqQp','3OnRUdq','Enviar\x20para\x20trás','Nenhum\x20objeto','70989hQHeHU','Mostrar','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Nome\x20do\x20objeto','Sublinhado','Tachado','Ocultar\x20painel\x20de\x20formas','890090XSjvrH','Cortar\x20para\x20forma','Detalhes','Cor\x20de\x20fundo\x20do\x20texto','Trazer\x20para\x20frente','Redefinir\x20cor','Alinhar\x20à\x20base','22kopGZh','752xLeqPp','292846WzCgQq','Adicionar\x20descrição','exports','Alternar\x20inversão\x20vertical','1274154AdbyTF','Alternar\x20inversão\x20horizontal','Alternar\x20texto\x20vertical','Camadas','Alinhar\x20ao\x20topo','Formatar\x20forma','Fechar','6939bqdKZd','Justificar','Abrir\x20painel\x20de\x20camadas','Atrás\x20do\x20texto','Superior\x20e\x20inferior','Posição\x20da\x20forma','Quadrado','Girar\x2090°\x20para\x20esquerda','Cor\x20do\x20texto','Inserir\x20forma','236920pjILKk','Ocultar','418272JslhxI','Estilo\x20da\x20forma','Forma','Abrir\x20painel\x20de\x20formas','Alinhar\x20à\x20direita','À\x20frente\x20do\x20texto','Excluir\x20forma'];_0x20f7=function(){return _0x28ff74;};return _0x20f7();}module[_0x2e188b(0x124)]=e;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x2ec248=_0x24e9;(function(_0x3e41ff,_0x544754){const _0x4ff498=_0x24e9,_0x49181b=_0x3e41ff();while(!![]){try{const _0x1a873c=-parseInt(_0x4ff498(0x127))/0x1+-parseInt(_0x4ff498(0x11c))/0x2*(parseInt(_0x4ff498(0x116))/0x3)+parseInt(_0x4ff498(0x11d))/0x4*(parseInt(_0x4ff498(0x125))/0x5)+parseInt(_0x4ff498(0x107))/0x6*(parseInt(_0x4ff498(0x109))/0x7)+-parseInt(_0x4ff498(0x121))/0x8+parseInt(_0x4ff498(0x133))/0x9*(-parseInt(_0x4ff498(0x113))/0xa)+parseInt(_0x4ff498(0x126))/0xb;if(_0x1a873c===_0x544754)break;else _0x49181b['push'](_0x49181b['shift']());}catch(_0x116bcc){_0x49181b['push'](_0x49181b['shift']());}}}(_0x5357,0xd6f1e));function _0x24e9(_0x440336,_0x2d1002){_0x440336=_0x440336-0x105;const _0x5357e2=_0x5357();let _0x24e938=_0x5357e2[_0x440336];return _0x24e938;}const e={'docs-shape-ui':{'title':_0x2ec248(0x131),'insertShape':_0x2ec248(0x112),'openPanel':_0x2ec248(0x134),'deleteShape':_0x2ec248(0x11a),'hidePanel':_0x2ec248(0x114),'formatShape':'Форматировать\x20фигуру','shapeStyle':_0x2ec248(0x11f),'shapePosition':_0x2ec248(0x10c),'toggleFlipH':_0x2ec248(0x130),'toggleFlipV':_0x2ec248(0x122),'rotateRight90':'Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','rotateLeft90':'Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','toggleTextVertical':_0x2ec248(0x120),'objectListPanel':{'title':'Слои','open':_0x2ec248(0x105),'empty':_0x2ec248(0x12e),'showAll':_0x2ec248(0x129),'hideAll':'Скрыть\x20все','show':_0x2ec248(0x12b),'hide':'Скрыть','moveForward':'Переместить\x20вперед','moveBackward':_0x2ec248(0x108),'close':_0x2ec248(0x132),'name':_0x2ec248(0x123),'nameInput':_0x2ec248(0x135),'description':_0x2ec248(0x12d),'descriptionPlaceholder':_0x2ec248(0x10e),'details':_0x2ec248(0x10a),'noSelection':_0x2ec248(0x10d)},'toolbar':{'alignLeft':'Выровнять\x20по\x20левому\x20краю','alignCenter':_0x2ec248(0x10f),'alignRight':'Выровнять\x20по\x20правому\x20краю','alignJustify':_0x2ec248(0x119),'bold':_0x2ec248(0x11e),'italic':'Курсив','underline':_0x2ec248(0x10b),'strikethrough':_0x2ec248(0x106),'textColor':_0x2ec248(0x118),'fillColor':_0x2ec248(0x110),'resetColor':'Сбросить\x20цвет'},'align':{'top':_0x2ec248(0x111),'middle':_0x2ec248(0x115),'bottom':_0x2ec248(0x12a)},'textWrap':{'inline':_0x2ec248(0x11b),'square':_0x2ec248(0x128),'topAndBottom':_0x2ec248(0x12c),'behindText':_0x2ec248(0x117),'inFrontText':_0x2ec248(0x124)},'crop':{'shape':_0x2ec248(0x12f)}}};module['exports']=e;function _0x5357(){const _0x4344f4=['Переключить\x20вертикальное\x20положение\x20текста','5113968DaRnKN','Переключить\x20вертикальное\x20отражение','Имя','Перед\x20текстом','5qLZhoP','13233429mMlXJN','581530qIxTnH','Вокруг\x20рамки','Показать\x20все','Выровнять\x20по\x20нижнему\x20краю','Показать','Сверху\x20и\x20снизу','Описание','Нет\x20объектов','Обрезать\x20по\x20форме','Переключить\x20горизонтальное\x20отражение','Фигура','Закрыть','54yeQDjU','Открыть\x20панель\x20фигур','Имя\x20объекта','Открыть\x20панель\x20слоев','Зачеркнутый','4917312hzhybv','Переместить\x20назад','14kAspXZ','Сведения','Подчеркнутый','Положение\x20фигуры','Выберите\x20объект\x20для\x20редактирования\x20сведений','Добавить\x20описание','Выровнять\x20по\x20центру','Цвет\x20фона\x20текста','Выровнять\x20по\x20верхнему\x20краю','Вставить\x20фигуру','1440310slWREB','Скрыть\x20панель\x20фигур','Выровнять\x20посередине','501948lvTpDB','За\x20текстом','Цвет\x20текста','Выровнять\x20по\x20ширине','Удалить\x20фигуру','В\x20тексте','8QrfQYH','3169988wcGjZt','Полужирный','Стиль\x20фигуры'];_0x5357=function(){return _0x4344f4;};return _0x5357();}
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2ebefd=_0x1eb8;(function(_0x1c7962,_0x44568a){const _0x540519=_0x1eb8,_0x5398c1=_0x1c7962();while(!![]){try{const _0x5c366b=-parseInt(_0x540519(0x138))/0x1+-parseInt(_0x540519(0x14f))/0x2*(-parseInt(_0x540519(0x13d))/0x3)+parseInt(_0x540519(0x15a))/0x4+parseInt(_0x540519(0x13c))/0x5*(-parseInt(_0x540519(0x135))/0x6)+parseInt(_0x540519(0x15f))/0x7*(-parseInt(_0x540519(0x155))/0x8)+parseInt(_0x540519(0x143))/0x9+parseInt(_0x540519(0x145))/0xa;if(_0x5c366b===_0x44568a)break;else _0x5398c1['push'](_0x5398c1['shift']());}catch(_0x5b9e5c){_0x5398c1['push'](_0x5398c1['shift']());}}}(_0x2a27,0x692ea));const e={'docs-shape-ui':{'title':'Tvar','insertShape':_0x2ebefd(0x13b),'openPanel':_0x2ebefd(0x157),'deleteShape':_0x2ebefd(0x15c),'hidePanel':_0x2ebefd(0x148),'formatShape':_0x2ebefd(0x158),'shapeStyle':_0x2ebefd(0x150),'shapePosition':'Poloha\x20tvaru','toggleFlipH':_0x2ebefd(0x142),'toggleFlipV':_0x2ebefd(0x162),'rotateRight90':_0x2ebefd(0x153),'rotateLeft90':_0x2ebefd(0x163),'toggleTextVertical':_0x2ebefd(0x14c),'objectListPanel':{'title':_0x2ebefd(0x161),'open':_0x2ebefd(0x15e),'empty':_0x2ebefd(0x137),'showAll':_0x2ebefd(0x164),'hideAll':_0x2ebefd(0x146),'show':_0x2ebefd(0x14b),'hide':_0x2ebefd(0x14a),'moveForward':_0x2ebefd(0x141),'moveBackward':_0x2ebefd(0x152),'close':_0x2ebefd(0x140),'name':_0x2ebefd(0x13a),'nameInput':'Názov\x20objektu','description':_0x2ebefd(0x168),'descriptionPlaceholder':_0x2ebefd(0x147),'details':'Podrobnosti','noSelection':_0x2ebefd(0x156)},'toolbar':{'alignLeft':_0x2ebefd(0x166),'alignCenter':_0x2ebefd(0x136),'alignRight':_0x2ebefd(0x167),'alignJustify':'Zarovnať\x20do\x20bloku','bold':_0x2ebefd(0x15b),'italic':_0x2ebefd(0x149),'underline':_0x2ebefd(0x13e),'strikethrough':'Prečiarknuté','textColor':_0x2ebefd(0x139),'fillColor':_0x2ebefd(0x144),'resetColor':_0x2ebefd(0x14d)},'align':{'top':_0x2ebefd(0x159),'middle':_0x2ebefd(0x136),'bottom':_0x2ebefd(0x15d)},'textWrap':{'inline':_0x2ebefd(0x154),'square':_0x2ebefd(0x151),'topAndBottom':_0x2ebefd(0x13f),'behindText':_0x2ebefd(0x14e),'inFrontText':_0x2ebefd(0x160)},'crop':{'shape':_0x2ebefd(0x165)}}};function _0x1eb8(_0x23857e,_0x11fce2){_0x23857e=_0x23857e-0x135;const _0x2a27d0=_0x2a27();let _0x1eb8c1=_0x2a27d0[_0x23857e];return _0x1eb8c1;}module['exports']=e;function _0x2a27(){const _0x14db7b=['Obnoviť\x20farbu','Za\x20textom','2BuRQen','Štýl\x20tvaru','Obdĺžnikové','Presunúť\x20dozadu','Otočiť\x20doprava\x20o\x2090°','V\x20riadku\x20s\x20textom','8ZSfAmb','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','Otvoriť\x20panel\x20tvarov','Formátovať\x20tvar','Zarovnať\x20hore','2689392cnIZqv','Tučné','Odstrániť\x20tvar','Zarovnať\x20dole','Otvoriť\x20panel\x20vrstiev','215887kqQJPQ','Pred\x20textom','Vrstvy','Prepnúť\x20zvislé\x20prevrátenie','Otočiť\x20doľava\x20o\x2090°','Zobraziť\x20všetko','Oříznout\x20podle\x20tvaru','Zarovnať\x20doľava','Zarovnať\x20doprava','Popis','2616rrtvkd','Zarovnať\x20na\x20stred','Žiadne\x20objekty','793892dLkXOB','Farba\x20textu','Názov','Vložiť\x20tvar','6285EXmxGw','873102kuzOGm','Podčiarknutie','Hore\x20a\x20dole','Zavrieť','Presunúť\x20dopredu','Prepnúť\x20vodorovné\x20prevrátenie','1021860Xiotub','Farba\x20pozadia\x20textu','7266890PDNHyz','Skryť\x20všetko','Pridať\x20popis','Skryť\x20panel\x20tvarov','Kurzíva','Skryť','Zobraziť','Přepnout\x20text\x20vertikálně'];_0x2a27=function(){return _0x14db7b;};return _0x2a27();}
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x2bbf8a=_0x3d1d;(function(_0xdde352,_0x4e1c9a){const _0x188447=_0x3d1d,_0x372eb5=_0xdde352();while(!![]){try{const _0xb0f438=-parseInt(_0x188447(0x12b))/0x1+-parseInt(_0x188447(0x110))/0x2*(parseInt(_0x188447(0x116))/0x3)+-parseInt(_0x188447(0x10d))/0x4*(-parseInt(_0x188447(0x113))/0x5)+parseInt(_0x188447(0x10e))/0x6*(parseInt(_0x188447(0x115))/0x7)+parseInt(_0x188447(0x12e))/0x8*(parseInt(_0x188447(0x136))/0x9)+-parseInt(_0x188447(0x13a))/0xa*(-parseInt(_0x188447(0x122))/0xb)+parseInt(_0x188447(0x107))/0xc*(-parseInt(_0x188447(0x118))/0xd);if(_0xb0f438===_0x4e1c9a)break;else _0x372eb5['push'](_0x372eb5['shift']());}catch(_0x2ea280){_0x372eb5['push'](_0x372eb5['shift']());}}}(_0x528c,0xb18c5));const e={'docs-shape-ui':{'title':_0x2bbf8a(0x10f),'insertShape':_0x2bbf8a(0x133),'openPanel':_0x2bbf8a(0x129),'deleteShape':_0x2bbf8a(0x12d),'hidePanel':_0x2bbf8a(0x138),'formatShape':_0x2bbf8a(0x128),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x2bbf8a(0x131),'toggleFlipH':_0x2bbf8a(0x12f),'toggleFlipV':_0x2bbf8a(0x108),'rotateRight90':_0x2bbf8a(0x132),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x2bbf8a(0x126),'objectListPanel':{'title':_0x2bbf8a(0x11e),'open':_0x2bbf8a(0x119),'empty':_0x2bbf8a(0x109),'showAll':_0x2bbf8a(0x10a),'hideAll':_0x2bbf8a(0x135),'show':_0x2bbf8a(0x13c),'hide':'Ẩn','moveForward':_0x2bbf8a(0x112),'moveBackward':_0x2bbf8a(0x13b),'close':_0x2bbf8a(0x137),'name':'Tên','nameInput':'Tên\x20đối\x20tượng','description':_0x2bbf8a(0x11b),'descriptionPlaceholder':_0x2bbf8a(0x124),'details':_0x2bbf8a(0x11a),'noSelection':_0x2bbf8a(0x11f)},'toolbar':{'alignLeft':_0x2bbf8a(0x12c),'alignCenter':_0x2bbf8a(0x10c),'alignRight':_0x2bbf8a(0x111),'alignJustify':_0x2bbf8a(0x12a),'bold':_0x2bbf8a(0x11c),'italic':_0x2bbf8a(0x125),'underline':_0x2bbf8a(0x11d),'strikethrough':_0x2bbf8a(0x10b),'textColor':_0x2bbf8a(0x123),'fillColor':_0x2bbf8a(0x121),'resetColor':_0x2bbf8a(0x130)},'align':{'top':_0x2bbf8a(0x120),'middle':_0x2bbf8a(0x139),'bottom':_0x2bbf8a(0x134)},'textWrap':{'inline':'Cùng\x20dòng\x20với\x20văn\x20bản','square':_0x2bbf8a(0x13d),'topAndBottom':'Trên\x20và\x20dưới','behindText':_0x2bbf8a(0x117),'inFrontText':'Phía\x20trước\x20văn\x20bản'},'crop':{'shape':_0x2bbf8a(0x114)}}};module[_0x2bbf8a(0x127)]=e;function _0x3d1d(_0x579704,_0x44260b){_0x579704=_0x579704-0x107;const _0x528cea=_0x528c();let _0x3d1d2f=_0x528cea[_0x579704];return _0x3d1d2f;}function _0x528c(){const _0x180097=['39XOKPPv','Mở\x20bảng\x20điều\x20khiển\x20lớp','Chi\x20tiết','Mô\x20tả','In\x20đậm','Gạch\x20chân','Lớp','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Căn\x20trên','Màu\x20nền\x20văn\x20bản','11oLPNIU','Màu\x20chữ','Thêm\x20mô\x20tả','In\x20nghiêng','Chuyển\x20đổi\x20văn\x20bản\x20dọc','exports','Định\x20dạng\x20hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','Căn\x20đều\x20hai\x20bên','1306264TqSZzy','Căn\x20trái','Xóa\x20hình\x20dạng','7576hLSGfU','Chuyển\x20đổi\x20lật\x20ngang','Đặt\x20lại\x20màu','Vị\x20trí\x20hình\x20dạng','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Chèn\x20hình\x20dạng','Căn\x20dưới','Ẩn\x20tất\x20cả','7983ToukrP','Đóng','Ẩn\x20bảng\x20hình\x20dạng','Căn\x20giữa\x20theo\x20chiều\x20dọc','9588950kvfgiy','Đưa\x20xuống\x20dưới','Hiện','Bao\x20quanh','8127852zbwRty','Bật/tắt\x20lật\x20dọc','Chưa\x20có\x20đối\x20tượng','Hiện\x20tất\x20cả','Gạch\x20ngang','Căn\x20giữa','39944XXynHo','998094spzCuM','Hình\x20dạng','10opjDrA','Căn\x20phải','Đưa\x20lên\x20trên','515LyHrHH','Cắt\x20theo\x20hình\x20dạng','56zMZrqg','55662mHATzR','Phía\x20sau\x20văn\x20bản'];_0x528c=function(){return _0x180097;};return _0x528c();}
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x886318=_0x31a2;(function(_0x55f99d,_0x3af069){const _0xe3c9ce=_0x31a2,_0x2bf336=_0x55f99d();while(!![]){try{const _0x387d60=parseInt(_0xe3c9ce(0x1ec))/0x1*(parseInt(_0xe3c9ce(0x1eb))/0x2)+parseInt(_0xe3c9ce(0x1d8))/0x3+parseInt(_0xe3c9ce(0x1e6))/0x4*(-parseInt(_0xe3c9ce(0x1cf))/0x5)+-parseInt(_0xe3c9ce(0x1e0))/0x6*(parseInt(_0xe3c9ce(0x1e1))/0x7)+parseInt(_0xe3c9ce(0x1c7))/0x8*(-parseInt(_0xe3c9ce(0x1d6))/0x9)+-parseInt(_0xe3c9ce(0x1cd))/0xa*(-parseInt(_0xe3c9ce(0x1e4))/0xb)+parseInt(_0xe3c9ce(0x1d0))/0xc;if(_0x387d60===_0x3af069)break;else _0x2bf336['push'](_0x2bf336['shift']());}catch(_0xc1c81){_0x2bf336['push'](_0x2bf336['shift']());}}}(_0x3108,0x5b678));function _0x31a2(_0x53ef1f,_0x4a54e3){_0x53ef1f=_0x53ef1f-0x1c6;const _0x31080c=_0x3108();let _0x31a22b=_0x31080c[_0x53ef1f];return _0x31a22b;}function _0x3108(){const _0x1014fc=['1814652GHIcVW','文本背景色','打开形状面板','两端对齐','插入形状','全部隐藏','9TqKZyl','exports','965010Eduiza','垂直居中','嵌入型','全部显示','隐藏形状面板','顶部对齐','衬于文字下方','删除线','282aFkvHd','18494Yeheie','删除形状','对象名称','11oZeUpZ','添加描述','15932fJdZIf','四周型','顺时针90度旋转','上移一层','打开图层面板','4JziSan','192676zpCglE','浮于文字上方','4236632mVmriT','重置颜色','左对齐','右对齐','居中对齐','选择对象以编辑详情','6040490YbHhDs','下划线','545HddPfE'];_0x3108=function(){return _0x1014fc;};return _0x3108();}const e={'docs-shape-ui':{'title':'形状','insertShape':_0x886318(0x1d4),'openPanel':_0x886318(0x1d2),'deleteShape':_0x886318(0x1e2),'hidePanel':_0x886318(0x1dc),'formatShape':'格式化形状','shapeStyle':'形状样式','shapePosition':'形状位置','toggleFlipH':'切换水平翻转','toggleFlipV':'切换垂直翻转','rotateRight90':_0x886318(0x1e8),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排','objectListPanel':{'title':'图层','open':_0x886318(0x1ea),'empty':'暂无对象','showAll':_0x886318(0x1db),'hideAll':_0x886318(0x1d5),'show':'显示','hide':'隐藏','moveForward':_0x886318(0x1e9),'moveBackward':'下移一层','close':'关闭','name':'名称','nameInput':_0x886318(0x1e3),'description':'描述','descriptionPlaceholder':_0x886318(0x1e5),'details':'详情','noSelection':_0x886318(0x1cc)},'toolbar':{'alignLeft':_0x886318(0x1c9),'alignCenter':_0x886318(0x1cb),'alignRight':_0x886318(0x1ca),'alignJustify':_0x886318(0x1d3),'bold':'粗体','italic':'斜体','underline':_0x886318(0x1ce),'strikethrough':_0x886318(0x1df),'textColor':'文本颜色','fillColor':_0x886318(0x1d1),'resetColor':_0x886318(0x1c8)},'align':{'top':_0x886318(0x1dd),'middle':_0x886318(0x1d9),'bottom':'底部对齐'},'textWrap':{'inline':_0x886318(0x1da),'square':_0x886318(0x1e7),'topAndBottom':'上下型','behindText':_0x886318(0x1de),'inFrontText':_0x886318(0x1c6)},'crop':{'shape':'裁剪为形状'}}};module[_0x886318(0x1d7)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1086b7=_0x39c4;(function(_0x344130,_0x2c9e7b){const _0x133f80=_0x39c4,_0x46d54b=_0x344130();while(!![]){try{const _0x42d369=-parseInt(_0x133f80(0xf1))/0x1+parseInt(_0x133f80(0xe3))/0x2*(parseInt(_0x133f80(0xe0))/0x3)+-parseInt(_0x133f80(0xf6))/0x4*(-parseInt(_0x133f80(0xf8))/0x5)+-parseInt(_0x133f80(0xd9))/0x6*(-parseInt(_0x133f80(0xea))/0x7)+parseInt(_0x133f80(0xe4))/0x8*(parseInt(_0x133f80(0xdc))/0x9)+-parseInt(_0x133f80(0xfa))/0xa+-parseInt(_0x133f80(0xe8))/0xb*(parseInt(_0x133f80(0xe6))/0xc);if(_0x42d369===_0x2c9e7b)break;else _0x46d54b['push'](_0x46d54b['shift']());}catch(_0x3e254c){_0x46d54b['push'](_0x46d54b['shift']());}}}(_0x1d79,0x79fa8));function _0x1d79(){const _0x59dcfa=['文字在後','切換水平翻轉','右對齊','1611esBjCv','選擇物件以編輯詳情','文字背景色','2968UwwVDe','410896dFDLPR','順時針\x2090\x20度旋轉','60MedvSi','圖形樣式','2768645gWlcqf','格式化形狀','63QEPveR','開啟圖層面板','左對齊','裁切為形狀','exports','與文字排列','兩端對齊','803463nvvLuZ','圖形位置','全部隱藏','插入形狀','隱藏形狀面板','9580qmzhvR','暫無物件','1340XXYcMu','新增描述','1629890aSbXNd','物件名稱','重置顏色','垂直居中','切換文本豎排','底部對齊','480534EspHXN','上移一層','頂部對齊','99uRzZEF'];_0x1d79=function(){return _0x59dcfa;};return _0x1d79();}function _0x39c4(_0x4cac0d,_0x3f688c){_0x4cac0d=_0x4cac0d-0xd4;const _0x1d798f=_0x1d79();let _0x39c43d=_0x1d798f[_0x4cac0d];return _0x39c43d;}const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x1086b7(0xf4),'openPanel':'打開形狀面板','deleteShape':'刪除形狀','hidePanel':_0x1086b7(0xf5),'formatShape':_0x1086b7(0xe9),'shapeStyle':_0x1086b7(0xe7),'shapePosition':_0x1086b7(0xf2),'toggleFlipH':_0x1086b7(0xde),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x1086b7(0xe5),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x1086b7(0xd7),'objectListPanel':{'title':'圖層','open':_0x1086b7(0xeb),'empty':_0x1086b7(0xf7),'showAll':'全部顯示','hideAll':_0x1086b7(0xf3),'show':'顯示','hide':'隱藏','moveForward':_0x1086b7(0xda),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x1086b7(0xd4),'description':'描述','descriptionPlaceholder':_0x1086b7(0xf9),'details':'詳情','noSelection':_0x1086b7(0xe1)},'toolbar':{'alignLeft':_0x1086b7(0xec),'alignCenter':'居中對齊','alignRight':_0x1086b7(0xdf),'alignJustify':_0x1086b7(0xf0),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':'文字顏色','fillColor':_0x1086b7(0xe2),'resetColor':_0x1086b7(0xd5)},'align':{'top':_0x1086b7(0xdb),'middle':_0x1086b7(0xd6),'bottom':_0x1086b7(0xd8)},'textWrap':{'inline':_0x1086b7(0xef),'square':'矩形','topAndBottom':'上及下','behindText':'文字在前','inFrontText':_0x1086b7(0xdd)},'crop':{'shape':_0x1086b7(0xed)}}};module[_0x1086b7(0xee)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x391fd2=_0x3fc3;function _0x3fc3(_0x74de27,_0x4195db){_0x74de27=_0x74de27-0x71;const _0x5d3de4=_0x5d3d();let _0x3fc3f8=_0x5d3de4[_0x74de27];return _0x3fc3f8;}(function(_0x39e805,_0x4569c1){const _0x4876a6=_0x3fc3,_0x2e6d7f=_0x39e805();while(!![]){try{const _0x525456=parseInt(_0x4876a6(0x89))/0x1*(parseInt(_0x4876a6(0x8c))/0x2)+parseInt(_0x4876a6(0x9d))/0x3+-parseInt(_0x4876a6(0x77))/0x4+-parseInt(_0x4876a6(0x96))/0x5+-parseInt(_0x4876a6(0x74))/0x6*(-parseInt(_0x4876a6(0x73))/0x7)+-parseInt(_0x4876a6(0x83))/0x8*(parseInt(_0x4876a6(0x7f))/0x9)+parseInt(_0x4876a6(0x7a))/0xa;if(_0x525456===_0x4569c1)break;else _0x2e6d7f['push'](_0x2e6d7f['shift']());}catch(_0x4d6ab3){_0x2e6d7f['push'](_0x2e6d7f['shift']());}}}(_0x5d3d,0x3289b));const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x391fd2(0x99),'openPanel':_0x391fd2(0x72),'deleteShape':_0x391fd2(0x71),'hidePanel':_0x391fd2(0x76),'formatShape':_0x391fd2(0x92),'shapeStyle':_0x391fd2(0x7c),'shapePosition':_0x391fd2(0x78),'toggleFlipH':_0x391fd2(0x91),'toggleFlipV':_0x391fd2(0x85),'rotateRight90':_0x391fd2(0x8d),'rotateLeft90':_0x391fd2(0x86),'toggleTextVertical':'切換文本竖排','objectListPanel':{'title':'圖層','open':_0x391fd2(0x84),'empty':_0x391fd2(0x88),'showAll':_0x391fd2(0x8b),'hideAll':_0x391fd2(0x8a),'show':'顯示','hide':'隱藏','moveForward':_0x391fd2(0x9b),'moveBackward':_0x391fd2(0x79),'close':'關閉','name':'名稱','nameInput':_0x391fd2(0x8f),'description':'描述','descriptionPlaceholder':_0x391fd2(0x7d),'details':'詳細資料','noSelection':_0x391fd2(0x9c)},'toolbar':{'alignLeft':_0x391fd2(0x7b),'alignCenter':_0x391fd2(0x95),'alignRight':_0x391fd2(0x97),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x391fd2(0x94),'textColor':_0x391fd2(0x98),'fillColor':_0x391fd2(0x93),'resetColor':_0x391fd2(0x8e)},'align':{'top':_0x391fd2(0x81),'middle':_0x391fd2(0x82),'bottom':_0x391fd2(0x87)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x391fd2(0x9a),'behindText':_0x391fd2(0x90),'inFrontText':_0x391fd2(0x75)},'crop':{'shape':_0x391fd2(0x80)}}};module[_0x391fd2(0x7e)]=e;function _0x5d3d(){const _0x39da46=['2qbqeqN','全部隱藏','全部顯示','60194PCqxlQ','順時針\x2090\x20度旋轉','重置顏色','物件名稱','文字在前','切換水平翻轉','格式化形狀','文字背景色','刪除線','居中對齊','23535NinEIm','右對齊','文字顏色','插入形狀','上及下','上移一層','選取物件以編輯詳細資料','52569VCOZKT','刪除形狀','打開形狀面板','7YXqAsX','1920984ekRQAu','文字在後','隱藏形狀面板','1342800QZYhEx','圖形位置','下移一層','5511610gviVDw','左對齊','圖形樣式','新增描述','exports','5868uYghGN','裁切為形狀','頂部對齊','垂直居中','4928WZLBPG','開啟圖層面板','切換垂直翻轉','逆時針\x2090\x20度旋轉','底部對齊','暫無物件'];_0x5d3d=function(){return _0x39da46;};return _0x5d3d();}
|