@univerjs-pro/docs-shape-ui 1.0.0-beta.0 → 1.0.0-beta.2

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 (94) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/commands/operations/shape-ribbon.operation.d.ts +13 -0
  62. package/lib/types/const.d.ts +7 -0
  63. package/lib/types/controllers/doc-shape-printing.controller.d.ts +12 -0
  64. package/lib/types/controllers/shape-contextual-ribbon.controller.d.ts +18 -0
  65. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +5 -4
  66. package/lib/types/controllers/ui.controller.d.ts +0 -3
  67. package/lib/types/locale/en-US.d.ts +1 -0
  68. package/lib/types/menu/schema.d.ts +1 -0
  69. package/lib/types/menu/shape-format-ribbon.menu.d.ts +25 -0
  70. package/lib/types/plugin.d.ts +1 -0
  71. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +3 -4
  72. package/lib/types/views/shape-format-ribbon/DocsShapeFormatRibbonControls.d.ts +18 -0
  73. package/lib/types/views/shape-format-ribbon/DocsShapeWrappingStyleIcons.d.ts +8 -0
  74. package/lib/umd/index.js +1 -1
  75. package/lib/umd/locale/ar-SA.js +1 -1
  76. package/lib/umd/locale/ca-ES.js +1 -1
  77. package/lib/umd/locale/de-DE.js +1 -1
  78. package/lib/umd/locale/en-US.js +1 -1
  79. package/lib/umd/locale/es-ES.js +1 -1
  80. package/lib/umd/locale/fa-IR.js +1 -1
  81. package/lib/umd/locale/fr-FR.js +1 -1
  82. package/lib/umd/locale/id-ID.js +1 -1
  83. package/lib/umd/locale/it-IT.js +1 -1
  84. package/lib/umd/locale/ja-JP.js +1 -1
  85. package/lib/umd/locale/ko-KR.js +1 -1
  86. package/lib/umd/locale/pl-PL.js +1 -1
  87. package/lib/umd/locale/pt-BR.js +1 -1
  88. package/lib/umd/locale/ru-RU.js +1 -1
  89. package/lib/umd/locale/sk-SK.js +1 -1
  90. package/lib/umd/locale/vi-VN.js +1 -1
  91. package/lib/umd/locale/zh-CN.js +1 -1
  92. package/lib/umd/locale/zh-HK.js +1 -1
  93. package/lib/umd/locale/zh-TW.js +1 -1
  94. package/package.json +18 -18
