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