@univerjs-pro/docs-shape-ui 1.0.0-alpha.2 → 1.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/README.md +5 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +21 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/command-util.d.ts +9 -3
  64. package/lib/types/commands/command/update-doc-drawing-metadata.command.d.ts +15 -0
  65. package/lib/types/commands/menu/object-list.menu.d.ts +4 -0
  66. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  67. package/lib/types/const.d.ts +2 -1
  68. package/lib/types/controllers/components.controller.d.ts +4 -2
  69. package/lib/types/controllers/doc-shape-render.controller.d.ts +2 -2
  70. package/lib/types/index.d.ts +1 -5
  71. package/lib/types/locale/en-US.d.ts +18 -0
  72. package/lib/types/services/shape-text-editing.service.d.ts +8 -0
  73. package/lib/types/utils/shape-text-document.d.ts +1 -11
  74. package/lib/types/view-model/drawing-shape.d.ts +6 -2
  75. package/lib/types/view-model/shape-data-model.d.ts +7 -5
  76. package/lib/types/views/ShapePicker.d.ts +4 -0
  77. package/lib/types/views/object-list-panel/DocDrawingObjectListPanel.d.ts +1 -0
  78. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ar-SA.js +1 -1
  81. package/lib/umd/locale/ca-ES.js +1 -1
  82. package/lib/umd/locale/de-DE.js +1 -1
  83. package/lib/umd/locale/en-US.js +1 -1
  84. package/lib/umd/locale/es-ES.js +1 -1
  85. package/lib/umd/locale/fa-IR.js +1 -1
  86. package/lib/umd/locale/fr-FR.js +1 -1
  87. package/lib/umd/locale/id-ID.js +1 -1
  88. package/lib/umd/locale/it-IT.js +1 -1
  89. package/lib/umd/locale/ja-JP.js +1 -1
  90. package/lib/umd/locale/ko-KR.js +1 -1
  91. package/lib/umd/locale/pl-PL.js +1 -1
  92. package/lib/umd/locale/pt-BR.js +1 -1
  93. package/lib/umd/locale/ru-RU.js +1 -1
  94. package/lib/umd/locale/sk-SK.js +1 -1
  95. package/lib/umd/locale/vi-VN.js +1 -1
  96. package/lib/umd/locale/zh-CN.js +1 -1
  97. package/lib/umd/locale/zh-HK.js +1 -1
  98. package/lib/umd/locale/zh-TW.js +1 -1
  99. package/package.json +18 -17
  100. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
