@univerjs-pro/docs-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.
Files changed (100) hide show
  1. package/README.md +5 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +21 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/command-util.d.ts +0 -10
  64. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  65. package/lib/types/const.d.ts +3 -1
  66. package/lib/types/controllers/components.controller.d.ts +4 -2
  67. package/lib/types/controllers/doc-shape-render.controller.d.ts +2 -2
  68. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
  69. package/lib/types/index.d.ts +1 -5
  70. package/lib/types/locale/en-US.d.ts +18 -0
  71. package/lib/types/menu/object-list.menu.d.ts +4 -0
  72. package/lib/types/services/shape-text-editing.service.d.ts +8 -0
  73. package/lib/types/utils/shape-text-document.d.ts +1 -11
  74. package/lib/types/view-model/drawing-shape.d.ts +6 -2
  75. package/lib/types/views/ShapePicker.d.ts +2 -0
  76. package/lib/types/views/object-list-panel/DocDrawingObjectListPanel.d.ts +1 -0
  77. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  78. package/lib/umd/index.js +1 -1
  79. package/lib/umd/locale/ar-SA.js +1 -1
  80. package/lib/umd/locale/ca-ES.js +1 -1
  81. package/lib/umd/locale/de-DE.js +1 -1
  82. package/lib/umd/locale/en-US.js +1 -1
  83. package/lib/umd/locale/es-ES.js +1 -1
  84. package/lib/umd/locale/fa-IR.js +1 -1
  85. package/lib/umd/locale/fr-FR.js +1 -1
  86. package/lib/umd/locale/id-ID.js +1 -1
  87. package/lib/umd/locale/it-IT.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/pl-PL.js +1 -1
  91. package/lib/umd/locale/pt-BR.js +1 -1
  92. package/lib/umd/locale/ru-RU.js +1 -1
  93. package/lib/umd/locale/sk-SK.js +1 -1
  94. package/lib/umd/locale/vi-VN.js +1 -1
  95. package/lib/umd/locale/zh-CN.js +1 -1
  96. package/lib/umd/locale/zh-HK.js +1 -1
  97. package/lib/umd/locale/zh-TW.js +1 -1
  98. package/package.json +18 -17
  99. package/lib/types/view-model/shape-data-model.d.ts +0 -6
  100. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