@@ -1 +1 @@
1
- function _0x16fb(_0x4763ee,_0x31d54e){_0x4763ee=_0x4763ee-0x1ba;var _0x50cc4d=_0x50cc();var _0x16fb64=_0x50cc4d[_0x4763ee];return _0x16fb64;}(function(_0x29dee3,_0x5bc46a){var _0x3b3b1f=_0x16fb,_0x2e46e1=_0x29dee3();while(!![]){try{var _0x30b87=parseInt(_0x3b3b1f(0x1d2))/0x1*(-parseInt(_0x3b3b1f(0x1bb))/0x2)+-parseInt(_0x3b3b1f(0x1d3))/0x3*(-parseInt(_0x3b3b1f(0x1de))/0x4)+-parseInt(_0x3b3b1f(0x1e8))/0x5+-parseInt(_0x3b3b1f(0x1bc))/0x6*(-parseInt(_0x3b3b1f(0x1e7))/0x7)+parseInt(_0x3b3b1f(0x1d1))/0x8*(parseInt(_0x3b3b1f(0x1e0))/0x9)+parseInt(_0x3b3b1f(0x1ce))/0xa+-parseInt(_0x3b3b1f(0x1d4))/0xb*(parseInt(_0x3b3b1f(0x1df))/0xc);if(_0x30b87===_0x5bc46a)break;else _0x2e46e1['push'](_0x2e46e1['shift']());}catch(_0xb75eff){_0x2e46e1['push'](_0x2e46e1['shift']());}}}(_0x50cc,0x59dcc),function(_0x1049db,_0x4ff5da){var _0x374075=_0x16fb;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4ff5da():typeof define==_0x374075(0x1ba)&&define[_0x374075(0x1dc)]?define([],_0x4ff5da):(_0x1049db=typeof globalThis<'u'?globalThis:_0x1049db||self,_0x1049db[_0x374075(0x1ca)]=_0x4ff5da());}(this,function(){var _0x16b41e=_0x16fb;return{'docs-shape-ui':{'title':_0x16b41e(0x1cf),'insertShape':_0x16b41e(0x1c2),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':_0x16b41e(0x1bd),'hidePanel':_0x16b41e(0x1e3),'formatShape':_0x16b41e(0x1c9),'shapeStyle':_0x16b41e(0x1d7),'shapePosition':_0x16b41e(0x1be),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':'تبديل\x20الانعكاس\x20العمودي','rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':'تدوير\x20لليسار\x2090°','toggleTextVertical':_0x16b41e(0x1e5),'objectListPanel':{'title':_0x16b41e(0x1cb),'open':_0x16b41e(0x1cc),'empty':'لا\x20توجد\x20كائنات','showAll':'إظهار\x20الكل','hideAll':'إخفاء\x20الكل','show':_0x16b41e(0x1c5),'hide':'إخفاء','moveForward':'إحضار\x20إلى\x20الأمام','moveBackward':'إرسال\x20إلى\x20الخلف','close':_0x16b41e(0x1c3),'name':_0x16b41e(0x1d5),'nameInput':_0x16b41e(0x1e1),'description':_0x16b41e(0x1cd),'descriptionPlaceholder':_0x16b41e(0x1bf),'details':'التفاصيل','noSelection':_0x16b41e(0x1d9)},'toolbar':{'alignLeft':_0x16b41e(0x1e2),'alignCenter':'محاذاة\x20للوسط','alignRight':_0x16b41e(0x1dd),'alignJustify':'ضبط','bold':_0x16b41e(0x1c0),'italic':_0x16b41e(0x1c6),'underline':_0x16b41e(0x1c4),'strikethrough':'يتوسطه\x20خط','textColor':_0x16b41e(0x1e4),'fillColor':_0x16b41e(0x1db),'resetColor':_0x16b41e(0x1d6)},'align':{'top':_0x16b41e(0x1e6),'middle':_0x16b41e(0x1c7),'bottom':_0x16b41e(0x1d0)},'textWrap':{'inline':_0x16b41e(0x1c1),'square':_0x16b41e(0x1da),'topAndBottom':'أعلى\x20وأسفل','behindText':_0x16b41e(0x1d8),'inFrontText':'أمام\x20النص'},'crop':{'shape':_0x16b41e(0x1c8)}}};}));function _0x50cc(){var _0x790b4=['إعادة\x20تعيين\x20اللون','نمط\x20الشكل','خلف\x20النص','حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','مربع','لون\x20خلفية\x20النص','amd','محاذاة\x20لليمين','102692eNulny','12Lscxoe','189NNRjFE','اسم\x20الكائن','محاذاة\x20لليسار','إخفاء\x20لوحة\x20الأشكال','لون\x20النص','تبديل\x20النص\x20العمودي','محاذاة\x20للأعلى','7pGvyEE','1721000CaYEca','function','14XcUSHO','3167076ivaGyw','حذف\x20الشكل','موضع\x20الشكل','أضف\x20وصفًا','غامق','في\x20نفس\x20السطر\x20مع\x20النص','إدراج\x20شكل','إغلاق','تسطير','إظهار','مائل','محاذاة\x20للمنتصف','قص\x20إلى\x20شكل','تنسيق\x20الشكل','UniverProDocsShapeUiArSA','الطبقات','فتح\x20لوحة\x20الطبقات','الوصف','2162450IDfQAk','شكل','محاذاة\x20للأسفل','5520hBECNL','45019YWRzia','33TdpTrC','149325lBHpeC','الاسم'];_0x50cc=function(){return _0x790b4;};return _0x50cc();}
1
+ function _0x5b46(){var _0x4b99b1=['نمط\x20الشكل','خلف\x20النص','الاسم','مربع','أضف\x20وصفًا','إظهار','exports','غامق','70ydHfIo','function','تدوير\x20لليمين\x2090°','567090ISfXaC','2848107sQLhli','285318YBnHJK','إغلاق','تنسيق\x20الشكل','محاذاة\x20للمنتصف','إعادة\x20تعيين\x20اللون','object','موضع\x20الشكل','أنماط\x20سريعة','أمام\x20النص','8rFzvrG','إحضار\x20إلى\x20الأمام','24GfUpVG','130dqHtdq','التفاصيل','الوصف','لا\x20توجد\x20كائنات','ضبط','إرسال\x20إلى\x20الخلف','إدراج\x20شكل','76597WCbbuw','في\x20نفس\x20السطر\x20مع\x20النص','409840avJyvc','10hRnhbg','1118wsQYUj','تدوير\x20لليسار\x2090°','إخفاء','328404bVFzgR','محاذاة\x20لليسار','حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','محاذاة\x20للأعلى','amd','تبديل\x20النص\x20العمودي','محاذاة\x20لليمين','379521XAQbxI','إخفاء\x20الكل','يتوسطه\x20خط','فتح\x20لوحة\x20الطبقات','لون\x20خلفية\x20النص','تسطير'];_0x5b46=function(){return _0x4b99b1;};return _0x5b46();}function _0x25af(_0x331e29,_0x5d47b1){_0x331e29=_0x331e29-0x181;var _0x5b46ad=_0x5b46();var _0x25afce=_0x5b46ad[_0x331e29];return _0x25afce;}(function(_0x132081,_0x38f211){var _0x16aa75=_0x25af,_0x5c3452=_0x132081();while(!![]){try{var _0x218177=-parseInt(_0x16aa75(0x1b4))/0x1*(-parseInt(_0x16aa75(0x1aa))/0x2)+parseInt(_0x16aa75(0x1a0))/0x3+parseInt(_0x16aa75(0x182))/0x4*(parseInt(_0x16aa75(0x183))/0x5)+parseInt(_0x16aa75(0x19f))/0x6*(parseInt(_0x16aa75(0x19c))/0x7)+-parseInt(_0x16aa75(0x1ac))/0x8*(-parseInt(_0x16aa75(0x18e))/0x9)+-parseInt(_0x16aa75(0x1ad))/0xa*(-parseInt(_0x16aa75(0x1a1))/0xb)+-parseInt(_0x16aa75(0x187))/0xc*(parseInt(_0x16aa75(0x184))/0xd);if(_0x218177===_0x38f211)break;else _0x5c3452['push'](_0x5c3452['shift']());}catch(_0x4e8821){_0x5c3452['push'](_0x5c3452['shift']());}}}(_0x5b46,0x7df7e),function(_0x3a1c7d,_0x33fafe){var _0x5ae0fd=_0x25af;typeof exports==_0x5ae0fd(0x1a6)&&typeof module<'u'?module[_0x5ae0fd(0x19a)]=_0x33fafe():typeof define==_0x5ae0fd(0x19d)&&define[_0x5ae0fd(0x18b)]?define([],_0x33fafe):(_0x3a1c7d=typeof globalThis<'u'?globalThis:_0x3a1c7d||self,_0x3a1c7d['UniverProDocsShapeUiArSA']=_0x33fafe());}(this,function(){var _0x1e8656=_0x25af;return{'docs-shape-ui':{'quickStyles':_0x1e8656(0x1a8),'title':'شكل','insertShape':_0x1e8656(0x1b3),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':'حذف\x20الشكل','hidePanel':'إخفاء\x20لوحة\x20الأشكال','formatShape':_0x1e8656(0x1a3),'shapeStyle':_0x1e8656(0x194),'shapePosition':_0x1e8656(0x1a7),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':'تبديل\x20الانعكاس\x20العمودي','rotateRight90':_0x1e8656(0x19e),'rotateLeft90':_0x1e8656(0x185),'toggleTextVertical':_0x1e8656(0x18c),'objectListPanel':{'title':'الطبقات','open':_0x1e8656(0x191),'empty':_0x1e8656(0x1b0),'showAll':'إظهار\x20الكل','hideAll':_0x1e8656(0x18f),'show':_0x1e8656(0x199),'hide':_0x1e8656(0x186),'moveForward':_0x1e8656(0x1ab),'moveBackward':_0x1e8656(0x1b2),'close':_0x1e8656(0x1a2),'name':_0x1e8656(0x196),'nameInput':'اسم\x20الكائن','description':_0x1e8656(0x1af),'descriptionPlaceholder':_0x1e8656(0x198),'details':_0x1e8656(0x1ae),'noSelection':_0x1e8656(0x189)},'toolbar':{'alignLeft':_0x1e8656(0x188),'alignCenter':'محاذاة\x20للوسط','alignRight':_0x1e8656(0x18d),'alignJustify':_0x1e8656(0x1b1),'bold':_0x1e8656(0x19b),'italic':'مائل','underline':_0x1e8656(0x193),'strikethrough':_0x1e8656(0x190),'textColor':'لون\x20النص','fillColor':_0x1e8656(0x192),'resetColor':_0x1e8656(0x1a5)},'align':{'top':_0x1e8656(0x18a),'middle':_0x1e8656(0x1a4),'bottom':'محاذاة\x20للأسفل'},'textWrap':{'inline':_0x1e8656(0x181),'square':_0x1e8656(0x197),'topAndBottom':'أعلى\x20وأسفل','behindText':_0x1e8656(0x195),'inFrontText':_0x1e8656(0x1a9)},'crop':{'shape':'قص\x20إلى\x20شكل'}}};}));
@@ -1 +1 @@
1
- function _0x1559(_0x11e337,_0x1d37ae){_0x11e337=_0x11e337-0xfb;var _0x5f366b=_0x5f36();var _0x1559b3=_0x5f366b[_0x11e337];return _0x1559b3;}function _0x5f36(){var _0x59630b=['3EmVGOr','function','Rotar\x2090°\x20a\x20l\x27esquerra','810MexDBL','361810lLHUZn','Posició\x20de\x20forma','Obre\x20el\x20tauler\x20de\x20capes','50XgMmOW','392340qohEzJ','Subratllat','Format\x20de\x20forma','Afegeix\x20una\x20descripció','Centra','Alinea\x20a\x20dalt','Amagar\x20panell\x20de\x20formes','9036isAtav','Amaga','Alinea\x20a\x20baix','Porta\x20endavant','1304Vludjf','Retalla\x20a\x20forma','Alinea\x20a\x20la\x20dreta','Color\x20de\x20fons\x20del\x20text','Alternar\x20volteig\x20horitzontal','UniverProDocsShapeUiCaES','Estil\x20de\x20forma','Darrere\x20del\x20text','Mostra’ls\x20tots','exports','25312mvnScN','A\x20dalt\x20i\x20a\x20baix','object','517400VXSTao','Color\x20del\x20text','Obrir\x20panell\x20de\x20formes','Tanca','Sense\x20objectes','Rotar\x2090°\x20a\x20la\x20dreta','4323RnQzMk','Quadrat','Alternar\x20volteig\x20vertical','Nom\x20de\x20l’objecte','Mostra','Envia\x20enrere','Inserir\x20forma','23697QzJvvM','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Restableix\x20el\x20color','Forma','Cursiva','Alinea\x20al\x20mig','266090eoIIiB','Justifica','Amaga’ls\x20tots','En\x20línia\x20amb\x20el\x20text','Detalls','Eliminar\x20forma','Alinea\x20a\x20l\x27esquerra'];_0x5f36=function(){return _0x59630b;};return _0x5f36();}(function(_0x2bc152,_0xc7c788){var _0xd050a3=_0x1559,_0x49b2e9=_0x2bc152();while(!![]){try{var _0x4a2f45=parseInt(_0xd050a3(0x117))/0x1+-parseInt(_0xd050a3(0x122))/0x2+parseInt(_0xd050a3(0x11e))/0x3*(parseInt(_0xd050a3(0x104))/0x4)+parseInt(_0xd050a3(0x125))/0x5*(parseInt(_0xd050a3(0x126))/0x6)+parseInt(_0xd050a3(0x101))/0x7*(-parseInt(_0xd050a3(0x131))/0x8)+-parseInt(_0xd050a3(0x111))/0x9*(parseInt(_0xd050a3(0x121))/0xa)+parseInt(_0xd050a3(0x10a))/0xb*(parseInt(_0xd050a3(0x12d))/0xc);if(_0x4a2f45===_0xc7c788)break;else _0x49b2e9['push'](_0x49b2e9['shift']());}catch(_0x5ddf85){_0x49b2e9['push'](_0x49b2e9['shift']());}}}(_0x5f36,0x584d3),function(_0x25f064,_0x2f0241){var _0x3849b5=_0x1559;typeof exports==_0x3849b5(0x103)&&typeof module<'u'?module[_0x3849b5(0x100)]=_0x2f0241():typeof define==_0x3849b5(0x11f)&&define['amd']?define([],_0x2f0241):(_0x25f064=typeof globalThis<'u'?globalThis:_0x25f064||self,_0x25f064[_0x3849b5(0xfc)]=_0x2f0241());}(this,function(){var _0x2a03da=_0x1559;return{'docs-shape-ui':{'title':_0x2a03da(0x114),'insertShape':_0x2a03da(0x110),'openPanel':_0x2a03da(0x106),'deleteShape':_0x2a03da(0x11c),'hidePanel':_0x2a03da(0x12c),'formatShape':_0x2a03da(0x128),'shapeStyle':_0x2a03da(0xfd),'shapePosition':_0x2a03da(0x123),'toggleFlipH':_0x2a03da(0xfb),'toggleFlipV':_0x2a03da(0x10c),'rotateRight90':_0x2a03da(0x109),'rotateLeft90':_0x2a03da(0x120),'toggleTextVertical':'Alternar\x20text\x20vertical','objectListPanel':{'title':'Capes','open':_0x2a03da(0x124),'empty':_0x2a03da(0x108),'showAll':_0x2a03da(0xff),'hideAll':_0x2a03da(0x119),'show':_0x2a03da(0x10e),'hide':_0x2a03da(0x12e),'moveForward':_0x2a03da(0x130),'moveBackward':_0x2a03da(0x10f),'close':_0x2a03da(0x107),'name':'Nom','nameInput':_0x2a03da(0x10d),'description':'Descripció','descriptionPlaceholder':_0x2a03da(0x129),'details':_0x2a03da(0x11b),'noSelection':_0x2a03da(0x112)},'toolbar':{'alignLeft':_0x2a03da(0x11d),'alignCenter':_0x2a03da(0x12a),'alignRight':_0x2a03da(0x133),'alignJustify':_0x2a03da(0x118),'bold':'Negreta','italic':_0x2a03da(0x115),'underline':_0x2a03da(0x127),'strikethrough':'Ratllat','textColor':_0x2a03da(0x105),'fillColor':_0x2a03da(0x134),'resetColor':_0x2a03da(0x113)},'align':{'top':_0x2a03da(0x12b),'middle':_0x2a03da(0x116),'bottom':_0x2a03da(0x12f)},'textWrap':{'inline':_0x2a03da(0x11a),'square':_0x2a03da(0x10b),'topAndBottom':_0x2a03da(0x102),'behindText':_0x2a03da(0xfe),'inFrontText':'Davant\x20del\x20text'},'crop':{'shape':_0x2a03da(0x132)}}};}));
1
+ function _0xc8c9(){var _0x26e0af=['Envia\x20enrere','407574kWxlAy','21205zeqvqy','46YGRWph','Davant\x20del\x20text','Obrir\x20panell\x20de\x20formes','Restableix\x20el\x20color','4oPhlSk','Negreta','Alinea\x20al\x20mig','Quadrat','Rotar\x2090°\x20a\x20la\x20dreta','Amagar\x20panell\x20de\x20formes','4422080KPIjpy','En\x20línia\x20amb\x20el\x20text','Sense\x20objectes','Afegeix\x20una\x20descripció','Ratllat','168751nihahZ','UniverProDocsShapeUiCaES','6882npBGJm','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Nom\x20de\x20l’objecte','exports','Forma','Obre\x20el\x20tauler\x20de\x20capes','980jKIEdo','Mostra','Estil\x20de\x20forma','Tanca','1449078ykGFrs','13akjVHl','5299XGSzEp','Porta\x20endavant','Alternar\x20text\x20vertical','object','Alinea\x20a\x20baix','Detalls','Color\x20de\x20fons\x20del\x20text','Centra','7314036QqzbVq','Retalla\x20a\x20forma','Capes','Justifica','function','Darrere\x20del\x20text','Descripció','Estils\x20ràpids','40vJrAHG','Amaga’ls\x20tots','Nom','Alternar\x20volteig\x20horitzontal','Alinea\x20a\x20l\x27esquerra','A\x20dalt\x20i\x20a\x20baix'];_0xc8c9=function(){return _0x26e0af;};return _0xc8c9();}function _0xb90d(_0x3a8400,_0x53ed74){_0x3a8400=_0x3a8400-0x199;var _0xc8c907=_0xc8c9();var _0xb90d8f=_0xc8c907[_0x3a8400];return _0xb90d8f;}(function(_0x11c41b,_0x2e05e4){var _0x25800a=_0xb90d,_0x4b8a67=_0x11c41b();while(!![]){try{var _0x34a5d4=-parseInt(_0x25800a(0x1a8))/0x1*(parseInt(_0x25800a(0x1a9))/0x2)+-parseInt(_0x25800a(0x1c4))/0x3+parseInt(_0x25800a(0x1ad))/0x4*(-parseInt(_0x25800a(0x1b3))/0x5)+-parseInt(_0x25800a(0x1ba))/0x6*(-parseInt(_0x25800a(0x1c6))/0x7)+-parseInt(_0x25800a(0x1a0))/0x8*(parseInt(_0x25800a(0x1a7))/0x9)+-parseInt(_0x25800a(0x1c0))/0xa*(-parseInt(_0x25800a(0x1b8))/0xb)+-parseInt(_0x25800a(0x1ce))/0xc*(-parseInt(_0x25800a(0x1c5))/0xd);if(_0x34a5d4===_0x2e05e4)break;else _0x4b8a67['push'](_0x4b8a67['shift']());}catch(_0x123a39){_0x4b8a67['push'](_0x4b8a67['shift']());}}}(_0xc8c9,0xdba1d),function(_0xab2bc7,_0x5c041d){var _0x2c30b2=_0xb90d;typeof exports==_0x2c30b2(0x1c9)&&typeof module<'u'?module[_0x2c30b2(0x1bd)]=_0x5c041d():typeof define==_0x2c30b2(0x19c)&&define['amd']?define([],_0x5c041d):(_0xab2bc7=typeof globalThis<'u'?globalThis:_0xab2bc7||self,_0xab2bc7[_0x2c30b2(0x1b9)]=_0x5c041d());}(this,function(){var _0x466c82=_0xb90d;return{'docs-shape-ui':{'quickStyles':_0x466c82(0x19f),'title':_0x466c82(0x1be),'insertShape':'Inserir\x20forma','openPanel':_0x466c82(0x1ab),'deleteShape':'Eliminar\x20forma','hidePanel':_0x466c82(0x1b2),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x466c82(0x1c2),'shapePosition':'Posició\x20de\x20forma','toggleFlipH':_0x466c82(0x1a3),'toggleFlipV':'Alternar\x20volteig\x20vertical','rotateRight90':_0x466c82(0x1b1),'rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':_0x466c82(0x1c8),'objectListPanel':{'title':_0x466c82(0x19a),'open':_0x466c82(0x1bf),'empty':_0x466c82(0x1b5),'showAll':'Mostra’ls\x20tots','hideAll':_0x466c82(0x1a1),'show':_0x466c82(0x1c1),'hide':'Amaga','moveForward':_0x466c82(0x1c7),'moveBackward':_0x466c82(0x1a6),'close':_0x466c82(0x1c3),'name':_0x466c82(0x1a2),'nameInput':_0x466c82(0x1bc),'description':_0x466c82(0x19e),'descriptionPlaceholder':_0x466c82(0x1b6),'details':_0x466c82(0x1cb),'noSelection':_0x466c82(0x1bb)},'toolbar':{'alignLeft':_0x466c82(0x1a4),'alignCenter':_0x466c82(0x1cd),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':_0x466c82(0x19b),'bold':_0x466c82(0x1ae),'italic':'Cursiva','underline':'Subratllat','strikethrough':_0x466c82(0x1b7),'textColor':'Color\x20del\x20text','fillColor':_0x466c82(0x1cc),'resetColor':_0x466c82(0x1ac)},'align':{'top':'Alinea\x20a\x20dalt','middle':_0x466c82(0x1af),'bottom':_0x466c82(0x1ca)},'textWrap':{'inline':_0x466c82(0x1b4),'square':_0x466c82(0x1b0),'topAndBottom':_0x466c82(0x1a5),'behindText':_0x466c82(0x19d),'inFrontText':_0x466c82(0x1aa)},'crop':{'shape':_0x466c82(0x199)}}};}));
@@ -1 +1 @@
1
- function _0x3cae(_0x1ea83,_0x1bddfc){_0x1ea83=_0x1ea83-0x1de;var _0x3db00b=_0x3db0();var _0x3cae9c=_0x3db00b[_0x1ea83];return _0x3cae9c;}(function(_0x25f3c3,_0xe8b1d2){var _0x34980a=_0x3cae,_0x2bba6c=_0x25f3c3();while(!![]){try{var _0x4c0011=parseInt(_0x34980a(0x1f0))/0x1*(parseInt(_0x34980a(0x1e5))/0x2)+-parseInt(_0x34980a(0x1e3))/0x3+parseInt(_0x34980a(0x20b))/0x4+-parseInt(_0x34980a(0x20a))/0x5*(-parseInt(_0x34980a(0x1ff))/0x6)+parseInt(_0x34980a(0x1f5))/0x7*(parseInt(_0x34980a(0x1f2))/0x8)+parseInt(_0x34980a(0x1e4))/0x9*(-parseInt(_0x34980a(0x1fc))/0xa)+parseInt(_0x34980a(0x1df))/0xb;if(_0x4c0011===_0xe8b1d2)break;else _0x2bba6c['push'](_0x2bba6c['shift']());}catch(_0x12a9c3){_0x2bba6c['push'](_0x2bba6c['shift']());}}}(_0x3db0,0x4856e),function(_0x1c4a9a,_0x3b90ec){var _0x5ced5e=_0x3cae;typeof exports==_0x5ced5e(0x1f8)&&typeof module<'u'?module['exports']=_0x3b90ec():typeof define=='function'&&define[_0x5ced5e(0x1e7)]?define([],_0x3b90ec):(_0x1c4a9a=typeof globalThis<'u'?globalThis:_0x1c4a9a||self,_0x1c4a9a[_0x5ced5e(0x1f6)]=_0x3b90ec());}(this,function(){var _0x3a9d9b=_0x3cae;return{'docs-shape-ui':{'title':_0x3a9d9b(0x1f3),'insertShape':_0x3a9d9b(0x1f7),'openPanel':_0x3a9d9b(0x1f9),'deleteShape':'Form\x20löschen','hidePanel':'Form-Panel\x20ausblenden','formatShape':_0x3a9d9b(0x1e9),'shapeStyle':'Formstil','shapePosition':_0x3a9d9b(0x207),'toggleFlipH':_0x3a9d9b(0x1fb),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':_0x3a9d9b(0x1de),'rotateLeft90':_0x3a9d9b(0x20d),'toggleTextVertical':_0x3a9d9b(0x1fe),'objectListPanel':{'title':_0x3a9d9b(0x1e0),'open':_0x3a9d9b(0x203),'empty':'Keine\x20Objekte','showAll':_0x3a9d9b(0x1ee),'hideAll':_0x3a9d9b(0x1e1),'show':_0x3a9d9b(0x209),'hide':'Ausblenden','moveForward':_0x3a9d9b(0x1f1),'moveBackward':'Weiter\x20nach\x20hinten','close':_0x3a9d9b(0x1fd),'name':'Name','nameInput':'Objektname','description':_0x3a9d9b(0x208),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x3a9d9b(0x204),'noSelection':_0x3a9d9b(0x20c)},'toolbar':{'alignLeft':_0x3a9d9b(0x1e8),'alignCenter':_0x3a9d9b(0x1ec),'alignRight':_0x3a9d9b(0x1f4),'alignJustify':_0x3a9d9b(0x1e2),'bold':'Fett','italic':_0x3a9d9b(0x200),'underline':_0x3a9d9b(0x205),'strikethrough':_0x3a9d9b(0x206),'textColor':_0x3a9d9b(0x1ed),'fillColor':'Texthintergrundfarbe','resetColor':_0x3a9d9b(0x1fa)},'align':{'top':_0x3a9d9b(0x1ef),'middle':_0x3a9d9b(0x1e6),'bottom':_0x3a9d9b(0x201)},'textWrap':{'inline':_0x3a9d9b(0x1ea),'square':_0x3a9d9b(0x1eb),'topAndBottom':_0x3a9d9b(0x202),'behindText':'Hinter\x20dem\x20Text','inFrontText':'Vor\x20dem\x20Text'},'crop':{'shape':'Auf\x20Form\x20zuschneiden'}}};}));function _0x3db0(){var _0x48fd5c=['Links\x2090°\x20drehen','Rechts\x2090°\x20drehen','712107PGDdPv','Ebenen','Alle\x20ausblenden','Blocksatz','1478748RaeaEl','94914wCMDDV','1650ToFoIX','Mittig','amd','Linksbündig','Form\x20formatieren','Im\x20Textfluss','Quadratisch','Zentriert','Textfarbe','Alle\x20anzeigen','Oben\x20bündig','470qWbvTg','Weiter\x20nach\x20vorne','1747472WvULnI','Form','Rechtsbündig','7JgRotl','UniverProDocsShapeUiDeDE','Form\x20einfügen','object','Form-Panel\x20öffnen','Farbe\x20zurücksetzen','Horizontale\x20Spiegelung\x20umschalten','470jOqeBW','Schließen','Vertikalen\x20Text\x20umschalten','1679784BtSEOo','Kursiv','Unten\x20bündig','Oben\x20und\x20unten','Ebenenbereich\x20öffnen','Details','Unterstrichen','Durchgestrichen','Formposition','Beschreibung','Anzeigen','5hiZuZS','1335980pTWiQH','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'];_0x3db0=function(){return _0x48fd5c;};return _0x3db0();}
1
+ function _0x1515(_0x16b236,_0x1eb591){_0x16b236=_0x16b236-0x105;var _0x255990=_0x2559();var _0x151524=_0x255990[_0x16b236];return _0x151524;}(function(_0x869302,_0x225b66){var _0x1d35f2=_0x1515,_0x354489=_0x869302();while(!![]){try{var _0x399db2=parseInt(_0x1d35f2(0x13a))/0x1*(parseInt(_0x1d35f2(0x108))/0x2)+-parseInt(_0x1d35f2(0x122))/0x3+parseInt(_0x1d35f2(0x119))/0x4*(parseInt(_0x1d35f2(0x123))/0x5)+parseInt(_0x1d35f2(0x116))/0x6*(parseInt(_0x1d35f2(0x125))/0x7)+parseInt(_0x1d35f2(0x11f))/0x8*(-parseInt(_0x1d35f2(0x114))/0x9)+parseInt(_0x1d35f2(0x11e))/0xa*(-parseInt(_0x1d35f2(0x127))/0xb)+parseInt(_0x1d35f2(0x11a))/0xc*(parseInt(_0x1d35f2(0x110))/0xd);if(_0x399db2===_0x225b66)break;else _0x354489['push'](_0x354489['shift']());}catch(_0x5d6483){_0x354489['push'](_0x354489['shift']());}}}(_0x2559,0x91423),function(_0x3cd3a9,_0x16366b){var _0x47e773=_0x1515;typeof exports=='object'&&typeof module<'u'?module[_0x47e773(0x130)]=_0x16366b():typeof define=='function'&&define[_0x47e773(0x129)]?define([],_0x16366b):(_0x3cd3a9=typeof globalThis<'u'?globalThis:_0x3cd3a9||self,_0x3cd3a9[_0x47e773(0x10d)]=_0x16366b());}(this,function(){var _0x1faea9=_0x1515;return{'docs-shape-ui':{'quickStyles':_0x1faea9(0x121),'title':_0x1faea9(0x105),'insertShape':_0x1faea9(0x132),'openPanel':_0x1faea9(0x11d),'deleteShape':_0x1faea9(0x136),'hidePanel':_0x1faea9(0x13b),'formatShape':_0x1faea9(0x112),'shapeStyle':_0x1faea9(0x12e),'shapePosition':_0x1faea9(0x117),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':_0x1faea9(0x11b),'rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0x1faea9(0x10e),'toggleTextVertical':_0x1faea9(0x135),'objectListPanel':{'title':_0x1faea9(0x113),'open':'Ebenenbereich\x20öffnen','empty':_0x1faea9(0x10c),'showAll':_0x1faea9(0x131),'hideAll':_0x1faea9(0x118),'show':_0x1faea9(0x126),'hide':_0x1faea9(0x107),'moveForward':_0x1faea9(0x10f),'moveBackward':_0x1faea9(0x12c),'close':_0x1faea9(0x120),'name':_0x1faea9(0x106),'nameInput':_0x1faea9(0x115),'description':'Beschreibung','descriptionPlaceholder':_0x1faea9(0x128),'details':_0x1faea9(0x139),'noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'},'toolbar':{'alignLeft':_0x1faea9(0x134),'alignCenter':_0x1faea9(0x137),'alignRight':_0x1faea9(0x12d),'alignJustify':'Blocksatz','bold':_0x1faea9(0x10a),'italic':'Kursiv','underline':_0x1faea9(0x12f),'strikethrough':_0x1faea9(0x10b),'textColor':'Textfarbe','fillColor':_0x1faea9(0x124),'resetColor':'Farbe\x20zurücksetzen'},'align':{'top':_0x1faea9(0x12b),'middle':_0x1faea9(0x111),'bottom':_0x1faea9(0x109)},'textWrap':{'inline':_0x1faea9(0x138),'square':'Quadratisch','topAndBottom':'Oben\x20und\x20unten','behindText':_0x1faea9(0x12a),'inFrontText':_0x1faea9(0x11c)},'crop':{'shape':_0x1faea9(0x133)}}};}));function _0x2559(){var _0x18d1cd=['30454zGfiWx','Unten\x20bündig','Fett','Durchgestrichen','Keine\x20Objekte','UniverProDocsShapeUiDeDE','Links\x2090°\x20drehen','Weiter\x20nach\x20vorne','1118vVfLci','Mittig','Form\x20formatieren','Ebenen','9YmzpYu','Objektname','945636bLiUkb','Formposition','Alle\x20ausblenden','8eepERU','338532pxeLbr','Vertikale\x20Spiegelung\x20umschalten','Vor\x20dem\x20Text','Form-Panel\x20öffnen','590rmArwE','8886632jyVcZI','Schließen','Schnellformatvorlagen','2358900qvrVun','1156945tEvCRo','Texthintergrundfarbe','21WHZPlZ','Anzeigen','210397FUnzCn','Beschreibung\x20hinzufügen','amd','Hinter\x20dem\x20Text','Oben\x20bündig','Weiter\x20nach\x20hinten','Rechtsbündig','Formstil','Unterstrichen','exports','Alle\x20anzeigen','Form\x20einfügen','Auf\x20Form\x20zuschneiden','Linksbündig','Vertikalen\x20Text\x20umschalten','Form\x20löschen','Zentriert','Im\x20Textfluss','Details','17BcCdcd','Form-Panel\x20ausblenden','Form','Name','Ausblenden'];_0x2559=function(){return _0x18d1cd;};return _0x2559();}
@@ -1 +1 @@
1
- function _0x43c3(_0x1ab38f,_0x42ac91){_0x1ab38f=_0x1ab38f-0x11c;var _0x4120ec=_0x4120();var _0x43c3e2=_0x4120ec[_0x1ab38f];return _0x43c3e2;}(function(_0x35efa5,_0x242dd0){var _0x3ab671=_0x43c3,_0xc9086d=_0x35efa5();while(!![]){try{var _0x324c61=parseInt(_0x3ab671(0x127))/0x1+parseInt(_0x3ab671(0x125))/0x2+parseInt(_0x3ab671(0x133))/0x3+-parseInt(_0x3ab671(0x12d))/0x4+-parseInt(_0x3ab671(0x141))/0x5+-parseInt(_0x3ab671(0x123))/0x6*(parseInt(_0x3ab671(0x13e))/0x7)+parseInt(_0x3ab671(0x122))/0x8;if(_0x324c61===_0x242dd0)break;else _0xc9086d['push'](_0xc9086d['shift']());}catch(_0x1a4f20){_0xc9086d['push'](_0xc9086d['shift']());}}}(_0x4120,0x97688),function(_0x3565a8,_0x4c9980){var _0x78e750=_0x43c3;typeof exports==_0x78e750(0x12a)&&typeof module<'u'?module[_0x78e750(0x14d)]=_0x4c9980():typeof define==_0x78e750(0x14a)&&define[_0x78e750(0x13a)]?define([],_0x4c9980):(_0x3565a8=typeof globalThis<'u'?globalThis:_0x3565a8||self,_0x3565a8[_0x78e750(0x11c)]=_0x4c9980());}(this,function(){var _0x45b20a=_0x43c3;return{'docs-shape-ui':{'title':_0x45b20a(0x147),'insertShape':_0x45b20a(0x143),'openPanel':_0x45b20a(0x130),'deleteShape':_0x45b20a(0x131),'hidePanel':_0x45b20a(0x132),'formatShape':'Format\x20Shape','shapeStyle':_0x45b20a(0x13b),'shapePosition':_0x45b20a(0x12f),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x45b20a(0x140),'rotateRight90':'Rotate\x20Right\x2090°','rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':'Toggle\x20Text\x20Vertical','objectListPanel':{'title':_0x45b20a(0x13f),'open':_0x45b20a(0x129),'empty':_0x45b20a(0x136),'showAll':_0x45b20a(0x124),'hideAll':_0x45b20a(0x134),'show':_0x45b20a(0x144),'hide':_0x45b20a(0x12e),'moveForward':'Bring\x20Forward','moveBackward':'Send\x20Backward','close':_0x45b20a(0x12c),'name':'Name','nameInput':_0x45b20a(0x11e),'description':_0x45b20a(0x120),'descriptionPlaceholder':_0x45b20a(0x126),'details':_0x45b20a(0x148),'noSelection':_0x45b20a(0x149)},'toolbar':{'alignLeft':_0x45b20a(0x139),'alignCenter':_0x45b20a(0x137),'alignRight':_0x45b20a(0x11d),'alignJustify':_0x45b20a(0x12b),'bold':_0x45b20a(0x145),'italic':_0x45b20a(0x121),'underline':_0x45b20a(0x14c),'strikethrough':'Strikethrough','textColor':'Text\x20color','fillColor':_0x45b20a(0x13d),'resetColor':_0x45b20a(0x142)},'align':{'top':_0x45b20a(0x11f),'middle':_0x45b20a(0x146),'bottom':_0x45b20a(0x13c)},'textWrap':{'inline':_0x45b20a(0x14b),'square':_0x45b20a(0x135),'topAndBottom':_0x45b20a(0x138),'behindText':'Behind\x20text','inFrontText':'In\x20front\x20of\x20text'},'crop':{'shape':_0x45b20a(0x128)}}};}));function _0x4120(){var _0x3e62dc=['Justify','Close','3430808QWinlU','Hide','Shape\x20Position','Open\x20Shape\x20Panel','Delete\x20Shape','Hide\x20Shape\x20Panel','3183156NSspOt','Hide\x20All','Square','No\x20objects','Align\x20Center','Top\x20and\x20Bottom','Align\x20Left','amd','Shape\x20Style','Align\x20Bottom','Text\x20Background\x20color','52199OWHUEA','Layers','Toggle\x20Vertical\x20Flip','2198775jvfFpy','Reset\x20color','Insert\x20Shape','Show','Bold','Align\x20Middle','Shape','Details','Select\x20an\x20object\x20to\x20edit\x20details','function','In\x20line\x20with\x20text','Underline','exports','UniverProDocsShapeUiEnUS','Align\x20Right','Object\x20name','Align\x20Top','Description','Italic','1753472hZbhNs','108vlpbFm','Show\x20All','1202486iXCXQf','Add\x20description','170372ZxOzQU','Crop\x20to\x20Shape','Open\x20Layers\x20Panel','object'];_0x4120=function(){return _0x3e62dc;};return _0x4120();}
1
+ function _0x572a(_0x1960c0,_0x3b8409){_0x1960c0=_0x1960c0-0x17e;var _0x5a8168=_0x5a81();var _0x572ad8=_0x5a8168[_0x1960c0];return _0x572ad8;}(function(_0x349abf,_0x307fa9){var _0x5986aa=_0x572a,_0x2aad2a=_0x349abf();while(!![]){try{var _0x1330ec=parseInt(_0x5986aa(0x180))/0x1*(parseInt(_0x5986aa(0x18a))/0x2)+parseInt(_0x5986aa(0x19c))/0x3+-parseInt(_0x5986aa(0x1a6))/0x4*(parseInt(_0x5986aa(0x184))/0x5)+parseInt(_0x5986aa(0x191))/0x6+parseInt(_0x5986aa(0x188))/0x7*(-parseInt(_0x5986aa(0x186))/0x8)+-parseInt(_0x5986aa(0x18b))/0x9*(-parseInt(_0x5986aa(0x182))/0xa)+-parseInt(_0x5986aa(0x181))/0xb;if(_0x1330ec===_0x307fa9)break;else _0x2aad2a['push'](_0x2aad2a['shift']());}catch(_0x38f912){_0x2aad2a['push'](_0x2aad2a['shift']());}}}(_0x5a81,0x63441),function(_0x145eff,_0x176686){var _0x4d15a6=_0x572a;typeof exports==_0x4d15a6(0x1a8)&&typeof module<'u'?module['exports']=_0x176686():typeof define==_0x4d15a6(0x1a0)&&define[_0x4d15a6(0x1a2)]?define([],_0x176686):(_0x145eff=typeof globalThis<'u'?globalThis:_0x145eff||self,_0x145eff['UniverProDocsShapeUiEnUS']=_0x176686());}(this,function(){var _0x5d84ee=_0x572a;return{'docs-shape-ui':{'quickStyles':'Quick\x20styles','title':_0x5d84ee(0x18d),'insertShape':_0x5d84ee(0x189),'openPanel':_0x5d84ee(0x192),'deleteShape':_0x5d84ee(0x19d),'hidePanel':'Hide\x20Shape\x20Panel','formatShape':'Format\x20Shape','shapeStyle':'Shape\x20Style','shapePosition':_0x5d84ee(0x190),'toggleFlipH':_0x5d84ee(0x18c),'toggleFlipV':'Toggle\x20Vertical\x20Flip','rotateRight90':_0x5d84ee(0x183),'rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':_0x5d84ee(0x1ae),'objectListPanel':{'title':'Layers','open':'Open\x20Layers\x20Panel','empty':_0x5d84ee(0x194),'showAll':_0x5d84ee(0x198),'hideAll':'Hide\x20All','show':_0x5d84ee(0x19b),'hide':_0x5d84ee(0x17e),'moveForward':_0x5d84ee(0x19a),'moveBackward':_0x5d84ee(0x1a5),'close':_0x5d84ee(0x17f),'name':_0x5d84ee(0x185),'nameInput':'Object\x20name','description':_0x5d84ee(0x1a3),'descriptionPlaceholder':_0x5d84ee(0x1aa),'details':_0x5d84ee(0x195),'noSelection':_0x5d84ee(0x18e)},'toolbar':{'alignLeft':_0x5d84ee(0x1a1),'alignCenter':_0x5d84ee(0x1ad),'alignRight':_0x5d84ee(0x197),'alignJustify':_0x5d84ee(0x1ab),'bold':_0x5d84ee(0x19f),'italic':_0x5d84ee(0x199),'underline':_0x5d84ee(0x1a4),'strikethrough':_0x5d84ee(0x196),'textColor':_0x5d84ee(0x1ac),'fillColor':'Text\x20Background\x20color','resetColor':'Reset\x20color'},'align':{'top':_0x5d84ee(0x19e),'middle':'Align\x20Middle','bottom':_0x5d84ee(0x18f)},'textWrap':{'inline':_0x5d84ee(0x193),'square':'Square','topAndBottom':_0x5d84ee(0x1af),'behindText':_0x5d84ee(0x1a7),'inFrontText':_0x5d84ee(0x187)},'crop':{'shape':_0x5d84ee(0x1a9)}}};}));function _0x5a81(){var _0x21d539=['8400BvOSpi','Insert\x20Shape','2wyauGA','1341qezjPG','Toggle\x20Horizontal\x20Flip','Shape','Select\x20an\x20object\x20to\x20edit\x20details','Align\x20Bottom','Shape\x20Position','3723108NXZAPN','Open\x20Shape\x20Panel','In\x20line\x20with\x20text','No\x20objects','Details','Strikethrough','Align\x20Right','Show\x20All','Italic','Bring\x20Forward','Show','2407950vRqjKx','Delete\x20Shape','Align\x20Top','Bold','function','Align\x20Left','amd','Description','Underline','Send\x20Backward','63204DLAiNp','Behind\x20text','object','Crop\x20to\x20Shape','Add\x20description','Justify','Text\x20color','Align\x20Center','Toggle\x20Text\x20Vertical','Top\x20and\x20Bottom','Hide','Close','357413LHdJnk','8554843hyeIba','1660qbujlb','Rotate\x20Right\x2090°','45LOLMkU','Name','3192KubbMd','In\x20front\x20of\x20text'];_0x5a81=function(){return _0x21d539;};return _0x5a81();}
@@ -1 +1 @@
1
- function _0x206a(_0x79d949,_0x347858){_0x79d949=_0x79d949-0xd0;var _0x1edaa8=_0x1eda();var _0x206abb=_0x1edaa8[_0x79d949];return _0x206abb;}function _0x1eda(){var _0xb51c29=['Alinear\x20a\x20la\x20izquierda','205196PBMiZI','Enviar\x20atrás','Centrar','10VRooGf','Traer\x20adelante','Nombre\x20del\x20objeto','6TZgOaB','Formato\x20de\x20forma','5GhxYAi','Cerrar','Tachado','Cuadrado','amd','Eliminar\x20forma','Descripción','Alternar\x20volteo\x20horizontal','Justificar','En\x20línea\x20con\x20el\x20texto','Ocultar\x20todo','object','464973WQBCTd','Negrita','Ocultar\x20panel\x20de\x20formas','Restablecer\x20color','Detrás\x20del\x20texto','1065434XoVZUT','1065465zezmTx','Abrir\x20panel\x20de\x20formas','3cawmXF','12nkZqzm','Mostrar\x20todo','Agregar\x20descripción','Alinear\x20al\x20medio','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Rotar\x2090°\x20a\x20la\x20derecha','2716084cZJfME','Alinear\x20arriba','Delante\x20del\x20texto','Abrir\x20panel\x20de\x20capas','8129319TsDFjq','exports','function','Alinear\x20abajo','Ocultar','Rotar\x2090°\x20a\x20la\x20izquierda','Color\x20de\x20fondo\x20de\x20texto','Nombre','Forma','2394952VzGCuq'];_0x1eda=function(){return _0xb51c29;};return _0x1eda();}(function(_0x17c861,_0x385a29){var _0x441deb=_0x206a,_0x23bbd0=_0x17c861();while(!![]){try{var _0x1655fa=parseInt(_0x441deb(0xe3))/0x1+-parseInt(_0x441deb(0xe8))/0x2*(-parseInt(_0x441deb(0xeb))/0x3)+-parseInt(_0x441deb(0x101))/0x4*(-parseInt(_0x441deb(0xd7))/0x5)+-parseInt(_0x441deb(0xd5))/0x6*(-parseInt(_0x441deb(0xf2))/0x7)+-parseInt(_0x441deb(0xff))/0x8+-parseInt(_0x441deb(0xe9))/0x9*(parseInt(_0x441deb(0xd2))/0xa)+-parseInt(_0x441deb(0xf6))/0xb*(parseInt(_0x441deb(0xec))/0xc);if(_0x1655fa===_0x385a29)break;else _0x23bbd0['push'](_0x23bbd0['shift']());}catch(_0xf85105){_0x23bbd0['push'](_0x23bbd0['shift']());}}}(_0x1eda,0x4469a),function(_0x1fa93b,_0x278e0a){var _0xd8be4d=_0x206a;typeof exports==_0xd8be4d(0xe2)&&typeof module<'u'?module[_0xd8be4d(0xf7)]=_0x278e0a():typeof define==_0xd8be4d(0xf8)&&define[_0xd8be4d(0xdb)]?define([],_0x278e0a):(_0x1fa93b=typeof globalThis<'u'?globalThis:_0x1fa93b||self,_0x1fa93b['UniverProDocsShapeUiEsES']=_0x278e0a());}(this,function(){var _0x36a85e=_0x206a;return{'docs-shape-ui':{'title':_0x36a85e(0xfe),'insertShape':'Insertar\x20forma','openPanel':_0x36a85e(0xea),'deleteShape':_0x36a85e(0xdc),'hidePanel':_0x36a85e(0xe5),'formatShape':_0x36a85e(0xd6),'shapeStyle':'Estilo\x20de\x20forma','shapePosition':'Posición\x20de\x20forma','toggleFlipH':_0x36a85e(0xde),'toggleFlipV':'Alternar\x20volteo\x20vertical','rotateRight90':_0x36a85e(0xf1),'rotateLeft90':_0x36a85e(0xfb),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':'Capas','open':_0x36a85e(0xf5),'empty':'Sin\x20objetos','showAll':_0x36a85e(0xed),'hideAll':_0x36a85e(0xe1),'show':'Mostrar','hide':_0x36a85e(0xfa),'moveForward':_0x36a85e(0xd3),'moveBackward':_0x36a85e(0xd0),'close':_0x36a85e(0xd8),'name':_0x36a85e(0xfd),'nameInput':_0x36a85e(0xd4),'description':_0x36a85e(0xdd),'descriptionPlaceholder':_0x36a85e(0xee),'details':'Detalles','noSelection':_0x36a85e(0xf0)},'toolbar':{'alignLeft':_0x36a85e(0x100),'alignCenter':_0x36a85e(0xd1),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x36a85e(0xdf),'bold':_0x36a85e(0xe4),'italic':'Cursiva','underline':'Subrayado','strikethrough':_0x36a85e(0xd9),'textColor':'Color\x20de\x20texto','fillColor':_0x36a85e(0xfc),'resetColor':_0x36a85e(0xe6)},'align':{'top':_0x36a85e(0xf3),'middle':_0x36a85e(0xef),'bottom':_0x36a85e(0xf9)},'textWrap':{'inline':_0x36a85e(0xe0),'square':_0x36a85e(0xda),'topAndBottom':'Arriba\x20y\x20abajo','behindText':_0x36a85e(0xe7),'inFrontText':_0x36a85e(0xf4)},'crop':{'shape':'Recortar\x20a\x20forma'}}};}));
1
+ (function(_0x3520bf,_0x36d5af){var _0xc91989=_0x39ea,_0x7c33da=_0x3520bf();while(!![]){try{var _0x6d8d5c=-parseInt(_0xc91989(0x16a))/0x1+parseInt(_0xc91989(0x15f))/0x2*(parseInt(_0xc91989(0x14a))/0x3)+-parseInt(_0xc91989(0x15e))/0x4*(parseInt(_0xc91989(0x158))/0x5)+parseInt(_0xc91989(0x17d))/0x6+parseInt(_0xc91989(0x17c))/0x7+-parseInt(_0xc91989(0x173))/0x8*(-parseInt(_0xc91989(0x169))/0x9)+-parseInt(_0xc91989(0x17a))/0xa;if(_0x6d8d5c===_0x36d5af)break;else _0x7c33da['push'](_0x7c33da['shift']());}catch(_0x15866b){_0x7c33da['push'](_0x7c33da['shift']());}}}(_0x23b6,0xda6bf),function(_0x54a156,_0x11436b){var _0x1b028c=_0x39ea;typeof exports==_0x1b028c(0x167)&&typeof module<'u'?module[_0x1b028c(0x163)]=_0x11436b():typeof define==_0x1b028c(0x154)&&define['amd']?define([],_0x11436b):(_0x54a156=typeof globalThis<'u'?globalThis:_0x54a156||self,_0x54a156[_0x1b028c(0x15c)]=_0x11436b());}(this,function(){var _0x4c0720=_0x39ea;return{'docs-shape-ui':{'quickStyles':_0x4c0720(0x164),'title':_0x4c0720(0x155),'insertShape':_0x4c0720(0x161),'openPanel':_0x4c0720(0x17b),'deleteShape':_0x4c0720(0x15d),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':_0x4c0720(0x17e),'shapeStyle':_0x4c0720(0x177),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x4c0720(0x16d),'rotateRight90':_0x4c0720(0x150),'rotateLeft90':_0x4c0720(0x174),'toggleTextVertical':_0x4c0720(0x16e),'objectListPanel':{'title':_0x4c0720(0x157),'open':_0x4c0720(0x14e),'empty':_0x4c0720(0x14d),'showAll':_0x4c0720(0x153),'hideAll':_0x4c0720(0x14f),'show':'Mostrar','hide':'Ocultar','moveForward':_0x4c0720(0x162),'moveBackward':_0x4c0720(0x152),'close':_0x4c0720(0x166),'name':'Nombre','nameInput':_0x4c0720(0x156),'description':'Descripción','descriptionPlaceholder':_0x4c0720(0x175),'details':'Detalles','noSelection':_0x4c0720(0x15b)},'toolbar':{'alignLeft':_0x4c0720(0x15a),'alignCenter':_0x4c0720(0x14c),'alignRight':_0x4c0720(0x16b),'alignJustify':_0x4c0720(0x168),'bold':_0x4c0720(0x16c),'italic':_0x4c0720(0x171),'underline':_0x4c0720(0x16f),'strikethrough':_0x4c0720(0x151),'textColor':_0x4c0720(0x172),'fillColor':_0x4c0720(0x179),'resetColor':'Restablecer\x20color'},'align':{'top':_0x4c0720(0x165),'middle':_0x4c0720(0x159),'bottom':_0x4c0720(0x14b)},'textWrap':{'inline':_0x4c0720(0x170),'square':_0x4c0720(0x178),'topAndBottom':_0x4c0720(0x160),'behindText':'Detrás\x20del\x20texto','inFrontText':'Delante\x20del\x20texto'},'crop':{'shape':_0x4c0720(0x176)}}};}));function _0x39ea(_0x4af94b,_0x30774e){_0x4af94b=_0x4af94b-0x14a;var _0x23b629=_0x23b6();var _0x39ea9d=_0x23b629[_0x4af94b];return _0x39ea9d;}function _0x23b6(){var _0x5e6f83=['Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','UniverProDocsShapeUiEsES','Eliminar\x20forma','604mKBRFQ','26342DbBebA','Arriba\x20y\x20abajo','Insertar\x20forma','Traer\x20adelante','exports','Estilos\x20rápidos','Alinear\x20arriba','Cerrar','object','Justificar','9927EIKdgw','1005838eNnqRi','Alinear\x20a\x20la\x20derecha','Negrita','Alternar\x20volteo\x20vertical','Alternar\x20texto\x20vertical','Subrayado','En\x20línea\x20con\x20el\x20texto','Cursiva','Color\x20de\x20texto','6520druFZl','Rotar\x2090°\x20a\x20la\x20izquierda','Agregar\x20descripción','Recortar\x20a\x20forma','Estilo\x20de\x20forma','Cuadrado','Color\x20de\x20fondo\x20de\x20texto','13516340IeWfxV','Abrir\x20panel\x20de\x20formas','5575066gPkcpN','9478332taPYKz','Formato\x20de\x20forma','51MhczDa','Alinear\x20abajo','Centrar','Sin\x20objetos','Abrir\x20panel\x20de\x20capas','Ocultar\x20todo','Rotar\x2090°\x20a\x20la\x20derecha','Tachado','Enviar\x20atrás','Mostrar\x20todo','function','Forma','Nombre\x20del\x20objeto','Capas','8175gOXSXB','Alinear\x20al\x20medio','Alinear\x20a\x20la\x20izquierda'];_0x23b6=function(){return _0x5e6f83;};return _0x23b6();}
@@ -1 +1 @@
1
- function _0x2b7e(){var _0x1f8b7d=['33wdfBKD','تغییر\x20وضعیت\x20چرخش\x20عمودی','بستن','559214IkcpOX','رنگ\x20متن','جزئیات','5071068cgWGkc','exports','14ygpwEa','پشت\x20متن','2805yxPJeH','3hMqxIk','در\x20یک\x20خط\x20با\x20متن','6641160epKVii','باز\x20کردن\x20پنل\x20لایه‌ها','حذف\x20شکل','توضیحی\x20اضافه\x20کنید','موقعیت\x20شکل','بالا\x20و\x20پایین','تراز\x20بالا','تراز\x20راست','توجیه','334892ghRpHp','کراپ\x20به\x20شکل','8730uYHmed','8566092FXbBjO','لایه‌ها','نمایش\x20همه','جلوی\x20متن','تغییر\x20وضعیت\x20متن\x20عمودی','پررنگ','عقب\x20بردن','مربع','چرخش\x20۹۰\x20درجه\x20به\x20راست','پنهان\x20کردن','نام\x20شیء','تراز\x20وسط','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','13331904eRNpeZ','تغییر\x20وضعیت\x20چرخش\x20افقی','جلو\x20آوردن','خط‌دار','ایتالیک','رنگ\x20پس‌زمینه\x20متن','مخفی\x20کردن\x20پنل\x20شکل‌ها','amd','object','پنهان\x20کردن\x20همه','خط‌کشی','نام'];_0x2b7e=function(){return _0x1f8b7d;};return _0x2b7e();}function _0x2319(_0x33daac,_0x36ca01){_0x33daac=_0x33daac-0x132;var _0x2b7e56=_0x2b7e();var _0x2319d3=_0x2b7e56[_0x33daac];return _0x2319d3;}(function(_0x28183f,_0x5e3990){var _0x4dd7a9=_0x2319,_0x407613=_0x28183f();while(!![]){try{var _0x37fe41=-parseInt(_0x4dd7a9(0x15c))/0x1*(-parseInt(_0x4dd7a9(0x154))/0x2)+parseInt(_0x4dd7a9(0x151))/0x3*(parseInt(_0x4dd7a9(0x135))/0x4)+parseInt(_0x4dd7a9(0x15e))/0x5+parseInt(_0x4dd7a9(0x157))/0x6*(-parseInt(_0x4dd7a9(0x159))/0x7)+-parseInt(_0x4dd7a9(0x145))/0x8+parseInt(_0x4dd7a9(0x138))/0x9+-parseInt(_0x4dd7a9(0x137))/0xa*(-parseInt(_0x4dd7a9(0x15b))/0xb);if(_0x37fe41===_0x5e3990)break;else _0x407613['push'](_0x407613['shift']());}catch(_0x549b1c){_0x407613['push'](_0x407613['shift']());}}}(_0x2b7e,0xdd15d),function(_0x40fc7d,_0x8334f4){var _0x4030e2=_0x2319;typeof exports==_0x4030e2(0x14d)&&typeof module<'u'?module[_0x4030e2(0x158)]=_0x8334f4():typeof define=='function'&&define[_0x4030e2(0x14c)]?define([],_0x8334f4):(_0x40fc7d=typeof globalThis<'u'?globalThis:_0x40fc7d||self,_0x40fc7d['UniverProDocsShapeUiFaIR']=_0x8334f4());}(this,function(){var _0x297228=_0x2319;return{'docs-shape-ui':{'title':'شکل','insertShape':'درج\x20شکل','openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x297228(0x160),'hidePanel':_0x297228(0x14b),'formatShape':'قالب‌بندی\x20شکل','shapeStyle':'سبک\x20شکل','shapePosition':_0x297228(0x162),'toggleFlipH':_0x297228(0x146),'toggleFlipV':_0x297228(0x152),'rotateRight90':_0x297228(0x140),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':_0x297228(0x13c),'objectListPanel':{'title':_0x297228(0x139),'open':_0x297228(0x15f),'empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':_0x297228(0x13a),'hideAll':_0x297228(0x14e),'show':'نمایش','hide':_0x297228(0x141),'moveForward':_0x297228(0x147),'moveBackward':_0x297228(0x13e),'close':_0x297228(0x153),'name':_0x297228(0x150),'nameInput':_0x297228(0x142),'description':'توضیحات','descriptionPlaceholder':_0x297228(0x161),'details':_0x297228(0x156),'noSelection':_0x297228(0x144)},'toolbar':{'alignLeft':'تراز\x20چپ','alignCenter':_0x297228(0x143),'alignRight':_0x297228(0x133),'alignJustify':_0x297228(0x134),'bold':_0x297228(0x13d),'italic':_0x297228(0x149),'underline':_0x297228(0x14f),'strikethrough':_0x297228(0x148),'textColor':_0x297228(0x155),'fillColor':_0x297228(0x14a),'resetColor':'بازنشانی\x20رنگ'},'align':{'top':_0x297228(0x132),'middle':'تراز\x20وسط','bottom':'تراز\x20پایین'},'textWrap':{'inline':_0x297228(0x15d),'square':_0x297228(0x13f),'topAndBottom':_0x297228(0x163),'behindText':_0x297228(0x15a),'inFrontText':_0x297228(0x13b)},'crop':{'shape':_0x297228(0x136)}}};}));
1
+ function _0x36a6(){var _0x111633=['909EEkDCs','مخفی\x20کردن\x20پنل\x20شکل‌ها','4381BFjHzC','کراپ\x20به\x20شکل','212756cAzwRa','object','جلوی\x20متن','4EjsCsk','تراز\x20راست','4046580gdavAH','بازنشانی\x20رنگ','خط‌دار','مربع','باز\x20کردن\x20پنل\x20لایه‌ها','UniverProDocsShapeUiFaIR','115190uyQeEP','جزئیات','function','ایتالیک','حذف\x20شکل','جلو\x20آوردن','پنهان\x20کردن','39272RqHrVS','سبک‌های\x20سریع','تغییر\x20وضعیت\x20چرخش\x20افقی','هیچ\x20شیئی\x20وجود\x20ندارد','پشت\x20متن','exports','موقعیت\x20شکل','451lzNeja','تراز\x20بالا','12rJmUtb','توضیحات','خط‌کشی','سبک\x20شکل','پررنگ','درج\x20شکل','توضیحی\x20اضافه\x20کنید','1637258qqmJQD','تراز\x20وسط','amd','43860FnlTlZ','3VJBiHb','نمایش','نام','تراز\x20پایین','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','توجیه','قالب‌بندی\x20شکل','254566OCZYPy','تغییر\x20وضعیت\x20چرخش\x20عمودی','چرخش\x20۹۰\x20درجه\x20به\x20راست','تغییر\x20وضعیت\x20متن\x20عمودی','در\x20یک\x20خط\x20با\x20متن','چرخش\x20۹۰\x20درجه\x20به\x20چپ','رنگ\x20متن','عقب\x20بردن'];_0x36a6=function(){return _0x111633;};return _0x36a6();}function _0x2936(_0x545735,_0x32ed19){_0x545735=_0x545735-0xca;var _0x36a61d=_0x36a6();var _0x293648=_0x36a61d[_0x545735];return _0x293648;}(function(_0x52bf88,_0x5d8b7c){var _0x33a06e=_0x2936,_0x560f41=_0x52bf88();while(!![]){try{var _0x4e58c4=-parseInt(_0x33a06e(0xe7))/0x1+-parseInt(_0x33a06e(0xf3))/0x2*(-parseInt(_0x33a06e(0xe0))/0x3)+parseInt(_0x33a06e(0xf6))/0x4*(parseInt(_0x33a06e(0xf8))/0x5)+parseInt(_0x33a06e(0xd5))/0x6*(-parseInt(_0x33a06e(0xdc))/0x7)+parseInt(_0x33a06e(0xcc))/0x8*(-parseInt(_0x33a06e(0xef))/0x9)+-parseInt(_0x33a06e(0xfe))/0xa*(parseInt(_0x33a06e(0xd3))/0xb)+-parseInt(_0x33a06e(0xdf))/0xc*(-parseInt(_0x33a06e(0xf1))/0xd);if(_0x4e58c4===_0x5d8b7c)break;else _0x560f41['push'](_0x560f41['shift']());}catch(_0x4caff0){_0x560f41['push'](_0x560f41['shift']());}}}(_0x36a6,0x6f91b),function(_0x129d40,_0x88b023){var _0x3af919=_0x2936;typeof exports==_0x3af919(0xf4)&&typeof module<'u'?module[_0x3af919(0xd1)]=_0x88b023():typeof define==_0x3af919(0x100)&&define[_0x3af919(0xde)]?define([],_0x88b023):(_0x129d40=typeof globalThis<'u'?globalThis:_0x129d40||self,_0x129d40[_0x3af919(0xfd)]=_0x88b023());}(this,function(){var _0x25f385=_0x2936;return{'docs-shape-ui':{'quickStyles':_0x25f385(0xcd),'title':'شکل','insertShape':_0x25f385(0xda),'openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x25f385(0x102),'hidePanel':_0x25f385(0xf0),'formatShape':_0x25f385(0xe6),'shapeStyle':_0x25f385(0xd8),'shapePosition':_0x25f385(0xd2),'toggleFlipH':_0x25f385(0xce),'toggleFlipV':_0x25f385(0xe8),'rotateRight90':_0x25f385(0xe9),'rotateLeft90':_0x25f385(0xec),'toggleTextVertical':_0x25f385(0xea),'objectListPanel':{'title':'لایه‌ها','open':_0x25f385(0xfc),'empty':_0x25f385(0xcf),'showAll':'نمایش\x20همه','hideAll':'پنهان\x20کردن\x20همه','show':_0x25f385(0xe1),'hide':_0x25f385(0xcb),'moveForward':_0x25f385(0xca),'moveBackward':_0x25f385(0xee),'close':'بستن','name':_0x25f385(0xe2),'nameInput':'نام\x20شیء','description':_0x25f385(0xd6),'descriptionPlaceholder':_0x25f385(0xdb),'details':_0x25f385(0xff),'noSelection':_0x25f385(0xe4)},'toolbar':{'alignLeft':'تراز\x20چپ','alignCenter':_0x25f385(0xdd),'alignRight':_0x25f385(0xf7),'alignJustify':_0x25f385(0xe5),'bold':_0x25f385(0xd9),'italic':_0x25f385(0x101),'underline':_0x25f385(0xd7),'strikethrough':_0x25f385(0xfa),'textColor':_0x25f385(0xed),'fillColor':'رنگ\x20پس‌زمینه\x20متن','resetColor':_0x25f385(0xf9)},'align':{'top':_0x25f385(0xd4),'middle':_0x25f385(0xdd),'bottom':_0x25f385(0xe3)},'textWrap':{'inline':_0x25f385(0xeb),'square':_0x25f385(0xfb),'topAndBottom':'بالا\x20و\x20پایین','behindText':_0x25f385(0xd0),'inFrontText':_0x25f385(0xf5)},'crop':{'shape':_0x25f385(0xf2)}}};}));
@@ -1 +1 @@
1
- function _0x4393(_0x46687e,_0x4a4383){_0x46687e=_0x46687e-0x104;var _0x355ed6=_0x355e();var _0x439348=_0x355ed6[_0x46687e];return _0x439348;}function _0x355e(){var _0x11a9e3=['5660615VNIomR','21girusr','Barré','Nom','Couleur\x20du\x20texte','Aucun\x20objet','Masquer','Calques','Carré','12463GrxkPo','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','721748Kgejmv','2ScchcK','Afficher','Italique','Ouvrir\x20le\x20panneau\x20des\x20calques','Insérer\x20une\x20forme','Format\x20de\x20la\x20forme','Pivoter\x20à\x20droite\x20de\x2090°','Aligner\x20à\x20droite','Description','Basculer\x20le\x20retournement\x20horizontal','1849424IYaaZN','4MXPYAd','UniverProDocsShapeUiFrFR','Ajouter\x20une\x20description','2220966JjJPCx','10286604FmFChy','Aligner\x20en\x20haut','Gras','Pivoter\x20à\x20gauche\x20de\x2090°','amd','Détails','Basculer\x20le\x20retournement\x20vertical','6670yTlfgK','function','Rogner\x20à\x20la\x20forme','Basculer\x20le\x20texte\x20vertical','Souligné','1714809ZkxLDz','exports','Réinitialiser\x20la\x20couleur','object','Fermer','Ouvrir\x20le\x20panneau\x20des\x20formes','Aligner\x20à\x20gauche','Tout\x20masquer','Justifier','Couleur\x20de\x20fond\x20du\x20texte','Masquer\x20le\x20panneau\x20des\x20formes','Tout\x20afficher'];_0x355e=function(){return _0x11a9e3;};return _0x355e();}(function(_0x466d35,_0x16e524){var _0x235aab=_0x4393,_0x56e09b=_0x466d35();while(!![]){try{var _0x3b32ac=parseInt(_0x235aab(0x11c))/0x1+parseInt(_0x235aab(0x11d))/0x2*(-parseInt(_0x235aab(0x105))/0x3)+-parseInt(_0x235aab(0x128))/0x4*(-parseInt(_0x235aab(0x111))/0x5)+parseInt(_0x235aab(0x12b))/0x6+parseInt(_0x235aab(0x112))/0x7*(-parseInt(_0x235aab(0x127))/0x8)+-parseInt(_0x235aab(0x12c))/0x9+parseInt(_0x235aab(0x133))/0xa*(parseInt(_0x235aab(0x11a))/0xb);if(_0x3b32ac===_0x16e524)break;else _0x56e09b['push'](_0x56e09b['shift']());}catch(_0x54ca09){_0x56e09b['push'](_0x56e09b['shift']());}}}(_0x355e,0x8b902),function(_0x58d12c,_0x8d5589){var _0x4ad4fe=_0x4393;typeof exports==_0x4ad4fe(0x108)&&typeof module<'u'?module[_0x4ad4fe(0x106)]=_0x8d5589():typeof define==_0x4ad4fe(0x134)&&define[_0x4ad4fe(0x130)]?define([],_0x8d5589):(_0x58d12c=typeof globalThis<'u'?globalThis:_0x58d12c||self,_0x58d12c[_0x4ad4fe(0x129)]=_0x8d5589());}(this,function(){var _0x2c8e14=_0x4393;return{'docs-shape-ui':{'title':'Forme','insertShape':_0x2c8e14(0x121),'openPanel':_0x2c8e14(0x10a),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x2c8e14(0x10f),'formatShape':_0x2c8e14(0x122),'shapeStyle':'Style\x20de\x20la\x20forme','shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0x2c8e14(0x126),'toggleFlipV':_0x2c8e14(0x132),'rotateRight90':_0x2c8e14(0x123),'rotateLeft90':_0x2c8e14(0x12f),'toggleTextVertical':_0x2c8e14(0x136),'objectListPanel':{'title':_0x2c8e14(0x118),'open':_0x2c8e14(0x120),'empty':_0x2c8e14(0x116),'showAll':_0x2c8e14(0x110),'hideAll':_0x2c8e14(0x10c),'show':_0x2c8e14(0x11e),'hide':_0x2c8e14(0x117),'moveForward':'Avancer','moveBackward':'Reculer','close':_0x2c8e14(0x109),'name':_0x2c8e14(0x114),'nameInput':'Nom\x20de\x20l’objet','description':_0x2c8e14(0x125),'descriptionPlaceholder':_0x2c8e14(0x12a),'details':_0x2c8e14(0x131),'noSelection':_0x2c8e14(0x11b)},'toolbar':{'alignLeft':_0x2c8e14(0x10b),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x2c8e14(0x124),'alignJustify':_0x2c8e14(0x10d),'bold':_0x2c8e14(0x12e),'italic':_0x2c8e14(0x11f),'underline':_0x2c8e14(0x104),'strikethrough':_0x2c8e14(0x113),'textColor':_0x2c8e14(0x115),'fillColor':_0x2c8e14(0x10e),'resetColor':_0x2c8e14(0x107)},'align':{'top':_0x2c8e14(0x12d),'middle':'Aligner\x20au\x20milieu','bottom':'Aligner\x20en\x20bas'},'textWrap':{'inline':'Aligné\x20avec\x20le\x20texte','square':_0x2c8e14(0x119),'topAndBottom':'Haut\x20et\x20bas','behindText':'Derrière\x20le\x20texte','inFrontText':'Devant\x20le\x20texte'},'crop':{'shape':_0x2c8e14(0x135)}}};}));
1
+ function _0x5b6c(_0x14e7c3,_0x174b7d){_0x14e7c3=_0x14e7c3-0x1de;var _0x2695a4=_0x2695();var _0x5b6c85=_0x2695a4[_0x14e7c3];return _0x5b6c85;}(function(_0x18bd01,_0x3d7ecb){var _0x119e94=_0x5b6c,_0x1bde9e=_0x18bd01();while(!![]){try{var _0x416fb2=parseInt(_0x119e94(0x1ef))/0x1*(-parseInt(_0x119e94(0x1fe))/0x2)+-parseInt(_0x119e94(0x1e4))/0x3*(-parseInt(_0x119e94(0x1fb))/0x4)+-parseInt(_0x119e94(0x1f5))/0x5+-parseInt(_0x119e94(0x1f9))/0x6*(-parseInt(_0x119e94(0x1ee))/0x7)+-parseInt(_0x119e94(0x1e1))/0x8*(parseInt(_0x119e94(0x1f0))/0x9)+parseInt(_0x119e94(0x201))/0xa*(parseInt(_0x119e94(0x1f7))/0xb)+parseInt(_0x119e94(0x1ed))/0xc;if(_0x416fb2===_0x3d7ecb)break;else _0x1bde9e['push'](_0x1bde9e['shift']());}catch(_0x1387d8){_0x1bde9e['push'](_0x1bde9e['shift']());}}}(_0x2695,0x4cc9a),function(_0x59e4c7,_0x4a3a9){var _0xab7c8=_0x5b6c;typeof exports==_0xab7c8(0x1df)&&typeof module<'u'?module['exports']=_0x4a3a9():typeof define=='function'&&define[_0xab7c8(0x1fa)]?define([],_0x4a3a9):(_0x59e4c7=typeof globalThis<'u'?globalThis:_0x59e4c7||self,_0x59e4c7['UniverProDocsShapeUiFrFR']=_0x4a3a9());}(this,function(){var _0x53e5ca=_0x5b6c;return{'docs-shape-ui':{'quickStyles':_0x53e5ca(0x1ff),'title':'Forme','insertShape':_0x53e5ca(0x1e9),'openPanel':_0x53e5ca(0x1e6),'deleteShape':_0x53e5ca(0x1de),'hidePanel':'Masquer\x20le\x20panneau\x20des\x20formes','formatShape':_0x53e5ca(0x1f6),'shapeStyle':_0x53e5ca(0x202),'shapePosition':_0x53e5ca(0x1e8),'toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0x53e5ca(0x1fd),'rotateRight90':_0x53e5ca(0x209),'rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x53e5ca(0x20c),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':'Aucun\x20objet','showAll':_0x53e5ca(0x204),'hideAll':_0x53e5ca(0x1f2),'show':_0x53e5ca(0x1e5),'hide':_0x53e5ca(0x1ea),'moveForward':_0x53e5ca(0x20a),'moveBackward':_0x53e5ca(0x1f3),'close':_0x53e5ca(0x1f8),'name':'Nom','nameInput':_0x53e5ca(0x206),'description':_0x53e5ca(0x200),'descriptionPlaceholder':_0x53e5ca(0x20d),'details':_0x53e5ca(0x20b),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'},'toolbar':{'alignLeft':_0x53e5ca(0x1e0),'alignCenter':_0x53e5ca(0x208),'alignRight':_0x53e5ca(0x1e7),'alignJustify':'Justifier','bold':'Gras','italic':_0x53e5ca(0x1e3),'underline':_0x53e5ca(0x1fc),'strikethrough':_0x53e5ca(0x203),'textColor':_0x53e5ca(0x1f1),'fillColor':'Couleur\x20de\x20fond\x20du\x20texte','resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':_0x53e5ca(0x205),'middle':_0x53e5ca(0x1f4),'bottom':_0x53e5ca(0x1eb)},'textWrap':{'inline':_0x53e5ca(0x207),'square':_0x53e5ca(0x1e2),'topAndBottom':'Haut\x20et\x20bas','behindText':_0x53e5ca(0x1ec),'inFrontText':'Devant\x20le\x20texte'},'crop':{'shape':'Rogner\x20à\x20la\x20forme'}}};}));function _0x2695(){var _0x3a4d8a=['Aligner\x20au\x20centre','Pivoter\x20à\x20droite\x20de\x2090°','Avancer','Détails','Calques','Ajouter\x20une\x20description','Supprimer\x20la\x20forme','object','Aligner\x20à\x20gauche','48pOmWbv','Carré','Italique','813132VkLSFi','Afficher','Ouvrir\x20le\x20panneau\x20des\x20formes','Aligner\x20à\x20droite','Position\x20de\x20la\x20forme','Insérer\x20une\x20forme','Masquer','Aligner\x20en\x20bas','Derrière\x20le\x20texte','5446596yMJyOT','7FRxYyi','236765YLiYis','796959VrPWgo','Couleur\x20du\x20texte','Tout\x20masquer','Reculer','Aligner\x20au\x20milieu','1712955RHtufa','Format\x20de\x20la\x20forme','99wJFglD','Fermer','1396470mzoQOx','amd','8RxByjM','Souligné','Basculer\x20le\x20retournement\x20vertical','4tnfDlV','Styles\x20rapides','Description','481370erSrhM','Style\x20de\x20la\x20forme','Barré','Tout\x20afficher','Aligner\x20en\x20haut','Nom\x20de\x20l’objet','Aligné\x20avec\x20le\x20texte'];_0x2695=function(){return _0x3a4d8a;};return _0x2695();}
@@ -1 +1 @@
1
- (function(_0x4b8470,_0x44381d){var _0x1afb47=_0x1204,_0x1c8c81=_0x4b8470();while(!![]){try{var _0x113673=parseInt(_0x1afb47(0x15d))/0x1*(-parseInt(_0x1afb47(0x173))/0x2)+parseInt(_0x1afb47(0x171))/0x3*(parseInt(_0x1afb47(0x156))/0x4)+-parseInt(_0x1afb47(0x174))/0x5*(-parseInt(_0x1afb47(0x152))/0x6)+-parseInt(_0x1afb47(0x175))/0x7+-parseInt(_0x1afb47(0x159))/0x8*(parseInt(_0x1afb47(0x16c))/0x9)+parseInt(_0x1afb47(0x168))/0xa+parseInt(_0x1afb47(0x14b))/0xb*(parseInt(_0x1afb47(0x15e))/0xc);if(_0x113673===_0x44381d)break;else _0x1c8c81['push'](_0x1c8c81['shift']());}catch(_0x5d9e09){_0x1c8c81['push'](_0x1c8c81['shift']());}}}(_0x1d20,0x2e34b),function(_0x22d137,_0x75c9ad){var _0x1a4bee=_0x1204;typeof exports==_0x1a4bee(0x147)&&typeof module<'u'?module[_0x1a4bee(0x163)]=_0x75c9ad():typeof define=='function'&&define[_0x1a4bee(0x16a)]?define([],_0x75c9ad):(_0x22d137=typeof globalThis<'u'?globalThis:_0x22d137||self,_0x22d137[_0x1a4bee(0x162)]=_0x75c9ad());}(this,function(){var _0x1350f=_0x1204;return{'docs-shape-ui':{'title':_0x1350f(0x166),'insertShape':'Sisipkan\x20Bentuk','openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x1350f(0x154),'hidePanel':'Sembunyikan\x20Panel\x20Bentuk','formatShape':_0x1350f(0x151),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x1350f(0x14c),'toggleFlipH':_0x1350f(0x164),'toggleFlipV':_0x1350f(0x16b),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':'Ubah\x20Teks\x20Vertikal','objectListPanel':{'title':_0x1350f(0x160),'open':_0x1350f(0x16e),'empty':'Tidak\x20ada\x20objek','showAll':_0x1350f(0x148),'hideAll':'Sembunyikan\x20semua','show':_0x1350f(0x157),'hide':_0x1350f(0x169),'moveForward':_0x1350f(0x15c),'moveBackward':'Kirim\x20ke\x20belakang','close':_0x1350f(0x161),'name':_0x1350f(0x15a),'nameInput':'Nama\x20objek','description':_0x1350f(0x14a),'descriptionPlaceholder':_0x1350f(0x167),'details':_0x1350f(0x149),'noSelection':_0x1350f(0x165)},'toolbar':{'alignLeft':_0x1350f(0x15f),'alignCenter':_0x1350f(0x172),'alignRight':_0x1350f(0x158),'alignJustify':_0x1350f(0x16d),'bold':_0x1350f(0x170),'italic':'Miring','underline':_0x1350f(0x16f),'strikethrough':'Coret','textColor':_0x1350f(0x14f),'fillColor':_0x1350f(0x153),'resetColor':_0x1350f(0x15b)},'align':{'top':_0x1350f(0x150),'middle':_0x1350f(0x172),'bottom':_0x1350f(0x14e)},'textWrap':{'inline':'Sejajar\x20dengan\x20teks','square':_0x1350f(0x14d),'topAndBottom':'Atas\x20dan\x20Bawah','behindText':_0x1350f(0x155),'inFrontText':_0x1350f(0x146)},'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}}};}));function _0x1204(_0x26b7e1,_0x372ca6){_0x26b7e1=_0x26b7e1-0x146;var _0x1d2023=_0x1d20();var _0x1204ae=_0x1d2023[_0x26b7e1];return _0x1204ae;}function _0x1d20(){var _0x3b81dc=['Kotak','Rata\x20Bawah','Warna\x20teks','Rata\x20Atas','Format\x20Bentuk','6DkMddp','Warna\x20latar\x20teks','Hapus\x20Bentuk','Di\x20belakang\x20teks','1324CmLMYz','Tampilkan','Rata\x20Kanan','2517768nxzPaM','Nama','Atur\x20ulang\x20warna','Bawa\x20ke\x20depan','21133sZXfvW','49992rlqjgD','Rata\x20Kiri','Lapisan','Tutup','UniverProDocsShapeUiIdID','exports','Balik\x20Horizontal','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Bentuk','Tambahkan\x20deskripsi','1856980WKNWRv','Sembunyikan','amd','Balik\x20Vertikal','9GpPxlx','Rata\x20Kanan\x20Kiri','Buka\x20panel\x20lapisan','Garis\x20bawah','Tebal','2127VejWsk','Rata\x20Tengah','2RFNcUu','1590155USGysm','1668037WwjqqI','Di\x20depan\x20teks','object','Tampilkan\x20semua','Detail','Deskripsi','66XqhSlR','Posisi\x20Bentuk'];_0x1d20=function(){return _0x3b81dc;};return _0x1d20();}
1
+ (function(_0x314dea,_0x5f2665){var _0x167608=_0x5de6,_0x2b2ac6=_0x314dea();while(!![]){try{var _0x121578=parseInt(_0x167608(0x1ef))/0x1+-parseInt(_0x167608(0x1fa))/0x2*(parseInt(_0x167608(0x1ec))/0x3)+-parseInt(_0x167608(0x1ed))/0x4+-parseInt(_0x167608(0x20d))/0x5+parseInt(_0x167608(0x1ff))/0x6+parseInt(_0x167608(0x203))/0x7+parseInt(_0x167608(0x206))/0x8;if(_0x121578===_0x5f2665)break;else _0x2b2ac6['push'](_0x2b2ac6['shift']());}catch(_0x4b1dcb){_0x2b2ac6['push'](_0x2b2ac6['shift']());}}}(_0xb7fe,0x3f27a),function(_0x41bd55,_0x40fb59){var _0x3247b6=_0x5de6;typeof exports==_0x3247b6(0x1f1)&&typeof module<'u'?module[_0x3247b6(0x1f2)]=_0x40fb59():typeof define==_0x3247b6(0x1f7)&&define[_0x3247b6(0x208)]?define([],_0x40fb59):(_0x41bd55=typeof globalThis<'u'?globalThis:_0x41bd55||self,_0x41bd55['UniverProDocsShapeUiIdID']=_0x40fb59());}(this,function(){var _0x4ebed5=_0x5de6;return{'docs-shape-ui':{'quickStyles':'Gaya\x20Cepat','title':_0x4ebed5(0x204),'insertShape':_0x4ebed5(0x202),'openPanel':_0x4ebed5(0x1f5),'deleteShape':_0x4ebed5(0x1f4),'hidePanel':_0x4ebed5(0x1e7),'formatShape':'Format\x20Bentuk','shapeStyle':_0x4ebed5(0x1fb),'shapePosition':_0x4ebed5(0x20c),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x4ebed5(0x211),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':_0x4ebed5(0x1f0),'objectListPanel':{'title':'Lapisan','open':_0x4ebed5(0x1ee),'empty':_0x4ebed5(0x1fe),'showAll':_0x4ebed5(0x20e),'hideAll':_0x4ebed5(0x1f8),'show':'Tampilkan','hide':'Sembunyikan','moveForward':_0x4ebed5(0x201),'moveBackward':_0x4ebed5(0x200),'close':_0x4ebed5(0x20f),'name':'Nama','nameInput':_0x4ebed5(0x205),'description':_0x4ebed5(0x1e9),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x4ebed5(0x209),'noSelection':_0x4ebed5(0x20b)},'toolbar':{'alignLeft':_0x4ebed5(0x1f9),'alignCenter':'Rata\x20Tengah','alignRight':_0x4ebed5(0x1fc),'alignJustify':_0x4ebed5(0x210),'bold':'Tebal','italic':_0x4ebed5(0x1f6),'underline':'Garis\x20bawah','strikethrough':'Coret','textColor':_0x4ebed5(0x1ea),'fillColor':_0x4ebed5(0x20a),'resetColor':_0x4ebed5(0x212)},'align':{'top':_0x4ebed5(0x1eb),'middle':'Rata\x20Tengah','bottom':'Rata\x20Bawah'},'textWrap':{'inline':'Sejajar\x20dengan\x20teks','square':_0x4ebed5(0x1f3),'topAndBottom':_0x4ebed5(0x1e8),'behindText':_0x4ebed5(0x1fd),'inFrontText':_0x4ebed5(0x207)},'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}}};}));function _0x5de6(_0x28b248,_0x5dee94){_0x28b248=_0x28b248-0x1e7;var _0xb7fedb=_0xb7fe();var _0x5de6ce=_0xb7fedb[_0x28b248];return _0x5de6ce;}function _0xb7fe(){var _0x31080c=['Rata\x20Kiri','2OqjCyW','Gaya\x20Bentuk','Rata\x20Kanan','Di\x20belakang\x20teks','Tidak\x20ada\x20objek','1161900XeJLcc','Kirim\x20ke\x20belakang','Bawa\x20ke\x20depan','Sisipkan\x20Bentuk','2713249nLeITk','Bentuk','Nama\x20objek','3439856vtPziC','Di\x20depan\x20teks','amd','Detail','Warna\x20latar\x20teks','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Posisi\x20Bentuk','607905dvcBqs','Tampilkan\x20semua','Tutup','Rata\x20Kanan\x20Kiri','Balik\x20Vertikal','Atur\x20ulang\x20warna','Sembunyikan\x20Panel\x20Bentuk','Atas\x20dan\x20Bawah','Deskripsi','Warna\x20teks','Rata\x20Atas','1143627AbcEFB','1635404qHrgzg','Buka\x20panel\x20lapisan','159084hAKwyR','Ubah\x20Teks\x20Vertikal','object','exports','Kotak','Hapus\x20Bentuk','Buka\x20Panel\x20Bentuk','Miring','function','Sembunyikan\x20semua'];_0xb7fe=function(){return _0x31080c;};return _0xb7fe();}
@@ -1 +1 @@
1
- (function(_0x354fe5,_0x52e7b1){var _0x451833=_0x3c88,_0x26940e=_0x354fe5();while(!![]){try{var _0x58de48=-parseInt(_0x451833(0x200))/0x1+-parseInt(_0x451833(0x20a))/0x2+parseInt(_0x451833(0x1ef))/0x3*(parseInt(_0x451833(0x210))/0x4)+-parseInt(_0x451833(0x1f3))/0x5*(parseInt(_0x451833(0x207))/0x6)+parseInt(_0x451833(0x208))/0x7*(-parseInt(_0x451833(0x1f9))/0x8)+-parseInt(_0x451833(0x1e7))/0x9+parseInt(_0x451833(0x1ed))/0xa;if(_0x58de48===_0x52e7b1)break;else _0x26940e['push'](_0x26940e['shift']());}catch(_0x45ad59){_0x26940e['push'](_0x26940e['shift']());}}}(_0x3926,0xf3ba0),function(_0x5894f7,_0x5f0aea){var _0x404f1b=_0x3c88;typeof exports==_0x404f1b(0x1ec)&&typeof module<'u'?module[_0x404f1b(0x1ee)]=_0x5f0aea():typeof define==_0x404f1b(0x1e1)&&define[_0x404f1b(0x1e6)]?define([],_0x5f0aea):(_0x5894f7=typeof globalThis<'u'?globalThis:_0x5894f7||self,_0x5894f7[_0x404f1b(0x1fa)]=_0x5f0aea());}(this,function(){var _0x164f14=_0x3c88;return{'docs-shape-ui':{'title':'Forma','insertShape':'Inserisci\x20forma','openPanel':_0x164f14(0x1eb),'deleteShape':_0x164f14(0x1fc),'hidePanel':_0x164f14(0x1f8),'formatShape':_0x164f14(0x203),'shapeStyle':_0x164f14(0x1f2),'shapePosition':'Posizione\x20forma','toggleFlipH':_0x164f14(0x20d),'toggleFlipV':_0x164f14(0x211),'rotateRight90':_0x164f14(0x1fb),'rotateLeft90':_0x164f14(0x1e3),'toggleTextVertical':_0x164f14(0x1f1),'objectListPanel':{'title':_0x164f14(0x212),'open':_0x164f14(0x1e2),'empty':_0x164f14(0x20e),'showAll':'Mostra\x20tutti','hideAll':_0x164f14(0x1e5),'show':_0x164f14(0x205),'hide':_0x164f14(0x1f6),'moveForward':'Porta\x20avanti','moveBackward':_0x164f14(0x1fd),'close':_0x164f14(0x1e4),'name':_0x164f14(0x1f7),'nameInput':_0x164f14(0x1fe),'description':_0x164f14(0x1ff),'descriptionPlaceholder':_0x164f14(0x1f0),'details':'Dettagli','noSelection':_0x164f14(0x20b)},'toolbar':{'alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x164f14(0x20c),'alignRight':_0x164f14(0x213),'alignJustify':'Giustifica','bold':_0x164f14(0x201),'italic':_0x164f14(0x1e8),'underline':'Sottolineato','strikethrough':_0x164f14(0x209),'textColor':_0x164f14(0x202),'fillColor':'Colore\x20sfondo\x20testo','resetColor':_0x164f14(0x1e9)},'align':{'top':'Allinea\x20in\x20alto','middle':_0x164f14(0x204),'bottom':_0x164f14(0x206)},'textWrap':{'inline':_0x164f14(0x20f),'square':'Quadrato','topAndBottom':'Superiore\x20e\x20inferiore','behindText':_0x164f14(0x1f4),'inFrontText':_0x164f14(0x1f5)},'crop':{'shape':_0x164f14(0x1ea)}}};}));function _0x3c88(_0x4b1f23,_0x4f4409){_0x4b1f23=_0x4b1f23-0x1e1;var _0x39261d=_0x3926();var _0x3c8803=_0x39261d[_0x4b1f23];return _0x3c8803;}function _0x3926(){var _0x25c4b=['Porta\x20indietro','Nome\x20oggetto','Descrizione','896096FjalHF','Grassetto','Colore\x20testo','Formato\x20forma','Allinea\x20al\x20centro','Mostra','Allinea\x20in\x20basso','920394bPzNxS','13405RYhDZG','Barrato','1499266eCZzXg','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Allinea\x20al\x20Centro','Attiva/disattiva\x20capovolgimento\x20orizzontale','Nessun\x20oggetto','In\x20linea\x20con\x20il\x20testo','4PGYmvp','Attiva/disattiva\x20capovolgimento\x20verticale','Livelli','Allinea\x20a\x20Destra','function','Apri\x20il\x20pannello\x20livelli','Ruota\x20a\x20sinistra\x2090°','Chiudi','Nascondi\x20tutti','amd','5431473nULEFa','Corsivo','Reimposta\x20colore','Ritaglia\x20a\x20forma','Apri\x20pannello\x20forma','object','55863510rftXjN','exports','1593129ibMFoe','Aggiungi\x20una\x20descrizione','Attiva/disattiva\x20testo\x20verticale','Stile\x20forma','30eEofep','Dietro\x20il\x20testo','Davanti\x20al\x20testo','Nascondi','Nome','Nascondi\x20pannello\x20forma','8144EyDRdC','UniverProDocsShapeUiItIT','Ruota\x20a\x20destra\x2090°','Elimina\x20forma'];_0x3926=function(){return _0x25c4b;};return _0x3926();}
1
+ function _0x4c3e(_0x310f28,_0x397623){_0x310f28=_0x310f28-0xc0;var _0x181351=_0x1813();var _0x4c3ebd=_0x181351[_0x310f28];return _0x4c3ebd;}function _0x1813(){var _0x39d162=['Descrizione','Mostra\x20tutti','Forma','1115506vRPOpI','In\x20linea\x20con\x20il\x20testo','Allinea\x20al\x20centro','Allinea\x20a\x20Sinistra','Corsivo','Attiva/disattiva\x20testo\x20verticale','74664kszQHx','Aggiungi\x20una\x20descrizione','Nascondi\x20pannello\x20forma','Porta\x20avanti','Superiore\x20e\x20inferiore','Giustifica','Nessun\x20oggetto','Apri\x20pannello\x20forma','1528744cFeNLd','Reimposta\x20colore','Allinea\x20a\x20Destra','23776DNREUE','Formato\x20forma','12cvEmdW','Livelli','Apri\x20il\x20pannello\x20livelli','Dettagli','Nome','Ritaglia\x20a\x20forma','Mostra','exports','Barrato','Elimina\x20forma','Colore\x20sfondo\x20testo','Allinea\x20in\x20basso','806556DRMWRx','Dietro\x20il\x20testo','Inserisci\x20forma','Sottolineato','90282CTDbKh','Ruota\x20a\x20sinistra\x2090°','Grassetto','50UBdfGF','Nome\x20oggetto','object','1835199lXRtoP','Stile\x20forma'];_0x1813=function(){return _0x39d162;};return _0x1813();}(function(_0x5b3e78,_0x579c4e){var _0x4ea52d=_0x4c3e,_0x247362=_0x5b3e78();while(!![]){try{var _0x346cb0=parseInt(_0x4ea52d(0xd7))/0x1*(-parseInt(_0x4ea52d(0xd5))/0x2)+parseInt(_0x4ea52d(0xe3))/0x3+parseInt(_0x4ea52d(0xca))/0x4+parseInt(_0x4ea52d(0xea))/0x5*(-parseInt(_0x4ea52d(0xe7))/0x6)+parseInt(_0x4ea52d(0xc4))/0x7+parseInt(_0x4ea52d(0xd2))/0x8+-parseInt(_0x4ea52d(0xed))/0x9;if(_0x346cb0===_0x579c4e)break;else _0x247362['push'](_0x247362['shift']());}catch(_0x527291){_0x247362['push'](_0x247362['shift']());}}}(_0x1813,0x22684),function(_0x43dbdd,_0x2e0e0a){var _0x41d6c3=_0x4c3e;typeof exports==_0x41d6c3(0xec)&&typeof module<'u'?module[_0x41d6c3(0xde)]=_0x2e0e0a():typeof define=='function'&&define['amd']?define([],_0x2e0e0a):(_0x43dbdd=typeof globalThis<'u'?globalThis:_0x43dbdd||self,_0x43dbdd['UniverProDocsShapeUiItIT']=_0x2e0e0a());}(this,function(){var _0x226952=_0x4c3e;return{'docs-shape-ui':{'quickStyles':'Stili\x20rapidi','title':_0x226952(0xc3),'insertShape':_0x226952(0xe5),'openPanel':_0x226952(0xd1),'deleteShape':_0x226952(0xe0),'hidePanel':_0x226952(0xcc),'formatShape':_0x226952(0xd6),'shapeStyle':_0x226952(0xc0),'shapePosition':'Posizione\x20forma','toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x226952(0xe8),'toggleTextVertical':_0x226952(0xc9),'objectListPanel':{'title':_0x226952(0xd8),'open':_0x226952(0xd9),'empty':_0x226952(0xd0),'showAll':_0x226952(0xc2),'hideAll':'Nascondi\x20tutti','show':_0x226952(0xdd),'hide':'Nascondi','moveForward':_0x226952(0xcd),'moveBackward':'Porta\x20indietro','close':'Chiudi','name':_0x226952(0xdb),'nameInput':_0x226952(0xeb),'description':_0x226952(0xc1),'descriptionPlaceholder':_0x226952(0xcb),'details':_0x226952(0xda),'noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli'},'toolbar':{'alignLeft':_0x226952(0xc7),'alignCenter':'Allinea\x20al\x20Centro','alignRight':_0x226952(0xd4),'alignJustify':_0x226952(0xcf),'bold':_0x226952(0xe9),'italic':_0x226952(0xc8),'underline':_0x226952(0xe6),'strikethrough':_0x226952(0xdf),'textColor':'Colore\x20testo','fillColor':_0x226952(0xe1),'resetColor':_0x226952(0xd3)},'align':{'top':'Allinea\x20in\x20alto','middle':_0x226952(0xc6),'bottom':_0x226952(0xe2)},'textWrap':{'inline':_0x226952(0xc5),'square':'Quadrato','topAndBottom':_0x226952(0xce),'behindText':_0x226952(0xe4),'inFrontText':'Davanti\x20al\x20testo'},'crop':{'shape':_0x226952(0xdc)}}};}));
@@ -1 +1 @@
1
- function _0x319d(_0x327aff,_0x1c15b7){_0x327aff=_0x327aff-0x117;var _0x3adc7e=_0x3adc();var _0x319d72=_0x3adc7e[_0x327aff];return _0x319d72;}(function(_0x5df06d,_0x2014ee){var _0x3a78c9=_0x319d,_0x7d8e3b=_0x5df06d();while(!![]){try{var _0x2858fb=parseInt(_0x3a78c9(0x118))/0x1*(-parseInt(_0x3a78c9(0x121))/0x2)+parseInt(_0x3a78c9(0x12a))/0x3+-parseInt(_0x3a78c9(0x12d))/0x4+-parseInt(_0x3a78c9(0x138))/0x5+-parseInt(_0x3a78c9(0x139))/0x6*(-parseInt(_0x3a78c9(0x11f))/0x7)+parseInt(_0x3a78c9(0x126))/0x8*(parseInt(_0x3a78c9(0x137))/0x9)+parseInt(_0x3a78c9(0x128))/0xa;if(_0x2858fb===_0x2014ee)break;else _0x7d8e3b['push'](_0x7d8e3b['shift']());}catch(_0x14d8e4){_0x7d8e3b['push'](_0x7d8e3b['shift']());}}}(_0x3adc,0x8a27f),function(_0x3dda19,_0x2c40b2){var _0x11be08=_0x319d;typeof exports==_0x11be08(0x12f)&&typeof module<'u'?module[_0x11be08(0x119)]=_0x2c40b2():typeof define=='function'&&define[_0x11be08(0x132)]?define([],_0x2c40b2):(_0x3dda19=typeof globalThis<'u'?globalThis:_0x3dda19||self,_0x3dda19['UniverProDocsShapeUiJaJP']=_0x2c40b2());}(this,function(){var _0x5010a4=_0x319d;return{'docs-shape-ui':{'title':'図形','insertShape':_0x5010a4(0x124),'openPanel':_0x5010a4(0x134),'deleteShape':'図形を削除','hidePanel':_0x5010a4(0x131),'formatShape':_0x5010a4(0x11a),'shapeStyle':'図形スタイル','shapePosition':'図形の位置','toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x5010a4(0x11d),'rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':_0x5010a4(0x129),'toggleTextVertical':'テキストの縦書き/横書きの切り替え','objectListPanel':{'title':_0x5010a4(0x123),'open':_0x5010a4(0x125),'empty':_0x5010a4(0x127),'showAll':_0x5010a4(0x13a),'hideAll':_0x5010a4(0x136),'show':'表示','hide':'非表示','moveForward':_0x5010a4(0x12b),'moveBackward':_0x5010a4(0x120),'close':'閉じる','name':'名前','nameInput':_0x5010a4(0x122),'description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x5010a4(0x11c)},'toolbar':{'alignLeft':_0x5010a4(0x130),'alignCenter':_0x5010a4(0x11e),'alignRight':_0x5010a4(0x117),'alignJustify':_0x5010a4(0x13b),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x5010a4(0x12c),'textColor':'文字の色','fillColor':_0x5010a4(0x11b),'resetColor':_0x5010a4(0x133)},'align':{'top':'上揃え','middle':'中央揃え','bottom':'下揃え'},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':'文字列の背面','inFrontText':_0x5010a4(0x12e)},'crop':{'shape':_0x5010a4(0x135)}}};}));function _0x3adc(){var _0x3bfc12=['両端揃え','右揃え','16TcssrF','exports','図形の書式設定','塗りつぶしの色','詳細を編集するオブジェクトを選択','垂直反転の切り替え','中央揃え','143213DzcfWP','背面へ移動','97734OmcMkM','オブジェクト名','レイヤー','図形の挿入','レイヤーパネルを開く','64StkrDl','オブジェクトがありません','11834750plJIVL','反時計回りに\x2090\x20度回転','854673NAipzo','前面へ移動','取り消し線','2125844fCPnIB','文字列の前面','object','左揃え','図形パネルを非表示','amd','色をリセット','図形パネルを開く','形状にトリミング','すべて非表示','555066nHywGj','2970065AdfoOg','150CZjLwF','すべて表示'];_0x3adc=function(){return _0x3bfc12;};return _0x3adc();}
1
+ (function(_0x37b9de,_0xe07235){var _0x36355c=_0x5c01,_0x57818a=_0x37b9de();while(!![]){try{var _0x881163=parseInt(_0x36355c(0xe7))/0x1*(parseInt(_0x36355c(0xd3))/0x2)+-parseInt(_0x36355c(0xdf))/0x3+parseInt(_0x36355c(0xe4))/0x4*(-parseInt(_0x36355c(0xdb))/0x5)+-parseInt(_0x36355c(0xdd))/0x6*(-parseInt(_0x36355c(0xc7))/0x7)+parseInt(_0x36355c(0xd9))/0x8+-parseInt(_0x36355c(0xda))/0x9+parseInt(_0x36355c(0xe5))/0xa;if(_0x881163===_0xe07235)break;else _0x57818a['push'](_0x57818a['shift']());}catch(_0x5a187c){_0x57818a['push'](_0x57818a['shift']());}}}(_0x6fa2,0xa12fc),function(_0x483cc1,_0x47f47e){var _0x2ebc21=_0x5c01;typeof exports==_0x2ebc21(0xc8)&&typeof module<'u'?module['exports']=_0x47f47e():typeof define==_0x2ebc21(0xd2)&&define[_0x2ebc21(0xcb)]?define([],_0x47f47e):(_0x483cc1=typeof globalThis<'u'?globalThis:_0x483cc1||self,_0x483cc1['UniverProDocsShapeUiJaJP']=_0x47f47e());}(this,function(){var _0x19e59b=_0x5c01;return{'docs-shape-ui':{'quickStyles':_0x19e59b(0xe1),'title':'図形','insertShape':'図形の挿入','openPanel':'図形パネルを開く','deleteShape':'図形を削除','hidePanel':'図形パネルを非表示','formatShape':_0x19e59b(0xc6),'shapeStyle':_0x19e59b(0xe6),'shapePosition':_0x19e59b(0xc2),'toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x19e59b(0xd7),'rotateRight90':_0x19e59b(0xcc),'rotateLeft90':_0x19e59b(0xde),'toggleTextVertical':_0x19e59b(0xcd),'objectListPanel':{'title':_0x19e59b(0xe3),'open':_0x19e59b(0xc0),'empty':_0x19e59b(0xe0),'showAll':_0x19e59b(0xd6),'hideAll':_0x19e59b(0xd5),'show':'表示','hide':_0x19e59b(0xce),'moveForward':_0x19e59b(0xd4),'moveBackward':_0x19e59b(0xd1),'close':_0x19e59b(0xc5),'name':'名前','nameInput':_0x19e59b(0xc3),'description':'説明','descriptionPlaceholder':_0x19e59b(0xc9),'details':'詳細','noSelection':_0x19e59b(0xcf)},'toolbar':{'alignLeft':_0x19e59b(0xc4),'alignCenter':'中央揃え','alignRight':_0x19e59b(0xe2),'alignJustify':'両端揃え','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x19e59b(0xe8),'textColor':_0x19e59b(0xd8),'fillColor':'塗りつぶしの色','resetColor':'色をリセット'},'align':{'top':'上揃え','middle':_0x19e59b(0xca),'bottom':_0x19e59b(0xc1)},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':'文字列の背面','inFrontText':_0x19e59b(0xdc)},'crop':{'shape':_0x19e59b(0xd0)}}};}));function _0x5c01(_0x246a32,_0x564878){_0x246a32=_0x246a32-0xc0;var _0x6fa2d=_0x6fa2();var _0x5c01dc=_0x6fa2d[_0x246a32];return _0x5c01dc;}function _0x6fa2(){var _0x3aa2d0=['時計回りに\x2090\x20度回転','テキストの縦書き/横書きの切り替え','非表示','詳細を編集するオブジェクトを選択','形状にトリミング','背面へ移動','function','33344jlVDGu','前面へ移動','すべて非表示','すべて表示','垂直反転の切り替え','文字の色','1243808xsunnK','11272266lpMouV','131745jLYsNl','文字列の前面','6aahJtQ','反時計回りに\x2090\x20度回転','1388496eLJPLn','オブジェクトがありません','クイックスタイル','右揃え','レイヤー','184PNqxvr','17467230bFHJVc','図形スタイル','32poPtMK','取り消し線','レイヤーパネルを開く','下揃え','図形の位置','オブジェクト名','左揃え','閉じる','図形の書式設定','8063139YFEHeS','object','説明を追加','中央揃え','amd'];_0x6fa2=function(){return _0x3aa2d0;};return _0x6fa2();}
@@ -1 +1 @@
1
- function _0x4aa6(_0x481060,_0xaeea9b){_0x481060=_0x481060-0x19f;var _0x12d57a=_0x12d5();var _0x4aa6a7=_0x12d57a[_0x481060];return _0x4aa6a7;}function _0x12d5(){var _0x51fc97=['27530mWylhx','글자\x20색상','UniverProDocsShapeUiKoKR','14FUgKDb','레이어\x20패널\x20열기','텍스트\x20뒤','9304072FvJiZa','exports','4368243NclcAl','세부\x20정보','레이어','숨기기','205443wmncBw','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','기울임꼴','사각형','취소선','모양에\x20맞게\x20자르기','모두\x20숨기기','1674yaLzIM','amd','도형\x20삽입','도형\x20패널\x20열기','시계\x20방향으로\x2090도\x20회전','987177heNlGm','모두\x20표시','도형\x20스타일','가운데\x20정렬','object','function','설명\x20추가','8VnHFDj','세로\x20뒤집기\x20전환','가로\x20뒤집기\x20전환','도형\x20삭제','텍스트\x20세로/가로\x20전환','양쪽\x20맞춤','12197RFiZzM','198brxXqz','개체\x20없음','텍스트\x20앞','색상\x20재설정','뒤로\x20보내기','가운데\x20맞춤','위쪽\x20맞춤','왼쪽\x20정렬','5850015sziCnR'];_0x12d5=function(){return _0x51fc97;};return _0x12d5();}(function(_0x3f0e3d,_0x5da97f){var _0x40528b=_0x4aa6,_0x291998=_0x3f0e3d();while(!![]){try{var _0x281b5c=-parseInt(_0x40528b(0x1b4))/0x1*(-parseInt(_0x40528b(0x1c1))/0x2)+parseInt(_0x40528b(0x1a7))/0x3*(parseInt(_0x40528b(0x1ae))/0x4)+-parseInt(_0x40528b(0x1bd))/0x5+-parseInt(_0x40528b(0x1b5))/0x6*(parseInt(_0x40528b(0x1ca))/0x7)+parseInt(_0x40528b(0x1c4))/0x8+-parseInt(_0x40528b(0x1a2))/0x9*(-parseInt(_0x40528b(0x1be))/0xa)+parseInt(_0x40528b(0x1c6))/0xb;if(_0x281b5c===_0x5da97f)break;else _0x291998['push'](_0x291998['shift']());}catch(_0x40297d){_0x291998['push'](_0x291998['shift']());}}}(_0x12d5,0xa5525),function(_0x3ad820,_0xbfb21e){var _0x6ff62c=_0x4aa6;typeof exports==_0x6ff62c(0x1ab)&&typeof module<'u'?module[_0x6ff62c(0x1c5)]=_0xbfb21e():typeof define==_0x6ff62c(0x1ac)&&define[_0x6ff62c(0x1a3)]?define([],_0xbfb21e):(_0x3ad820=typeof globalThis<'u'?globalThis:_0x3ad820||self,_0x3ad820[_0x6ff62c(0x1c0)]=_0xbfb21e());}(this,function(){var _0x125554=_0x4aa6;return{'docs-shape-ui':{'title':'도형','insertShape':_0x125554(0x1a4),'openPanel':_0x125554(0x1a5),'deleteShape':_0x125554(0x1b1),'hidePanel':'도형\x20패널\x20숨기기','formatShape':'도형\x20서식','shapeStyle':_0x125554(0x1a9),'shapePosition':'도형\x20위치','toggleFlipH':_0x125554(0x1b0),'toggleFlipV':_0x125554(0x1af),'rotateRight90':_0x125554(0x1a6),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x125554(0x1b2),'objectListPanel':{'title':_0x125554(0x1c8),'open':_0x125554(0x1c2),'empty':_0x125554(0x1b6),'showAll':_0x125554(0x1a8),'hideAll':_0x125554(0x1a1),'show':'표시','hide':_0x125554(0x1c9),'moveForward':'앞으로\x20가져오기','moveBackward':_0x125554(0x1b9),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x125554(0x1ad),'details':_0x125554(0x1c7),'noSelection':_0x125554(0x1cb)},'toolbar':{'alignLeft':_0x125554(0x1bc),'alignCenter':_0x125554(0x1aa),'alignRight':'오른쪽\x20정렬','alignJustify':_0x125554(0x1b3),'bold':'굵게','italic':_0x125554(0x1cc),'underline':'밑줄','strikethrough':_0x125554(0x19f),'textColor':_0x125554(0x1bf),'fillColor':'글자\x20배경색','resetColor':_0x125554(0x1b8)},'align':{'top':_0x125554(0x1bb),'middle':_0x125554(0x1ba),'bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':'텍스트와\x20같은\x20줄','square':_0x125554(0x1cd),'topAndBottom':'위아래','behindText':_0x125554(0x1c3),'inFrontText':_0x125554(0x1b7)},'crop':{'shape':_0x125554(0x1a0)}}};}));
1
+ (function(_0x1f1ab8,_0x138cd0){var _0x4b0b8e=_0x1e84,_0x50aa76=_0x1f1ab8();while(!![]){try{var _0x134c82=parseInt(_0x4b0b8e(0x17b))/0x1+parseInt(_0x4b0b8e(0x194))/0x2+parseInt(_0x4b0b8e(0x18e))/0x3+parseInt(_0x4b0b8e(0x187))/0x4+parseInt(_0x4b0b8e(0x170))/0x5+-parseInt(_0x4b0b8e(0x199))/0x6*(parseInt(_0x4b0b8e(0x175))/0x7)+-parseInt(_0x4b0b8e(0x177))/0x8*(parseInt(_0x4b0b8e(0x192))/0x9);if(_0x134c82===_0x138cd0)break;else _0x50aa76['push'](_0x50aa76['shift']());}catch(_0xb6055f){_0x50aa76['push'](_0x50aa76['shift']());}}}(_0x47b0,0x1deb4),function(_0x27f5c0,_0x42dd56){var _0x32c305=_0x1e84;typeof exports==_0x32c305(0x179)&&typeof module<'u'?module[_0x32c305(0x198)]=_0x42dd56():typeof define=='function'&&define[_0x32c305(0x189)]?define([],_0x42dd56):(_0x27f5c0=typeof globalThis<'u'?globalThis:_0x27f5c0||self,_0x27f5c0[_0x32c305(0x174)]=_0x42dd56());}(this,function(){var _0x1a1b73=_0x1e84;return{'docs-shape-ui':{'quickStyles':_0x1a1b73(0x181),'title':'도형','insertShape':_0x1a1b73(0x176),'openPanel':_0x1a1b73(0x182),'deleteShape':_0x1a1b73(0x19c),'hidePanel':_0x1a1b73(0x185),'formatShape':_0x1a1b73(0x19b),'shapeStyle':_0x1a1b73(0x190),'shapePosition':'도형\x20위치','toggleFlipH':_0x1a1b73(0x183),'toggleFlipV':_0x1a1b73(0x18a),'rotateRight90':_0x1a1b73(0x193),'rotateLeft90':_0x1a1b73(0x18d),'toggleTextVertical':_0x1a1b73(0x18c),'objectListPanel':{'title':_0x1a1b73(0x184),'open':'레이어\x20패널\x20열기','empty':'개체\x20없음','showAll':_0x1a1b73(0x195),'hideAll':'모두\x20숨기기','show':'표시','hide':'숨기기','moveForward':_0x1a1b73(0x16f),'moveBackward':_0x1a1b73(0x17d),'close':'닫기','name':'이름','nameInput':_0x1a1b73(0x17f),'description':'설명','descriptionPlaceholder':_0x1a1b73(0x16e),'details':_0x1a1b73(0x186),'noSelection':_0x1a1b73(0x197)},'toolbar':{'alignLeft':'왼쪽\x20정렬','alignCenter':_0x1a1b73(0x18b),'alignRight':_0x1a1b73(0x173),'alignJustify':'양쪽\x20맞춤','bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x1a1b73(0x17a),'textColor':_0x1a1b73(0x191),'fillColor':_0x1a1b73(0x17c),'resetColor':'색상\x20재설정'},'align':{'top':_0x1a1b73(0x18f),'middle':_0x1a1b73(0x172),'bottom':_0x1a1b73(0x178)},'textWrap':{'inline':_0x1a1b73(0x180),'square':_0x1a1b73(0x19a),'topAndBottom':_0x1a1b73(0x196),'behindText':_0x1a1b73(0x171),'inFrontText':_0x1a1b73(0x17e)},'crop':{'shape':_0x1a1b73(0x188)}}};}));function _0x1e84(_0x2c959e,_0x15f2f1){_0x2c959e=_0x2c959e-0x16e;var _0x47b008=_0x47b0();var _0x1e84e8=_0x47b008[_0x2c959e];return _0x1e84e8;}function _0x47b0(){var _0x309e1f=['취소선','113781PWTSwW','글자\x20배경색','뒤로\x20보내기','텍스트\x20앞','개체\x20이름','텍스트와\x20같은\x20줄','빠른\x20스타일','도형\x20패널\x20열기','가로\x20뒤집기\x20전환','레이어','도형\x20패널\x20숨기기','세부\x20정보','329320hemOHR','모양에\x20맞게\x20자르기','amd','세로\x20뒤집기\x20전환','가운데\x20정렬','텍스트\x20세로/가로\x20전환','반시계\x20방향으로\x2090도\x20회전','732150Ilpinh','위쪽\x20맞춤','도형\x20스타일','글자\x20색상','947016tfyagL','시계\x20방향으로\x2090도\x20회전','435270WkNewX','모두\x20표시','위아래','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','exports','6dWPSZp','사각형','도형\x20서식','도형\x20삭제','설명\x20추가','앞으로\x20가져오기','1054535wYOUiH','텍스트\x20뒤','가운데\x20맞춤','오른쪽\x20정렬','UniverProDocsShapeUiKoKR','67109NbJeHx','도형\x20삽입','56ZWVyEY','아래쪽\x20맞춤','object'];_0x47b0=function(){return _0x309e1f;};return _0x47b0();}
@@ -1 +1 @@
1
- function _0x1fd7(_0x340ebf,_0x4a7acd){_0x340ebf=_0x340ebf-0x8d;var _0x270647=_0x2706();var _0x1fd73a=_0x270647[_0x340ebf];return _0x1fd73a;}(function(_0x1879ff,_0x240bf6){var _0x233d4b=_0x1fd7,_0x3968c1=_0x1879ff();while(!![]){try{var _0x2c8858=-parseInt(_0x233d4b(0xb3))/0x1*(parseInt(_0x233d4b(0xad))/0x2)+-parseInt(_0x233d4b(0xa5))/0x3+-parseInt(_0x233d4b(0xa4))/0x4+parseInt(_0x233d4b(0xae))/0x5*(-parseInt(_0x233d4b(0xb6))/0x6)+-parseInt(_0x233d4b(0x8e))/0x7*(-parseInt(_0x233d4b(0xb1))/0x8)+-parseInt(_0x233d4b(0x9f))/0x9+parseInt(_0x233d4b(0x99))/0xa*(parseInt(_0x233d4b(0xb2))/0xb);if(_0x2c8858===_0x240bf6)break;else _0x3968c1['push'](_0x3968c1['shift']());}catch(_0x4a5893){_0x3968c1['push'](_0x3968c1['shift']());}}}(_0x2706,0xa17c9),function(_0x50e604,_0x33882e){var _0x5bf64c=_0x1fd7;typeof exports=='object'&&typeof module<'u'?module[_0x5bf64c(0xb7)]=_0x33882e():typeof define==_0x5bf64c(0xa6)&&define['amd']?define([],_0x33882e):(_0x50e604=typeof globalThis<'u'?globalThis:_0x50e604||self,_0x50e604['UniverProDocsShapeUiPlPL']=_0x33882e());}(this,function(){var _0x4f6a88=_0x1fd7;return{'docs-shape-ui':{'title':'Kształt','insertShape':_0x4f6a88(0x93),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x4f6a88(0x92),'hidePanel':'Ukryj\x20panel\x20kształtów','formatShape':'Formatuj\x20kształt','shapeStyle':_0x4f6a88(0x94),'shapePosition':_0x4f6a88(0xac),'toggleFlipH':_0x4f6a88(0x90),'toggleFlipV':_0x4f6a88(0xa9),'rotateRight90':'Obróć\x20w\x20prawo\x20o\x2090°','rotateLeft90':_0x4f6a88(0xb4),'toggleTextVertical':_0x4f6a88(0x96),'objectListPanel':{'title':'Warstwy','open':'Otwórz\x20panel\x20warstw','empty':_0x4f6a88(0xb9),'showAll':'Pokaż\x20wszystko','hideAll':_0x4f6a88(0xa0),'show':_0x4f6a88(0xaf),'hide':_0x4f6a88(0xaa),'moveForward':_0x4f6a88(0xab),'moveBackward':_0x4f6a88(0x97),'close':_0x4f6a88(0xa2),'name':'Nazwa','nameInput':_0x4f6a88(0xa7),'description':_0x4f6a88(0x8f),'descriptionPlaceholder':_0x4f6a88(0x95),'details':_0x4f6a88(0x9a),'noSelection':_0x4f6a88(0xb8)},'toolbar':{'alignLeft':_0x4f6a88(0xb0),'alignCenter':_0x4f6a88(0x9c),'alignRight':_0x4f6a88(0x9b),'alignJustify':'Wyjustuj','bold':'Pogrubienie','italic':_0x4f6a88(0xa8),'underline':_0x4f6a88(0xa3),'strikethrough':'Przekreślenie','textColor':_0x4f6a88(0xba),'fillColor':'Kolor\x20tła\x20tekstu','resetColor':_0x4f6a88(0xb5)},'align':{'top':_0x4f6a88(0x91),'middle':_0x4f6a88(0xa1),'bottom':_0x4f6a88(0x9e)},'textWrap':{'inline':'W\x20linii\x20z\x20tekstem','square':_0x4f6a88(0x9d),'topAndBottom':_0x4f6a88(0x8d),'behindText':'Za\x20tekstem','inFrontText':_0x4f6a88(0x98)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};}));function _0x2706(){var _0xc0ad41=['Przełącz\x20tekst\x20pionowy','Przenieś\x20do\x20tyłu','Przed\x20tekstem','610yUuojM','Szczegóły','Wyrównaj\x20do\x20prawej','Wyrównaj\x20do\x20środka','Kwadrat','Wyrównaj\x20do\x20dołu','3249009jGeNrU','Ukryj\x20wszystko','Wyrównaj\x20do\x20środka\x20w\x20pionie','Zamknij','Podkreślenie','3597904EItVfG','1932570aSpqxa','function','Nazwa\x20obiektu','Kursywa','Przerzuć\x20w\x20pionie','Ukryj','Przenieś\x20do\x20przodu','Pozycja\x20kształtu','28aQgsHB','4942235bUdICP','Pokaż','Wyrównaj\x20do\x20lewej','4112BtLSmJ','706431fhqdKG','31540heYAju','Obróć\x20w\x20lewo\x20o\x2090°','Resetuj\x20kolor','6DWKfNo','exports','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Brak\x20obiektów','Kolor\x20tekstu','Góra\x20i\x20dół','1071WAKZfc','Opis','Przerzuć\x20w\x20poziomie','Wyrównaj\x20do\x20góry','Usuń\x20kształt','Wstaw\x20kształt','Styl\x20kształtu','Dodaj\x20opis'];_0x2706=function(){return _0xc0ad41;};return _0x2706();}
1
+ (function(_0x53f67d,_0x55d5d6){var _0x2d2d0a=_0x5de9,_0x4ff7d5=_0x53f67d();while(!![]){try{var _0x18e19c=-parseInt(_0x2d2d0a(0x1b4))/0x1*(-parseInt(_0x2d2d0a(0x1c6))/0x2)+parseInt(_0x2d2d0a(0x1dd))/0x3+parseInt(_0x2d2d0a(0x1cd))/0x4+-parseInt(_0x2d2d0a(0x1ac))/0x5+parseInt(_0x2d2d0a(0x1c3))/0x6+-parseInt(_0x2d2d0a(0x1d1))/0x7+-parseInt(_0x2d2d0a(0x1ad))/0x8*(parseInt(_0x2d2d0a(0x1c7))/0x9);if(_0x18e19c===_0x55d5d6)break;else _0x4ff7d5['push'](_0x4ff7d5['shift']());}catch(_0xbcb93a){_0x4ff7d5['push'](_0x4ff7d5['shift']());}}}(_0x34a5,0xbc6de),function(_0xadabe,_0x40c6a){var _0x662a89=_0x5de9;typeof exports==_0x662a89(0x1d6)&&typeof module<'u'?module[_0x662a89(0x1b5)]=_0x40c6a():typeof define==_0x662a89(0x1d7)&&define['amd']?define([],_0x40c6a):(_0xadabe=typeof globalThis<'u'?globalThis:_0xadabe||self,_0xadabe[_0x662a89(0x1e0)]=_0x40c6a());}(this,function(){var _0x2b47a4=_0x5de9;return{'docs-shape-ui':{'quickStyles':'Szybkie\x20style','title':_0x2b47a4(0x1de),'insertShape':_0x2b47a4(0x1b7),'openPanel':_0x2b47a4(0x1b2),'deleteShape':_0x2b47a4(0x1be),'hidePanel':_0x2b47a4(0x1bc),'formatShape':'Formatuj\x20kształt','shapeStyle':_0x2b47a4(0x1d3),'shapePosition':_0x2b47a4(0x1c2),'toggleFlipH':_0x2b47a4(0x1d2),'toggleFlipV':_0x2b47a4(0x1ce),'rotateRight90':_0x2b47a4(0x1c4),'rotateLeft90':_0x2b47a4(0x1af),'toggleTextVertical':_0x2b47a4(0x1da),'objectListPanel':{'title':'Warstwy','open':'Otwórz\x20panel\x20warstw','empty':'Brak\x20obiektów','showAll':_0x2b47a4(0x1d0),'hideAll':_0x2b47a4(0x1bf),'show':_0x2b47a4(0x1c9),'hide':'Ukryj','moveForward':'Przenieś\x20do\x20przodu','moveBackward':_0x2b47a4(0x1b8),'close':_0x2b47a4(0x1ba),'name':'Nazwa','nameInput':_0x2b47a4(0x1bd),'description':_0x2b47a4(0x1bb),'descriptionPlaceholder':_0x2b47a4(0x1ca),'details':_0x2b47a4(0x1d8),'noSelection':_0x2b47a4(0x1db)},'toolbar':{'alignLeft':_0x2b47a4(0x1cf),'alignCenter':_0x2b47a4(0x1df),'alignRight':_0x2b47a4(0x1dc),'alignJustify':'Wyjustuj','bold':_0x2b47a4(0x1d9),'italic':_0x2b47a4(0x1b9),'underline':_0x2b47a4(0x1b6),'strikethrough':_0x2b47a4(0x1cb),'textColor':_0x2b47a4(0x1d4),'fillColor':_0x2b47a4(0x1b0),'resetColor':_0x2b47a4(0x1c0)},'align':{'top':_0x2b47a4(0x1b1),'middle':_0x2b47a4(0x1cc),'bottom':_0x2b47a4(0x1b3)},'textWrap':{'inline':_0x2b47a4(0x1d5),'square':_0x2b47a4(0x1c5),'topAndBottom':_0x2b47a4(0x1ae),'behindText':_0x2b47a4(0x1c8),'inFrontText':'Przed\x20tekstem'},'crop':{'shape':_0x2b47a4(0x1c1)}}};}));function _0x5de9(_0x3d755d,_0x20e688){_0x3d755d=_0x3d755d-0x1ac;var _0x34a52a=_0x34a5();var _0x5de987=_0x34a52a[_0x3d755d];return _0x5de987;}function _0x34a5(){var _0x16b798=['Nazwa\x20obiektu','Usuń\x20kształt','Ukryj\x20wszystko','Resetuj\x20kolor','Przytnij\x20do\x20kształtu','Pozycja\x20kształtu','7842060WmOUxa','Obróć\x20w\x20prawo\x20o\x2090°','Kwadrat','2682094wtzzDM','1208907byqOJb','Za\x20tekstem','Pokaż','Dodaj\x20opis','Przekreślenie','Wyrównaj\x20do\x20środka\x20w\x20pionie','3741636TiCPcF','Przerzuć\x20w\x20pionie','Wyrównaj\x20do\x20lewej','Pokaż\x20wszystko','9459849NFUoqC','Przerzuć\x20w\x20poziomie','Styl\x20kształtu','Kolor\x20tekstu','W\x20linii\x20z\x20tekstem','object','function','Szczegóły','Pogrubienie','Przełącz\x20tekst\x20pionowy','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Wyrównaj\x20do\x20prawej','2601867AzhDQm','Kształt','Wyrównaj\x20do\x20środka','UniverProDocsShapeUiPlPL','4921560ArReKd','80jMFJcX','Góra\x20i\x20dół','Obróć\x20w\x20lewo\x20o\x2090°','Kolor\x20tła\x20tekstu','Wyrównaj\x20do\x20góry','Otwórz\x20panel\x20kształtów','Wyrównaj\x20do\x20dołu','1wSRzXz','exports','Podkreślenie','Wstaw\x20kształt','Przenieś\x20do\x20tyłu','Kursywa','Zamknij','Opis','Ukryj\x20panel\x20kształtów'];_0x34a5=function(){return _0x16b798;};return _0x34a5();}
@@ -1 +1 @@
1
- function _0x2e44(_0x225251,_0x48ebf5){_0x225251=_0x225251-0x16e;var _0x430b18=_0x430b();var _0x2e44b8=_0x430b18[_0x225251];return _0x2e44b8;}function _0x430b(){var _0x8013e9=['Nenhum\x20objeto','Alinhar\x20ao\x20centro','Alinhar\x20ao\x20topo','Inserir\x20forma','Negrito','Estilo\x20da\x20forma','Cor\x20do\x20texto','Mostrar\x20tudo','9cVZJGl','UniverProDocsShapeUiPtBR','Quadrado','Alinhar\x20à\x20base','Girar\x2090°\x20para\x20direita','Girar\x2090°\x20para\x20esquerda','Em\x20linha\x20com\x20o\x20texto','18kTkoPa','37139920aVCsDL','592169XXCnVJ','À\x20frente\x20do\x20texto','Alinhar\x20à\x20esquerda','Alinhar\x20ao\x20meio','Atrás\x20do\x20texto','6058216NYnCVs','Formatar\x20forma','Ocultar\x20tudo','7296cBaIKm','Nome','Forma','Mostrar','Excluir\x20forma','Descrição','Abrir\x20painel\x20de\x20camadas','Itálico','object','Alternar\x20inversão\x20horizontal','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Detalhes','Abrir\x20painel\x20de\x20formas','Justificar','Alternar\x20texto\x20vertical','2417932BXjSLG','Camadas','Cor\x20de\x20fundo\x20do\x20texto','Superior\x20e\x20inferior','Trazer\x20para\x20frente','3815DPmztE','Redefinir\x20cor','6291509fyEobC','Alinhar\x20à\x20direita','amd','1632wcVJTi','Alternar\x20inversão\x20vertical','function'];_0x430b=function(){return _0x8013e9;};return _0x430b();}(function(_0x4e29d3,_0x43b74f){var _0x591839=_0x2e44,_0x741b7=_0x4e29d3();while(!![]){try{var _0x1bbd9c=-parseInt(_0x591839(0x170))/0x1+-parseInt(_0x591839(0x178))/0x2*(-parseInt(_0x591839(0x16e))/0x3)+-parseInt(_0x591839(0x187))/0x4+-parseInt(_0x591839(0x18c))/0x5*(parseInt(_0x591839(0x191))/0x6)+-parseInt(_0x591839(0x18e))/0x7+parseInt(_0x591839(0x175))/0x8*(-parseInt(_0x591839(0x19c))/0x9)+parseInt(_0x591839(0x16f))/0xa;if(_0x1bbd9c===_0x43b74f)break;else _0x741b7['push'](_0x741b7['shift']());}catch(_0xf66c4b){_0x741b7['push'](_0x741b7['shift']());}}}(_0x430b,0xa4f2c),function(_0x4cacca,_0x3e141a){var _0x4c55e0=_0x2e44;typeof exports==_0x4c55e0(0x180)&&typeof module<'u'?module['exports']=_0x3e141a():typeof define==_0x4c55e0(0x193)&&define[_0x4c55e0(0x190)]?define([],_0x3e141a):(_0x4cacca=typeof globalThis<'u'?globalThis:_0x4cacca||self,_0x4cacca[_0x4c55e0(0x19d)]=_0x3e141a());}(this,function(){var _0x20f1a5=_0x2e44;return{'docs-shape-ui':{'title':_0x20f1a5(0x17a),'insertShape':_0x20f1a5(0x197),'openPanel':_0x20f1a5(0x184),'deleteShape':_0x20f1a5(0x17c),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':_0x20f1a5(0x176),'shapeStyle':_0x20f1a5(0x199),'shapePosition':'Posição\x20da\x20forma','toggleFlipH':_0x20f1a5(0x181),'toggleFlipV':_0x20f1a5(0x192),'rotateRight90':_0x20f1a5(0x1a0),'rotateLeft90':_0x20f1a5(0x1a1),'toggleTextVertical':_0x20f1a5(0x186),'objectListPanel':{'title':_0x20f1a5(0x188),'open':_0x20f1a5(0x17e),'empty':_0x20f1a5(0x194),'showAll':_0x20f1a5(0x19b),'hideAll':_0x20f1a5(0x177),'show':_0x20f1a5(0x17b),'hide':'Ocultar','moveForward':_0x20f1a5(0x18b),'moveBackward':'Enviar\x20para\x20trás','close':'Fechar','name':_0x20f1a5(0x179),'nameInput':'Nome\x20do\x20objeto','description':_0x20f1a5(0x17d),'descriptionPlaceholder':'Adicionar\x20descrição','details':_0x20f1a5(0x183),'noSelection':_0x20f1a5(0x182)},'toolbar':{'alignLeft':_0x20f1a5(0x172),'alignCenter':_0x20f1a5(0x195),'alignRight':_0x20f1a5(0x18f),'alignJustify':_0x20f1a5(0x185),'bold':_0x20f1a5(0x198),'italic':_0x20f1a5(0x17f),'underline':'Sublinhado','strikethrough':'Tachado','textColor':_0x20f1a5(0x19a),'fillColor':_0x20f1a5(0x189),'resetColor':_0x20f1a5(0x18d)},'align':{'top':_0x20f1a5(0x196),'middle':_0x20f1a5(0x173),'bottom':_0x20f1a5(0x19f)},'textWrap':{'inline':_0x20f1a5(0x1a2),'square':_0x20f1a5(0x19e),'topAndBottom':_0x20f1a5(0x18a),'behindText':_0x20f1a5(0x174),'inFrontText':_0x20f1a5(0x171)},'crop':{'shape':'Cortar\x20para\x20forma'}}};}));
1
+ function _0x7b52(_0x57a21d,_0x20b720){_0x57a21d=_0x57a21d-0x180;var _0xbefa45=_0xbefa();var _0x7b5221=_0xbefa45[_0x57a21d];return _0x7b5221;}function _0xbefa(){var _0x714d54=['79155mOGKwq','Fechar','Mostrar','amd','Alinhar\x20ao\x20centro','Adicionar\x20descrição','Ocultar','Em\x20linha\x20com\x20o\x20texto','Nome\x20do\x20objeto','Detalhes','Alinhar\x20à\x20esquerda','334045ekYVaK','Alternar\x20texto\x20vertical','object','Nome','Forma','Estilo\x20da\x20forma','172djyoaF','6300119quCREL','Enviar\x20para\x20trás','Abrir\x20painel\x20de\x20camadas','Alinhar\x20ao\x20topo','Mostrar\x20tudo','Ocultar\x20tudo','Abrir\x20painel\x20de\x20formas','Girar\x2090°\x20para\x20esquerda','Sublinhado','exports','Posição\x20da\x20forma','Alinhar\x20ao\x20meio','Camadas','Superior\x20e\x20inferior','14470695ZRykns','Excluir\x20forma','Inserir\x20forma','À\x20frente\x20do\x20texto','Alinhar\x20à\x20direita','Tachado','Atrás\x20do\x20texto','158913dOQUvA','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','2UrmQwQ','Quadrado','Cor\x20de\x20fundo\x20do\x20texto','6504200TasaNV','Ocultar\x20painel\x20de\x20formas','Itálico','Descrição','5632362FFtdlq','Estilos\x20rápidos','Alinhar\x20à\x20base','Redefinir\x20cor'];_0xbefa=function(){return _0x714d54;};return _0xbefa();}(function(_0x51fd83,_0x55f15b){var _0x19c19b=_0x7b52,_0x22b385=_0x51fd83();while(!![]){try{var _0x4492f3=parseInt(_0x19c19b(0x192))/0x1+-parseInt(_0x19c19b(0x1b0))/0x2*(-parseInt(_0x19c19b(0x1ae))/0x3)+-parseInt(_0x19c19b(0x198))/0x4*(-parseInt(_0x19c19b(0x187))/0x5)+parseInt(_0x19c19b(0x183))/0x6+parseInt(_0x19c19b(0x199))/0x7+-parseInt(_0x19c19b(0x1b3))/0x8+-parseInt(_0x19c19b(0x1a7))/0x9;if(_0x4492f3===_0x55f15b)break;else _0x22b385['push'](_0x22b385['shift']());}catch(_0x1f50fb){_0x22b385['push'](_0x22b385['shift']());}}}(_0xbefa,0x768ed),function(_0x1f7439,_0x589114){var _0x3c0939=_0x7b52;typeof exports==_0x3c0939(0x194)&&typeof module<'u'?module[_0x3c0939(0x1a2)]=_0x589114():typeof define=='function'&&define[_0x3c0939(0x18a)]?define([],_0x589114):(_0x1f7439=typeof globalThis<'u'?globalThis:_0x1f7439||self,_0x1f7439['UniverProDocsShapeUiPtBR']=_0x589114());}(this,function(){var _0x25b754=_0x7b52;return{'docs-shape-ui':{'quickStyles':_0x25b754(0x184),'title':_0x25b754(0x196),'insertShape':_0x25b754(0x1a9),'openPanel':_0x25b754(0x19f),'deleteShape':_0x25b754(0x1a8),'hidePanel':_0x25b754(0x180),'formatShape':'Formatar\x20forma','shapeStyle':_0x25b754(0x197),'shapePosition':_0x25b754(0x1a3),'toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0x25b754(0x1a0),'toggleTextVertical':_0x25b754(0x193),'objectListPanel':{'title':_0x25b754(0x1a5),'open':_0x25b754(0x19b),'empty':'Nenhum\x20objeto','showAll':_0x25b754(0x19d),'hideAll':_0x25b754(0x19e),'show':_0x25b754(0x189),'hide':_0x25b754(0x18d),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x25b754(0x19a),'close':_0x25b754(0x188),'name':_0x25b754(0x195),'nameInput':_0x25b754(0x18f),'description':_0x25b754(0x182),'descriptionPlaceholder':_0x25b754(0x18c),'details':_0x25b754(0x190),'noSelection':_0x25b754(0x1af)},'toolbar':{'alignLeft':_0x25b754(0x191),'alignCenter':_0x25b754(0x18b),'alignRight':_0x25b754(0x1ab),'alignJustify':'Justificar','bold':'Negrito','italic':_0x25b754(0x181),'underline':_0x25b754(0x1a1),'strikethrough':_0x25b754(0x1ac),'textColor':'Cor\x20do\x20texto','fillColor':_0x25b754(0x1b2),'resetColor':_0x25b754(0x186)},'align':{'top':_0x25b754(0x19c),'middle':_0x25b754(0x1a4),'bottom':_0x25b754(0x185)},'textWrap':{'inline':_0x25b754(0x18e),'square':_0x25b754(0x1b1),'topAndBottom':_0x25b754(0x1a6),'behindText':_0x25b754(0x1ad),'inFrontText':_0x25b754(0x1aa)},'crop':{'shape':'Cortar\x20para\x20forma'}}};}));
@@ -1 +1 @@
1
- function _0x241b(){var _0x403710=['1485551tmHSCB','Сведения','49RBhGpo','exports','Переместить\x20вперед','Удалить\x20фигуру','Скрыть\x20панель\x20фигур','911007DXscLQ','70hXVWqq','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Цвет\x20фона\x20текста','Показать','Перед\x20текстом','Курсив','Описание','Выровнять\x20по\x20ширине','Имя\x20объекта','Фигура','Переместить\x20назад','Положение\x20фигуры','Форматировать\x20фигуру','Скрыть\x20все','Зачеркнутый','440936OfVSNI','UniverProDocsShapeUiRuRU','Выровнять\x20по\x20левому\x20краю','45NzZwoH','75470BFIreh','В\x20тексте','133806QvXlNB','Добавить\x20описание','Сверху\x20и\x20снизу','Обрезать\x20по\x20форме','amd','15dJTmxS','Переключить\x20вертикальное\x20отражение','function','За\x20текстом','Скрыть','Выберите\x20объект\x20для\x20редактирования\x20сведений','Полужирный','Переключить\x20горизонтальное\x20отражение','3506206RXzQJc','1720224Mukevx','Стиль\x20фигуры','Выровнять\x20посередине','Открыть\x20панель\x20фигур'];_0x241b=function(){return _0x403710;};return _0x241b();}function _0x4715(_0x36867a,_0x3eaeee){_0x36867a=_0x36867a-0x1b6;var _0x241b17=_0x241b();var _0x4715fe=_0x241b17[_0x36867a];return _0x4715fe;}(function(_0x352466,_0xe76d13){var _0x44dde3=_0x4715,_0x1aa39c=_0x352466();while(!![]){try{var _0x27ace9=parseInt(_0x44dde3(0x1c5))/0x1+parseInt(_0x44dde3(0x1e0))/0x2+parseInt(_0x44dde3(0x1cc))/0x3+parseInt(_0x44dde3(0x1c1))/0x4*(parseInt(_0x44dde3(0x1b8))/0x5)+-parseInt(_0x44dde3(0x1e2))/0x6*(-parseInt(_0x44dde3(0x1c7))/0x7)+-parseInt(_0x44dde3(0x1dc))/0x8*(parseInt(_0x44dde3(0x1df))/0x9)+-parseInt(_0x44dde3(0x1cd))/0xa*(parseInt(_0x44dde3(0x1c0))/0xb);if(_0x27ace9===_0xe76d13)break;else _0x1aa39c['push'](_0x1aa39c['shift']());}catch(_0x5f43a1){_0x1aa39c['push'](_0x1aa39c['shift']());}}}(_0x241b,0xbb1d7),function(_0x4fd2f7,_0x224baa){var _0x43956c=_0x4715;typeof exports=='object'&&typeof module<'u'?module[_0x43956c(0x1c8)]=_0x224baa():typeof define==_0x43956c(0x1ba)&&define[_0x43956c(0x1b7)]?define([],_0x224baa):(_0x4fd2f7=typeof globalThis<'u'?globalThis:_0x4fd2f7||self,_0x4fd2f7[_0x43956c(0x1dd)]=_0x224baa());}(this,function(){var _0x10face=_0x4715;return{'docs-shape-ui':{'title':_0x10face(0x1d6),'insertShape':'Вставить\x20фигуру','openPanel':_0x10face(0x1c4),'deleteShape':_0x10face(0x1ca),'hidePanel':_0x10face(0x1cb),'formatShape':_0x10face(0x1d9),'shapeStyle':_0x10face(0x1c2),'shapePosition':_0x10face(0x1d8),'toggleFlipH':_0x10face(0x1bf),'toggleFlipV':_0x10face(0x1b9),'rotateRight90':_0x10face(0x1ce),'rotateLeft90':'Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','objectListPanel':{'title':'Слои','open':'Открыть\x20панель\x20слоев','empty':'Нет\x20объектов','showAll':'Показать\x20все','hideAll':_0x10face(0x1da),'show':_0x10face(0x1d0),'hide':_0x10face(0x1bc),'moveForward':_0x10face(0x1c9),'moveBackward':_0x10face(0x1d7),'close':'Закрыть','name':'Имя','nameInput':_0x10face(0x1d5),'description':_0x10face(0x1d3),'descriptionPlaceholder':_0x10face(0x1e3),'details':_0x10face(0x1c6),'noSelection':_0x10face(0x1bd)},'toolbar':{'alignLeft':_0x10face(0x1de),'alignCenter':'Выровнять\x20по\x20центру','alignRight':'Выровнять\x20по\x20правому\x20краю','alignJustify':_0x10face(0x1d4),'bold':_0x10face(0x1be),'italic':_0x10face(0x1d2),'underline':'Подчеркнутый','strikethrough':_0x10face(0x1db),'textColor':'Цвет\x20текста','fillColor':_0x10face(0x1cf),'resetColor':'Сбросить\x20цвет'},'align':{'top':'Выровнять\x20по\x20верхнему\x20краю','middle':_0x10face(0x1c3),'bottom':'Выровнять\x20по\x20нижнему\x20краю'},'textWrap':{'inline':_0x10face(0x1e1),'square':'Вокруг\x20рамки','topAndBottom':_0x10face(0x1e4),'behindText':_0x10face(0x1bb),'inFrontText':_0x10face(0x1d1)},'crop':{'shape':_0x10face(0x1b6)}}};}));
1
+ (function(_0x82a557,_0xd34c81){var _0x430746=_0x3a43,_0x3f3370=_0x82a557();while(!![]){try{var _0x5677f3=-parseInt(_0x430746(0x1e6))/0x1+parseInt(_0x430746(0x1ec))/0x2+parseInt(_0x430746(0x1e0))/0x3*(parseInt(_0x430746(0x1ce))/0x4)+parseInt(_0x430746(0x1d0))/0x5*(parseInt(_0x430746(0x1d7))/0x6)+-parseInt(_0x430746(0x1e1))/0x7*(-parseInt(_0x430746(0x1fd))/0x8)+-parseInt(_0x430746(0x1ff))/0x9+-parseInt(_0x430746(0x1d6))/0xa*(-parseInt(_0x430746(0x1e7))/0xb);if(_0x5677f3===_0xd34c81)break;else _0x3f3370['push'](_0x3f3370['shift']());}catch(_0x39646d){_0x3f3370['push'](_0x3f3370['shift']());}}}(_0x3f80,0xb29e1),function(_0x4c1b6a,_0x1918e5){var _0x3afdb7=_0x3a43;typeof exports==_0x3afdb7(0x1eb)&&typeof module<'u'?module[_0x3afdb7(0x1f6)]=_0x1918e5():typeof define==_0x3afdb7(0x1cf)&&define['amd']?define([],_0x1918e5):(_0x4c1b6a=typeof globalThis<'u'?globalThis:_0x4c1b6a||self,_0x4c1b6a[_0x3afdb7(0x1fc)]=_0x1918e5());}(this,function(){var _0x4d177a=_0x3a43;return{'docs-shape-ui':{'quickStyles':_0x4d177a(0x1f2),'title':_0x4d177a(0x1d5),'insertShape':'Вставить\x20фигуру','openPanel':_0x4d177a(0x1ea),'deleteShape':_0x4d177a(0x204),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':_0x4d177a(0x1d3),'shapeStyle':_0x4d177a(0x1d8),'shapePosition':_0x4d177a(0x1f7),'toggleFlipH':_0x4d177a(0x1f1),'toggleFlipV':_0x4d177a(0x1e8),'rotateRight90':_0x4d177a(0x1de),'rotateLeft90':'Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','objectListPanel':{'title':_0x4d177a(0x1dc),'open':'Открыть\x20панель\x20слоев','empty':_0x4d177a(0x1dd),'showAll':_0x4d177a(0x1ef),'hideAll':_0x4d177a(0x1f4),'show':_0x4d177a(0x1d4),'hide':_0x4d177a(0x1e2),'moveForward':_0x4d177a(0x1f9),'moveBackward':_0x4d177a(0x1db),'close':_0x4d177a(0x1f0),'name':_0x4d177a(0x202),'nameInput':_0x4d177a(0x1fb),'description':'Описание','descriptionPlaceholder':_0x4d177a(0x1e9),'details':_0x4d177a(0x1f8),'noSelection':_0x4d177a(0x1e5)},'toolbar':{'alignLeft':'Выровнять\x20по\x20левому\x20краю','alignCenter':_0x4d177a(0x1da),'alignRight':_0x4d177a(0x201),'alignJustify':_0x4d177a(0x1d1),'bold':_0x4d177a(0x1e4),'italic':_0x4d177a(0x203),'underline':_0x4d177a(0x1f5),'strikethrough':'Зачеркнутый','textColor':'Цвет\x20текста','fillColor':'Цвет\x20фона\x20текста','resetColor':_0x4d177a(0x1d2)},'align':{'top':_0x4d177a(0x1ed),'middle':_0x4d177a(0x1d9),'bottom':_0x4d177a(0x1ee)},'textWrap':{'inline':_0x4d177a(0x1fa),'square':_0x4d177a(0x1f3),'topAndBottom':_0x4d177a(0x1fe),'behindText':_0x4d177a(0x200),'inFrontText':_0x4d177a(0x1df)},'crop':{'shape':_0x4d177a(0x1e3)}}};}));function _0x3a43(_0x4eb6c4,_0x7c8f10){_0x4eb6c4=_0x4eb6c4-0x1ce;var _0x3f8028=_0x3f80();var _0x3a4361=_0x3f8028[_0x4eb6c4];return _0x3a4361;}function _0x3f80(){var _0x1fa241=['Вокруг\x20рамки','Скрыть\x20все','Подчеркнутый','exports','Положение\x20фигуры','Сведения','Переместить\x20вперед','В\x20тексте','Имя\x20объекта','UniverProDocsShapeUiRuRU','40PIDudK','Сверху\x20и\x20снизу','3893940UXeZWR','За\x20текстом','Выровнять\x20по\x20правому\x20краю','Имя','Курсив','Удалить\x20фигуру','729396yjyhmS','function','1015fTDJrM','Выровнять\x20по\x20ширине','Сбросить\x20цвет','Форматировать\x20фигуру','Показать','Фигура','523700eoKacS','23718UISlcT','Стиль\x20фигуры','Выровнять\x20посередине','Выровнять\x20по\x20центру','Переместить\x20назад','Слои','Нет\x20объектов','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Перед\x20текстом','3ibuDfk','595987MnniTb','Скрыть','Обрезать\x20по\x20форме','Полужирный','Выберите\x20объект\x20для\x20редактирования\x20сведений','1421950Apwary','77qDLjMQ','Переключить\x20вертикальное\x20отражение','Добавить\x20описание','Открыть\x20панель\x20фигур','object','1618248sMDTwW','Выровнять\x20по\x20верхнему\x20краю','Выровнять\x20по\x20нижнему\x20краю','Показать\x20все','Закрыть','Переключить\x20горизонтальное\x20отражение','Быстрые\x20стили'];_0x3f80=function(){return _0x1fa241;};return _0x3f80();}
@@ -1 +1 @@
1
- function _0x2e5d(_0x1363a9,_0x431bfb){_0x1363a9=_0x1363a9-0x85;var _0x3bf564=_0x3bf5();var _0x2e5d2b=_0x3bf564[_0x1363a9];return _0x2e5d2b;}(function(_0x27f0ec,_0x1bf9db){var _0x4df24a=_0x2e5d,_0x26c93d=_0x27f0ec();while(!![]){try{var _0x4ea26a=parseInt(_0x4df24a(0xb5))/0x1*(parseInt(_0x4df24a(0xad))/0x2)+parseInt(_0x4df24a(0x99))/0x3*(-parseInt(_0x4df24a(0x94))/0x4)+parseInt(_0x4df24a(0x85))/0x5+-parseInt(_0x4df24a(0xa4))/0x6*(-parseInt(_0x4df24a(0x9d))/0x7)+-parseInt(_0x4df24a(0xb3))/0x8*(-parseInt(_0x4df24a(0x8c))/0x9)+parseInt(_0x4df24a(0x86))/0xa+-parseInt(_0x4df24a(0xb4))/0xb;if(_0x4ea26a===_0x1bf9db)break;else _0x26c93d['push'](_0x26c93d['shift']());}catch(_0x4a3362){_0x26c93d['push'](_0x26c93d['shift']());}}}(_0x3bf5,0x9bd74),function(_0x4b107d,_0x4101a9){var _0x67522a=_0x2e5d;typeof exports==_0x67522a(0xa1)&&typeof module<'u'?module[_0x67522a(0x9c)]=_0x4101a9():typeof define==_0x67522a(0xae)&&define[_0x67522a(0x9e)]?define([],_0x4101a9):(_0x4b107d=typeof globalThis<'u'?globalThis:_0x4b107d||self,_0x4b107d[_0x67522a(0x97)]=_0x4101a9());}(this,function(){var _0x394b9b=_0x2e5d;return{'docs-shape-ui':{'title':_0x394b9b(0x91),'insertShape':_0x394b9b(0x92),'openPanel':_0x394b9b(0x8e),'deleteShape':'Odstrániť\x20tvar','hidePanel':_0x394b9b(0xab),'formatShape':'Formátovať\x20tvar','shapeStyle':_0x394b9b(0x9f),'shapePosition':'Poloha\x20tvaru','toggleFlipH':_0x394b9b(0xa2),'toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':_0x394b9b(0xb6),'rotateLeft90':_0x394b9b(0x90),'toggleTextVertical':_0x394b9b(0x8f),'objectListPanel':{'title':'Vrstvy','open':_0x394b9b(0x95),'empty':_0x394b9b(0x8b),'showAll':_0x394b9b(0x9b),'hideAll':_0x394b9b(0xb1),'show':_0x394b9b(0x88),'hide':_0x394b9b(0xa7),'moveForward':_0x394b9b(0x93),'moveBackward':'Presunúť\x20dozadu','close':_0x394b9b(0x98),'name':_0x394b9b(0xa6),'nameInput':_0x394b9b(0xa0),'description':_0x394b9b(0x8d),'descriptionPlaceholder':_0x394b9b(0x87),'details':_0x394b9b(0xaa),'noSelection':'Vyberte\x20objekt\x20na\x20úpravu\x20podrobností'},'toolbar':{'alignLeft':_0x394b9b(0xa9),'alignCenter':_0x394b9b(0xb0),'alignRight':'Zarovnať\x20doprava','alignJustify':_0x394b9b(0x96),'bold':_0x394b9b(0xa3),'italic':'Kurzíva','underline':_0x394b9b(0x89),'strikethrough':_0x394b9b(0xac),'textColor':_0x394b9b(0x9a),'fillColor':'Farba\x20pozadia\x20textu','resetColor':_0x394b9b(0xa8)},'align':{'top':_0x394b9b(0x8a),'middle':_0x394b9b(0xb0),'bottom':'Zarovnať\x20dole'},'textWrap':{'inline':_0x394b9b(0xb2),'square':'Obdĺžnikové','topAndBottom':_0x394b9b(0xa5),'behindText':'Za\x20textom','inFrontText':_0x394b9b(0xaf)},'crop':{'shape':'Oříznout\x20podle\x20tvaru'}}};}));function _0x3bf5(){var _0x749f73=['Otočiť\x20doprava\x20o\x2090°','4609885PKpFsj','11687010RpJwMr','Pridať\x20popis','Zobraziť','Podčiarknutie','Zarovnať\x20hore','Žiadne\x20objekty','117783hCbrjb','Popis','Otvoriť\x20panel\x20tvarov','Přepnout\x20text\x20vertikálně','Otočiť\x20doľava\x20o\x2090°','Tvar','Vložiť\x20tvar','Presunúť\x20dopredu','123404PPifCS','Otvoriť\x20panel\x20vrstiev','Zarovnať\x20do\x20bloku','UniverProDocsShapeUiSkSK','Zavrieť','75UUunfa','Farba\x20textu','Zobraziť\x20všetko','exports','1302hBTXZt','amd','Štýl\x20tvaru','Názov\x20objektu','object','Prepnúť\x20vodorovné\x20prevrátenie','Tučné','37770WTeXyz','Hore\x20a\x20dole','Názov','Skryť','Obnoviť\x20farbu','Zarovnať\x20doľava','Podrobnosti','Skryť\x20panel\x20tvarov','Prečiarknuté','30MTJQcp','function','Pred\x20textom','Zarovnať\x20na\x20stred','Skryť\x20všetko','V\x20riadku\x20s\x20textom','712FOPwKE','39047217BPCecw','35537RheVqW'];_0x3bf5=function(){return _0x749f73;};return _0x3bf5();}
1
+ function _0x2b57(_0xd2f2fe,_0xb1f2a6){_0xd2f2fe=_0xd2f2fe-0x1af;var _0xd8c49b=_0xd8c4();var _0x2b5708=_0xd8c49b[_0xd2f2fe];return _0x2b5708;}(function(_0x34c02d,_0x11e81d){var _0x2e6a20=_0x2b57,_0x55df29=_0x34c02d();while(!![]){try{var _0x370f92=-parseInt(_0x2e6a20(0x1da))/0x1+parseInt(_0x2e6a20(0x1b5))/0x2+-parseInt(_0x2e6a20(0x1ca))/0x3*(parseInt(_0x2e6a20(0x1e3))/0x4)+parseInt(_0x2e6a20(0x1d9))/0x5*(-parseInt(_0x2e6a20(0x1cb))/0x6)+parseInt(_0x2e6a20(0x1b0))/0x7*(-parseInt(_0x2e6a20(0x1b1))/0x8)+-parseInt(_0x2e6a20(0x1c6))/0x9+-parseInt(_0x2e6a20(0x1cf))/0xa*(-parseInt(_0x2e6a20(0x1b9))/0xb);if(_0x370f92===_0x11e81d)break;else _0x55df29['push'](_0x55df29['shift']());}catch(_0x5324e6){_0x55df29['push'](_0x55df29['shift']());}}}(_0xd8c4,0xb1085),function(_0x43dbd6,_0x3bf55c){var _0x2d7c71=_0x2b57;typeof exports=='object'&&typeof module<'u'?module[_0x2d7c71(0x1b8)]=_0x3bf55c():typeof define==_0x2d7c71(0x1ba)&&define[_0x2d7c71(0x1d8)]?define([],_0x3bf55c):(_0x43dbd6=typeof globalThis<'u'?globalThis:_0x43dbd6||self,_0x43dbd6[_0x2d7c71(0x1c3)]=_0x3bf55c());}(this,function(){var _0xbe075a=_0x2b57;return{'docs-shape-ui':{'quickStyles':_0xbe075a(0x1c9),'title':'Tvar','insertShape':_0xbe075a(0x1be),'openPanel':_0xbe075a(0x1c8),'deleteShape':_0xbe075a(0x1bb),'hidePanel':'Skryť\x20panel\x20tvarov','formatShape':'Formátovať\x20tvar','shapeStyle':_0xbe075a(0x1b3),'shapePosition':_0xbe075a(0x1df),'toggleFlipH':_0xbe075a(0x1d2),'toggleFlipV':_0xbe075a(0x1d1),'rotateRight90':_0xbe075a(0x1c0),'rotateLeft90':_0xbe075a(0x1b4),'toggleTextVertical':'Přepnout\x20text\x20vertikálně','objectListPanel':{'title':'Vrstvy','open':_0xbe075a(0x1cd),'empty':_0xbe075a(0x1e4),'showAll':_0xbe075a(0x1ce),'hideAll':_0xbe075a(0x1de),'show':'Zobraziť','hide':_0xbe075a(0x1b2),'moveForward':_0xbe075a(0x1b7),'moveBackward':_0xbe075a(0x1bc),'close':'Zavrieť','name':_0xbe075a(0x1c2),'nameInput':_0xbe075a(0x1af),'description':_0xbe075a(0x1b6),'descriptionPlaceholder':_0xbe075a(0x1d4),'details':_0xbe075a(0x1d5),'noSelection':'Vyberte\x20objekt\x20na\x20úpravu\x20podrobností'},'toolbar':{'alignLeft':'Zarovnať\x20doľava','alignCenter':_0xbe075a(0x1dc),'alignRight':_0xbe075a(0x1c4),'alignJustify':'Zarovnať\x20do\x20bloku','bold':_0xbe075a(0x1bd),'italic':_0xbe075a(0x1dd),'underline':_0xbe075a(0x1db),'strikethrough':_0xbe075a(0x1e2),'textColor':_0xbe075a(0x1c1),'fillColor':_0xbe075a(0x1d7),'resetColor':_0xbe075a(0x1d0)},'align':{'top':_0xbe075a(0x1bf),'middle':_0xbe075a(0x1dc),'bottom':_0xbe075a(0x1d3)},'textWrap':{'inline':_0xbe075a(0x1e1),'square':_0xbe075a(0x1c7),'topAndBottom':_0xbe075a(0x1cc),'behindText':_0xbe075a(0x1d6),'inFrontText':_0xbe075a(0x1e0)},'crop':{'shape':_0xbe075a(0x1c5)}}};}));function _0xd8c4(){var _0x203069=['Za\x20textom','Farba\x20pozadia\x20textu','amd','15IbSPKc','533091InAkru','Podčiarknutie','Zarovnať\x20na\x20stred','Kurzíva','Skryť\x20všetko','Poloha\x20tvaru','Pred\x20textom','V\x20riadku\x20s\x20textom','Prečiarknuté','38956uaYmtX','Žiadne\x20objekty','Názov\x20objektu','14WDndwm','2704272IRmQtm','Skryť','Štýl\x20tvaru','Otočiť\x20doľava\x20o\x2090°','1160688EqVPKy','Popis','Presunúť\x20dopredu','exports','2101CYskkh','function','Odstrániť\x20tvar','Presunúť\x20dozadu','Tučné','Vložiť\x20tvar','Zarovnať\x20hore','Otočiť\x20doprava\x20o\x2090°','Farba\x20textu','Názov','UniverProDocsShapeUiSkSK','Zarovnať\x20doprava','Oříznout\x20podle\x20tvaru','7782912JteRoz','Obdĺžnikové','Otvoriť\x20panel\x20tvarov','Rýchle\x20štýly','225JDvHNQ','1224888usISBR','Hore\x20a\x20dole','Otvoriť\x20panel\x20vrstiev','Zobraziť\x20všetko','186470UWQyJp','Obnoviť\x20farbu','Prepnúť\x20zvislé\x20prevrátenie','Prepnúť\x20vodorovné\x20prevrátenie','Zarovnať\x20dole','Pridať\x20popis','Podrobnosti'];_0xd8c4=function(){return _0x203069;};return _0xd8c4();}
@@ -1 +1 @@
1
- function _0x3e3e(_0x327291,_0x38605f){_0x327291=_0x327291-0x107;var _0x6269f8=_0x6269();var _0x3e3e7f=_0x6269f8[_0x327291];return _0x3e3e7f;}(function(_0xc3576b,_0x293cfa){var _0x103f85=_0x3e3e,_0x4764eb=_0xc3576b();while(!![]){try{var _0x1b62e1=-parseInt(_0x103f85(0x124))/0x1+-parseInt(_0x103f85(0x120))/0x2+-parseInt(_0x103f85(0x121))/0x3+-parseInt(_0x103f85(0x110))/0x4+parseInt(_0x103f85(0x117))/0x5+parseInt(_0x103f85(0x11e))/0x6+-parseInt(_0x103f85(0x112))/0x7*(-parseInt(_0x103f85(0x115))/0x8);if(_0x1b62e1===_0x293cfa)break;else _0x4764eb['push'](_0x4764eb['shift']());}catch(_0x5f5248){_0x4764eb['push'](_0x4764eb['shift']());}}}(_0x6269,0xa85ca),function(_0xc0f635,_0x1cfa9d){var _0x595184=_0x3e3e;typeof exports==_0x595184(0x10c)&&typeof module<'u'?module[_0x595184(0x11f)]=_0x1cfa9d():typeof define==_0x595184(0x130)&&define[_0x595184(0x11a)]?define([],_0x1cfa9d):(_0xc0f635=typeof globalThis<'u'?globalThis:_0xc0f635||self,_0xc0f635['UniverProDocsShapeUiViVN']=_0x1cfa9d());}(this,function(){var _0x339e2c=_0x3e3e;return{'docs-shape-ui':{'title':_0x339e2c(0x12f),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x339e2c(0x133),'deleteShape':_0x339e2c(0x132),'hidePanel':_0x339e2c(0x11b),'formatShape':_0x339e2c(0x137),'shapeStyle':_0x339e2c(0x136),'shapePosition':_0x339e2c(0x12b),'toggleFlipH':_0x339e2c(0x118),'toggleFlipV':_0x339e2c(0x10e),'rotateRight90':_0x339e2c(0x114),'rotateLeft90':_0x339e2c(0x107),'toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','objectListPanel':{'title':_0x339e2c(0x126),'open':'Mở\x20bảng\x20điều\x20khiển\x20lớp','empty':_0x339e2c(0x116),'showAll':_0x339e2c(0x125),'hideAll':_0x339e2c(0x119),'show':'Hiện','hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':'Đưa\x20xuống\x20dưới','close':_0x339e2c(0x11c),'name':_0x339e2c(0x10d),'nameInput':_0x339e2c(0x123),'description':_0x339e2c(0x10b),'descriptionPlaceholder':_0x339e2c(0x12a),'details':_0x339e2c(0x12e),'noSelection':_0x339e2c(0x129)},'toolbar':{'alignLeft':_0x339e2c(0x135),'alignCenter':_0x339e2c(0x122),'alignRight':_0x339e2c(0x12c),'alignJustify':_0x339e2c(0x11d),'bold':_0x339e2c(0x127),'italic':_0x339e2c(0x131),'underline':'Gạch\x20chân','strikethrough':'Gạch\x20ngang','textColor':_0x339e2c(0x111),'fillColor':_0x339e2c(0x113),'resetColor':'Đặt\x20lại\x20màu'},'align':{'top':'Căn\x20trên','middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x339e2c(0x134)},'textWrap':{'inline':_0x339e2c(0x109),'square':_0x339e2c(0x10a),'topAndBottom':_0x339e2c(0x10f),'behindText':_0x339e2c(0x128),'inFrontText':_0x339e2c(0x108)},'crop':{'shape':_0x339e2c(0x12d)}}};}));function _0x6269(){var _0x57cd38=['function','In\x20nghiêng','Xóa\x20hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','Căn\x20dưới','Căn\x20trái','Kiểu\x20hình\x20dạng','Định\x20dạng\x20hình\x20dạng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Phía\x20trước\x20văn\x20bản','Cùng\x20dòng\x20với\x20văn\x20bản','Bao\x20quanh','Mô\x20tả','object','Tên','Bật/tắt\x20lật\x20dọc','Trên\x20và\x20dưới','1216972QHNPId','Màu\x20chữ','261359hVtSiV','Màu\x20nền\x20văn\x20bản','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','392QObekg','Chưa\x20có\x20đối\x20tượng','2958155RJTHPK','Chuyển\x20đổi\x20lật\x20ngang','Ẩn\x20tất\x20cả','amd','Ẩn\x20bảng\x20hình\x20dạng','Đóng','Căn\x20đều\x20hai\x20bên','5228766zalvtH','exports','271696cBsdbc','2905896mWbPbb','Căn\x20giữa','Tên\x20đối\x20tượng','1194272xmxOSC','Hiện\x20tất\x20cả','Lớp','In\x20đậm','Phía\x20sau\x20văn\x20bản','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Thêm\x20mô\x20tả','Vị\x20trí\x20hình\x20dạng','Căn\x20phải','Cắt\x20theo\x20hình\x20dạng','Chi\x20tiết','Hình\x20dạng'];_0x6269=function(){return _0x57cd38;};return _0x6269();}
1
+ function _0x1c81(_0x2d3987,_0x52f697){_0x2d3987=_0x2d3987-0x86;var _0x565573=_0x5655();var _0x1c81b9=_0x565573[_0x2d3987];return _0x1c81b9;}function _0x5655(){var _0x55e9aa=['Phía\x20sau\x20văn\x20bản','2077122IGboLl','Chuyển\x20đổi\x20lật\x20ngang','Hình\x20dạng','Đóng','Mô\x20tả','Phía\x20trước\x20văn\x20bản','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Hiện','Mở\x20bảng\x20hình\x20dạng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','In\x20đậm','Thêm\x20mô\x20tả','Màu\x20chữ','amd','Cùng\x20dòng\x20với\x20văn\x20bản','8XpRZDF','Căn\x20giữa\x20theo\x20chiều\x20dọc','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Màu\x20nền\x20văn\x20bản','265528MNQNEN','Căn\x20trái','303903UAkJBS','290623woAlLh','Bật/tắt\x20lật\x20dọc','Xóa\x20hình\x20dạng','Bao\x20quanh','Trên\x20và\x20dưới','object','Chèn\x20hình\x20dạng','UniverProDocsShapeUiViVN','Chi\x20tiết','exports','2246811ClFWLm','Hiện\x20tất\x20cả','2233UTYpoq','47535foPIdo','Đưa\x20xuống\x20dưới','8920DNBhZZ','Đặt\x20lại\x20màu','Lớp','2eokadI','Chưa\x20có\x20đối\x20tượng','5cZIXsP','Định\x20dạng\x20hình\x20dạng','Vị\x20trí\x20hình\x20dạng'];_0x5655=function(){return _0x55e9aa;};return _0x5655();}(function(_0x3805f0,_0x38475e){var _0x403090=_0x1c81,_0x540b20=_0x3805f0();while(!![]){try{var _0x4c87a3=-parseInt(_0x403090(0xae))/0x1*(-parseInt(_0x403090(0x92))/0x2)+parseInt(_0x403090(0x8d))/0x3+parseInt(_0x403090(0xab))/0x4+parseInt(_0x403090(0x94))/0x5*(parseInt(_0x403090(0x98))/0x6)+-parseInt(_0x403090(0x8a))/0x7+parseInt(_0x403090(0xa7))/0x8*(-parseInt(_0x403090(0xad))/0x9)+parseInt(_0x403090(0x8f))/0xa*(-parseInt(_0x403090(0x8c))/0xb);if(_0x4c87a3===_0x38475e)break;else _0x540b20['push'](_0x540b20['shift']());}catch(_0x55e464){_0x540b20['push'](_0x540b20['shift']());}}}(_0x5655,0x2cbb5),function(_0x3f16c0,_0x3de38d){var _0x1cc44d=_0x1c81;typeof exports==_0x1cc44d(0xb3)&&typeof module<'u'?module[_0x1cc44d(0x89)]=_0x3de38d():typeof define=='function'&&define[_0x1cc44d(0xa5)]?define([],_0x3de38d):(_0x3f16c0=typeof globalThis<'u'?globalThis:_0x3f16c0||self,_0x3f16c0[_0x1cc44d(0x87)]=_0x3de38d());}(this,function(){var _0x2f840f=_0x1c81;return{'docs-shape-ui':{'quickStyles':'Kiểu\x20nhanh','title':_0x2f840f(0x9a),'insertShape':_0x2f840f(0x86),'openPanel':_0x2f840f(0xa0),'deleteShape':_0x2f840f(0xb0),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x2f840f(0x95),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x2f840f(0x96),'toggleFlipH':_0x2f840f(0x99),'toggleFlipV':_0x2f840f(0xaf),'rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':_0x2f840f(0xa1),'toggleTextVertical':_0x2f840f(0xa9),'objectListPanel':{'title':_0x2f840f(0x91),'open':'Mở\x20bảng\x20điều\x20khiển\x20lớp','empty':_0x2f840f(0x93),'showAll':_0x2f840f(0x8b),'hideAll':'Ẩn\x20tất\x20cả','show':_0x2f840f(0x9f),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':_0x2f840f(0x8e),'close':_0x2f840f(0x9b),'name':'Tên','nameInput':'Tên\x20đối\x20tượng','description':_0x2f840f(0x9c),'descriptionPlaceholder':_0x2f840f(0xa3),'details':_0x2f840f(0x88),'noSelection':_0x2f840f(0x9e)},'toolbar':{'alignLeft':_0x2f840f(0xac),'alignCenter':'Căn\x20giữa','alignRight':'Căn\x20phải','alignJustify':'Căn\x20đều\x20hai\x20bên','bold':_0x2f840f(0xa2),'italic':'In\x20nghiêng','underline':'Gạch\x20chân','strikethrough':'Gạch\x20ngang','textColor':_0x2f840f(0xa4),'fillColor':_0x2f840f(0xaa),'resetColor':_0x2f840f(0x90)},'align':{'top':'Căn\x20trên','middle':_0x2f840f(0xa8),'bottom':'Căn\x20dưới'},'textWrap':{'inline':_0x2f840f(0xa6),'square':_0x2f840f(0xb1),'topAndBottom':_0x2f840f(0xb2),'behindText':_0x2f840f(0x97),'inFrontText':_0x2f840f(0x9d)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};}));