@@ -1 +1 @@
1
- const _0x47cbe2=_0x3e35;function _0x3e35(_0x33960a,_0x223ca1){_0x33960a=_0x33960a-0x141;const _0x4648f2=_0x4648();let _0x3e357a=_0x4648f2[_0x33960a];return _0x3e357a;}(function(_0x422cb9,_0x5f1ebe){const _0x50c821=_0x3e35,_0x574496=_0x422cb9();while(!![]){try{const _0x13f81b=-parseInt(_0x50c821(0x166))/0x1*(parseInt(_0x50c821(0x160))/0x2)+parseInt(_0x50c821(0x142))/0x3*(-parseInt(_0x50c821(0x156))/0x4)+-parseInt(_0x50c821(0x152))/0x5*(parseInt(_0x50c821(0x148))/0x6)+-parseInt(_0x50c821(0x15b))/0x7*(-parseInt(_0x50c821(0x15d))/0x8)+-parseInt(_0x50c821(0x14d))/0x9*(parseInt(_0x50c821(0x14c))/0xa)+parseInt(_0x50c821(0x141))/0xb*(parseInt(_0x50c821(0x15a))/0xc)+parseInt(_0x50c821(0x14e))/0xd*(parseInt(_0x50c821(0x15f))/0xe);if(_0x13f81b===_0x5f1ebe)break;else _0x574496['push'](_0x574496['shift']());}catch(_0xd47d9){_0x574496['push'](_0x574496['shift']());}}}(_0x4648,0x49ded));const e={'docs-shape-ui':{'title':_0x47cbe2(0x157),'insertShape':_0x47cbe2(0x153),'openPanel':_0x47cbe2(0x144),'deleteShape':_0x47cbe2(0x151),'hidePanel':_0x47cbe2(0x155),'formatShape':'Form\x20formatieren','shapeStyle':_0x47cbe2(0x15c),'shapePosition':_0x47cbe2(0x145),'toggleFlipH':_0x47cbe2(0x143),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':'Links\x2090°\x20drehen','toggleTextVertical':_0x47cbe2(0x15e),'toolbar':{'alignLeft':'Linksbündig','alignCenter':_0x47cbe2(0x162),'alignRight':_0x47cbe2(0x14b),'alignJustify':_0x47cbe2(0x165),'bold':_0x47cbe2(0x149),'italic':_0x47cbe2(0x14a),'underline':_0x47cbe2(0x158),'strikethrough':_0x47cbe2(0x167),'textColor':'Textfarbe','fillColor':_0x47cbe2(0x164),'resetColor':_0x47cbe2(0x147)},'align':{'top':_0x47cbe2(0x161),'middle':'Mittig','bottom':_0x47cbe2(0x163)},'textWrap':{'inline':'Im\x20Textfluss','square':_0x47cbe2(0x159),'topAndBottom':'Oben\x20und\x20unten','behindText':_0x47cbe2(0x154),'inFrontText':_0x47cbe2(0x150)},'crop':{'shape':_0x47cbe2(0x14f)}}};module[_0x47cbe2(0x146)]=e;function _0x4648(){const _0x4d01c7=['298617sTdpCB','Horizontale\x20Spiegelung\x20umschalten','Form-Panel\x20öffnen','Formposition','exports','Reset\x20color','6ZKFCNT','Fett','Kursiv','Rechtsbündig','30IDJLmU','130014xOClNW','832oGOybM','Auf\x20Form\x20zuschneiden','Vor\x20dem\x20Text','Form\x20löschen','896420Mcjnqe','Form\x20einfügen','Hinter\x20dem\x20Text','Form-Panel\x20ausblenden','24fEbtFt','Form','Unterstrichen','Quadratisch','67356hjpIKc','2968861IUzGWV','Formstil','8YJZAKM','Vertikalen\x20Text\x20umschalten','195146yZFqwX','31982raBTVT','Oben\x20bündig','Zentriert','Unten\x20bündig','Texthintergrundfarbe','Blocksatz','23LvlYty','Durchgestrichen','341tCaFwJ'];_0x4648=function(){return _0x4d01c7;};return _0x4648();}
1
+ const _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 +1 @@
1
- const _0x5ab331=_0x1995;(function(_0x1a3441,_0x570655){const _0x27ac4e=_0x1995,_0xd31b0a=_0x1a3441();while(!![]){try{const _0x4b89cf=-parseInt(_0x27ac4e(0xf9))/0x1*(-parseInt(_0x27ac4e(0xf4))/0x2)+-parseInt(_0x27ac4e(0xf5))/0x3+-parseInt(_0x27ac4e(0xf3))/0x4*(-parseInt(_0x27ac4e(0xde))/0x5)+parseInt(_0x27ac4e(0xdd))/0x6+parseInt(_0x27ac4e(0xf7))/0x7*(-parseInt(_0x27ac4e(0xea))/0x8)+parseInt(_0x27ac4e(0xef))/0x9*(-parseInt(_0x27ac4e(0xe6))/0xa)+parseInt(_0x27ac4e(0xf8))/0xb;if(_0x4b89cf===_0x570655)break;else _0xd31b0a['push'](_0xd31b0a['shift']());}catch(_0x2dab53){_0xd31b0a['push'](_0xd31b0a['shift']());}}}(_0x372f,0xedb56));function _0x1995(_0x3047ed,_0x182469){_0x3047ed=_0x3047ed-0xda;const _0x372f1d=_0x372f();let _0x1995f2=_0x372f1d[_0x3047ed];return _0x1995f2;}const e={'docs-shape-ui':{'title':'Shape','insertShape':_0x5ab331(0xe1),'openPanel':'Open\x20Shape\x20Panel','deleteShape':_0x5ab331(0xed),'hidePanel':_0x5ab331(0xe0),'formatShape':_0x5ab331(0xdf),'shapeStyle':_0x5ab331(0xe4),'shapePosition':_0x5ab331(0xfb),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x5ab331(0xf2),'rotateRight90':_0x5ab331(0xf1),'rotateLeft90':_0x5ab331(0xec),'toggleTextVertical':'Toggle\x20Text\x20Vertical','toolbar':{'alignLeft':_0x5ab331(0xe7),'alignCenter':_0x5ab331(0xee),'alignRight':_0x5ab331(0xfa),'alignJustify':_0x5ab331(0xe8),'bold':'Bold','italic':'Italic','underline':'Underline','strikethrough':_0x5ab331(0xdb),'textColor':_0x5ab331(0xf0),'fillColor':_0x5ab331(0xe2),'resetColor':_0x5ab331(0xeb)},'align':{'top':_0x5ab331(0xe5),'middle':'Align\x20Middle','bottom':'Align\x20Bottom'},'textWrap':{'inline':_0x5ab331(0xdc),'square':'Square','topAndBottom':'Top\x20and\x20Bottom','behindText':_0x5ab331(0xf6),'inFrontText':_0x5ab331(0xe3)},'crop':{'shape':_0x5ab331(0xe9)}}};module[_0x5ab331(0xda)]=e;function _0x372f(){const _0x916a0f=['Align\x20Center','7726743dhZrrG','Text\x20color','Rotate\x20Right\x2090°','Toggle\x20Vertical\x20Flip','4068gOVuwP','6RIZdfN','2416299WCoSot','Behind\x20text','4991jxfAlB','14835678xvNjls','525887zhZRyD','Align\x20Right','Shape\x20Position','exports','Strikethrough','In\x20line\x20with\x20text','4944120XJxZUQ','2925rambzF','Format\x20Shape','Hide\x20Shape\x20Panel','Insert\x20Shape','Text\x20Background\x20color','In\x20front\x20of\x20text','Shape\x20Style','Align\x20Top','20jMRqJo','Align\x20Left','Justify','Crop\x20to\x20Shape','9528tfjkpx','Reset\x20color','Rotate\x20Left\x2090°','Delete\x20Shape'];_0x372f=function(){return _0x916a0f;};return _0x372f();}
1
+ 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 +1 @@
1
- function _0x441c(){const _0xc2b797=['2322474EXRSDr','Alternar\x20volteo\x20vertical','Rotar\x2090°\x20a\x20la\x20derecha','Reset\x20color','Alinear\x20a\x20la\x20izquierda','Ocultar\x20panel\x20de\x20formas','1457105ifzTgb','8xgDffH','Cursiva','Forma','1332zJTXIh','Alinear\x20a\x20la\x20derecha','Rotar\x2090°\x20a\x20la\x20izquierda','Insertar\x20forma','8594839qIPPDi','Subrayado','Alinear\x20al\x20medio','78gavhti','289296qToLQl','Alternar\x20texto\x20vertical','Recortar\x20a\x20forma','exports','Detrás\x20del\x20texto','Eliminar\x20forma','Estilo\x20de\x20forma','Tachado','Abrir\x20panel\x20de\x20formas','2207884rrjmQi','Alternar\x20volteo\x20horizontal','18741ZVaHHk','10OhFKyx','Arriba\x20y\x20abajo','Posición\x20de\x20forma','Color\x20de\x20texto','6183HfZeRO'];_0x441c=function(){return _0xc2b797;};return _0x441c();}const _0x3ee620=_0x4414;(function(_0x44517f,_0x1c83f1){const _0x4b08c1=_0x4414,_0x5f3142=_0x44517f();while(!![]){try{const _0x431e78=-parseInt(_0x4b08c1(0x145))/0x1*(-parseInt(_0x4b08c1(0x139))/0x2)+-parseInt(_0x4b08c1(0x14a))/0x3*(parseInt(_0x4b08c1(0x132))/0x4)+parseInt(_0x4b08c1(0x12e))/0x5+-parseInt(_0x4b08c1(0x14b))/0x6+-parseInt(_0x4b08c1(0x143))/0x7*(parseInt(_0x4b08c1(0x12f))/0x8)+-parseInt(_0x4b08c1(0x13a))/0x9+parseInt(_0x4b08c1(0x146))/0xa*(parseInt(_0x4b08c1(0x136))/0xb);if(_0x431e78===_0x1c83f1)break;else _0x5f3142['push'](_0x5f3142['shift']());}catch(_0x325133){_0x5f3142['push'](_0x5f3142['shift']());}}}(_0x441c,0x5d701));function _0x4414(_0xe015a0,_0x1ec453){_0xe015a0=_0xe015a0-0x129;const _0x441c74=_0x441c();let _0x4414bc=_0x441c74[_0xe015a0];return _0x4414bc;}const e={'docs-shape-ui':{'title':_0x3ee620(0x131),'insertShape':_0x3ee620(0x135),'openPanel':_0x3ee620(0x142),'deleteShape':_0x3ee620(0x13f),'hidePanel':_0x3ee620(0x12d),'formatShape':'Formato\x20de\x20forma','shapeStyle':_0x3ee620(0x140),'shapePosition':_0x3ee620(0x148),'toggleFlipH':_0x3ee620(0x144),'toggleFlipV':_0x3ee620(0x129),'rotateRight90':_0x3ee620(0x12a),'rotateLeft90':_0x3ee620(0x134),'toggleTextVertical':_0x3ee620(0x13b),'toolbar':{'alignLeft':_0x3ee620(0x12c),'alignCenter':'Centrar','alignRight':_0x3ee620(0x133),'alignJustify':'Justificar','bold':'Negrita','italic':_0x3ee620(0x130),'underline':_0x3ee620(0x137),'strikethrough':_0x3ee620(0x141),'textColor':_0x3ee620(0x149),'fillColor':'Color\x20de\x20fondo\x20de\x20texto','resetColor':_0x3ee620(0x12b)},'align':{'top':'Alinear\x20arriba','middle':_0x3ee620(0x138),'bottom':'Alinear\x20abajo'},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':'Cuadrado','topAndBottom':_0x3ee620(0x147),'behindText':_0x3ee620(0x13e),'inFrontText':'Delante\x20del\x20texto'},'crop':{'shape':_0x3ee620(0x13c)}}};module[_0x3ee620(0x13d)]=e;
1
+ 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 +1 @@
1
- const _0x42304e=_0x416a;(function(_0x5e88a9,_0x447d07){const _0x1bfb51=_0x416a,_0x44be99=_0x5e88a9();while(!![]){try{const _0x4098bc=-parseInt(_0x1bfb51(0x1c9))/0x1*(parseInt(_0x1bfb51(0x1d0))/0x2)+-parseInt(_0x1bfb51(0x1c8))/0x3*(parseInt(_0x1bfb51(0x1de))/0x4)+parseInt(_0x1bfb51(0x1cf))/0x5+-parseInt(_0x1bfb51(0x1e2))/0x6+-parseInt(_0x1bfb51(0x1d6))/0x7*(-parseInt(_0x1bfb51(0x1dd))/0x8)+-parseInt(_0x1bfb51(0x1e1))/0x9*(parseInt(_0x1bfb51(0x1db))/0xa)+parseInt(_0x1bfb51(0x1d7))/0xb;if(_0x4098bc===_0x447d07)break;else _0x44be99['push'](_0x44be99['shift']());}catch(_0xda67b3){_0x44be99['push'](_0x44be99['shift']());}}}(_0x1bfa,0x8841f));function _0x416a(_0x97ea39,_0x5dcf7c){_0x97ea39=_0x97ea39-0x1c5;const _0x1bfa89=_0x1bfa();let _0x416a62=_0x1bfa89[_0x97ea39];return _0x416a62;}function _0x1bfa(){const _0x34fa15=['تغییر\x20وضعیت\x20چرخش\x20افقی','بالا\x20و\x20پایین','7sWcQGq','27790851RaibZZ','کراپ\x20به\x20شکل','در\x20یک\x20خط\x20با\x20متن','مخفی\x20کردن\x20پنل\x20شکل‌ها','594250ACRFIg','سبک\x20شکل','876696fYeZJU','9076JpUKXS','تراز\x20راست','تراز\x20پایین','153dGTuxe','6093606OcJRLe','پررنگ','چرخش\x20۹۰\x20درجه\x20به\x20راست','تراز\x20وسط','تراز\x20چپ','خط‌دار','پشت\x20متن','باز\x20کردن\x20پنل\x20شکل‌ها','موقعیت\x20شکل','مربع','تغییر\x20وضعیت\x20چرخش\x20عمودی','42QzHmmx','899gAveln','Reset\x20color','خط‌کشی','رنگ\x20متن','رنگ\x20پس‌زمینه\x20متن','exports','4586660MdNORE','2086DJaGls','چرخش\x20۹۰\x20درجه\x20به\x20چپ','توجیه','قالب‌بندی\x20شکل'];_0x1bfa=function(){return _0x34fa15;};return _0x1bfa();}const e={'docs-shape-ui':{'title':'شکل','insertShape':'درج\x20شکل','openPanel':_0x42304e(0x1e9),'deleteShape':'حذف\x20شکل','hidePanel':_0x42304e(0x1da),'formatShape':_0x42304e(0x1d3),'shapeStyle':_0x42304e(0x1dc),'shapePosition':_0x42304e(0x1c5),'toggleFlipH':_0x42304e(0x1d4),'toggleFlipV':_0x42304e(0x1c7),'rotateRight90':_0x42304e(0x1e4),'rotateLeft90':_0x42304e(0x1d1),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','toolbar':{'alignLeft':_0x42304e(0x1e6),'alignCenter':_0x42304e(0x1e5),'alignRight':_0x42304e(0x1df),'alignJustify':_0x42304e(0x1d2),'bold':_0x42304e(0x1e3),'italic':'ایتالیک','underline':_0x42304e(0x1cb),'strikethrough':_0x42304e(0x1e7),'textColor':_0x42304e(0x1cc),'fillColor':_0x42304e(0x1cd),'resetColor':_0x42304e(0x1ca)},'align':{'top':'تراز\x20بالا','middle':_0x42304e(0x1e5),'bottom':_0x42304e(0x1e0)},'textWrap':{'inline':_0x42304e(0x1d9),'square':_0x42304e(0x1c6),'topAndBottom':_0x42304e(0x1d5),'behindText':_0x42304e(0x1e8),'inFrontText':'جلوی\x20متن'},'crop':{'shape':_0x42304e(0x1d8)}}};module[_0x42304e(0x1ce)]=e;
1
+ const _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 +1 @@
1
- const _0x125fbe=_0x5850;(function(_0xdc0f8,_0x42ccd8){const _0x3c2020=_0x5850,_0x18e904=_0xdc0f8();while(!![]){try{const _0x4d028f=-parseInt(_0x3c2020(0x7e))/0x1*(-parseInt(_0x3c2020(0x88))/0x2)+parseInt(_0x3c2020(0x7b))/0x3*(-parseInt(_0x3c2020(0x72))/0x4)+-parseInt(_0x3c2020(0x95))/0x5*(-parseInt(_0x3c2020(0x8a))/0x6)+parseInt(_0x3c2020(0x78))/0x7*(-parseInt(_0x3c2020(0x90))/0x8)+parseInt(_0x3c2020(0x96))/0x9+-parseInt(_0x3c2020(0x79))/0xa+parseInt(_0x3c2020(0x82))/0xb*(parseInt(_0x3c2020(0x7d))/0xc);if(_0x4d028f===_0x42ccd8)break;else _0x18e904['push'](_0x18e904['shift']());}catch(_0x32c7ea){_0x18e904['push'](_0x18e904['shift']());}}}(_0x6a76,0x8ee8c));function _0x6a76(){const _0x12248d=['151494bKXtPG','Masquer\x20le\x20panneau\x20des\x20formes','Basculer\x20le\x20retournement\x20horizontal','Devant\x20le\x20texte','Style\x20de\x20la\x20forme','Aligner\x20en\x20bas','808bXxULv','Carré','Aligné\x20avec\x20le\x20texte','Souligné','Rogner\x20à\x20la\x20forme','130QFwPmp','5461839TNtcBt','16012dzLDHr','Reset\x20color','Format\x20de\x20la\x20forme','Pivoter\x20à\x20gauche\x20de\x2090°','Aligner\x20en\x20haut','Pivoter\x20à\x20droite\x20de\x2090°','58198TbuQoW','801290Jjicsp','Gras','519ZAsYWq','Insérer\x20une\x20forme','12hSrWnh','742zUHPUQ','Aligner\x20au\x20milieu','Basculer\x20le\x20texte\x20vertical','Basculer\x20le\x20retournement\x20vertical','4491245GQoRKP','Aligner\x20à\x20gauche','Couleur\x20de\x20fond\x20du\x20texte','Aligner\x20au\x20centre','Italique','Barré','1418qOvQcB','Justifier'];_0x6a76=function(){return _0x12248d;};return _0x6a76();}function _0x5850(_0xf8c45f,_0x3ce630){_0xf8c45f=_0xf8c45f-0x72;const _0x6a762a=_0x6a76();let _0x585016=_0x6a762a[_0xf8c45f];return _0x585016;}const e={'docs-shape-ui':{'title':'Forme','insertShape':_0x125fbe(0x7c),'openPanel':'Ouvrir\x20le\x20panneau\x20des\x20formes','deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x125fbe(0x8b),'formatShape':_0x125fbe(0x74),'shapeStyle':_0x125fbe(0x8e),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0x125fbe(0x8c),'toggleFlipV':_0x125fbe(0x81),'rotateRight90':_0x125fbe(0x77),'rotateLeft90':_0x125fbe(0x75),'toggleTextVertical':_0x125fbe(0x80),'toolbar':{'alignLeft':_0x125fbe(0x83),'alignCenter':_0x125fbe(0x85),'alignRight':'Aligner\x20à\x20droite','alignJustify':_0x125fbe(0x89),'bold':_0x125fbe(0x7a),'italic':_0x125fbe(0x86),'underline':_0x125fbe(0x93),'strikethrough':_0x125fbe(0x87),'textColor':'Couleur\x20du\x20texte','fillColor':_0x125fbe(0x84),'resetColor':_0x125fbe(0x73)},'align':{'top':_0x125fbe(0x76),'middle':_0x125fbe(0x7f),'bottom':_0x125fbe(0x8f)},'textWrap':{'inline':_0x125fbe(0x92),'square':_0x125fbe(0x91),'topAndBottom':'Haut\x20et\x20bas','behindText':'Derrière\x20le\x20texte','inFrontText':_0x125fbe(0x8d)},'crop':{'shape':_0x125fbe(0x94)}}};module['exports']=e;
1
+ 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 +1 @@
1
- function _0x2978(_0x57f5e8,_0x5dd882){_0x57f5e8=_0x57f5e8-0xc9;const _0x3be9a8=_0x3be9();let _0x2978c2=_0x3be9a8[_0x57f5e8];return _0x2978c2;}const _0xa59c4a=_0x2978;function _0x3be9(){const _0x53a89f=['2836920yyXMiJ','Di\x20depan\x20teks','Sisipkan\x20Bentuk','Balik\x20Vertikal','Rata\x20Kanan','3HQdCuI','Garis\x20bawah','Posisi\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','Format\x20Bentuk','Putar\x20Kiri\x2090°','4637084JTlIup','Pangkas\x20ke\x20Bentuk','40wKnhkj','Bentuk','Hapus\x20Bentuk','exports','Di\x20belakang\x20teks','559722BchbFL','Coret','Rata\x20Kanan\x20Kiri','Rata\x20Kiri','Rata\x20Bawah','Sejajar\x20dengan\x20teks','9692564ImSkLC','Tebal','Buka\x20Panel\x20Bentuk','Putar\x20Kanan\x2090°','37161IgJukE','Balik\x20Horizontal','Warna\x20teks','Ubah\x20Teks\x20Vertikal','376bvgdwq','19835860xxsvOL','996752hTtUpv','Warna\x20latar\x20teks','Gaya\x20Bentuk'];_0x3be9=function(){return _0x53a89f;};return _0x3be9();}(function(_0x568a3b,_0x20c873){const _0x3e7e3a=_0x2978,_0xd4130d=_0x568a3b();while(!![]){try{const _0x480249=parseInt(_0x3e7e3a(0xe8))/0x1+-parseInt(_0x3e7e3a(0xeb))/0x2+parseInt(_0x3e7e3a(0xcb))/0x3*(parseInt(_0x3e7e3a(0xd1))/0x4)+-parseInt(_0x3e7e3a(0xd3))/0x5*(parseInt(_0x3e7e3a(0xd8))/0x6)+-parseInt(_0x3e7e3a(0xde))/0x7+-parseInt(_0x3e7e3a(0xe6))/0x8*(-parseInt(_0x3e7e3a(0xe2))/0x9)+parseInt(_0x3e7e3a(0xe7))/0xa;if(_0x480249===_0x20c873)break;else _0xd4130d['push'](_0xd4130d['shift']());}catch(_0x352ce6){_0xd4130d['push'](_0xd4130d['shift']());}}}(_0x3be9,0xbf788));const e={'docs-shape-ui':{'title':_0xa59c4a(0xd4),'insertShape':_0xa59c4a(0xed),'openPanel':_0xa59c4a(0xe0),'deleteShape':_0xa59c4a(0xd5),'hidePanel':_0xa59c4a(0xce),'formatShape':_0xa59c4a(0xcf),'shapeStyle':_0xa59c4a(0xea),'shapePosition':_0xa59c4a(0xcd),'toggleFlipH':_0xa59c4a(0xe3),'toggleFlipV':_0xa59c4a(0xc9),'rotateRight90':_0xa59c4a(0xe1),'rotateLeft90':_0xa59c4a(0xd0),'toggleTextVertical':_0xa59c4a(0xe5),'toolbar':{'alignLeft':_0xa59c4a(0xdb),'alignCenter':'Rata\x20Tengah','alignRight':_0xa59c4a(0xca),'alignJustify':_0xa59c4a(0xda),'bold':_0xa59c4a(0xdf),'italic':'Miring','underline':_0xa59c4a(0xcc),'strikethrough':_0xa59c4a(0xd9),'textColor':_0xa59c4a(0xe4),'fillColor':_0xa59c4a(0xe9),'resetColor':'Reset\x20color'},'align':{'top':'Rata\x20Atas','middle':'Rata\x20Tengah','bottom':_0xa59c4a(0xdc)},'textWrap':{'inline':_0xa59c4a(0xdd),'square':'Kotak','topAndBottom':'Atas\x20dan\x20Bawah','behindText':_0xa59c4a(0xd7),'inFrontText':_0xa59c4a(0xec)},'crop':{'shape':_0xa59c4a(0xd2)}}};module[_0xa59c4a(0xd6)]=e;
1
+ const _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 +1 @@
1
- const _0x20902d=_0x4dcb;function _0x4dcb(_0x3e966f,_0x1a7aea){_0x3e966f=_0x3e966f-0x13e;const _0x515fa2=_0x515f();let _0x4dcb52=_0x515fa2[_0x3e966f];return _0x4dcb52;}function _0x515f(){const _0x3e1672=['In\x20linea\x20con\x20il\x20testo','Attiva/disattiva\x20capovolgimento\x20verticale','2301805edhRSO','184476bfPQwX','Superiore\x20e\x20inferiore','Posizione\x20forma','277458LECaCm','Quadrato','Corsivo','exports','Allinea\x20al\x20Centro','Allinea\x20in\x20alto','Apri\x20pannello\x20forma','Allinea\x20a\x20Destra','329DjyMnz','Davanti\x20al\x20testo','Stile\x20forma','1954905pankHQ','198AaFDjG','Dietro\x20il\x20testo','84nFUbYs','9522736RpWaTB','Nascondi\x20pannello\x20forma','Sottolineato','Allinea\x20a\x20Sinistra','Barrato','213520sKtBOP','Elimina\x20forma','Grassetto','Reset\x20color','133njIKwy','802CUKKct','10XVJUwb','Colore\x20sfondo\x20testo','Attiva/disattiva\x20testo\x20verticale','Attiva/disattiva\x20capovolgimento\x20orizzontale','Inserisci\x20forma','Ruota\x20a\x20sinistra\x2090°','Ritaglia\x20a\x20forma'];_0x515f=function(){return _0x3e1672;};return _0x515f();}(function(_0x5aa480,_0x22cd3b){const _0x587e63=_0x4dcb,_0xb50406=_0x5aa480();while(!![]){try{const _0x588aa7=parseInt(_0x587e63(0x149))/0x1*(parseInt(_0x587e63(0x15a))/0x2)+-parseInt(_0x587e63(0x14c))/0x3+parseInt(_0x587e63(0x13e))/0x4*(-parseInt(_0x587e63(0x15b))/0x5)+parseInt(_0x587e63(0x141))/0x6*(-parseInt(_0x587e63(0x159))/0x7)+parseInt(_0x587e63(0x150))/0x8+-parseInt(_0x587e63(0x14d))/0x9*(parseInt(_0x587e63(0x155))/0xa)+parseInt(_0x587e63(0x164))/0xb*(parseInt(_0x587e63(0x14f))/0xc);if(_0x588aa7===_0x22cd3b)break;else _0xb50406['push'](_0xb50406['shift']());}catch(_0x5c0be6){_0xb50406['push'](_0xb50406['shift']());}}}(_0x515f,0xa9a26));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x20902d(0x15f),'openPanel':_0x20902d(0x147),'deleteShape':_0x20902d(0x156),'hidePanel':_0x20902d(0x151),'formatShape':'Formato\x20forma','shapeStyle':_0x20902d(0x14b),'shapePosition':_0x20902d(0x140),'toggleFlipH':_0x20902d(0x15e),'toggleFlipV':_0x20902d(0x163),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x20902d(0x160),'toggleTextVertical':_0x20902d(0x15d),'toolbar':{'alignLeft':_0x20902d(0x153),'alignCenter':_0x20902d(0x145),'alignRight':_0x20902d(0x148),'alignJustify':'Giustifica','bold':_0x20902d(0x157),'italic':_0x20902d(0x143),'underline':_0x20902d(0x152),'strikethrough':_0x20902d(0x154),'textColor':'Colore\x20testo','fillColor':_0x20902d(0x15c),'resetColor':_0x20902d(0x158)},'align':{'top':_0x20902d(0x146),'middle':'Allinea\x20al\x20centro','bottom':'Allinea\x20in\x20basso'},'textWrap':{'inline':_0x20902d(0x162),'square':_0x20902d(0x142),'topAndBottom':_0x20902d(0x13f),'behindText':_0x20902d(0x14e),'inFrontText':_0x20902d(0x14a)},'crop':{'shape':_0x20902d(0x161)}}};module[_0x20902d(0x144)]=e;
1
+ const _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 +1 @@
1
- const _0x3209a1=_0x55e1;function _0x55e1(_0x48289c,_0x4b7603){_0x48289c=_0x48289c-0x1c4;const _0x5b5915=_0x5b59();let _0x55e134=_0x5b5915[_0x48289c];return _0x55e134;}function _0x5b59(){const _0x523e32=['exports','13643yXCWWZ','図形パネルを非表示','反時計回りに\x2090\x20度回転','中央揃え','形状にトリミング','6goBDSk','348328oobaCe','11cbLarj','1cdYLYf','352376ZWxzXK','四角形','図形パネルを開く','文字列の前面','372ETrRXf','上揃え','5060PYJWBX','48795yctxXa','Reset\x20color','テキストの縦書き/横書きの切り替え','下揃え','図形の書式設定','時計回りに\x2090\x20度回転','255568AEBgBr','図形を削除','右揃え','文字の色','1456140AAQQmy','左揃え','水平反転の切り替え','3231rkICnu','取り消し線','図形スタイル'];_0x5b59=function(){return _0x523e32;};return _0x5b59();}(function(_0x23dc9f,_0x97998d){const _0x2ea9d8=_0x55e1,_0x5a50d6=_0x23dc9f();while(!![]){try{const _0x54a814=parseInt(_0x2ea9d8(0x1e0))/0x1*(-parseInt(_0x2ea9d8(0x1e1))/0x2)+parseInt(_0x2ea9d8(0x1dd))/0x3*(parseInt(_0x2ea9d8(0x1de))/0x4)+-parseInt(_0x2ea9d8(0x1c7))/0x5+-parseInt(_0x2ea9d8(0x1c4))/0x6*(parseInt(_0x2ea9d8(0x1d8))/0x7)+-parseInt(_0x2ea9d8(0x1cd))/0x8+-parseInt(_0x2ea9d8(0x1d4))/0x9*(-parseInt(_0x2ea9d8(0x1c6))/0xa)+-parseInt(_0x2ea9d8(0x1df))/0xb*(-parseInt(_0x2ea9d8(0x1d1))/0xc);if(_0x54a814===_0x97998d)break;else _0x5a50d6['push'](_0x5a50d6['shift']());}catch(_0x45459d){_0x5a50d6['push'](_0x5a50d6['shift']());}}}(_0x5b59,0x21cc0));const e={'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x3209a1(0x1e3),'deleteShape':_0x3209a1(0x1ce),'hidePanel':_0x3209a1(0x1d9),'formatShape':_0x3209a1(0x1cb),'shapeStyle':_0x3209a1(0x1d6),'shapePosition':'図形の位置','toggleFlipH':_0x3209a1(0x1d3),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x3209a1(0x1cc),'rotateLeft90':_0x3209a1(0x1da),'toggleTextVertical':_0x3209a1(0x1c9),'toolbar':{'alignLeft':_0x3209a1(0x1d2),'alignCenter':_0x3209a1(0x1db),'alignRight':_0x3209a1(0x1cf),'alignJustify':'両端揃え','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x3209a1(0x1d5),'textColor':_0x3209a1(0x1d0),'fillColor':'塗りつぶしの色','resetColor':_0x3209a1(0x1c8)},'align':{'top':_0x3209a1(0x1c5),'middle':'中央揃え','bottom':_0x3209a1(0x1ca)},'textWrap':{'inline':'行内','square':_0x3209a1(0x1e2),'topAndBottom':'上下','behindText':'文字列の背面','inFrontText':_0x3209a1(0x1e4)},'crop':{'shape':_0x3209a1(0x1dc)}}};module[_0x3209a1(0x1d7)]=e;
1
+ 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 +1 @@
1
- function _0x39b8(){const _0x3055d0=['892ZuEnmA','가로\x20뒤집기\x20전환','텍스트\x20세로/가로\x20전환','텍스트와\x20같은\x20줄','사각형','37733Bqyruv','3835HDBeqn','왼쪽\x20정렬','481665GMcDxU','모양에\x20맞게\x20자르기','도형\x20위치','오른쪽\x20정렬','도형\x20삭제','기울임꼴','글자\x20배경색','텍스트\x20뒤','30jXMgxu','취소선','2010768BSHTKb','가운데\x20맞춤','양쪽\x20맞춤','위쪽\x20맞춤','세로\x20뒤집기\x20전환','481542PTuvAu','1034127lRPycQ','382144fdgyHk','텍스트\x20앞','도형\x20서식','도형\x20스타일','시계\x20방향으로\x2090도\x20회전','도형\x20패널\x20숨기기','exports','7lamaXM','Reset\x20color','가운데\x20정렬'];_0x39b8=function(){return _0x3055d0;};return _0x39b8();}const _0x3ff16e=_0x1f76;(function(_0x308f33,_0x5b963a){const _0xaa5818=_0x1f76,_0x3db644=_0x308f33();while(!![]){try{const _0x70639d=-parseInt(_0xaa5818(0xe0))/0x1+parseInt(_0xaa5818(0xd1))/0x2+-parseInt(_0xaa5818(0xc0))/0x3+parseInt(_0xaa5818(0xdb))/0x4*(parseInt(_0xaa5818(0xe1))/0x5)+parseInt(_0xaa5818(0xcf))/0x6*(parseInt(_0xaa5818(0xd8))/0x7)+parseInt(_0xaa5818(0xca))/0x8+parseInt(_0xaa5818(0xd0))/0x9*(-parseInt(_0xaa5818(0xc8))/0xa);if(_0x70639d===_0x5b963a)break;else _0x3db644['push'](_0x3db644['shift']());}catch(_0x54248f){_0x3db644['push'](_0x3db644['shift']());}}}(_0x39b8,0x24cbf));const e={'docs-shape-ui':{'title':'도형','insertShape':'도형\x20삽입','openPanel':'도형\x20패널\x20열기','deleteShape':_0x3ff16e(0xc4),'hidePanel':_0x3ff16e(0xd6),'formatShape':_0x3ff16e(0xd3),'shapeStyle':_0x3ff16e(0xd4),'shapePosition':_0x3ff16e(0xc2),'toggleFlipH':_0x3ff16e(0xdc),'toggleFlipV':_0x3ff16e(0xce),'rotateRight90':_0x3ff16e(0xd5),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x3ff16e(0xdd),'toolbar':{'alignLeft':_0x3ff16e(0xbf),'alignCenter':_0x3ff16e(0xda),'alignRight':_0x3ff16e(0xc3),'alignJustify':_0x3ff16e(0xcc),'bold':'굵게','italic':_0x3ff16e(0xc5),'underline':'밑줄','strikethrough':_0x3ff16e(0xc9),'textColor':'글자\x20색상','fillColor':_0x3ff16e(0xc6),'resetColor':_0x3ff16e(0xd9)},'align':{'top':_0x3ff16e(0xcd),'middle':_0x3ff16e(0xcb),'bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':_0x3ff16e(0xde),'square':_0x3ff16e(0xdf),'topAndBottom':'위아래','behindText':_0x3ff16e(0xc7),'inFrontText':_0x3ff16e(0xd2)},'crop':{'shape':_0x3ff16e(0xc1)}}};function _0x1f76(_0x293e53,_0x4340fc){_0x293e53=_0x293e53-0xbf;const _0x39b808=_0x39b8();let _0x1f76b1=_0x39b808[_0x293e53];return _0x1f76b1;}module[_0x3ff16e(0xd7)]=e;
1
+ 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 +1 @@
1
- function _0x5eb7(){const _0x408176=['4950624zJFFJm','3963436qBuWAD','Obróć\x20w\x20prawo\x20o\x2090°','12435588KTWsBZ','Wyrównaj\x20do\x20prawej','Podkreślenie','Kształt','Wyrównaj\x20do\x20góry','6CZdyMu','exports','Wyrównaj\x20do\x20lewej','Reset\x20color','Wyrównaj\x20do\x20dołu','Przytnij\x20do\x20kształtu','Góra\x20i\x20dół','Otwórz\x20panel\x20kształtów','Przerzuć\x20w\x20poziomie','308636eIcAzK','6HhRccD','Obróć\x20w\x20lewo\x20o\x2090°','Przełącz\x20tekst\x20pionowy','Kolor\x20tekstu','Styl\x20kształtu','4085660etBEfk','Wyrównaj\x20do\x20środka\x20w\x20pionie','Wyjustuj','Kolor\x20tła\x20tekstu','1524118GglbgA','Kwadrat','Pogrubienie','Pozycja\x20kształtu','Wyrównaj\x20do\x20środka','Za\x20tekstem','Wstaw\x20kształt','Formatuj\x20kształt','Usuń\x20kształt','4308864UEsPEl','Przekreślenie','Kursywa','Ukryj\x20panel\x20kształtów'];_0x5eb7=function(){return _0x408176;};return _0x5eb7();}function _0x2d9c(_0x43bdfe,_0x6fd3){_0x43bdfe=_0x43bdfe-0xcb;const _0x5eb7a3=_0x5eb7();let _0x2d9cbb=_0x5eb7a3[_0x43bdfe];return _0x2d9cbb;}const _0x3fa9a5=_0x2d9c;(function(_0x4971da,_0x420f1a){const _0x257c58=_0x2d9c,_0x123a25=_0x4971da();while(!![]){try{const _0x30e672=parseInt(_0x257c58(0xdf))/0x1+-parseInt(_0x257c58(0xd5))/0x2*(parseInt(_0x257c58(0xd6))/0x3)+-parseInt(_0x257c58(0xed))/0x4+-parseInt(_0x257c58(0xdb))/0x5*(parseInt(_0x257c58(0xcc))/0x6)+-parseInt(_0x257c58(0xe8))/0x7+parseInt(_0x257c58(0xec))/0x8+parseInt(_0x257c58(0xef))/0x9;if(_0x30e672===_0x420f1a)break;else _0x123a25['push'](_0x123a25['shift']());}catch(_0x47edaa){_0x123a25['push'](_0x123a25['shift']());}}}(_0x5eb7,0xc17b3));const e={'docs-shape-ui':{'title':_0x3fa9a5(0xf2),'insertShape':_0x3fa9a5(0xe5),'openPanel':_0x3fa9a5(0xd3),'deleteShape':_0x3fa9a5(0xe7),'hidePanel':_0x3fa9a5(0xeb),'formatShape':_0x3fa9a5(0xe6),'shapeStyle':_0x3fa9a5(0xda),'shapePosition':_0x3fa9a5(0xe2),'toggleFlipH':_0x3fa9a5(0xd4),'toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x3fa9a5(0xee),'rotateLeft90':_0x3fa9a5(0xd7),'toggleTextVertical':_0x3fa9a5(0xd8),'toolbar':{'alignLeft':_0x3fa9a5(0xce),'alignCenter':_0x3fa9a5(0xe3),'alignRight':_0x3fa9a5(0xf0),'alignJustify':_0x3fa9a5(0xdd),'bold':_0x3fa9a5(0xe1),'italic':_0x3fa9a5(0xea),'underline':_0x3fa9a5(0xf1),'strikethrough':_0x3fa9a5(0xe9),'textColor':_0x3fa9a5(0xd9),'fillColor':_0x3fa9a5(0xde),'resetColor':_0x3fa9a5(0xcf)},'align':{'top':_0x3fa9a5(0xcb),'middle':_0x3fa9a5(0xdc),'bottom':_0x3fa9a5(0xd0)},'textWrap':{'inline':'W\x20linii\x20z\x20tekstem','square':_0x3fa9a5(0xe0),'topAndBottom':_0x3fa9a5(0xd2),'behindText':_0x3fa9a5(0xe4),'inFrontText':'Przed\x20tekstem'},'crop':{'shape':_0x3fa9a5(0xd1)}}};module[_0x3fa9a5(0xcd)]=e;
1
+ 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 +1 @@
1
- const _0x3549b2=_0x2952;(function(_0x3072c9,_0x3bf63d){const _0x43ce68=_0x2952,_0x299dae=_0x3072c9();while(!![]){try{const _0x3dec13=-parseInt(_0x43ce68(0x1a9))/0x1+-parseInt(_0x43ce68(0x1b0))/0x2+-parseInt(_0x43ce68(0x1a0))/0x3+parseInt(_0x43ce68(0x1b7))/0x4*(parseInt(_0x43ce68(0x1ad))/0x5)+parseInt(_0x43ce68(0x1a1))/0x6*(-parseInt(_0x43ce68(0x1b8))/0x7)+-parseInt(_0x43ce68(0x1ae))/0x8+parseInt(_0x43ce68(0x19a))/0x9;if(_0x3dec13===_0x3bf63d)break;else _0x299dae['push'](_0x299dae['shift']());}catch(_0x123cea){_0x299dae['push'](_0x299dae['shift']());}}}(_0xe4cd,0xb7141));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x3549b2(0x19b),'openPanel':'Abrir\x20painel\x20de\x20formas','deleteShape':_0x3549b2(0x1a8),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':'Formatar\x20forma','shapeStyle':'Estilo\x20da\x20forma','shapePosition':'Posição\x20da\x20forma','toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':_0x3549b2(0x1b5),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0x3549b2(0x1b1),'toolbar':{'alignLeft':_0x3549b2(0x1a7),'alignCenter':_0x3549b2(0x1a5),'alignRight':_0x3549b2(0x1ac),'alignJustify':'Justificar','bold':_0x3549b2(0x1a3),'italic':_0x3549b2(0x1a2),'underline':_0x3549b2(0x19e),'strikethrough':_0x3549b2(0x1b3),'textColor':_0x3549b2(0x1b6),'fillColor':_0x3549b2(0x1ab),'resetColor':_0x3549b2(0x1a6)},'align':{'top':_0x3549b2(0x19d),'middle':_0x3549b2(0x1aa),'bottom':_0x3549b2(0x1b2)},'textWrap':{'inline':_0x3549b2(0x19f),'square':'Quadrado','topAndBottom':_0x3549b2(0x19c),'behindText':_0x3549b2(0x1a4),'inFrontText':_0x3549b2(0x1af)},'crop':{'shape':'Cortar\x20para\x20forma'}}};function _0x2952(_0x314a3e,_0x19bafc){_0x314a3e=_0x314a3e-0x19a;const _0xe4cd6b=_0xe4cd();let _0x295273=_0xe4cd6b[_0x314a3e];return _0x295273;}function _0xe4cd(){const _0x55fc92=['Alternar\x20texto\x20vertical','Alinhar\x20à\x20base','Tachado','exports','Girar\x2090°\x20para\x20direita','Cor\x20do\x20texto','4djPlwS','1332142wRZdcL','26982495WtASmj','Inserir\x20forma','Superior\x20e\x20inferior','Alinhar\x20ao\x20topo','Sublinhado','Em\x20linha\x20com\x20o\x20texto','3552744SCZivJ','24aPBHVX','Itálico','Negrito','Atrás\x20do\x20texto','Alinhar\x20ao\x20centro','Reset\x20color','Alinhar\x20à\x20esquerda','Excluir\x20forma','160312RUNCAk','Alinhar\x20ao\x20meio','Cor\x20de\x20fundo\x20do\x20texto','Alinhar\x20à\x20direita','5002880VNQTHy','2196920pQoDDw','À\x20frente\x20do\x20texto','1736686xQaIxG'];_0xe4cd=function(){return _0x55fc92;};return _0xe4cd();}module[_0x3549b2(0x1b4)]=e;
1
+ 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 +1 @@
1
- function _0x4aa7(){const _0x15a75e=['4564445oWOZcS','4nsaruW','Behind\x20text','224412njbwRF','Вставить\x20фигуру','Выровнять\x20по\x20правому\x20краю','427814KNwvfe','Полужирный','Подчеркнутый','Цвет\x20текста','Выровнять\x20посередине','exports','Выровнять\x20по\x20верхнему\x20краю','272WbfHQC','Открыть\x20панель\x20фигур','18099NASyrK','Выровнять\x20по\x20левому\x20краю','Square','Выровнять\x20по\x20нижнему\x20краю','In\x20line\x20with\x20text','571491luHJRM','Reset\x20color','Цвет\x20фона\x20текста','Положение\x20фигуры','Выровнять\x20по\x20центру','Top\x20and\x20Bottom','Стиль\x20фигуры','23332001uRBRfJ','Переключить\x20вертикальное\x20положение\x20текста','Переключить\x20вертикальное\x20отражение','Удалить\x20фигуру','Переключить\x20горизонтальное\x20отражение','33509PaupIF','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Зачеркнутый','Скрыть\x20панель\x20фигур','Форматировать\x20фигуру','10GRnWME','132fKeoUi','Обрезать\x20по\x20форме','Фигура','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Выровнять\x20по\x20ширине'];_0x4aa7=function(){return _0x15a75e;};return _0x4aa7();}function _0x1a1d(_0x5e0140,_0x6ec1bb){_0x5e0140=_0x5e0140-0x1aa;const _0x4aa7cd=_0x4aa7();let _0x1a1d36=_0x4aa7cd[_0x5e0140];return _0x1a1d36;}const _0x764152=_0x1a1d;(function(_0x95d02e,_0xd1c9c8){const _0xd3141d=_0x1a1d,_0x32a6f6=_0x95d02e();while(!![]){try{const _0xfadfb0=-parseInt(_0xd3141d(0x1c2))/0x1+-parseInt(_0xd3141d(0x1b4))/0x2+parseInt(_0xd3141d(0x1b1))/0x3*(parseInt(_0xd3141d(0x1af))/0x4)+-parseInt(_0xd3141d(0x1ae))/0x5+parseInt(_0xd3141d(0x1d4))/0x6*(-parseInt(_0xd3141d(0x1ce))/0x7)+-parseInt(_0xd3141d(0x1bb))/0x8*(-parseInt(_0xd3141d(0x1bd))/0x9)+-parseInt(_0xd3141d(0x1d3))/0xa*(-parseInt(_0xd3141d(0x1c9))/0xb);if(_0xfadfb0===_0xd1c9c8)break;else _0x32a6f6['push'](_0x32a6f6['shift']());}catch(_0x12c40f){_0x32a6f6['push'](_0x32a6f6['shift']());}}}(_0x4aa7,0x7077c));const e={'docs-shape-ui':{'title':_0x764152(0x1ab),'insertShape':_0x764152(0x1b2),'openPanel':_0x764152(0x1bc),'deleteShape':_0x764152(0x1cc),'hidePanel':_0x764152(0x1d1),'formatShape':_0x764152(0x1d2),'shapeStyle':_0x764152(0x1c8),'shapePosition':_0x764152(0x1c5),'toggleFlipH':_0x764152(0x1cd),'toggleFlipV':_0x764152(0x1cb),'rotateRight90':_0x764152(0x1cf),'rotateLeft90':_0x764152(0x1ac),'toggleTextVertical':_0x764152(0x1ca),'toolbar':{'alignLeft':_0x764152(0x1be),'alignCenter':_0x764152(0x1c6),'alignRight':_0x764152(0x1b3),'alignJustify':_0x764152(0x1ad),'bold':_0x764152(0x1b5),'italic':'Курсив','underline':_0x764152(0x1b6),'strikethrough':_0x764152(0x1d0),'textColor':_0x764152(0x1b7),'fillColor':_0x764152(0x1c4),'resetColor':_0x764152(0x1c3)},'align':{'top':_0x764152(0x1ba),'middle':_0x764152(0x1b8),'bottom':_0x764152(0x1c0)},'textWrap':{'inline':_0x764152(0x1c1),'square':_0x764152(0x1bf),'topAndBottom':_0x764152(0x1c7),'behindText':_0x764152(0x1b0),'inFrontText':'In\x20front\x20of\x20text'},'crop':{'shape':_0x764152(0x1aa)}}};module[_0x764152(0x1b9)]=e;
1
+ const _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 +1 @@
1
- const _0x619325=_0x5f4b;function _0x5f4b(_0x464966,_0x228873){_0x464966=_0x464966-0x123;const _0x21a327=_0x21a3();let _0x5f4be8=_0x21a327[_0x464966];return _0x5f4be8;}(function(_0x1e320d,_0x353942){const _0x4bc544=_0x5f4b,_0x19b2c6=_0x1e320d();while(!![]){try{const _0x333a31=parseInt(_0x4bc544(0x13a))/0x1*(-parseInt(_0x4bc544(0x142))/0x2)+-parseInt(_0x4bc544(0x12d))/0x3+-parseInt(_0x4bc544(0x12f))/0x4+parseInt(_0x4bc544(0x144))/0x5*(-parseInt(_0x4bc544(0x126))/0x6)+-parseInt(_0x4bc544(0x136))/0x7*(parseInt(_0x4bc544(0x13d))/0x8)+-parseInt(_0x4bc544(0x133))/0x9*(parseInt(_0x4bc544(0x139))/0xa)+parseInt(_0x4bc544(0x13e))/0xb;if(_0x333a31===_0x353942)break;else _0x19b2c6['push'](_0x19b2c6['shift']());}catch(_0x464b9c){_0x19b2c6['push'](_0x19b2c6['shift']());}}}(_0x21a3,0x829d0));function _0x21a3(){const _0x3fa24c=['Zarovnať\x20dole','3774824eXqZvj','exports','Štýl\x20tvaru','Přepnout\x20text\x20vertikálně','2702259uNoINr','Formátovať\x20tvar','Tvar','28mDtvQU','Vložiť\x20tvar','Farba\x20pozadia\x20textu','10fSzWDd','43991EiXxFv','Zarovnať\x20hore','Prepnúť\x20zvislé\x20prevrátenie','1014960JAXBuz','44382998ajdsDI','Tučné','Zarovnať\x20doprava','Obdĺžnikové','22PIfAmT','Otočiť\x20doprava\x20o\x2090°','639355XuBPTo','V\x20riadku\x20s\x20textom','Skryť\x20panel\x20tvarov','Odstrániť\x20tvar','Prepnúť\x20vodorovné\x20prevrátenie','42TXojjH','Pred\x20textom','Za\x20textom','Poloha\x20tvaru','Podčiarknutie','Zarovnať\x20na\x20stred','Zarovnať\x20do\x20bloku','1108173XNfJKR'];_0x21a3=function(){return _0x3fa24c;};return _0x21a3();}const e={'docs-shape-ui':{'title':_0x619325(0x135),'insertShape':_0x619325(0x137),'openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':_0x619325(0x124),'hidePanel':_0x619325(0x123),'formatShape':_0x619325(0x134),'shapeStyle':_0x619325(0x131),'shapePosition':_0x619325(0x129),'toggleFlipH':_0x619325(0x125),'toggleFlipV':_0x619325(0x13c),'rotateRight90':_0x619325(0x143),'rotateLeft90':'Otočiť\x20doľava\x20o\x2090°','toggleTextVertical':_0x619325(0x132),'toolbar':{'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x619325(0x12b),'alignRight':_0x619325(0x140),'alignJustify':_0x619325(0x12c),'bold':_0x619325(0x13f),'italic':'Kurzíva','underline':_0x619325(0x12a),'strikethrough':'Prečiarknuté','textColor':'Farba\x20textu','fillColor':_0x619325(0x138),'resetColor':'Reset\x20color'},'align':{'top':_0x619325(0x13b),'middle':_0x619325(0x12b),'bottom':_0x619325(0x12e)},'textWrap':{'inline':_0x619325(0x145),'square':_0x619325(0x141),'topAndBottom':'Hore\x20a\x20dole','behindText':_0x619325(0x128),'inFrontText':_0x619325(0x127)},'crop':{'shape':'Oříznout\x20podle\x20tvaru'}}};module[_0x619325(0x130)]=e;
1
+ const _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 +1 @@
1
- function _0x18af(_0x307d5b,_0x435b06){_0x307d5b=_0x307d5b-0x1ed;const _0x1c0414=_0x1c04();let _0x18af10=_0x1c0414[_0x307d5b];return _0x18af10;}function _0x1c04(){const _0x4b5a72=['Gạch\x20ngang','4QmWnPk','In\x20đậm','exports','Ẩn\x20bảng\x20hình\x20dạng','Bật/tắt\x20lật\x20dọc','Top\x20and\x20Bottom','7fXfvAs','552062qOeZqG','Chuyển\x20đổi\x20văn\x20bản\x20dọc','3EmdGaV','353634UIBYXt','Kiểu\x20hình\x20dạng','Chuyển\x20đổi\x20lật\x20ngang','In\x20front\x20of\x20text','Mở\x20bảng\x20hình\x20dạng','16OQrTmw','Màu\x20nền\x20văn\x20bản','Màu\x20chữ','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Vị\x20trí\x20hình\x20dạng','9409404WTnIYl','Căn\x20giữa','11SoEbbu','1539810MZbDWm','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','In\x20nghiêng','Chèn\x20hình\x20dạng','Gạch\x20chân','Căn\x20trái','Căn\x20giữa\x20theo\x20chiều\x20dọc','Định\x20dạng\x20hình\x20dạng','7479ovUISO','Căn\x20phải','874295dPPfin','Behind\x20text','Hình\x20dạng','280926HoAxZy','In\x20line\x20with\x20text','Căn\x20trên'];_0x1c04=function(){return _0x4b5a72;};return _0x1c04();}const _0x1b2533=_0x18af;(function(_0x531d5d,_0x4e04b1){const _0x1c30b4=_0x18af,_0x3589e9=_0x531d5d();while(!![]){try{const _0x4951a=-parseInt(_0x1c30b4(0x208))/0x1+-parseInt(_0x1c30b4(0x1f0))/0x2*(parseInt(_0x1c30b4(0x1f2))/0x3)+-parseInt(_0x1c30b4(0x211))/0x4*(parseInt(_0x1c30b4(0x20a))/0x5)+parseInt(_0x1c30b4(0x1f3))/0x6*(parseInt(_0x1c30b4(0x1ef))/0x7)+-parseInt(_0x1c30b4(0x1f8))/0x8*(parseInt(_0x1c30b4(0x20d))/0x9)+-parseInt(_0x1c30b4(0x200))/0xa+-parseInt(_0x1c30b4(0x1ff))/0xb*(-parseInt(_0x1c30b4(0x1fd))/0xc);if(_0x4951a===_0x4e04b1)break;else _0x3589e9['push'](_0x3589e9['shift']());}catch(_0x315346){_0x3589e9['push'](_0x3589e9['shift']());}}}(_0x1c04,0x29156));const e={'docs-shape-ui':{'title':_0x1b2533(0x20c),'insertShape':_0x1b2533(0x203),'openPanel':_0x1b2533(0x1f7),'deleteShape':'Xóa\x20hình\x20dạng','hidePanel':_0x1b2533(0x214),'formatShape':_0x1b2533(0x207),'shapeStyle':_0x1b2533(0x1f4),'shapePosition':_0x1b2533(0x1fc),'toggleFlipH':_0x1b2533(0x1f5),'toggleFlipV':_0x1b2533(0x1ed),'rotateRight90':_0x1b2533(0x201),'rotateLeft90':_0x1b2533(0x1fb),'toggleTextVertical':_0x1b2533(0x1f1),'toolbar':{'alignLeft':_0x1b2533(0x205),'alignCenter':_0x1b2533(0x1fe),'alignRight':_0x1b2533(0x209),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':_0x1b2533(0x212),'italic':_0x1b2533(0x202),'underline':_0x1b2533(0x204),'strikethrough':_0x1b2533(0x210),'textColor':_0x1b2533(0x1fa),'fillColor':_0x1b2533(0x1f9),'resetColor':'Reset\x20color'},'align':{'top':_0x1b2533(0x20f),'middle':_0x1b2533(0x206),'bottom':'Căn\x20dưới'},'textWrap':{'inline':_0x1b2533(0x20e),'square':'Square','topAndBottom':_0x1b2533(0x1ee),'behindText':_0x1b2533(0x20b),'inFrontText':_0x1b2533(0x1f6)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};module[_0x1b2533(0x213)]=e;
1
+ 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 +1 @@
1
- const _0x519cf5=_0x5ebb;function _0x5711(){const _0x24749c=['312lFiGmJ','重置颜色','底部对齐','垂直居中','左对齐','切换水平翻转','下划线','形状样式','逆时针90度旋转','形状位置','exports','打开形状面板','顶部对齐','4021920vsVJOL','1494584mqOOwB','嵌入型','1352118WHiBgJ','文本颜色','1440640VUvSAp','5037534kYpNoA','隐藏形状面板','居中对齐','衬于文字下方','浮于文字上方','两端对齐','删除形状','顺时针90度旋转','文本背景色','裁剪为形状','四周型','5389976ItBSUN','3QbCWom','插入形状','格式化形状','161410TWCRCI','删除线'];_0x5711=function(){return _0x24749c;};return _0x5711();}function _0x5ebb(_0x3069ea,_0x1fd0ac){_0x3069ea=_0x3069ea-0xc8;const _0x5711f4=_0x5711();let _0x5ebb74=_0x5711f4[_0x3069ea];return _0x5ebb74;}(function(_0x2414bf,_0x408493){const _0x56ef68=_0x5ebb,_0x5298b8=_0x2414bf();while(!![]){try{const _0x195a5c=-parseInt(_0x56ef68(0xe1))/0x1+parseInt(_0x56ef68(0xdf))/0x2*(-parseInt(_0x56ef68(0xca))/0x3)+-parseInt(_0x56ef68(0xdd))/0x4+parseInt(_0x56ef68(0xcd))/0x5*(parseInt(_0x56ef68(0xcf))/0x6)+parseInt(_0x56ef68(0xdc))/0x7+parseInt(_0x56ef68(0xc9))/0x8+parseInt(_0x56ef68(0xe2))/0x9;if(_0x195a5c===_0x408493)break;else _0x5298b8['push'](_0x5298b8['shift']());}catch(_0x3d5f62){_0x5298b8['push'](_0x5298b8['shift']());}}}(_0x5711,0xf3400));const e={'docs-shape-ui':{'title':'形状','insertShape':_0x519cf5(0xcb),'openPanel':_0x519cf5(0xda),'deleteShape':_0x519cf5(0xe8),'hidePanel':_0x519cf5(0xe3),'formatShape':_0x519cf5(0xcc),'shapeStyle':_0x519cf5(0xd6),'shapePosition':_0x519cf5(0xd8),'toggleFlipH':_0x519cf5(0xd4),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x519cf5(0xe9),'rotateLeft90':_0x519cf5(0xd7),'toggleTextVertical':'切换文本竖排','toolbar':{'alignLeft':_0x519cf5(0xd3),'alignCenter':_0x519cf5(0xe4),'alignRight':'右对齐','alignJustify':_0x519cf5(0xe7),'bold':'粗体','italic':'斜体','underline':_0x519cf5(0xd5),'strikethrough':_0x519cf5(0xce),'textColor':_0x519cf5(0xe0),'fillColor':_0x519cf5(0xea),'resetColor':_0x519cf5(0xd0)},'align':{'top':_0x519cf5(0xdb),'middle':_0x519cf5(0xd2),'bottom':_0x519cf5(0xd1)},'textWrap':{'inline':_0x519cf5(0xde),'square':_0x519cf5(0xc8),'topAndBottom':'上下型','behindText':_0x519cf5(0xe5),'inFrontText':_0x519cf5(0xe6)},'crop':{'shape':_0x519cf5(0xeb)}}};module[_0x519cf5(0xd9)]=e;
1
+ const _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 +1 @@
1
- function _0x43ac(_0x580656,_0x47bcbe){_0x580656=_0x580656-0xc5;const _0x4eee59=_0x4eee();let _0x43ac61=_0x4eee59[_0x580656];return _0x43ac61;}const _0xba6d5b=_0x43ac;(function(_0x174ea1,_0x1551bf){const _0x5c7c7a=_0x43ac,_0x51c441=_0x174ea1();while(!![]){try{const _0x46598c=parseInt(_0x5c7c7a(0xd7))/0x1*(-parseInt(_0x5c7c7a(0xdc))/0x2)+-parseInt(_0x5c7c7a(0xd8))/0x3+-parseInt(_0x5c7c7a(0xcf))/0x4*(parseInt(_0x5c7c7a(0xe0))/0x5)+-parseInt(_0x5c7c7a(0xd5))/0x6*(-parseInt(_0x5c7c7a(0xd0))/0x7)+-parseInt(_0x5c7c7a(0xe3))/0x8*(parseInt(_0x5c7c7a(0xda))/0x9)+-parseInt(_0x5c7c7a(0xe9))/0xa+-parseInt(_0x5c7c7a(0xd1))/0xb*(-parseInt(_0x5c7c7a(0xcb))/0xc);if(_0x46598c===_0x1551bf)break;else _0x51c441['push'](_0x51c441['shift']());}catch(_0x482678){_0x51c441['push'](_0x51c441['shift']());}}}(_0x4eee,0x65670));const e={'docs-shape-ui':{'title':'形狀','insertShape':_0xba6d5b(0xe5),'openPanel':_0xba6d5b(0xd2),'deleteShape':_0xba6d5b(0xc5),'hidePanel':_0xba6d5b(0xdf),'formatShape':_0xba6d5b(0xce),'shapeStyle':_0xba6d5b(0xde),'shapePosition':_0xba6d5b(0xd6),'toggleFlipH':_0xba6d5b(0xcd),'toggleFlipV':_0xba6d5b(0xe7),'rotateRight90':_0xba6d5b(0xcc),'rotateLeft90':_0xba6d5b(0xc8),'toggleTextVertical':_0xba6d5b(0xd9),'toolbar':{'alignLeft':_0xba6d5b(0xe2),'alignCenter':_0xba6d5b(0xc7),'alignRight':'右對齊','alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':'文字顏色','fillColor':_0xba6d5b(0xdd),'resetColor':_0xba6d5b(0xd4)},'align':{'top':_0xba6d5b(0xc9),'middle':_0xba6d5b(0xe1),'bottom':_0xba6d5b(0xe4)},'textWrap':{'inline':_0xba6d5b(0xc6),'square':'矩形','topAndBottom':_0xba6d5b(0xca),'behindText':_0xba6d5b(0xe6),'inFrontText':_0xba6d5b(0xd3)},'crop':{'shape':_0xba6d5b(0xe8)}}};module[_0xba6d5b(0xdb)]=e;function _0x4eee(){const _0x6ab193=['文字背景色','圖形樣式','隱藏形狀面板','55tDXZOc','垂直居中','左對齊','65176iUopqV','底部對齊','插入形狀','文字在前','切換垂直翻轉','裁切為形狀','3822870bXxGRE','刪除形狀','與文字排列','居中對齊','逆時針\x2090\x20度旋轉','頂部對齊','上及下','21048wqkmzf','順時針\x2090\x20度旋轉','切換水平翻轉','格式化形狀','94376ogUUnJ','16387szPRia','5786ILcPnF','打開形狀面板','文字在後','重置顏色','1158mDrocH','圖形位置','2EbkwiP','233109HXtAzn','切換文本豎排','117wxTRbe','exports','133638YGmNGH'];_0x4eee=function(){return _0x6ab193;};return _0x4eee();}
1
+ const _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 +1 @@
1
- function _0x1c38(_0x2893eb,_0x52e7d0){_0x2893eb=_0x2893eb-0x18d;const _0x8a8a3d=_0x8a8a();let _0x1c38ff=_0x8a8a3d[_0x2893eb];return _0x1c38ff;}function _0x8a8a(){const _0x735773=['切換文本竖排','左對齊','右對齊','圖形樣式','文字在後','逆時針\x2090\x20度旋轉','兩端對齊','刪除線','文字背景色','居中對齊','垂直居中','切換水平翻轉','刪除形狀','3166410vQXhSL','打開形狀面板','切換垂直翻轉','25kDDDLj','64026EFFJik','裁切為形狀','圖形位置','6053244YLXOJX','996126odleEy','1757222PSdbKE','文字顏色','插入形狀','exports','3333003IGNmCp','隱藏形狀面板','頂部對齊','上及下','與文字排列','3704dwnjIH','重置顏色','4347658jMTISB'];_0x8a8a=function(){return _0x735773;};return _0x8a8a();}const _0x4f131f=_0x1c38;(function(_0x5b267e,_0x4d9fa6){const _0x5d043d=_0x1c38,_0xbab18b=_0x5b267e();while(!![]){try{const _0x19ddf2=parseInt(_0x5d043d(0x198))/0x1+-parseInt(_0x5d043d(0x18f))/0x2+parseInt(_0x5d043d(0x19c))/0x3+parseInt(_0x5d043d(0x196))/0x4+-parseInt(_0x5d043d(0x192))/0x5*(-parseInt(_0x5d043d(0x197))/0x6)+parseInt(_0x5d043d(0x1a3))/0x7+parseInt(_0x5d043d(0x1a1))/0x8*(-parseInt(_0x5d043d(0x193))/0x9);if(_0x19ddf2===_0x4d9fa6)break;else _0xbab18b['push'](_0xbab18b['shift']());}catch(_0x5239b0){_0xbab18b['push'](_0xbab18b['shift']());}}}(_0x8a8a,0xe9562));const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x4f131f(0x19a),'openPanel':_0x4f131f(0x190),'deleteShape':_0x4f131f(0x18e),'hidePanel':_0x4f131f(0x19d),'formatShape':'格式化形狀','shapeStyle':_0x4f131f(0x1a7),'shapePosition':_0x4f131f(0x195),'toggleFlipH':_0x4f131f(0x18d),'toggleFlipV':_0x4f131f(0x191),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x4f131f(0x1a9),'toggleTextVertical':_0x4f131f(0x1a4),'toolbar':{'alignLeft':_0x4f131f(0x1a5),'alignCenter':_0x4f131f(0x1ad),'alignRight':_0x4f131f(0x1a6),'alignJustify':_0x4f131f(0x1aa),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4f131f(0x1ab),'textColor':_0x4f131f(0x199),'fillColor':_0x4f131f(0x1ac),'resetColor':_0x4f131f(0x1a2)},'align':{'top':_0x4f131f(0x19e),'middle':_0x4f131f(0x1ae),'bottom':'底部對齊'},'textWrap':{'inline':_0x4f131f(0x1a0),'square':'矩形','topAndBottom':_0x4f131f(0x19f),'behindText':'文字在前','inFrontText':_0x4f131f(0x1a8)},'crop':{'shape':_0x4f131f(0x194)}}};module[_0x4f131f(0x19b)]=e;
1
+ 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();}