@@ -1 +1 @@
1
- const _0x47cbe2=_0x3e35;function _0x3e35(_0x33960a,_0x223ca1){_0x33960a=_0x33960a-0x141;const _0x4648f2=_0x4648();let _0x3e357a=_0x4648f2[_0x33960a];return _0x3e357a;}(function(_0x422cb9,_0x5f1ebe){const _0x50c821=_0x3e35,_0x574496=_0x422cb9();while(!![]){try{const _0x13f81b=-parseInt(_0x50c821(0x166))/0x1*(parseInt(_0x50c821(0x160))/0x2)+parseInt(_0x50c821(0x142))/0x3*(-parseInt(_0x50c821(0x156))/0x4)+-parseInt(_0x50c821(0x152))/0x5*(parseInt(_0x50c821(0x148))/0x6)+-parseInt(_0x50c821(0x15b))/0x7*(-parseInt(_0x50c821(0x15d))/0x8)+-parseInt(_0x50c821(0x14d))/0x9*(parseInt(_0x50c821(0x14c))/0xa)+parseInt(_0x50c821(0x141))/0xb*(parseInt(_0x50c821(0x15a))/0xc)+parseInt(_0x50c821(0x14e))/0xd*(parseInt(_0x50c821(0x15f))/0xe);if(_0x13f81b===_0x5f1ebe)break;else _0x574496['push'](_0x574496['shift']());}catch(_0xd47d9){_0x574496['push'](_0x574496['shift']());}}}(_0x4648,0x49ded));const e={'docs-shape-ui':{'title':_0x47cbe2(0x157),'insertShape':_0x47cbe2(0x153),'openPanel':_0x47cbe2(0x144),'deleteShape':_0x47cbe2(0x151),'hidePanel':_0x47cbe2(0x155),'formatShape':'Form\x20formatieren','shapeStyle':_0x47cbe2(0x15c),'shapePosition':_0x47cbe2(0x145),'toggleFlipH':_0x47cbe2(0x143),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':'Links\x2090°\x20drehen','toggleTextVertical':_0x47cbe2(0x15e),'toolbar':{'alignLeft':'Linksbündig','alignCenter':_0x47cbe2(0x162),'alignRight':_0x47cbe2(0x14b),'alignJustify':_0x47cbe2(0x165),'bold':_0x47cbe2(0x149),'italic':_0x47cbe2(0x14a),'underline':_0x47cbe2(0x158),'strikethrough':_0x47cbe2(0x167),'textColor':'Textfarbe','fillColor':_0x47cbe2(0x164),'resetColor':_0x47cbe2(0x147)},'align':{'top':_0x47cbe2(0x161),'middle':'Mittig','bottom':_0x47cbe2(0x163)},'textWrap':{'inline':'Im\x20Textfluss','square':_0x47cbe2(0x159),'topAndBottom':'Oben\x20und\x20unten','behindText':_0x47cbe2(0x154),'inFrontText':_0x47cbe2(0x150)},'crop':{'shape':_0x47cbe2(0x14f)}}};module[_0x47cbe2(0x146)]=e;function _0x4648(){const _0x4d01c7=['298617sTdpCB','Horizontale\x20Spiegelung\x20umschalten','Form-Panel\x20öffnen','Formposition','exports','Reset\x20color','6ZKFCNT','Fett','Kursiv','Rechtsbündig','30IDJLmU','130014xOClNW','832oGOybM','Auf\x20Form\x20zuschneiden','Vor\x20dem\x20Text','Form\x20löschen','896420Mcjnqe','Form\x20einfügen','Hinter\x20dem\x20Text','Form-Panel\x20ausblenden','24fEbtFt','Form','Unterstrichen','Quadratisch','67356hjpIKc','2968861IUzGWV','Formstil','8YJZAKM','Vertikalen\x20Text\x20umschalten','195146yZFqwX','31982raBTVT','Oben\x20bündig','Zentriert','Unten\x20bündig','Texthintergrundfarbe','Blocksatz','23LvlYty','Durchgestrichen','341tCaFwJ'];_0x4648=function(){return _0x4d01c7;};return _0x4648();}
1
+ const _0x3fe05b=_0x2efc;(function(_0x40b721,_0x51151b){const _0x433167=_0x2efc,_0x4ee908=_0x40b721();while(!![]){try{const _0x2e7d73=parseInt(_0x433167(0x1cc))/0x1*(-parseInt(_0x433167(0x1bd))/0x2)+parseInt(_0x433167(0x1bb))/0x3*(-parseInt(_0x433167(0x1cb))/0x4)+parseInt(_0x433167(0x1b8))/0x5+-parseInt(_0x433167(0x1cf))/0x6*(-parseInt(_0x433167(0x1c7))/0x7)+-parseInt(_0x433167(0x1e3))/0x8+-parseInt(_0x433167(0x1df))/0x9+-parseInt(_0x433167(0x1e2))/0xa*(-parseInt(_0x433167(0x1d4))/0xb);if(_0x2e7d73===_0x51151b)break;else _0x4ee908['push'](_0x4ee908['shift']());}catch(_0x4d452d){_0x4ee908['push'](_0x4ee908['shift']());}}}(_0x4c5d,0x68fcf));function _0x2efc(_0x3da1b7,_0x13a2f1){_0x3da1b7=_0x3da1b7-0x1b7;const _0x4c5ddd=_0x4c5d();let _0x2efcd5=_0x4c5ddd[_0x3da1b7];return _0x2efcd5;}function _0x4c5d(){const _0x31a5fb=['Kursiv','Details','Links\x2090°\x20drehen','Weiter\x20nach\x20vorne','5324859ffCwVk','Form\x20einfügen','Oben\x20bündig','10DCHLaY','2127608UEnwBS','Vertikalen\x20Text\x20umschalten','Form-Panel\x20ausblenden','Weiter\x20nach\x20hinten','Durchgestrichen','322780IjfmlI','Vor\x20dem\x20Text','Fett','36KqVzSN','Hinter\x20dem\x20Text','9926jipgUo','Objektname','Anzeigen','Form\x20formatieren','Schließen','Farbe\x20zurücksetzen','Rechtsbündig','Auf\x20Form\x20zuschneiden','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Beschreibung\x20hinzufügen','2830709MBMAxj','Blocksatz','Vertikale\x20Spiegelung\x20umschalten','Form','27112qLKdhr','139yixfpj','Form\x20löschen','Keine\x20Objekte','6bpRIXN','Mittig','exports','Rechts\x2090°\x20drehen','Unten\x20bündig','17488713XYULdg','Oben\x20und\x20unten','Formposition','Beschreibung','Quadratisch','Alle\x20anzeigen','Alle\x20ausblenden'];_0x4c5d=function(){return _0x31a5fb;};return _0x4c5d();}const e={'docs-shape-ui':{'title':_0x3fe05b(0x1ca),'insertShape':_0x3fe05b(0x1e0),'openPanel':'Form-Panel\x20öffnen','deleteShape':_0x3fe05b(0x1cd),'hidePanel':_0x3fe05b(0x1e5),'formatShape':_0x3fe05b(0x1c0),'shapeStyle':'Formstil','shapePosition':_0x3fe05b(0x1d6),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':_0x3fe05b(0x1c9),'rotateRight90':_0x3fe05b(0x1d2),'rotateLeft90':_0x3fe05b(0x1dd),'toggleTextVertical':_0x3fe05b(0x1e4),'objectListPanel':{'title':'Ebenen','open':'Ebenenbereich\x20öffnen','empty':_0x3fe05b(0x1ce),'showAll':_0x3fe05b(0x1d9),'hideAll':_0x3fe05b(0x1da),'show':_0x3fe05b(0x1bf),'hide':'Ausblenden','moveForward':_0x3fe05b(0x1de),'moveBackward':_0x3fe05b(0x1e6),'close':_0x3fe05b(0x1c1),'name':'Name','nameInput':_0x3fe05b(0x1be),'description':_0x3fe05b(0x1d7),'descriptionPlaceholder':_0x3fe05b(0x1c6),'details':_0x3fe05b(0x1dc),'noSelection':_0x3fe05b(0x1c5)},'toolbar':{'alignLeft':'Linksbündig','alignCenter':'Zentriert','alignRight':_0x3fe05b(0x1c3),'alignJustify':_0x3fe05b(0x1c8),'bold':_0x3fe05b(0x1ba),'italic':_0x3fe05b(0x1db),'underline':'Unterstrichen','strikethrough':_0x3fe05b(0x1b7),'textColor':'Textfarbe','fillColor':'Texthintergrundfarbe','resetColor':_0x3fe05b(0x1c2)},'align':{'top':_0x3fe05b(0x1e1),'middle':_0x3fe05b(0x1d0),'bottom':_0x3fe05b(0x1d3)},'textWrap':{'inline':'Im\x20Textfluss','square':_0x3fe05b(0x1d8),'topAndBottom':_0x3fe05b(0x1d5),'behindText':_0x3fe05b(0x1bc),'inFrontText':_0x3fe05b(0x1b9)},'crop':{'shape':_0x3fe05b(0x1c4)}}};module[_0x3fe05b(0x1d1)]=e;
@@ -1 +1 @@
1
- const _0x5ab331=_0x1995;(function(_0x1a3441,_0x570655){const _0x27ac4e=_0x1995,_0xd31b0a=_0x1a3441();while(!![]){try{const _0x4b89cf=-parseInt(_0x27ac4e(0xf9))/0x1*(-parseInt(_0x27ac4e(0xf4))/0x2)+-parseInt(_0x27ac4e(0xf5))/0x3+-parseInt(_0x27ac4e(0xf3))/0x4*(-parseInt(_0x27ac4e(0xde))/0x5)+parseInt(_0x27ac4e(0xdd))/0x6+parseInt(_0x27ac4e(0xf7))/0x7*(-parseInt(_0x27ac4e(0xea))/0x8)+parseInt(_0x27ac4e(0xef))/0x9*(-parseInt(_0x27ac4e(0xe6))/0xa)+parseInt(_0x27ac4e(0xf8))/0xb;if(_0x4b89cf===_0x570655)break;else _0xd31b0a['push'](_0xd31b0a['shift']());}catch(_0x2dab53){_0xd31b0a['push'](_0xd31b0a['shift']());}}}(_0x372f,0xedb56));function _0x1995(_0x3047ed,_0x182469){_0x3047ed=_0x3047ed-0xda;const _0x372f1d=_0x372f();let _0x1995f2=_0x372f1d[_0x3047ed];return _0x1995f2;}const e={'docs-shape-ui':{'title':'Shape','insertShape':_0x5ab331(0xe1),'openPanel':'Open\x20Shape\x20Panel','deleteShape':_0x5ab331(0xed),'hidePanel':_0x5ab331(0xe0),'formatShape':_0x5ab331(0xdf),'shapeStyle':_0x5ab331(0xe4),'shapePosition':_0x5ab331(0xfb),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x5ab331(0xf2),'rotateRight90':_0x5ab331(0xf1),'rotateLeft90':_0x5ab331(0xec),'toggleTextVertical':'Toggle\x20Text\x20Vertical','toolbar':{'alignLeft':_0x5ab331(0xe7),'alignCenter':_0x5ab331(0xee),'alignRight':_0x5ab331(0xfa),'alignJustify':_0x5ab331(0xe8),'bold':'Bold','italic':'Italic','underline':'Underline','strikethrough':_0x5ab331(0xdb),'textColor':_0x5ab331(0xf0),'fillColor':_0x5ab331(0xe2),'resetColor':_0x5ab331(0xeb)},'align':{'top':_0x5ab331(0xe5),'middle':'Align\x20Middle','bottom':'Align\x20Bottom'},'textWrap':{'inline':_0x5ab331(0xdc),'square':'Square','topAndBottom':'Top\x20and\x20Bottom','behindText':_0x5ab331(0xf6),'inFrontText':_0x5ab331(0xe3)},'crop':{'shape':_0x5ab331(0xe9)}}};module[_0x5ab331(0xda)]=e;function _0x372f(){const _0x916a0f=['Align\x20Center','7726743dhZrrG','Text\x20color','Rotate\x20Right\x2090°','Toggle\x20Vertical\x20Flip','4068gOVuwP','6RIZdfN','2416299WCoSot','Behind\x20text','4991jxfAlB','14835678xvNjls','525887zhZRyD','Align\x20Right','Shape\x20Position','exports','Strikethrough','In\x20line\x20with\x20text','4944120XJxZUQ','2925rambzF','Format\x20Shape','Hide\x20Shape\x20Panel','Insert\x20Shape','Text\x20Background\x20color','In\x20front\x20of\x20text','Shape\x20Style','Align\x20Top','20jMRqJo','Align\x20Left','Justify','Crop\x20to\x20Shape','9528tfjkpx','Reset\x20color','Rotate\x20Left\x2090°','Delete\x20Shape'];_0x372f=function(){return _0x916a0f;};return _0x372f();}
1
+ const _0x3f4712=_0xb3d2;(function(_0x575b6b,_0x4a5766){const _0x3489c3=_0xb3d2,_0x5044f9=_0x575b6b();while(!![]){try{const _0x541837=parseInt(_0x3489c3(0xfc))/0x1+-parseInt(_0x3489c3(0xf0))/0x2+parseInt(_0x3489c3(0xf4))/0x3+-parseInt(_0x3489c3(0xe5))/0x4*(-parseInt(_0x3489c3(0xe9))/0x5)+-parseInt(_0x3489c3(0xf2))/0x6+parseInt(_0x3489c3(0xf8))/0x7*(-parseInt(_0x3489c3(0xfd))/0x8)+parseInt(_0x3489c3(0xe7))/0x9*(-parseInt(_0x3489c3(0x108))/0xa);if(_0x541837===_0x4a5766)break;else _0x5044f9['push'](_0x5044f9['shift']());}catch(_0x33b1e7){_0x5044f9['push'](_0x5044f9['shift']());}}}(_0x4e65,0x79fa2));function _0xb3d2(_0x35656f,_0x4be38c){_0x35656f=_0x35656f-0xe0;const _0x4e65f6=_0x4e65();let _0xb3d2e=_0x4e65f6[_0x35656f];return _0xb3d2e;}const e={'docs-shape-ui':{'title':_0x3f4712(0xee),'insertShape':_0x3f4712(0xe0),'openPanel':_0x3f4712(0x107),'deleteShape':_0x3f4712(0x109),'hidePanel':_0x3f4712(0xf7),'formatShape':_0x3f4712(0xeb),'shapeStyle':_0x3f4712(0x104),'shapePosition':_0x3f4712(0xec),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x3f4712(0x10b),'rotateRight90':'Rotate\x20Right\x2090°','rotateLeft90':_0x3f4712(0xf3),'toggleTextVertical':'Toggle\x20Text\x20Vertical','objectListPanel':{'title':_0x3f4712(0x103),'open':'Open\x20Layers\x20Panel','empty':_0x3f4712(0xe6),'showAll':_0x3f4712(0xe3),'hideAll':_0x3f4712(0x101),'show':_0x3f4712(0xea),'hide':_0x3f4712(0xe2),'moveForward':_0x3f4712(0xe4),'moveBackward':_0x3f4712(0xfa),'close':'Close','name':_0x3f4712(0xe8),'nameInput':'Object\x20name','description':'Description','descriptionPlaceholder':_0x3f4712(0x106),'details':_0x3f4712(0xed),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'},'toolbar':{'alignLeft':_0x3f4712(0xf5),'alignCenter':_0x3f4712(0x10c),'alignRight':_0x3f4712(0x105),'alignJustify':'Justify','bold':'Bold','italic':'Italic','underline':_0x3f4712(0xe1),'strikethrough':_0x3f4712(0x102),'textColor':_0x3f4712(0xef),'fillColor':_0x3f4712(0xfb),'resetColor':_0x3f4712(0x10d)},'align':{'top':_0x3f4712(0xf6),'middle':_0x3f4712(0xf1),'bottom':_0x3f4712(0x10a)},'textWrap':{'inline':_0x3f4712(0x100),'square':'Square','topAndBottom':'Top\x20and\x20Bottom','behindText':_0x3f4712(0x10e),'inFrontText':_0x3f4712(0xfe)},'crop':{'shape':_0x3f4712(0xff)}}};function _0x4e65(){const _0x39e389=['1161349REPHbY','exports','Send\x20Backward','Text\x20Background\x20color','694514qXRuih','16QMxqUc','In\x20front\x20of\x20text','Crop\x20to\x20Shape','In\x20line\x20with\x20text','Hide\x20All','Strikethrough','Layers','Shape\x20Style','Align\x20Right','Add\x20description','Open\x20Shape\x20Panel','10NwTdVn','Delete\x20Shape','Align\x20Bottom','Toggle\x20Vertical\x20Flip','Align\x20Center','Reset\x20color','Behind\x20text','Insert\x20Shape','Underline','Hide','Show\x20All','Bring\x20Forward','20jQXUqV','No\x20objects','4387167sGINmc','Name','313045MzQkQi','Show','Format\x20Shape','Shape\x20Position','Details','Shape','Text\x20color','704194boroAk','Align\x20Middle','1548720aEAljX','Rotate\x20Left\x2090°','2764659aSOoFT','Align\x20Left','Align\x20Top','Hide\x20Shape\x20Panel'];_0x4e65=function(){return _0x39e389;};return _0x4e65();}module[_0x3f4712(0xf9)]=e;
@@ -1 +1 @@
1
- function _0x441c(){const _0xc2b797=['2322474EXRSDr','Alternar\x20volteo\x20vertical','Rotar\x2090°\x20a\x20la\x20derecha','Reset\x20color','Alinear\x20a\x20la\x20izquierda','Ocultar\x20panel\x20de\x20formas','1457105ifzTgb','8xgDffH','Cursiva','Forma','1332zJTXIh','Alinear\x20a\x20la\x20derecha','Rotar\x2090°\x20a\x20la\x20izquierda','Insertar\x20forma','8594839qIPPDi','Subrayado','Alinear\x20al\x20medio','78gavhti','289296qToLQl','Alternar\x20texto\x20vertical','Recortar\x20a\x20forma','exports','Detrás\x20del\x20texto','Eliminar\x20forma','Estilo\x20de\x20forma','Tachado','Abrir\x20panel\x20de\x20formas','2207884rrjmQi','Alternar\x20volteo\x20horizontal','18741ZVaHHk','10OhFKyx','Arriba\x20y\x20abajo','Posición\x20de\x20forma','Color\x20de\x20texto','6183HfZeRO'];_0x441c=function(){return _0xc2b797;};return _0x441c();}const _0x3ee620=_0x4414;(function(_0x44517f,_0x1c83f1){const _0x4b08c1=_0x4414,_0x5f3142=_0x44517f();while(!![]){try{const _0x431e78=-parseInt(_0x4b08c1(0x145))/0x1*(-parseInt(_0x4b08c1(0x139))/0x2)+-parseInt(_0x4b08c1(0x14a))/0x3*(parseInt(_0x4b08c1(0x132))/0x4)+parseInt(_0x4b08c1(0x12e))/0x5+-parseInt(_0x4b08c1(0x14b))/0x6+-parseInt(_0x4b08c1(0x143))/0x7*(parseInt(_0x4b08c1(0x12f))/0x8)+-parseInt(_0x4b08c1(0x13a))/0x9+parseInt(_0x4b08c1(0x146))/0xa*(parseInt(_0x4b08c1(0x136))/0xb);if(_0x431e78===_0x1c83f1)break;else _0x5f3142['push'](_0x5f3142['shift']());}catch(_0x325133){_0x5f3142['push'](_0x5f3142['shift']());}}}(_0x441c,0x5d701));function _0x4414(_0xe015a0,_0x1ec453){_0xe015a0=_0xe015a0-0x129;const _0x441c74=_0x441c();let _0x4414bc=_0x441c74[_0xe015a0];return _0x4414bc;}const e={'docs-shape-ui':{'title':_0x3ee620(0x131),'insertShape':_0x3ee620(0x135),'openPanel':_0x3ee620(0x142),'deleteShape':_0x3ee620(0x13f),'hidePanel':_0x3ee620(0x12d),'formatShape':'Formato\x20de\x20forma','shapeStyle':_0x3ee620(0x140),'shapePosition':_0x3ee620(0x148),'toggleFlipH':_0x3ee620(0x144),'toggleFlipV':_0x3ee620(0x129),'rotateRight90':_0x3ee620(0x12a),'rotateLeft90':_0x3ee620(0x134),'toggleTextVertical':_0x3ee620(0x13b),'toolbar':{'alignLeft':_0x3ee620(0x12c),'alignCenter':'Centrar','alignRight':_0x3ee620(0x133),'alignJustify':'Justificar','bold':'Negrita','italic':_0x3ee620(0x130),'underline':_0x3ee620(0x137),'strikethrough':_0x3ee620(0x141),'textColor':_0x3ee620(0x149),'fillColor':'Color\x20de\x20fondo\x20de\x20texto','resetColor':_0x3ee620(0x12b)},'align':{'top':'Alinear\x20arriba','middle':_0x3ee620(0x138),'bottom':'Alinear\x20abajo'},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':'Cuadrado','topAndBottom':_0x3ee620(0x147),'behindText':_0x3ee620(0x13e),'inFrontText':'Delante\x20del\x20texto'},'crop':{'shape':_0x3ee620(0x13c)}}};module[_0x3ee620(0x13d)]=e;
1
+ const _0x4b2e30=_0x4024;function _0x4024(_0x3da019,_0x448cd5){_0x3da019=_0x3da019-0x136;const _0x4e68a9=_0x4e68();let _0x402452=_0x4e68a9[_0x3da019];return _0x402452;}(function(_0x50ee67,_0x12acbf){const _0x1b4a2a=_0x4024,_0x238276=_0x50ee67();while(!![]){try{const _0x327dc1=-parseInt(_0x1b4a2a(0x166))/0x1*(parseInt(_0x1b4a2a(0x156))/0x2)+parseInt(_0x1b4a2a(0x137))/0x3*(parseInt(_0x1b4a2a(0x148))/0x4)+parseInt(_0x1b4a2a(0x164))/0x5+parseInt(_0x1b4a2a(0x138))/0x6*(-parseInt(_0x1b4a2a(0x161))/0x7)+-parseInt(_0x1b4a2a(0x15f))/0x8+parseInt(_0x1b4a2a(0x152))/0x9+-parseInt(_0x1b4a2a(0x13d))/0xa;if(_0x327dc1===_0x12acbf)break;else _0x238276['push'](_0x238276['shift']());}catch(_0x42f1d4){_0x238276['push'](_0x238276['shift']());}}}(_0x4e68,0x615b1));const e={'docs-shape-ui':{'title':_0x4b2e30(0x168),'insertShape':_0x4b2e30(0x167),'openPanel':_0x4b2e30(0x14c),'deleteShape':'Eliminar\x20forma','hidePanel':_0x4b2e30(0x165),'formatShape':_0x4b2e30(0x158),'shapeStyle':_0x4b2e30(0x140),'shapePosition':_0x4b2e30(0x145),'toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x4b2e30(0x15c),'rotateRight90':_0x4b2e30(0x143),'rotateLeft90':_0x4b2e30(0x149),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':_0x4b2e30(0x141),'open':_0x4b2e30(0x162),'empty':_0x4b2e30(0x142),'showAll':_0x4b2e30(0x146),'hideAll':_0x4b2e30(0x136),'show':_0x4b2e30(0x15d),'hide':_0x4b2e30(0x14b),'moveForward':'Traer\x20adelante','moveBackward':_0x4b2e30(0x14a),'close':'Cerrar','name':_0x4b2e30(0x160),'nameInput':_0x4b2e30(0x13c),'description':'Descripción','descriptionPlaceholder':'Agregar\x20descripción','details':_0x4b2e30(0x13e),'noSelection':_0x4b2e30(0x14e)},'toolbar':{'alignLeft':_0x4b2e30(0x147),'alignCenter':_0x4b2e30(0x14f),'alignRight':_0x4b2e30(0x15a),'alignJustify':_0x4b2e30(0x144),'bold':_0x4b2e30(0x154),'italic':_0x4b2e30(0x13a),'underline':_0x4b2e30(0x157),'strikethrough':_0x4b2e30(0x153),'textColor':_0x4b2e30(0x139),'fillColor':_0x4b2e30(0x155),'resetColor':_0x4b2e30(0x15b)},'align':{'top':_0x4b2e30(0x151),'middle':_0x4b2e30(0x13b),'bottom':_0x4b2e30(0x159)},'textWrap':{'inline':_0x4b2e30(0x150),'square':_0x4b2e30(0x13f),'topAndBottom':_0x4b2e30(0x14d),'behindText':'Detrás\x20del\x20texto','inFrontText':'Delante\x20del\x20texto'},'crop':{'shape':_0x4b2e30(0x163)}}};function _0x4e68(){const _0x38e245=['Negrita','Color\x20de\x20fondo\x20de\x20texto','2ZdNwAh','Subrayado','Formato\x20de\x20forma','Alinear\x20abajo','Alinear\x20a\x20la\x20derecha','Restablecer\x20color','Alternar\x20volteo\x20vertical','Mostrar','exports','844744siWDqK','Nombre','1296505RsTRCN','Abrir\x20panel\x20de\x20capas','Recortar\x20a\x20forma','3734975LptYfn','Ocultar\x20panel\x20de\x20formas','184916HbRpaI','Insertar\x20forma','Forma','Ocultar\x20todo','36uzgiPe','18EzWJDE','Color\x20de\x20texto','Cursiva','Alinear\x20al\x20medio','Nombre\x20del\x20objeto','9914950diqjfW','Detalles','Cuadrado','Estilo\x20de\x20forma','Capas','Sin\x20objetos','Rotar\x2090°\x20a\x20la\x20derecha','Justificar','Posición\x20de\x20forma','Mostrar\x20todo','Alinear\x20a\x20la\x20izquierda','238724EDwcRs','Rotar\x2090°\x20a\x20la\x20izquierda','Enviar\x20atrás','Ocultar','Abrir\x20panel\x20de\x20formas','Arriba\x20y\x20abajo','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Centrar','En\x20línea\x20con\x20el\x20texto','Alinear\x20arriba','6959259YVpLiP','Tachado'];_0x4e68=function(){return _0x38e245;};return _0x4e68();}module[_0x4b2e30(0x15e)]=e;
@@ -1 +1 @@
1
- const _0x42304e=_0x416a;(function(_0x5e88a9,_0x447d07){const _0x1bfb51=_0x416a,_0x44be99=_0x5e88a9();while(!![]){try{const _0x4098bc=-parseInt(_0x1bfb51(0x1c9))/0x1*(parseInt(_0x1bfb51(0x1d0))/0x2)+-parseInt(_0x1bfb51(0x1c8))/0x3*(parseInt(_0x1bfb51(0x1de))/0x4)+parseInt(_0x1bfb51(0x1cf))/0x5+-parseInt(_0x1bfb51(0x1e2))/0x6+-parseInt(_0x1bfb51(0x1d6))/0x7*(-parseInt(_0x1bfb51(0x1dd))/0x8)+-parseInt(_0x1bfb51(0x1e1))/0x9*(parseInt(_0x1bfb51(0x1db))/0xa)+parseInt(_0x1bfb51(0x1d7))/0xb;if(_0x4098bc===_0x447d07)break;else _0x44be99['push'](_0x44be99['shift']());}catch(_0xda67b3){_0x44be99['push'](_0x44be99['shift']());}}}(_0x1bfa,0x8841f));function _0x416a(_0x97ea39,_0x5dcf7c){_0x97ea39=_0x97ea39-0x1c5;const _0x1bfa89=_0x1bfa();let _0x416a62=_0x1bfa89[_0x97ea39];return _0x416a62;}function _0x1bfa(){const _0x34fa15=['تغییر\x20وضعیت\x20چرخش\x20افقی','بالا\x20و\x20پایین','7sWcQGq','27790851RaibZZ','کراپ\x20به\x20شکل','در\x20یک\x20خط\x20با\x20متن','مخفی\x20کردن\x20پنل\x20شکل‌ها','594250ACRFIg','سبک\x20شکل','876696fYeZJU','9076JpUKXS','تراز\x20راست','تراز\x20پایین','153dGTuxe','6093606OcJRLe','پررنگ','چرخش\x20۹۰\x20درجه\x20به\x20راست','تراز\x20وسط','تراز\x20چپ','خط‌دار','پشت\x20متن','باز\x20کردن\x20پنل\x20شکل‌ها','موقعیت\x20شکل','مربع','تغییر\x20وضعیت\x20چرخش\x20عمودی','42QzHmmx','899gAveln','Reset\x20color','خط‌کشی','رنگ\x20متن','رنگ\x20پس‌زمینه\x20متن','exports','4586660MdNORE','2086DJaGls','چرخش\x20۹۰\x20درجه\x20به\x20چپ','توجیه','قالب‌بندی\x20شکل'];_0x1bfa=function(){return _0x34fa15;};return _0x1bfa();}const e={'docs-shape-ui':{'title':'شکل','insertShape':'درج\x20شکل','openPanel':_0x42304e(0x1e9),'deleteShape':'حذف\x20شکل','hidePanel':_0x42304e(0x1da),'formatShape':_0x42304e(0x1d3),'shapeStyle':_0x42304e(0x1dc),'shapePosition':_0x42304e(0x1c5),'toggleFlipH':_0x42304e(0x1d4),'toggleFlipV':_0x42304e(0x1c7),'rotateRight90':_0x42304e(0x1e4),'rotateLeft90':_0x42304e(0x1d1),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','toolbar':{'alignLeft':_0x42304e(0x1e6),'alignCenter':_0x42304e(0x1e5),'alignRight':_0x42304e(0x1df),'alignJustify':_0x42304e(0x1d2),'bold':_0x42304e(0x1e3),'italic':'ایتالیک','underline':_0x42304e(0x1cb),'strikethrough':_0x42304e(0x1e7),'textColor':_0x42304e(0x1cc),'fillColor':_0x42304e(0x1cd),'resetColor':_0x42304e(0x1ca)},'align':{'top':'تراز\x20بالا','middle':_0x42304e(0x1e5),'bottom':_0x42304e(0x1e0)},'textWrap':{'inline':_0x42304e(0x1d9),'square':_0x42304e(0x1c6),'topAndBottom':_0x42304e(0x1d5),'behindText':_0x42304e(0x1e8),'inFrontText':'جلوی\x20متن'},'crop':{'shape':_0x42304e(0x1d8)}}};module[_0x42304e(0x1ce)]=e;
1
+ const _0x10d02f=_0x2d15;(function(_0x46b204,_0x3bb351){const _0x3495b5=_0x2d15,_0x461e8e=_0x46b204();while(!![]){try{const _0x45ce82=parseInt(_0x3495b5(0x1e0))/0x1*(parseInt(_0x3495b5(0x1e5))/0x2)+parseInt(_0x3495b5(0x1de))/0x3+-parseInt(_0x3495b5(0x1c3))/0x4+-parseInt(_0x3495b5(0x1db))/0x5*(parseInt(_0x3495b5(0x1c8))/0x6)+parseInt(_0x3495b5(0x1d4))/0x7*(parseInt(_0x3495b5(0x1e6))/0x8)+-parseInt(_0x3495b5(0x1d6))/0x9+parseInt(_0x3495b5(0x1cc))/0xa*(parseInt(_0x3495b5(0x1da))/0xb);if(_0x45ce82===_0x3bb351)break;else _0x461e8e['push'](_0x461e8e['shift']());}catch(_0xfbd732){_0x461e8e['push'](_0x461e8e['shift']());}}}(_0x3156,0x9fa54));function _0x3156(){const _0x4fc46b=['پنهان\x20کردن\x20همه','عقب\x20بردن','تراز\x20بالا','ایتالیک','توضیحات','نمایش','قالب‌بندی\x20شکل','5188652eSNWWf','پنهان\x20کردن','مربع','تغییر\x20وضعیت\x20چرخش\x20عمودی','رنگ\x20متن','6kDUUUe','هیچ\x20شیئی\x20وجود\x20ندارد','کراپ\x20به\x20شکل','باز\x20کردن\x20پنل\x20لایه‌ها','456230SbiUAA','خط‌دار','بازنشانی\x20رنگ','توضیحی\x20اضافه\x20کنید','در\x20یک\x20خط\x20با\x20متن','نمایش\x20همه','exports','نام\x20شیء','28DGYCJE','جزئیات','11200383nUBDXw','بالا\x20و\x20پایین','چرخش\x20۹۰\x20درجه\x20به\x20راست','لایه‌ها','473fMdngX','4006495sydapW','توجیه','نام','2096118UUBlmj','درج\x20شکل','97TOIfpE','پررنگ','تراز\x20وسط','پشت\x20متن','موقعیت\x20شکل','6684EvzrFv','2024376mmYlGQ','تغییر\x20وضعیت\x20متن\x20عمودی','مخفی\x20کردن\x20پنل\x20شکل‌ها','چرخش\x20۹۰\x20درجه\x20به\x20چپ','شکل'];_0x3156=function(){return _0x4fc46b;};return _0x3156();}function _0x2d15(_0x5db53d,_0x45e55d){_0x5db53d=_0x5db53d-0x1b8;const _0x31562c=_0x3156();let _0x2d150a=_0x31562c[_0x5db53d];return _0x2d150a;}const e={'docs-shape-ui':{'title':_0x10d02f(0x1bb),'insertShape':_0x10d02f(0x1df),'openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':'حذف\x20شکل','hidePanel':_0x10d02f(0x1b9),'formatShape':_0x10d02f(0x1c2),'shapeStyle':'سبک\x20شکل','shapePosition':_0x10d02f(0x1e4),'toggleFlipH':'تغییر\x20وضعیت\x20چرخش\x20افقی','toggleFlipV':_0x10d02f(0x1c6),'rotateRight90':_0x10d02f(0x1d8),'rotateLeft90':_0x10d02f(0x1ba),'toggleTextVertical':_0x10d02f(0x1b8),'objectListPanel':{'title':_0x10d02f(0x1d9),'open':_0x10d02f(0x1cb),'empty':_0x10d02f(0x1c9),'showAll':_0x10d02f(0x1d1),'hideAll':_0x10d02f(0x1bc),'show':_0x10d02f(0x1c1),'hide':_0x10d02f(0x1c4),'moveForward':'جلو\x20آوردن','moveBackward':_0x10d02f(0x1bd),'close':'بستن','name':_0x10d02f(0x1dd),'nameInput':_0x10d02f(0x1d3),'description':_0x10d02f(0x1c0),'descriptionPlaceholder':_0x10d02f(0x1cf),'details':_0x10d02f(0x1d5),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید'},'toolbar':{'alignLeft':'تراز\x20چپ','alignCenter':_0x10d02f(0x1e2),'alignRight':'تراز\x20راست','alignJustify':_0x10d02f(0x1dc),'bold':_0x10d02f(0x1e1),'italic':_0x10d02f(0x1bf),'underline':'خط‌کشی','strikethrough':_0x10d02f(0x1cd),'textColor':_0x10d02f(0x1c7),'fillColor':'رنگ\x20پس‌زمینه\x20متن','resetColor':_0x10d02f(0x1ce)},'align':{'top':_0x10d02f(0x1be),'middle':_0x10d02f(0x1e2),'bottom':'تراز\x20پایین'},'textWrap':{'inline':_0x10d02f(0x1d0),'square':_0x10d02f(0x1c5),'topAndBottom':_0x10d02f(0x1d7),'behindText':_0x10d02f(0x1e3),'inFrontText':'جلوی\x20متن'},'crop':{'shape':_0x10d02f(0x1ca)}}};module[_0x10d02f(0x1d2)]=e;
@@ -1 +1 @@
1
- const _0x125fbe=_0x5850;(function(_0xdc0f8,_0x42ccd8){const _0x3c2020=_0x5850,_0x18e904=_0xdc0f8();while(!![]){try{const _0x4d028f=-parseInt(_0x3c2020(0x7e))/0x1*(-parseInt(_0x3c2020(0x88))/0x2)+parseInt(_0x3c2020(0x7b))/0x3*(-parseInt(_0x3c2020(0x72))/0x4)+-parseInt(_0x3c2020(0x95))/0x5*(-parseInt(_0x3c2020(0x8a))/0x6)+parseInt(_0x3c2020(0x78))/0x7*(-parseInt(_0x3c2020(0x90))/0x8)+parseInt(_0x3c2020(0x96))/0x9+-parseInt(_0x3c2020(0x79))/0xa+parseInt(_0x3c2020(0x82))/0xb*(parseInt(_0x3c2020(0x7d))/0xc);if(_0x4d028f===_0x42ccd8)break;else _0x18e904['push'](_0x18e904['shift']());}catch(_0x32c7ea){_0x18e904['push'](_0x18e904['shift']());}}}(_0x6a76,0x8ee8c));function _0x6a76(){const _0x12248d=['151494bKXtPG','Masquer\x20le\x20panneau\x20des\x20formes','Basculer\x20le\x20retournement\x20horizontal','Devant\x20le\x20texte','Style\x20de\x20la\x20forme','Aligner\x20en\x20bas','808bXxULv','Carré','Aligné\x20avec\x20le\x20texte','Souligné','Rogner\x20à\x20la\x20forme','130QFwPmp','5461839TNtcBt','16012dzLDHr','Reset\x20color','Format\x20de\x20la\x20forme','Pivoter\x20à\x20gauche\x20de\x2090°','Aligner\x20en\x20haut','Pivoter\x20à\x20droite\x20de\x2090°','58198TbuQoW','801290Jjicsp','Gras','519ZAsYWq','Insérer\x20une\x20forme','12hSrWnh','742zUHPUQ','Aligner\x20au\x20milieu','Basculer\x20le\x20texte\x20vertical','Basculer\x20le\x20retournement\x20vertical','4491245GQoRKP','Aligner\x20à\x20gauche','Couleur\x20de\x20fond\x20du\x20texte','Aligner\x20au\x20centre','Italique','Barré','1418qOvQcB','Justifier'];_0x6a76=function(){return _0x12248d;};return _0x6a76();}function _0x5850(_0xf8c45f,_0x3ce630){_0xf8c45f=_0xf8c45f-0x72;const _0x6a762a=_0x6a76();let _0x585016=_0x6a762a[_0xf8c45f];return _0x585016;}const e={'docs-shape-ui':{'title':'Forme','insertShape':_0x125fbe(0x7c),'openPanel':'Ouvrir\x20le\x20panneau\x20des\x20formes','deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x125fbe(0x8b),'formatShape':_0x125fbe(0x74),'shapeStyle':_0x125fbe(0x8e),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0x125fbe(0x8c),'toggleFlipV':_0x125fbe(0x81),'rotateRight90':_0x125fbe(0x77),'rotateLeft90':_0x125fbe(0x75),'toggleTextVertical':_0x125fbe(0x80),'toolbar':{'alignLeft':_0x125fbe(0x83),'alignCenter':_0x125fbe(0x85),'alignRight':'Aligner\x20à\x20droite','alignJustify':_0x125fbe(0x89),'bold':_0x125fbe(0x7a),'italic':_0x125fbe(0x86),'underline':_0x125fbe(0x93),'strikethrough':_0x125fbe(0x87),'textColor':'Couleur\x20du\x20texte','fillColor':_0x125fbe(0x84),'resetColor':_0x125fbe(0x73)},'align':{'top':_0x125fbe(0x76),'middle':_0x125fbe(0x7f),'bottom':_0x125fbe(0x8f)},'textWrap':{'inline':_0x125fbe(0x92),'square':_0x125fbe(0x91),'topAndBottom':'Haut\x20et\x20bas','behindText':'Derrière\x20le\x20texte','inFrontText':_0x125fbe(0x8d)},'crop':{'shape':_0x125fbe(0x94)}}};module['exports']=e;
1
+ function _0x40ad(){const _0x115fcf=['Afficher','Couleur\x20de\x20fond\x20du\x20texte','Description','Aligner\x20au\x20centre','Basculer\x20le\x20retournement\x20vertical','Souligné','Masquer','Tout\x20masquer','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Supprimer\x20la\x20forme','Aligner\x20à\x20droite','104wTHSmK','3DVbGEc','Aligner\x20en\x20haut','2990442SQnDwe','Avancer','exports','Calques','Pivoter\x20à\x20droite\x20de\x2090°','Masquer\x20le\x20panneau\x20des\x20formes','607088Shcafb','Aligner\x20en\x20bas','Barré','Insérer\x20une\x20forme','2697136btYUTy','459024xFcvts','Format\x20de\x20la\x20forme','Ajouter\x20une\x20description','Reculer','Fermer','392832dZSYbJ','Pivoter\x20à\x20gauche\x20de\x2090°','23900RAcGWo','Aligné\x20avec\x20le\x20texte','Tout\x20afficher','Ouvrir\x20le\x20panneau\x20des\x20calques','Aucun\x20objet','9069975ZWvdPG','Ouvrir\x20le\x20panneau\x20des\x20formes','Couleur\x20du\x20texte','Réinitialiser\x20la\x20couleur','Carré','Haut\x20et\x20bas'];_0x40ad=function(){return _0x115fcf;};return _0x40ad();}const _0xd41cd4=_0x3912;(function(_0x491658,_0x3f068c){const _0x2f4690=_0x3912,_0x9fc0ca=_0x491658();while(!![]){try{const _0x582ce8=parseInt(_0x2f4690(0x15b))/0x1+parseInt(_0x2f4690(0x156))/0x2*(-parseInt(_0x2f4690(0x14e))/0x3)+-parseInt(_0x2f4690(0x14d))/0x4*(parseInt(_0x2f4690(0x162))/0x5)+parseInt(_0x2f4690(0x160))/0x6+-parseInt(_0x2f4690(0x150))/0x7+-parseInt(_0x2f4690(0x15a))/0x8+parseInt(_0x2f4690(0x167))/0x9;if(_0x582ce8===_0x3f068c)break;else _0x9fc0ca['push'](_0x9fc0ca['shift']());}catch(_0x5d4a54){_0x9fc0ca['push'](_0x9fc0ca['shift']());}}}(_0x40ad,0x53083));const e={'docs-shape-ui':{'title':'Forme','insertShape':_0xd41cd4(0x159),'openPanel':_0xd41cd4(0x168),'deleteShape':_0xd41cd4(0x14b),'hidePanel':_0xd41cd4(0x155),'formatShape':_0xd41cd4(0x15c),'shapeStyle':'Style\x20de\x20la\x20forme','shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0xd41cd4(0x146),'rotateRight90':_0xd41cd4(0x154),'rotateLeft90':_0xd41cd4(0x161),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0xd41cd4(0x153),'open':_0xd41cd4(0x165),'empty':_0xd41cd4(0x166),'showAll':_0xd41cd4(0x164),'hideAll':_0xd41cd4(0x149),'show':_0xd41cd4(0x142),'hide':_0xd41cd4(0x148),'moveForward':_0xd41cd4(0x151),'moveBackward':_0xd41cd4(0x15e),'close':_0xd41cd4(0x15f),'name':'Nom','nameInput':'Nom\x20de\x20l’objet','description':_0xd41cd4(0x144),'descriptionPlaceholder':_0xd41cd4(0x15d),'details':'Détails','noSelection':_0xd41cd4(0x14a)},'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0xd41cd4(0x145),'alignRight':_0xd41cd4(0x14c),'alignJustify':'Justifier','bold':'Gras','italic':'Italique','underline':_0xd41cd4(0x147),'strikethrough':_0xd41cd4(0x158),'textColor':_0xd41cd4(0x169),'fillColor':_0xd41cd4(0x143),'resetColor':_0xd41cd4(0x16a)},'align':{'top':_0xd41cd4(0x14f),'middle':'Aligner\x20au\x20milieu','bottom':_0xd41cd4(0x157)},'textWrap':{'inline':_0xd41cd4(0x163),'square':_0xd41cd4(0x140),'topAndBottom':_0xd41cd4(0x141),'behindText':'Derrière\x20le\x20texte','inFrontText':'Devant\x20le\x20texte'},'crop':{'shape':'Rogner\x20à\x20la\x20forme'}}};function _0x3912(_0xb03553,_0x36d2f0){_0xb03553=_0xb03553-0x140;const _0x40adc6=_0x40ad();let _0x39123a=_0x40adc6[_0xb03553];return _0x39123a;}module[_0xd41cd4(0x152)]=e;
@@ -1 +1 @@
1
- function _0x2978(_0x57f5e8,_0x5dd882){_0x57f5e8=_0x57f5e8-0xc9;const _0x3be9a8=_0x3be9();let _0x2978c2=_0x3be9a8[_0x57f5e8];return _0x2978c2;}const _0xa59c4a=_0x2978;function _0x3be9(){const _0x53a89f=['2836920yyXMiJ','Di\x20depan\x20teks','Sisipkan\x20Bentuk','Balik\x20Vertikal','Rata\x20Kanan','3HQdCuI','Garis\x20bawah','Posisi\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','Format\x20Bentuk','Putar\x20Kiri\x2090°','4637084JTlIup','Pangkas\x20ke\x20Bentuk','40wKnhkj','Bentuk','Hapus\x20Bentuk','exports','Di\x20belakang\x20teks','559722BchbFL','Coret','Rata\x20Kanan\x20Kiri','Rata\x20Kiri','Rata\x20Bawah','Sejajar\x20dengan\x20teks','9692564ImSkLC','Tebal','Buka\x20Panel\x20Bentuk','Putar\x20Kanan\x2090°','37161IgJukE','Balik\x20Horizontal','Warna\x20teks','Ubah\x20Teks\x20Vertikal','376bvgdwq','19835860xxsvOL','996752hTtUpv','Warna\x20latar\x20teks','Gaya\x20Bentuk'];_0x3be9=function(){return _0x53a89f;};return _0x3be9();}(function(_0x568a3b,_0x20c873){const _0x3e7e3a=_0x2978,_0xd4130d=_0x568a3b();while(!![]){try{const _0x480249=parseInt(_0x3e7e3a(0xe8))/0x1+-parseInt(_0x3e7e3a(0xeb))/0x2+parseInt(_0x3e7e3a(0xcb))/0x3*(parseInt(_0x3e7e3a(0xd1))/0x4)+-parseInt(_0x3e7e3a(0xd3))/0x5*(parseInt(_0x3e7e3a(0xd8))/0x6)+-parseInt(_0x3e7e3a(0xde))/0x7+-parseInt(_0x3e7e3a(0xe6))/0x8*(-parseInt(_0x3e7e3a(0xe2))/0x9)+parseInt(_0x3e7e3a(0xe7))/0xa;if(_0x480249===_0x20c873)break;else _0xd4130d['push'](_0xd4130d['shift']());}catch(_0x352ce6){_0xd4130d['push'](_0xd4130d['shift']());}}}(_0x3be9,0xbf788));const e={'docs-shape-ui':{'title':_0xa59c4a(0xd4),'insertShape':_0xa59c4a(0xed),'openPanel':_0xa59c4a(0xe0),'deleteShape':_0xa59c4a(0xd5),'hidePanel':_0xa59c4a(0xce),'formatShape':_0xa59c4a(0xcf),'shapeStyle':_0xa59c4a(0xea),'shapePosition':_0xa59c4a(0xcd),'toggleFlipH':_0xa59c4a(0xe3),'toggleFlipV':_0xa59c4a(0xc9),'rotateRight90':_0xa59c4a(0xe1),'rotateLeft90':_0xa59c4a(0xd0),'toggleTextVertical':_0xa59c4a(0xe5),'toolbar':{'alignLeft':_0xa59c4a(0xdb),'alignCenter':'Rata\x20Tengah','alignRight':_0xa59c4a(0xca),'alignJustify':_0xa59c4a(0xda),'bold':_0xa59c4a(0xdf),'italic':'Miring','underline':_0xa59c4a(0xcc),'strikethrough':_0xa59c4a(0xd9),'textColor':_0xa59c4a(0xe4),'fillColor':_0xa59c4a(0xe9),'resetColor':'Reset\x20color'},'align':{'top':'Rata\x20Atas','middle':'Rata\x20Tengah','bottom':_0xa59c4a(0xdc)},'textWrap':{'inline':_0xa59c4a(0xdd),'square':'Kotak','topAndBottom':'Atas\x20dan\x20Bawah','behindText':_0xa59c4a(0xd7),'inFrontText':_0xa59c4a(0xec)},'crop':{'shape':_0xa59c4a(0xd2)}}};module[_0xa59c4a(0xd6)]=e;
1
+ const _0x156ea5=_0x6a00;(function(_0x1a1406,_0x5d7018){const _0x4c29f4=_0x6a00,_0x869fc=_0x1a1406();while(!![]){try{const _0xde1621=-parseInt(_0x4c29f4(0x18b))/0x1+parseInt(_0x4c29f4(0x193))/0x2*(parseInt(_0x4c29f4(0x18a))/0x3)+parseInt(_0x4c29f4(0x19b))/0x4*(-parseInt(_0x4c29f4(0x199))/0x5)+-parseInt(_0x4c29f4(0x185))/0x6+parseInt(_0x4c29f4(0x179))/0x7+-parseInt(_0x4c29f4(0x196))/0x8+parseInt(_0x4c29f4(0x1a0))/0x9*(parseInt(_0x4c29f4(0x175))/0xa);if(_0xde1621===_0x5d7018)break;else _0x869fc['push'](_0x869fc['shift']());}catch(_0x182a6c){_0x869fc['push'](_0x869fc['shift']());}}}(_0x37fe,0x9c816));const e={'docs-shape-ui':{'title':_0x156ea5(0x197),'insertShape':_0x156ea5(0x181),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x156ea5(0x182),'hidePanel':_0x156ea5(0x17c),'formatShape':_0x156ea5(0x191),'shapeStyle':_0x156ea5(0x19a),'shapePosition':_0x156ea5(0x189),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':'Balik\x20Vertikal','rotateRight90':_0x156ea5(0x198),'rotateLeft90':_0x156ea5(0x17e),'toggleTextVertical':_0x156ea5(0x180),'objectListPanel':{'title':_0x156ea5(0x190),'open':_0x156ea5(0x18f),'empty':_0x156ea5(0x183),'showAll':'Tampilkan\x20semua','hideAll':_0x156ea5(0x178),'show':'Tampilkan','hide':'Sembunyikan','moveForward':_0x156ea5(0x188),'moveBackward':'Kirim\x20ke\x20belakang','close':_0x156ea5(0x187),'name':_0x156ea5(0x195),'nameInput':_0x156ea5(0x177),'description':_0x156ea5(0x17a),'descriptionPlaceholder':_0x156ea5(0x19c),'details':_0x156ea5(0x19f),'noSelection':_0x156ea5(0x19e)},'toolbar':{'alignLeft':_0x156ea5(0x186),'alignCenter':_0x156ea5(0x184),'alignRight':'Rata\x20Kanan','alignJustify':_0x156ea5(0x17b),'bold':'Tebal','italic':_0x156ea5(0x17f),'underline':'Garis\x20bawah','strikethrough':'Coret','textColor':_0x156ea5(0x176),'fillColor':'Warna\x20latar\x20teks','resetColor':_0x156ea5(0x174)},'align':{'top':_0x156ea5(0x19d),'middle':_0x156ea5(0x184),'bottom':_0x156ea5(0x18c)},'textWrap':{'inline':_0x156ea5(0x18e),'square':_0x156ea5(0x194),'topAndBottom':_0x156ea5(0x192),'behindText':'Di\x20belakang\x20teks','inFrontText':'Di\x20depan\x20teks'},'crop':{'shape':_0x156ea5(0x17d)}}};function _0x6a00(_0x5cbe80,_0x6df66f){_0x5cbe80=_0x5cbe80-0x174;const _0x37fe51=_0x37fe();let _0x6a00f7=_0x37fe51[_0x5cbe80];return _0x6a00f7;}module[_0x156ea5(0x18d)]=e;function _0x37fe(){const _0x52d4d9=['5630976BYdgyA','Bentuk','Putar\x20Kanan\x2090°','4145285vLmNLi','Gaya\x20Bentuk','4zpOrqv','Tambahkan\x20deskripsi','Rata\x20Atas','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Detail','3978495RNXSHI','Atur\x20ulang\x20warna','60wCLHrv','Warna\x20teks','Nama\x20objek','Sembunyikan\x20semua','7236418DrVhFC','Deskripsi','Rata\x20Kanan\x20Kiri','Sembunyikan\x20Panel\x20Bentuk','Pangkas\x20ke\x20Bentuk','Putar\x20Kiri\x2090°','Miring','Ubah\x20Teks\x20Vertikal','Sisipkan\x20Bentuk','Hapus\x20Bentuk','Tidak\x20ada\x20objek','Rata\x20Tengah','2380164lWGmPF','Rata\x20Kiri','Tutup','Bawa\x20ke\x20depan','Posisi\x20Bentuk','258FIXYVc','1152673VGLtSC','Rata\x20Bawah','exports','Sejajar\x20dengan\x20teks','Buka\x20panel\x20lapisan','Lapisan','Format\x20Bentuk','Atas\x20dan\x20Bawah','866TsFWhD','Kotak','Nama'];_0x37fe=function(){return _0x52d4d9;};return _0x37fe();}
@@ -1 +1 @@
1
- const _0x20902d=_0x4dcb;function _0x4dcb(_0x3e966f,_0x1a7aea){_0x3e966f=_0x3e966f-0x13e;const _0x515fa2=_0x515f();let _0x4dcb52=_0x515fa2[_0x3e966f];return _0x4dcb52;}function _0x515f(){const _0x3e1672=['In\x20linea\x20con\x20il\x20testo','Attiva/disattiva\x20capovolgimento\x20verticale','2301805edhRSO','184476bfPQwX','Superiore\x20e\x20inferiore','Posizione\x20forma','277458LECaCm','Quadrato','Corsivo','exports','Allinea\x20al\x20Centro','Allinea\x20in\x20alto','Apri\x20pannello\x20forma','Allinea\x20a\x20Destra','329DjyMnz','Davanti\x20al\x20testo','Stile\x20forma','1954905pankHQ','198AaFDjG','Dietro\x20il\x20testo','84nFUbYs','9522736RpWaTB','Nascondi\x20pannello\x20forma','Sottolineato','Allinea\x20a\x20Sinistra','Barrato','213520sKtBOP','Elimina\x20forma','Grassetto','Reset\x20color','133njIKwy','802CUKKct','10XVJUwb','Colore\x20sfondo\x20testo','Attiva/disattiva\x20testo\x20verticale','Attiva/disattiva\x20capovolgimento\x20orizzontale','Inserisci\x20forma','Ruota\x20a\x20sinistra\x2090°','Ritaglia\x20a\x20forma'];_0x515f=function(){return _0x3e1672;};return _0x515f();}(function(_0x5aa480,_0x22cd3b){const _0x587e63=_0x4dcb,_0xb50406=_0x5aa480();while(!![]){try{const _0x588aa7=parseInt(_0x587e63(0x149))/0x1*(parseInt(_0x587e63(0x15a))/0x2)+-parseInt(_0x587e63(0x14c))/0x3+parseInt(_0x587e63(0x13e))/0x4*(-parseInt(_0x587e63(0x15b))/0x5)+parseInt(_0x587e63(0x141))/0x6*(-parseInt(_0x587e63(0x159))/0x7)+parseInt(_0x587e63(0x150))/0x8+-parseInt(_0x587e63(0x14d))/0x9*(parseInt(_0x587e63(0x155))/0xa)+parseInt(_0x587e63(0x164))/0xb*(parseInt(_0x587e63(0x14f))/0xc);if(_0x588aa7===_0x22cd3b)break;else _0xb50406['push'](_0xb50406['shift']());}catch(_0x5c0be6){_0xb50406['push'](_0xb50406['shift']());}}}(_0x515f,0xa9a26));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x20902d(0x15f),'openPanel':_0x20902d(0x147),'deleteShape':_0x20902d(0x156),'hidePanel':_0x20902d(0x151),'formatShape':'Formato\x20forma','shapeStyle':_0x20902d(0x14b),'shapePosition':_0x20902d(0x140),'toggleFlipH':_0x20902d(0x15e),'toggleFlipV':_0x20902d(0x163),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x20902d(0x160),'toggleTextVertical':_0x20902d(0x15d),'toolbar':{'alignLeft':_0x20902d(0x153),'alignCenter':_0x20902d(0x145),'alignRight':_0x20902d(0x148),'alignJustify':'Giustifica','bold':_0x20902d(0x157),'italic':_0x20902d(0x143),'underline':_0x20902d(0x152),'strikethrough':_0x20902d(0x154),'textColor':'Colore\x20testo','fillColor':_0x20902d(0x15c),'resetColor':_0x20902d(0x158)},'align':{'top':_0x20902d(0x146),'middle':'Allinea\x20al\x20centro','bottom':'Allinea\x20in\x20basso'},'textWrap':{'inline':_0x20902d(0x162),'square':_0x20902d(0x142),'topAndBottom':_0x20902d(0x13f),'behindText':_0x20902d(0x14e),'inFrontText':_0x20902d(0x14a)},'crop':{'shape':_0x20902d(0x161)}}};module[_0x20902d(0x144)]=e;
1
+ const _0x141c7c=_0x4b46;(function(_0x283496,_0x3ec69b){const _0x3344bb=_0x4b46,_0x9044a3=_0x283496();while(!![]){try{const _0x1488a4=parseInt(_0x3344bb(0x17d))/0x1+-parseInt(_0x3344bb(0x177))/0x2+parseInt(_0x3344bb(0x183))/0x3*(parseInt(_0x3344bb(0x184))/0x4)+-parseInt(_0x3344bb(0x18a))/0x5*(-parseInt(_0x3344bb(0x17a))/0x6)+-parseInt(_0x3344bb(0x185))/0x7*(parseInt(_0x3344bb(0x16c))/0x8)+parseInt(_0x3344bb(0x174))/0x9+-parseInt(_0x3344bb(0x181))/0xa;if(_0x1488a4===_0x3ec69b)break;else _0x9044a3['push'](_0x9044a3['shift']());}catch(_0x53b410){_0x9044a3['push'](_0x9044a3['shift']());}}}(_0x3851,0x58ca1));function _0x4b46(_0x260913,_0x56f09c){_0x260913=_0x260913-0x16c;const _0x38514c=_0x3851();let _0x4b4646=_0x38514c[_0x260913];return _0x4b4646;}const e={'docs-shape-ui':{'title':_0x141c7c(0x193),'insertShape':_0x141c7c(0x199),'openPanel':'Apri\x20pannello\x20forma','deleteShape':'Elimina\x20forma','hidePanel':'Nascondi\x20pannello\x20forma','formatShape':_0x141c7c(0x175),'shapeStyle':_0x141c7c(0x195),'shapePosition':_0x141c7c(0x187),'toggleFlipH':_0x141c7c(0x192),'toggleFlipV':_0x141c7c(0x18b),'rotateRight90':_0x141c7c(0x182),'rotateLeft90':'Ruota\x20a\x20sinistra\x2090°','toggleTextVertical':_0x141c7c(0x18f),'objectListPanel':{'title':_0x141c7c(0x196),'open':_0x141c7c(0x17c),'empty':_0x141c7c(0x186),'showAll':'Mostra\x20tutti','hideAll':'Nascondi\x20tutti','show':_0x141c7c(0x188),'hide':_0x141c7c(0x18d),'moveForward':_0x141c7c(0x171),'moveBackward':_0x141c7c(0x18e),'close':_0x141c7c(0x17b),'name':_0x141c7c(0x194),'nameInput':_0x141c7c(0x19a),'description':_0x141c7c(0x178),'descriptionPlaceholder':_0x141c7c(0x190),'details':'Dettagli','noSelection':_0x141c7c(0x179)},'toolbar':{'alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x141c7c(0x19b),'alignRight':_0x141c7c(0x197),'alignJustify':_0x141c7c(0x180),'bold':_0x141c7c(0x18c),'italic':'Corsivo','underline':_0x141c7c(0x173),'strikethrough':'Barrato','textColor':_0x141c7c(0x17f),'fillColor':_0x141c7c(0x16e),'resetColor':_0x141c7c(0x189)},'align':{'top':_0x141c7c(0x17e),'middle':_0x141c7c(0x176),'bottom':_0x141c7c(0x16d)},'textWrap':{'inline':'In\x20linea\x20con\x20il\x20testo','square':_0x141c7c(0x172),'topAndBottom':_0x141c7c(0x191),'behindText':_0x141c7c(0x198),'inFrontText':'Davanti\x20al\x20testo'},'crop':{'shape':_0x141c7c(0x16f)}}};function _0x3851(){const _0x387797=['Reimposta\x20colore','25715fEGgQA','Attiva/disattiva\x20capovolgimento\x20verticale','Grassetto','Nascondi','Porta\x20indietro','Attiva/disattiva\x20testo\x20verticale','Aggiungi\x20una\x20descrizione','Superiore\x20e\x20inferiore','Attiva/disattiva\x20capovolgimento\x20orizzontale','Forma','Nome','Stile\x20forma','Livelli','Allinea\x20a\x20Destra','Dietro\x20il\x20testo','Inserisci\x20forma','Nome\x20oggetto','Allinea\x20al\x20Centro','24pkNEmE','Allinea\x20in\x20basso','Colore\x20sfondo\x20testo','Ritaglia\x20a\x20forma','exports','Porta\x20avanti','Quadrato','Sottolineato','3029823EzcOdn','Formato\x20forma','Allinea\x20al\x20centro','238692KHkTYP','Descrizione','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','282lxqLTm','Chiudi','Apri\x20il\x20pannello\x20livelli','418301vYyxjM','Allinea\x20in\x20alto','Colore\x20testo','Giustifica','6402410pBIQMG','Ruota\x20a\x20destra\x2090°','155139oyBdVi','28WgcCYr','549248hFKuGz','Nessun\x20oggetto','Posizione\x20forma','Mostra'];_0x3851=function(){return _0x387797;};return _0x3851();}module[_0x141c7c(0x170)]=e;
@@ -1 +1 @@
1
- const _0x3209a1=_0x55e1;function _0x55e1(_0x48289c,_0x4b7603){_0x48289c=_0x48289c-0x1c4;const _0x5b5915=_0x5b59();let _0x55e134=_0x5b5915[_0x48289c];return _0x55e134;}function _0x5b59(){const _0x523e32=['exports','13643yXCWWZ','図形パネルを非表示','反時計回りに\x2090\x20度回転','中央揃え','形状にトリミング','6goBDSk','348328oobaCe','11cbLarj','1cdYLYf','352376ZWxzXK','四角形','図形パネルを開く','文字列の前面','372ETrRXf','上揃え','5060PYJWBX','48795yctxXa','Reset\x20color','テキストの縦書き/横書きの切り替え','下揃え','図形の書式設定','時計回りに\x2090\x20度回転','255568AEBgBr','図形を削除','右揃え','文字の色','1456140AAQQmy','左揃え','水平反転の切り替え','3231rkICnu','取り消し線','図形スタイル'];_0x5b59=function(){return _0x523e32;};return _0x5b59();}(function(_0x23dc9f,_0x97998d){const _0x2ea9d8=_0x55e1,_0x5a50d6=_0x23dc9f();while(!![]){try{const _0x54a814=parseInt(_0x2ea9d8(0x1e0))/0x1*(-parseInt(_0x2ea9d8(0x1e1))/0x2)+parseInt(_0x2ea9d8(0x1dd))/0x3*(parseInt(_0x2ea9d8(0x1de))/0x4)+-parseInt(_0x2ea9d8(0x1c7))/0x5+-parseInt(_0x2ea9d8(0x1c4))/0x6*(parseInt(_0x2ea9d8(0x1d8))/0x7)+-parseInt(_0x2ea9d8(0x1cd))/0x8+-parseInt(_0x2ea9d8(0x1d4))/0x9*(-parseInt(_0x2ea9d8(0x1c6))/0xa)+-parseInt(_0x2ea9d8(0x1df))/0xb*(-parseInt(_0x2ea9d8(0x1d1))/0xc);if(_0x54a814===_0x97998d)break;else _0x5a50d6['push'](_0x5a50d6['shift']());}catch(_0x45459d){_0x5a50d6['push'](_0x5a50d6['shift']());}}}(_0x5b59,0x21cc0));const e={'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x3209a1(0x1e3),'deleteShape':_0x3209a1(0x1ce),'hidePanel':_0x3209a1(0x1d9),'formatShape':_0x3209a1(0x1cb),'shapeStyle':_0x3209a1(0x1d6),'shapePosition':'図形の位置','toggleFlipH':_0x3209a1(0x1d3),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x3209a1(0x1cc),'rotateLeft90':_0x3209a1(0x1da),'toggleTextVertical':_0x3209a1(0x1c9),'toolbar':{'alignLeft':_0x3209a1(0x1d2),'alignCenter':_0x3209a1(0x1db),'alignRight':_0x3209a1(0x1cf),'alignJustify':'両端揃え','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x3209a1(0x1d5),'textColor':_0x3209a1(0x1d0),'fillColor':'塗りつぶしの色','resetColor':_0x3209a1(0x1c8)},'align':{'top':_0x3209a1(0x1c5),'middle':'中央揃え','bottom':_0x3209a1(0x1ca)},'textWrap':{'inline':'行内','square':_0x3209a1(0x1e2),'topAndBottom':'上下','behindText':'文字列の背面','inFrontText':_0x3209a1(0x1e4)},'crop':{'shape':_0x3209a1(0x1dc)}}};module[_0x3209a1(0x1d7)]=e;
1
+ const _0x3b6120=_0x323b;function _0x323b(_0x379549,_0x41c2f1){_0x379549=_0x379549-0xdc;const _0x57bbb3=_0x57bb();let _0x323b02=_0x57bbb3[_0x379549];return _0x323b02;}(function(_0x2d757e,_0x3f4760){const _0x15785a=_0x323b,_0x343110=_0x2d757e();while(!![]){try{const _0x7b4cec=parseInt(_0x15785a(0xe1))/0x1+parseInt(_0x15785a(0xfe))/0x2+parseInt(_0x15785a(0xe4))/0x3*(-parseInt(_0x15785a(0xef))/0x4)+parseInt(_0x15785a(0xf4))/0x5+-parseInt(_0x15785a(0xed))/0x6+parseInt(_0x15785a(0xde))/0x7*(-parseInt(_0x15785a(0x100))/0x8)+-parseInt(_0x15785a(0xea))/0x9*(-parseInt(_0x15785a(0xf6))/0xa);if(_0x7b4cec===_0x3f4760)break;else _0x343110['push'](_0x343110['shift']());}catch(_0x39d645){_0x343110['push'](_0x343110['shift']());}}}(_0x57bb,0xa2ead));function _0x57bb(){const _0x37bc17=['文字列の背面','3469476HOjmMI','レイヤーパネルを開く','17944MBqEPi','図形パネルを非表示','水平反転の切り替え','前面へ移動','四角形','3860940QwoXnZ','垂直反転の切り替え','410CSGXWI','下揃え','オブジェクトがありません','時計回りに\x2090\x20度回転','色をリセット','右揃え','文字の色','文字列の前面','2445718JYiVWT','図形の挿入','8pQFMSf','図形パネルを開く','説明を追加','テキストの縦書き/横書きの切り替え','オブジェクト名','塗りつぶしの色','詳細を編集するオブジェクトを選択','5313833rMjoPA','すべて非表示','図形の書式設定','722016loFGxL','両端揃え','図形を削除','480YoWziB','レイヤー','中央揃え','図形スタイル','閉じる','形状にトリミング','1179mkIOuS','図形の位置'];_0x57bb=function(){return _0x37bc17;};return _0x57bb();}const e={'docs-shape-ui':{'title':'図形','insertShape':_0x3b6120(0xff),'openPanel':_0x3b6120(0x101),'deleteShape':_0x3b6120(0xe3),'hidePanel':_0x3b6120(0xf0),'formatShape':_0x3b6120(0xe0),'shapeStyle':_0x3b6120(0xe7),'shapePosition':_0x3b6120(0xeb),'toggleFlipH':_0x3b6120(0xf1),'toggleFlipV':_0x3b6120(0xf5),'rotateRight90':_0x3b6120(0xf9),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x3b6120(0x103),'objectListPanel':{'title':_0x3b6120(0xe5),'open':_0x3b6120(0xee),'empty':_0x3b6120(0xf8),'showAll':'すべて表示','hideAll':_0x3b6120(0xdf),'show':'表示','hide':'非表示','moveForward':_0x3b6120(0xf2),'moveBackward':'背面へ移動','close':_0x3b6120(0xe8),'name':'名前','nameInput':_0x3b6120(0x104),'description':'説明','descriptionPlaceholder':_0x3b6120(0x102),'details':'詳細','noSelection':_0x3b6120(0xdd)},'toolbar':{'alignLeft':'左揃え','alignCenter':_0x3b6120(0xe6),'alignRight':_0x3b6120(0xfb),'alignJustify':_0x3b6120(0xe2),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','textColor':_0x3b6120(0xfc),'fillColor':_0x3b6120(0xdc),'resetColor':_0x3b6120(0xfa)},'align':{'top':'上揃え','middle':'中央揃え','bottom':_0x3b6120(0xf7)},'textWrap':{'inline':'行内','square':_0x3b6120(0xf3),'topAndBottom':'上下','behindText':_0x3b6120(0xec),'inFrontText':_0x3b6120(0xfd)},'crop':{'shape':_0x3b6120(0xe9)}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x39b8(){const _0x3055d0=['892ZuEnmA','가로\x20뒤집기\x20전환','텍스트\x20세로/가로\x20전환','텍스트와\x20같은\x20줄','사각형','37733Bqyruv','3835HDBeqn','왼쪽\x20정렬','481665GMcDxU','모양에\x20맞게\x20자르기','도형\x20위치','오른쪽\x20정렬','도형\x20삭제','기울임꼴','글자\x20배경색','텍스트\x20뒤','30jXMgxu','취소선','2010768BSHTKb','가운데\x20맞춤','양쪽\x20맞춤','위쪽\x20맞춤','세로\x20뒤집기\x20전환','481542PTuvAu','1034127lRPycQ','382144fdgyHk','텍스트\x20앞','도형\x20서식','도형\x20스타일','시계\x20방향으로\x2090도\x20회전','도형\x20패널\x20숨기기','exports','7lamaXM','Reset\x20color','가운데\x20정렬'];_0x39b8=function(){return _0x3055d0;};return _0x39b8();}const _0x3ff16e=_0x1f76;(function(_0x308f33,_0x5b963a){const _0xaa5818=_0x1f76,_0x3db644=_0x308f33();while(!![]){try{const _0x70639d=-parseInt(_0xaa5818(0xe0))/0x1+parseInt(_0xaa5818(0xd1))/0x2+-parseInt(_0xaa5818(0xc0))/0x3+parseInt(_0xaa5818(0xdb))/0x4*(parseInt(_0xaa5818(0xe1))/0x5)+parseInt(_0xaa5818(0xcf))/0x6*(parseInt(_0xaa5818(0xd8))/0x7)+parseInt(_0xaa5818(0xca))/0x8+parseInt(_0xaa5818(0xd0))/0x9*(-parseInt(_0xaa5818(0xc8))/0xa);if(_0x70639d===_0x5b963a)break;else _0x3db644['push'](_0x3db644['shift']());}catch(_0x54248f){_0x3db644['push'](_0x3db644['shift']());}}}(_0x39b8,0x24cbf));const e={'docs-shape-ui':{'title':'도형','insertShape':'도형\x20삽입','openPanel':'도형\x20패널\x20열기','deleteShape':_0x3ff16e(0xc4),'hidePanel':_0x3ff16e(0xd6),'formatShape':_0x3ff16e(0xd3),'shapeStyle':_0x3ff16e(0xd4),'shapePosition':_0x3ff16e(0xc2),'toggleFlipH':_0x3ff16e(0xdc),'toggleFlipV':_0x3ff16e(0xce),'rotateRight90':_0x3ff16e(0xd5),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x3ff16e(0xdd),'toolbar':{'alignLeft':_0x3ff16e(0xbf),'alignCenter':_0x3ff16e(0xda),'alignRight':_0x3ff16e(0xc3),'alignJustify':_0x3ff16e(0xcc),'bold':'굵게','italic':_0x3ff16e(0xc5),'underline':'밑줄','strikethrough':_0x3ff16e(0xc9),'textColor':'글자\x20색상','fillColor':_0x3ff16e(0xc6),'resetColor':_0x3ff16e(0xd9)},'align':{'top':_0x3ff16e(0xcd),'middle':_0x3ff16e(0xcb),'bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':_0x3ff16e(0xde),'square':_0x3ff16e(0xdf),'topAndBottom':'위아래','behindText':_0x3ff16e(0xc7),'inFrontText':_0x3ff16e(0xd2)},'crop':{'shape':_0x3ff16e(0xc1)}}};function _0x1f76(_0x293e53,_0x4340fc){_0x293e53=_0x293e53-0xbf;const _0x39b808=_0x39b8();let _0x1f76b1=_0x39b808[_0x293e53];return _0x1f76b1;}module[_0x3ff16e(0xd7)]=e;
1
+ function _0x58db(_0x513da2,_0x505065){_0x513da2=_0x513da2-0x1bb;const _0x5a42c8=_0x5a42();let _0x58dbbe=_0x5a42c8[_0x513da2];return _0x58dbbe;}const _0x1243e8=_0x58db;(function(_0x29d771,_0x35207c){const _0x2fd3b1=_0x58db,_0x2db018=_0x29d771();while(!![]){try{const _0x46f16a=-parseInt(_0x2fd3b1(0x1e9))/0x1+-parseInt(_0x2fd3b1(0x1be))/0x2*(parseInt(_0x2fd3b1(0x1de))/0x3)+-parseInt(_0x2fd3b1(0x1c2))/0x4*(parseInt(_0x2fd3b1(0x1cf))/0x5)+parseInt(_0x2fd3b1(0x1dd))/0x6*(parseInt(_0x2fd3b1(0x1e4))/0x7)+-parseInt(_0x2fd3b1(0x1dc))/0x8*(parseInt(_0x2fd3b1(0x1c3))/0x9)+parseInt(_0x2fd3b1(0x1bc))/0xa*(-parseInt(_0x2fd3b1(0x1db))/0xb)+-parseInt(_0x2fd3b1(0x1e6))/0xc*(-parseInt(_0x2fd3b1(0x1bd))/0xd);if(_0x46f16a===_0x35207c)break;else _0x2db018['push'](_0x2db018['shift']());}catch(_0x45ff4b){_0x2db018['push'](_0x2db018['shift']());}}}(_0x5a42,0xecb60));const e={'docs-shape-ui':{'title':'도형','insertShape':'도형\x20삽입','openPanel':_0x1243e8(0x1c7),'deleteShape':_0x1243e8(0x1cb),'hidePanel':_0x1243e8(0x1d7),'formatShape':'도형\x20서식','shapeStyle':_0x1243e8(0x1bf),'shapePosition':_0x1243e8(0x1d5),'toggleFlipH':_0x1243e8(0x1e3),'toggleFlipV':'세로\x20뒤집기\x20전환','rotateRight90':_0x1243e8(0x1d2),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':'텍스트\x20세로/가로\x20전환','objectListPanel':{'title':_0x1243e8(0x1e8),'open':_0x1243e8(0x1d9),'empty':_0x1243e8(0x1c5),'showAll':_0x1243e8(0x1d4),'hideAll':_0x1243e8(0x1cd),'show':'표시','hide':_0x1243e8(0x1ca),'moveForward':_0x1243e8(0x1bb),'moveBackward':_0x1243e8(0x1c1),'close':'닫기','name':'이름','nameInput':_0x1243e8(0x1d1),'description':'설명','descriptionPlaceholder':_0x1243e8(0x1e2),'details':_0x1243e8(0x1c9),'noSelection':_0x1243e8(0x1e0)},'toolbar':{'alignLeft':_0x1243e8(0x1e7),'alignCenter':_0x1243e8(0x1df),'alignRight':'오른쪽\x20정렬','alignJustify':_0x1243e8(0x1c0),'bold':'굵게','italic':_0x1243e8(0x1d0),'underline':'밑줄','strikethrough':'취소선','textColor':_0x1243e8(0x1ce),'fillColor':_0x1243e8(0x1c4),'resetColor':_0x1243e8(0x1cc)},'align':{'top':_0x1243e8(0x1c8),'middle':'가운데\x20맞춤','bottom':_0x1243e8(0x1c6)},'textWrap':{'inline':_0x1243e8(0x1d6),'square':_0x1243e8(0x1d8),'topAndBottom':_0x1243e8(0x1e1),'behindText':_0x1243e8(0x1d3),'inFrontText':_0x1243e8(0x1e5)},'crop':{'shape':'모양에\x20맞게\x20자르기'}}};module[_0x1243e8(0x1da)]=e;function _0x5a42(){const _0x413992=['가로\x20뒤집기\x20전환','134869snrzjd','텍스트\x20앞','110868KpoGri','왼쪽\x20정렬','레이어','1172398bvudNv','앞으로\x20가져오기','1233090IwCoha','9919wGxami','14rowhXS','도형\x20스타일','양쪽\x20맞춤','뒤로\x20보내기','244DjNsym','7462035JTYvhq','글자\x20배경색','개체\x20없음','아래쪽\x20맞춤','도형\x20패널\x20열기','위쪽\x20맞춤','세부\x20정보','숨기기','도형\x20삭제','색상\x20재설정','모두\x20숨기기','글자\x20색상','92570KlqGJT','기울임꼴','개체\x20이름','시계\x20방향으로\x2090도\x20회전','텍스트\x20뒤','모두\x20표시','도형\x20위치','텍스트와\x20같은\x20줄','도형\x20패널\x20숨기기','사각형','레이어\x20패널\x20열기','exports','132RhVtkX','16aleXcv','228vKIxFd','588105kdZEfS','가운데\x20정렬','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','위아래','설명\x20추가'];_0x5a42=function(){return _0x413992;};return _0x5a42();}
@@ -1 +1 @@
1
- function _0x5eb7(){const _0x408176=['4950624zJFFJm','3963436qBuWAD','Obróć\x20w\x20prawo\x20o\x2090°','12435588KTWsBZ','Wyrównaj\x20do\x20prawej','Podkreślenie','Kształt','Wyrównaj\x20do\x20góry','6CZdyMu','exports','Wyrównaj\x20do\x20lewej','Reset\x20color','Wyrównaj\x20do\x20dołu','Przytnij\x20do\x20kształtu','Góra\x20i\x20dół','Otwórz\x20panel\x20kształtów','Przerzuć\x20w\x20poziomie','308636eIcAzK','6HhRccD','Obróć\x20w\x20lewo\x20o\x2090°','Przełącz\x20tekst\x20pionowy','Kolor\x20tekstu','Styl\x20kształtu','4085660etBEfk','Wyrównaj\x20do\x20środka\x20w\x20pionie','Wyjustuj','Kolor\x20tła\x20tekstu','1524118GglbgA','Kwadrat','Pogrubienie','Pozycja\x20kształtu','Wyrównaj\x20do\x20środka','Za\x20tekstem','Wstaw\x20kształt','Formatuj\x20kształt','Usuń\x20kształt','4308864UEsPEl','Przekreślenie','Kursywa','Ukryj\x20panel\x20kształtów'];_0x5eb7=function(){return _0x408176;};return _0x5eb7();}function _0x2d9c(_0x43bdfe,_0x6fd3){_0x43bdfe=_0x43bdfe-0xcb;const _0x5eb7a3=_0x5eb7();let _0x2d9cbb=_0x5eb7a3[_0x43bdfe];return _0x2d9cbb;}const _0x3fa9a5=_0x2d9c;(function(_0x4971da,_0x420f1a){const _0x257c58=_0x2d9c,_0x123a25=_0x4971da();while(!![]){try{const _0x30e672=parseInt(_0x257c58(0xdf))/0x1+-parseInt(_0x257c58(0xd5))/0x2*(parseInt(_0x257c58(0xd6))/0x3)+-parseInt(_0x257c58(0xed))/0x4+-parseInt(_0x257c58(0xdb))/0x5*(parseInt(_0x257c58(0xcc))/0x6)+-parseInt(_0x257c58(0xe8))/0x7+parseInt(_0x257c58(0xec))/0x8+parseInt(_0x257c58(0xef))/0x9;if(_0x30e672===_0x420f1a)break;else _0x123a25['push'](_0x123a25['shift']());}catch(_0x47edaa){_0x123a25['push'](_0x123a25['shift']());}}}(_0x5eb7,0xc17b3));const e={'docs-shape-ui':{'title':_0x3fa9a5(0xf2),'insertShape':_0x3fa9a5(0xe5),'openPanel':_0x3fa9a5(0xd3),'deleteShape':_0x3fa9a5(0xe7),'hidePanel':_0x3fa9a5(0xeb),'formatShape':_0x3fa9a5(0xe6),'shapeStyle':_0x3fa9a5(0xda),'shapePosition':_0x3fa9a5(0xe2),'toggleFlipH':_0x3fa9a5(0xd4),'toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x3fa9a5(0xee),'rotateLeft90':_0x3fa9a5(0xd7),'toggleTextVertical':_0x3fa9a5(0xd8),'toolbar':{'alignLeft':_0x3fa9a5(0xce),'alignCenter':_0x3fa9a5(0xe3),'alignRight':_0x3fa9a5(0xf0),'alignJustify':_0x3fa9a5(0xdd),'bold':_0x3fa9a5(0xe1),'italic':_0x3fa9a5(0xea),'underline':_0x3fa9a5(0xf1),'strikethrough':_0x3fa9a5(0xe9),'textColor':_0x3fa9a5(0xd9),'fillColor':_0x3fa9a5(0xde),'resetColor':_0x3fa9a5(0xcf)},'align':{'top':_0x3fa9a5(0xcb),'middle':_0x3fa9a5(0xdc),'bottom':_0x3fa9a5(0xd0)},'textWrap':{'inline':'W\x20linii\x20z\x20tekstem','square':_0x3fa9a5(0xe0),'topAndBottom':_0x3fa9a5(0xd2),'behindText':_0x3fa9a5(0xe4),'inFrontText':'Przed\x20tekstem'},'crop':{'shape':_0x3fa9a5(0xd1)}}};module[_0x3fa9a5(0xcd)]=e;
1
+ const _0x1dd950=_0x25a2;(function(_0x575d24,_0x337bad){const _0xde045a=_0x25a2,_0x13c52f=_0x575d24();while(!![]){try{const _0x13231b=-parseInt(_0xde045a(0x1c0))/0x1*(parseInt(_0xde045a(0x1a8))/0x2)+-parseInt(_0xde045a(0x1c4))/0x3+-parseInt(_0xde045a(0x1b4))/0x4*(-parseInt(_0xde045a(0x199))/0x5)+-parseInt(_0xde045a(0x1a4))/0x6*(-parseInt(_0xde045a(0x1b5))/0x7)+-parseInt(_0xde045a(0x197))/0x8*(parseInt(_0xde045a(0x1be))/0x9)+parseInt(_0xde045a(0x1a3))/0xa+parseInt(_0xde045a(0x1a5))/0xb*(parseInt(_0xde045a(0x198))/0xc);if(_0x13231b===_0x337bad)break;else _0x13c52f['push'](_0x13c52f['shift']());}catch(_0x16a19a){_0x13c52f['push'](_0x13c52f['shift']());}}}(_0x1ff5,0x7e80e));const e={'docs-shape-ui':{'title':_0x1dd950(0x194),'insertShape':_0x1dd950(0x1b2),'openPanel':_0x1dd950(0x1c2),'deleteShape':_0x1dd950(0x193),'hidePanel':_0x1dd950(0x19b),'formatShape':_0x1dd950(0x1bf),'shapeStyle':_0x1dd950(0x1a2),'shapePosition':_0x1dd950(0x1a1),'toggleFlipH':_0x1dd950(0x1b1),'toggleFlipV':_0x1dd950(0x1a7),'rotateRight90':_0x1dd950(0x1aa),'rotateLeft90':_0x1dd950(0x196),'toggleTextVertical':_0x1dd950(0x1af),'objectListPanel':{'title':_0x1dd950(0x19e),'open':'Otwórz\x20panel\x20warstw','empty':_0x1dd950(0x1c3),'showAll':_0x1dd950(0x1bb),'hideAll':_0x1dd950(0x1b0),'show':'Pokaż','hide':_0x1dd950(0x1b3),'moveForward':_0x1dd950(0x19d),'moveBackward':'Przenieś\x20do\x20tyłu','close':_0x1dd950(0x1b8),'name':'Nazwa','nameInput':_0x1dd950(0x19a),'description':_0x1dd950(0x192),'descriptionPlaceholder':_0x1dd950(0x1c1),'details':_0x1dd950(0x19f),'noSelection':'Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły'},'toolbar':{'alignLeft':_0x1dd950(0x191),'alignCenter':_0x1dd950(0x1b6),'alignRight':_0x1dd950(0x1a6),'alignJustify':_0x1dd950(0x1b9),'bold':_0x1dd950(0x1ba),'italic':_0x1dd950(0x1a0),'underline':_0x1dd950(0x195),'strikethrough':_0x1dd950(0x1bd),'textColor':'Kolor\x20tekstu','fillColor':'Kolor\x20tła\x20tekstu','resetColor':'Resetuj\x20kolor'},'align':{'top':_0x1dd950(0x190),'middle':_0x1dd950(0x1b7),'bottom':_0x1dd950(0x1a9)},'textWrap':{'inline':_0x1dd950(0x1ab),'square':_0x1dd950(0x1bc),'topAndBottom':_0x1dd950(0x1ad),'behindText':_0x1dd950(0x1ae),'inFrontText':_0x1dd950(0x19c)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};module[_0x1dd950(0x1ac)]=e;function _0x25a2(_0x5084e8,_0x681c02){_0x5084e8=_0x5084e8-0x190;const _0x1ff5e2=_0x1ff5();let _0x25a215=_0x1ff5e2[_0x5084e8];return _0x25a215;}function _0x1ff5(){const _0x138cf2=['14808904HKPLoP','Wyrównaj\x20do\x20prawej','Przerzuć\x20w\x20pionie','2398iAuRQh','Wyrównaj\x20do\x20dołu','Obróć\x20w\x20prawo\x20o\x2090°','W\x20linii\x20z\x20tekstem','exports','Góra\x20i\x20dół','Za\x20tekstem','Przełącz\x20tekst\x20pionowy','Ukryj\x20wszystko','Przerzuć\x20w\x20poziomie','Wstaw\x20kształt','Ukryj','84VmALVO','14ZTRDAR','Wyrównaj\x20do\x20środka','Wyrównaj\x20do\x20środka\x20w\x20pionie','Zamknij','Wyjustuj','Pogrubienie','Pokaż\x20wszystko','Kwadrat','Przekreślenie','271368bTglrI','Formatuj\x20kształt','779ZVNwRc','Dodaj\x20opis','Otwórz\x20panel\x20kształtów','Brak\x20obiektów','2585493ZVDocB','Wyrównaj\x20do\x20góry','Wyrównaj\x20do\x20lewej','Opis','Usuń\x20kształt','Kształt','Podkreślenie','Obróć\x20w\x20lewo\x20o\x2090°','8Guxpix','12ipgKMZ','76605jfQexQ','Nazwa\x20obiektu','Ukryj\x20panel\x20kształtów','Przed\x20tekstem','Przenieś\x20do\x20przodu','Warstwy','Szczegóły','Kursywa','Pozycja\x20kształtu','Styl\x20kształtu','2093750SsNHBu','1400346GRCVAR'];_0x1ff5=function(){return _0x138cf2;};return _0x1ff5();}
@@ -1 +1 @@
1
- const _0x3549b2=_0x2952;(function(_0x3072c9,_0x3bf63d){const _0x43ce68=_0x2952,_0x299dae=_0x3072c9();while(!![]){try{const _0x3dec13=-parseInt(_0x43ce68(0x1a9))/0x1+-parseInt(_0x43ce68(0x1b0))/0x2+-parseInt(_0x43ce68(0x1a0))/0x3+parseInt(_0x43ce68(0x1b7))/0x4*(parseInt(_0x43ce68(0x1ad))/0x5)+parseInt(_0x43ce68(0x1a1))/0x6*(-parseInt(_0x43ce68(0x1b8))/0x7)+-parseInt(_0x43ce68(0x1ae))/0x8+parseInt(_0x43ce68(0x19a))/0x9;if(_0x3dec13===_0x3bf63d)break;else _0x299dae['push'](_0x299dae['shift']());}catch(_0x123cea){_0x299dae['push'](_0x299dae['shift']());}}}(_0xe4cd,0xb7141));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x3549b2(0x19b),'openPanel':'Abrir\x20painel\x20de\x20formas','deleteShape':_0x3549b2(0x1a8),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':'Formatar\x20forma','shapeStyle':'Estilo\x20da\x20forma','shapePosition':'Posição\x20da\x20forma','toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':_0x3549b2(0x1b5),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0x3549b2(0x1b1),'toolbar':{'alignLeft':_0x3549b2(0x1a7),'alignCenter':_0x3549b2(0x1a5),'alignRight':_0x3549b2(0x1ac),'alignJustify':'Justificar','bold':_0x3549b2(0x1a3),'italic':_0x3549b2(0x1a2),'underline':_0x3549b2(0x19e),'strikethrough':_0x3549b2(0x1b3),'textColor':_0x3549b2(0x1b6),'fillColor':_0x3549b2(0x1ab),'resetColor':_0x3549b2(0x1a6)},'align':{'top':_0x3549b2(0x19d),'middle':_0x3549b2(0x1aa),'bottom':_0x3549b2(0x1b2)},'textWrap':{'inline':_0x3549b2(0x19f),'square':'Quadrado','topAndBottom':_0x3549b2(0x19c),'behindText':_0x3549b2(0x1a4),'inFrontText':_0x3549b2(0x1af)},'crop':{'shape':'Cortar\x20para\x20forma'}}};function _0x2952(_0x314a3e,_0x19bafc){_0x314a3e=_0x314a3e-0x19a;const _0xe4cd6b=_0xe4cd();let _0x295273=_0xe4cd6b[_0x314a3e];return _0x295273;}function _0xe4cd(){const _0x55fc92=['Alternar\x20texto\x20vertical','Alinhar\x20à\x20base','Tachado','exports','Girar\x2090°\x20para\x20direita','Cor\x20do\x20texto','4djPlwS','1332142wRZdcL','26982495WtASmj','Inserir\x20forma','Superior\x20e\x20inferior','Alinhar\x20ao\x20topo','Sublinhado','Em\x20linha\x20com\x20o\x20texto','3552744SCZivJ','24aPBHVX','Itálico','Negrito','Atrás\x20do\x20texto','Alinhar\x20ao\x20centro','Reset\x20color','Alinhar\x20à\x20esquerda','Excluir\x20forma','160312RUNCAk','Alinhar\x20ao\x20meio','Cor\x20de\x20fundo\x20do\x20texto','Alinhar\x20à\x20direita','5002880VNQTHy','2196920pQoDDw','À\x20frente\x20do\x20texto','1736686xQaIxG'];_0xe4cd=function(){return _0x55fc92;};return _0xe4cd();}module[_0x3549b2(0x1b4)]=e;
1
+ function _0x2f4e(){const _0x244f77=['4164776DccoXh','Alinhar\x20à\x20base','Alinhar\x20à\x20direita','7959AsUgsr','Mostrar\x20tudo','Alinhar\x20ao\x20centro','Negrito','Ocultar\x20tudo','Mostrar','Alternar\x20inversão\x20vertical','Atrás\x20do\x20texto','Cor\x20do\x20texto','Redefinir\x20cor','Forma','191935ofyMfr','Cor\x20de\x20fundo\x20do\x20texto','Alinhar\x20ao\x20topo','Itálico','168538jBDVSI','Estilo\x20da\x20forma','Excluir\x20forma','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','636qpGkCC','Abrir\x20painel\x20de\x20formas','Abrir\x20painel\x20de\x20camadas','Quadrado','Sublinhado','326692UeeSOm','Inserir\x20forma','À\x20frente\x20do\x20texto','exports','Nenhum\x20objeto','Fechar','Detalhes','Descrição','472728MNTTLN','Enviar\x20para\x20trás','Ocultar','Nome','Alinhar\x20à\x20esquerda','Cortar\x20para\x20forma','75783CLEHWK'];_0x2f4e=function(){return _0x244f77;};return _0x2f4e();}const _0x588ebb=_0x2ff5;function _0x2ff5(_0x4a1555,_0x371f02){_0x4a1555=_0x4a1555-0x92;const _0x2f4e00=_0x2f4e();let _0x2ff5c8=_0x2f4e00[_0x4a1555];return _0x2ff5c8;}(function(_0x269a3d,_0x15e294){const _0x2313df=_0x2ff5,_0x586c47=_0x269a3d();while(!![]){try{const _0x477327=-parseInt(_0x2313df(0xa9))/0x1+-parseInt(_0x2313df(0xb2))/0x2+-parseInt(_0x2313df(0x96))/0x3+-parseInt(_0x2313df(0xba))/0x4+-parseInt(_0x2313df(0xa5))/0x5+-parseInt(_0x2313df(0xad))/0x6*(-parseInt(_0x2313df(0x9a))/0x7)+parseInt(_0x2313df(0x97))/0x8;if(_0x477327===_0x15e294)break;else _0x586c47['push'](_0x586c47['shift']());}catch(_0x524c6c){_0x586c47['push'](_0x586c47['shift']());}}}(_0x2f4e,0x1f1ad));const e={'docs-shape-ui':{'title':_0x588ebb(0xa4),'insertShape':_0x588ebb(0xb3),'openPanel':_0x588ebb(0xae),'deleteShape':_0x588ebb(0xab),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':'Formatar\x20forma','shapeStyle':_0x588ebb(0xaa),'shapePosition':'Posição\x20da\x20forma','toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':_0x588ebb(0xa0),'rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':'Camadas','open':_0x588ebb(0xaf),'empty':_0x588ebb(0xb6),'showAll':_0x588ebb(0x9b),'hideAll':_0x588ebb(0x9e),'show':_0x588ebb(0x9f),'hide':_0x588ebb(0x92),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x588ebb(0xbb),'close':_0x588ebb(0xb7),'name':_0x588ebb(0x93),'nameInput':'Nome\x20do\x20objeto','description':_0x588ebb(0xb9),'descriptionPlaceholder':'Adicionar\x20descrição','details':_0x588ebb(0xb8),'noSelection':_0x588ebb(0xac)},'toolbar':{'alignLeft':_0x588ebb(0x94),'alignCenter':_0x588ebb(0x9c),'alignRight':_0x588ebb(0x99),'alignJustify':'Justificar','bold':_0x588ebb(0x9d),'italic':_0x588ebb(0xa8),'underline':_0x588ebb(0xb1),'strikethrough':'Tachado','textColor':_0x588ebb(0xa2),'fillColor':_0x588ebb(0xa6),'resetColor':_0x588ebb(0xa3)},'align':{'top':_0x588ebb(0xa7),'middle':'Alinhar\x20ao\x20meio','bottom':_0x588ebb(0x98)},'textWrap':{'inline':'Em\x20linha\x20com\x20o\x20texto','square':_0x588ebb(0xb0),'topAndBottom':'Superior\x20e\x20inferior','behindText':_0x588ebb(0xa1),'inFrontText':_0x588ebb(0xb4)},'crop':{'shape':_0x588ebb(0x95)}}};module[_0x588ebb(0xb5)]=e;
@@ -1 +1 @@
1
- function _0x4aa7(){const _0x15a75e=['4564445oWOZcS','4nsaruW','Behind\x20text','224412njbwRF','Вставить\x20фигуру','Выровнять\x20по\x20правому\x20краю','427814KNwvfe','Полужирный','Подчеркнутый','Цвет\x20текста','Выровнять\x20посередине','exports','Выровнять\x20по\x20верхнему\x20краю','272WbfHQC','Открыть\x20панель\x20фигур','18099NASyrK','Выровнять\x20по\x20левому\x20краю','Square','Выровнять\x20по\x20нижнему\x20краю','In\x20line\x20with\x20text','571491luHJRM','Reset\x20color','Цвет\x20фона\x20текста','Положение\x20фигуры','Выровнять\x20по\x20центру','Top\x20and\x20Bottom','Стиль\x20фигуры','23332001uRBRfJ','Переключить\x20вертикальное\x20положение\x20текста','Переключить\x20вертикальное\x20отражение','Удалить\x20фигуру','Переключить\x20горизонтальное\x20отражение','33509PaupIF','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Зачеркнутый','Скрыть\x20панель\x20фигур','Форматировать\x20фигуру','10GRnWME','132fKeoUi','Обрезать\x20по\x20форме','Фигура','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Выровнять\x20по\x20ширине'];_0x4aa7=function(){return _0x15a75e;};return _0x4aa7();}function _0x1a1d(_0x5e0140,_0x6ec1bb){_0x5e0140=_0x5e0140-0x1aa;const _0x4aa7cd=_0x4aa7();let _0x1a1d36=_0x4aa7cd[_0x5e0140];return _0x1a1d36;}const _0x764152=_0x1a1d;(function(_0x95d02e,_0xd1c9c8){const _0xd3141d=_0x1a1d,_0x32a6f6=_0x95d02e();while(!![]){try{const _0xfadfb0=-parseInt(_0xd3141d(0x1c2))/0x1+-parseInt(_0xd3141d(0x1b4))/0x2+parseInt(_0xd3141d(0x1b1))/0x3*(parseInt(_0xd3141d(0x1af))/0x4)+-parseInt(_0xd3141d(0x1ae))/0x5+parseInt(_0xd3141d(0x1d4))/0x6*(-parseInt(_0xd3141d(0x1ce))/0x7)+-parseInt(_0xd3141d(0x1bb))/0x8*(-parseInt(_0xd3141d(0x1bd))/0x9)+-parseInt(_0xd3141d(0x1d3))/0xa*(-parseInt(_0xd3141d(0x1c9))/0xb);if(_0xfadfb0===_0xd1c9c8)break;else _0x32a6f6['push'](_0x32a6f6['shift']());}catch(_0x12c40f){_0x32a6f6['push'](_0x32a6f6['shift']());}}}(_0x4aa7,0x7077c));const e={'docs-shape-ui':{'title':_0x764152(0x1ab),'insertShape':_0x764152(0x1b2),'openPanel':_0x764152(0x1bc),'deleteShape':_0x764152(0x1cc),'hidePanel':_0x764152(0x1d1),'formatShape':_0x764152(0x1d2),'shapeStyle':_0x764152(0x1c8),'shapePosition':_0x764152(0x1c5),'toggleFlipH':_0x764152(0x1cd),'toggleFlipV':_0x764152(0x1cb),'rotateRight90':_0x764152(0x1cf),'rotateLeft90':_0x764152(0x1ac),'toggleTextVertical':_0x764152(0x1ca),'toolbar':{'alignLeft':_0x764152(0x1be),'alignCenter':_0x764152(0x1c6),'alignRight':_0x764152(0x1b3),'alignJustify':_0x764152(0x1ad),'bold':_0x764152(0x1b5),'italic':'Курсив','underline':_0x764152(0x1b6),'strikethrough':_0x764152(0x1d0),'textColor':_0x764152(0x1b7),'fillColor':_0x764152(0x1c4),'resetColor':_0x764152(0x1c3)},'align':{'top':_0x764152(0x1ba),'middle':_0x764152(0x1b8),'bottom':_0x764152(0x1c0)},'textWrap':{'inline':_0x764152(0x1c1),'square':_0x764152(0x1bf),'topAndBottom':_0x764152(0x1c7),'behindText':_0x764152(0x1b0),'inFrontText':'In\x20front\x20of\x20text'},'crop':{'shape':_0x764152(0x1aa)}}};module[_0x764152(0x1b9)]=e;
1
+ const _0x3f1ac6=_0x38db;(function(_0x147789,_0x1edcc8){const _0x30e7ef=_0x38db,_0x1cc46a=_0x147789();while(!![]){try{const _0x39bc57=parseInt(_0x30e7ef(0xe6))/0x1+-parseInt(_0x30e7ef(0xca))/0x2*(parseInt(_0x30e7ef(0xc8))/0x3)+-parseInt(_0x30e7ef(0xd7))/0x4+-parseInt(_0x30e7ef(0xdb))/0x5*(-parseInt(_0x30e7ef(0xed))/0x6)+-parseInt(_0x30e7ef(0xe4))/0x7*(parseInt(_0x30e7ef(0xcf))/0x8)+parseInt(_0x30e7ef(0xea))/0x9+parseInt(_0x30e7ef(0xd2))/0xa;if(_0x39bc57===_0x1edcc8)break;else _0x1cc46a['push'](_0x1cc46a['shift']());}catch(_0x219e31){_0x1cc46a['push'](_0x1cc46a['shift']());}}}(_0x748c,0x91137));const e={'docs-shape-ui':{'title':_0x3f1ac6(0xc7),'insertShape':'Вставить\x20фигуру','openPanel':_0x3f1ac6(0xd4),'deleteShape':_0x3f1ac6(0xc6),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':_0x3f1ac6(0xe7),'shapeStyle':_0x3f1ac6(0xd3),'shapePosition':_0x3f1ac6(0xe3),'toggleFlipH':_0x3f1ac6(0xec),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0x3f1ac6(0xc3),'rotateLeft90':_0x3f1ac6(0xd6),'toggleTextVertical':_0x3f1ac6(0xd1),'objectListPanel':{'title':'Слои','open':_0x3f1ac6(0xeb),'empty':_0x3f1ac6(0xc5),'showAll':'Показать\x20все','hideAll':_0x3f1ac6(0xef),'show':_0x3f1ac6(0xcb),'hide':_0x3f1ac6(0xf1),'moveForward':_0x3f1ac6(0xde),'moveBackward':'Переместить\x20назад','close':_0x3f1ac6(0xda),'name':'Имя','nameInput':_0x3f1ac6(0xe9),'description':'Описание','descriptionPlaceholder':_0x3f1ac6(0xcd),'details':_0x3f1ac6(0xcc),'noSelection':_0x3f1ac6(0xdd)},'toolbar':{'alignLeft':'Выровнять\x20по\x20левому\x20краю','alignCenter':_0x3f1ac6(0xe0),'alignRight':_0x3f1ac6(0xd5),'alignJustify':_0x3f1ac6(0xc4),'bold':_0x3f1ac6(0xdc),'italic':_0x3f1ac6(0xc9),'underline':'Подчеркнутый','strikethrough':_0x3f1ac6(0xd8),'textColor':_0x3f1ac6(0xe1),'fillColor':_0x3f1ac6(0xe5),'resetColor':'Сбросить\x20цвет'},'align':{'top':'Выровнять\x20по\x20верхнему\x20краю','middle':_0x3f1ac6(0xd0),'bottom':_0x3f1ac6(0xee)},'textWrap':{'inline':'В\x20тексте','square':_0x3f1ac6(0xe2),'topAndBottom':_0x3f1ac6(0xdf),'behindText':_0x3f1ac6(0xd9),'inFrontText':_0x3f1ac6(0xce)},'crop':{'shape':_0x3f1ac6(0xf0)}}};function _0x38db(_0x1fcf7e,_0x544e88){_0x1fcf7e=_0x1fcf7e-0xc3;const _0x748ce9=_0x748c();let _0x38db5e=_0x748ce9[_0x1fcf7e];return _0x38db5e;}module[_0x3f1ac6(0xe8)]=e;function _0x748c(){const _0x1c2328=['102264OdcdZR','Выровнять\x20посередине','Переключить\x20вертикальное\x20положение\x20текста','701340tejScR','Стиль\x20фигуры','Открыть\x20панель\x20фигур','Выровнять\x20по\x20правому\x20краю','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','1327988zgGQUV','Зачеркнутый','За\x20текстом','Закрыть','155ASqYlH','Полужирный','Выберите\x20объект\x20для\x20редактирования\x20сведений','Переместить\x20вперед','Сверху\x20и\x20снизу','Выровнять\x20по\x20центру','Цвет\x20текста','Вокруг\x20рамки','Положение\x20фигуры','581StYssr','Цвет\x20фона\x20текста','1077451oREOFV','Форматировать\x20фигуру','exports','Имя\x20объекта','3723660fLaApT','Открыть\x20панель\x20слоев','Переключить\x20горизонтальное\x20отражение','151968gAoPLX','Выровнять\x20по\x20нижнему\x20краю','Скрыть\x20все','Обрезать\x20по\x20форме','Скрыть','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Выровнять\x20по\x20ширине','Нет\x20объектов','Удалить\x20фигуру','Фигура','538914NFxvqz','Курсив','4kUUWnq','Показать','Сведения','Добавить\x20описание','Перед\x20текстом'];_0x748c=function(){return _0x1c2328;};return _0x748c();}
@@ -1 +1 @@
1
- const _0x619325=_0x5f4b;function _0x5f4b(_0x464966,_0x228873){_0x464966=_0x464966-0x123;const _0x21a327=_0x21a3();let _0x5f4be8=_0x21a327[_0x464966];return _0x5f4be8;}(function(_0x1e320d,_0x353942){const _0x4bc544=_0x5f4b,_0x19b2c6=_0x1e320d();while(!![]){try{const _0x333a31=parseInt(_0x4bc544(0x13a))/0x1*(-parseInt(_0x4bc544(0x142))/0x2)+-parseInt(_0x4bc544(0x12d))/0x3+-parseInt(_0x4bc544(0x12f))/0x4+parseInt(_0x4bc544(0x144))/0x5*(-parseInt(_0x4bc544(0x126))/0x6)+-parseInt(_0x4bc544(0x136))/0x7*(parseInt(_0x4bc544(0x13d))/0x8)+-parseInt(_0x4bc544(0x133))/0x9*(parseInt(_0x4bc544(0x139))/0xa)+parseInt(_0x4bc544(0x13e))/0xb;if(_0x333a31===_0x353942)break;else _0x19b2c6['push'](_0x19b2c6['shift']());}catch(_0x464b9c){_0x19b2c6['push'](_0x19b2c6['shift']());}}}(_0x21a3,0x829d0));function _0x21a3(){const _0x3fa24c=['Zarovnať\x20dole','3774824eXqZvj','exports','Štýl\x20tvaru','Přepnout\x20text\x20vertikálně','2702259uNoINr','Formátovať\x20tvar','Tvar','28mDtvQU','Vložiť\x20tvar','Farba\x20pozadia\x20textu','10fSzWDd','43991EiXxFv','Zarovnať\x20hore','Prepnúť\x20zvislé\x20prevrátenie','1014960JAXBuz','44382998ajdsDI','Tučné','Zarovnať\x20doprava','Obdĺžnikové','22PIfAmT','Otočiť\x20doprava\x20o\x2090°','639355XuBPTo','V\x20riadku\x20s\x20textom','Skryť\x20panel\x20tvarov','Odstrániť\x20tvar','Prepnúť\x20vodorovné\x20prevrátenie','42TXojjH','Pred\x20textom','Za\x20textom','Poloha\x20tvaru','Podčiarknutie','Zarovnať\x20na\x20stred','Zarovnať\x20do\x20bloku','1108173XNfJKR'];_0x21a3=function(){return _0x3fa24c;};return _0x21a3();}const e={'docs-shape-ui':{'title':_0x619325(0x135),'insertShape':_0x619325(0x137),'openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':_0x619325(0x124),'hidePanel':_0x619325(0x123),'formatShape':_0x619325(0x134),'shapeStyle':_0x619325(0x131),'shapePosition':_0x619325(0x129),'toggleFlipH':_0x619325(0x125),'toggleFlipV':_0x619325(0x13c),'rotateRight90':_0x619325(0x143),'rotateLeft90':'Otočiť\x20doľava\x20o\x2090°','toggleTextVertical':_0x619325(0x132),'toolbar':{'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x619325(0x12b),'alignRight':_0x619325(0x140),'alignJustify':_0x619325(0x12c),'bold':_0x619325(0x13f),'italic':'Kurzíva','underline':_0x619325(0x12a),'strikethrough':'Prečiarknuté','textColor':'Farba\x20textu','fillColor':_0x619325(0x138),'resetColor':'Reset\x20color'},'align':{'top':_0x619325(0x13b),'middle':_0x619325(0x12b),'bottom':_0x619325(0x12e)},'textWrap':{'inline':_0x619325(0x145),'square':_0x619325(0x141),'topAndBottom':'Hore\x20a\x20dole','behindText':_0x619325(0x128),'inFrontText':_0x619325(0x127)},'crop':{'shape':'Oříznout\x20podle\x20tvaru'}}};module[_0x619325(0x130)]=e;
1
+ const _0x3a5b74=_0x9af2;function _0x56ba(){const _0xdad6bf=['Zavrieť','Zarovnať\x20dole','14300082jCGWOL','Obnoviť\x20farbu','Podčiarknutie','2084558boJaaH','V\x20riadku\x20s\x20textom','Kurzíva','Otvoriť\x20panel\x20tvarov','Skryť\x20panel\x20tvarov','Zarovnať\x20doprava','2768298otZbPk','8102232kYelck','Pred\x20textom','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','4275695XdmVzK','Skryť','Zarovnať\x20hore','Vložiť\x20tvar','Za\x20textom','Podrobnosti','1052222kvTvgg','Přepnout\x20text\x20vertikálně','Otočiť\x20doľava\x20o\x2090°','exports','Farba\x20textu','Názov','Oříznout\x20podle\x20tvaru','Farba\x20pozadia\x20textu','Prepnúť\x20vodorovné\x20prevrátenie','79059bKbyIJ','Formátovať\x20tvar','42qnXqLV','Skryť\x20všetko','4KRFrfJ','Pridať\x20popis','Presunúť\x20dozadu','Hore\x20a\x20dole','Otočiť\x20doprava\x20o\x2090°','Zobraziť\x20všetko','Tvar','Zarovnať\x20doľava','Zarovnať\x20do\x20bloku','Zobraziť','Názov\x20objektu','Zarovnať\x20na\x20stred'];_0x56ba=function(){return _0xdad6bf;};return _0x56ba();}(function(_0x2a83fc,_0x4ef6a7){const _0x58c421=_0x9af2,_0x510a4c=_0x2a83fc();while(!![]){try{const _0x494dbf=parseInt(_0x58c421(0x1e1))/0x1+parseInt(_0x58c421(0x1ec))/0x2*(parseInt(_0x58c421(0x1ea))/0x3)+-parseInt(_0x58c421(0x1ee))/0x4*(parseInt(_0x58c421(0x1db))/0x5)+parseInt(_0x58c421(0x1d7))/0x6+parseInt(_0x58c421(0x1d1))/0x7+parseInt(_0x58c421(0x1d8))/0x8+-parseInt(_0x58c421(0x1ce))/0x9;if(_0x494dbf===_0x4ef6a7)break;else _0x510a4c['push'](_0x510a4c['shift']());}catch(_0xf4170){_0x510a4c['push'](_0x510a4c['shift']());}}}(_0x56ba,0xe3eb2));function _0x9af2(_0x1da40f,_0x270b7c){_0x1da40f=_0x1da40f-0x1cd;const _0x56ba0c=_0x56ba();let _0x9af293=_0x56ba0c[_0x1da40f];return _0x9af293;}const e={'docs-shape-ui':{'title':_0x3a5b74(0x1f4),'insertShape':_0x3a5b74(0x1de),'openPanel':_0x3a5b74(0x1d4),'deleteShape':'Odstrániť\x20tvar','hidePanel':_0x3a5b74(0x1d5),'formatShape':_0x3a5b74(0x1eb),'shapeStyle':'Štýl\x20tvaru','shapePosition':'Poloha\x20tvaru','toggleFlipH':_0x3a5b74(0x1e9),'toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':_0x3a5b74(0x1f2),'rotateLeft90':_0x3a5b74(0x1e3),'toggleTextVertical':_0x3a5b74(0x1e2),'objectListPanel':{'title':'Vrstvy','open':'Otvoriť\x20panel\x20vrstiev','empty':'Žiadne\x20objekty','showAll':_0x3a5b74(0x1f3),'hideAll':_0x3a5b74(0x1ed),'show':_0x3a5b74(0x1f7),'hide':_0x3a5b74(0x1dc),'moveForward':'Presunúť\x20dopredu','moveBackward':_0x3a5b74(0x1f0),'close':_0x3a5b74(0x1fa),'name':_0x3a5b74(0x1e6),'nameInput':_0x3a5b74(0x1f8),'description':'Popis','descriptionPlaceholder':_0x3a5b74(0x1ef),'details':_0x3a5b74(0x1e0),'noSelection':_0x3a5b74(0x1da)},'toolbar':{'alignLeft':_0x3a5b74(0x1f5),'alignCenter':_0x3a5b74(0x1f9),'alignRight':_0x3a5b74(0x1d6),'alignJustify':_0x3a5b74(0x1f6),'bold':'Tučné','italic':_0x3a5b74(0x1d3),'underline':_0x3a5b74(0x1d0),'strikethrough':'Prečiarknuté','textColor':_0x3a5b74(0x1e5),'fillColor':_0x3a5b74(0x1e8),'resetColor':_0x3a5b74(0x1cf)},'align':{'top':_0x3a5b74(0x1dd),'middle':'Zarovnať\x20na\x20stred','bottom':_0x3a5b74(0x1cd)},'textWrap':{'inline':_0x3a5b74(0x1d2),'square':'Obdĺžnikové','topAndBottom':_0x3a5b74(0x1f1),'behindText':_0x3a5b74(0x1df),'inFrontText':_0x3a5b74(0x1d9)},'crop':{'shape':_0x3a5b74(0x1e7)}}};module[_0x3a5b74(0x1e4)]=e;
@@ -1 +1 @@
1
- function _0x18af(_0x307d5b,_0x435b06){_0x307d5b=_0x307d5b-0x1ed;const _0x1c0414=_0x1c04();let _0x18af10=_0x1c0414[_0x307d5b];return _0x18af10;}function _0x1c04(){const _0x4b5a72=['Gạch\x20ngang','4QmWnPk','In\x20đậm','exports','Ẩn\x20bảng\x20hình\x20dạng','Bật/tắt\x20lật\x20dọc','Top\x20and\x20Bottom','7fXfvAs','552062qOeZqG','Chuyển\x20đổi\x20văn\x20bản\x20dọc','3EmdGaV','353634UIBYXt','Kiểu\x20hình\x20dạng','Chuyển\x20đổi\x20lật\x20ngang','In\x20front\x20of\x20text','Mở\x20bảng\x20hình\x20dạng','16OQrTmw','Màu\x20nền\x20văn\x20bản','Màu\x20chữ','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Vị\x20trí\x20hình\x20dạng','9409404WTnIYl','Căn\x20giữa','11SoEbbu','1539810MZbDWm','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','In\x20nghiêng','Chèn\x20hình\x20dạng','Gạch\x20chân','Căn\x20trái','Căn\x20giữa\x20theo\x20chiều\x20dọc','Định\x20dạng\x20hình\x20dạng','7479ovUISO','Căn\x20phải','874295dPPfin','Behind\x20text','Hình\x20dạng','280926HoAxZy','In\x20line\x20with\x20text','Căn\x20trên'];_0x1c04=function(){return _0x4b5a72;};return _0x1c04();}const _0x1b2533=_0x18af;(function(_0x531d5d,_0x4e04b1){const _0x1c30b4=_0x18af,_0x3589e9=_0x531d5d();while(!![]){try{const _0x4951a=-parseInt(_0x1c30b4(0x208))/0x1+-parseInt(_0x1c30b4(0x1f0))/0x2*(parseInt(_0x1c30b4(0x1f2))/0x3)+-parseInt(_0x1c30b4(0x211))/0x4*(parseInt(_0x1c30b4(0x20a))/0x5)+parseInt(_0x1c30b4(0x1f3))/0x6*(parseInt(_0x1c30b4(0x1ef))/0x7)+-parseInt(_0x1c30b4(0x1f8))/0x8*(parseInt(_0x1c30b4(0x20d))/0x9)+-parseInt(_0x1c30b4(0x200))/0xa+-parseInt(_0x1c30b4(0x1ff))/0xb*(-parseInt(_0x1c30b4(0x1fd))/0xc);if(_0x4951a===_0x4e04b1)break;else _0x3589e9['push'](_0x3589e9['shift']());}catch(_0x315346){_0x3589e9['push'](_0x3589e9['shift']());}}}(_0x1c04,0x29156));const e={'docs-shape-ui':{'title':_0x1b2533(0x20c),'insertShape':_0x1b2533(0x203),'openPanel':_0x1b2533(0x1f7),'deleteShape':'Xóa\x20hình\x20dạng','hidePanel':_0x1b2533(0x214),'formatShape':_0x1b2533(0x207),'shapeStyle':_0x1b2533(0x1f4),'shapePosition':_0x1b2533(0x1fc),'toggleFlipH':_0x1b2533(0x1f5),'toggleFlipV':_0x1b2533(0x1ed),'rotateRight90':_0x1b2533(0x201),'rotateLeft90':_0x1b2533(0x1fb),'toggleTextVertical':_0x1b2533(0x1f1),'toolbar':{'alignLeft':_0x1b2533(0x205),'alignCenter':_0x1b2533(0x1fe),'alignRight':_0x1b2533(0x209),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':_0x1b2533(0x212),'italic':_0x1b2533(0x202),'underline':_0x1b2533(0x204),'strikethrough':_0x1b2533(0x210),'textColor':_0x1b2533(0x1fa),'fillColor':_0x1b2533(0x1f9),'resetColor':'Reset\x20color'},'align':{'top':_0x1b2533(0x20f),'middle':_0x1b2533(0x206),'bottom':'Căn\x20dưới'},'textWrap':{'inline':_0x1b2533(0x20e),'square':'Square','topAndBottom':_0x1b2533(0x1ee),'behindText':_0x1b2533(0x20b),'inFrontText':_0x1b2533(0x1f6)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};module[_0x1b2533(0x213)]=e;
1
+ function _0xf428(_0x40a344,_0x48e25f){_0x40a344=_0x40a344-0x81;const _0xf9df18=_0xf9df();let _0xf428e5=_0xf9df18[_0x40a344];return _0xf428e5;}const _0x5a493e=_0xf428;(function(_0x1ec27b,_0x559d8a){const _0x21b8fa=_0xf428,_0x3c3622=_0x1ec27b();while(!![]){try{const _0x5f4e12=parseInt(_0x21b8fa(0x91))/0x1*(parseInt(_0x21b8fa(0xa3))/0x2)+-parseInt(_0x21b8fa(0x92))/0x3*(-parseInt(_0x21b8fa(0x83))/0x4)+-parseInt(_0x21b8fa(0x8c))/0x5*(parseInt(_0x21b8fa(0x9f))/0x6)+-parseInt(_0x21b8fa(0xac))/0x7+parseInt(_0x21b8fa(0xa8))/0x8+parseInt(_0x21b8fa(0x98))/0x9+-parseInt(_0x21b8fa(0x84))/0xa*(parseInt(_0x21b8fa(0x85))/0xb);if(_0x5f4e12===_0x559d8a)break;else _0x3c3622['push'](_0x3c3622['shift']());}catch(_0x15dca8){_0x3c3622['push'](_0x3c3622['shift']());}}}(_0xf9df,0x4ed70));const e={'docs-shape-ui':{'title':_0x5a493e(0x82),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x5a493e(0xa9),'deleteShape':_0x5a493e(0x86),'hidePanel':_0x5a493e(0x94),'formatShape':_0x5a493e(0xa6),'shapeStyle':_0x5a493e(0xa1),'shapePosition':_0x5a493e(0x8d),'toggleFlipH':_0x5a493e(0x8b),'toggleFlipV':_0x5a493e(0x88),'rotateRight90':_0x5a493e(0x89),'rotateLeft90':_0x5a493e(0xa0),'toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','objectListPanel':{'title':_0x5a493e(0x9b),'open':_0x5a493e(0xa4),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':'Hiện\x20tất\x20cả','hideAll':_0x5a493e(0xab),'show':_0x5a493e(0x8f),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':_0x5a493e(0x9a),'close':_0x5a493e(0xa5),'name':_0x5a493e(0x87),'nameInput':'Tên\x20đối\x20tượng','description':_0x5a493e(0x8e),'descriptionPlaceholder':_0x5a493e(0x9d),'details':_0x5a493e(0x8a),'noSelection':_0x5a493e(0x93)},'toolbar':{'alignLeft':_0x5a493e(0x9e),'alignCenter':'Căn\x20giữa','alignRight':_0x5a493e(0xae),'alignJustify':_0x5a493e(0xaa),'bold':_0x5a493e(0x9c),'italic':_0x5a493e(0x97),'underline':_0x5a493e(0x95),'strikethrough':_0x5a493e(0xad),'textColor':_0x5a493e(0x90),'fillColor':_0x5a493e(0x96),'resetColor':_0x5a493e(0x81)},'align':{'top':'Căn\x20trên','middle':_0x5a493e(0xa2),'bottom':'Căn\x20dưới'},'textWrap':{'inline':'Cùng\x20dòng\x20với\x20văn\x20bản','square':_0x5a493e(0x99),'topAndBottom':'Trên\x20và\x20dưới','behindText':'Phía\x20sau\x20văn\x20bản','inFrontText':_0x5a493e(0xa7)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};function _0xf9df(){const _0x5ed9a3=['Tên','Bật/tắt\x20lật\x20dọc','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Chi\x20tiết','Chuyển\x20đổi\x20lật\x20ngang','1822285veTDVm','Vị\x20trí\x20hình\x20dạng','Mô\x20tả','Hiện','Màu\x20chữ','6581pfyBkh','3DfWVYi','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Ẩn\x20bảng\x20hình\x20dạng','Gạch\x20chân','Màu\x20nền\x20văn\x20bản','In\x20nghiêng','2526318TkHcem','Bao\x20quanh','Đưa\x20xuống\x20dưới','Lớp','In\x20đậm','Thêm\x20mô\x20tả','Căn\x20trái','6mwkfct','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Kiểu\x20hình\x20dạng','Căn\x20giữa\x20theo\x20chiều\x20dọc','146zKmqUl','Mở\x20bảng\x20điều\x20khiển\x20lớp','Đóng','Định\x20dạng\x20hình\x20dạng','Phía\x20trước\x20văn\x20bản','2772840rQWDiW','Mở\x20bảng\x20hình\x20dạng','Căn\x20đều\x20hai\x20bên','Ẩn\x20tất\x20cả','4453330PTaXmi','Gạch\x20ngang','Căn\x20phải','Đặt\x20lại\x20màu','Hình\x20dạng','991912GFNTpj','10DahPXA','353353jawCjA','Xóa\x20hình\x20dạng'];_0xf9df=function(){return _0x5ed9a3;};return _0xf9df();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x519cf5=_0x5ebb;function _0x5711(){const _0x24749c=['312lFiGmJ','重置颜色','底部对齐','垂直居中','左对齐','切换水平翻转','下划线','形状样式','逆时针90度旋转','形状位置','exports','打开形状面板','顶部对齐','4021920vsVJOL','1494584mqOOwB','嵌入型','1352118WHiBgJ','文本颜色','1440640VUvSAp','5037534kYpNoA','隐藏形状面板','居中对齐','衬于文字下方','浮于文字上方','两端对齐','删除形状','顺时针90度旋转','文本背景色','裁剪为形状','四周型','5389976ItBSUN','3QbCWom','插入形状','格式化形状','161410TWCRCI','删除线'];_0x5711=function(){return _0x24749c;};return _0x5711();}function _0x5ebb(_0x3069ea,_0x1fd0ac){_0x3069ea=_0x3069ea-0xc8;const _0x5711f4=_0x5711();let _0x5ebb74=_0x5711f4[_0x3069ea];return _0x5ebb74;}(function(_0x2414bf,_0x408493){const _0x56ef68=_0x5ebb,_0x5298b8=_0x2414bf();while(!![]){try{const _0x195a5c=-parseInt(_0x56ef68(0xe1))/0x1+parseInt(_0x56ef68(0xdf))/0x2*(-parseInt(_0x56ef68(0xca))/0x3)+-parseInt(_0x56ef68(0xdd))/0x4+parseInt(_0x56ef68(0xcd))/0x5*(parseInt(_0x56ef68(0xcf))/0x6)+parseInt(_0x56ef68(0xdc))/0x7+parseInt(_0x56ef68(0xc9))/0x8+parseInt(_0x56ef68(0xe2))/0x9;if(_0x195a5c===_0x408493)break;else _0x5298b8['push'](_0x5298b8['shift']());}catch(_0x3d5f62){_0x5298b8['push'](_0x5298b8['shift']());}}}(_0x5711,0xf3400));const e={'docs-shape-ui':{'title':'形状','insertShape':_0x519cf5(0xcb),'openPanel':_0x519cf5(0xda),'deleteShape':_0x519cf5(0xe8),'hidePanel':_0x519cf5(0xe3),'formatShape':_0x519cf5(0xcc),'shapeStyle':_0x519cf5(0xd6),'shapePosition':_0x519cf5(0xd8),'toggleFlipH':_0x519cf5(0xd4),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x519cf5(0xe9),'rotateLeft90':_0x519cf5(0xd7),'toggleTextVertical':'切换文本竖排','toolbar':{'alignLeft':_0x519cf5(0xd3),'alignCenter':_0x519cf5(0xe4),'alignRight':'右对齐','alignJustify':_0x519cf5(0xe7),'bold':'粗体','italic':'斜体','underline':_0x519cf5(0xd5),'strikethrough':_0x519cf5(0xce),'textColor':_0x519cf5(0xe0),'fillColor':_0x519cf5(0xea),'resetColor':_0x519cf5(0xd0)},'align':{'top':_0x519cf5(0xdb),'middle':_0x519cf5(0xd2),'bottom':_0x519cf5(0xd1)},'textWrap':{'inline':_0x519cf5(0xde),'square':_0x519cf5(0xc8),'topAndBottom':'上下型','behindText':_0x519cf5(0xe5),'inFrontText':_0x519cf5(0xe6)},'crop':{'shape':_0x519cf5(0xeb)}}};module[_0x519cf5(0xd9)]=e;
1
+ const _0x1d511f=_0x38ed;(function(_0x39b8ed,_0x5a9bd3){const _0x55920d=_0x38ed,_0x2ef431=_0x39b8ed();while(!![]){try{const _0x714af8=parseInt(_0x55920d(0x160))/0x1*(parseInt(_0x55920d(0x16e))/0x2)+parseInt(_0x55920d(0x164))/0x3+-parseInt(_0x55920d(0x165))/0x4+parseInt(_0x55920d(0x15d))/0x5+-parseInt(_0x55920d(0x157))/0x6*(parseInt(_0x55920d(0x162))/0x7)+parseInt(_0x55920d(0x15e))/0x8*(parseInt(_0x55920d(0x155))/0x9)+-parseInt(_0x55920d(0x172))/0xa*(parseInt(_0x55920d(0x166))/0xb);if(_0x714af8===_0x5a9bd3)break;else _0x2ef431['push'](_0x2ef431['shift']());}catch(_0x1232dc){_0x2ef431['push'](_0x2ef431['shift']());}}}(_0x2674,0xbb23a));function _0x2674(){const _0x1c75b9=['格式化形状','151872GypTwP','3242516eDYqHH','21254222ynGADH','上移一层','文本颜色','顺时针90度旋转','删除线','重置颜色','隐藏形状面板','左对齐','2NWONgc','下移一层','嵌入型','打开形状面板','10sAbgOC','右对齐','暂无对象','exports','切换水平翻转','全部隐藏','四周型','切换文本竖排','上下型','72tqDsbx','逆时针90度旋转','715332YmMpyA','两端对齐','对象名称','顶部对齐','形状位置','垂直居中','4790600BmScBQ','1165912OyPmiD','删除形状','1453919jQxJjk','插入形状','7RQCgXy'];_0x2674=function(){return _0x1c75b9;};return _0x2674();}const e={'docs-shape-ui':{'title':'形状','insertShape':_0x1d511f(0x161),'openPanel':_0x1d511f(0x171),'deleteShape':_0x1d511f(0x15f),'hidePanel':_0x1d511f(0x16c),'formatShape':_0x1d511f(0x163),'shapeStyle':'形状样式','shapePosition':_0x1d511f(0x15b),'toggleFlipH':_0x1d511f(0x150),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x1d511f(0x169),'rotateLeft90':_0x1d511f(0x156),'toggleTextVertical':_0x1d511f(0x153),'objectListPanel':{'title':'图层','open':'打开图层面板','empty':_0x1d511f(0x174),'showAll':'全部显示','hideAll':_0x1d511f(0x151),'show':'显示','hide':'隐藏','moveForward':_0x1d511f(0x167),'moveBackward':_0x1d511f(0x16f),'close':'关闭','name':'名称','nameInput':_0x1d511f(0x159),'description':'描述','descriptionPlaceholder':'添加描述','details':'详情','noSelection':'选择对象以编辑详情'},'toolbar':{'alignLeft':_0x1d511f(0x16d),'alignCenter':'居中对齐','alignRight':_0x1d511f(0x173),'alignJustify':_0x1d511f(0x158),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x1d511f(0x16a),'textColor':_0x1d511f(0x168),'fillColor':'文本背景色','resetColor':_0x1d511f(0x16b)},'align':{'top':_0x1d511f(0x15a),'middle':_0x1d511f(0x15c),'bottom':'底部对齐'},'textWrap':{'inline':_0x1d511f(0x170),'square':_0x1d511f(0x152),'topAndBottom':_0x1d511f(0x154),'behindText':'衬于文字下方','inFrontText':'浮于文字上方'},'crop':{'shape':'裁剪为形状'}}};function _0x38ed(_0xa9472b,_0x47723f){_0xa9472b=_0xa9472b-0x150;const _0x267481=_0x2674();let _0x38ed5c=_0x267481[_0xa9472b];return _0x38ed5c;}module[_0x1d511f(0x175)]=e;
@@ -1 +1 @@
1
- function _0x43ac(_0x580656,_0x47bcbe){_0x580656=_0x580656-0xc5;const _0x4eee59=_0x4eee();let _0x43ac61=_0x4eee59[_0x580656];return _0x43ac61;}const _0xba6d5b=_0x43ac;(function(_0x174ea1,_0x1551bf){const _0x5c7c7a=_0x43ac,_0x51c441=_0x174ea1();while(!![]){try{const _0x46598c=parseInt(_0x5c7c7a(0xd7))/0x1*(-parseInt(_0x5c7c7a(0xdc))/0x2)+-parseInt(_0x5c7c7a(0xd8))/0x3+-parseInt(_0x5c7c7a(0xcf))/0x4*(parseInt(_0x5c7c7a(0xe0))/0x5)+-parseInt(_0x5c7c7a(0xd5))/0x6*(-parseInt(_0x5c7c7a(0xd0))/0x7)+-parseInt(_0x5c7c7a(0xe3))/0x8*(parseInt(_0x5c7c7a(0xda))/0x9)+-parseInt(_0x5c7c7a(0xe9))/0xa+-parseInt(_0x5c7c7a(0xd1))/0xb*(-parseInt(_0x5c7c7a(0xcb))/0xc);if(_0x46598c===_0x1551bf)break;else _0x51c441['push'](_0x51c441['shift']());}catch(_0x482678){_0x51c441['push'](_0x51c441['shift']());}}}(_0x4eee,0x65670));const e={'docs-shape-ui':{'title':'形狀','insertShape':_0xba6d5b(0xe5),'openPanel':_0xba6d5b(0xd2),'deleteShape':_0xba6d5b(0xc5),'hidePanel':_0xba6d5b(0xdf),'formatShape':_0xba6d5b(0xce),'shapeStyle':_0xba6d5b(0xde),'shapePosition':_0xba6d5b(0xd6),'toggleFlipH':_0xba6d5b(0xcd),'toggleFlipV':_0xba6d5b(0xe7),'rotateRight90':_0xba6d5b(0xcc),'rotateLeft90':_0xba6d5b(0xc8),'toggleTextVertical':_0xba6d5b(0xd9),'toolbar':{'alignLeft':_0xba6d5b(0xe2),'alignCenter':_0xba6d5b(0xc7),'alignRight':'右對齊','alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':'文字顏色','fillColor':_0xba6d5b(0xdd),'resetColor':_0xba6d5b(0xd4)},'align':{'top':_0xba6d5b(0xc9),'middle':_0xba6d5b(0xe1),'bottom':_0xba6d5b(0xe4)},'textWrap':{'inline':_0xba6d5b(0xc6),'square':'矩形','topAndBottom':_0xba6d5b(0xca),'behindText':_0xba6d5b(0xe6),'inFrontText':_0xba6d5b(0xd3)},'crop':{'shape':_0xba6d5b(0xe8)}}};module[_0xba6d5b(0xdb)]=e;function _0x4eee(){const _0x6ab193=['文字背景色','圖形樣式','隱藏形狀面板','55tDXZOc','垂直居中','左對齊','65176iUopqV','底部對齊','插入形狀','文字在前','切換垂直翻轉','裁切為形狀','3822870bXxGRE','刪除形狀','與文字排列','居中對齊','逆時針\x2090\x20度旋轉','頂部對齊','上及下','21048wqkmzf','順時針\x2090\x20度旋轉','切換水平翻轉','格式化形狀','94376ogUUnJ','16387szPRia','5786ILcPnF','打開形狀面板','文字在後','重置顏色','1158mDrocH','圖形位置','2EbkwiP','233109HXtAzn','切換文本豎排','117wxTRbe','exports','133638YGmNGH'];_0x4eee=function(){return _0x6ab193;};return _0x4eee();}
1
+ const _0x5254f8=_0x169b;(function(_0x1b5dd6,_0x3c8033){const _0x1557cb=_0x169b,_0x331ebf=_0x1b5dd6();while(!![]){try{const _0x14b7b8=parseInt(_0x1557cb(0x135))/0x1+parseInt(_0x1557cb(0x133))/0x2*(parseInt(_0x1557cb(0x126))/0x3)+parseInt(_0x1557cb(0x134))/0x4*(-parseInt(_0x1557cb(0x14a))/0x5)+-parseInt(_0x1557cb(0x13f))/0x6+parseInt(_0x1557cb(0x132))/0x7*(parseInt(_0x1557cb(0x137))/0x8)+-parseInt(_0x1557cb(0x13d))/0x9*(-parseInt(_0x1557cb(0x136))/0xa)+-parseInt(_0x1557cb(0x143))/0xb;if(_0x14b7b8===_0x3c8033)break;else _0x331ebf['push'](_0x331ebf['shift']());}catch(_0x2bbd2a){_0x331ebf['push'](_0x331ebf['shift']());}}}(_0x132f,0xd27b4));function _0x169b(_0x1c6236,_0x3b3d14){_0x1c6236=_0x1c6236-0x126;const _0x132fe5=_0x132f();let _0x169b4c=_0x132fe5[_0x1c6236];return _0x169b4c;}function _0x132f(){const _0x4a73be=['4vxfTYE','4nZQSdc','272001ArKpsZ','10BSDfjr','48tCCpNV','重置顏色','圖形樣式','暫無物件','物件名稱','切換水平翻轉','12823569kiEnVn','兩端對齊','9381570SpZMsP','全部隱藏','打開形狀面板','居中對齊','7136624fhzdiT','圖形位置','上移一層','全部顯示','左對齊','exports','底部對齊','5093905HcIJhE','右對齊','1264647NHBHoC','逆時針\x2090\x20度旋轉','刪除線','刪除形狀','與文字排列','格式化形狀','隱藏形狀面板','切換文本豎排','文字顏色','插入形狀','選擇物件以編輯詳情','頂部對齊','1812244klNWDf'];_0x132f=function(){return _0x4a73be;};return _0x132f();}const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x5254f8(0x12f),'openPanel':_0x5254f8(0x141),'deleteShape':_0x5254f8(0x129),'hidePanel':_0x5254f8(0x12c),'formatShape':_0x5254f8(0x12b),'shapeStyle':_0x5254f8(0x139),'shapePosition':_0x5254f8(0x144),'toggleFlipH':_0x5254f8(0x13c),'toggleFlipV':'切換垂直翻轉','rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x5254f8(0x127),'toggleTextVertical':_0x5254f8(0x12d),'objectListPanel':{'title':'圖層','open':'開啟圖層面板','empty':_0x5254f8(0x13a),'showAll':_0x5254f8(0x146),'hideAll':_0x5254f8(0x140),'show':'顯示','hide':'隱藏','moveForward':_0x5254f8(0x145),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x5254f8(0x13b),'description':'描述','descriptionPlaceholder':'新增描述','details':'詳情','noSelection':_0x5254f8(0x130)},'toolbar':{'alignLeft':_0x5254f8(0x147),'alignCenter':_0x5254f8(0x142),'alignRight':_0x5254f8(0x14b),'alignJustify':_0x5254f8(0x13e),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x5254f8(0x128),'textColor':_0x5254f8(0x12e),'fillColor':'文字背景色','resetColor':_0x5254f8(0x138)},'align':{'top':_0x5254f8(0x131),'middle':'垂直居中','bottom':_0x5254f8(0x149)},'textWrap':{'inline':_0x5254f8(0x12a),'square':'矩形','topAndBottom':'上及下','behindText':'文字在前','inFrontText':'文字在後'},'crop':{'shape':'裁切為形狀'}}};module[_0x5254f8(0x148)]=e;
@@ -1 +1 @@
1
- function _0x1c38(_0x2893eb,_0x52e7d0){_0x2893eb=_0x2893eb-0x18d;const _0x8a8a3d=_0x8a8a();let _0x1c38ff=_0x8a8a3d[_0x2893eb];return _0x1c38ff;}function _0x8a8a(){const _0x735773=['切換文本竖排','左對齊','右對齊','圖形樣式','文字在後','逆時針\x2090\x20度旋轉','兩端對齊','刪除線','文字背景色','居中對齊','垂直居中','切換水平翻轉','刪除形狀','3166410vQXhSL','打開形狀面板','切換垂直翻轉','25kDDDLj','64026EFFJik','裁切為形狀','圖形位置','6053244YLXOJX','996126odleEy','1757222PSdbKE','文字顏色','插入形狀','exports','3333003IGNmCp','隱藏形狀面板','頂部對齊','上及下','與文字排列','3704dwnjIH','重置顏色','4347658jMTISB'];_0x8a8a=function(){return _0x735773;};return _0x8a8a();}const _0x4f131f=_0x1c38;(function(_0x5b267e,_0x4d9fa6){const _0x5d043d=_0x1c38,_0xbab18b=_0x5b267e();while(!![]){try{const _0x19ddf2=parseInt(_0x5d043d(0x198))/0x1+-parseInt(_0x5d043d(0x18f))/0x2+parseInt(_0x5d043d(0x19c))/0x3+parseInt(_0x5d043d(0x196))/0x4+-parseInt(_0x5d043d(0x192))/0x5*(-parseInt(_0x5d043d(0x197))/0x6)+parseInt(_0x5d043d(0x1a3))/0x7+parseInt(_0x5d043d(0x1a1))/0x8*(-parseInt(_0x5d043d(0x193))/0x9);if(_0x19ddf2===_0x4d9fa6)break;else _0xbab18b['push'](_0xbab18b['shift']());}catch(_0x5239b0){_0xbab18b['push'](_0xbab18b['shift']());}}}(_0x8a8a,0xe9562));const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x4f131f(0x19a),'openPanel':_0x4f131f(0x190),'deleteShape':_0x4f131f(0x18e),'hidePanel':_0x4f131f(0x19d),'formatShape':'格式化形狀','shapeStyle':_0x4f131f(0x1a7),'shapePosition':_0x4f131f(0x195),'toggleFlipH':_0x4f131f(0x18d),'toggleFlipV':_0x4f131f(0x191),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x4f131f(0x1a9),'toggleTextVertical':_0x4f131f(0x1a4),'toolbar':{'alignLeft':_0x4f131f(0x1a5),'alignCenter':_0x4f131f(0x1ad),'alignRight':_0x4f131f(0x1a6),'alignJustify':_0x4f131f(0x1aa),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4f131f(0x1ab),'textColor':_0x4f131f(0x199),'fillColor':_0x4f131f(0x1ac),'resetColor':_0x4f131f(0x1a2)},'align':{'top':_0x4f131f(0x19e),'middle':_0x4f131f(0x1ae),'bottom':'底部對齊'},'textWrap':{'inline':_0x4f131f(0x1a0),'square':'矩形','topAndBottom':_0x4f131f(0x19f),'behindText':'文字在前','inFrontText':_0x4f131f(0x1a8)},'crop':{'shape':_0x4f131f(0x194)}}};module[_0x4f131f(0x19b)]=e;
1
+ function _0x5ef4(){const _0x3c3d8c=['3978090TuYGNB','圖形樣式','272SFArqf','兩端對齊','切換垂直翻轉','插入形狀','物件名稱','上移一層','打開形狀面板','全部隱藏','文字顏色','逆時針\x2090\x20度旋轉','133631gNbYFn','exports','1140BGbnQH','全部顯示','隱藏形狀面板','右對齊','重置顏色','2628714NGjjTE','上及下','裁切為形狀','8644650aaFRhY','27853ZaksIB','刪除形狀','2TWZmXn','垂直居中','圖形位置','開啟圖層面板','文字背景色','202908jUedvB','32vlLtEJ','刪除線','底部對齊','格式化形狀','居中對齊','左對齊','切換文本竖排','文字在後','115596BeIcCx','暫無物件','頂部對齊'];_0x5ef4=function(){return _0x3c3d8c;};return _0x5ef4();}function _0x903c(_0x57dd23,_0x4ee685){_0x57dd23=_0x57dd23-0x12f;const _0x5ef49d=_0x5ef4();let _0x903c65=_0x5ef49d[_0x57dd23];return _0x903c65;}const _0x40eb4b=_0x903c;(function(_0x4b8da7,_0x1a3b03){const _0x13abca=_0x903c,_0x407e8b=_0x4b8da7();while(!![]){try{const _0xaa40a=parseInt(_0x13abca(0x149))/0x1*(parseInt(_0x13abca(0x156))/0x2)+-parseInt(_0x13abca(0x131))/0x3*(-parseInt(_0x13abca(0x132))/0x4)+-parseInt(_0x13abca(0x13d))/0x5+parseInt(_0x13abca(0x14b))/0x6*(parseInt(_0x13abca(0x154))/0x7)+-parseInt(_0x13abca(0x13f))/0x8*(-parseInt(_0x13abca(0x13a))/0x9)+-parseInt(_0x13abca(0x153))/0xa+parseInt(_0x13abca(0x150))/0xb;if(_0xaa40a===_0x1a3b03)break;else _0x407e8b['push'](_0x407e8b['shift']());}catch(_0x27a1b7){_0x407e8b['push'](_0x407e8b['shift']());}}}(_0x5ef4,0x6cf6c));const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x40eb4b(0x142),'openPanel':_0x40eb4b(0x145),'deleteShape':_0x40eb4b(0x155),'hidePanel':_0x40eb4b(0x14d),'formatShape':_0x40eb4b(0x135),'shapeStyle':_0x40eb4b(0x13e),'shapePosition':_0x40eb4b(0x158),'toggleFlipH':'切換水平翻轉','toggleFlipV':_0x40eb4b(0x141),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x40eb4b(0x148),'toggleTextVertical':_0x40eb4b(0x138),'objectListPanel':{'title':'圖層','open':_0x40eb4b(0x12f),'empty':_0x40eb4b(0x13b),'showAll':_0x40eb4b(0x14c),'hideAll':_0x40eb4b(0x146),'show':'顯示','hide':'隱藏','moveForward':_0x40eb4b(0x144),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x40eb4b(0x143),'description':'描述','descriptionPlaceholder':'新增描述','details':'詳細資料','noSelection':'選取物件以編輯詳細資料'},'toolbar':{'alignLeft':_0x40eb4b(0x137),'alignCenter':_0x40eb4b(0x136),'alignRight':_0x40eb4b(0x14e),'alignJustify':_0x40eb4b(0x140),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x40eb4b(0x133),'textColor':_0x40eb4b(0x147),'fillColor':_0x40eb4b(0x130),'resetColor':_0x40eb4b(0x14f)},'align':{'top':_0x40eb4b(0x13c),'middle':_0x40eb4b(0x157),'bottom':_0x40eb4b(0x134)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x40eb4b(0x151),'behindText':'文字在前','inFrontText':_0x40eb4b(0x139)},'crop':{'shape':_0x40eb4b(0x152)}}};module[_0x40eb4b(0x14a)]=e;