@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
- function _0x169f(){var _0x23db4d=['Alinea\x20a\x20l\x27esquerra','149191pCgSkX','30373450nvfllo','Cursiva','Obrir\x20panell\x20de\x20formes','Subratllat','294qyGQyi','Alinea\x20a\x20dalt','Ratllat','Negreta','Color\x20de\x20fons\x20del\x20text','1861688VAtXVk','Amagar\x20panell\x20de\x20formes','Estil\x20de\x20forma','3765355ucTfUW','Alternar\x20text\x20vertical','Reset\x20color','14984LelESr','Centra','Davant\x20del\x20text','Eliminar\x20forma','Color\x20del\x20text','4242344VaipBz','Inserir\x20forma','Rotar\x2090°\x20a\x20la\x20dreta','Forma','amd','Alternar\x20volteig\x20horitzontal','Alinea\x20al\x20mig','object','En\x20línia\x20amb\x20el\x20text','UniverProDocsShapeUiCaES','22ZZTNpQ','Alinea\x20a\x20baix','Justifica','18cdCpQz','5132940NKgalO'];_0x169f=function(){return _0x23db4d;};return _0x169f();}function _0x59cc(_0x146a82,_0x17e254){_0x146a82=_0x146a82-0xb6;var _0x169f48=_0x169f();var _0x59ccce=_0x169f48[_0x146a82];return _0x59ccce;}(function(_0x586322,_0x5b5eb4){var _0x262863=_0x59cc,_0x58907d=_0x586322();while(!![]){try{var _0x65e2ad=parseInt(_0x262863(0xbf))/0x1*(-parseInt(_0x262863(0xd5))/0x2)+-parseInt(_0x262863(0xc3))/0x3+parseInt(_0x262863(0xcf))/0x4+-parseInt(_0x262863(0xd2))/0x5+-parseInt(_0x262863(0xca))/0x6*(parseInt(_0x262863(0xc5))/0x7)+-parseInt(_0x262863(0xda))/0x8*(-parseInt(_0x262863(0xc2))/0x9)+parseInt(_0x262863(0xc6))/0xa;if(_0x65e2ad===_0x5b5eb4)break;else _0x58907d['push'](_0x58907d['shift']());}catch(_0x34138d){_0x58907d['push'](_0x58907d['shift']());}}}(_0x169f,0xd951d),function(_0x1563e4,_0x2215a3){var _0x167235=_0x59cc;typeof exports==_0x167235(0xbc)&&typeof module<'u'?module['exports']=_0x2215a3():typeof define=='function'&&define[_0x167235(0xb9)]?define([],_0x2215a3):(_0x1563e4=typeof globalThis<'u'?globalThis:_0x1563e4||self,_0x1563e4[_0x167235(0xbe)]=_0x2215a3());}(this,function(){var _0x2a4eea=_0x59cc;return{'docs-shape-ui':{'title':_0x2a4eea(0xb8),'insertShape':_0x2a4eea(0xb6),'openPanel':_0x2a4eea(0xc8),'deleteShape':_0x2a4eea(0xd8),'hidePanel':_0x2a4eea(0xd0),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x2a4eea(0xd1),'shapePosition':'Posició\x20de\x20forma','toggleFlipH':_0x2a4eea(0xba),'toggleFlipV':'Alternar\x20volteig\x20vertical','rotateRight90':_0x2a4eea(0xb7),'rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':_0x2a4eea(0xd3),'toolbar':{'alignLeft':_0x2a4eea(0xc4),'alignCenter':_0x2a4eea(0xd6),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':_0x2a4eea(0xc1),'bold':_0x2a4eea(0xcd),'italic':_0x2a4eea(0xc7),'underline':_0x2a4eea(0xc9),'strikethrough':_0x2a4eea(0xcc),'textColor':_0x2a4eea(0xd9),'fillColor':_0x2a4eea(0xce),'resetColor':_0x2a4eea(0xd4)},'align':{'top':_0x2a4eea(0xcb),'middle':_0x2a4eea(0xbb),'bottom':_0x2a4eea(0xc0)},'textWrap':{'inline':_0x2a4eea(0xbd),'square':'Quadrat','topAndBottom':'A\x20dalt\x20i\x20a\x20baix','behindText':'Darrere\x20del\x20text','inFrontText':_0x2a4eea(0xd7)},'crop':{'shape':'Retalla\x20a\x20forma'}}};}));
1
+ function _0x1db4(_0x3a7653,_0x23c6b1){_0x3a7653=_0x3a7653-0x119;var _0x5105e5=_0x5105();var _0x1db469=_0x5105e5[_0x3a7653];return _0x1db469;}function _0x5105(){var _0x586b49=['Nom','374655ZyKhtL','Davant\x20del\x20text','Capes','6piuLCH','Alinea\x20a\x20dalt','Sense\x20objectes','2CsmrgI','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','107441AosDvh','315051aRABwG','Negreta','Afegeix\x20una\x20descripció','50pBGtGg','Quadrat','Format\x20de\x20forma','object','Envia\x20enrere','Alinea\x20a\x20la\x20dreta','Alternar\x20volteig\x20horitzontal','200896tlvZBp','72VBhDFd','Eliminar\x20forma','Centra','1000902auSosV','Obre\x20el\x20tauler\x20de\x20capes','Forma','Color\x20de\x20fons\x20del\x20text','Justifica','Alternar\x20text\x20vertical','Rotar\x2090°\x20a\x20l\x27esquerra','Alternar\x20volteig\x20vertical','A\x20dalt\x20i\x20a\x20baix','Alinea\x20al\x20mig','Mostra’ls\x20tots','4xccCVV','Inserir\x20forma','Descripció','26YxxHcA','amd','function','1934016YwoCHy','Darrere\x20del\x20text','Restableix\x20el\x20color','168115zCmGnR','Mostra','En\x20línia\x20amb\x20el\x20text','Nom\x20de\x20l’objecte','UniverProDocsShapeUiCaES','Ratllat','Estil\x20de\x20forma','Color\x20del\x20text','Retalla\x20a\x20forma'];_0x5105=function(){return _0x586b49;};return _0x5105();}(function(_0x2b9fd6,_0x123dc5){var _0x6f2207=_0x1db4,_0x347412=_0x2b9fd6();while(!![]){try{var _0x44c250=-parseInt(_0x6f2207(0x14d))/0x1*(parseInt(_0x6f2207(0x14b))/0x2)+parseInt(_0x6f2207(0x145))/0x3*(parseInt(_0x6f2207(0x132))/0x4)+parseInt(_0x6f2207(0x13b))/0x5*(-parseInt(_0x6f2207(0x148))/0x6)+parseInt(_0x6f2207(0x127))/0x7+parseInt(_0x6f2207(0x123))/0x8*(parseInt(_0x6f2207(0x124))/0x9)+-parseInt(_0x6f2207(0x11c))/0xa*(-parseInt(_0x6f2207(0x119))/0xb)+-parseInt(_0x6f2207(0x138))/0xc*(parseInt(_0x6f2207(0x135))/0xd);if(_0x44c250===_0x123dc5)break;else _0x347412['push'](_0x347412['shift']());}catch(_0x1e5b0e){_0x347412['push'](_0x347412['shift']());}}}(_0x5105,0x2445c),function(_0x17749b,_0x2afcbe){var _0x95c928=_0x1db4;typeof exports==_0x95c928(0x11f)&&typeof module<'u'?module['exports']=_0x2afcbe():typeof define==_0x95c928(0x137)&&define[_0x95c928(0x136)]?define([],_0x2afcbe):(_0x17749b=typeof globalThis<'u'?globalThis:_0x17749b||self,_0x17749b[_0x95c928(0x13f)]=_0x2afcbe());}(this,function(){var _0x559b34=_0x1db4;return{'docs-shape-ui':{'title':_0x559b34(0x129),'insertShape':_0x559b34(0x133),'openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':_0x559b34(0x125),'hidePanel':'Amagar\x20panell\x20de\x20formes','formatShape':_0x559b34(0x11e),'shapeStyle':_0x559b34(0x141),'shapePosition':'Posició\x20de\x20forma','toggleFlipH':_0x559b34(0x122),'toggleFlipV':_0x559b34(0x12e),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20dreta','rotateLeft90':_0x559b34(0x12d),'toggleTextVertical':_0x559b34(0x12c),'objectListPanel':{'title':_0x559b34(0x147),'open':_0x559b34(0x128),'empty':_0x559b34(0x14a),'showAll':_0x559b34(0x131),'hideAll':'Amaga’ls\x20tots','show':_0x559b34(0x13c),'hide':'Amaga','moveForward':'Porta\x20endavant','moveBackward':_0x559b34(0x120),'close':'Tanca','name':_0x559b34(0x144),'nameInput':_0x559b34(0x13e),'description':_0x559b34(0x134),'descriptionPlaceholder':_0x559b34(0x11b),'details':'Detalls','noSelection':_0x559b34(0x14c)},'toolbar':{'alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0x559b34(0x126),'alignRight':_0x559b34(0x121),'alignJustify':_0x559b34(0x12b),'bold':_0x559b34(0x11a),'italic':'Cursiva','underline':'Subratllat','strikethrough':_0x559b34(0x140),'textColor':_0x559b34(0x142),'fillColor':_0x559b34(0x12a),'resetColor':_0x559b34(0x13a)},'align':{'top':_0x559b34(0x149),'middle':_0x559b34(0x130),'bottom':'Alinea\x20a\x20baix'},'textWrap':{'inline':_0x559b34(0x13d),'square':_0x559b34(0x11d),'topAndBottom':_0x559b34(0x12f),'behindText':_0x559b34(0x139),'inFrontText':_0x559b34(0x146)},'crop':{'shape':_0x559b34(0x143)}}};}));
@@ -1 +1 @@
1
- function _0x137a(_0xff7c2,_0x417f78){_0xff7c2=_0xff7c2-0xe7;var _0x144309=_0x1443();var _0x137aae=_0x144309[_0xff7c2];return _0x137aae;}function _0x1443(){var _0x255da8=['Mittig','function','1143LtlUbb','3445435WmmYVt','99530deZpgb','Oben\x20bündig','Durchgestrichen','Form\x20einfügen','Unterstrichen','Auf\x20Form\x20zuschneiden','Texthintergrundfarbe','Unten\x20bündig','Form-Panel\x20ausblenden','Linksbündig','20886XOCAsh','amd','UniverProDocsShapeUiDeDE','1287627OFYwVa','Links\x2090°\x20drehen','Oben\x20und\x20unten','54vsGiSF','943400DlkhOA','exports','Formposition','14hCaWwl','Vertikalen\x20Text\x20umschalten','Zentriert','object','Vor\x20dem\x20Text','Formstil','Reset\x20color','Blocksatz','1051088sOXHLL','Form\x20formatieren','2680128DJDvID','Kursiv','Fett','Im\x20Textfluss'];_0x1443=function(){return _0x255da8;};return _0x1443();}(function(_0x1976c1,_0x3aa92a){var _0x3efeac=_0x137a,_0x3cecf6=_0x1976c1();while(!![]){try{var _0x26d86f=parseInt(_0x3efeac(0xf2))/0x1*(-parseInt(_0x3efeac(0xf8))/0x2)+parseInt(_0x3efeac(0xf5))/0x3+-parseInt(_0x3efeac(0xf9))/0x4+-parseInt(_0x3efeac(0xe7))/0x5+parseInt(_0x3efeac(0x106))/0x6+-parseInt(_0x3efeac(0xfc))/0x7*(parseInt(_0x3efeac(0x104))/0x8)+parseInt(_0x3efeac(0x10c))/0x9*(parseInt(_0x3efeac(0xe8))/0xa);if(_0x26d86f===_0x3aa92a)break;else _0x3cecf6['push'](_0x3cecf6['shift']());}catch(_0x445d67){_0x3cecf6['push'](_0x3cecf6['shift']());}}}(_0x1443,0x5ecc9),function(_0x709ba,_0x41fb67){var _0x2a0e5f=_0x137a;typeof exports==_0x2a0e5f(0xff)&&typeof module<'u'?module[_0x2a0e5f(0xfa)]=_0x41fb67():typeof define==_0x2a0e5f(0x10b)&&define[_0x2a0e5f(0xf3)]?define([],_0x41fb67):(_0x709ba=typeof globalThis<'u'?globalThis:_0x709ba||self,_0x709ba[_0x2a0e5f(0xf4)]=_0x41fb67());}(this,function(){var _0xe52c6e=_0x137a;return{'docs-shape-ui':{'title':'Form','insertShape':_0xe52c6e(0xeb),'openPanel':'Form-Panel\x20öffnen','deleteShape':'Form\x20löschen','hidePanel':_0xe52c6e(0xf0),'formatShape':_0xe52c6e(0x105),'shapeStyle':_0xe52c6e(0x101),'shapePosition':_0xe52c6e(0xfb),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0xe52c6e(0xf6),'toggleTextVertical':_0xe52c6e(0xfd),'toolbar':{'alignLeft':_0xe52c6e(0xf1),'alignCenter':_0xe52c6e(0xfe),'alignRight':'Rechtsbündig','alignJustify':_0xe52c6e(0x103),'bold':_0xe52c6e(0x108),'italic':_0xe52c6e(0x107),'underline':_0xe52c6e(0xec),'strikethrough':_0xe52c6e(0xea),'textColor':'Textfarbe','fillColor':_0xe52c6e(0xee),'resetColor':_0xe52c6e(0x102)},'align':{'top':_0xe52c6e(0xe9),'middle':_0xe52c6e(0x10a),'bottom':_0xe52c6e(0xef)},'textWrap':{'inline':_0xe52c6e(0x109),'square':'Quadratisch','topAndBottom':_0xe52c6e(0xf7),'behindText':'Hinter\x20dem\x20Text','inFrontText':_0xe52c6e(0x100)},'crop':{'shape':_0xe52c6e(0xed)}}};}));
1
+ function _0x5659(_0x2408dd,_0x28c7ca){_0x2408dd=_0x2408dd-0xa3;var _0x2c3559=_0x2c35();var _0x5659df=_0x2c3559[_0x2408dd];return _0x5659df;}(function(_0x210652,_0x1a3586){var _0x40ce0a=_0x5659,_0x49ba04=_0x210652();while(!![]){try{var _0x5864b0=parseInt(_0x40ce0a(0xc6))/0x1+parseInt(_0x40ce0a(0xb9))/0x2*(-parseInt(_0x40ce0a(0xb4))/0x3)+parseInt(_0x40ce0a(0xa3))/0x4+-parseInt(_0x40ce0a(0xc9))/0x5*(parseInt(_0x40ce0a(0xac))/0x6)+-parseInt(_0x40ce0a(0xa7))/0x7*(-parseInt(_0x40ce0a(0xba))/0x8)+-parseInt(_0x40ce0a(0xa4))/0x9*(parseInt(_0x40ce0a(0xa5))/0xa)+-parseInt(_0x40ce0a(0xd1))/0xb*(-parseInt(_0x40ce0a(0xb8))/0xc);if(_0x5864b0===_0x1a3586)break;else _0x49ba04['push'](_0x49ba04['shift']());}catch(_0x1ede88){_0x49ba04['push'](_0x49ba04['shift']());}}}(_0x2c35,0x9ba17),function(_0xcc509e,_0x2a3076){var _0x15d7a7=_0x5659;typeof exports==_0x15d7a7(0xb5)&&typeof module<'u'?module['exports']=_0x2a3076():typeof define=='function'&&define[_0x15d7a7(0xb0)]?define([],_0x2a3076):(_0xcc509e=typeof globalThis<'u'?globalThis:_0xcc509e||self,_0xcc509e[_0x15d7a7(0xcb)]=_0x2a3076());}(this,function(){var _0x5530f3=_0x5659;return{'docs-shape-ui':{'title':_0x5530f3(0xd4),'insertShape':'Form\x20einfügen','openPanel':_0x5530f3(0xd3),'deleteShape':'Form\x20löschen','hidePanel':_0x5530f3(0xb6),'formatShape':_0x5530f3(0xbe),'shapeStyle':_0x5530f3(0xce),'shapePosition':_0x5530f3(0xb1),'toggleFlipH':_0x5530f3(0xca),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0x5530f3(0xcd),'toggleTextVertical':_0x5530f3(0xa8),'objectListPanel':{'title':_0x5530f3(0xc1),'open':_0x5530f3(0xcc),'empty':_0x5530f3(0xae),'showAll':_0x5530f3(0xd0),'hideAll':'Alle\x20ausblenden','show':_0x5530f3(0xd5),'hide':'Ausblenden','moveForward':_0x5530f3(0xc3),'moveBackward':_0x5530f3(0xa9),'close':_0x5530f3(0xc0),'name':_0x5530f3(0xc4),'nameInput':_0x5530f3(0xbb),'description':_0x5530f3(0xcf),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x5530f3(0xbc),'noSelection':_0x5530f3(0xc5)},'toolbar':{'alignLeft':_0x5530f3(0xc2),'alignCenter':_0x5530f3(0xbd),'alignRight':_0x5530f3(0xab),'alignJustify':_0x5530f3(0xaf),'bold':_0x5530f3(0xb7),'italic':'Kursiv','underline':'Unterstrichen','strikethrough':_0x5530f3(0xc7),'textColor':_0x5530f3(0xaa),'fillColor':_0x5530f3(0xb3),'resetColor':_0x5530f3(0xc8)},'align':{'top':_0x5530f3(0xb2),'middle':_0x5530f3(0xbf),'bottom':'Unten\x20bündig'},'textWrap':{'inline':'Im\x20Textfluss','square':'Quadratisch','topAndBottom':_0x5530f3(0xa6),'behindText':'Hinter\x20dem\x20Text','inFrontText':_0x5530f3(0xad)},'crop':{'shape':_0x5530f3(0xd2)}}};}));function _0x2c35(){var _0x4816b1=['Ebenenbereich\x20öffnen','Links\x2090°\x20drehen','Formstil','Beschreibung','Alle\x20anzeigen','537218lyurme','Auf\x20Form\x20zuschneiden','Form-Panel\x20öffnen','Form','Anzeigen','1667032XuBxGI','99rPcfAK','683170njyFhu','Oben\x20und\x20unten','3438036jaaxfy','Vertikalen\x20Text\x20umschalten','Weiter\x20nach\x20hinten','Textfarbe','Rechtsbündig','1308CMVtVg','Vor\x20dem\x20Text','Keine\x20Objekte','Blocksatz','amd','Formposition','Oben\x20bündig','Texthintergrundfarbe','1083glgNqx','object','Form-Panel\x20ausblenden','Fett','192TWjTOD','6570xzgqmN','16drCaPe','Objektname','Details','Zentriert','Form\x20formatieren','Mittig','Schließen','Ebenen','Linksbündig','Weiter\x20nach\x20vorne','Name','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','570299eSsGjL','Durchgestrichen','Farbe\x20zurücksetzen','4035SjTdMq','Horizontale\x20Spiegelung\x20umschalten','UniverProDocsShapeUiDeDE'];_0x2c35=function(){return _0x4816b1;};return _0x2c35();}
@@ -1 +1 @@
1
- function _0x22ad(_0x32c6af,_0x5e2e86){_0x32c6af=_0x32c6af-0x158;var _0x382cfe=_0x382c();var _0x22ad96=_0x382cfe[_0x32c6af];return _0x22ad96;}(function(_0x18cd90,_0x3032d2){var _0x531510=_0x22ad,_0x1bbab8=_0x18cd90();while(!![]){try{var _0x25608b=-parseInt(_0x531510(0x169))/0x1+parseInt(_0x531510(0x168))/0x2+parseInt(_0x531510(0x15c))/0x3+-parseInt(_0x531510(0x167))/0x4+parseInt(_0x531510(0x176))/0x5+-parseInt(_0x531510(0x17c))/0x6*(-parseInt(_0x531510(0x15d))/0x7)+parseInt(_0x531510(0x16e))/0x8*(-parseInt(_0x531510(0x172))/0x9);if(_0x25608b===_0x3032d2)break;else _0x1bbab8['push'](_0x1bbab8['shift']());}catch(_0x27d528){_0x1bbab8['push'](_0x1bbab8['shift']());}}}(_0x382c,0x758ec),function(_0x444006,_0x4f172c){var _0xa36452=_0x22ad;typeof exports==_0xa36452(0x160)&&typeof module<'u'?module['exports']=_0x4f172c():typeof define==_0xa36452(0x173)&&define[_0xa36452(0x180)]?define([],_0x4f172c):(_0x444006=typeof globalThis<'u'?globalThis:_0x444006||self,_0x444006[_0xa36452(0x178)]=_0x4f172c());}(this,function(){var _0x4fe076=_0x22ad;return{'docs-shape-ui':{'title':_0x4fe076(0x15b),'insertShape':'Insert\x20Shape','openPanel':_0x4fe076(0x15f),'deleteShape':_0x4fe076(0x171),'hidePanel':_0x4fe076(0x179),'formatShape':_0x4fe076(0x164),'shapeStyle':_0x4fe076(0x17d),'shapePosition':_0x4fe076(0x158),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x4fe076(0x165),'rotateRight90':_0x4fe076(0x17e),'rotateLeft90':_0x4fe076(0x161),'toggleTextVertical':_0x4fe076(0x15a),'toolbar':{'alignLeft':_0x4fe076(0x175),'alignCenter':_0x4fe076(0x163),'alignRight':_0x4fe076(0x16a),'alignJustify':_0x4fe076(0x16c),'bold':_0x4fe076(0x177),'italic':_0x4fe076(0x15e),'underline':_0x4fe076(0x16b),'strikethrough':'Strikethrough','textColor':_0x4fe076(0x170),'fillColor':_0x4fe076(0x166),'resetColor':_0x4fe076(0x16d)},'align':{'top':'Align\x20Top','middle':_0x4fe076(0x16f),'bottom':_0x4fe076(0x162)},'textWrap':{'inline':_0x4fe076(0x17f),'square':_0x4fe076(0x174),'topAndBottom':'Top\x20and\x20Bottom','behindText':_0x4fe076(0x17b),'inFrontText':_0x4fe076(0x17a)},'crop':{'shape':_0x4fe076(0x159)}}};}));function _0x382c(){var _0x11e63d=['function','Square','Align\x20Left','1912670YMssbo','Bold','UniverProDocsShapeUiEnUS','Hide\x20Shape\x20Panel','In\x20front\x20of\x20text','Behind\x20text','6834dySGOl','Shape\x20Style','Rotate\x20Right\x2090°','In\x20line\x20with\x20text','amd','Shape\x20Position','Crop\x20to\x20Shape','Toggle\x20Text\x20Vertical','Shape','1492731wjHmkq','4557pjvbkQ','Italic','Open\x20Shape\x20Panel','object','Rotate\x20Left\x2090°','Align\x20Bottom','Align\x20Center','Format\x20Shape','Toggle\x20Vertical\x20Flip','Text\x20Background\x20color','2934800LKYztQ','783280likwTR','583289UrGDER','Align\x20Right','Underline','Justify','Reset\x20color','1717880VKrIuv','Align\x20Middle','Text\x20color','Delete\x20Shape','9wUgdAQ'];_0x382c=function(){return _0x11e63d;};return _0x382c();}
1
+ function _0x30d2(_0x168bdf,_0x3f2bc3){_0x168bdf=_0x168bdf-0x174;var _0xf9953b=_0xf995();var _0x30d211=_0xf9953b[_0x168bdf];return _0x30d211;}function _0xf995(){var _0x5beca9=['6414haXOsb','Shape\x20Style','Bold','In\x20front\x20of\x20text','1991673WKzZns','1756027oZShzc','Toggle\x20Text\x20Vertical','Shape\x20Position','453rkafWY','No\x20objects','Show\x20All','Top\x20and\x20Bottom','132726AKKVlY','Show','Align\x20Center','85JuEtHn','Strikethrough','4196hNrCvu','Align\x20Right','Select\x20an\x20object\x20to\x20edit\x20details','Add\x20description','Rotate\x20Left\x2090°','Open\x20Layers\x20Panel','Align\x20Top','Toggle\x20Vertical\x20Flip','Toggle\x20Horizontal\x20Flip','Name','Text\x20Background\x20color','2536432KhdPMG','Delete\x20Shape','Layers','1085uMQgXp','Square','30FecQiJ','exports','1516CKxcjx','Rotate\x20Right\x2090°','Object\x20name','Format\x20Shape','Behind\x20text','function','Send\x20Backward','Description','Underline','Justify','Hide\x20All','Close'];_0xf995=function(){return _0x5beca9;};return _0xf995();}(function(_0x7c40f3,_0x19981d){var _0x490d42=_0x30d2,_0x34d8dc=_0x7c40f3();while(!![]){try{var _0x5dc365=parseInt(_0x490d42(0x186))/0x1*(parseInt(_0x490d42(0x188))/0x2)+-parseInt(_0x490d42(0x17f))/0x3*(parseInt(_0x490d42(0x19a))/0x4)+-parseInt(_0x490d42(0x196))/0x5*(parseInt(_0x490d42(0x177))/0x6)+parseInt(_0x490d42(0x17c))/0x7+parseInt(_0x490d42(0x193))/0x8+-parseInt(_0x490d42(0x17b))/0x9+parseInt(_0x490d42(0x198))/0xa*(-parseInt(_0x490d42(0x183))/0xb);if(_0x5dc365===_0x19981d)break;else _0x34d8dc['push'](_0x34d8dc['shift']());}catch(_0x10214f){_0x34d8dc['push'](_0x34d8dc['shift']());}}}(_0xf995,0x30b7c),function(_0xb6910b,_0x88fcbb){var _0x1ea76a=_0x30d2;typeof exports=='object'&&typeof module<'u'?module[_0x1ea76a(0x199)]=_0x88fcbb():typeof define==_0x1ea76a(0x19f)&&define['amd']?define([],_0x88fcbb):(_0xb6910b=typeof globalThis<'u'?globalThis:_0xb6910b||self,_0xb6910b['UniverProDocsShapeUiEnUS']=_0x88fcbb());}(this,function(){var _0xc655c9=_0x30d2;return{'docs-shape-ui':{'title':'Shape','insertShape':'Insert\x20Shape','openPanel':'Open\x20Shape\x20Panel','deleteShape':_0xc655c9(0x194),'hidePanel':'Hide\x20Shape\x20Panel','formatShape':_0xc655c9(0x19d),'shapeStyle':_0xc655c9(0x178),'shapePosition':_0xc655c9(0x17e),'toggleFlipH':_0xc655c9(0x190),'toggleFlipV':_0xc655c9(0x18f),'rotateRight90':_0xc655c9(0x19b),'rotateLeft90':_0xc655c9(0x18c),'toggleTextVertical':_0xc655c9(0x17d),'objectListPanel':{'title':_0xc655c9(0x195),'open':_0xc655c9(0x18d),'empty':_0xc655c9(0x180),'showAll':_0xc655c9(0x181),'hideAll':_0xc655c9(0x175),'show':_0xc655c9(0x184),'hide':'Hide','moveForward':'Bring\x20Forward','moveBackward':_0xc655c9(0x1a0),'close':_0xc655c9(0x176),'name':_0xc655c9(0x191),'nameInput':_0xc655c9(0x19c),'description':_0xc655c9(0x1a1),'descriptionPlaceholder':_0xc655c9(0x18b),'details':'Details','noSelection':_0xc655c9(0x18a)},'toolbar':{'alignLeft':'Align\x20Left','alignCenter':_0xc655c9(0x185),'alignRight':_0xc655c9(0x189),'alignJustify':_0xc655c9(0x174),'bold':_0xc655c9(0x179),'italic':'Italic','underline':_0xc655c9(0x1a2),'strikethrough':_0xc655c9(0x187),'textColor':'Text\x20color','fillColor':_0xc655c9(0x192),'resetColor':'Reset\x20color'},'align':{'top':_0xc655c9(0x18e),'middle':'Align\x20Middle','bottom':'Align\x20Bottom'},'textWrap':{'inline':'In\x20line\x20with\x20text','square':_0xc655c9(0x197),'topAndBottom':_0xc655c9(0x182),'behindText':_0xc655c9(0x19e),'inFrontText':_0xc655c9(0x17a)},'crop':{'shape':'Crop\x20to\x20Shape'}}};}));
@@ -1 +1 @@
1
- function _0x3c35(_0x5337a9,_0x3aa47d){_0x5337a9=_0x5337a9-0x142;var _0x40cd6e=_0x40cd();var _0x3c35d0=_0x40cd6e[_0x5337a9];return _0x3c35d0;}(function(_0x2db429,_0x199ef3){var _0x33dec6=_0x3c35,_0x44fb78=_0x2db429();while(!![]){try{var _0x253c5b=-parseInt(_0x33dec6(0x164))/0x1*(parseInt(_0x33dec6(0x169))/0x2)+-parseInt(_0x33dec6(0x15c))/0x3*(-parseInt(_0x33dec6(0x167))/0x4)+-parseInt(_0x33dec6(0x162))/0x5*(-parseInt(_0x33dec6(0x160))/0x6)+-parseInt(_0x33dec6(0x148))/0x7+-parseInt(_0x33dec6(0x149))/0x8*(parseInt(_0x33dec6(0x144))/0x9)+parseInt(_0x33dec6(0x153))/0xa*(-parseInt(_0x33dec6(0x147))/0xb)+parseInt(_0x33dec6(0x154))/0xc*(parseInt(_0x33dec6(0x143))/0xd);if(_0x253c5b===_0x199ef3)break;else _0x44fb78['push'](_0x44fb78['shift']());}catch(_0x24a4b0){_0x44fb78['push'](_0x44fb78['shift']());}}}(_0x40cd,0x98b4a),function(_0x1456e9,_0x1d4ae3){var _0x581e51=_0x3c35;typeof exports==_0x581e51(0x14a)&&typeof module<'u'?module[_0x581e51(0x155)]=_0x1d4ae3():typeof define==_0x581e51(0x142)&&define['amd']?define([],_0x1d4ae3):(_0x1456e9=typeof globalThis<'u'?globalThis:_0x1456e9||self,_0x1456e9['UniverProDocsShapeUiEsES']=_0x1d4ae3());}(this,function(){var _0x5e0f6c=_0x3c35;return{'docs-shape-ui':{'title':_0x5e0f6c(0x156),'insertShape':'Insertar\x20forma','openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':_0x5e0f6c(0x15a),'hidePanel':_0x5e0f6c(0x15e),'formatShape':_0x5e0f6c(0x163),'shapeStyle':'Estilo\x20de\x20forma','shapePosition':_0x5e0f6c(0x14b),'toggleFlipH':_0x5e0f6c(0x157),'toggleFlipV':_0x5e0f6c(0x150),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20derecha','rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x5e0f6c(0x145),'toolbar':{'alignLeft':_0x5e0f6c(0x15f),'alignCenter':_0x5e0f6c(0x15b),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x5e0f6c(0x14c),'bold':_0x5e0f6c(0x168),'italic':_0x5e0f6c(0x161),'underline':_0x5e0f6c(0x146),'strikethrough':_0x5e0f6c(0x158),'textColor':_0x5e0f6c(0x166),'fillColor':_0x5e0f6c(0x15d),'resetColor':_0x5e0f6c(0x152)},'align':{'top':_0x5e0f6c(0x14d),'middle':_0x5e0f6c(0x151),'bottom':_0x5e0f6c(0x159)},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':_0x5e0f6c(0x165),'topAndBottom':_0x5e0f6c(0x14f),'behindText':'Detrás\x20del\x20texto','inFrontText':'Delante\x20del\x20texto'},'crop':{'shape':_0x5e0f6c(0x14e)}}};}));function _0x40cd(){var _0x6f163d=['object','Posición\x20de\x20forma','Justificar','Alinear\x20arriba','Recortar\x20a\x20forma','Arriba\x20y\x20abajo','Alternar\x20volteo\x20vertical','Alinear\x20al\x20medio','Reset\x20color','10430060aMkurc','5556XygcVI','exports','Forma','Alternar\x20volteo\x20horizontal','Tachado','Alinear\x20abajo','Eliminar\x20forma','Centrar','3NfSSap','Color\x20de\x20fondo\x20de\x20texto','Ocultar\x20panel\x20de\x20formas','Alinear\x20a\x20la\x20izquierda','12XndQEI','Cursiva','2540675uAjJrt','Formato\x20de\x20forma','4RMdQRV','Cuadrado','Color\x20de\x20texto','2006252XWFXdb','Negrita','11044hlsrxx','function','38441AFUSxC','5028138vbyHgB','Alternar\x20texto\x20vertical','Subrayado','11vVnvLg','4463662WcpzfG','8djwUNf'];_0x40cd=function(){return _0x6f163d;};return _0x40cd();}
1
+ function _0x397b(_0x4620fe,_0x58fa61){_0x4620fe=_0x4620fe-0xed;var _0x51d598=_0x51d5();var _0x397bf6=_0x51d598[_0x4620fe];return _0x397bf6;}(function(_0x59c123,_0x38c33e){var _0x335468=_0x397b,_0x4e1110=_0x59c123();while(!![]){try{var _0x416a9e=parseInt(_0x335468(0x111))/0x1*(parseInt(_0x335468(0xfe))/0x2)+-parseInt(_0x335468(0x107))/0x3*(-parseInt(_0x335468(0x10e))/0x4)+parseInt(_0x335468(0x100))/0x5*(-parseInt(_0x335468(0xfb))/0x6)+-parseInt(_0x335468(0x101))/0x7*(parseInt(_0x335468(0x110))/0x8)+-parseInt(_0x335468(0x121))/0x9*(parseInt(_0x335468(0xfc))/0xa)+parseInt(_0x335468(0x114))/0xb+parseInt(_0x335468(0x120))/0xc;if(_0x416a9e===_0x38c33e)break;else _0x4e1110['push'](_0x4e1110['shift']());}catch(_0x2b7e2d){_0x4e1110['push'](_0x4e1110['shift']());}}}(_0x51d5,0xdf129),function(_0x4b610c,_0x53d097){var _0x3b1c30=_0x397b;typeof exports==_0x3b1c30(0xf1)&&typeof module<'u'?module[_0x3b1c30(0xf9)]=_0x53d097():typeof define==_0x3b1c30(0xf6)&&define[_0x3b1c30(0x105)]?define([],_0x53d097):(_0x4b610c=typeof globalThis<'u'?globalThis:_0x4b610c||self,_0x4b610c[_0x3b1c30(0xf5)]=_0x53d097());}(this,function(){var _0xa5d5f5=_0x397b;return{'docs-shape-ui':{'title':_0xa5d5f5(0x109),'insertShape':_0xa5d5f5(0x113),'openPanel':_0xa5d5f5(0x104),'deleteShape':_0xa5d5f5(0x11a),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':_0xa5d5f5(0xf3),'shapeStyle':_0xa5d5f5(0x10c),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0xa5d5f5(0x11b),'rotateRight90':_0xa5d5f5(0x123),'rotateLeft90':_0xa5d5f5(0x103),'toggleTextVertical':_0xa5d5f5(0xf2),'objectListPanel':{'title':_0xa5d5f5(0xfd),'open':'Abrir\x20panel\x20de\x20capas','empty':_0xa5d5f5(0xef),'showAll':'Mostrar\x20todo','hideAll':_0xa5d5f5(0x119),'show':_0xa5d5f5(0xf4),'hide':_0xa5d5f5(0x106),'moveForward':_0xa5d5f5(0xee),'moveBackward':_0xa5d5f5(0x11c),'close':_0xa5d5f5(0x124),'name':'Nombre','nameInput':_0xa5d5f5(0xf0),'description':_0xa5d5f5(0x10f),'descriptionPlaceholder':_0xa5d5f5(0xff),'details':_0xa5d5f5(0x11e),'noSelection':_0xa5d5f5(0x117)},'toolbar':{'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0xa5d5f5(0x116),'alignRight':_0xa5d5f5(0x118),'alignJustify':'Justificar','bold':_0xa5d5f5(0x11d),'italic':'Cursiva','underline':_0xa5d5f5(0x102),'strikethrough':_0xa5d5f5(0x108),'textColor':_0xa5d5f5(0xf8),'fillColor':_0xa5d5f5(0x112),'resetColor':_0xa5d5f5(0x10a)},'align':{'top':_0xa5d5f5(0xfa),'middle':_0xa5d5f5(0x122),'bottom':'Alinear\x20abajo'},'textWrap':{'inline':_0xa5d5f5(0x11f),'square':_0xa5d5f5(0xed),'topAndBottom':_0xa5d5f5(0x10d),'behindText':_0xa5d5f5(0x10b),'inFrontText':_0xa5d5f5(0xf7)},'crop':{'shape':_0xa5d5f5(0x115)}}};}));function _0x51d5(){var _0x3a0985=['Rotar\x2090°\x20a\x20la\x20izquierda','Abrir\x20panel\x20de\x20formas','amd','Ocultar','3yGeZFG','Tachado','Forma','Restablecer\x20color','Detrás\x20del\x20texto','Estilo\x20de\x20forma','Arriba\x20y\x20abajo','4185172DPwMZL','Descripción','40cGCnkU','1wjlKYc','Color\x20de\x20fondo\x20de\x20texto','Insertar\x20forma','9414053FyUDZd','Recortar\x20a\x20forma','Centrar','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Alinear\x20a\x20la\x20derecha','Ocultar\x20todo','Eliminar\x20forma','Alternar\x20volteo\x20vertical','Enviar\x20atrás','Negrita','Detalles','En\x20línea\x20con\x20el\x20texto','38368596jTnVGf','8222292FXIkzR','Alinear\x20al\x20medio','Rotar\x2090°\x20a\x20la\x20derecha','Cerrar','Cuadrado','Traer\x20adelante','Sin\x20objetos','Nombre\x20del\x20objeto','object','Alternar\x20texto\x20vertical','Formato\x20de\x20forma','Mostrar','UniverProDocsShapeUiEsES','function','Delante\x20del\x20texto','Color\x20de\x20texto','exports','Alinear\x20arriba','2082Fcyoju','20sutZrf','Capas','360092ijzbNT','Agregar\x20descripción','11335uOzGzM','2452821QNsKbx','Subrayado'];_0x51d5=function(){return _0x3a0985;};return _0x51d5();}
@@ -1 +1 @@
1
- (function(_0x470ad9,_0x30a147){var _0x5a0e62=_0xb849,_0x9bc68b=_0x470ad9();while(!![]){try{var _0x5ae121=parseInt(_0x5a0e62(0xc9))/0x1+-parseInt(_0x5a0e62(0xb1))/0x2*(-parseInt(_0x5a0e62(0xc7))/0x3)+parseInt(_0x5a0e62(0xce))/0x4+-parseInt(_0x5a0e62(0xc0))/0x5+parseInt(_0x5a0e62(0xc1))/0x6*(parseInt(_0x5a0e62(0xca))/0x7)+-parseInt(_0x5a0e62(0xd3))/0x8*(-parseInt(_0x5a0e62(0xc2))/0x9)+-parseInt(_0x5a0e62(0xd0))/0xa;if(_0x5ae121===_0x30a147)break;else _0x9bc68b['push'](_0x9bc68b['shift']());}catch(_0x309670){_0x9bc68b['push'](_0x9bc68b['shift']());}}}(_0x5162,0xca931),function(_0x531eb4,_0x1c3340){var _0x586b0b=_0xb849;typeof exports==_0x586b0b(0xd2)&&typeof module<'u'?module['exports']=_0x1c3340():typeof define==_0x586b0b(0xb6)&&define[_0x586b0b(0xb0)]?define([],_0x1c3340):(_0x531eb4=typeof globalThis<'u'?globalThis:_0x531eb4||self,_0x531eb4[_0x586b0b(0xd4)]=_0x1c3340());}(this,function(){var _0x35b349=_0xb849;return{'docs-shape-ui':{'title':_0x35b349(0xbe),'insertShape':'درج\x20شکل','openPanel':_0x35b349(0xb9),'deleteShape':_0x35b349(0xb3),'hidePanel':_0x35b349(0xd1),'formatShape':_0x35b349(0xc3),'shapeStyle':'سبک\x20شکل','shapePosition':_0x35b349(0xc6),'toggleFlipH':_0x35b349(0xb7),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x35b349(0xba),'rotateLeft90':_0x35b349(0xbd),'toggleTextVertical':_0x35b349(0xcd),'toolbar':{'alignLeft':_0x35b349(0xb2),'alignCenter':_0x35b349(0xae),'alignRight':_0x35b349(0xd6),'alignJustify':_0x35b349(0xc4),'bold':_0x35b349(0xcf),'italic':_0x35b349(0xbf),'underline':_0x35b349(0xcc),'strikethrough':_0x35b349(0xc5),'textColor':_0x35b349(0xc8),'fillColor':_0x35b349(0xb8),'resetColor':_0x35b349(0xbb)},'align':{'top':_0x35b349(0xaf),'middle':'تراز\x20وسط','bottom':_0x35b349(0xb5)},'textWrap':{'inline':_0x35b349(0xb4),'square':_0x35b349(0xcb),'topAndBottom':_0x35b349(0xbc),'behindText':'پشت\x20متن','inFrontText':_0x35b349(0xd5)},'crop':{'shape':'کراپ\x20به\x20شکل'}}};}));function _0xb849(_0x4e4399,_0x1f40fa){_0x4e4399=_0x4e4399-0xae;var _0x516221=_0x5162();var _0xb8498d=_0x516221[_0x4e4399];return _0xb8498d;}function _0x5162(){var _0x25b25d=['بالا\x20و\x20پایین','چرخش\x20۹۰\x20درجه\x20به\x20چپ','شکل','ایتالیک','1389930MvaLGd','6rxjZLJ','3562821REPaVy','قالب‌بندی\x20شکل','توجیه','خط‌دار','موقعیت\x20شکل','161790QzKEJe','رنگ\x20متن','637988Vmjxmy','3570553TWVcRY','مربع','خط‌کشی','تغییر\x20وضعیت\x20متن\x20عمودی','693244IBpVrB','پررنگ','16341860lkNxhz','مخفی\x20کردن\x20پنل\x20شکل‌ها','object','8EUsdDg','UniverProDocsShapeUiFaIR','جلوی\x20متن','تراز\x20راست','تراز\x20وسط','تراز\x20بالا','amd','38UfbdAC','تراز\x20چپ','حذف\x20شکل','در\x20یک\x20خط\x20با\x20متن','تراز\x20پایین','function','تغییر\x20وضعیت\x20چرخش\x20افقی','رنگ\x20پس‌زمینه\x20متن','باز\x20کردن\x20پنل\x20شکل‌ها','چرخش\x20۹۰\x20درجه\x20به\x20راست','Reset\x20color'];_0x5162=function(){return _0x25b25d;};return _0x5162();}
1
+ (function(_0x42e7cb,_0x10e75a){var _0xf7b4f0=_0xb63e,_0x205bfa=_0x42e7cb();while(!![]){try{var _0x4c7039=-parseInt(_0xf7b4f0(0x176))/0x1*(parseInt(_0xf7b4f0(0x193))/0x2)+-parseInt(_0xf7b4f0(0x167))/0x3+parseInt(_0xf7b4f0(0x178))/0x4*(parseInt(_0xf7b4f0(0x191))/0x5)+parseInt(_0xf7b4f0(0x177))/0x6*(-parseInt(_0xf7b4f0(0x16d))/0x7)+parseInt(_0xf7b4f0(0x17a))/0x8*(-parseInt(_0xf7b4f0(0x175))/0x9)+-parseInt(_0xf7b4f0(0x184))/0xa+-parseInt(_0xf7b4f0(0x170))/0xb*(-parseInt(_0xf7b4f0(0x166))/0xc);if(_0x4c7039===_0x10e75a)break;else _0x205bfa['push'](_0x205bfa['shift']());}catch(_0x402bcd){_0x205bfa['push'](_0x205bfa['shift']());}}}(_0x4db3,0xd8d04),function(_0xc78037,_0x1c5943){var _0x43be67=_0xb63e;typeof exports==_0x43be67(0x16e)&&typeof module<'u'?module['exports']=_0x1c5943():typeof define=='function'&&define[_0x43be67(0x17e)]?define([],_0x1c5943):(_0xc78037=typeof globalThis<'u'?globalThis:_0xc78037||self,_0xc78037[_0x43be67(0x187)]=_0x1c5943());}(this,function(){var _0x36e830=_0xb63e;return{'docs-shape-ui':{'title':_0x36e830(0x185),'insertShape':_0x36e830(0x18f),'openPanel':_0x36e830(0x165),'deleteShape':_0x36e830(0x168),'hidePanel':_0x36e830(0x189),'formatShape':_0x36e830(0x16c),'shapeStyle':'سبک\x20شکل','shapePosition':_0x36e830(0x17d),'toggleFlipH':_0x36e830(0x192),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x36e830(0x18e),'rotateLeft90':_0x36e830(0x183),'toggleTextVertical':_0x36e830(0x174),'objectListPanel':{'title':'لایه‌ها','open':_0x36e830(0x163),'empty':_0x36e830(0x17b),'showAll':_0x36e830(0x181),'hideAll':_0x36e830(0x18c),'show':_0x36e830(0x180),'hide':_0x36e830(0x195),'moveForward':_0x36e830(0x194),'moveBackward':_0x36e830(0x164),'close':_0x36e830(0x169),'name':_0x36e830(0x18d),'nameInput':_0x36e830(0x197),'description':_0x36e830(0x198),'descriptionPlaceholder':_0x36e830(0x18b),'details':_0x36e830(0x172),'noSelection':_0x36e830(0x17f)},'toolbar':{'alignLeft':_0x36e830(0x16a),'alignCenter':'تراز\x20وسط','alignRight':_0x36e830(0x16b),'alignJustify':_0x36e830(0x18a),'bold':'پررنگ','italic':_0x36e830(0x16f),'underline':_0x36e830(0x196),'strikethrough':'خط‌دار','textColor':_0x36e830(0x190),'fillColor':_0x36e830(0x173),'resetColor':'بازنشانی\x20رنگ'},'align':{'top':_0x36e830(0x186),'middle':_0x36e830(0x171),'bottom':'تراز\x20پایین'},'textWrap':{'inline':_0x36e830(0x17c),'square':_0x36e830(0x162),'topAndBottom':_0x36e830(0x188),'behindText':_0x36e830(0x182),'inFrontText':'جلوی\x20متن'},'crop':{'shape':_0x36e830(0x179)}}};}));function _0xb63e(_0x3f80ce,_0x4c9a17){_0x3f80ce=_0x3f80ce-0x162;var _0x4db3b7=_0x4db3();var _0xb63e21=_0x4db3b7[_0x3f80ce];return _0xb63e21;}function _0x4db3(){var _0x5e5d60=['توجیه','توضیحی\x20اضافه\x20کنید','پنهان\x20کردن\x20همه','نام','چرخش\x20۹۰\x20درجه\x20به\x20راست','درج\x20شکل','رنگ\x20متن','20EUKzSD','تغییر\x20وضعیت\x20چرخش\x20افقی','186vBzEVy','جلو\x20آوردن','پنهان\x20کردن','خط‌کشی','نام\x20شیء','توضیحات','مربع','باز\x20کردن\x20پنل\x20لایه‌ها','عقب\x20بردن','باز\x20کردن\x20پنل\x20شکل‌ها','5257572xUXxED','5276607CbQXGt','حذف\x20شکل','بستن','تراز\x20چپ','تراز\x20راست','قالب‌بندی\x20شکل','28GXyUMY','object','ایتالیک','132gHmDqc','تراز\x20وسط','جزئیات','رنگ\x20پس‌زمینه\x20متن','تغییر\x20وضعیت\x20متن\x20عمودی','301518nCzXJW','5429HVjUXp','2356986lfOfJV','1296756UTWPNN','کراپ\x20به\x20شکل','48CPkbIi','هیچ\x20شیئی\x20وجود\x20ندارد','در\x20یک\x20خط\x20با\x20متن','موقعیت\x20شکل','amd','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','نمایش','نمایش\x20همه','پشت\x20متن','چرخش\x20۹۰\x20درجه\x20به\x20چپ','16301580lVCynB','شکل','تراز\x20بالا','UniverProDocsShapeUiFaIR','بالا\x20و\x20پایین','مخفی\x20کردن\x20پنل\x20شکل‌ها'];_0x4db3=function(){return _0x5e5d60;};return _0x4db3();}
@@ -1 +1 @@
1
- function _0x2ad8(){var _0x3edd2d=['Barré','UniverProDocsShapeUiFrFR','30YFsFiq','1BUQFMd','Supprimer\x20la\x20forme','Gras','Forme','function','Aligné\x20avec\x20le\x20texte','5913761XUXGBT','Souligné','exports','Reset\x20color','Aligner\x20au\x20centre','Aligner\x20en\x20bas','Pivoter\x20à\x20gauche\x20de\x2090°','Haut\x20et\x20bas','Aligner\x20au\x20milieu','Basculer\x20le\x20retournement\x20vertical','Italique','22216USMXEN','Derrière\x20le\x20texte','40KNptbg','Basculer\x20le\x20texte\x20vertical','368250AyxmoL','5948250pPvSmv','3630488dzANLy','amd','15940629yQKnWG','Format\x20de\x20la\x20forme','Aligner\x20en\x20haut','Masquer\x20le\x20panneau\x20des\x20formes','Ouvrir\x20le\x20panneau\x20des\x20formes','5416500mpfHSY','Justifier','Style\x20de\x20la\x20forme','object','Basculer\x20le\x20retournement\x20horizontal'];_0x2ad8=function(){return _0x3edd2d;};return _0x2ad8();}function _0x45b0(_0xdf8dfe,_0x4380ef){_0xdf8dfe=_0xdf8dfe-0xf9;var _0x2ad8a3=_0x2ad8();var _0x45b07f=_0x2ad8a3[_0xdf8dfe];return _0x45b07f;}(function(_0x2e3b93,_0x5354b4){var _0x1cc281=_0x45b0,_0x396ccd=_0x2e3b93();while(!![]){try{var _0x5ed2ea=-parseInt(_0x1cc281(0x119))/0x1*(parseInt(_0x1cc281(0x104))/0x2)+-parseInt(_0x1cc281(0x108))/0x3*(parseInt(_0x1cc281(0x106))/0x4)+-parseInt(_0x1cc281(0x109))/0x5+-parseInt(_0x1cc281(0x111))/0x6+-parseInt(_0x1cc281(0xf9))/0x7+-parseInt(_0x1cc281(0x10a))/0x8+parseInt(_0x1cc281(0x10c))/0x9*(parseInt(_0x1cc281(0x118))/0xa);if(_0x5ed2ea===_0x5354b4)break;else _0x396ccd['push'](_0x396ccd['shift']());}catch(_0x473bf4){_0x396ccd['push'](_0x396ccd['shift']());}}}(_0x2ad8,0xa6f7d),function(_0x26eaf9,_0x50db1d){var _0x1a750d=_0x45b0;typeof exports==_0x1a750d(0x114)&&typeof module<'u'?module[_0x1a750d(0xfb)]=_0x50db1d():typeof define==_0x1a750d(0x11d)&&define[_0x1a750d(0x10b)]?define([],_0x50db1d):(_0x26eaf9=typeof globalThis<'u'?globalThis:_0x26eaf9||self,_0x26eaf9[_0x1a750d(0x117)]=_0x50db1d());}(this,function(){var _0x4ea16f=_0x45b0;return{'docs-shape-ui':{'title':_0x4ea16f(0x11c),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x4ea16f(0x110),'deleteShape':_0x4ea16f(0x11a),'hidePanel':_0x4ea16f(0x10f),'formatShape':_0x4ea16f(0x10d),'shapeStyle':_0x4ea16f(0x113),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0x4ea16f(0x115),'toggleFlipV':_0x4ea16f(0x102),'rotateRight90':'Pivoter\x20à\x20droite\x20de\x2090°','rotateLeft90':_0x4ea16f(0xff),'toggleTextVertical':_0x4ea16f(0x107),'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x4ea16f(0xfd),'alignRight':'Aligner\x20à\x20droite','alignJustify':_0x4ea16f(0x112),'bold':_0x4ea16f(0x11b),'italic':_0x4ea16f(0x103),'underline':_0x4ea16f(0xfa),'strikethrough':_0x4ea16f(0x116),'textColor':'Couleur\x20du\x20texte','fillColor':'Couleur\x20de\x20fond\x20du\x20texte','resetColor':_0x4ea16f(0xfc)},'align':{'top':_0x4ea16f(0x10e),'middle':_0x4ea16f(0x101),'bottom':_0x4ea16f(0xfe)},'textWrap':{'inline':_0x4ea16f(0x11e),'square':'Carré','topAndBottom':_0x4ea16f(0x100),'behindText':_0x4ea16f(0x105),'inFrontText':'Devant\x20le\x20texte'},'crop':{'shape':'Rogner\x20à\x20la\x20forme'}}};}));
1
+ function _0x5c1a(_0x10fef0,_0x5daa00){_0x10fef0=_0x10fef0-0x168;var _0x125b4e=_0x125b();var _0x5c1acb=_0x125b4e[_0x10fef0];return _0x5c1acb;}function _0x125b(){var _0x8e8923=['Pivoter\x20à\x20gauche\x20de\x2090°','Justifier','171339EvvUfz','Description','Réinitialiser\x20la\x20couleur','1075269gmGqct','1ekCKAl','Derrière\x20le\x20texte','5033000jvPBIs','Haut\x20et\x20bas','913584DJMDTf','Italique','Rogner\x20à\x20la\x20forme','Devant\x20le\x20texte','Pivoter\x20à\x20droite\x20de\x2090°','Aligner\x20en\x20haut','Position\x20de\x20la\x20forme','Aligné\x20avec\x20le\x20texte','Calques','Aligner\x20à\x20gauche','Tout\x20afficher','380FPMOYz','Masquer\x20le\x20panneau\x20des\x20formes','Nom\x20de\x20l’objet','Détails','1974824LOiwPe','UniverProDocsShapeUiFrFR','Carré','228tQzRhN','Basculer\x20le\x20retournement\x20vertical','5722792jDRedc','Aligner\x20à\x20droite','Style\x20de\x20la\x20forme','Basculer\x20le\x20retournement\x20horizontal','Forme','Couleur\x20du\x20texte','Couleur\x20de\x20fond\x20du\x20texte','amd','Tout\x20masquer','Supprimer\x20la\x20forme','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','exports','Reculer','Ouvrir\x20le\x20panneau\x20des\x20formes','Souligné','Barré','object','Insérer\x20une\x20forme','206262BfkeVR','Ajouter\x20une\x20description','Afficher','Aligner\x20au\x20milieu','Aucun\x20objet'];_0x125b=function(){return _0x8e8923;};return _0x125b();}(function(_0x252369,_0x442e0e){var _0x14de4f=_0x5c1a,_0x219782=_0x252369();while(!![]){try{var _0x52ee65=parseInt(_0x14de4f(0x16c))/0x1*(parseInt(_0x14de4f(0x17f))/0x2)+-parseInt(_0x14de4f(0x16b))/0x3+parseInt(_0x14de4f(0x170))/0x4+-parseInt(_0x14de4f(0x16e))/0x5+parseInt(_0x14de4f(0x182))/0x6*(-parseInt(_0x14de4f(0x168))/0x7)+parseInt(_0x14de4f(0x184))/0x8+-parseInt(_0x14de4f(0x196))/0x9*(-parseInt(_0x14de4f(0x17b))/0xa);if(_0x52ee65===_0x442e0e)break;else _0x219782['push'](_0x219782['shift']());}catch(_0x62e4a9){_0x219782['push'](_0x219782['shift']());}}}(_0x125b,0x7bc0c),function(_0x131780,_0x8e0642){var _0x265ea1=_0x5c1a;typeof exports==_0x265ea1(0x194)&&typeof module<'u'?module[_0x265ea1(0x18f)]=_0x8e0642():typeof define=='function'&&define[_0x265ea1(0x18b)]?define([],_0x8e0642):(_0x131780=typeof globalThis<'u'?globalThis:_0x131780||self,_0x131780[_0x265ea1(0x180)]=_0x8e0642());}(this,function(){var _0x5612b9=_0x5c1a;return{'docs-shape-ui':{'title':_0x5612b9(0x188),'insertShape':_0x5612b9(0x195),'openPanel':_0x5612b9(0x191),'deleteShape':_0x5612b9(0x18d),'hidePanel':_0x5612b9(0x17c),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x5612b9(0x186),'shapePosition':_0x5612b9(0x176),'toggleFlipH':_0x5612b9(0x187),'toggleFlipV':_0x5612b9(0x183),'rotateRight90':_0x5612b9(0x174),'rotateLeft90':_0x5612b9(0x19b),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x5612b9(0x178),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x5612b9(0x19a),'showAll':_0x5612b9(0x17a),'hideAll':_0x5612b9(0x18c),'show':_0x5612b9(0x198),'hide':'Masquer','moveForward':'Avancer','moveBackward':_0x5612b9(0x190),'close':'Fermer','name':'Nom','nameInput':_0x5612b9(0x17d),'description':_0x5612b9(0x169),'descriptionPlaceholder':_0x5612b9(0x197),'details':_0x5612b9(0x17e),'noSelection':_0x5612b9(0x18e)},'toolbar':{'alignLeft':_0x5612b9(0x179),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x5612b9(0x185),'alignJustify':_0x5612b9(0x19c),'bold':'Gras','italic':_0x5612b9(0x171),'underline':_0x5612b9(0x192),'strikethrough':_0x5612b9(0x193),'textColor':_0x5612b9(0x189),'fillColor':_0x5612b9(0x18a),'resetColor':_0x5612b9(0x16a)},'align':{'top':_0x5612b9(0x175),'middle':_0x5612b9(0x199),'bottom':'Aligner\x20en\x20bas'},'textWrap':{'inline':_0x5612b9(0x177),'square':_0x5612b9(0x181),'topAndBottom':_0x5612b9(0x16f),'behindText':_0x5612b9(0x16d),'inFrontText':_0x5612b9(0x173)},'crop':{'shape':_0x5612b9(0x172)}}};}));
@@ -1 +1 @@
1
- function _0x19d2(_0x187a01,_0x57f18b){_0x187a01=_0x187a01-0xde;var _0xa493c2=_0xa493();var _0x19d264=_0xa493c2[_0x187a01];return _0x19d264;}(function(_0x5c3b38,_0xf03e5d){var _0x3cd751=_0x19d2,_0x288cd7=_0x5c3b38();while(!![]){try{var _0x4c1b5e=-parseInt(_0x3cd751(0xf9))/0x1+-parseInt(_0x3cd751(0x102))/0x2*(parseInt(_0x3cd751(0xf1))/0x3)+-parseInt(_0x3cd751(0xe2))/0x4*(-parseInt(_0x3cd751(0xe3))/0x5)+parseInt(_0x3cd751(0xf4))/0x6+-parseInt(_0x3cd751(0xf0))/0x7*(parseInt(_0x3cd751(0xf3))/0x8)+parseInt(_0x3cd751(0x104))/0x9*(-parseInt(_0x3cd751(0xed))/0xa)+parseInt(_0x3cd751(0xfe))/0xb*(parseInt(_0x3cd751(0x107))/0xc);if(_0x4c1b5e===_0xf03e5d)break;else _0x288cd7['push'](_0x288cd7['shift']());}catch(_0x2218c7){_0x288cd7['push'](_0x288cd7['shift']());}}}(_0xa493,0x765f6),function(_0x5a4fba,_0x10973c){var _0x1f2d9f=_0x19d2;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x10973c():typeof define==_0x1f2d9f(0xeb)&&define[_0x1f2d9f(0xf6)]?define([],_0x10973c):(_0x5a4fba=typeof globalThis<'u'?globalThis:_0x5a4fba||self,_0x5a4fba[_0x1f2d9f(0x106)]=_0x10973c());}(this,function(){var _0x20b9d8=_0x19d2;return{'docs-shape-ui':{'title':_0x20b9d8(0x105),'insertShape':'Sisipkan\x20Bentuk','openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x20b9d8(0xfa),'hidePanel':_0x20b9d8(0xe9),'formatShape':'Format\x20Bentuk','shapeStyle':_0x20b9d8(0xea),'shapePosition':_0x20b9d8(0xf5),'toggleFlipH':_0x20b9d8(0x103),'toggleFlipV':_0x20b9d8(0xf8),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':_0x20b9d8(0xfc),'toggleTextVertical':'Ubah\x20Teks\x20Vertikal','toolbar':{'alignLeft':_0x20b9d8(0x100),'alignCenter':_0x20b9d8(0xec),'alignRight':_0x20b9d8(0xe4),'alignJustify':_0x20b9d8(0xf7),'bold':_0x20b9d8(0x101),'italic':_0x20b9d8(0xfd),'underline':_0x20b9d8(0xe8),'strikethrough':_0x20b9d8(0xe5),'textColor':_0x20b9d8(0xfb),'fillColor':_0x20b9d8(0xe0),'resetColor':_0x20b9d8(0xde)},'align':{'top':_0x20b9d8(0xdf),'middle':'Rata\x20Tengah','bottom':_0x20b9d8(0xff)},'textWrap':{'inline':_0x20b9d8(0xe7),'square':_0x20b9d8(0xe1),'topAndBottom':_0x20b9d8(0xef),'behindText':_0x20b9d8(0xf2),'inFrontText':_0x20b9d8(0xee)},'crop':{'shape':_0x20b9d8(0xe6)}}};}));function _0xa493(){var _0x1770d3=['Rata\x20Atas','Warna\x20latar\x20teks','Kotak','996TYFNyR','4045XUgpox','Rata\x20Kanan','Coret','Pangkas\x20ke\x20Bentuk','Sejajar\x20dengan\x20teks','Garis\x20bawah','Sembunyikan\x20Panel\x20Bentuk','Gaya\x20Bentuk','function','Rata\x20Tengah','1246270maQkey','Di\x20depan\x20teks','Atas\x20dan\x20Bawah','3098809GkIgUT','9wPsIwx','Di\x20belakang\x20teks','8uAmrLj','4535988idNxJr','Posisi\x20Bentuk','amd','Rata\x20Kanan\x20Kiri','Balik\x20Vertikal','123971JnikVw','Hapus\x20Bentuk','Warna\x20teks','Putar\x20Kiri\x2090°','Miring','777711tmxYpn','Rata\x20Bawah','Rata\x20Kiri','Tebal','325540nzOoAM','Balik\x20Horizontal','9FZdddr','Bentuk','UniverProDocsShapeUiIdID','120PGhBpZ','Reset\x20color'];_0xa493=function(){return _0x1770d3;};return _0xa493();}
1
+ function _0x547d(_0x2a00ea,_0x5641e1){_0x2a00ea=_0x2a00ea-0x147;var _0x156a4e=_0x156a();var _0x547d9a=_0x156a4e[_0x2a00ea];return _0x547d9a;}(function(_0x348326,_0x223ead){var _0x105e2b=_0x547d,_0x1e7d14=_0x348326();while(!![]){try{var _0x1d6e42=-parseInt(_0x105e2b(0x158))/0x1*(parseInt(_0x105e2b(0x14f))/0x2)+-parseInt(_0x105e2b(0x161))/0x3*(parseInt(_0x105e2b(0x170))/0x4)+-parseInt(_0x105e2b(0x16f))/0x5+parseInt(_0x105e2b(0x14c))/0x6*(-parseInt(_0x105e2b(0x167))/0x7)+parseInt(_0x105e2b(0x16c))/0x8*(parseInt(_0x105e2b(0x16b))/0x9)+-parseInt(_0x105e2b(0x174))/0xa+parseInt(_0x105e2b(0x152))/0xb;if(_0x1d6e42===_0x223ead)break;else _0x1e7d14['push'](_0x1e7d14['shift']());}catch(_0x41e9f0){_0x1e7d14['push'](_0x1e7d14['shift']());}}}(_0x156a,0x9e9a4),function(_0x5bfc7c,_0x196439){var _0x53c935=_0x547d;typeof exports==_0x53c935(0x156)&&typeof module<'u'?module[_0x53c935(0x173)]=_0x196439():typeof define=='function'&&define[_0x53c935(0x160)]?define([],_0x196439):(_0x5bfc7c=typeof globalThis<'u'?globalThis:_0x5bfc7c||self,_0x5bfc7c[_0x53c935(0x149)]=_0x196439());}(this,function(){var _0x302407=_0x547d;return{'docs-shape-ui':{'title':_0x302407(0x15c),'insertShape':_0x302407(0x16a),'openPanel':_0x302407(0x150),'deleteShape':_0x302407(0x155),'hidePanel':_0x302407(0x15f),'formatShape':'Format\x20Bentuk','shapeStyle':_0x302407(0x176),'shapePosition':_0x302407(0x147),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x302407(0x151),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':_0x302407(0x171),'objectListPanel':{'title':_0x302407(0x15d),'open':_0x302407(0x166),'empty':_0x302407(0x15b),'showAll':'Tampilkan\x20semua','hideAll':_0x302407(0x148),'show':_0x302407(0x169),'hide':_0x302407(0x153),'moveForward':'Bawa\x20ke\x20depan','moveBackward':_0x302407(0x16d),'close':'Tutup','name':_0x302407(0x14b),'nameInput':_0x302407(0x168),'description':'Deskripsi','descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x302407(0x154),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detailnya'},'toolbar':{'alignLeft':_0x302407(0x162),'alignCenter':_0x302407(0x165),'alignRight':_0x302407(0x172),'alignJustify':_0x302407(0x175),'bold':_0x302407(0x14d),'italic':_0x302407(0x14a),'underline':'Garis\x20bawah','strikethrough':_0x302407(0x14e),'textColor':'Warna\x20teks','fillColor':_0x302407(0x15e),'resetColor':'Atur\x20ulang\x20warna'},'align':{'top':_0x302407(0x15a),'middle':'Rata\x20Tengah','bottom':_0x302407(0x164)},'textWrap':{'inline':_0x302407(0x157),'square':_0x302407(0x16e),'topAndBottom':_0x302407(0x177),'behindText':_0x302407(0x159),'inFrontText':_0x302407(0x163)},'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}}};}));function _0x156a(){var _0x59c2e1=['125572TLeIWJ','Buka\x20Panel\x20Bentuk','Balik\x20Vertikal','20557020urVYJj','Sembunyikan','Detail','Hapus\x20Bentuk','object','Sejajar\x20dengan\x20teks','11hTTmAd','Di\x20belakang\x20teks','Rata\x20Atas','Tidak\x20ada\x20objek','Bentuk','Lapisan','Warna\x20latar\x20teks','Sembunyikan\x20Panel\x20Bentuk','amd','2978922IQARfC','Rata\x20Kiri','Di\x20depan\x20teks','Rata\x20Bawah','Rata\x20Tengah','Buka\x20panel\x20lapisan','184149uApIXn','Nama\x20objek','Tampilkan','Sisipkan\x20Bentuk','8147961OIxGKu','8SpYudo','Kirim\x20ke\x20belakang','Kotak','1744060fRiwgh','4gHhKKE','Ubah\x20Teks\x20Vertikal','Rata\x20Kanan','exports','657740rqFjaq','Rata\x20Kanan\x20Kiri','Gaya\x20Bentuk','Atas\x20dan\x20Bawah','Posisi\x20Bentuk','Sembunyikan\x20semua','UniverProDocsShapeUiIdID','Miring','Nama','6wzseyB','Tebal','Coret'];_0x156a=function(){return _0x59c2e1;};return _0x156a();}
@@ -1 +1 @@
1
- function _0xc186(_0x9bf11,_0x3226ca){_0x9bf11=_0x9bf11-0xd6;var _0x14c991=_0x14c9();var _0xc186da=_0x14c991[_0x9bf11];return _0xc186da;}(function(_0xfbb6b5,_0x2debe2){var _0x489a8a=_0xc186,_0x28ca58=_0xfbb6b5();while(!![]){try{var _0xfaabed=parseInt(_0x489a8a(0xed))/0x1*(parseInt(_0x489a8a(0xe2))/0x2)+-parseInt(_0x489a8a(0xec))/0x3*(-parseInt(_0x489a8a(0xe0))/0x4)+parseInt(_0x489a8a(0xf6))/0x5+-parseInt(_0x489a8a(0xfd))/0x6+-parseInt(_0x489a8a(0xe5))/0x7*(parseInt(_0x489a8a(0xfc))/0x8)+parseInt(_0x489a8a(0xe1))/0x9+parseInt(_0x489a8a(0xfb))/0xa*(-parseInt(_0x489a8a(0xf9))/0xb);if(_0xfaabed===_0x2debe2)break;else _0x28ca58['push'](_0x28ca58['shift']());}catch(_0x555084){_0x28ca58['push'](_0x28ca58['shift']());}}}(_0x14c9,0x5ab04),function(_0x2f7a34,_0x496059){var _0x542f44=_0xc186;typeof exports==_0x542f44(0xd7)&&typeof module<'u'?module[_0x542f44(0xe4)]=_0x496059():typeof define==_0x542f44(0xfe)&&define['amd']?define([],_0x496059):(_0x2f7a34=typeof globalThis<'u'?globalThis:_0x2f7a34||self,_0x2f7a34[_0x542f44(0xf8)]=_0x496059());}(this,function(){var _0x2748fd=_0xc186;return{'docs-shape-ui':{'title':'Forma','insertShape':_0x2748fd(0xfa),'openPanel':_0x2748fd(0xd8),'deleteShape':_0x2748fd(0xf0),'hidePanel':_0x2748fd(0xf4),'formatShape':_0x2748fd(0xf5),'shapeStyle':_0x2748fd(0xe7),'shapePosition':_0x2748fd(0xf3),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x2748fd(0xe3),'rotateRight90':_0x2748fd(0xea),'rotateLeft90':_0x2748fd(0xe9),'toggleTextVertical':_0x2748fd(0xde),'toolbar':{'alignLeft':_0x2748fd(0xdc),'alignCenter':_0x2748fd(0xdd),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x2748fd(0xeb),'bold':'Grassetto','italic':'Corsivo','underline':_0x2748fd(0xe8),'strikethrough':'Barrato','textColor':_0x2748fd(0xf1),'fillColor':_0x2748fd(0xdf),'resetColor':_0x2748fd(0xee)},'align':{'top':'Allinea\x20in\x20alto','middle':_0x2748fd(0xd9),'bottom':_0x2748fd(0xd6)},'textWrap':{'inline':_0x2748fd(0xe6),'square':_0x2748fd(0xf2),'topAndBottom':_0x2748fd(0xf7),'behindText':_0x2748fd(0xef),'inFrontText':_0x2748fd(0xda)},'crop':{'shape':_0x2748fd(0xdb)}}};}));function _0x14c9(){var _0x2a834d=['654CVBUSa','Attiva/disattiva\x20capovolgimento\x20verticale','exports','3509933rOVfes','In\x20linea\x20con\x20il\x20testo','Stile\x20forma','Sottolineato','Ruota\x20a\x20sinistra\x2090°','Ruota\x20a\x20destra\x2090°','Giustifica','877485lfmKZQ','925ijrcql','Reset\x20color','Dietro\x20il\x20testo','Elimina\x20forma','Colore\x20testo','Quadrato','Posizione\x20forma','Nascondi\x20pannello\x20forma','Formato\x20forma','1608265ysVRCf','Superiore\x20e\x20inferiore','UniverProDocsShapeUiItIT','2880053CMpOHM','Inserisci\x20forma','30uniPFO','8PWTMCx','815400andWmv','function','Allinea\x20in\x20basso','object','Apri\x20pannello\x20forma','Allinea\x20al\x20centro','Davanti\x20al\x20testo','Ritaglia\x20a\x20forma','Allinea\x20a\x20Sinistra','Allinea\x20al\x20Centro','Attiva/disattiva\x20testo\x20verticale','Colore\x20sfondo\x20testo','8YEHZMq','5266170qDbxRq'];_0x14c9=function(){return _0x2a834d;};return _0x14c9();}
1
+ function _0x4356(_0x2c4304,_0x3ceba3){_0x2c4304=_0x2c4304-0x17b;var _0x13c5fa=_0x13c5();var _0x43566d=_0x13c5fa[_0x2c4304];return _0x43566d;}(function(_0x14a84d,_0x47bdbe){var _0x4f159b=_0x4356,_0xf3258d=_0x14a84d();while(!![]){try{var _0x1c134b=-parseInt(_0x4f159b(0x17c))/0x1+parseInt(_0x4f159b(0x17f))/0x2*(-parseInt(_0x4f159b(0x17b))/0x3)+-parseInt(_0x4f159b(0x188))/0x4+parseInt(_0x4f159b(0x18b))/0x5*(-parseInt(_0x4f159b(0x190))/0x6)+parseInt(_0x4f159b(0x192))/0x7*(-parseInt(_0x4f159b(0x199))/0x8)+parseInt(_0x4f159b(0x1a6))/0x9+parseInt(_0x4f159b(0x1ad))/0xa;if(_0x1c134b===_0x47bdbe)break;else _0xf3258d['push'](_0xf3258d['shift']());}catch(_0x5e6875){_0xf3258d['push'](_0xf3258d['shift']());}}}(_0x13c5,0xce85a),function(_0x1b9c3a,_0x297e7c){var _0x4b67e6=_0x4356;typeof exports==_0x4b67e6(0x193)&&typeof module<'u'?module['exports']=_0x297e7c():typeof define==_0x4b67e6(0x1a5)&&define['amd']?define([],_0x297e7c):(_0x1b9c3a=typeof globalThis<'u'?globalThis:_0x1b9c3a||self,_0x1b9c3a['UniverProDocsShapeUiItIT']=_0x297e7c());}(this,function(){var _0x1c5732=_0x4356;return{'docs-shape-ui':{'title':_0x1c5732(0x18f),'insertShape':_0x1c5732(0x19c),'openPanel':_0x1c5732(0x19f),'deleteShape':_0x1c5732(0x187),'hidePanel':'Nascondi\x20pannello\x20forma','formatShape':_0x1c5732(0x1a4),'shapeStyle':_0x1c5732(0x198),'shapePosition':_0x1c5732(0x1a7),'toggleFlipH':_0x1c5732(0x182),'toggleFlipV':_0x1c5732(0x1a2),'rotateRight90':_0x1c5732(0x17d),'rotateLeft90':_0x1c5732(0x1ab),'toggleTextVertical':_0x1c5732(0x1a0),'objectListPanel':{'title':_0x1c5732(0x195),'open':'Apri\x20il\x20pannello\x20livelli','empty':_0x1c5732(0x194),'showAll':_0x1c5732(0x19a),'hideAll':_0x1c5732(0x180),'show':_0x1c5732(0x1a8),'hide':_0x1c5732(0x1a3),'moveForward':_0x1c5732(0x186),'moveBackward':_0x1c5732(0x1a9),'close':'Chiudi','name':_0x1c5732(0x18d),'nameInput':_0x1c5732(0x1aa),'description':_0x1c5732(0x19b),'descriptionPlaceholder':_0x1c5732(0x191),'details':_0x1c5732(0x181),'noSelection':_0x1c5732(0x1af)},'toolbar':{'alignLeft':_0x1c5732(0x1ae),'alignCenter':'Allinea\x20al\x20Centro','alignRight':_0x1c5732(0x18a),'alignJustify':_0x1c5732(0x17e),'bold':_0x1c5732(0x197),'italic':_0x1c5732(0x19d),'underline':'Sottolineato','strikethrough':_0x1c5732(0x189),'textColor':_0x1c5732(0x1ac),'fillColor':_0x1c5732(0x1b0),'resetColor':_0x1c5732(0x185)},'align':{'top':_0x1c5732(0x18e),'middle':_0x1c5732(0x183),'bottom':'Allinea\x20in\x20basso'},'textWrap':{'inline':'In\x20linea\x20con\x20il\x20testo','square':_0x1c5732(0x18c),'topAndBottom':_0x1c5732(0x184),'behindText':_0x1c5732(0x196),'inFrontText':_0x1c5732(0x1a1)},'crop':{'shape':_0x1c5732(0x19e)}}};}));function _0x13c5(){var _0xc5ee11=['Attiva/disattiva\x20capovolgimento\x20verticale','Nascondi','Formato\x20forma','function','7258914eLzJiP','Posizione\x20forma','Mostra','Porta\x20indietro','Nome\x20oggetto','Ruota\x20a\x20sinistra\x2090°','Colore\x20testo','54231300zeciLb','Allinea\x20a\x20Sinistra','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Colore\x20sfondo\x20testo','2484759ztvscr','1439741kiKCKU','Ruota\x20a\x20destra\x2090°','Giustifica','2KUTZJC','Nascondi\x20tutti','Dettagli','Attiva/disattiva\x20capovolgimento\x20orizzontale','Allinea\x20al\x20centro','Superiore\x20e\x20inferiore','Reimposta\x20colore','Porta\x20avanti','Elimina\x20forma','5030108gpHSQr','Barrato','Allinea\x20a\x20Destra','5TEfQwm','Quadrato','Nome','Allinea\x20in\x20alto','Forma','9150864WwBZOu','Aggiungi\x20una\x20descrizione','7adXlUS','object','Nessun\x20oggetto','Livelli','Dietro\x20il\x20testo','Grassetto','Stile\x20forma','2664776VHGvAp','Mostra\x20tutti','Descrizione','Inserisci\x20forma','Corsivo','Ritaglia\x20a\x20forma','Apri\x20pannello\x20forma','Attiva/disattiva\x20testo\x20verticale','Davanti\x20al\x20testo'];_0x13c5=function(){return _0xc5ee11;};return _0x13c5();}
@@ -1 +1 @@
1
- function _0x1adf(_0x73fe16,_0x230c52){_0x73fe16=_0x73fe16-0x16a;var _0x4e45b8=_0x4e45();var _0x1adfff=_0x4e45b8[_0x73fe16];return _0x1adfff;}function _0x4e45(){var _0x2fc3f8=['図形スタイル','文字列の背面','1224084hlTMBp','テキストの縦書き/横書きの切り替え','26736FlaRVV','垂直反転の切り替え','下揃え','6878750WYpwwz','塗りつぶしの色','時計回りに\x2090\x20度回転','図形パネルを非表示','object','2040726oatBnm','Reset\x20color','中央揃え','1806748cZZsjt','図形の位置','右揃え','4491HRrCKO','両端揃え','9713780Koflcg','図形パネルを開く','図形の挿入','反時計回りに\x2090\x20度回転','図形を削除','左揃え','6GjgnUr','UniverProDocsShapeUiJaJP','図形の書式設定','123839PwxDBZ','amd','四角形','上揃え','35SATwFs'];_0x4e45=function(){return _0x2fc3f8;};return _0x4e45();}(function(_0x588c0d,_0x2f3b03){var _0x38f549=_0x1adf,_0x156dd0=_0x588c0d();while(!![]){try{var _0x59d655=parseInt(_0x38f549(0x181))/0x1+-parseInt(_0x38f549(0x188))/0x2+-parseInt(_0x38f549(0x17e))/0x3*(-parseInt(_0x38f549(0x173))/0x4)+parseInt(_0x38f549(0x16b))/0x5+-parseInt(_0x38f549(0x170))/0x6*(-parseInt(_0x38f549(0x185))/0x7)+parseInt(_0x38f549(0x18a))/0x8*(-parseInt(_0x38f549(0x176))/0x9)+-parseInt(_0x38f549(0x178))/0xa;if(_0x59d655===_0x2f3b03)break;else _0x156dd0['push'](_0x156dd0['shift']());}catch(_0x33fc6c){_0x156dd0['push'](_0x156dd0['shift']());}}}(_0x4e45,0xd020a),function(_0x2f827e,_0x4c1481){var _0x3e625b=_0x1adf;typeof exports==_0x3e625b(0x16f)&&typeof module<'u'?module['exports']=_0x4c1481():typeof define=='function'&&define[_0x3e625b(0x182)]?define([],_0x4c1481):(_0x2f827e=typeof globalThis<'u'?globalThis:_0x2f827e||self,_0x2f827e[_0x3e625b(0x17f)]=_0x4c1481());}(this,function(){var _0x1ac587=_0x1adf;return{'docs-shape-ui':{'title':'図形','insertShape':_0x1ac587(0x17a),'openPanel':_0x1ac587(0x179),'deleteShape':_0x1ac587(0x17c),'hidePanel':_0x1ac587(0x16e),'formatShape':_0x1ac587(0x180),'shapeStyle':_0x1ac587(0x186),'shapePosition':_0x1ac587(0x174),'toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x1ac587(0x18b),'rotateRight90':_0x1ac587(0x16d),'rotateLeft90':_0x1ac587(0x17b),'toggleTextVertical':_0x1ac587(0x189),'toolbar':{'alignLeft':_0x1ac587(0x17d),'alignCenter':_0x1ac587(0x172),'alignRight':_0x1ac587(0x175),'alignJustify':_0x1ac587(0x177),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','textColor':'文字の色','fillColor':_0x1ac587(0x16c),'resetColor':_0x1ac587(0x171)},'align':{'top':_0x1ac587(0x184),'middle':_0x1ac587(0x172),'bottom':_0x1ac587(0x16a)},'textWrap':{'inline':'行内','square':_0x1ac587(0x183),'topAndBottom':'上下','behindText':_0x1ac587(0x187),'inFrontText':'文字列の前面'},'crop':{'shape':'形状にトリミング'}}};}));
1
+ function _0x3437(_0x4090fa,_0x3b778d){_0x4090fa=_0x4090fa-0x1eb;var _0x4bb15f=_0x4bb1();var _0x343798=_0x4bb15f[_0x4090fa];return _0x343798;}(function(_0x266ad8,_0x48f520){var _0x206b57=_0x3437,_0x1c9884=_0x266ad8();while(!![]){try{var _0x86b085=-parseInt(_0x206b57(0x1fd))/0x1+-parseInt(_0x206b57(0x208))/0x2*(parseInt(_0x206b57(0x20e))/0x3)+parseInt(_0x206b57(0x219))/0x4*(-parseInt(_0x206b57(0x20a))/0x5)+parseInt(_0x206b57(0x1ef))/0x6*(parseInt(_0x206b57(0x1ed))/0x7)+-parseInt(_0x206b57(0x205))/0x8+-parseInt(_0x206b57(0x200))/0x9*(parseInt(_0x206b57(0x1f9))/0xa)+parseInt(_0x206b57(0x1fc))/0xb*(parseInt(_0x206b57(0x1f6))/0xc);if(_0x86b085===_0x48f520)break;else _0x1c9884['push'](_0x1c9884['shift']());}catch(_0x4248f4){_0x1c9884['push'](_0x1c9884['shift']());}}}(_0x4bb1,0x4dc3c),function(_0x26755f,_0x12f579){var _0x4ad2eb=_0x3437;typeof exports==_0x4ad2eb(0x206)&&typeof module<'u'?module[_0x4ad2eb(0x1fb)]=_0x12f579():typeof define=='function'&&define[_0x4ad2eb(0x212)]?define([],_0x12f579):(_0x26755f=typeof globalThis<'u'?globalThis:_0x26755f||self,_0x26755f[_0x4ad2eb(0x1f7)]=_0x12f579());}(this,function(){var _0x459e5d=_0x3437;return{'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x459e5d(0x217),'deleteShape':_0x459e5d(0x202),'hidePanel':_0x459e5d(0x218),'formatShape':_0x459e5d(0x209),'shapeStyle':_0x459e5d(0x1eb),'shapePosition':_0x459e5d(0x207),'toggleFlipH':_0x459e5d(0x210),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x459e5d(0x213),'rotateLeft90':_0x459e5d(0x1ee),'toggleTextVertical':_0x459e5d(0x20d),'objectListPanel':{'title':'レイヤー','open':_0x459e5d(0x1f4),'empty':'オブジェクトがありません','showAll':_0x459e5d(0x1f3),'hideAll':_0x459e5d(0x216),'show':'表示','hide':'非表示','moveForward':_0x459e5d(0x201),'moveBackward':_0x459e5d(0x1f2),'close':_0x459e5d(0x204),'name':'名前','nameInput':_0x459e5d(0x1f0),'description':'説明','descriptionPlaceholder':_0x459e5d(0x1f5),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'},'toolbar':{'alignLeft':_0x459e5d(0x1f8),'alignCenter':_0x459e5d(0x20c),'alignRight':_0x459e5d(0x214),'alignJustify':_0x459e5d(0x203),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x459e5d(0x1fe),'textColor':_0x459e5d(0x211),'fillColor':_0x459e5d(0x1ff),'resetColor':_0x459e5d(0x1ec)},'align':{'top':_0x459e5d(0x1f1),'middle':_0x459e5d(0x20c),'bottom':_0x459e5d(0x1fa)},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':_0x459e5d(0x215),'inFrontText':_0x459e5d(0x20f)},'crop':{'shape':_0x459e5d(0x20b)}}};}));function _0x4bb1(){var _0x2918b8=['オブジェクト名','上揃え','背面へ移動','すべて表示','レイヤーパネルを開く','説明を追加','4872852flRkPc','UniverProDocsShapeUiJaJP','左揃え','10ACtHfb','下揃え','exports','55EMIuju','302688oTjGIX','取り消し線','塗りつぶしの色','2632023uIggIu','前面へ移動','図形を削除','両端揃え','閉じる','4219576wcSunP','object','図形の位置','72166WxWQNj','図形の書式設定','4355wSjXSQ','形状にトリミング','中央揃え','テキストの縦書き/横書きの切り替え','15KyveHj','文字列の前面','水平反転の切り替え','文字の色','amd','時計回りに\x2090\x20度回転','右揃え','文字列の背面','すべて非表示','図形パネルを開く','図形パネルを非表示','2828FgVeZs','図形スタイル','色をリセット','469AZfkSG','反時計回りに\x2090\x20度回転','18534FARvTr'];_0x4bb1=function(){return _0x2918b8;};return _0x4bb1();}
@@ -1 +1 @@
1
- (function(_0x2169b3,_0x151173){var _0x349882=_0x2aaf,_0xc665b5=_0x2169b3();while(!![]){try{var _0xe693e6=-parseInt(_0x349882(0x103))/0x1+parseInt(_0x349882(0xf6))/0x2*(-parseInt(_0x349882(0xfc))/0x3)+-parseInt(_0x349882(0xf8))/0x4*(-parseInt(_0x349882(0xed))/0x5)+-parseInt(_0x349882(0xfd))/0x6*(-parseInt(_0x349882(0x102))/0x7)+parseInt(_0x349882(0xf7))/0x8*(-parseInt(_0x349882(0x105))/0x9)+-parseInt(_0x349882(0xff))/0xa+parseInt(_0x349882(0xee))/0xb;if(_0xe693e6===_0x151173)break;else _0xc665b5['push'](_0xc665b5['shift']());}catch(_0x4003ab){_0xc665b5['push'](_0xc665b5['shift']());}}}(_0x5a3e,0x39a02),function(_0x3925ea,_0x103bab){var _0x4712e5=_0x2aaf;typeof exports==_0x4712e5(0xf1)&&typeof module<'u'?module[_0x4712e5(0xfa)]=_0x103bab():typeof define=='function'&&define[_0x4712e5(0xfe)]?define([],_0x103bab):(_0x3925ea=typeof globalThis<'u'?globalThis:_0x3925ea||self,_0x3925ea[_0x4712e5(0xe9)]=_0x103bab());}(this,function(){var _0x2e66bf=_0x2aaf;return{'docs-shape-ui':{'title':'도형','insertShape':'도형\x20삽입','openPanel':_0x2e66bf(0xfb),'deleteShape':_0x2e66bf(0x107),'hidePanel':_0x2e66bf(0xf2),'formatShape':_0x2e66bf(0xe8),'shapeStyle':_0x2e66bf(0xf5),'shapePosition':'도형\x20위치','toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x2e66bf(0xf4),'rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':_0x2e66bf(0xeb),'toggleTextVertical':'텍스트\x20세로/가로\x20전환','toolbar':{'alignLeft':_0x2e66bf(0xe7),'alignCenter':'가운데\x20정렬','alignRight':_0x2e66bf(0xea),'alignJustify':_0x2e66bf(0x108),'bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x2e66bf(0x104),'textColor':_0x2e66bf(0xef),'fillColor':'글자\x20배경색','resetColor':_0x2e66bf(0xf9)},'align':{'top':_0x2e66bf(0x106),'middle':'가운데\x20맞춤','bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':'텍스트와\x20같은\x20줄','square':_0x2e66bf(0x100),'topAndBottom':_0x2e66bf(0xec),'behindText':_0x2e66bf(0x101),'inFrontText':_0x2e66bf(0xf0)},'crop':{'shape':_0x2e66bf(0xf3)}}};}));function _0x2aaf(_0x160638,_0x1aec26){_0x160638=_0x160638-0xe7;var _0x5a3ea0=_0x5a3e();var _0x2aaf02=_0x5a3ea0[_0x160638];return _0x2aaf02;}function _0x5a3e(){var _0x331b60=['383912WCqKDg','취소선','85509kwMWKP','위쪽\x20맞춤','도형\x20삭제','양쪽\x20맞춤','왼쪽\x20정렬','도형\x20서식','UniverProDocsShapeUiKoKR','오른쪽\x20정렬','반시계\x20방향으로\x2090도\x20회전','위아래','40rdJVap','6559531MTRuBl','글자\x20색상','텍스트\x20앞','object','도형\x20패널\x20숨기기','모양에\x20맞게\x20자르기','세로\x20뒤집기\x20전환','도형\x20스타일','34206pLRgmH','136kCAzHz','53084ylnYub','Reset\x20color','exports','도형\x20패널\x20열기','15uCcAGX','5826wrPgmj','amd','3006200ikEvgI','사각형','텍스트\x20뒤','3353QpgTzC'];_0x5a3e=function(){return _0x331b60;};return _0x5a3e();}
1
+ (function(_0x200fd0,_0x679556){var _0x3008d5=_0x38d3,_0x124171=_0x200fd0();while(!![]){try{var _0x293fd2=parseInt(_0x3008d5(0x1e1))/0x1*(-parseInt(_0x3008d5(0x1ba))/0x2)+parseInt(_0x3008d5(0x1c1))/0x3+parseInt(_0x3008d5(0x1cd))/0x4*(-parseInt(_0x3008d5(0x1d8))/0x5)+parseInt(_0x3008d5(0x1de))/0x6+-parseInt(_0x3008d5(0x1c9))/0x7+-parseInt(_0x3008d5(0x1bb))/0x8*(parseInt(_0x3008d5(0x1d0))/0x9)+parseInt(_0x3008d5(0x1da))/0xa*(parseInt(_0x3008d5(0x1ce))/0xb);if(_0x293fd2===_0x679556)break;else _0x124171['push'](_0x124171['shift']());}catch(_0xc99303){_0x124171['push'](_0x124171['shift']());}}}(_0x3f91,0xd7623),function(_0x5db37c,_0x3f2cbf){var _0x35b76a=_0x38d3;typeof exports==_0x35b76a(0x1c8)&&typeof module<'u'?module[_0x35b76a(0x1d4)]=_0x3f2cbf():typeof define==_0x35b76a(0x1bc)&&define[_0x35b76a(0x1e3)]?define([],_0x3f2cbf):(_0x5db37c=typeof globalThis<'u'?globalThis:_0x5db37c||self,_0x5db37c['UniverProDocsShapeUiKoKR']=_0x3f2cbf());}(this,function(){var _0x534291=_0x38d3;return{'docs-shape-ui':{'title':'도형','insertShape':_0x534291(0x1c6),'openPanel':_0x534291(0x1d7),'deleteShape':_0x534291(0x1c7),'hidePanel':'도형\x20패널\x20숨기기','formatShape':_0x534291(0x1e0),'shapeStyle':_0x534291(0x1d5),'shapePosition':'도형\x20위치','toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x534291(0x1d3),'rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x534291(0x1c0),'objectListPanel':{'title':_0x534291(0x1dc),'open':_0x534291(0x1be),'empty':_0x534291(0x1d6),'showAll':_0x534291(0x1db),'hideAll':_0x534291(0x1cf),'show':'표시','hide':_0x534291(0x1ca),'moveForward':_0x534291(0x1d9),'moveBackward':_0x534291(0x1d2),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x534291(0x1e5),'details':_0x534291(0x1c3),'noSelection':_0x534291(0x1c4)},'toolbar':{'alignLeft':_0x534291(0x1e6),'alignCenter':_0x534291(0x1df),'alignRight':_0x534291(0x1e2),'alignJustify':'양쪽\x20맞춤','bold':'굵게','italic':_0x534291(0x1c2),'underline':'밑줄','strikethrough':_0x534291(0x1cc),'textColor':'글자\x20색상','fillColor':_0x534291(0x1dd),'resetColor':_0x534291(0x1bf)},'align':{'top':'위쪽\x20맞춤','middle':_0x534291(0x1d1),'bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':_0x534291(0x1e4),'square':'사각형','topAndBottom':_0x534291(0x1bd),'behindText':'텍스트\x20뒤','inFrontText':_0x534291(0x1c5)},'crop':{'shape':_0x534291(0x1cb)}}};}));function _0x38d3(_0x3d8823,_0x523c47){_0x3d8823=_0x3d8823-0x1ba;var _0x3f914a=_0x3f91();var _0x38d319=_0x3f914a[_0x3d8823];return _0x38d319;}function _0x3f91(){var _0x90d24=['72ivacWx','function','위아래','레이어\x20패널\x20열기','색상\x20재설정','텍스트\x20세로/가로\x20전환','430044jCfFas','기울임꼴','세부\x20정보','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','텍스트\x20앞','도형\x20삽입','도형\x20삭제','object','7564207VGXBme','숨기기','모양에\x20맞게\x20자르기','취소선','102328XkxjpF','51228661cgDITG','모두\x20숨기기','1525149lfAvKD','가운데\x20맞춤','뒤로\x20보내기','세로\x20뒤집기\x20전환','exports','도형\x20스타일','개체\x20없음','도형\x20패널\x20열기','290CuRCSX','앞으로\x20가져오기','10IXposx','모두\x20표시','레이어','글자\x20배경색','5595024rAwnor','가운데\x20정렬','도형\x20서식','2103Ejvjid','오른쪽\x20정렬','amd','텍스트와\x20같은\x20줄','설명\x20추가','왼쪽\x20정렬','724wsfAMZ'];_0x3f91=function(){return _0x90d24;};return _0x3f91();}
@@ -1 +1 @@
1
- function _0x45ce(){var _0x20c295=['Wyrównaj\x20do\x20lewej','Przytnij\x20do\x20kształtu','8wiGkym','Reset\x20color','Kursywa','Przełącz\x20tekst\x20pionowy','Obróć\x20w\x20lewo\x20o\x2090°','Formatuj\x20kształt','361296eZufPU','W\x20linii\x20z\x20tekstem','Styl\x20kształtu','Usuń\x20kształt','2299985ZwtqxO','3972834YVYnwW','Wyrównaj\x20do\x20prawej','Ukryj\x20panel\x20kształtów','exports','Kolor\x20tła\x20tekstu','Kolor\x20tekstu','Pogrubienie','1706144MDNWri','Przed\x20tekstem','1767wgBprs','Wyrównaj\x20do\x20dołu','Obróć\x20w\x20prawo\x20o\x2090°','354655GIHprj','Pozycja\x20kształtu','object','15396021Tenvrj','Za\x20tekstem','Wyrównaj\x20do\x20góry','Wstaw\x20kształt','amd','932oSrPtL','Podkreślenie'];_0x45ce=function(){return _0x20c295;};return _0x45ce();}function _0x5aa5(_0xd4a76b,_0x596641){_0xd4a76b=_0xd4a76b-0x82;var _0x45cef9=_0x45ce();var _0x5aa56c=_0x45cef9[_0xd4a76b];return _0x5aa56c;}(function(_0x5abd49,_0x269c59){var _0x2a6189=_0x5aa5,_0x55e72d=_0x5abd49();while(!![]){try{var _0x578ab5=parseInt(_0x2a6189(0x86))/0x1+-parseInt(_0x2a6189(0x9f))/0x2*(-parseInt(_0x2a6189(0x94))/0x3)+parseInt(_0x2a6189(0xa3))/0x4*(parseInt(_0x2a6189(0x8a))/0x5)+parseInt(_0x2a6189(0x8b))/0x6+-parseInt(_0x2a6189(0x97))/0x7+parseInt(_0x2a6189(0x92))/0x8+-parseInt(_0x2a6189(0x9a))/0x9;if(_0x578ab5===_0x269c59)break;else _0x55e72d['push'](_0x55e72d['shift']());}catch(_0x1db515){_0x55e72d['push'](_0x55e72d['shift']());}}}(_0x45ce,0xa388d),function(_0x376b57,_0x21ac67){var _0x41dfd5=_0x5aa5;typeof exports==_0x41dfd5(0x99)&&typeof module<'u'?module[_0x41dfd5(0x8e)]=_0x21ac67():typeof define=='function'&&define[_0x41dfd5(0x9e)]?define([],_0x21ac67):(_0x376b57=typeof globalThis<'u'?globalThis:_0x376b57||self,_0x376b57['UniverProDocsShapeUiPlPL']=_0x21ac67());}(this,function(){var _0x10cb69=_0x5aa5;return{'docs-shape-ui':{'title':'Kształt','insertShape':_0x10cb69(0x9d),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x10cb69(0x89),'hidePanel':_0x10cb69(0x8d),'formatShape':_0x10cb69(0x85),'shapeStyle':_0x10cb69(0x88),'shapePosition':_0x10cb69(0x98),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x10cb69(0x96),'rotateLeft90':_0x10cb69(0x84),'toggleTextVertical':_0x10cb69(0x83),'toolbar':{'alignLeft':_0x10cb69(0xa1),'alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x10cb69(0x8c),'alignJustify':'Wyjustuj','bold':_0x10cb69(0x91),'italic':_0x10cb69(0x82),'underline':_0x10cb69(0xa0),'strikethrough':'Przekreślenie','textColor':_0x10cb69(0x90),'fillColor':_0x10cb69(0x8f),'resetColor':_0x10cb69(0xa4)},'align':{'top':_0x10cb69(0x9c),'middle':'Wyrównaj\x20do\x20środka\x20w\x20pionie','bottom':_0x10cb69(0x95)},'textWrap':{'inline':_0x10cb69(0x87),'square':'Kwadrat','topAndBottom':'Góra\x20i\x20dół','behindText':_0x10cb69(0x9b),'inFrontText':_0x10cb69(0x93)},'crop':{'shape':_0x10cb69(0xa2)}}};}));
1
+ function _0x1efc(_0xfad746,_0x149f3d){_0xfad746=_0xfad746-0x179;var _0x128448=_0x1284();var _0x1efc73=_0x128448[_0xfad746];return _0x1efc73;}(function(_0x18dde4,_0x9cca44){var _0x5f2cbb=_0x1efc,_0x13addd=_0x18dde4();while(!![]){try{var _0x34d0ed=parseInt(_0x5f2cbb(0x195))/0x1*(parseInt(_0x5f2cbb(0x179))/0x2)+-parseInt(_0x5f2cbb(0x19c))/0x3*(parseInt(_0x5f2cbb(0x18c))/0x4)+-parseInt(_0x5f2cbb(0x19a))/0x5*(parseInt(_0x5f2cbb(0x18d))/0x6)+-parseInt(_0x5f2cbb(0x198))/0x7*(-parseInt(_0x5f2cbb(0x17e))/0x8)+parseInt(_0x5f2cbb(0x192))/0x9*(-parseInt(_0x5f2cbb(0x189))/0xa)+parseInt(_0x5f2cbb(0x19d))/0xb+parseInt(_0x5f2cbb(0x180))/0xc;if(_0x34d0ed===_0x9cca44)break;else _0x13addd['push'](_0x13addd['shift']());}catch(_0x4cb4d3){_0x13addd['push'](_0x13addd['shift']());}}}(_0x1284,0xb44d8),function(_0x569e5e,_0x164006){var _0x1548f3=_0x1efc;typeof exports==_0x1548f3(0x193)&&typeof module<'u'?module[_0x1548f3(0x199)]=_0x164006():typeof define==_0x1548f3(0x1a6)&&define[_0x1548f3(0x185)]?define([],_0x164006):(_0x569e5e=typeof globalThis<'u'?globalThis:_0x569e5e||self,_0x569e5e[_0x1548f3(0x18b)]=_0x164006());}(this,function(){var _0x35724c=_0x1efc;return{'docs-shape-ui':{'title':_0x35724c(0x1a7),'insertShape':'Wstaw\x20kształt','openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x35724c(0x1a4),'hidePanel':_0x35724c(0x18f),'formatShape':_0x35724c(0x18e),'shapeStyle':_0x35724c(0x187),'shapePosition':'Pozycja\x20kształtu','toggleFlipH':_0x35724c(0x182),'toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x35724c(0x181),'rotateLeft90':_0x35724c(0x197),'toggleTextVertical':_0x35724c(0x19b),'objectListPanel':{'title':_0x35724c(0x1a2),'open':_0x35724c(0x183),'empty':_0x35724c(0x184),'showAll':'Pokaż\x20wszystko','hideAll':'Ukryj\x20wszystko','show':_0x35724c(0x1a8),'hide':_0x35724c(0x1a0),'moveForward':_0x35724c(0x17d),'moveBackward':'Przenieś\x20do\x20tyłu','close':'Zamknij','name':_0x35724c(0x18a),'nameInput':'Nazwa\x20obiektu','description':'Opis','descriptionPlaceholder':'Dodaj\x20opis','details':_0x35724c(0x1a9),'noSelection':_0x35724c(0x17f)},'toolbar':{'alignLeft':_0x35724c(0x196),'alignCenter':_0x35724c(0x1a1),'alignRight':_0x35724c(0x19f),'alignJustify':'Wyjustuj','bold':_0x35724c(0x17b),'italic':_0x35724c(0x191),'underline':'Podkreślenie','strikethrough':_0x35724c(0x19e),'textColor':_0x35724c(0x194),'fillColor':_0x35724c(0x190),'resetColor':_0x35724c(0x17c)},'align':{'top':_0x35724c(0x1aa),'middle':_0x35724c(0x1a3),'bottom':'Wyrównaj\x20do\x20dołu'},'textWrap':{'inline':_0x35724c(0x188),'square':_0x35724c(0x186),'topAndBottom':_0x35724c(0x17a),'behindText':'Za\x20tekstem','inFrontText':_0x35724c(0x1a5)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};}));function _0x1284(){var _0x13de00=['Nazwa','UniverProDocsShapeUiPlPL','122560gqMdfG','45606GJMhwz','Formatuj\x20kształt','Ukryj\x20panel\x20kształtów','Kolor\x20tła\x20tekstu','Kursywa','10642878CZvUkf','object','Kolor\x20tekstu','1ukfiuk','Wyrównaj\x20do\x20lewej','Obróć\x20w\x20lewo\x20o\x2090°','2443nhFUok','exports','665BajKym','Przełącz\x20tekst\x20pionowy','63jjqTEq','12348677JnrjQJ','Przekreślenie','Wyrównaj\x20do\x20prawej','Ukryj','Wyrównaj\x20do\x20środka','Warstwy','Wyrównaj\x20do\x20środka\x20w\x20pionie','Usuń\x20kształt','Przed\x20tekstem','function','Kształt','Pokaż','Szczegóły','Wyrównaj\x20do\x20góry','1264386sCiQYQ','Góra\x20i\x20dół','Pogrubienie','Resetuj\x20kolor','Przenieś\x20do\x20przodu','12728CRfkMp','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','15184512sHwOnu','Obróć\x20w\x20prawo\x20o\x2090°','Przerzuć\x20w\x20poziomie','Otwórz\x20panel\x20warstw','Brak\x20obiektów','amd','Kwadrat','Styl\x20kształtu','W\x20linii\x20z\x20tekstem','10opgMYN'];_0x1284=function(){return _0x13de00;};return _0x1284();}
@@ -1 +1 @@
1
- function _0x4786(){var _0x45fdb2=['1255YzJVfU','Superior\x20e\x20inferior','Alinhar\x20ao\x20meio','Alinhar\x20à\x20direita','Negrito','Sublinhado','Abrir\x20painel\x20de\x20formas','Posição\x20da\x20forma','807776BuLXsI','Alinhar\x20ao\x20topo','Em\x20linha\x20com\x20o\x20texto','174710LLHAmX','Estilo\x20da\x20forma','Girar\x2090°\x20para\x20direita','Alinhar\x20à\x20esquerda','Alternar\x20inversão\x20horizontal','Forma','Formatar\x20forma','7ssuygr','1175785aPoBUI','342lMCwuz','Justificar','exports','À\x20frente\x20do\x20texto','Alternar\x20inversão\x20vertical','function','UniverProDocsShapeUiPtBR','Itálico','5185070JMHjVg','Cor\x20de\x20fundo\x20do\x20texto','Cortar\x20para\x20forma','69RAqYbT','Atrás\x20do\x20texto','116092ZbirLe','Alternar\x20texto\x20vertical','Ocultar\x20painel\x20de\x20formas','1258288GEbZez','Excluir\x20forma','Reset\x20color','90JQuLlM'];_0x4786=function(){return _0x45fdb2;};return _0x4786();}function _0x52e2(_0x3c91af,_0x3c7992){_0x3c91af=_0x3c91af-0x1f3;var _0x47862e=_0x4786();var _0x52e2f7=_0x47862e[_0x3c91af];return _0x52e2f7;}(function(_0x271d4f,_0x480063){var _0x2b1d13=_0x52e2,_0x129551=_0x271d4f();while(!![]){try{var _0x5cb379=parseInt(_0x2b1d13(0x217))/0x1+-parseInt(_0x2b1d13(0x200))/0x2+-parseInt(_0x2b1d13(0x1fb))/0x3*(parseInt(_0x2b1d13(0x1fd))/0x4)+parseInt(_0x2b1d13(0x204))/0x5*(-parseInt(_0x2b1d13(0x218))/0x6)+-parseInt(_0x2b1d13(0x216))/0x7*(-parseInt(_0x2b1d13(0x20c))/0x8)+parseInt(_0x2b1d13(0x203))/0x9*(parseInt(_0x2b1d13(0x20f))/0xa)+parseInt(_0x2b1d13(0x1f8))/0xb;if(_0x5cb379===_0x480063)break;else _0x129551['push'](_0x129551['shift']());}catch(_0x556d1f){_0x129551['push'](_0x129551['shift']());}}}(_0x4786,0x95611),function(_0x520f5e,_0x561f54){var _0x3c8e7=_0x52e2;typeof exports=='object'&&typeof module<'u'?module[_0x3c8e7(0x21a)]=_0x561f54():typeof define==_0x3c8e7(0x1f5)&&define['amd']?define([],_0x561f54):(_0x520f5e=typeof globalThis<'u'?globalThis:_0x520f5e||self,_0x520f5e[_0x3c8e7(0x1f6)]=_0x561f54());}(this,function(){var _0x39b0a4=_0x52e2;return{'docs-shape-ui':{'title':_0x39b0a4(0x214),'insertShape':'Inserir\x20forma','openPanel':_0x39b0a4(0x20a),'deleteShape':_0x39b0a4(0x201),'hidePanel':_0x39b0a4(0x1ff),'formatShape':_0x39b0a4(0x215),'shapeStyle':_0x39b0a4(0x210),'shapePosition':_0x39b0a4(0x20b),'toggleFlipH':_0x39b0a4(0x213),'toggleFlipV':_0x39b0a4(0x1f4),'rotateRight90':_0x39b0a4(0x211),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0x39b0a4(0x1fe),'toolbar':{'alignLeft':_0x39b0a4(0x212),'alignCenter':'Alinhar\x20ao\x20centro','alignRight':_0x39b0a4(0x207),'alignJustify':_0x39b0a4(0x219),'bold':_0x39b0a4(0x208),'italic':_0x39b0a4(0x1f7),'underline':_0x39b0a4(0x209),'strikethrough':'Tachado','textColor':'Cor\x20do\x20texto','fillColor':_0x39b0a4(0x1f9),'resetColor':_0x39b0a4(0x202)},'align':{'top':_0x39b0a4(0x20d),'middle':_0x39b0a4(0x206),'bottom':'Alinhar\x20à\x20base'},'textWrap':{'inline':_0x39b0a4(0x20e),'square':'Quadrado','topAndBottom':_0x39b0a4(0x205),'behindText':_0x39b0a4(0x1fc),'inFrontText':_0x39b0a4(0x1f3)},'crop':{'shape':_0x39b0a4(0x1fa)}}};}));
1
+ function _0x3030(_0x450430,_0x2ecd02){_0x450430=_0x450430-0xe7;var _0x8b33da=_0x8b33();var _0x30309c=_0x8b33da[_0x450430];return _0x30309c;}(function(_0x400ef3,_0x2dc48f){var _0x5ccc5c=_0x3030,_0x16f5a9=_0x400ef3();while(!![]){try{var _0xce171e=-parseInt(_0x5ccc5c(0x109))/0x1+-parseInt(_0x5ccc5c(0xff))/0x2*(-parseInt(_0x5ccc5c(0x104))/0x3)+-parseInt(_0x5ccc5c(0xf0))/0x4*(-parseInt(_0x5ccc5c(0xf7))/0x5)+-parseInt(_0x5ccc5c(0xfe))/0x6*(-parseInt(_0x5ccc5c(0x10a))/0x7)+-parseInt(_0x5ccc5c(0xeb))/0x8+parseInt(_0x5ccc5c(0xf6))/0x9*(-parseInt(_0x5ccc5c(0x10d))/0xa)+-parseInt(_0x5ccc5c(0x117))/0xb*(parseInt(_0x5ccc5c(0xee))/0xc);if(_0xce171e===_0x2dc48f)break;else _0x16f5a9['push'](_0x16f5a9['shift']());}catch(_0x2339a8){_0x16f5a9['push'](_0x16f5a9['shift']());}}}(_0x8b33,0xf3a39),function(_0x19f383,_0x1d1de1){var _0x4fe131=_0x3030;typeof exports==_0x4fe131(0xec)&&typeof module<'u'?module['exports']=_0x1d1de1():typeof define==_0x4fe131(0x105)&&define[_0x4fe131(0xf5)]?define([],_0x1d1de1):(_0x19f383=typeof globalThis<'u'?globalThis:_0x19f383||self,_0x19f383[_0x4fe131(0x119)]=_0x1d1de1());}(this,function(){var _0x427aa0=_0x3030;return{'docs-shape-ui':{'title':'Forma','insertShape':_0x427aa0(0xfb),'openPanel':_0x427aa0(0x10c),'deleteShape':_0x427aa0(0xf4),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':_0x427aa0(0x114),'shapeStyle':_0x427aa0(0x112),'shapePosition':_0x427aa0(0x10f),'toggleFlipH':_0x427aa0(0x101),'toggleFlipV':_0x427aa0(0x11a),'rotateRight90':_0x427aa0(0x102),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0x427aa0(0xea),'objectListPanel':{'title':_0x427aa0(0x106),'open':_0x427aa0(0xfa),'empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':_0x427aa0(0xef),'show':_0x427aa0(0xf9),'hide':_0x427aa0(0x107),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x427aa0(0x116),'close':'Fechar','name':_0x427aa0(0xed),'nameInput':_0x427aa0(0x110),'description':_0x427aa0(0xe9),'descriptionPlaceholder':'Adicionar\x20descrição','details':_0x427aa0(0x118),'noSelection':_0x427aa0(0x10e)},'toolbar':{'alignLeft':_0x427aa0(0xe8),'alignCenter':_0x427aa0(0xe7),'alignRight':_0x427aa0(0xf8),'alignJustify':_0x427aa0(0xf2),'bold':'Negrito','italic':_0x427aa0(0xf1),'underline':_0x427aa0(0x115),'strikethrough':_0x427aa0(0x108),'textColor':'Cor\x20do\x20texto','fillColor':'Cor\x20de\x20fundo\x20do\x20texto','resetColor':'Redefinir\x20cor'},'align':{'top':_0x427aa0(0xfd),'middle':'Alinhar\x20ao\x20meio','bottom':_0x427aa0(0x103)},'textWrap':{'inline':_0x427aa0(0x113),'square':_0x427aa0(0x111),'topAndBottom':_0x427aa0(0x100),'behindText':_0x427aa0(0x10b),'inFrontText':_0x427aa0(0xfc)},'crop':{'shape':_0x427aa0(0xf3)}}};}));function _0x8b33(){var _0x212c8c=['34092XFARKc','275CCeSyK','Alinhar\x20à\x20direita','Mostrar','Abrir\x20painel\x20de\x20camadas','Inserir\x20forma','À\x20frente\x20do\x20texto','Alinhar\x20ao\x20topo','78OXakwZ','2906sotSmd','Superior\x20e\x20inferior','Alternar\x20inversão\x20horizontal','Girar\x2090°\x20para\x20direita','Alinhar\x20à\x20base','2751upSlna','function','Camadas','Ocultar','Tachado','946469XsiEmG','536333UjyUOB','Atrás\x20do\x20texto','Abrir\x20painel\x20de\x20formas','40qFzmae','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Posição\x20da\x20forma','Nome\x20do\x20objeto','Quadrado','Estilo\x20da\x20forma','Em\x20linha\x20com\x20o\x20texto','Formatar\x20forma','Sublinhado','Enviar\x20para\x20trás','13513588cnQPZN','Detalhes','UniverProDocsShapeUiPtBR','Alternar\x20inversão\x20vertical','Alinhar\x20ao\x20centro','Alinhar\x20à\x20esquerda','Descrição','Alternar\x20texto\x20vertical','3918832zMrtIO','object','Nome','12njjGRX','Ocultar\x20tudo','98144MXKUmj','Itálico','Justificar','Cortar\x20para\x20forma','Excluir\x20forma','amd'];_0x8b33=function(){return _0x212c8c;};return _0x8b33();}
@@ -1 +1 @@
1
- function _0xfa37(){var _0x3d70bb=['Подчеркнутый','function','1009035tePSJc','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Открыть\x20панель\x20фигур','228837rbXgmy','In\x20front\x20of\x20text','Зачеркнутый','Выровнять\x20по\x20левому\x20краю','15302XjqEKx','Обрезать\x20по\x20форме','965601tcUIXf','Курсив','Стиль\x20фигуры','amd','Полужирный','Удалить\x20фигуру','Выровнять\x20по\x20нижнему\x20краю','Цвет\x20текста','774096BplPmb','Square','Переключить\x20вертикальное\x20отражение','Форматировать\x20фигуру','Top\x20and\x20Bottom','Выровнять\x20по\x20ширине','In\x20line\x20with\x20text','Behind\x20text','Вставить\x20фигуру','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Фигура','UniverProDocsShapeUiRuRU','446124HBXKgt','Выровнять\x20по\x20правому\x20краю','Цвет\x20фона\x20текста','13JZVlEx','2127952vaazhE','Выровнять\x20по\x20верхнему\x20краю','exports'];_0xfa37=function(){return _0x3d70bb;};return _0xfa37();}function _0x472d(_0xb791ea,_0x5ecdca){_0xb791ea=_0xb791ea-0x1ec;var _0xfa37cb=_0xfa37();var _0x472de4=_0xfa37cb[_0xb791ea];return _0x472de4;}(function(_0x27e6c1,_0x1c95d0){var _0x2b669f=_0x472d,_0x15c67a=_0x27e6c1();while(!![]){try{var _0x435608=parseInt(_0x2b669f(0x210))/0x1*(-parseInt(_0x2b669f(0x1f7))/0x2)+-parseInt(_0x2b669f(0x1f3))/0x3+parseInt(_0x2b669f(0x20d))/0x4+parseInt(_0x2b669f(0x1f0))/0x5+parseInt(_0x2b669f(0x201))/0x6+parseInt(_0x2b669f(0x1f9))/0x7+-parseInt(_0x2b669f(0x211))/0x8;if(_0x435608===_0x1c95d0)break;else _0x15c67a['push'](_0x15c67a['shift']());}catch(_0xf803c3){_0x15c67a['push'](_0x15c67a['shift']());}}}(_0xfa37,0x21d41),function(_0x93748a,_0x42f4da){var _0x5e63ee=_0x472d;typeof exports=='object'&&typeof module<'u'?module[_0x5e63ee(0x1ed)]=_0x42f4da():typeof define==_0x5e63ee(0x1ef)&&define[_0x5e63ee(0x1fc)]?define([],_0x42f4da):(_0x93748a=typeof globalThis<'u'?globalThis:_0x93748a||self,_0x93748a[_0x5e63ee(0x20c)]=_0x42f4da());}(this,function(){var _0x3cb724=_0x472d;return{'docs-shape-ui':{'title':_0x3cb724(0x20b),'insertShape':_0x3cb724(0x209),'openPanel':_0x3cb724(0x1f2),'deleteShape':_0x3cb724(0x1fe),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':_0x3cb724(0x204),'shapeStyle':_0x3cb724(0x1fb),'shapePosition':'Положение\x20фигуры','toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x3cb724(0x203),'rotateRight90':_0x3cb724(0x20a),'rotateLeft90':_0x3cb724(0x1f1),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','toolbar':{'alignLeft':_0x3cb724(0x1f6),'alignCenter':'Выровнять\x20по\x20центру','alignRight':_0x3cb724(0x20e),'alignJustify':_0x3cb724(0x206),'bold':_0x3cb724(0x1fd),'italic':_0x3cb724(0x1fa),'underline':_0x3cb724(0x1ee),'strikethrough':_0x3cb724(0x1f5),'textColor':_0x3cb724(0x200),'fillColor':_0x3cb724(0x20f),'resetColor':'Reset\x20color'},'align':{'top':_0x3cb724(0x1ec),'middle':'Выровнять\x20посередине','bottom':_0x3cb724(0x1ff)},'textWrap':{'inline':_0x3cb724(0x207),'square':_0x3cb724(0x202),'topAndBottom':_0x3cb724(0x205),'behindText':_0x3cb724(0x208),'inFrontText':_0x3cb724(0x1f4)},'crop':{'shape':_0x3cb724(0x1f8)}}};}));
1
+ function _0x59f4(_0x2077bb,_0x5417ad){_0x2077bb=_0x2077bb-0x183;var _0x74e930=_0x74e9();var _0x59f474=_0x74e930[_0x2077bb];return _0x59f474;}function _0x74e9(){var _0x316e23=['За\x20текстом','amd','function','Курсив','Подчеркнутый','Открыть\x20панель\x20фигур','object','Перед\x20текстом','316uqsyvW','Зачеркнутый','Выровнять\x20по\x20ширине','272zQZClH','Имя','Сверху\x20и\x20снизу','Обрезать\x20по\x20форме','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Полужирный','Фигура','97551oJkcaN','Вокруг\x20рамки','Переключить\x20вертикальное\x20положение\x20текста','1070240wDOkjA','563196FeCZgF','Выровнять\x20по\x20верхнему\x20краю','Выровнять\x20по\x20правому\x20краю','Скрыть\x20панель\x20фигур','Стиль\x20фигуры','78685uGVSUc','Показать\x20все','Имя\x20объекта','Выровнять\x20по\x20левому\x20краю','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Нет\x20объектов','Переместить\x20вперед','Описание','2026671DEQVuh','Цвет\x20текста','Добавить\x20описание','Выровнять\x20посередине','Переместить\x20назад','Переключить\x20вертикальное\x20отражение','Выберите\x20объект\x20для\x20редактирования\x20сведений','Вставить\x20фигуру','25225420aqKgBl','Выровнять\x20по\x20нижнему\x20краю','91dUFNfx','538DcAWql','Выровнять\x20по\x20центру','Сбросить\x20цвет','Форматировать\x20фигуру','Положение\x20фигуры','В\x20тексте','Удалить\x20фигуру','1109OXluyo','Закрыть'];_0x74e9=function(){return _0x316e23;};return _0x74e9();}(function(_0x1d4912,_0x16b1ae){var _0x261310=_0x59f4,_0x4c8eda=_0x1d4912();while(!![]){try{var _0x47784d=parseInt(_0x261310(0x1b8))/0x1*(parseInt(_0x261310(0x1b1))/0x2)+parseInt(_0x261310(0x1a6))/0x3+-parseInt(_0x261310(0x18b))/0x4*(-parseInt(_0x261310(0x19e))/0x5)+parseInt(_0x261310(0x199))/0x6*(parseInt(_0x261310(0x1b0))/0x7)+-parseInt(_0x261310(0x18e))/0x8*(parseInt(_0x261310(0x195))/0x9)+-parseInt(_0x261310(0x198))/0xa+-parseInt(_0x261310(0x1ae))/0xb;if(_0x47784d===_0x16b1ae)break;else _0x4c8eda['push'](_0x4c8eda['shift']());}catch(_0x29bf45){_0x4c8eda['push'](_0x4c8eda['shift']());}}}(_0x74e9,0xa33ad),function(_0x5a18dd,_0x32f509){var _0x194224=_0x59f4;typeof exports==_0x194224(0x189)&&typeof module<'u'?module['exports']=_0x32f509():typeof define==_0x194224(0x185)&&define[_0x194224(0x184)]?define([],_0x32f509):(_0x5a18dd=typeof globalThis<'u'?globalThis:_0x5a18dd||self,_0x5a18dd['UniverProDocsShapeUiRuRU']=_0x32f509());}(this,function(){var _0x535d7b=_0x59f4;return{'docs-shape-ui':{'title':_0x535d7b(0x194),'insertShape':_0x535d7b(0x1ad),'openPanel':_0x535d7b(0x188),'deleteShape':_0x535d7b(0x1b7),'hidePanel':_0x535d7b(0x19c),'formatShape':_0x535d7b(0x1b4),'shapeStyle':_0x535d7b(0x19d),'shapePosition':_0x535d7b(0x1b5),'toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x535d7b(0x1ab),'rotateRight90':_0x535d7b(0x192),'rotateLeft90':_0x535d7b(0x1a2),'toggleTextVertical':_0x535d7b(0x197),'objectListPanel':{'title':'Слои','open':'Открыть\x20панель\x20слоев','empty':_0x535d7b(0x1a3),'showAll':_0x535d7b(0x19f),'hideAll':'Скрыть\x20все','show':'Показать','hide':'Скрыть','moveForward':_0x535d7b(0x1a4),'moveBackward':_0x535d7b(0x1aa),'close':_0x535d7b(0x1b9),'name':_0x535d7b(0x18f),'nameInput':_0x535d7b(0x1a0),'description':_0x535d7b(0x1a5),'descriptionPlaceholder':_0x535d7b(0x1a8),'details':'Сведения','noSelection':_0x535d7b(0x1ac)},'toolbar':{'alignLeft':_0x535d7b(0x1a1),'alignCenter':_0x535d7b(0x1b2),'alignRight':_0x535d7b(0x19b),'alignJustify':_0x535d7b(0x18d),'bold':_0x535d7b(0x193),'italic':_0x535d7b(0x186),'underline':_0x535d7b(0x187),'strikethrough':_0x535d7b(0x18c),'textColor':_0x535d7b(0x1a7),'fillColor':'Цвет\x20фона\x20текста','resetColor':_0x535d7b(0x1b3)},'align':{'top':_0x535d7b(0x19a),'middle':_0x535d7b(0x1a9),'bottom':_0x535d7b(0x1af)},'textWrap':{'inline':_0x535d7b(0x1b6),'square':_0x535d7b(0x196),'topAndBottom':_0x535d7b(0x190),'behindText':_0x535d7b(0x183),'inFrontText':_0x535d7b(0x18a)},'crop':{'shape':_0x535d7b(0x191)}}};}));
@@ -1 +1 @@
1
- function _0x3001(_0x2b58c4,_0xd16758){_0x2b58c4=_0x2b58c4-0xb0;var _0x348634=_0x3486();var _0x3001ca=_0x348634[_0x2b58c4];return _0x3001ca;}(function(_0x180082,_0x47ae87){var _0x1c4112=_0x3001,_0x45e933=_0x180082();while(!![]){try{var _0x4bac56=-parseInt(_0x1c4112(0xc9))/0x1+-parseInt(_0x1c4112(0xcb))/0x2+-parseInt(_0x1c4112(0xb8))/0x3*(-parseInt(_0x1c4112(0xc1))/0x4)+-parseInt(_0x1c4112(0xb5))/0x5*(parseInt(_0x1c4112(0xcf))/0x6)+-parseInt(_0x1c4112(0xcd))/0x7*(parseInt(_0x1c4112(0xd7))/0x8)+-parseInt(_0x1c4112(0xba))/0x9*(-parseInt(_0x1c4112(0xb3))/0xa)+parseInt(_0x1c4112(0xb6))/0xb;if(_0x4bac56===_0x47ae87)break;else _0x45e933['push'](_0x45e933['shift']());}catch(_0x480113){_0x45e933['push'](_0x45e933['shift']());}}}(_0x3486,0x27990),function(_0x9bfc66,_0x2cfb7b){var _0x4f17d6=_0x3001;typeof exports==_0x4f17d6(0xd6)&&typeof module<'u'?module[_0x4f17d6(0xc6)]=_0x2cfb7b():typeof define=='function'&&define[_0x4f17d6(0xca)]?define([],_0x2cfb7b):(_0x9bfc66=typeof globalThis<'u'?globalThis:_0x9bfc66||self,_0x9bfc66['UniverProDocsShapeUiSkSK']=_0x2cfb7b());}(this,function(){var _0x983815=_0x3001;return{'docs-shape-ui':{'title':_0x983815(0xd0),'insertShape':_0x983815(0xc4),'openPanel':_0x983815(0xd1),'deleteShape':_0x983815(0xb1),'hidePanel':_0x983815(0xc7),'formatShape':_0x983815(0xbf),'shapeStyle':_0x983815(0xc5),'shapePosition':_0x983815(0xbc),'toggleFlipH':_0x983815(0xc0),'toggleFlipV':_0x983815(0xce),'rotateRight90':_0x983815(0xb9),'rotateLeft90':_0x983815(0xb4),'toggleTextVertical':_0x983815(0xc3),'toolbar':{'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x983815(0xbd),'alignRight':_0x983815(0xcc),'alignJustify':_0x983815(0xdb),'bold':_0x983815(0xda),'italic':_0x983815(0xbb),'underline':_0x983815(0xd9),'strikethrough':_0x983815(0xb0),'textColor':_0x983815(0xd8),'fillColor':'Farba\x20pozadia\x20textu','resetColor':_0x983815(0xd5)},'align':{'top':_0x983815(0xb2),'middle':_0x983815(0xbd),'bottom':_0x983815(0xb7)},'textWrap':{'inline':_0x983815(0xc2),'square':_0x983815(0xd2),'topAndBottom':_0x983815(0xd3),'behindText':_0x983815(0xbe),'inFrontText':_0x983815(0xd4)},'crop':{'shape':_0x983815(0xc8)}}};}));function _0x3486(){var _0x19b171=['4971241vXPYqD','Zarovnať\x20dole','14463Ctscsy','Otočiť\x20doprava\x20o\x2090°','1273410prCkFD','Kurzíva','Poloha\x20tvaru','Zarovnať\x20na\x20stred','Za\x20textom','Formátovať\x20tvar','Prepnúť\x20vodorovné\x20prevrátenie','44bMWmmk','V\x20riadku\x20s\x20textom','Přepnout\x20text\x20vertikálně','Vložiť\x20tvar','Štýl\x20tvaru','exports','Skryť\x20panel\x20tvarov','Oříznout\x20podle\x20tvaru','183259dQaeyC','amd','15858gCXmuS','Zarovnať\x20doprava','614439REuxZu','Prepnúť\x20zvislé\x20prevrátenie','6VgdDKh','Tvar','Otvoriť\x20panel\x20tvarov','Obdĺžnikové','Hore\x20a\x20dole','Pred\x20textom','Reset\x20color','object','24mZcpbL','Farba\x20textu','Podčiarknutie','Tučné','Zarovnať\x20do\x20bloku','Prečiarknuté','Odstrániť\x20tvar','Zarovnať\x20hore','20aUjPky','Otočiť\x20doľava\x20o\x2090°','856155ZVzAkQ'];_0x3486=function(){return _0x19b171;};return _0x3486();}
1
+ function _0x4278(_0x177cd4,_0x58a40d){_0x177cd4=_0x177cd4-0x81;var _0x9cb948=_0x9cb9();var _0x4278cc=_0x9cb948[_0x177cd4];return _0x4278cc;}function _0x9cb9(){var _0x11d8f6=['Hore\x20a\x20dole','Zarovnať\x20dole','exports','Názov','Zarovnať\x20hore','521448Elofxz','Zarovnať\x20na\x20stred','Presunúť\x20dozadu','25076RQkfOh','Podčiarknutie','91753UYJfkh','7662TTCFwm','Zavrieť','720979esyGQQ','Skryť\x20všetko','Formátovať\x20tvar','Poloha\x20tvaru','Skryť\x20panel\x20tvarov','Kurzíva','Obnoviť\x20farbu','object','Skryť','Farba\x20pozadia\x20textu','1160lxYpFO','Popis','Oříznout\x20podle\x20tvaru','amd','UniverProDocsShapeUiSkSK','Prepnúť\x20zvislé\x20prevrátenie','Tučné','14evZcAu','Vrstvy','6228TgbPeO','Žiadne\x20objekty','Za\x20textom','1164640BSJSxL','9VZKsqF','Zarovnať\x20doľava','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','Přepnout\x20text\x20vertikálně','Otočiť\x20doľava\x20o\x2090°','543VTjnaD','Názov\x20objektu','Zarovnať\x20doprava','Presunúť\x20dopredu','31779pqvdgG','Podrobnosti','Otvoriť\x20panel\x20vrstiev','Otvoriť\x20panel\x20tvarov','Tvar','Zobraziť','Odstrániť\x20tvar','Otočiť\x20doprava\x20o\x2090°','function'];_0x9cb9=function(){return _0x11d8f6;};return _0x9cb9();}(function(_0x29425b,_0x1df81f){var _0x453ef8=_0x4278,_0x260c79=_0x29425b();while(!![]){try{var _0x303f7c=parseInt(_0x453ef8(0x92))/0x1*(parseInt(_0x453ef8(0xa6))/0x2)+-parseInt(_0x453ef8(0xb1))/0x3*(-parseInt(_0x453ef8(0x90))/0x4)+-parseInt(_0x453ef8(0x9f))/0x5*(-parseInt(_0x453ef8(0x93))/0x6)+-parseInt(_0x453ef8(0x95))/0x7+parseInt(_0x453ef8(0x8d))/0x8*(parseInt(_0x453ef8(0xac))/0x9)+parseInt(_0x453ef8(0xab))/0xa+parseInt(_0x453ef8(0xb5))/0xb*(-parseInt(_0x453ef8(0xa8))/0xc);if(_0x303f7c===_0x1df81f)break;else _0x260c79['push'](_0x260c79['shift']());}catch(_0x215351){_0x260c79['push'](_0x260c79['shift']());}}}(_0x9cb9,0x9f4c1),function(_0xba43eb,_0x25389f){var _0x2f1910=_0x4278;typeof exports==_0x2f1910(0x9c)&&typeof module<'u'?module[_0x2f1910(0x8a)]=_0x25389f():typeof define==_0x2f1910(0x87)&&define[_0x2f1910(0xa2)]?define([],_0x25389f):(_0xba43eb=typeof globalThis<'u'?globalThis:_0xba43eb||self,_0xba43eb[_0x2f1910(0xa3)]=_0x25389f());}(this,function(){var _0x1b6682=_0x4278;return{'docs-shape-ui':{'title':_0x1b6682(0x83),'insertShape':'Vložiť\x20tvar','openPanel':_0x1b6682(0x82),'deleteShape':_0x1b6682(0x85),'hidePanel':_0x1b6682(0x99),'formatShape':_0x1b6682(0x97),'shapeStyle':'Štýl\x20tvaru','shapePosition':_0x1b6682(0x98),'toggleFlipH':'Prepnúť\x20vodorovné\x20prevrátenie','toggleFlipV':_0x1b6682(0xa4),'rotateRight90':_0x1b6682(0x86),'rotateLeft90':_0x1b6682(0xb0),'toggleTextVertical':_0x1b6682(0xaf),'objectListPanel':{'title':_0x1b6682(0xa7),'open':_0x1b6682(0x81),'empty':_0x1b6682(0xa9),'showAll':'Zobraziť\x20všetko','hideAll':_0x1b6682(0x96),'show':_0x1b6682(0x84),'hide':_0x1b6682(0x9d),'moveForward':_0x1b6682(0xb4),'moveBackward':_0x1b6682(0x8f),'close':_0x1b6682(0x94),'name':_0x1b6682(0x8b),'nameInput':_0x1b6682(0xb2),'description':_0x1b6682(0xa0),'descriptionPlaceholder':'Pridať\x20popis','details':_0x1b6682(0xb6),'noSelection':_0x1b6682(0xae)},'toolbar':{'alignLeft':_0x1b6682(0xad),'alignCenter':_0x1b6682(0x8e),'alignRight':_0x1b6682(0xb3),'alignJustify':'Zarovnať\x20do\x20bloku','bold':_0x1b6682(0xa5),'italic':_0x1b6682(0x9a),'underline':_0x1b6682(0x91),'strikethrough':'Prečiarknuté','textColor':'Farba\x20textu','fillColor':_0x1b6682(0x9e),'resetColor':_0x1b6682(0x9b)},'align':{'top':_0x1b6682(0x8c),'middle':_0x1b6682(0x8e),'bottom':_0x1b6682(0x89)},'textWrap':{'inline':'V\x20riadku\x20s\x20textom','square':'Obdĺžnikové','topAndBottom':_0x1b6682(0x88),'behindText':_0x1b6682(0xaa),'inFrontText':'Pred\x20textom'},'crop':{'shape':_0x1b6682(0xa1)}}};}));
@@ -1 +1 @@
1
- function _0x2a01(_0x3867e8,_0x184ed7){_0x3867e8=_0x3867e8-0x13e;var _0x2d6231=_0x2d62();var _0x2a01a8=_0x2d6231[_0x3867e8];return _0x2a01a8;}function _0x2d62(){var _0x5e3195=['Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Top\x20and\x20Bottom','3662085dATaIq','Bật/tắt\x20lật\x20dọc','4038070cwycAB','Căn\x20dưới','611962WaaUoU','In\x20front\x20of\x20text','exports','Vị\x20trí\x20hình\x20dạng','In\x20đậm','Căn\x20đều\x20hai\x20bên','Reset\x20color','Xóa\x20hình\x20dạng','1562574BFfrxm','390122hcZxSY','function','3681656WjflYj','Hình\x20dạng','72furKhD','Ẩn\x20bảng\x20hình\x20dạng','692209udhSYj','Căn\x20giữa\x20theo\x20chiều\x20dọc','amd','Gạch\x20ngang','Căn\x20trái','Căn\x20trên','Chuyển\x20đổi\x20văn\x20bản\x20dọc','In\x20line\x20with\x20text','Behind\x20text','object','Square','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Chèn\x20hình\x20dạng','Kiểu\x20hình\x20dạng','In\x20nghiêng'];_0x2d62=function(){return _0x5e3195;};return _0x2d62();}(function(_0xaca82c,_0x204a71){var _0x55d6ba=_0x2a01,_0x8bbf8d=_0xaca82c();while(!![]){try{var _0x2d1851=parseInt(_0x55d6ba(0x151))/0x1+parseInt(_0x55d6ba(0x148))/0x2+-parseInt(_0x55d6ba(0x144))/0x3+parseInt(_0x55d6ba(0x153))/0x4+-parseInt(_0x55d6ba(0x146))/0x5+parseInt(_0x55d6ba(0x150))/0x6+-parseInt(_0x55d6ba(0x157))/0x7*(-parseInt(_0x55d6ba(0x155))/0x8);if(_0x2d1851===_0x204a71)break;else _0x8bbf8d['push'](_0x8bbf8d['shift']());}catch(_0x145f4d){_0x8bbf8d['push'](_0x8bbf8d['shift']());}}}(_0x2d62,0xb453c),function(_0x17feef,_0x4d69d1){var _0x21be3e=_0x2a01;typeof exports==_0x21be3e(0x160)&&typeof module<'u'?module[_0x21be3e(0x14a)]=_0x4d69d1():typeof define==_0x21be3e(0x152)&&define[_0x21be3e(0x159)]?define([],_0x4d69d1):(_0x17feef=typeof globalThis<'u'?globalThis:_0x17feef||self,_0x17feef['UniverProDocsShapeUiViVN']=_0x4d69d1());}(this,function(){var _0x564ad2=_0x2a01;return{'docs-shape-ui':{'title':_0x564ad2(0x154),'insertShape':_0x564ad2(0x13f),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x564ad2(0x14f),'hidePanel':_0x564ad2(0x156),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x564ad2(0x140),'shapePosition':_0x564ad2(0x14b),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':_0x564ad2(0x145),'rotateRight90':_0x564ad2(0x142),'rotateLeft90':_0x564ad2(0x13e),'toggleTextVertical':_0x564ad2(0x15d),'toolbar':{'alignLeft':_0x564ad2(0x15b),'alignCenter':'Căn\x20giữa','alignRight':'Căn\x20phải','alignJustify':_0x564ad2(0x14d),'bold':_0x564ad2(0x14c),'italic':_0x564ad2(0x141),'underline':'Gạch\x20chân','strikethrough':_0x564ad2(0x15a),'textColor':'Màu\x20chữ','fillColor':'Màu\x20nền\x20văn\x20bản','resetColor':_0x564ad2(0x14e)},'align':{'top':_0x564ad2(0x15c),'middle':_0x564ad2(0x158),'bottom':_0x564ad2(0x147)},'textWrap':{'inline':_0x564ad2(0x15e),'square':_0x564ad2(0x161),'topAndBottom':_0x564ad2(0x143),'behindText':_0x564ad2(0x15f),'inFrontText':_0x564ad2(0x149)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};}));
1
+ function _0x5129(_0x3fe254,_0x459c68){_0x3fe254=_0x3fe254-0x1d2;var _0x4d40f6=_0x4d40();var _0x5129cd=_0x4d40f6[_0x3fe254];return _0x5129cd;}(function(_0x251ed5,_0x57e44c){var _0x15d8f3=_0x5129,_0x349c3d=_0x251ed5();while(!![]){try{var _0x88a104=parseInt(_0x15d8f3(0x1de))/0x1+parseInt(_0x15d8f3(0x1ea))/0x2*(parseInt(_0x15d8f3(0x1e2))/0x3)+parseInt(_0x15d8f3(0x1ef))/0x4+parseInt(_0x15d8f3(0x204))/0x5*(parseInt(_0x15d8f3(0x1d8))/0x6)+-parseInt(_0x15d8f3(0x1f0))/0x7+-parseInt(_0x15d8f3(0x207))/0x8+-parseInt(_0x15d8f3(0x1fd))/0x9*(parseInt(_0x15d8f3(0x1da))/0xa);if(_0x88a104===_0x57e44c)break;else _0x349c3d['push'](_0x349c3d['shift']());}catch(_0x151915){_0x349c3d['push'](_0x349c3d['shift']());}}}(_0x4d40,0xccadf),function(_0x269b51,_0x1cc559){var _0x45c6b2=_0x5129;typeof exports==_0x45c6b2(0x1d3)&&typeof module<'u'?module[_0x45c6b2(0x1f3)]=_0x1cc559():typeof define=='function'&&define[_0x45c6b2(0x1ee)]?define([],_0x1cc559):(_0x269b51=typeof globalThis<'u'?globalThis:_0x269b51||self,_0x269b51[_0x45c6b2(0x1d7)]=_0x1cc559());}(this,function(){var _0x1474c6=_0x5129;return{'docs-shape-ui':{'title':_0x1474c6(0x206),'insertShape':_0x1474c6(0x203),'openPanel':_0x1474c6(0x1d6),'deleteShape':_0x1474c6(0x1dc),'hidePanel':_0x1474c6(0x1d5),'formatShape':_0x1474c6(0x1dd),'shapeStyle':_0x1474c6(0x1d9),'shapePosition':_0x1474c6(0x1ff),'toggleFlipH':_0x1474c6(0x1f2),'toggleFlipV':_0x1474c6(0x1fb),'rotateRight90':_0x1474c6(0x1e5),'rotateLeft90':_0x1474c6(0x1e7),'toggleTextVertical':_0x1474c6(0x1e3),'objectListPanel':{'title':_0x1474c6(0x201),'open':_0x1474c6(0x1eb),'empty':_0x1474c6(0x1e8),'showAll':_0x1474c6(0x1db),'hideAll':_0x1474c6(0x1d2),'show':_0x1474c6(0x202),'hide':'Ẩn','moveForward':_0x1474c6(0x1f7),'moveBackward':'Đưa\x20xuống\x20dưới','close':_0x1474c6(0x205),'name':'Tên','nameInput':_0x1474c6(0x1f8),'description':_0x1474c6(0x1fe),'descriptionPlaceholder':_0x1474c6(0x1f9),'details':_0x1474c6(0x1fc),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'toolbar':{'alignLeft':_0x1474c6(0x1e1),'alignCenter':_0x1474c6(0x1f4),'alignRight':_0x1474c6(0x1ed),'alignJustify':_0x1474c6(0x1fa),'bold':_0x1474c6(0x1f5),'italic':'In\x20nghiêng','underline':_0x1474c6(0x1e4),'strikethrough':_0x1474c6(0x1d4),'textColor':_0x1474c6(0x1df),'fillColor':_0x1474c6(0x1f6),'resetColor':'Đặt\x20lại\x20màu'},'align':{'top':_0x1474c6(0x1f1),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x1474c6(0x1e6)},'textWrap':{'inline':_0x1474c6(0x1e0),'square':_0x1474c6(0x1e9),'topAndBottom':'Trên\x20và\x20dưới','behindText':_0x1474c6(0x200),'inFrontText':_0x1474c6(0x1ec)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};}));function _0x4d40(){var _0x2769dc=['amd','5672308hAYWAS','11389980ydEoNR','Căn\x20trên','Chuyển\x20đổi\x20lật\x20ngang','exports','Căn\x20giữa','In\x20đậm','Màu\x20nền\x20văn\x20bản','Đưa\x20lên\x20trên','Tên\x20đối\x20tượng','Thêm\x20mô\x20tả','Căn\x20đều\x20hai\x20bên','Bật/tắt\x20lật\x20dọc','Chi\x20tiết','135405IuRMwj','Mô\x20tả','Vị\x20trí\x20hình\x20dạng','Phía\x20sau\x20văn\x20bản','Lớp','Hiện','Chèn\x20hình\x20dạng','4392535WeOqJE','Đóng','Hình\x20dạng','1937184gytVon','Ẩn\x20tất\x20cả','object','Gạch\x20ngang','Ẩn\x20bảng\x20hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','UniverProDocsShapeUiViVN','6EOPTCc','Kiểu\x20hình\x20dạng','1720yMUADG','Hiện\x20tất\x20cả','Xóa\x20hình\x20dạng','Định\x20dạng\x20hình\x20dạng','1658288uBVMnG','Màu\x20chữ','Cùng\x20dòng\x20với\x20văn\x20bản','Căn\x20trái','3537SBWLpT','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Gạch\x20chân','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Căn\x20dưới','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Chưa\x20có\x20đối\x20tượng','Bao\x20quanh','2274FYxeqZ','Mở\x20bảng\x20điều\x20khiển\x20lớp','Phía\x20trước\x20văn\x20bản','Căn\x20phải'];_0x4d40=function(){return _0x2769dc;};return _0x4d40();}
@@ -1 +1 @@
1
- function _0x5591(_0xefe4a4,_0x102e6a){_0xefe4a4=_0xefe4a4-0x18b;var _0x4303f2=_0x4303();var _0x559150=_0x4303f2[_0xefe4a4];return _0x559150;}(function(_0x274511,_0x49b515){var _0x1d75b2=_0x5591,_0x5da4ce=_0x274511();while(!![]){try{var _0x3eba9c=-parseInt(_0x1d75b2(0x1a9))/0x1*(-parseInt(_0x1d75b2(0x18e))/0x2)+parseInt(_0x1d75b2(0x1a0))/0x3*(parseInt(_0x1d75b2(0x18f))/0x4)+parseInt(_0x1d75b2(0x18d))/0x5+-parseInt(_0x1d75b2(0x18b))/0x6+parseInt(_0x1d75b2(0x1a2))/0x7*(parseInt(_0x1d75b2(0x1ae))/0x8)+parseInt(_0x1d75b2(0x1ad))/0x9*(-parseInt(_0x1d75b2(0x19a))/0xa)+-parseInt(_0x1d75b2(0x199))/0xb;if(_0x3eba9c===_0x49b515)break;else _0x5da4ce['push'](_0x5da4ce['shift']());}catch(_0x2c3b87){_0x5da4ce['push'](_0x5da4ce['shift']());}}}(_0x4303,0x68c8f),function(_0x356ee6,_0x46d86c){var _0x211a6d=_0x5591;typeof exports==_0x211a6d(0x193)&&typeof module<'u'?module[_0x211a6d(0x1a3)]=_0x46d86c():typeof define==_0x211a6d(0x18c)&&define[_0x211a6d(0x1aa)]?define([],_0x46d86c):(_0x356ee6=typeof globalThis<'u'?globalThis:_0x356ee6||self,_0x356ee6[_0x211a6d(0x190)]=_0x46d86c());}(this,function(){var _0x4e1fd8=_0x5591;return{'docs-shape-ui':{'title':'形状','insertShape':_0x4e1fd8(0x19c),'openPanel':_0x4e1fd8(0x194),'deleteShape':_0x4e1fd8(0x1a4),'hidePanel':'隐藏形状面板','formatShape':'格式化形状','shapeStyle':'形状样式','shapePosition':_0x4e1fd8(0x1a7),'toggleFlipH':_0x4e1fd8(0x195),'toggleFlipV':_0x4e1fd8(0x19d),'rotateRight90':'顺时针90度旋转','rotateLeft90':_0x4e1fd8(0x197),'toggleTextVertical':'切换文本竖排','toolbar':{'alignLeft':_0x4e1fd8(0x192),'alignCenter':'居中对齐','alignRight':'右对齐','alignJustify':_0x4e1fd8(0x1a5),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x4e1fd8(0x1a1),'textColor':_0x4e1fd8(0x1ac),'fillColor':'文本背景色','resetColor':_0x4e1fd8(0x19b)},'align':{'top':_0x4e1fd8(0x1a6),'middle':_0x4e1fd8(0x196),'bottom':_0x4e1fd8(0x1ab)},'textWrap':{'inline':_0x4e1fd8(0x1a8),'square':_0x4e1fd8(0x19f),'topAndBottom':_0x4e1fd8(0x19e),'behindText':_0x4e1fd8(0x198),'inFrontText':'浮于文字上方'},'crop':{'shape':_0x4e1fd8(0x191)}}};}));function _0x4303(){var _0x1a5220=['裁剪为形状','左对齐','object','打开形状面板','切换水平翻转','垂直居中','逆时针90度旋转','衬于文字下方','6232743zqespl','40RBcmdP','重置颜色','插入形状','切换垂直翻转','上下型','四周型','177CajPek','删除线','133EgsnLW','exports','删除形状','两端对齐','顶部对齐','形状位置','嵌入型','1whMSkW','amd','底部对齐','文本颜色','1743615YdhKJy','208312IIDeQL','3274002oQLbXB','function','2806570YLsKum','969854PDGEQo','52572YzYofU','UniverProDocsShapeUiZhCN'];_0x4303=function(){return _0x1a5220;};return _0x4303();}
1
+ function _0x1be3(_0x173ae4,_0x49d627){_0x173ae4=_0x173ae4-0x13b;var _0x5eb365=_0x5eb3();var _0x1be345=_0x5eb365[_0x173ae4];return _0x1be345;}function _0x5eb3(){var _0x4f1bdc=['顺时针90度旋转','amd','重置颜色','格式化形状','全部显示','切换垂直翻转','打开形状面板','垂直居中','左对齐','打开图层面板','顶部对齐','对象名称','切换水平翻转','exports','两端对齐','添加描述','嵌入型','object','下划线','88wEFkaa','1660RJBeRY','浮于文字上方','657050WpZrxv','衬于文字下方','全部隐藏','居中对齐','56292zAguMa','541926VMxHeE','底部对齐','2060iwvWkf','右对齐','形状位置','隐藏形状面板','形状样式','83556VDaTAo','文本背景色','插入形状','删除线','9eLItyX','暂无对象','删除形状','裁剪为形状','31409hpDtUS','上移一层','文本颜色','34432CQAXTQ'];_0x5eb3=function(){return _0x4f1bdc;};return _0x5eb3();}(function(_0x5c2fb0,_0x379975){var _0x1428a8=_0x1be3,_0x59c6a7=_0x5c2fb0();while(!![]){try{var _0x5abe70=parseInt(_0x1428a8(0x13f))/0x1+parseInt(_0x1428a8(0x14a))/0x2+parseInt(_0x1428a8(0x166))/0x3+-parseInt(_0x1428a8(0x15f))/0x4*(parseInt(_0x1428a8(0x168))/0x5)+-parseInt(_0x1428a8(0x165))/0x6+-parseInt(_0x1428a8(0x147))/0x7*(parseInt(_0x1428a8(0x15e))/0x8)+-parseInt(_0x1428a8(0x143))/0x9*(-parseInt(_0x1428a8(0x161))/0xa);if(_0x5abe70===_0x379975)break;else _0x59c6a7['push'](_0x59c6a7['shift']());}catch(_0x3b314c){_0x59c6a7['push'](_0x59c6a7['shift']());}}}(_0x5eb3,0x1ca98),function(_0x41439f,_0x3b24c8){var _0x2f1248=_0x1be3;typeof exports==_0x2f1248(0x15c)&&typeof module<'u'?module[_0x2f1248(0x158)]=_0x3b24c8():typeof define=='function'&&define[_0x2f1248(0x14c)]?define([],_0x3b24c8):(_0x41439f=typeof globalThis<'u'?globalThis:_0x41439f||self,_0x41439f['UniverProDocsShapeUiZhCN']=_0x3b24c8());}(this,function(){var _0x202b82=_0x1be3;return{'docs-shape-ui':{'title':'形状','insertShape':_0x202b82(0x141),'openPanel':_0x202b82(0x151),'deleteShape':_0x202b82(0x145),'hidePanel':_0x202b82(0x13d),'formatShape':_0x202b82(0x14e),'shapeStyle':_0x202b82(0x13e),'shapePosition':_0x202b82(0x13c),'toggleFlipH':_0x202b82(0x157),'toggleFlipV':_0x202b82(0x150),'rotateRight90':_0x202b82(0x14b),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排','objectListPanel':{'title':'图层','open':_0x202b82(0x154),'empty':_0x202b82(0x144),'showAll':_0x202b82(0x14f),'hideAll':_0x202b82(0x163),'show':'显示','hide':'隐藏','moveForward':_0x202b82(0x148),'moveBackward':'下移一层','close':'关闭','name':'名称','nameInput':_0x202b82(0x156),'description':'描述','descriptionPlaceholder':_0x202b82(0x15a),'details':'详情','noSelection':'选择对象以编辑详情'},'toolbar':{'alignLeft':_0x202b82(0x153),'alignCenter':_0x202b82(0x164),'alignRight':_0x202b82(0x13b),'alignJustify':_0x202b82(0x159),'bold':'粗体','italic':'斜体','underline':_0x202b82(0x15d),'strikethrough':_0x202b82(0x142),'textColor':_0x202b82(0x149),'fillColor':_0x202b82(0x140),'resetColor':_0x202b82(0x14d)},'align':{'top':_0x202b82(0x155),'middle':_0x202b82(0x152),'bottom':_0x202b82(0x167)},'textWrap':{'inline':_0x202b82(0x15b),'square':'四周型','topAndBottom':'上下型','behindText':_0x202b82(0x162),'inFrontText':_0x202b82(0x160)},'crop':{'shape':_0x202b82(0x146)}}};}));
@@ -1 +1 @@
1
- function _0x1e79(_0x1ceac6,_0x267d87){_0x1ceac6=_0x1ceac6-0x1e6;var _0x29dab9=_0x29da();var _0x1e7942=_0x29dab9[_0x1ceac6];return _0x1e7942;}function _0x29da(){var _0x348eaa=['兩端對齊','居中對齊','垂直居中','10203464tfvdMj','130PkuqnA','1464568hfTrHM','隱藏形狀面板','切換文本豎排','文字在前','function','逆時針\x2090\x20度旋轉','插入形狀','上及下','8043670StYQnJ','刪除線','文字顏色','1023291GdwUBp','1868716txwBPy','與文字排列','1143877aTlgga','右對齊','文字背景色','3njBBJf','30foKOPM','文字在後','順時針\x2090\x20度旋轉','頂部對齊','exports','UniverProDocsShapeUiZhHK','打開形狀面板','159262DdQhCr','刪除形狀','切換垂直翻轉'];_0x29da=function(){return _0x348eaa;};return _0x29da();}(function(_0x380020,_0x39ed8a){var _0x2467f3=_0x1e79,_0x1996a3=_0x380020();while(!![]){try{var _0x4ef2c7=-parseInt(_0x2467f3(0x1fd))/0x1+-parseInt(_0x2467f3(0x1f5))/0x2+-parseInt(_0x2467f3(0x1ed))/0x3*(-parseInt(_0x2467f3(0x1e8))/0x4)+-parseInt(_0x2467f3(0x205))/0x5+parseInt(_0x2467f3(0x1ee))/0x6*(parseInt(_0x2467f3(0x1ea))/0x7)+parseInt(_0x2467f3(0x1fb))/0x8+parseInt(_0x2467f3(0x1e7))/0x9*(parseInt(_0x2467f3(0x1fc))/0xa);if(_0x4ef2c7===_0x39ed8a)break;else _0x1996a3['push'](_0x1996a3['shift']());}catch(_0x299d48){_0x1996a3['push'](_0x1996a3['shift']());}}}(_0x29da,0xd8055),function(_0x5205e6,_0x3091da){var _0x2d1de0=_0x1e79;typeof exports=='object'&&typeof module<'u'?module[_0x2d1de0(0x1f2)]=_0x3091da():typeof define==_0x2d1de0(0x201)&&define['amd']?define([],_0x3091da):(_0x5205e6=typeof globalThis<'u'?globalThis:_0x5205e6||self,_0x5205e6[_0x2d1de0(0x1f3)]=_0x3091da());}(this,function(){var _0x2eba59=_0x1e79;return{'docs-shape-ui':{'title':'形狀','insertShape':_0x2eba59(0x203),'openPanel':_0x2eba59(0x1f4),'deleteShape':_0x2eba59(0x1f6),'hidePanel':_0x2eba59(0x1fe),'formatShape':'格式化形狀','shapeStyle':'圖形樣式','shapePosition':'圖形位置','toggleFlipH':'切換水平翻轉','toggleFlipV':_0x2eba59(0x1f7),'rotateRight90':_0x2eba59(0x1f0),'rotateLeft90':_0x2eba59(0x202),'toggleTextVertical':_0x2eba59(0x1ff),'toolbar':{'alignLeft':'左對齊','alignCenter':_0x2eba59(0x1f9),'alignRight':_0x2eba59(0x1eb),'alignJustify':_0x2eba59(0x1f8),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x2eba59(0x206),'textColor':_0x2eba59(0x1e6),'fillColor':_0x2eba59(0x1ec),'resetColor':'重置顏色'},'align':{'top':_0x2eba59(0x1f1),'middle':_0x2eba59(0x1fa),'bottom':'底部對齊'},'textWrap':{'inline':_0x2eba59(0x1e9),'square':'矩形','topAndBottom':_0x2eba59(0x204),'behindText':_0x2eba59(0x200),'inFrontText':_0x2eba59(0x1ef)},'crop':{'shape':'裁切為形狀'}}};}));
1
+ function _0x5693(_0x3ef0d5,_0x3a44f1){_0x3ef0d5=_0x3ef0d5-0x8e;var _0x4d82fa=_0x4d82();var _0x56936d=_0x4d82fa[_0x3ef0d5];return _0x56936d;}(function(_0x1e7623,_0x2a9370){var _0x1ef051=_0x5693,_0x3d2c5c=_0x1e7623();while(!![]){try{var _0x17ad22=-parseInt(_0x1ef051(0xaf))/0x1+-parseInt(_0x1ef051(0x9f))/0x2+parseInt(_0x1ef051(0x95))/0x3*(parseInt(_0x1ef051(0x90))/0x4)+parseInt(_0x1ef051(0x93))/0x5+parseInt(_0x1ef051(0xa2))/0x6*(-parseInt(_0x1ef051(0xb0))/0x7)+parseInt(_0x1ef051(0xa0))/0x8+parseInt(_0x1ef051(0xb5))/0x9;if(_0x17ad22===_0x2a9370)break;else _0x3d2c5c['push'](_0x3d2c5c['shift']());}catch(_0x59c43e){_0x3d2c5c['push'](_0x3d2c5c['shift']());}}}(_0x4d82,0x9c70b),function(_0x4e554c,_0x32e00e){var _0x4870ed=_0x5693;typeof exports==_0x4870ed(0xa7)&&typeof module<'u'?module[_0x4870ed(0x9c)]=_0x32e00e():typeof define==_0x4870ed(0x8f)&&define['amd']?define([],_0x32e00e):(_0x4e554c=typeof globalThis<'u'?globalThis:_0x4e554c||self,_0x4e554c[_0x4870ed(0xb1)]=_0x32e00e());}(this,function(){var _0x15a0ec=_0x5693;return{'docs-shape-ui':{'title':'形狀','insertShape':_0x15a0ec(0x98),'openPanel':_0x15a0ec(0xa4),'deleteShape':_0x15a0ec(0x97),'hidePanel':_0x15a0ec(0x94),'formatShape':_0x15a0ec(0x92),'shapeStyle':_0x15a0ec(0x9b),'shapePosition':_0x15a0ec(0xac),'toggleFlipH':_0x15a0ec(0x8e),'toggleFlipV':_0x15a0ec(0xb7),'rotateRight90':_0x15a0ec(0x9a),'rotateLeft90':_0x15a0ec(0x96),'toggleTextVertical':_0x15a0ec(0xb2),'objectListPanel':{'title':'圖層','open':_0x15a0ec(0xa9),'empty':_0x15a0ec(0xae),'showAll':_0x15a0ec(0xad),'hideAll':_0x15a0ec(0xaa),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x15a0ec(0xa8),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x15a0ec(0xb8),'details':'詳情','noSelection':_0x15a0ec(0xab)},'toolbar':{'alignLeft':'左對齊','alignCenter':_0x15a0ec(0x99),'alignRight':_0x15a0ec(0xb6),'alignJustify':_0x15a0ec(0xa6),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x15a0ec(0x9d),'fillColor':_0x15a0ec(0xa1),'resetColor':'重置顏色'},'align':{'top':_0x15a0ec(0x9e),'middle':_0x15a0ec(0x91),'bottom':_0x15a0ec(0xa3)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x15a0ec(0xa5),'behindText':_0x15a0ec(0xb3),'inFrontText':_0x15a0ec(0xb4)},'crop':{'shape':'裁切為形狀'}}};}));function _0x4d82(){var _0x5adce7=['格式化形狀','4160390GRwbSL','隱藏形狀面板','3mzrVEc','逆時針\x2090\x20度旋轉','刪除形狀','插入形狀','居中對齊','順時針\x2090\x20度旋轉','圖形樣式','exports','文字顏色','頂部對齊','1066890CgHwiS','1031064BlAphJ','文字背景色','528CJOjqZ','底部對齊','打開形狀面板','上及下','兩端對齊','object','下移一層','開啟圖層面板','全部隱藏','選擇物件以編輯詳情','圖形位置','全部顯示','暫無物件','1109488zaxfSj','24997thkgZG','UniverProDocsShapeUiZhHK','切換文本豎排','文字在前','文字在後','3287232KzHSHx','右對齊','切換垂直翻轉','新增描述','切換水平翻轉','function','5087004xFDIsV','垂直居中'];_0x4d82=function(){return _0x5adce7;};return _0x4d82();}