@univerjs-pro/docs-shape-ui 1.0.0-alpha.6 → 1.0.0-alpha.8

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 (86) 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/controllers/doc-shape-render.controller.d.ts +7 -1
  62. package/lib/types/controllers/shape-text-editing.render-controller.d.ts +3 -0
  63. package/lib/types/view-model/drawing-shape.d.ts +7 -0
  64. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +1 -1
  65. package/lib/umd/index.js +1 -1
  66. package/lib/umd/locale/ar-SA.js +1 -1
  67. package/lib/umd/locale/ca-ES.js +1 -1
  68. package/lib/umd/locale/de-DE.js +1 -1
  69. package/lib/umd/locale/en-US.js +1 -1
  70. package/lib/umd/locale/es-ES.js +1 -1
  71. package/lib/umd/locale/fa-IR.js +1 -1
  72. package/lib/umd/locale/fr-FR.js +1 -1
  73. package/lib/umd/locale/id-ID.js +1 -1
  74. package/lib/umd/locale/it-IT.js +1 -1
  75. package/lib/umd/locale/ja-JP.js +1 -1
  76. package/lib/umd/locale/ko-KR.js +1 -1
  77. package/lib/umd/locale/pl-PL.js +1 -1
  78. package/lib/umd/locale/pt-BR.js +1 -1
  79. package/lib/umd/locale/ru-RU.js +1 -1
  80. package/lib/umd/locale/sk-SK.js +1 -1
  81. package/lib/umd/locale/vi-VN.js +1 -1
  82. package/lib/umd/locale/zh-CN.js +1 -1
  83. package/lib/umd/locale/zh-HK.js +1 -1
  84. package/lib/umd/locale/zh-TW.js +1 -1
  85. package/package.json +18 -17
  86. package/lib/types/views/shape-editor-panel/index.d.ts +0 -1
@@ -1 +1 @@
1
- function _0xd1e0(_0x7e70fc,_0x2e08f5){_0x7e70fc=_0x7e70fc-0x132;var _0xceb2f2=_0xceb2();var _0xd1e09e=_0xceb2f2[_0x7e70fc];return _0xd1e09e;}(function(_0x4e9c28,_0x140688){var _0x329680=_0xd1e0,_0x4ae559=_0x4e9c28();while(!![]){try{var _0xab69dc=parseInt(_0x329680(0x13f))/0x1+parseInt(_0x329680(0x135))/0x2*(parseInt(_0x329680(0x144))/0x3)+-parseInt(_0x329680(0x145))/0x4*(parseInt(_0x329680(0x152))/0x5)+parseInt(_0x329680(0x13e))/0x6*(parseInt(_0x329680(0x142))/0x7)+-parseInt(_0x329680(0x14b))/0x8*(parseInt(_0x329680(0x143))/0x9)+-parseInt(_0x329680(0x137))/0xa+-parseInt(_0x329680(0x164))/0xb*(-parseInt(_0x329680(0x14e))/0xc);if(_0xab69dc===_0x140688)break;else _0x4ae559['push'](_0x4ae559['shift']());}catch(_0x48bd60){_0x4ae559['push'](_0x4ae559['shift']());}}}(_0xceb2,0xf26ae),function(_0x2d119e,_0xe2dad4){var _0x3924f1=_0xd1e0;typeof exports==_0x3924f1(0x15a)&&typeof module<'u'?module[_0x3924f1(0x167)]=_0xe2dad4():typeof define==_0x3924f1(0x134)&&define['amd']?define([],_0xe2dad4):(_0x2d119e=typeof globalThis<'u'?globalThis:_0x2d119e||self,_0x2d119e[_0x3924f1(0x15f)]=_0xe2dad4());}(this,function(){var _0x174de2=_0xd1e0;return{'docs-shape-ui':{'title':_0x174de2(0x15e),'insertShape':_0x174de2(0x138),'openPanel':_0x174de2(0x132),'deleteShape':_0x174de2(0x154),'hidePanel':_0x174de2(0x14c),'formatShape':_0x174de2(0x13a),'shapeStyle':_0x174de2(0x140),'shapePosition':_0x174de2(0x14d),'toggleFlipH':_0x174de2(0x156),'toggleFlipV':_0x174de2(0x155),'rotateRight90':_0x174de2(0x166),'rotateLeft90':_0x174de2(0x14a),'toggleTextVertical':_0x174de2(0x159),'objectListPanel':{'title':'الطبقات','open':_0x174de2(0x153),'empty':_0x174de2(0x141),'showAll':_0x174de2(0x150),'hideAll':_0x174de2(0x148),'show':_0x174de2(0x13c),'hide':_0x174de2(0x139),'moveForward':_0x174de2(0x165),'moveBackward':'إرسال\x20إلى\x20الخلف','close':'إغلاق','name':_0x174de2(0x168),'nameInput':'اسم\x20الكائن','description':'الوصف','descriptionPlaceholder':_0x174de2(0x15c),'details':_0x174de2(0x162),'noSelection':_0x174de2(0x13b)},'toolbar':{'alignLeft':_0x174de2(0x163),'alignCenter':'محاذاة\x20للوسط','alignRight':'محاذاة\x20لليمين','alignJustify':_0x174de2(0x15b),'bold':_0x174de2(0x136),'italic':_0x174de2(0x15d),'underline':_0x174de2(0x161),'strikethrough':'يتوسطه\x20خط','textColor':_0x174de2(0x147),'fillColor':_0x174de2(0x158),'resetColor':_0x174de2(0x14f)},'align':{'top':'محاذاة\x20للأعلى','middle':_0x174de2(0x149),'bottom':'محاذاة\x20للأسفل'},'textWrap':{'inline':_0x174de2(0x133),'square':_0x174de2(0x157),'topAndBottom':_0x174de2(0x160),'behindText':_0x174de2(0x151),'inFrontText':_0x174de2(0x13d)},'crop':{'shape':_0x174de2(0x146)}}};}));function _0xceb2(){var _0x4947e2=['exports','الاسم','فتح\x20لوحة\x20الأشكال','في\x20نفس\x20السطر\x20مع\x20النص','function','200324mRMaIO','غامق','14850240kbyJrz','إدراج\x20شكل','إخفاء','تنسيق\x20الشكل','حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','إظهار','أمام\x20النص','18ZLHhPD','311850ixbYxS','نمط\x20الشكل','لا\x20توجد\x20كائنات','4323998kVZVgR','38304itoWBQ','45jkqefP','138720LcTVho','قص\x20إلى\x20شكل','لون\x20النص','إخفاء\x20الكل','محاذاة\x20للمنتصف','تدوير\x20لليسار\x2090°','2272BDOMhZ','إخفاء\x20لوحة\x20الأشكال','موضع\x20الشكل','6336uBtJmo','إعادة\x20تعيين\x20اللون','إظهار\x20الكل','خلف\x20النص','70siZnTr','فتح\x20لوحة\x20الطبقات','حذف\x20الشكل','تبديل\x20الانعكاس\x20العمودي','تبديل\x20الانعكاس\x20الأفقي','مربع','لون\x20خلفية\x20النص','تبديل\x20النص\x20العمودي','object','ضبط','أضف\x20وصفًا','مائل','شكل','UniverProDocsShapeUiArSA','أعلى\x20وأسفل','تسطير','التفاصيل','محاذاة\x20لليسار','10516zNhnHa','إحضار\x20إلى\x20الأمام','تدوير\x20لليمين\x2090°'];_0xceb2=function(){return _0x4947e2;};return _0xceb2();}
1
+ function _0x46a0(_0xc6fcfd,_0x139e50){_0xc6fcfd=_0xc6fcfd-0x1de;var _0x38565f=_0x3856();var _0x46a0f4=_0x38565f[_0xc6fcfd];return _0x46a0f4;}(function(_0x26bcca,_0x39286f){var _0x3854b8=_0x46a0,_0x24c24d=_0x26bcca();while(!![]){try{var _0x5034c1=-parseInt(_0x3854b8(0x20b))/0x1+parseInt(_0x3854b8(0x20d))/0x2*(parseInt(_0x3854b8(0x1f5))/0x3)+-parseInt(_0x3854b8(0x20c))/0x4*(parseInt(_0x3854b8(0x1e8))/0x5)+-parseInt(_0x3854b8(0x1fc))/0x6*(-parseInt(_0x3854b8(0x1f4))/0x7)+parseInt(_0x3854b8(0x20a))/0x8*(parseInt(_0x3854b8(0x1ec))/0x9)+-parseInt(_0x3854b8(0x1ed))/0xa*(-parseInt(_0x3854b8(0x1e1))/0xb)+parseInt(_0x3854b8(0x210))/0xc;if(_0x5034c1===_0x39286f)break;else _0x24c24d['push'](_0x24c24d['shift']());}catch(_0x6c5df7){_0x24c24d['push'](_0x24c24d['shift']());}}}(_0x3856,0x40a6b),function(_0x2c02a6,_0xfc53d0){var _0x3c3dfe=_0x46a0;typeof exports==_0x3c3dfe(0x1e4)&&typeof module<'u'?module[_0x3c3dfe(0x1e3)]=_0xfc53d0():typeof define==_0x3c3dfe(0x1e9)&&define[_0x3c3dfe(0x1eb)]?define([],_0xfc53d0):(_0x2c02a6=typeof globalThis<'u'?globalThis:_0x2c02a6||self,_0x2c02a6[_0x3c3dfe(0x212)]=_0xfc53d0());}(this,function(){var _0x206853=_0x46a0;return{'docs-shape-ui':{'title':_0x206853(0x1ff),'insertShape':'إدراج\x20شكل','openPanel':_0x206853(0x204),'deleteShape':'حذف\x20الشكل','hidePanel':_0x206853(0x205),'formatShape':_0x206853(0x202),'shapeStyle':_0x206853(0x207),'shapePosition':_0x206853(0x1f9),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':_0x206853(0x211),'rotateRight90':_0x206853(0x1ef),'rotateLeft90':_0x206853(0x1de),'toggleTextVertical':'تبديل\x20النص\x20العمودي','objectListPanel':{'title':_0x206853(0x200),'open':_0x206853(0x1f8),'empty':_0x206853(0x1f3),'showAll':'إظهار\x20الكل','hideAll':_0x206853(0x1ee),'show':_0x206853(0x1e6),'hide':_0x206853(0x206),'moveForward':_0x206853(0x201),'moveBackward':_0x206853(0x1e2),'close':_0x206853(0x1fb),'name':_0x206853(0x1e5),'nameInput':_0x206853(0x1f6),'description':'الوصف','descriptionPlaceholder':_0x206853(0x1fa),'details':_0x206853(0x213),'noSelection':'حدّد\x20كائنًا\x20لتعديل\x20تفاصيله'},'toolbar':{'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x206853(0x1df),'alignRight':_0x206853(0x20e),'alignJustify':_0x206853(0x1e0),'bold':'غامق','italic':_0x206853(0x1e7),'underline':'تسطير','strikethrough':_0x206853(0x1f0),'textColor':_0x206853(0x1f1),'fillColor':_0x206853(0x1ea),'resetColor':_0x206853(0x1fd)},'align':{'top':_0x206853(0x203),'middle':_0x206853(0x208),'bottom':_0x206853(0x20f)},'textWrap':{'inline':'في\x20نفس\x20السطر\x20مع\x20النص','square':_0x206853(0x1fe),'topAndBottom':'أعلى\x20وأسفل','behindText':_0x206853(0x1f2),'inFrontText':_0x206853(0x1f7)},'crop':{'shape':_0x206853(0x209)}}};}));function _0x3856(){var _0x10bf58=['قص\x20إلى\x20شكل','248pCsmjN','438884AUKFGx','222452ESzChO','22hYIxEr','محاذاة\x20لليمين','محاذاة\x20للأسفل','835176LMIyqk','تبديل\x20الانعكاس\x20العمودي','UniverProDocsShapeUiArSA','التفاصيل','تدوير\x20لليسار\x2090°','محاذاة\x20للوسط','ضبط','4529019wESsxG','إرسال\x20إلى\x20الخلف','exports','object','الاسم','إظهار','مائل','30JnDUXg','function','لون\x20خلفية\x20النص','amd','63999QVtHKR','10ttqnSh','إخفاء\x20الكل','تدوير\x20لليمين\x2090°','يتوسطه\x20خط','لون\x20النص','خلف\x20النص','لا\x20توجد\x20كائنات','445921GSqrbb','39408mmIsBz','اسم\x20الكائن','أمام\x20النص','فتح\x20لوحة\x20الطبقات','موضع\x20الشكل','أضف\x20وصفًا','إغلاق','18JahAIJ','إعادة\x20تعيين\x20اللون','مربع','شكل','الطبقات','إحضار\x20إلى\x20الأمام','تنسيق\x20الشكل','محاذاة\x20للأعلى','فتح\x20لوحة\x20الأشكال','إخفاء\x20لوحة\x20الأشكال','إخفاء','نمط\x20الشكل','محاذاة\x20للمنتصف'];_0x3856=function(){return _0x10bf58;};return _0x3856();}
@@ -1 +1 @@
1
- function _0x1fe6(){var _0x1fdfce=['Ratllat','Negreta','7kKaEEh','Amaga','Afegeix\x20una\x20descripció','object','Amagar\x20panell\x20de\x20formes','Quadrat','Alinea\x20a\x20baix','Eliminar\x20forma','1676007VLupqz','Forma','2iJtseC','Obre\x20el\x20tauler\x20de\x20capes','Estil\x20de\x20forma','1430388FNrYhr','Color\x20del\x20text','Centra','Nom\x20de\x20l’objecte','Tanca','5SSVKDe','Davant\x20del\x20text','UniverProDocsShapeUiCaES','Rotar\x2090°\x20a\x20l\x27esquerra','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Alternar\x20volteig\x20vertical','Inserir\x20forma','8599092uCemUf','5210AmFueb','3678216NljwCY','Color\x20de\x20fons\x20del\x20text','amd','Nom','Justifica','Amaga’ls\x20tots','Mostra’ls\x20tots','Alinea\x20a\x20dalt','Obrir\x20panell\x20de\x20formes','Sense\x20objectes','Descripció','Format\x20de\x20forma','Alternar\x20text\x20vertical','Detalls','A\x20dalt\x20i\x20a\x20baix','Restableix\x20el\x20color','32162DnYMuY','Alternar\x20volteig\x20horitzontal','7843jiSmjJ','24fwmrbc','Alinea\x20al\x20mig','Porta\x20endavant','Posició\x20de\x20forma','629308JwLuMC'];_0x1fe6=function(){return _0x1fdfce;};return _0x1fe6();}function _0x1d39(_0x9274d4,_0x1fc373){_0x9274d4=_0x9274d4-0x196;var _0x1fe642=_0x1fe6();var _0x1d39ac=_0x1fe642[_0x9274d4];return _0x1d39ac;}(function(_0x374bea,_0xa9b680){var _0x288333=_0x1d39,_0x4fbf1f=_0x374bea();while(!![]){try{var _0x2641c8=-parseInt(_0x288333(0x1ab))/0x1*(-parseInt(_0x288333(0x197))/0x2)+parseInt(_0x288333(0x1ae))/0x3+parseInt(_0x288333(0x19e))/0x4*(-parseInt(_0x288333(0x1b3))/0x5)+-parseInt(_0x288333(0x1bc))/0x6*(-parseInt(_0x288333(0x1a1))/0x7)+parseInt(_0x288333(0x19a))/0x8*(parseInt(_0x288333(0x1a9))/0x9)+-parseInt(_0x288333(0x1bb))/0xa*(parseInt(_0x288333(0x199))/0xb)+-parseInt(_0x288333(0x1ba))/0xc;if(_0x2641c8===_0xa9b680)break;else _0x4fbf1f['push'](_0x4fbf1f['shift']());}catch(_0x3e5f6d){_0x4fbf1f['push'](_0x4fbf1f['shift']());}}}(_0x1fe6,0x6a448),function(_0x3a95bb,_0x210cb3){var _0x44d083=_0x1d39;typeof exports==_0x44d083(0x1a4)&&typeof module<'u'?module['exports']=_0x210cb3():typeof define=='function'&&define[_0x44d083(0x1be)]?define([],_0x210cb3):(_0x3a95bb=typeof globalThis<'u'?globalThis:_0x3a95bb||self,_0x3a95bb[_0x44d083(0x1b5)]=_0x210cb3());}(this,function(){var _0x263a9e=_0x1d39;return{'docs-shape-ui':{'title':_0x263a9e(0x1aa),'insertShape':_0x263a9e(0x1b9),'openPanel':_0x263a9e(0x1c4),'deleteShape':_0x263a9e(0x1a8),'hidePanel':_0x263a9e(0x1a5),'formatShape':_0x263a9e(0x1c7),'shapeStyle':_0x263a9e(0x1ad),'shapePosition':_0x263a9e(0x19d),'toggleFlipH':_0x263a9e(0x198),'toggleFlipV':_0x263a9e(0x1b8),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20dreta','rotateLeft90':_0x263a9e(0x1b6),'toggleTextVertical':_0x263a9e(0x1c8),'objectListPanel':{'title':'Capes','open':_0x263a9e(0x1ac),'empty':_0x263a9e(0x1c5),'showAll':_0x263a9e(0x1c2),'hideAll':_0x263a9e(0x1c1),'show':'Mostra','hide':_0x263a9e(0x1a2),'moveForward':_0x263a9e(0x19c),'moveBackward':'Envia\x20enrere','close':_0x263a9e(0x1b2),'name':_0x263a9e(0x1bf),'nameInput':_0x263a9e(0x1b1),'description':_0x263a9e(0x1c6),'descriptionPlaceholder':_0x263a9e(0x1a3),'details':_0x263a9e(0x1c9),'noSelection':_0x263a9e(0x1b7)},'toolbar':{'alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0x263a9e(0x1b0),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':_0x263a9e(0x1c0),'bold':_0x263a9e(0x1a0),'italic':'Cursiva','underline':'Subratllat','strikethrough':_0x263a9e(0x19f),'textColor':_0x263a9e(0x1af),'fillColor':_0x263a9e(0x1bd),'resetColor':_0x263a9e(0x196)},'align':{'top':_0x263a9e(0x1c3),'middle':_0x263a9e(0x19b),'bottom':_0x263a9e(0x1a7)},'textWrap':{'inline':'En\x20línia\x20amb\x20el\x20text','square':_0x263a9e(0x1a6),'topAndBottom':_0x263a9e(0x1ca),'behindText':'Darrere\x20del\x20text','inFrontText':_0x263a9e(0x1b4)},'crop':{'shape':'Retalla\x20a\x20forma'}}};}));
1
+ function _0x5429(){var _0x590d68=['Detalls','Quadrat','Alinea\x20a\x20baix','Subratllat','105098aAobdK','Envia\x20enrere','Mostra’ls\x20tots','Justifica','Inserir\x20forma','Rotar\x2090°\x20a\x20l\x27esquerra','Centra','Capes','Rotar\x2090°\x20a\x20la\x20dreta','Sense\x20objectes','Color\x20de\x20fons\x20del\x20text','Forma','Retalla\x20a\x20forma','Alinea\x20al\x20mig','En\x20línia\x20amb\x20el\x20text','4uotQOp','9466512dKekVu','object','Estil\x20de\x20forma','UniverProDocsShapeUiCaES','Alinea\x20a\x20l\x27esquerra','Cursiva','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Restableix\x20el\x20color','Obrir\x20panell\x20de\x20formes','Nom\x20de\x20l’objecte','2550jPqvBr','Afegeix\x20una\x20descripció','4111145XwHUmy','Davant\x20del\x20text','Alternar\x20volteig\x20vertical','A\x20dalt\x20i\x20a\x20baix','Color\x20del\x20text','Alternar\x20volteig\x20horitzontal','9upxgqM','980052jAtJWa','Mostra','384iJpHdu','31075428oJCHon','Posició\x20de\x20forma','Obre\x20el\x20tauler\x20de\x20capes','amd','Alinea\x20a\x20la\x20dreta','Nom','6hCVvEu','Alinea\x20a\x20dalt','Amagar\x20panell\x20de\x20formes','Descripció','122777uBqcqY','Darrere\x20del\x20text','exports','25695ejFvVh'];_0x5429=function(){return _0x590d68;};return _0x5429();}function _0x58cd(_0x3450e5,_0x12530d){_0x3450e5=_0x3450e5-0x183;var _0x54296f=_0x5429();var _0x58cde9=_0x54296f[_0x3450e5];return _0x58cde9;}(function(_0x24f86a,_0x40d142){var _0x458e58=_0x58cd,_0x255a05=_0x24f86a();while(!![]){try{var _0x71162f=parseInt(_0x458e58(0x1b5))/0x1*(parseInt(_0x458e58(0x194))/0x2)+-parseInt(_0x458e58(0x1a7))/0x3*(-parseInt(_0x458e58(0x1a8))/0x4)+parseInt(_0x458e58(0x1a1))/0x5*(-parseInt(_0x458e58(0x1b1))/0x6)+parseInt(_0x458e58(0x185))/0x7*(-parseInt(_0x458e58(0x1aa))/0x8)+parseInt(_0x458e58(0x1b8))/0x9*(-parseInt(_0x458e58(0x19f))/0xa)+-parseInt(_0x458e58(0x195))/0xb+parseInt(_0x458e58(0x1ab))/0xc;if(_0x71162f===_0x40d142)break;else _0x255a05['push'](_0x255a05['shift']());}catch(_0x3ea5a6){_0x255a05['push'](_0x255a05['shift']());}}}(_0x5429,0x6b1a6),function(_0x17d63b,_0x546044){var _0x3ca631=_0x58cd;typeof exports==_0x3ca631(0x196)&&typeof module<'u'?module[_0x3ca631(0x1b7)]=_0x546044():typeof define=='function'&&define[_0x3ca631(0x1ae)]?define([],_0x546044):(_0x17d63b=typeof globalThis<'u'?globalThis:_0x17d63b||self,_0x17d63b[_0x3ca631(0x198)]=_0x546044());}(this,function(){var _0x90dccb=_0x58cd;return{'docs-shape-ui':{'title':_0x90dccb(0x190),'insertShape':_0x90dccb(0x189),'openPanel':_0x90dccb(0x19d),'deleteShape':'Eliminar\x20forma','hidePanel':_0x90dccb(0x1b3),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x90dccb(0x197),'shapePosition':_0x90dccb(0x1ac),'toggleFlipH':_0x90dccb(0x1a6),'toggleFlipV':_0x90dccb(0x1a3),'rotateRight90':_0x90dccb(0x18d),'rotateLeft90':_0x90dccb(0x18a),'toggleTextVertical':'Alternar\x20text\x20vertical','objectListPanel':{'title':_0x90dccb(0x18c),'open':_0x90dccb(0x1ad),'empty':_0x90dccb(0x18e),'showAll':_0x90dccb(0x187),'hideAll':'Amaga’ls\x20tots','show':_0x90dccb(0x1a9),'hide':'Amaga','moveForward':'Porta\x20endavant','moveBackward':_0x90dccb(0x186),'close':'Tanca','name':_0x90dccb(0x1b0),'nameInput':_0x90dccb(0x19e),'description':_0x90dccb(0x1b4),'descriptionPlaceholder':_0x90dccb(0x1a0),'details':_0x90dccb(0x1b9),'noSelection':_0x90dccb(0x19b)},'toolbar':{'alignLeft':_0x90dccb(0x199),'alignCenter':_0x90dccb(0x18b),'alignRight':_0x90dccb(0x1af),'alignJustify':_0x90dccb(0x188),'bold':'Negreta','italic':_0x90dccb(0x19a),'underline':_0x90dccb(0x184),'strikethrough':'Ratllat','textColor':_0x90dccb(0x1a5),'fillColor':_0x90dccb(0x18f),'resetColor':_0x90dccb(0x19c)},'align':{'top':_0x90dccb(0x1b2),'middle':_0x90dccb(0x192),'bottom':_0x90dccb(0x183)},'textWrap':{'inline':_0x90dccb(0x193),'square':_0x90dccb(0x1ba),'topAndBottom':_0x90dccb(0x1a4),'behindText':_0x90dccb(0x1b6),'inFrontText':_0x90dccb(0x1a2)},'crop':{'shape':_0x90dccb(0x191)}}};}));
@@ -1 +1 @@
1
- function _0x48ad(_0x4ec004,_0x590ef3){_0x4ec004=_0x4ec004-0x1b9;var _0x57f23a=_0x57f2();var _0x48ad7b=_0x57f23a[_0x4ec004];return _0x48ad7b;}(function(_0xa30d6c,_0x571cb9){var _0x1750a8=_0x48ad,_0x5d67a2=_0xa30d6c();while(!![]){try{var _0x1e9cfe=parseInt(_0x1750a8(0x1c4))/0x1*(parseInt(_0x1750a8(0x1ca))/0x2)+parseInt(_0x1750a8(0x1e6))/0x3+-parseInt(_0x1750a8(0x1cb))/0x4+parseInt(_0x1750a8(0x1bc))/0x5*(parseInt(_0x1750a8(0x1c5))/0x6)+-parseInt(_0x1750a8(0x1c2))/0x7*(-parseInt(_0x1750a8(0x1c8))/0x8)+parseInt(_0x1750a8(0x1d1))/0x9+-parseInt(_0x1750a8(0x1d3))/0xa*(parseInt(_0x1750a8(0x1d9))/0xb);if(_0x1e9cfe===_0x571cb9)break;else _0x5d67a2['push'](_0x5d67a2['shift']());}catch(_0x304205){_0x5d67a2['push'](_0x5d67a2['shift']());}}}(_0x57f2,0xa2e0d),function(_0x3ab9b4,_0x43fb38){var _0x22bf22=_0x48ad;typeof exports==_0x22bf22(0x1da)&&typeof module<'u'?module[_0x22bf22(0x1d0)]=_0x43fb38():typeof define==_0x22bf22(0x1c9)&&define['amd']?define([],_0x43fb38):(_0x3ab9b4=typeof globalThis<'u'?globalThis:_0x3ab9b4||self,_0x3ab9b4['UniverProDocsShapeUiDeDE']=_0x43fb38());}(this,function(){var _0x1fe1f6=_0x48ad;return{'docs-shape-ui':{'title':'Form','insertShape':'Form\x20einfügen','openPanel':_0x1fe1f6(0x1c7),'deleteShape':_0x1fe1f6(0x1cc),'hidePanel':_0x1fe1f6(0x1c0),'formatShape':'Form\x20formatieren','shapeStyle':_0x1fe1f6(0x1d7),'shapePosition':_0x1fe1f6(0x1e0),'toggleFlipH':_0x1fe1f6(0x1d4),'toggleFlipV':_0x1fe1f6(0x1df),'rotateRight90':_0x1fe1f6(0x1bb),'rotateLeft90':_0x1fe1f6(0x1ce),'toggleTextVertical':'Vertikalen\x20Text\x20umschalten','objectListPanel':{'title':'Ebenen','open':_0x1fe1f6(0x1be),'empty':_0x1fe1f6(0x1c1),'showAll':'Alle\x20anzeigen','hideAll':_0x1fe1f6(0x1dd),'show':_0x1fe1f6(0x1e4),'hide':_0x1fe1f6(0x1e3),'moveForward':_0x1fe1f6(0x1d5),'moveBackward':'Weiter\x20nach\x20hinten','close':_0x1fe1f6(0x1d8),'name':_0x1fe1f6(0x1e5),'nameInput':_0x1fe1f6(0x1ba),'description':_0x1fe1f6(0x1c6),'descriptionPlaceholder':_0x1fe1f6(0x1dc),'details':'Details','noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'},'toolbar':{'alignLeft':_0x1fe1f6(0x1e7),'alignCenter':'Zentriert','alignRight':_0x1fe1f6(0x1cd),'alignJustify':_0x1fe1f6(0x1bd),'bold':'Fett','italic':_0x1fe1f6(0x1e1),'underline':_0x1fe1f6(0x1bf),'strikethrough':_0x1fe1f6(0x1e2),'textColor':'Textfarbe','fillColor':_0x1fe1f6(0x1db),'resetColor':_0x1fe1f6(0x1d6)},'align':{'top':_0x1fe1f6(0x1de),'middle':_0x1fe1f6(0x1c3),'bottom':'Unten\x20bündig'},'textWrap':{'inline':'Im\x20Textfluss','square':_0x1fe1f6(0x1b9),'topAndBottom':_0x1fe1f6(0x1d2),'behindText':'Hinter\x20dem\x20Text','inFrontText':_0x1fe1f6(0x1cf)},'crop':{'shape':'Auf\x20Form\x20zuschneiden'}}};}));function _0x57f2(){var _0x5513e1=['Weiter\x20nach\x20vorne','Farbe\x20zurücksetzen','Formstil','Schließen','11USJpHN','object','Texthintergrundfarbe','Beschreibung\x20hinzufügen','Alle\x20ausblenden','Oben\x20bündig','Vertikale\x20Spiegelung\x20umschalten','Formposition','Kursiv','Durchgestrichen','Ausblenden','Anzeigen','Name','3900018wppkOf','Linksbündig','Quadratisch','Objektname','Rechts\x2090°\x20drehen','14505LeUwWj','Blocksatz','Ebenenbereich\x20öffnen','Unterstrichen','Form-Panel\x20ausblenden','Keine\x20Objekte','56dbxIrX','Mittig','46ecxGFo','1818InuAQW','Beschreibung','Form-Panel\x20öffnen','288528cKnDdo','function','38654PHKfaZ','5189624nUzMDU','Form\x20löschen','Rechtsbündig','Links\x2090°\x20drehen','Vor\x20dem\x20Text','exports','1066239FeTQbm','Oben\x20und\x20unten','15104950ShPbET','Horizontale\x20Spiegelung\x20umschalten'];_0x57f2=function(){return _0x5513e1;};return _0x57f2();}
1
+ (function(_0x57908b,_0x2f7c5d){var _0x47ab5a=_0x4c37,_0x14a551=_0x57908b();while(!![]){try{var _0x1e9f2=parseInt(_0x47ab5a(0x174))/0x1*(parseInt(_0x47ab5a(0x16a))/0x2)+-parseInt(_0x47ab5a(0x18c))/0x3+-parseInt(_0x47ab5a(0x15c))/0x4*(parseInt(_0x47ab5a(0x16c))/0x5)+parseInt(_0x47ab5a(0x183))/0x6+parseInt(_0x47ab5a(0x181))/0x7*(parseInt(_0x47ab5a(0x168))/0x8)+-parseInt(_0x47ab5a(0x16e))/0x9*(parseInt(_0x47ab5a(0x163))/0xa)+-parseInt(_0x47ab5a(0x166))/0xb*(parseInt(_0x47ab5a(0x160))/0xc);if(_0x1e9f2===_0x2f7c5d)break;else _0x14a551['push'](_0x14a551['shift']());}catch(_0x156ca6){_0x14a551['push'](_0x14a551['shift']());}}}(_0x35de,0xc0ef5),function(_0x386813,_0x46c7d0){var _0x10b6ea=_0x4c37;typeof exports==_0x10b6ea(0x182)&&typeof module<'u'?module[_0x10b6ea(0x188)]=_0x46c7d0():typeof define==_0x10b6ea(0x16b)&&define[_0x10b6ea(0x180)]?define([],_0x46c7d0):(_0x386813=typeof globalThis<'u'?globalThis:_0x386813||self,_0x386813[_0x10b6ea(0x164)]=_0x46c7d0());}(this,function(){var _0x1df822=_0x4c37;return{'docs-shape-ui':{'title':'Form','insertShape':'Form\x20einfügen','openPanel':'Form-Panel\x20öffnen','deleteShape':'Form\x20löschen','hidePanel':_0x1df822(0x17a),'formatShape':_0x1df822(0x178),'shapeStyle':_0x1df822(0x15a),'shapePosition':_0x1df822(0x17c),'toggleFlipH':_0x1df822(0x169),'toggleFlipV':_0x1df822(0x15d),'rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0x1df822(0x172),'toggleTextVertical':_0x1df822(0x170),'objectListPanel':{'title':'Ebenen','open':_0x1df822(0x162),'empty':_0x1df822(0x165),'showAll':_0x1df822(0x189),'hideAll':_0x1df822(0x173),'show':_0x1df822(0x15b),'hide':'Ausblenden','moveForward':_0x1df822(0x18b),'moveBackward':_0x1df822(0x159),'close':'Schließen','name':_0x1df822(0x167),'nameInput':_0x1df822(0x17b),'description':_0x1df822(0x16f),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x1df822(0x15e),'noSelection':_0x1df822(0x161)},'toolbar':{'alignLeft':_0x1df822(0x171),'alignCenter':_0x1df822(0x186),'alignRight':'Rechtsbündig','alignJustify':_0x1df822(0x175),'bold':'Fett','italic':_0x1df822(0x185),'underline':_0x1df822(0x179),'strikethrough':_0x1df822(0x176),'textColor':_0x1df822(0x18a),'fillColor':_0x1df822(0x17e),'resetColor':'Farbe\x20zurücksetzen'},'align':{'top':_0x1df822(0x17f),'middle':_0x1df822(0x17d),'bottom':'Unten\x20bündig'},'textWrap':{'inline':_0x1df822(0x16d),'square':_0x1df822(0x187),'topAndBottom':_0x1df822(0x177),'behindText':_0x1df822(0x184),'inFrontText':_0x1df822(0x15f)},'crop':{'shape':'Auf\x20Form\x20zuschneiden'}}};}));function _0x4c37(_0x1b10b4,_0x5249f1){_0x1b10b4=_0x1b10b4-0x159;var _0x35deb0=_0x35de();var _0x4c376d=_0x35deb0[_0x1b10b4];return _0x4c376d;}function _0x35de(){var _0x55d7b0=['Alle\x20ausblenden','5462ranzuN','Blocksatz','Durchgestrichen','Oben\x20und\x20unten','Form\x20formatieren','Unterstrichen','Form-Panel\x20ausblenden','Objektname','Formposition','Mittig','Texthintergrundfarbe','Oben\x20bündig','amd','14vPhafA','object','4518066mAFTQd','Hinter\x20dem\x20Text','Kursiv','Zentriert','Quadratisch','exports','Alle\x20anzeigen','Textfarbe','Weiter\x20nach\x20vorne','1128930clkkdo','Weiter\x20nach\x20hinten','Formstil','Anzeigen','53540XEONqt','Vertikale\x20Spiegelung\x20umschalten','Details','Vor\x20dem\x20Text','20964ixQyDx','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Ebenenbereich\x20öffnen','269840httfbg','UniverProDocsShapeUiDeDE','Keine\x20Objekte','726rgJgve','Name','1478392KhmMac','Horizontale\x20Spiegelung\x20umschalten','78aesRtq','function','10MRQNXb','Im\x20Textfluss','9jnbzMH','Beschreibung','Vertikalen\x20Text\x20umschalten','Linksbündig','Links\x2090°\x20drehen'];_0x35de=function(){return _0x55d7b0;};return _0x35de();}
@@ -1 +1 @@
1
- function _0x8b4b(){var _0x578b72=['Square','Shape\x20Style','Name','Open\x20Layers\x20Panel','In\x20line\x20with\x20text','Top\x20and\x20Bottom','Delete\x20Shape','Description','6313472gMsaHu','In\x20front\x20of\x20text','Bold','Send\x20Backward','Format\x20Shape','Insert\x20Shape','object','Strikethrough','Shape\x20Position','exports','Select\x20an\x20object\x20to\x20edit\x20details','Open\x20Shape\x20Panel','Shape','Text\x20Background\x20color','Align\x20Top','Align\x20Middle','Hide\x20All','588482jufNPb','Align\x20Left','Hide','Hide\x20Shape\x20Panel','54BHGHVD','Rotate\x20Left\x2090°','3650736SAXisG','No\x20objects','Reset\x20color','Align\x20Center','Align\x20Bottom','Toggle\x20Text\x20Vertical','Details','Text\x20color','Behind\x20text','Justify','amd','5ItgYSE','Add\x20description','Crop\x20to\x20Shape','7834638rcVFsc','1390GpIPXo','Rotate\x20Right\x2090°','1568844GHiMtV','483365yBUxKT','10341MuYkNs'];_0x8b4b=function(){return _0x578b72;};return _0x8b4b();}function _0x1162(_0x16d2b1,_0x35b707){_0x16d2b1=_0x16d2b1-0x14b;var _0x8b4bed=_0x8b4b();var _0x11629f=_0x8b4bed[_0x16d2b1];return _0x11629f;}(function(_0x3e2069,_0x1ba62c){var _0x4ca1a1=_0x1162,_0x4fbfc5=_0x3e2069();while(!![]){try{var _0x3ee6f6=-parseInt(_0x4ca1a1(0x16c))/0x1*(-parseInt(_0x4ca1a1(0x15b))/0x2)+-parseInt(_0x4ca1a1(0x161))/0x3+-parseInt(_0x4ca1a1(0x172))/0x4+-parseInt(_0x4ca1a1(0x173))/0x5*(-parseInt(_0x4ca1a1(0x15f))/0x6)+parseInt(_0x4ca1a1(0x16f))/0x7+-parseInt(_0x4ca1a1(0x17d))/0x8+parseInt(_0x4ca1a1(0x174))/0x9*(-parseInt(_0x4ca1a1(0x170))/0xa);if(_0x3ee6f6===_0x1ba62c)break;else _0x4fbfc5['push'](_0x4fbfc5['shift']());}catch(_0x3ca91a){_0x4fbfc5['push'](_0x4fbfc5['shift']());}}}(_0x8b4b,0xdc54e),function(_0x15fea0,_0x4f8d66){var _0x38e838=_0x1162;typeof exports==_0x38e838(0x150)&&typeof module<'u'?module[_0x38e838(0x153)]=_0x4f8d66():typeof define=='function'&&define[_0x38e838(0x16b)]?define([],_0x4f8d66):(_0x15fea0=typeof globalThis<'u'?globalThis:_0x15fea0||self,_0x15fea0['UniverProDocsShapeUiEnUS']=_0x4f8d66());}(this,function(){var _0x136611=_0x1162;return{'docs-shape-ui':{'title':_0x136611(0x156),'insertShape':_0x136611(0x14f),'openPanel':_0x136611(0x155),'deleteShape':_0x136611(0x17b),'hidePanel':_0x136611(0x15e),'formatShape':_0x136611(0x14e),'shapeStyle':_0x136611(0x176),'shapePosition':_0x136611(0x152),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':'Toggle\x20Vertical\x20Flip','rotateRight90':_0x136611(0x171),'rotateLeft90':_0x136611(0x160),'toggleTextVertical':_0x136611(0x166),'objectListPanel':{'title':'Layers','open':_0x136611(0x178),'empty':_0x136611(0x162),'showAll':'Show\x20All','hideAll':_0x136611(0x15a),'show':'Show','hide':_0x136611(0x15d),'moveForward':'Bring\x20Forward','moveBackward':_0x136611(0x14d),'close':'Close','name':_0x136611(0x177),'nameInput':'Object\x20name','description':_0x136611(0x17c),'descriptionPlaceholder':_0x136611(0x16d),'details':_0x136611(0x167),'noSelection':_0x136611(0x154)},'toolbar':{'alignLeft':_0x136611(0x15c),'alignCenter':_0x136611(0x164),'alignRight':'Align\x20Right','alignJustify':_0x136611(0x16a),'bold':_0x136611(0x14c),'italic':'Italic','underline':'Underline','strikethrough':_0x136611(0x151),'textColor':_0x136611(0x168),'fillColor':_0x136611(0x157),'resetColor':_0x136611(0x163)},'align':{'top':_0x136611(0x158),'middle':_0x136611(0x159),'bottom':_0x136611(0x165)},'textWrap':{'inline':_0x136611(0x179),'square':_0x136611(0x175),'topAndBottom':_0x136611(0x17a),'behindText':_0x136611(0x169),'inFrontText':_0x136611(0x14b)},'crop':{'shape':_0x136611(0x16e)}}};}));
1
+ function _0x195e(_0x550e47,_0x28ba58){_0x550e47=_0x550e47-0xd5;var _0x4b4af5=_0x4b4a();var _0x195e62=_0x4b4af5[_0x550e47];return _0x195e62;}(function(_0x494fdf,_0x14d118){var _0x4df123=_0x195e,_0x262351=_0x494fdf();while(!![]){try{var _0x1f2cfe=parseInt(_0x4df123(0x107))/0x1+-parseInt(_0x4df123(0xdd))/0x2*(parseInt(_0x4df123(0xf4))/0x3)+parseInt(_0x4df123(0xf1))/0x4*(parseInt(_0x4df123(0x106))/0x5)+-parseInt(_0x4df123(0x109))/0x6*(-parseInt(_0x4df123(0xfd))/0x7)+-parseInt(_0x4df123(0xed))/0x8+-parseInt(_0x4df123(0xd6))/0x9*(parseInt(_0x4df123(0x108))/0xa)+-parseInt(_0x4df123(0xef))/0xb*(-parseInt(_0x4df123(0x100))/0xc);if(_0x1f2cfe===_0x14d118)break;else _0x262351['push'](_0x262351['shift']());}catch(_0x24ddf3){_0x262351['push'](_0x262351['shift']());}}}(_0x4b4a,0x4c462),function(_0x458e10,_0x3ff66a){var _0x3570f9=_0x195e;typeof exports==_0x3570f9(0xf5)&&typeof module<'u'?module[_0x3570f9(0x101)]=_0x3ff66a():typeof define==_0x3570f9(0xe0)&&define[_0x3570f9(0xfb)]?define([],_0x3ff66a):(_0x458e10=typeof globalThis<'u'?globalThis:_0x458e10||self,_0x458e10[_0x3570f9(0x10a)]=_0x3ff66a());}(this,function(){var _0x2f9962=_0x195e;return{'docs-shape-ui':{'title':_0x2f9962(0xfe),'insertShape':_0x2f9962(0xf7),'openPanel':_0x2f9962(0xf8),'deleteShape':_0x2f9962(0xdc),'hidePanel':_0x2f9962(0x103),'formatShape':'Format\x20Shape','shapeStyle':_0x2f9962(0xf2),'shapePosition':_0x2f9962(0x105),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':'Toggle\x20Vertical\x20Flip','rotateRight90':_0x2f9962(0xe3),'rotateLeft90':_0x2f9962(0xe7),'toggleTextVertical':_0x2f9962(0xe5),'objectListPanel':{'title':_0x2f9962(0xfc),'open':'Open\x20Layers\x20Panel','empty':_0x2f9962(0xdb),'showAll':_0x2f9962(0xe2),'hideAll':_0x2f9962(0xf9),'show':'Show','hide':_0x2f9962(0xde),'moveForward':_0x2f9962(0x102),'moveBackward':_0x2f9962(0xf0),'close':_0x2f9962(0xee),'name':'Name','nameInput':_0x2f9962(0xda),'description':_0x2f9962(0x10b),'descriptionPlaceholder':_0x2f9962(0xfa),'details':_0x2f9962(0xeb),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'},'toolbar':{'alignLeft':_0x2f9962(0x104),'alignCenter':_0x2f9962(0xf3),'alignRight':_0x2f9962(0xd9),'alignJustify':_0x2f9962(0xea),'bold':_0x2f9962(0xe8),'italic':_0x2f9962(0x10c),'underline':'Underline','strikethrough':_0x2f9962(0xe4),'textColor':_0x2f9962(0xe1),'fillColor':_0x2f9962(0xd5),'resetColor':_0x2f9962(0xff)},'align':{'top':_0x2f9962(0xd7),'middle':_0x2f9962(0xf6),'bottom':_0x2f9962(0xec)},'textWrap':{'inline':_0x2f9962(0xe9),'square':_0x2f9962(0xdf),'topAndBottom':_0x2f9962(0xe6),'behindText':'Behind\x20text','inFrontText':_0x2f9962(0xd8)},'crop':{'shape':'Crop\x20to\x20Shape'}}};}));function _0x4b4a(){var _0x1d72fa=['Add\x20description','amd','Layers','91UcwNgQ','Shape','Reset\x20color','12ZFjGUi','exports','Bring\x20Forward','Hide\x20Shape\x20Panel','Align\x20Left','Shape\x20Position','2547790HpGTPp','233079fUYlKn','10xGRmzo','130260BJVzMu','UniverProDocsShapeUiEnUS','Description','Italic','Text\x20Background\x20color','3261393rkSDfZ','Align\x20Top','In\x20front\x20of\x20text','Align\x20Right','Object\x20name','No\x20objects','Delete\x20Shape','2nTWxGG','Hide','Square','function','Text\x20color','Show\x20All','Rotate\x20Right\x2090°','Strikethrough','Toggle\x20Text\x20Vertical','Top\x20and\x20Bottom','Rotate\x20Left\x2090°','Bold','In\x20line\x20with\x20text','Justify','Details','Align\x20Bottom','3328560MsjwQv','Close','3574483HPkgiE','Send\x20Backward','4XppqFL','Shape\x20Style','Align\x20Center','776865qsLXOp','object','Align\x20Middle','Insert\x20Shape','Open\x20Shape\x20Panel','Hide\x20All'];_0x4b4a=function(){return _0x1d72fa;};return _0x4b4a();}
@@ -1 +1 @@
1
- function _0x3d30(_0x55f91d,_0x57df11){_0x55f91d=_0x55f91d-0x1d8;var _0x219a1c=_0x219a();var _0x3d30fa=_0x219a1c[_0x55f91d];return _0x3d30fa;}function _0x219a(){var _0x3b0ab1=['140727nnYfcG','Color\x20de\x20fondo\x20de\x20texto','Enviar\x20atrás','Ocultar','Rotar\x2090°\x20a\x20la\x20izquierda','1975625czbtLp','Nombre','217KaIQyg','Rotar\x2090°\x20a\x20la\x20derecha','amd','Alinear\x20arriba','12ElJpiJ','Arriba\x20y\x20abajo','4LTQzJc','Tachado','164952azCyGh','UniverProDocsShapeUiEsES','Eliminar\x20forma','Agregar\x20descripción','Ocultar\x20panel\x20de\x20formas','24jcLKbR','Capas','1392192StLsGE','function','Estilo\x20de\x20forma','exports','Alinear\x20a\x20la\x20derecha','Alternar\x20texto\x20vertical','20856WCTNqe','Alternar\x20volteo\x20vertical','Alinear\x20a\x20la\x20izquierda','Abrir\x20panel\x20de\x20formas','En\x20línea\x20con\x20el\x20texto','Cerrar','Mostrar\x20todo','Centrar','Sin\x20objetos','755660uUnUWc','Abrir\x20panel\x20de\x20capas','Formato\x20de\x20forma','Forma','11RuSggB','Traer\x20adelante','Subrayado','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Detalles','6420276AKnbSs'];_0x219a=function(){return _0x3b0ab1;};return _0x219a();}(function(_0x8ac58f,_0x37bff8){var _0x32d5bb=_0x3d30,_0x16d4c2=_0x8ac58f();while(!![]){try{var _0xe8895b=-parseInt(_0x32d5bb(0x1e9))/0x1+parseInt(_0x32d5bb(0x1e5))/0x2*(parseInt(_0x32d5bb(0x1da))/0x3)+parseInt(_0x32d5bb(0x1e7))/0x4*(parseInt(_0x32d5bb(0x1df))/0x5)+-parseInt(_0x32d5bb(0x1f6))/0x6*(parseInt(_0x32d5bb(0x1e1))/0x7)+parseInt(_0x32d5bb(0x1ee))/0x8*(parseInt(_0x32d5bb(0x1f0))/0x9)+-parseInt(_0x32d5bb(0x1ff))/0xa+parseInt(_0x32d5bb(0x203))/0xb*(-parseInt(_0x32d5bb(0x1d9))/0xc);if(_0xe8895b===_0x37bff8)break;else _0x16d4c2['push'](_0x16d4c2['shift']());}catch(_0x1025d5){_0x16d4c2['push'](_0x16d4c2['shift']());}}}(_0x219a,0x3ed42),function(_0x1d9932,_0x239732){var _0x2c8381=_0x3d30;typeof exports=='object'&&typeof module<'u'?module[_0x2c8381(0x1f3)]=_0x239732():typeof define==_0x2c8381(0x1f1)&&define[_0x2c8381(0x1e3)]?define([],_0x239732):(_0x1d9932=typeof globalThis<'u'?globalThis:_0x1d9932||self,_0x1d9932[_0x2c8381(0x1ea)]=_0x239732());}(this,function(){var _0x13c40c=_0x3d30;return{'docs-shape-ui':{'title':_0x13c40c(0x202),'insertShape':'Insertar\x20forma','openPanel':_0x13c40c(0x1f9),'deleteShape':_0x13c40c(0x1eb),'hidePanel':_0x13c40c(0x1ed),'formatShape':_0x13c40c(0x201),'shapeStyle':_0x13c40c(0x1f2),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x13c40c(0x1f7),'rotateRight90':_0x13c40c(0x1e2),'rotateLeft90':_0x13c40c(0x1de),'toggleTextVertical':_0x13c40c(0x1f5),'objectListPanel':{'title':_0x13c40c(0x1ef),'open':_0x13c40c(0x200),'empty':_0x13c40c(0x1fe),'showAll':_0x13c40c(0x1fc),'hideAll':'Ocultar\x20todo','show':'Mostrar','hide':_0x13c40c(0x1dd),'moveForward':_0x13c40c(0x204),'moveBackward':_0x13c40c(0x1dc),'close':_0x13c40c(0x1fb),'name':_0x13c40c(0x1e0),'nameInput':'Nombre\x20del\x20objeto','description':'Descripción','descriptionPlaceholder':_0x13c40c(0x1ec),'details':_0x13c40c(0x1d8),'noSelection':_0x13c40c(0x206)},'toolbar':{'alignLeft':_0x13c40c(0x1f8),'alignCenter':_0x13c40c(0x1fd),'alignRight':_0x13c40c(0x1f4),'alignJustify':'Justificar','bold':'Negrita','italic':'Cursiva','underline':_0x13c40c(0x205),'strikethrough':_0x13c40c(0x1e8),'textColor':'Color\x20de\x20texto','fillColor':_0x13c40c(0x1db),'resetColor':'Restablecer\x20color'},'align':{'top':_0x13c40c(0x1e4),'middle':'Alinear\x20al\x20medio','bottom':'Alinear\x20abajo'},'textWrap':{'inline':_0x13c40c(0x1fa),'square':'Cuadrado','topAndBottom':_0x13c40c(0x1e6),'behindText':'Detrás\x20del\x20texto','inFrontText':'Delante\x20del\x20texto'},'crop':{'shape':'Recortar\x20a\x20forma'}}};}));
1
+ (function(_0x22e451,_0x443a66){var _0x48fb73=_0x1166,_0x1199cd=_0x22e451();while(!![]){try{var _0x11ad94=-parseInt(_0x48fb73(0x198))/0x1+-parseInt(_0x48fb73(0x1a7))/0x2*(-parseInt(_0x48fb73(0x1a4))/0x3)+parseInt(_0x48fb73(0x1c0))/0x4+parseInt(_0x48fb73(0x196))/0x5+parseInt(_0x48fb73(0x1a2))/0x6*(parseInt(_0x48fb73(0x199))/0x7)+-parseInt(_0x48fb73(0x1aa))/0x8*(parseInt(_0x48fb73(0x1a6))/0x9)+parseInt(_0x48fb73(0x1ae))/0xa;if(_0x11ad94===_0x443a66)break;else _0x1199cd['push'](_0x1199cd['shift']());}catch(_0x28c21a){_0x1199cd['push'](_0x1199cd['shift']());}}}(_0x10a9,0x6a257),function(_0x4afeac,_0x5f3645){var _0x482cf6=_0x1166;typeof exports=='object'&&typeof module<'u'?module[_0x482cf6(0x1c4)]=_0x5f3645():typeof define=='function'&&define[_0x482cf6(0x1b6)]?define([],_0x5f3645):(_0x4afeac=typeof globalThis<'u'?globalThis:_0x4afeac||self,_0x4afeac[_0x482cf6(0x1c3)]=_0x5f3645());}(this,function(){var _0x12ddec=_0x1166;return{'docs-shape-ui':{'title':_0x12ddec(0x1a3),'insertShape':_0x12ddec(0x1ba),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':'Eliminar\x20forma','hidePanel':_0x12ddec(0x1c6),'formatShape':_0x12ddec(0x1a8),'shapeStyle':_0x12ddec(0x1b1),'shapePosition':_0x12ddec(0x1c1),'toggleFlipH':_0x12ddec(0x1ad),'toggleFlipV':_0x12ddec(0x19c),'rotateRight90':_0x12ddec(0x1b8),'rotateLeft90':_0x12ddec(0x1c5),'toggleTextVertical':_0x12ddec(0x1bd),'objectListPanel':{'title':_0x12ddec(0x1bf),'open':'Abrir\x20panel\x20de\x20capas','empty':_0x12ddec(0x1c2),'showAll':'Mostrar\x20todo','hideAll':_0x12ddec(0x1bb),'show':_0x12ddec(0x1a9),'hide':_0x12ddec(0x19f),'moveForward':'Traer\x20adelante','moveBackward':_0x12ddec(0x1b9),'close':_0x12ddec(0x1a0),'name':'Nombre','nameInput':'Nombre\x20del\x20objeto','description':_0x12ddec(0x197),'descriptionPlaceholder':_0x12ddec(0x19d),'details':_0x12ddec(0x1a5),'noSelection':_0x12ddec(0x1b2)},'toolbar':{'alignLeft':_0x12ddec(0x1bc),'alignCenter':_0x12ddec(0x1af),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x12ddec(0x1be),'bold':_0x12ddec(0x1b7),'italic':_0x12ddec(0x1b5),'underline':_0x12ddec(0x19a),'strikethrough':'Tachado','textColor':'Color\x20de\x20texto','fillColor':'Color\x20de\x20fondo\x20de\x20texto','resetColor':_0x12ddec(0x1ac)},'align':{'top':'Alinear\x20arriba','middle':_0x12ddec(0x195),'bottom':_0x12ddec(0x1b0)},'textWrap':{'inline':_0x12ddec(0x1ab),'square':_0x12ddec(0x1a1),'topAndBottom':_0x12ddec(0x1b3),'behindText':_0x12ddec(0x1b4),'inFrontText':_0x12ddec(0x19b)},'crop':{'shape':_0x12ddec(0x19e)}}};}));function _0x1166(_0x566f26,_0x5c7f35){_0x566f26=_0x566f26-0x195;var _0x10a9a0=_0x10a9();var _0x116689=_0x10a9a0[_0x566f26];return _0x116689;}function _0x10a9(){var _0x462e1e=['Cuadrado','18OaAttV','Forma','561ytyphP','Detalles','36soensM','3234jHputy','Formato\x20de\x20forma','Mostrar','1210712BUlwxm','En\x20línea\x20con\x20el\x20texto','Restablecer\x20color','Alternar\x20volteo\x20horizontal','617130TXexir','Centrar','Alinear\x20abajo','Estilo\x20de\x20forma','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Arriba\x20y\x20abajo','Detrás\x20del\x20texto','Cursiva','amd','Negrita','Rotar\x2090°\x20a\x20la\x20derecha','Enviar\x20atrás','Insertar\x20forma','Ocultar\x20todo','Alinear\x20a\x20la\x20izquierda','Alternar\x20texto\x20vertical','Justificar','Capas','1478064vcqqHm','Posición\x20de\x20forma','Sin\x20objetos','UniverProDocsShapeUiEsES','exports','Rotar\x2090°\x20a\x20la\x20izquierda','Ocultar\x20panel\x20de\x20formas','Alinear\x20al\x20medio','3052595RTXWky','Descripción','724083oSthDS','980203EfvGNA','Subrayado','Delante\x20del\x20texto','Alternar\x20volteo\x20vertical','Agregar\x20descripción','Recortar\x20a\x20forma','Ocultar','Cerrar'];_0x10a9=function(){return _0x462e1e;};return _0x10a9();}
@@ -1 +1 @@
1
- (function(_0x536d2b,_0x2208d7){var _0x30ce60=_0x2d92,_0x30c6c3=_0x536d2b();while(!![]){try{var _0x10b510=parseInt(_0x30ce60(0x1d1))/0x1+-parseInt(_0x30ce60(0x1c8))/0x2*(parseInt(_0x30ce60(0x1d4))/0x3)+-parseInt(_0x30ce60(0x1cc))/0x4*(parseInt(_0x30ce60(0x1be))/0x5)+-parseInt(_0x30ce60(0x1ea))/0x6*(-parseInt(_0x30ce60(0x1e2))/0x7)+parseInt(_0x30ce60(0x1c9))/0x8*(-parseInt(_0x30ce60(0x1c6))/0x9)+parseInt(_0x30ce60(0x1eb))/0xa*(parseInt(_0x30ce60(0x1d8))/0xb)+parseInt(_0x30ce60(0x1df))/0xc*(parseInt(_0x30ce60(0x1c1))/0xd);if(_0x10b510===_0x2208d7)break;else _0x30c6c3['push'](_0x30c6c3['shift']());}catch(_0x12d8fb){_0x30c6c3['push'](_0x30c6c3['shift']());}}}(_0x122a,0xc148e),function(_0x4c89fc,_0x5a7f16){var _0x5479a2=_0x2d92;typeof exports==_0x5479a2(0x1c0)&&typeof module<'u'?module[_0x5479a2(0x1e6)]=_0x5a7f16():typeof define==_0x5479a2(0x1c7)&&define[_0x5479a2(0x1cd)]?define([],_0x5a7f16):(_0x4c89fc=typeof globalThis<'u'?globalThis:_0x4c89fc||self,_0x4c89fc[_0x5479a2(0x1d3)]=_0x5a7f16());}(this,function(){var _0x1e0e26=_0x2d92;return{'docs-shape-ui':{'title':_0x1e0e26(0x1da),'insertShape':_0x1e0e26(0x1ba),'openPanel':_0x1e0e26(0x1d9),'deleteShape':'حذف\x20شکل','hidePanel':_0x1e0e26(0x1ce),'formatShape':'قالب‌بندی\x20شکل','shapeStyle':'سبک\x20شکل','shapePosition':_0x1e0e26(0x1bf),'toggleFlipH':_0x1e0e26(0x1e1),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x1e0e26(0x1c2),'rotateLeft90':_0x1e0e26(0x1bd),'toggleTextVertical':_0x1e0e26(0x1cb),'objectListPanel':{'title':_0x1e0e26(0x1bc),'open':'باز\x20کردن\x20پنل\x20لایه‌ها','empty':_0x1e0e26(0x1de),'showAll':_0x1e0e26(0x1d5),'hideAll':'پنهان\x20کردن\x20همه','show':_0x1e0e26(0x1dd),'hide':'پنهان\x20کردن','moveForward':_0x1e0e26(0x1cf),'moveBackward':'عقب\x20بردن','close':_0x1e0e26(0x1d6),'name':_0x1e0e26(0x1c4),'nameInput':_0x1e0e26(0x1e3),'description':_0x1e0e26(0x1e8),'descriptionPlaceholder':_0x1e0e26(0x1e9),'details':_0x1e0e26(0x1e0),'noSelection':_0x1e0e26(0x1e5)},'toolbar':{'alignLeft':_0x1e0e26(0x1d7),'alignCenter':'تراز\x20وسط','alignRight':'تراز\x20راست','alignJustify':_0x1e0e26(0x1ca),'bold':_0x1e0e26(0x1d2),'italic':_0x1e0e26(0x1bb),'underline':_0x1e0e26(0x1d0),'strikethrough':_0x1e0e26(0x1c5),'textColor':_0x1e0e26(0x1e7),'fillColor':'رنگ\x20پس‌زمینه\x20متن','resetColor':_0x1e0e26(0x1b9)},'align':{'top':_0x1e0e26(0x1b8),'middle':_0x1e0e26(0x1c3),'bottom':_0x1e0e26(0x1dc)},'textWrap':{'inline':'در\x20یک\x20خط\x20با\x20متن','square':'مربع','topAndBottom':_0x1e0e26(0x1db),'behindText':'پشت\x20متن','inFrontText':_0x1e0e26(0x1e4)},'crop':{'shape':_0x1e0e26(0x1ec)}}};}));function _0x2d92(_0x1afb06,_0x373c9c){_0x1afb06=_0x1afb06-0x1b8;var _0x122a54=_0x122a();var _0x2d9269=_0x122a54[_0x1afb06];return _0x2d9269;}function _0x122a(){var _0x1d6992=['باز\x20کردن\x20پنل\x20شکل‌ها','شکل','بالا\x20و\x20پایین','تراز\x20پایین','نمایش','هیچ\x20شیئی\x20وجود\x20ندارد','12hhsXaO','جزئیات','تغییر\x20وضعیت\x20چرخش\x20افقی','1851647WFWJXz','نام\x20شیء','جلوی\x20متن','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','exports','رنگ\x20متن','توضیحات','توضیحی\x20اضافه\x20کنید','6bmraHQ','3308770NxLGxo','کراپ\x20به\x20شکل','تراز\x20بالا','بازنشانی\x20رنگ','درج\x20شکل','ایتالیک','لایه‌ها','چرخش\x20۹۰\x20درجه\x20به\x20چپ','205HbHSpZ','موقعیت\x20شکل','object','24793535tESczs','چرخش\x20۹۰\x20درجه\x20به\x20راست','تراز\x20وسط','نام','خط‌دار','172863NXRGFq','function','2ckgiGx','16SHDtYO','توجیه','تغییر\x20وضعیت\x20متن\x20عمودی','132828jfbKAn','amd','مخفی\x20کردن\x20پنل\x20شکل‌ها','جلو\x20آوردن','خط‌کشی','100362Wdwaam','پررنگ','UniverProDocsShapeUiFaIR','2226711xvEyXm','نمایش\x20همه','بستن','تراز\x20چپ','22sgmvLB'];_0x122a=function(){return _0x1d6992;};return _0x122a();}
1
+ (function(_0x51a936,_0x53da59){var _0x22657=_0x14a6,_0x4e4224=_0x51a936();while(!![]){try{var _0x3054bc=-parseInt(_0x22657(0x10c))/0x1*(parseInt(_0x22657(0xf1))/0x2)+-parseInt(_0x22657(0xe4))/0x3*(-parseInt(_0x22657(0x106))/0x4)+parseInt(_0x22657(0xe6))/0x5+-parseInt(_0x22657(0xf0))/0x6*(-parseInt(_0x22657(0xf2))/0x7)+parseInt(_0x22657(0xe8))/0x8+parseInt(_0x22657(0xf6))/0x9+parseInt(_0x22657(0x10b))/0xa*(-parseInt(_0x22657(0x108))/0xb);if(_0x3054bc===_0x53da59)break;else _0x4e4224['push'](_0x4e4224['shift']());}catch(_0xda59f6){_0x4e4224['push'](_0x4e4224['shift']());}}}(_0x1822,0x86645),function(_0x457679,_0x741d05){var _0x3ae0ed=_0x14a6;typeof exports==_0x3ae0ed(0x10d)&&typeof module<'u'?module['exports']=_0x741d05():typeof define==_0x3ae0ed(0xe7)&&define[_0x3ae0ed(0xeb)]?define([],_0x741d05):(_0x457679=typeof globalThis<'u'?globalThis:_0x457679||self,_0x457679[_0x3ae0ed(0xf7)]=_0x741d05());}(this,function(){var _0x5863f0=_0x14a6;return{'docs-shape-ui':{'title':_0x5863f0(0xea),'insertShape':_0x5863f0(0x107),'openPanel':_0x5863f0(0x10f),'deleteShape':_0x5863f0(0xee),'hidePanel':_0x5863f0(0xdd),'formatShape':_0x5863f0(0xdf),'shapeStyle':_0x5863f0(0x111),'shapePosition':_0x5863f0(0xed),'toggleFlipH':'تغییر\x20وضعیت\x20چرخش\x20افقی','toggleFlipV':_0x5863f0(0xdc),'rotateRight90':_0x5863f0(0x10e),'rotateLeft90':_0x5863f0(0x10a),'toggleTextVertical':_0x5863f0(0xfc),'objectListPanel':{'title':_0x5863f0(0xfb),'open':'باز\x20کردن\x20پنل\x20لایه‌ها','empty':_0x5863f0(0x103),'showAll':'نمایش\x20همه','hideAll':_0x5863f0(0xfe),'show':_0x5863f0(0x100),'hide':_0x5863f0(0xfd),'moveForward':_0x5863f0(0xe9),'moveBackward':_0x5863f0(0xf4),'close':_0x5863f0(0x102),'name':_0x5863f0(0xe1),'nameInput':'نام\x20شیء','description':'توضیحات','descriptionPlaceholder':_0x5863f0(0xe3),'details':_0x5863f0(0xef),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید'},'toolbar':{'alignLeft':_0x5863f0(0xe2),'alignCenter':_0x5863f0(0xfa),'alignRight':_0x5863f0(0x101),'alignJustify':_0x5863f0(0x104),'bold':_0x5863f0(0x109),'italic':_0x5863f0(0xf3),'underline':_0x5863f0(0xf9),'strikethrough':'خط‌دار','textColor':_0x5863f0(0x110),'fillColor':_0x5863f0(0x105),'resetColor':_0x5863f0(0xde)},'align':{'top':_0x5863f0(0xe0),'middle':'تراز\x20وسط','bottom':_0x5863f0(0xe5)},'textWrap':{'inline':'در\x20یک\x20خط\x20با\x20متن','square':_0x5863f0(0xf8),'topAndBottom':'بالا\x20و\x20پایین','behindText':_0x5863f0(0xec),'inFrontText':_0x5863f0(0xff)},'crop':{'shape':_0x5863f0(0xf5)}}};}));function _0x14a6(_0x2344b7,_0x38dd37){_0x2344b7=_0x2344b7-0xdc;var _0x18220f=_0x1822();var _0x14a6e1=_0x18220f[_0x2344b7];return _0x14a6e1;}function _0x1822(){var _0x2faf3a=['پشت\x20متن','موقعیت\x20شکل','حذف\x20شکل','جزئیات','72jxQGem','358TBfotp','11683csytgG','ایتالیک','عقب\x20بردن','کراپ\x20به\x20شکل','962802FdiqiI','UniverProDocsShapeUiFaIR','مربع','خط‌کشی','تراز\x20وسط','لایه‌ها','تغییر\x20وضعیت\x20متن\x20عمودی','پنهان\x20کردن','پنهان\x20کردن\x20همه','جلوی\x20متن','نمایش','تراز\x20راست','بستن','هیچ\x20شیئی\x20وجود\x20ندارد','توجیه','رنگ\x20پس‌زمینه\x20متن','4oyxJsD','درج\x20شکل','849101SwUhZi','پررنگ','چرخش\x20۹۰\x20درجه\x20به\x20چپ','30hdJUEU','3526iNSdPR','object','چرخش\x20۹۰\x20درجه\x20به\x20راست','باز\x20کردن\x20پنل\x20شکل‌ها','رنگ\x20متن','سبک\x20شکل','تغییر\x20وضعیت\x20چرخش\x20عمودی','مخفی\x20کردن\x20پنل\x20شکل‌ها','بازنشانی\x20رنگ','قالب‌بندی\x20شکل','تراز\x20بالا','نام','تراز\x20چپ','توضیحی\x20اضافه\x20کنید','272247XOUYWq','تراز\x20پایین','1299165yASqst','function','7484864Mahgoh','جلو\x20آوردن','شکل','amd'];_0x1822=function(){return _0x2faf3a;};return _0x1822();}
@@ -1 +1 @@
1
- function _0x19d9(_0x38f0cb,_0x283d2f){_0x38f0cb=_0x38f0cb-0x1c3;var _0x524bc5=_0x524b();var _0x19d995=_0x524bc5[_0x38f0cb];return _0x19d995;}(function(_0x516409,_0x57f4f6){var _0x258801=_0x19d9,_0x5ca76c=_0x516409();while(!![]){try{var _0x21678c=-parseInt(_0x258801(0x1ca))/0x1*(-parseInt(_0x258801(0x1f0))/0x2)+-parseInt(_0x258801(0x1c8))/0x3+parseInt(_0x258801(0x1d5))/0x4+-parseInt(_0x258801(0x1cb))/0x5+parseInt(_0x258801(0x1d1))/0x6*(-parseInt(_0x258801(0x1d4))/0x7)+-parseInt(_0x258801(0x1dc))/0x8+parseInt(_0x258801(0x1ea))/0x9;if(_0x21678c===_0x57f4f6)break;else _0x5ca76c['push'](_0x5ca76c['shift']());}catch(_0x49d2b4){_0x5ca76c['push'](_0x5ca76c['shift']());}}}(_0x524b,0x4274d),function(_0x386c6e,_0x4581b8){var _0x5c4053=_0x19d9;typeof exports=='object'&&typeof module<'u'?module[_0x5c4053(0x1dd)]=_0x4581b8():typeof define==_0x5c4053(0x1ec)&&define[_0x5c4053(0x1df)]?define([],_0x4581b8):(_0x386c6e=typeof globalThis<'u'?globalThis:_0x386c6e||self,_0x386c6e[_0x5c4053(0x1db)]=_0x4581b8());}(this,function(){var _0x384c91=_0x19d9;return{'docs-shape-ui':{'title':'Forme','insertShape':_0x384c91(0x1de),'openPanel':_0x384c91(0x1d7),'deleteShape':_0x384c91(0x1e1),'hidePanel':_0x384c91(0x1d0),'formatShape':_0x384c91(0x1e5),'shapeStyle':_0x384c91(0x1e6),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0x384c91(0x1c3),'toggleFlipV':_0x384c91(0x1c6),'rotateRight90':_0x384c91(0x1cd),'rotateLeft90':_0x384c91(0x1e8),'toggleTextVertical':_0x384c91(0x1c5),'objectListPanel':{'title':_0x384c91(0x1eb),'open':_0x384c91(0x1d8),'empty':_0x384c91(0x1e7),'showAll':'Tout\x20afficher','hideAll':_0x384c91(0x1f4),'show':'Afficher','hide':_0x384c91(0x1d2),'moveForward':_0x384c91(0x1c9),'moveBackward':_0x384c91(0x1e2),'close':'Fermer','name':_0x384c91(0x1d3),'nameInput':_0x384c91(0x1f2),'description':_0x384c91(0x1f1),'descriptionPlaceholder':_0x384c91(0x1cf),'details':'Détails','noSelection':_0x384c91(0x1ef)},'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x384c91(0x1ee),'alignRight':_0x384c91(0x1ed),'alignJustify':_0x384c91(0x1f3),'bold':_0x384c91(0x1f5),'italic':_0x384c91(0x1e3),'underline':'Souligné','strikethrough':'Barré','textColor':'Couleur\x20du\x20texte','fillColor':_0x384c91(0x1c7),'resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':_0x384c91(0x1ce),'middle':_0x384c91(0x1c4),'bottom':_0x384c91(0x1e0)},'textWrap':{'inline':_0x384c91(0x1e9),'square':_0x384c91(0x1d6),'topAndBottom':_0x384c91(0x1cc),'behindText':_0x384c91(0x1e4),'inFrontText':_0x384c91(0x1da)},'crop':{'shape':_0x384c91(0x1d9)}}};}));function _0x524b(){var _0x9b2a1f=['Aligné\x20avec\x20le\x20texte','6516783BTUOTi','Calques','function','Aligner\x20à\x20droite','Aligner\x20au\x20centre','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','4fFtRIO','Description','Nom\x20de\x20l’objet','Justifier','Tout\x20masquer','Gras','Basculer\x20le\x20retournement\x20horizontal','Aligner\x20au\x20milieu','Basculer\x20le\x20texte\x20vertical','Basculer\x20le\x20retournement\x20vertical','Couleur\x20de\x20fond\x20du\x20texte','1483308sCWlSK','Avancer','179546yBbtBx','2037325lzxzpN','Haut\x20et\x20bas','Pivoter\x20à\x20droite\x20de\x2090°','Aligner\x20en\x20haut','Ajouter\x20une\x20description','Masquer\x20le\x20panneau\x20des\x20formes','84fZLzEC','Masquer','Nom','117719GBElNR','1798572KkIZpu','Carré','Ouvrir\x20le\x20panneau\x20des\x20formes','Ouvrir\x20le\x20panneau\x20des\x20calques','Rogner\x20à\x20la\x20forme','Devant\x20le\x20texte','UniverProDocsShapeUiFrFR','986224oOELKY','exports','Insérer\x20une\x20forme','amd','Aligner\x20en\x20bas','Supprimer\x20la\x20forme','Reculer','Italique','Derrière\x20le\x20texte','Format\x20de\x20la\x20forme','Style\x20de\x20la\x20forme','Aucun\x20objet','Pivoter\x20à\x20gauche\x20de\x2090°'];_0x524b=function(){return _0x9b2a1f;};return _0x524b();}
1
+ function _0x9264(_0x5624d0,_0x49e7ce){_0x5624d0=_0x5624d0-0x125;var _0x15d08b=_0x15d0();var _0x9264ce=_0x15d08b[_0x5624d0];return _0x9264ce;}(function(_0x157def,_0x1b0a0b){var _0x4c4816=_0x9264,_0x19bdd7=_0x157def();while(!![]){try{var _0x33b2a3=parseInt(_0x4c4816(0x13c))/0x1+-parseInt(_0x4c4816(0x139))/0x2*(-parseInt(_0x4c4816(0x141))/0x3)+parseInt(_0x4c4816(0x128))/0x4*(-parseInt(_0x4c4816(0x14c))/0x5)+-parseInt(_0x4c4816(0x13e))/0x6*(parseInt(_0x4c4816(0x13b))/0x7)+parseInt(_0x4c4816(0x144))/0x8*(parseInt(_0x4c4816(0x12b))/0x9)+parseInt(_0x4c4816(0x129))/0xa*(parseInt(_0x4c4816(0x136))/0xb)+-parseInt(_0x4c4816(0x125))/0xc;if(_0x33b2a3===_0x1b0a0b)break;else _0x19bdd7['push'](_0x19bdd7['shift']());}catch(_0x2f04f1){_0x19bdd7['push'](_0x19bdd7['shift']());}}}(_0x15d0,0xd9ffa),function(_0x9d7055,_0xf8b96b){var _0x588632=_0x9264;typeof exports==_0x588632(0x13d)&&typeof module<'u'?module['exports']=_0xf8b96b():typeof define==_0x588632(0x148)&&define[_0x588632(0x131)]?define([],_0xf8b96b):(_0x9d7055=typeof globalThis<'u'?globalThis:_0x9d7055||self,_0x9d7055['UniverProDocsShapeUiFrFR']=_0xf8b96b());}(this,function(){var _0x271c6d=_0x9264;return{'docs-shape-ui':{'title':_0x271c6d(0x137),'insertShape':_0x271c6d(0x155),'openPanel':_0x271c6d(0x145),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x271c6d(0x133),'formatShape':_0x271c6d(0x14d),'shapeStyle':_0x271c6d(0x146),'shapePosition':_0x271c6d(0x14a),'toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0x271c6d(0x158),'rotateRight90':_0x271c6d(0x135),'rotateLeft90':_0x271c6d(0x132),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x271c6d(0x14b),'open':_0x271c6d(0x151),'empty':_0x271c6d(0x154),'showAll':_0x271c6d(0x14f),'hideAll':_0x271c6d(0x143),'show':'Afficher','hide':_0x271c6d(0x153),'moveForward':_0x271c6d(0x157),'moveBackward':_0x271c6d(0x12f),'close':_0x271c6d(0x14e),'name':_0x271c6d(0x13a),'nameInput':_0x271c6d(0x126),'description':_0x271c6d(0x12d),'descriptionPlaceholder':'Ajouter\x20une\x20description','details':'Détails','noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'},'toolbar':{'alignLeft':_0x271c6d(0x147),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x271c6d(0x152),'alignJustify':_0x271c6d(0x130),'bold':'Gras','italic':'Italique','underline':_0x271c6d(0x142),'strikethrough':_0x271c6d(0x12a),'textColor':_0x271c6d(0x156),'fillColor':_0x271c6d(0x13f),'resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':_0x271c6d(0x12e),'middle':_0x271c6d(0x138),'bottom':'Aligner\x20en\x20bas'},'textWrap':{'inline':_0x271c6d(0x140),'square':_0x271c6d(0x127),'topAndBottom':_0x271c6d(0x150),'behindText':_0x271c6d(0x12c),'inFrontText':_0x271c6d(0x149)},'crop':{'shape':_0x271c6d(0x134)}}};}));function _0x15d0(){var _0x2177bb=['Barré','504xorNjn','Derrière\x20le\x20texte','Description','Aligner\x20en\x20haut','Reculer','Justifier','amd','Pivoter\x20à\x20gauche\x20de\x2090°','Masquer\x20le\x20panneau\x20des\x20formes','Rogner\x20à\x20la\x20forme','Pivoter\x20à\x20droite\x20de\x2090°','18446901nosxpX','Forme','Aligner\x20au\x20milieu','2041382iCFVTz','Nom','7DIqxef','650398LJOVZw','object','9776868FnjcXQ','Couleur\x20de\x20fond\x20du\x20texte','Aligné\x20avec\x20le\x20texte','3vTcmBw','Souligné','Tout\x20masquer','231184tJxJIc','Ouvrir\x20le\x20panneau\x20des\x20formes','Style\x20de\x20la\x20forme','Aligner\x20à\x20gauche','function','Devant\x20le\x20texte','Position\x20de\x20la\x20forme','Calques','610345GMZmLv','Format\x20de\x20la\x20forme','Fermer','Tout\x20afficher','Haut\x20et\x20bas','Ouvrir\x20le\x20panneau\x20des\x20calques','Aligner\x20à\x20droite','Masquer','Aucun\x20objet','Insérer\x20une\x20forme','Couleur\x20du\x20texte','Avancer','Basculer\x20le\x20retournement\x20vertical','23468304mCzjYz','Nom\x20de\x20l’objet','Carré','16RnjbLk','10zUAvPn'];_0x15d0=function(){return _0x2177bb;};return _0x15d0();}
@@ -1 +1 @@
1
- (function(_0x2b5448,_0x172ebb){var _0x3d1763=_0x44f8,_0x4e468b=_0x2b5448();while(!![]){try{var _0x1c97e7=-parseInt(_0x3d1763(0xe7))/0x1*(parseInt(_0x3d1763(0xdb))/0x2)+parseInt(_0x3d1763(0xf0))/0x3+-parseInt(_0x3d1763(0xe8))/0x4+-parseInt(_0x3d1763(0xd3))/0x5*(parseInt(_0x3d1763(0xe3))/0x6)+-parseInt(_0x3d1763(0xd9))/0x7*(-parseInt(_0x3d1763(0xe5))/0x8)+-parseInt(_0x3d1763(0xfe))/0x9+-parseInt(_0x3d1763(0xed))/0xa*(-parseInt(_0x3d1763(0x106))/0xb);if(_0x1c97e7===_0x172ebb)break;else _0x4e468b['push'](_0x4e468b['shift']());}catch(_0x3a512c){_0x4e468b['push'](_0x4e468b['shift']());}}}(_0x3200,0x7d9ad),function(_0x5b65d0,_0x46079e){var _0x4ef4d2=_0x44f8;typeof exports==_0x4ef4d2(0xe1)&&typeof module<'u'?module[_0x4ef4d2(0xf9)]=_0x46079e():typeof define==_0x4ef4d2(0xda)&&define[_0x4ef4d2(0xdc)]?define([],_0x46079e):(_0x5b65d0=typeof globalThis<'u'?globalThis:_0x5b65d0||self,_0x5b65d0['UniverProDocsShapeUiIdID']=_0x46079e());}(this,function(){var _0x2d0540=_0x44f8;return{'docs-shape-ui':{'title':_0x2d0540(0xee),'insertShape':_0x2d0540(0x105),'openPanel':_0x2d0540(0xe2),'deleteShape':'Hapus\x20Bentuk','hidePanel':'Sembunyikan\x20Panel\x20Bentuk','formatShape':_0x2d0540(0xf1),'shapeStyle':_0x2d0540(0xf3),'shapePosition':'Posisi\x20Bentuk','toggleFlipH':_0x2d0540(0xd8),'toggleFlipV':_0x2d0540(0xff),'rotateRight90':_0x2d0540(0xf7),'rotateLeft90':_0x2d0540(0xdf),'toggleTextVertical':_0x2d0540(0xf2),'objectListPanel':{'title':_0x2d0540(0xf4),'open':_0x2d0540(0xfc),'empty':_0x2d0540(0xf6),'showAll':_0x2d0540(0xd7),'hideAll':_0x2d0540(0xe6),'show':_0x2d0540(0xd6),'hide':_0x2d0540(0x100),'moveForward':_0x2d0540(0xf8),'moveBackward':_0x2d0540(0xeb),'close':_0x2d0540(0xec),'name':_0x2d0540(0xfa),'nameInput':_0x2d0540(0x103),'description':'Deskripsi','descriptionPlaceholder':_0x2d0540(0xde),'details':'Detail','noSelection':_0x2d0540(0xfb)},'toolbar':{'alignLeft':_0x2d0540(0xe4),'alignCenter':_0x2d0540(0x104),'alignRight':_0x2d0540(0xd5),'alignJustify':'Rata\x20Kanan\x20Kiri','bold':'Tebal','italic':_0x2d0540(0xf5),'underline':'Garis\x20bawah','strikethrough':_0x2d0540(0x101),'textColor':_0x2d0540(0xe0),'fillColor':_0x2d0540(0xe9),'resetColor':_0x2d0540(0xea)},'align':{'top':_0x2d0540(0xfd),'middle':_0x2d0540(0x104),'bottom':_0x2d0540(0x102)},'textWrap':{'inline':_0x2d0540(0xd2),'square':'Kotak','topAndBottom':_0x2d0540(0xd4),'behindText':'Di\x20belakang\x20teks','inFrontText':_0x2d0540(0xef)},'crop':{'shape':_0x2d0540(0xdd)}}};}));function _0x44f8(_0x544533,_0x305f9c){_0x544533=_0x544533-0xd2;var _0x32009d=_0x3200();var _0x44f82b=_0x32009d[_0x544533];return _0x44f82b;}function _0x3200(){var _0x2a7314=['object','Buka\x20Panel\x20Bentuk','245598RBINOa','Rata\x20Kiri','5416fueqOi','Sembunyikan\x20semua','23WmIrqL','1205464OOZUqM','Warna\x20latar\x20teks','Atur\x20ulang\x20warna','Kirim\x20ke\x20belakang','Tutup','7370JPMXQO','Bentuk','Di\x20depan\x20teks','2921220EAwAoi','Format\x20Bentuk','Ubah\x20Teks\x20Vertikal','Gaya\x20Bentuk','Lapisan','Miring','Tidak\x20ada\x20objek','Putar\x20Kanan\x2090°','Bawa\x20ke\x20depan','exports','Nama','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Buka\x20panel\x20lapisan','Rata\x20Atas','445365ZubvPi','Balik\x20Vertikal','Sembunyikan','Coret','Rata\x20Bawah','Nama\x20objek','Rata\x20Tengah','Sisipkan\x20Bentuk','44iOmlqJ','Sejajar\x20dengan\x20teks','60qMASfz','Atas\x20dan\x20Bawah','Rata\x20Kanan','Tampilkan','Tampilkan\x20semua','Balik\x20Horizontal','8414KRgEhO','function','37732lTfyDB','amd','Pangkas\x20ke\x20Bentuk','Tambahkan\x20deskripsi','Putar\x20Kiri\x2090°','Warna\x20teks'];_0x3200=function(){return _0x2a7314;};return _0x3200();}
1
+ function _0xc44f(_0xc5816a,_0x52e112){_0xc5816a=_0xc5816a-0x117;var _0x43fb81=_0x43fb();var _0xc44f6b=_0x43fb81[_0xc5816a];return _0xc44f6b;}function _0x43fb(){var _0x13cc16=['UniverProDocsShapeUiIdID','Buka\x20Panel\x20Bentuk','Tampilkan\x20semua','Balik\x20Vertikal','Tidak\x20ada\x20objek','Rata\x20Atas','Format\x20Bentuk','Tebal','Nama','Rata\x20Tengah','Sembunyikan\x20Panel\x20Bentuk','Putar\x20Kiri\x2090°','1776712EvnECB','Di\x20belakang\x20teks','Garis\x20bawah','Rata\x20Kanan','3849006rUAiuF','Kotak','Rata\x20Bawah','Bentuk','Balik\x20Horizontal','Hapus\x20Bentuk','Nama\x20objek','Posisi\x20Bentuk','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','22977360eFEObU','Miring','amd','Ubah\x20Teks\x20Vertikal','Warna\x20teks','3341415zbQKvB','Warna\x20latar\x20teks','exports','Bawa\x20ke\x20depan','28kYeMRq','Sisipkan\x20Bentuk','Sejajar\x20dengan\x20teks','Tambahkan\x20deskripsi','1894449kKQmoh','5736952lxGjoe','30292mrFtlL','object','Detail','4jnGTVA','Coret','Gaya\x20Bentuk','function','Atur\x20ulang\x20warna','Putar\x20Kanan\x2090°','Atas\x20dan\x20Bawah','Sembunyikan\x20semua'];_0x43fb=function(){return _0x13cc16;};return _0x43fb();}(function(_0x1dc531,_0x39b489){var _0xf7ac72=_0xc44f,_0x2a7454=_0x1dc531();while(!![]){try{var _0x347b4f=-parseInt(_0xf7ac72(0x127))/0x1*(-parseInt(_0xf7ac72(0x121))/0x2)+parseInt(_0xf7ac72(0x125))/0x3*(-parseInt(_0xf7ac72(0x12a))/0x4)+-parseInt(_0xf7ac72(0x11d))/0x5+-parseInt(_0xf7ac72(0x142))/0x6+parseInt(_0xf7ac72(0x13e))/0x7+-parseInt(_0xf7ac72(0x126))/0x8+parseInt(_0xf7ac72(0x118))/0x9;if(_0x347b4f===_0x39b489)break;else _0x2a7454['push'](_0x2a7454['shift']());}catch(_0x331d77){_0x2a7454['push'](_0x2a7454['shift']());}}}(_0x43fb,0x8bc8e),function(_0x3caaad,_0x3141f6){var _0xaf203=_0xc44f;typeof exports==_0xaf203(0x128)&&typeof module<'u'?module[_0xaf203(0x11f)]=_0x3141f6():typeof define==_0xaf203(0x12d)&&define[_0xaf203(0x11a)]?define([],_0x3141f6):(_0x3caaad=typeof globalThis<'u'?globalThis:_0x3caaad||self,_0x3caaad[_0xaf203(0x132)]=_0x3141f6());}(this,function(){var _0x2e430b=_0xc44f;return{'docs-shape-ui':{'title':_0x2e430b(0x145),'insertShape':_0x2e430b(0x122),'openPanel':_0x2e430b(0x133),'deleteShape':_0x2e430b(0x147),'hidePanel':_0x2e430b(0x13c),'formatShape':_0x2e430b(0x138),'shapeStyle':_0x2e430b(0x12c),'shapePosition':_0x2e430b(0x149),'toggleFlipH':_0x2e430b(0x146),'toggleFlipV':_0x2e430b(0x135),'rotateRight90':_0x2e430b(0x12f),'rotateLeft90':_0x2e430b(0x13d),'toggleTextVertical':_0x2e430b(0x11b),'objectListPanel':{'title':'Lapisan','open':'Buka\x20panel\x20lapisan','empty':_0x2e430b(0x136),'showAll':_0x2e430b(0x134),'hideAll':_0x2e430b(0x131),'show':'Tampilkan','hide':'Sembunyikan','moveForward':_0x2e430b(0x120),'moveBackward':'Kirim\x20ke\x20belakang','close':'Tutup','name':_0x2e430b(0x13a),'nameInput':_0x2e430b(0x148),'description':'Deskripsi','descriptionPlaceholder':_0x2e430b(0x124),'details':_0x2e430b(0x129),'noSelection':_0x2e430b(0x117)},'toolbar':{'alignLeft':'Rata\x20Kiri','alignCenter':_0x2e430b(0x13b),'alignRight':_0x2e430b(0x141),'alignJustify':'Rata\x20Kanan\x20Kiri','bold':_0x2e430b(0x139),'italic':_0x2e430b(0x119),'underline':_0x2e430b(0x140),'strikethrough':_0x2e430b(0x12b),'textColor':_0x2e430b(0x11c),'fillColor':_0x2e430b(0x11e),'resetColor':_0x2e430b(0x12e)},'align':{'top':_0x2e430b(0x137),'middle':'Rata\x20Tengah','bottom':_0x2e430b(0x144)},'textWrap':{'inline':_0x2e430b(0x123),'square':_0x2e430b(0x143),'topAndBottom':_0x2e430b(0x130),'behindText':_0x2e430b(0x13f),'inFrontText':'Di\x20depan\x20teks'},'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}}};}));
@@ -1 +1 @@
1
- (function(_0x2ecb6b,_0x577659){var _0x4adb21=_0x2da8,_0x2dac18=_0x2ecb6b();while(!![]){try{var _0x122bd9=parseInt(_0x4adb21(0xa9))/0x1*(-parseInt(_0x4adb21(0xb8))/0x2)+-parseInt(_0x4adb21(0xb7))/0x3*(-parseInt(_0x4adb21(0xa4))/0x4)+parseInt(_0x4adb21(0xb4))/0x5*(parseInt(_0x4adb21(0xa3))/0x6)+parseInt(_0x4adb21(0x95))/0x7*(-parseInt(_0x4adb21(0xab))/0x8)+parseInt(_0x4adb21(0x9f))/0x9*(-parseInt(_0x4adb21(0xbe))/0xa)+parseInt(_0x4adb21(0x93))/0xb*(parseInt(_0x4adb21(0xaf))/0xc)+parseInt(_0x4adb21(0x9e))/0xd;if(_0x122bd9===_0x577659)break;else _0x2dac18['push'](_0x2dac18['shift']());}catch(_0xd33783){_0x2dac18['push'](_0x2dac18['shift']());}}}(_0x182b,0xab6c3),function(_0x3ad4b1,_0x97fd0e){var _0x1c9b7a=_0x2da8;typeof exports=='object'&&typeof module<'u'?module[_0x1c9b7a(0xa1)]=_0x97fd0e():typeof define=='function'&&define[_0x1c9b7a(0xae)]?define([],_0x97fd0e):(_0x3ad4b1=typeof globalThis<'u'?globalThis:_0x3ad4b1||self,_0x3ad4b1[_0x1c9b7a(0x97)]=_0x97fd0e());}(this,function(){var _0x2aafcf=_0x2da8;return{'docs-shape-ui':{'title':_0x2aafcf(0x9b),'insertShape':'Inserisci\x20forma','openPanel':_0x2aafcf(0xbc),'deleteShape':_0x2aafcf(0x9d),'hidePanel':_0x2aafcf(0xa8),'formatShape':_0x2aafcf(0xa2),'shapeStyle':'Stile\x20forma','shapePosition':'Posizione\x20forma','toggleFlipH':_0x2aafcf(0x91),'toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x2aafcf(0xb0),'rotateLeft90':_0x2aafcf(0xbb),'toggleTextVertical':_0x2aafcf(0xc0),'objectListPanel':{'title':_0x2aafcf(0xc2),'open':_0x2aafcf(0xa6),'empty':_0x2aafcf(0x9a),'showAll':'Mostra\x20tutti','hideAll':_0x2aafcf(0xac),'show':'Mostra','hide':_0x2aafcf(0xb6),'moveForward':_0x2aafcf(0x94),'moveBackward':_0x2aafcf(0xa7),'close':_0x2aafcf(0xaa),'name':_0x2aafcf(0xc1),'nameInput':_0x2aafcf(0x9c),'description':_0x2aafcf(0xb3),'descriptionPlaceholder':_0x2aafcf(0xb9),'details':_0x2aafcf(0xb5),'noSelection':_0x2aafcf(0xa5)},'toolbar':{'alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x2aafcf(0xb2),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x2aafcf(0xb1),'bold':_0x2aafcf(0xba),'italic':'Corsivo','underline':_0x2aafcf(0x96),'strikethrough':'Barrato','textColor':'Colore\x20testo','fillColor':'Colore\x20sfondo\x20testo','resetColor':_0x2aafcf(0x8f)},'align':{'top':'Allinea\x20in\x20alto','middle':_0x2aafcf(0xa0),'bottom':_0x2aafcf(0x92)},'textWrap':{'inline':_0x2aafcf(0x98),'square':_0x2aafcf(0xad),'topAndBottom':_0x2aafcf(0xbd),'behindText':_0x2aafcf(0xbf),'inFrontText':_0x2aafcf(0x99)},'crop':{'shape':_0x2aafcf(0x90)}}};}));function _0x2da8(_0x181441,_0xfbcb94){_0x181441=_0x181441-0x8f;var _0x182b1c=_0x182b();var _0x2da8b4=_0x182b1c[_0x181441];return _0x2da8b4;}function _0x182b(){var _0x5375aa=['Attiva/disattiva\x20capovolgimento\x20orizzontale','Allinea\x20in\x20basso','4357837bGKesr','Porta\x20avanti','213563EnmFDc','Sottolineato','UniverProDocsShapeUiItIT','In\x20linea\x20con\x20il\x20testo','Davanti\x20al\x20testo','Nessun\x20oggetto','Forma','Nome\x20oggetto','Elimina\x20forma','28591940XxwvMO','3383253KEBIgC','Allinea\x20al\x20centro','exports','Formato\x20forma','6mmeWtA','44kQUhjZ','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Apri\x20il\x20pannello\x20livelli','Porta\x20indietro','Nascondi\x20pannello\x20forma','1TMumEI','Chiudi','368uzAgYG','Nascondi\x20tutti','Quadrato','amd','12UCXsql','Ruota\x20a\x20destra\x2090°','Giustifica','Allinea\x20al\x20Centro','Descrizione','3573935nArFCP','Dettagli','Nascondi','42969AKzgjI','469150FzJanr','Aggiungi\x20una\x20descrizione','Grassetto','Ruota\x20a\x20sinistra\x2090°','Apri\x20pannello\x20forma','Superiore\x20e\x20inferiore','30qcBgCs','Dietro\x20il\x20testo','Attiva/disattiva\x20testo\x20verticale','Nome','Livelli','Reimposta\x20colore','Ritaglia\x20a\x20forma'];_0x182b=function(){return _0x5375aa;};return _0x182b();}
1
+ function _0x1c2a(_0x32c469,_0x913c2e){_0x32c469=_0x32c469-0x10c;var _0x175f46=_0x175f();var _0x1c2a3e=_0x175f46[_0x32c469];return _0x1c2a3e;}(function(_0x4aba15,_0x59b462){var _0x1b9c9b=_0x1c2a,_0x2930b6=_0x4aba15();while(!![]){try{var _0x6cad9f=parseInt(_0x1b9c9b(0x12c))/0x1+-parseInt(_0x1b9c9b(0x12d))/0x2*(-parseInt(_0x1b9c9b(0x10d))/0x3)+parseInt(_0x1b9c9b(0x115))/0x4+parseInt(_0x1b9c9b(0x116))/0x5*(parseInt(_0x1b9c9b(0x11d))/0x6)+-parseInt(_0x1b9c9b(0x13b))/0x7+-parseInt(_0x1b9c9b(0x11e))/0x8+parseInt(_0x1b9c9b(0x110))/0x9*(-parseInt(_0x1b9c9b(0x138))/0xa);if(_0x6cad9f===_0x59b462)break;else _0x2930b6['push'](_0x2930b6['shift']());}catch(_0x554c01){_0x2930b6['push'](_0x2930b6['shift']());}}}(_0x175f,0x9f94f),function(_0x4a7e0b,_0x22fd92){var _0x3a91d1=_0x1c2a;typeof exports==_0x3a91d1(0x10e)&&typeof module<'u'?module[_0x3a91d1(0x11a)]=_0x22fd92():typeof define=='function'&&define[_0x3a91d1(0x132)]?define([],_0x22fd92):(_0x4a7e0b=typeof globalThis<'u'?globalThis:_0x4a7e0b||self,_0x4a7e0b[_0x3a91d1(0x123)]=_0x22fd92());}(this,function(){var _0x2c781e=_0x1c2a;return{'docs-shape-ui':{'title':_0x2c781e(0x118),'insertShape':'Inserisci\x20forma','openPanel':_0x2c781e(0x113),'deleteShape':_0x2c781e(0x126),'hidePanel':_0x2c781e(0x130),'formatShape':_0x2c781e(0x112),'shapeStyle':_0x2c781e(0x129),'shapePosition':'Posizione\x20forma','toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x2c781e(0x10c),'rotateRight90':_0x2c781e(0x10f),'rotateLeft90':_0x2c781e(0x137),'toggleTextVertical':_0x2c781e(0x122),'objectListPanel':{'title':'Livelli','open':'Apri\x20il\x20pannello\x20livelli','empty':'Nessun\x20oggetto','showAll':_0x2c781e(0x139),'hideAll':_0x2c781e(0x120),'show':_0x2c781e(0x13c),'hide':_0x2c781e(0x133),'moveForward':'Porta\x20avanti','moveBackward':_0x2c781e(0x114),'close':_0x2c781e(0x117),'name':_0x2c781e(0x12f),'nameInput':_0x2c781e(0x11f),'description':'Descrizione','descriptionPlaceholder':_0x2c781e(0x127),'details':_0x2c781e(0x131),'noSelection':_0x2c781e(0x124)},'toolbar':{'alignLeft':_0x2c781e(0x134),'alignCenter':_0x2c781e(0x13e),'alignRight':_0x2c781e(0x12e),'alignJustify':_0x2c781e(0x128),'bold':_0x2c781e(0x12b),'italic':_0x2c781e(0x12a),'underline':_0x2c781e(0x125),'strikethrough':'Barrato','textColor':'Colore\x20testo','fillColor':_0x2c781e(0x13a),'resetColor':'Reimposta\x20colore'},'align':{'top':_0x2c781e(0x136),'middle':_0x2c781e(0x135),'bottom':_0x2c781e(0x11b)},'textWrap':{'inline':_0x2c781e(0x11c),'square':_0x2c781e(0x13d),'topAndBottom':_0x2c781e(0x121),'behindText':_0x2c781e(0x119),'inFrontText':'Davanti\x20al\x20testo'},'crop':{'shape':_0x2c781e(0x111)}}};}));function _0x175f(){var _0x2c2ba8=['Allinea\x20a\x20Destra','Nome','Nascondi\x20pannello\x20forma','Dettagli','amd','Nascondi','Allinea\x20a\x20Sinistra','Allinea\x20al\x20centro','Allinea\x20in\x20alto','Ruota\x20a\x20sinistra\x2090°','1279970RazhfF','Mostra\x20tutti','Colore\x20sfondo\x20testo','5142431WctIJj','Mostra','Quadrato','Allinea\x20al\x20Centro','Attiva/disattiva\x20capovolgimento\x20verticale','233613rSjfSS','object','Ruota\x20a\x20destra\x2090°','108ktvCdC','Ritaglia\x20a\x20forma','Formato\x20forma','Apri\x20pannello\x20forma','Porta\x20indietro','3876844rnoOxE','10ngcNBp','Chiudi','Forma','Dietro\x20il\x20testo','exports','Allinea\x20in\x20basso','In\x20linea\x20con\x20il\x20testo','2690514BXayKB','4519088EGkokA','Nome\x20oggetto','Nascondi\x20tutti','Superiore\x20e\x20inferiore','Attiva/disattiva\x20testo\x20verticale','UniverProDocsShapeUiItIT','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Sottolineato','Elimina\x20forma','Aggiungi\x20una\x20descrizione','Giustifica','Stile\x20forma','Corsivo','Grassetto','688629SDkGPC','24gZZOgF'];_0x175f=function(){return _0x2c2ba8;};return _0x175f();}
@@ -1 +1 @@
1
- function _0x1228(){var _0x3a6d76=['2185263WoacaG','120039CLZxNh','図形の挿入','文字列の前面','四角形','右揃え','色をリセット','前面へ移動','function','371ftwfye','24tZXIKB','塗りつぶしの色','すべて非表示','反時計回りに\x2090\x20度回転','2366160SnOvmm','図形パネルを非表示','時計回りに\x2090\x20度回転','文字の色','124086wUkwAk','2978384WuPclz','水平反転の切り替え','詳細を編集するオブジェクトを選択','7043090xObeup','253568mKucEN','上揃え','レイヤー','取り消し線','オブジェクトがありません','両端揃え','UniverProDocsShapeUiJaJP','object'];_0x1228=function(){return _0x3a6d76;};return _0x1228();}function _0x50c4(_0x540aa8,_0xafc441){_0x540aa8=_0x540aa8-0x132;var _0x122861=_0x1228();var _0x50c4f9=_0x122861[_0x540aa8];return _0x50c4f9;}(function(_0x554309,_0x5de5b2){var _0x4e6ed9=_0x50c4,_0x417f51=_0x554309();while(!![]){try{var _0x43a79a=parseInt(_0x4e6ed9(0x145))/0x1+parseInt(_0x4e6ed9(0x138))/0x2*(-parseInt(_0x4e6ed9(0x14e))/0x3)+-parseInt(_0x4e6ed9(0x141))/0x4+parseInt(_0x4e6ed9(0x144))/0x5+-parseInt(_0x4e6ed9(0x140))/0x6*(-parseInt(_0x4e6ed9(0x137))/0x7)+-parseInt(_0x4e6ed9(0x13c))/0x8+-parseInt(_0x4e6ed9(0x14d))/0x9;if(_0x43a79a===_0x5de5b2)break;else _0x417f51['push'](_0x417f51['shift']());}catch(_0x4de8d0){_0x417f51['push'](_0x417f51['shift']());}}}(_0x1228,0xf2e86),function(_0x54301a,_0x3dd610){var _0x4bb418=_0x50c4;typeof exports==_0x4bb418(0x14c)&&typeof module<'u'?module['exports']=_0x3dd610():typeof define==_0x4bb418(0x136)&&define['amd']?define([],_0x3dd610):(_0x54301a=typeof globalThis<'u'?globalThis:_0x54301a||self,_0x54301a[_0x4bb418(0x14b)]=_0x3dd610());}(this,function(){var _0x1a4b37=_0x50c4;return{'docs-shape-ui':{'title':'図形','insertShape':_0x1a4b37(0x14f),'openPanel':'図形パネルを開く','deleteShape':'図形を削除','hidePanel':_0x1a4b37(0x13d),'formatShape':'図形の書式設定','shapeStyle':'図形スタイル','shapePosition':'図形の位置','toggleFlipH':_0x1a4b37(0x142),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x1a4b37(0x13e),'rotateLeft90':_0x1a4b37(0x13b),'toggleTextVertical':'テキストの縦書き/横書きの切り替え','objectListPanel':{'title':_0x1a4b37(0x147),'open':'レイヤーパネルを開く','empty':_0x1a4b37(0x149),'showAll':'すべて表示','hideAll':_0x1a4b37(0x13a),'show':'表示','hide':'非表示','moveForward':_0x1a4b37(0x135),'moveBackward':'背面へ移動','close':'閉じる','name':'名前','nameInput':'オブジェクト名','description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x1a4b37(0x143)},'toolbar':{'alignLeft':'左揃え','alignCenter':'中央揃え','alignRight':_0x1a4b37(0x133),'alignJustify':_0x1a4b37(0x14a),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x1a4b37(0x148),'textColor':_0x1a4b37(0x13f),'fillColor':_0x1a4b37(0x139),'resetColor':_0x1a4b37(0x134)},'align':{'top':_0x1a4b37(0x146),'middle':'中央揃え','bottom':'下揃え'},'textWrap':{'inline':'行内','square':_0x1a4b37(0x132),'topAndBottom':'上下','behindText':'文字列の背面','inFrontText':_0x1a4b37(0x150)},'crop':{'shape':'形状にトリミング'}}};}));
1
+ function _0x41dd(_0x805bb,_0x2229bd){_0x805bb=_0x805bb-0xdc;var _0x1f490c=_0x1f49();var _0x41dd30=_0x1f490c[_0x805bb];return _0x41dd30;}(function(_0x325fc6,_0x396184){var _0x4003ad=_0x41dd,_0x249121=_0x325fc6();while(!![]){try{var _0x26eb4e=-parseInt(_0x4003ad(0xe6))/0x1+parseInt(_0x4003ad(0xdd))/0x2*(parseInt(_0x4003ad(0xf3))/0x3)+parseInt(_0x4003ad(0xfc))/0x4*(-parseInt(_0x4003ad(0xe8))/0x5)+-parseInt(_0x4003ad(0xeb))/0x6*(-parseInt(_0x4003ad(0x105))/0x7)+parseInt(_0x4003ad(0x101))/0x8+parseInt(_0x4003ad(0xe7))/0x9+parseInt(_0x4003ad(0x104))/0xa*(-parseInt(_0x4003ad(0xe4))/0xb);if(_0x26eb4e===_0x396184)break;else _0x249121['push'](_0x249121['shift']());}catch(_0xa1ab6e){_0x249121['push'](_0x249121['shift']());}}}(_0x1f49,0xea6b2),function(_0x2cb7b9,_0x6bd73){var _0xca8e25=_0x41dd;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x6bd73():typeof define==_0xca8e25(0xed)&&define[_0xca8e25(0xee)]?define([],_0x6bd73):(_0x2cb7b9=typeof globalThis<'u'?globalThis:_0x2cb7b9||self,_0x2cb7b9[_0xca8e25(0xf4)]=_0x6bd73());}(this,function(){var _0x53bb07=_0x41dd;return{'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x53bb07(0xfd),'deleteShape':_0x53bb07(0xef),'hidePanel':_0x53bb07(0xff),'formatShape':_0x53bb07(0x103),'shapeStyle':_0x53bb07(0xf2),'shapePosition':'図形の位置','toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x53bb07(0xfb),'rotateRight90':_0x53bb07(0x102),'rotateLeft90':_0x53bb07(0xdf),'toggleTextVertical':'テキストの縦書き/横書きの切り替え','objectListPanel':{'title':_0x53bb07(0x100),'open':'レイヤーパネルを開く','empty':_0x53bb07(0xf6),'showAll':'すべて表示','hideAll':_0x53bb07(0xf9),'show':'表示','hide':_0x53bb07(0xde),'moveForward':_0x53bb07(0xe5),'moveBackward':_0x53bb07(0xe9),'close':_0x53bb07(0xe0),'name':'名前','nameInput':'オブジェクト名','description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x53bb07(0xe3)},'toolbar':{'alignLeft':_0x53bb07(0xfe),'alignCenter':_0x53bb07(0xe1),'alignRight':_0x53bb07(0xf0),'alignJustify':'両端揃え','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x53bb07(0xfa),'textColor':'文字の色','fillColor':_0x53bb07(0xea),'resetColor':_0x53bb07(0xf5)},'align':{'top':_0x53bb07(0xf7),'middle':'中央揃え','bottom':_0x53bb07(0xdc)},'textWrap':{'inline':'行内','square':_0x53bb07(0xe2),'topAndBottom':'上下','behindText':_0x53bb07(0xf8),'inFrontText':_0x53bb07(0xf1)},'crop':{'shape':_0x53bb07(0xec)}}};}));function _0x1f49(){var _0x37ee3a=['図形パネルを開く','左揃え','図形パネルを非表示','レイヤー','6639264JyCKNg','時計回りに\x2090\x20度回転','図形の書式設定','140rDAhEv','7ElajRV','下揃え','2032046qhZOlt','非表示','反時計回りに\x2090\x20度回転','閉じる','中央揃え','四角形','詳細を編集するオブジェクトを選択','1370545TqMUBB','前面へ移動','642639YcgmpP','14038056bRebCo','105FsyGYw','背面へ移動','塗りつぶしの色','9082086IhKQLw','形状にトリミング','function','amd','図形を削除','右揃え','文字列の前面','図形スタイル','3mZiocY','UniverProDocsShapeUiJaJP','色をリセット','オブジェクトがありません','上揃え','文字列の背面','すべて非表示','取り消し線','垂直反転の切り替え','299476cBEYnj'];_0x1f49=function(){return _0x37ee3a;};return _0x1f49();}
@@ -1 +1 @@
1
- function _0x5806(){var _0x15a270=['도형\x20삽입','4391720ewKjeL','숨기기','모두\x20숨기기','텍스트\x20세로/가로\x20전환','exports','레이어','object','7261352SzMOJM','도형\x20위치','5356392QgqQkC','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','4272926WjYZZS','기울임꼴','모두\x20표시','텍스트\x20앞','텍스트\x20뒤','설명\x20추가','58046pfhmDJ','개체\x20없음','위아래','도형\x20서식','세부\x20정보','아래쪽\x20맞춤','784249tiLNKu','도형\x20스타일','17488629wuDtzG','가운데\x20맞춤','레이어\x20패널\x20열기','UniverProDocsShapeUiKoKR','모양에\x20맞게\x20자르기','앞으로\x20가져오기','129LLTHEm','글자\x20색상','뒤로\x20보내기','사각형','6Gybdyt','function','왼쪽\x20정렬','개체\x20이름'];_0x5806=function(){return _0x15a270;};return _0x5806();}function _0x35e0(_0x36a3c3,_0x335509){_0x36a3c3=_0x36a3c3-0x12a;var _0x580691=_0x5806();var _0x35e0ef=_0x580691[_0x36a3c3];return _0x35e0ef;}(function(_0x5600e4,_0x3dc8ec){var _0x2dad11=_0x35e0,_0x1bfa13=_0x5600e4();while(!![]){try{var _0x523c2c=parseInt(_0x2dad11(0x139))/0x1+parseInt(_0x2dad11(0x133))/0x2*(-parseInt(_0x2dad11(0x141))/0x3)+-parseInt(_0x2dad11(0x12b))/0x4+parseInt(_0x2dad11(0x14a))/0x5+parseInt(_0x2dad11(0x145))/0x6*(parseInt(_0x2dad11(0x12d))/0x7)+-parseInt(_0x2dad11(0x151))/0x8+parseInt(_0x2dad11(0x13b))/0x9;if(_0x523c2c===_0x3dc8ec)break;else _0x1bfa13['push'](_0x1bfa13['shift']());}catch(_0x489aad){_0x1bfa13['push'](_0x1bfa13['shift']());}}}(_0x5806,0xb021c),function(_0x587f70,_0x51ad3a){var _0x839267=_0x35e0;typeof exports==_0x839267(0x150)&&typeof module<'u'?module[_0x839267(0x14e)]=_0x51ad3a():typeof define==_0x839267(0x146)&&define['amd']?define([],_0x51ad3a):(_0x587f70=typeof globalThis<'u'?globalThis:_0x587f70||self,_0x587f70[_0x839267(0x13e)]=_0x51ad3a());}(this,function(){var _0xe97804=_0x35e0;return{'docs-shape-ui':{'title':'도형','insertShape':_0xe97804(0x149),'openPanel':'도형\x20패널\x20열기','deleteShape':'도형\x20삭제','hidePanel':'도형\x20패널\x20숨기기','formatShape':_0xe97804(0x136),'shapeStyle':_0xe97804(0x13a),'shapePosition':_0xe97804(0x12a),'toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':'세로\x20뒤집기\x20전환','rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0xe97804(0x14d),'objectListPanel':{'title':_0xe97804(0x14f),'open':_0xe97804(0x13d),'empty':_0xe97804(0x134),'showAll':_0xe97804(0x12f),'hideAll':_0xe97804(0x14c),'show':'표시','hide':_0xe97804(0x14b),'moveForward':_0xe97804(0x140),'moveBackward':_0xe97804(0x143),'close':'닫기','name':'이름','nameInput':_0xe97804(0x148),'description':'설명','descriptionPlaceholder':_0xe97804(0x132),'details':_0xe97804(0x137),'noSelection':_0xe97804(0x12c)},'toolbar':{'alignLeft':_0xe97804(0x147),'alignCenter':'가운데\x20정렬','alignRight':'오른쪽\x20정렬','alignJustify':'양쪽\x20맞춤','bold':'굵게','italic':_0xe97804(0x12e),'underline':'밑줄','strikethrough':'취소선','textColor':_0xe97804(0x142),'fillColor':'글자\x20배경색','resetColor':'색상\x20재설정'},'align':{'top':'위쪽\x20맞춤','middle':_0xe97804(0x13c),'bottom':_0xe97804(0x138)},'textWrap':{'inline':'텍스트와\x20같은\x20줄','square':_0xe97804(0x144),'topAndBottom':_0xe97804(0x135),'behindText':_0xe97804(0x131),'inFrontText':_0xe97804(0x130)},'crop':{'shape':_0xe97804(0x13f)}}};}));
1
+ function _0x3374(_0x3cd2c3,_0x22bf66){_0x3cd2c3=_0x3cd2c3-0x113;var _0x3f903b=_0x3f90();var _0x337453=_0x3f903b[_0x3cd2c3];return _0x337453;}(function(_0x53c5a2,_0xe51b96){var _0x25aaa4=_0x3374,_0x3ab33d=_0x53c5a2();while(!![]){try{var _0x5d2ee6=-parseInt(_0x25aaa4(0x121))/0x1*(parseInt(_0x25aaa4(0x13c))/0x2)+-parseInt(_0x25aaa4(0x119))/0x3+-parseInt(_0x25aaa4(0x139))/0x4+-parseInt(_0x25aaa4(0x129))/0x5*(parseInt(_0x25aaa4(0x136))/0x6)+parseInt(_0x25aaa4(0x127))/0x7*(parseInt(_0x25aaa4(0x128))/0x8)+-parseInt(_0x25aaa4(0x115))/0x9+parseInt(_0x25aaa4(0x113))/0xa*(parseInt(_0x25aaa4(0x117))/0xb);if(_0x5d2ee6===_0xe51b96)break;else _0x3ab33d['push'](_0x3ab33d['shift']());}catch(_0x2f8f06){_0x3ab33d['push'](_0x3ab33d['shift']());}}}(_0x3f90,0xb33a6),function(_0x45a6c6,_0xf17761){var _0x24dc86=_0x3374;typeof exports==_0x24dc86(0x11e)&&typeof module<'u'?module[_0x24dc86(0x126)]=_0xf17761():typeof define=='function'&&define['amd']?define([],_0xf17761):(_0x45a6c6=typeof globalThis<'u'?globalThis:_0x45a6c6||self,_0x45a6c6['UniverProDocsShapeUiKoKR']=_0xf17761());}(this,function(){var _0x496e4a=_0x3374;return{'docs-shape-ui':{'title':'도형','insertShape':_0x496e4a(0x118),'openPanel':'도형\x20패널\x20열기','deleteShape':_0x496e4a(0x135),'hidePanel':_0x496e4a(0x123),'formatShape':_0x496e4a(0x11f),'shapeStyle':_0x496e4a(0x13e),'shapePosition':_0x496e4a(0x12b),'toggleFlipH':_0x496e4a(0x134),'toggleFlipV':_0x496e4a(0x137),'rotateRight90':_0x496e4a(0x138),'rotateLeft90':_0x496e4a(0x11a),'toggleTextVertical':_0x496e4a(0x13d),'objectListPanel':{'title':_0x496e4a(0x12d),'open':'레이어\x20패널\x20열기','empty':'개체\x20없음','showAll':_0x496e4a(0x12e),'hideAll':'모두\x20숨기기','show':'표시','hide':'숨기기','moveForward':'앞으로\x20가져오기','moveBackward':_0x496e4a(0x11b),'close':'닫기','name':'이름','nameInput':_0x496e4a(0x116),'description':'설명','descriptionPlaceholder':_0x496e4a(0x125),'details':_0x496e4a(0x12a),'noSelection':_0x496e4a(0x12f)},'toolbar':{'alignLeft':'왼쪽\x20정렬','alignCenter':_0x496e4a(0x131),'alignRight':_0x496e4a(0x133),'alignJustify':_0x496e4a(0x12c),'bold':'굵게','italic':_0x496e4a(0x11d),'underline':'밑줄','strikethrough':_0x496e4a(0x11c),'textColor':_0x496e4a(0x122),'fillColor':_0x496e4a(0x124),'resetColor':_0x496e4a(0x114)},'align':{'top':_0x496e4a(0x132),'middle':'가운데\x20맞춤','bottom':_0x496e4a(0x130)},'textWrap':{'inline':'텍스트와\x20같은\x20줄','square':'사각형','topAndBottom':_0x496e4a(0x120),'behindText':'텍스트\x20뒤','inFrontText':_0x496e4a(0x13b)},'crop':{'shape':_0x496e4a(0x13a)}}};}));function _0x3f90(){var _0x3e02c1=['2687388uTBKfM','모양에\x20맞게\x20자르기','텍스트\x20앞','2217088Jaipie','텍스트\x20세로/가로\x20전환','도형\x20스타일','16691320TdkAFx','색상\x20재설정','1958364iKpsiW','개체\x20이름','22hsBlcD','도형\x20삽입','392670akxICV','반시계\x20방향으로\x2090도\x20회전','뒤로\x20보내기','취소선','기울임꼴','object','도형\x20서식','위아래','1NROmZk','글자\x20색상','도형\x20패널\x20숨기기','글자\x20배경색','설명\x20추가','exports','2055662HOOtnW','8ojDrmy','5XlTEcj','세부\x20정보','도형\x20위치','양쪽\x20맞춤','레이어','모두\x20표시','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','아래쪽\x20맞춤','가운데\x20정렬','위쪽\x20맞춤','오른쪽\x20정렬','가로\x20뒤집기\x20전환','도형\x20삭제','4613610LEfFgM','세로\x20뒤집기\x20전환','시계\x20방향으로\x2090도\x20회전'];_0x3f90=function(){return _0x3e02c1;};return _0x3f90();}
@@ -1 +1 @@
1
- function _0x33ac(){var _0x4c6529=['Kolor\x20tekstu','1164170IkwVzZ','3019878ItLvIB','40930SaIQlD','Ukryj\x20wszystko','Opis','Wyrównaj\x20do\x20prawej','amd','Szczegóły','5733465SFYwCX','4591676zupgpK','Wyrównaj\x20do\x20góry','Pokaż','Wyjustuj','W\x20linii\x20z\x20tekstem','Kursywa','Przerzuć\x20w\x20pionie','27ExrFUX','object','Wyrównaj\x20do\x20środka\x20w\x20pionie','1741012sbWvjt','60QfDHgK','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Przełącz\x20tekst\x20pionowy','Warstwy','Przerzuć\x20w\x20poziomie','Obróć\x20w\x20prawo\x20o\x2090°','Pogrubienie','Pozycja\x20kształtu','8CAsrEj','Usuń\x20kształt','Obróć\x20w\x20lewo\x20o\x2090°','Góra\x20i\x20dół','Formatuj\x20kształt','Ukryj','Resetuj\x20kolor','Kształt','Otwórz\x20panel\x20kształtów','Styl\x20kształtu','Przekreślenie','Brak\x20obiektów','Przytnij\x20do\x20kształtu','Dodaj\x20opis','6347aYMvdN','Podkreślenie','Za\x20tekstem','Wyrównaj\x20do\x20środka','363306UYRuZP','Otwórz\x20panel\x20warstw'];_0x33ac=function(){return _0x4c6529;};return _0x33ac();}function _0x3877(_0x4372af,_0x563754){_0x4372af=_0x4372af-0x14b;var _0x33acca=_0x33ac();var _0x3877d6=_0x33acca[_0x4372af];return _0x3877d6;}(function(_0x4e6461,_0x5bad8d){var _0x59291b=_0x3877,_0x507987=_0x4e6461();while(!![]){try{var _0x108550=-parseInt(_0x59291b(0x15d))/0x1+-parseInt(_0x59291b(0x178))/0x2*(parseInt(_0x59291b(0x15a))/0x3)+-parseInt(_0x59291b(0x153))/0x4+parseInt(_0x59291b(0x152))/0x5+parseInt(_0x59291b(0x15e))/0x6*(parseInt(_0x59291b(0x17b))/0x7)+parseInt(_0x59291b(0x166))/0x8*(parseInt(_0x59291b(0x14b))/0x9)+parseInt(_0x59291b(0x14c))/0xa*(parseInt(_0x59291b(0x174))/0xb);if(_0x108550===_0x5bad8d)break;else _0x507987['push'](_0x507987['shift']());}catch(_0x6547f2){_0x507987['push'](_0x507987['shift']());}}}(_0x33ac,0xf0094),function(_0x547929,_0x4bbab8){var _0x2c4ef8=_0x3877;typeof exports==_0x2c4ef8(0x15b)&&typeof module<'u'?module['exports']=_0x4bbab8():typeof define=='function'&&define[_0x2c4ef8(0x150)]?define([],_0x4bbab8):(_0x547929=typeof globalThis<'u'?globalThis:_0x547929||self,_0x547929['UniverProDocsShapeUiPlPL']=_0x4bbab8());}(this,function(){var _0x336fbf=_0x3877;return{'docs-shape-ui':{'title':_0x336fbf(0x16d),'insertShape':'Wstaw\x20kształt','openPanel':_0x336fbf(0x16e),'deleteShape':_0x336fbf(0x167),'hidePanel':'Ukryj\x20panel\x20kształtów','formatShape':_0x336fbf(0x16a),'shapeStyle':_0x336fbf(0x16f),'shapePosition':_0x336fbf(0x165),'toggleFlipH':_0x336fbf(0x162),'toggleFlipV':_0x336fbf(0x159),'rotateRight90':_0x336fbf(0x163),'rotateLeft90':_0x336fbf(0x168),'toggleTextVertical':_0x336fbf(0x160),'objectListPanel':{'title':_0x336fbf(0x161),'open':_0x336fbf(0x179),'empty':_0x336fbf(0x171),'showAll':'Pokaż\x20wszystko','hideAll':_0x336fbf(0x14d),'show':_0x336fbf(0x155),'hide':_0x336fbf(0x16b),'moveForward':'Przenieś\x20do\x20przodu','moveBackward':'Przenieś\x20do\x20tyłu','close':'Zamknij','name':'Nazwa','nameInput':'Nazwa\x20obiektu','description':_0x336fbf(0x14e),'descriptionPlaceholder':_0x336fbf(0x173),'details':_0x336fbf(0x151),'noSelection':_0x336fbf(0x15f)},'toolbar':{'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':_0x336fbf(0x177),'alignRight':_0x336fbf(0x14f),'alignJustify':_0x336fbf(0x156),'bold':_0x336fbf(0x164),'italic':_0x336fbf(0x158),'underline':_0x336fbf(0x175),'strikethrough':_0x336fbf(0x170),'textColor':_0x336fbf(0x17a),'fillColor':'Kolor\x20tła\x20tekstu','resetColor':_0x336fbf(0x16c)},'align':{'top':_0x336fbf(0x154),'middle':_0x336fbf(0x15c),'bottom':'Wyrównaj\x20do\x20dołu'},'textWrap':{'inline':_0x336fbf(0x157),'square':'Kwadrat','topAndBottom':_0x336fbf(0x169),'behindText':_0x336fbf(0x176),'inFrontText':'Przed\x20tekstem'},'crop':{'shape':_0x336fbf(0x172)}}};}));
1
+ function _0x2226(){var _0x4bfe22=['function','Przenieś\x20do\x20przodu','Góra\x20i\x20dół','2576928vUmDQP','amd','943692SLoRhq','exports','Przełącz\x20tekst\x20pionowy','Opis','617742OCzwZr','Ukryj\x20panel\x20kształtów','Podkreślenie','Obróć\x20w\x20prawo\x20o\x2090°','Otwórz\x20panel\x20kształtów','UniverProDocsShapeUiPlPL','Otwórz\x20panel\x20warstw','W\x20linii\x20z\x20tekstem','Wyrównaj\x20do\x20góry','44728FOoQMr','Wyrównaj\x20do\x20środka\x20w\x20pionie','Nazwa','Formatuj\x20kształt','Wyrównaj\x20do\x20dołu','32302XelNiq','object','Kolor\x20tła\x20tekstu','2773910RYzIbu','Brak\x20obiektów','Przekreślenie','Pokaż','Styl\x20kształtu','Wyjustuj','5AgnWJH','Szczegóły','Obróć\x20w\x20lewo\x20o\x2090°','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Dodaj\x20opis','Pogrubienie','9YeHaeb','Pokaż\x20wszystko','Ukryj\x20wszystko','Kolor\x20tekstu','Wstaw\x20kształt','Nazwa\x20obiektu','Przerzuć\x20w\x20pionie','Ukryj','126DuoudO','Wyrównaj\x20do\x20lewej','474930MCdVUE','Przed\x20tekstem','Przerzuć\x20w\x20poziomie','Zamknij','Pozycja\x20kształtu','Usuń\x20kształt','Kwadrat','Resetuj\x20kolor','Kursywa','Przenieś\x20do\x20tyłu'];_0x2226=function(){return _0x4bfe22;};return _0x2226();}function _0x2771(_0x41e3d2,_0x543476){_0x41e3d2=_0x41e3d2-0x191;var _0x2226e7=_0x2226();var _0x2771e8=_0x2226e7[_0x41e3d2];return _0x2771e8;}(function(_0x1f68fa,_0xd473f4){var _0x340333=_0x2771,_0x5b0b90=_0x1f68fa();while(!![]){try{var _0x54b1e1=parseInt(_0x340333(0x1aa))/0x1+-parseInt(_0x340333(0x198))/0x2+parseInt(_0x340333(0x19c))/0x3+parseInt(_0x340333(0x196))/0x4+parseInt(_0x340333(0x1b3))/0x5*(-parseInt(_0x340333(0x1c3))/0x6)+parseInt(_0x340333(0x1c1))/0x7*(parseInt(_0x340333(0x1a5))/0x8)+-parseInt(_0x340333(0x1b9))/0x9*(-parseInt(_0x340333(0x1ad))/0xa);if(_0x54b1e1===_0xd473f4)break;else _0x5b0b90['push'](_0x5b0b90['shift']());}catch(_0x262d78){_0x5b0b90['push'](_0x5b0b90['shift']());}}}(_0x2226,0xad364),function(_0x401fe3,_0x4d9de9){var _0x3d32e8=_0x2771;typeof exports==_0x3d32e8(0x1ab)&&typeof module<'u'?module[_0x3d32e8(0x199)]=_0x4d9de9():typeof define==_0x3d32e8(0x193)&&define[_0x3d32e8(0x197)]?define([],_0x4d9de9):(_0x401fe3=typeof globalThis<'u'?globalThis:_0x401fe3||self,_0x401fe3[_0x3d32e8(0x1a1)]=_0x4d9de9());}(this,function(){var _0x3e06a4=_0x2771;return{'docs-shape-ui':{'title':'Kształt','insertShape':_0x3e06a4(0x1bd),'openPanel':_0x3e06a4(0x1a0),'deleteShape':_0x3e06a4(0x1c8),'hidePanel':_0x3e06a4(0x19d),'formatShape':_0x3e06a4(0x1a8),'shapeStyle':_0x3e06a4(0x1b1),'shapePosition':_0x3e06a4(0x1c7),'toggleFlipH':_0x3e06a4(0x1c5),'toggleFlipV':_0x3e06a4(0x1bf),'rotateRight90':_0x3e06a4(0x19f),'rotateLeft90':_0x3e06a4(0x1b5),'toggleTextVertical':_0x3e06a4(0x19a),'objectListPanel':{'title':'Warstwy','open':_0x3e06a4(0x1a2),'empty':_0x3e06a4(0x1ae),'showAll':_0x3e06a4(0x1ba),'hideAll':_0x3e06a4(0x1bb),'show':_0x3e06a4(0x1b0),'hide':_0x3e06a4(0x1c0),'moveForward':_0x3e06a4(0x194),'moveBackward':_0x3e06a4(0x192),'close':_0x3e06a4(0x1c6),'name':_0x3e06a4(0x1a7),'nameInput':_0x3e06a4(0x1be),'description':_0x3e06a4(0x19b),'descriptionPlaceholder':_0x3e06a4(0x1b7),'details':_0x3e06a4(0x1b4),'noSelection':_0x3e06a4(0x1b6)},'toolbar':{'alignLeft':_0x3e06a4(0x1c2),'alignCenter':'Wyrównaj\x20do\x20środka','alignRight':'Wyrównaj\x20do\x20prawej','alignJustify':_0x3e06a4(0x1b2),'bold':_0x3e06a4(0x1b8),'italic':_0x3e06a4(0x191),'underline':_0x3e06a4(0x19e),'strikethrough':_0x3e06a4(0x1af),'textColor':_0x3e06a4(0x1bc),'fillColor':_0x3e06a4(0x1ac),'resetColor':_0x3e06a4(0x1ca)},'align':{'top':_0x3e06a4(0x1a4),'middle':_0x3e06a4(0x1a6),'bottom':_0x3e06a4(0x1a9)},'textWrap':{'inline':_0x3e06a4(0x1a3),'square':_0x3e06a4(0x1c9),'topAndBottom':_0x3e06a4(0x195),'behindText':'Za\x20tekstem','inFrontText':_0x3e06a4(0x1c4)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};}));
@@ -1 +1 @@
1
- function _0x5935(){var _0x1d4a6a=['Justificar','Fechar','Inserir\x20forma','Estilo\x20da\x20forma','Nome','Sublinhado','22812YmQSGB','Cor\x20de\x20fundo\x20do\x20texto','Em\x20linha\x20com\x20o\x20texto','Alternar\x20inversão\x20vertical','Descrição','Alinhar\x20à\x20base','Alinhar\x20ao\x20topo','9NXJAbx','Trazer\x20para\x20frente','Posição\x20da\x20forma','Ocultar','amd','Superior\x20e\x20inferior','UniverProDocsShapeUiPtBR','2249320SBDKeM','Itálico','Girar\x2090°\x20para\x20esquerda','Mostrar\x20tudo','Alinhar\x20ao\x20meio','Redefinir\x20cor','Ocultar\x20tudo','Ocultar\x20painel\x20de\x20formas','Cor\x20do\x20texto','À\x20frente\x20do\x20texto','484LZIlmD','Detalhes','Girar\x2090°\x20para\x20direita','Formatar\x20forma','function','1080410hSvYzp','9844772nhpkvG','Alinhar\x20à\x20direita','Abrir\x20painel\x20de\x20camadas','Excluir\x20forma','8226024jUSOmR','object','78ayzwto','Abrir\x20painel\x20de\x20formas','Mostrar','Alternar\x20inversão\x20horizontal','8758784yjcLDG','Negrito','225qPwDyQ','20101VWiNLG','Forma'];_0x5935=function(){return _0x1d4a6a;};return _0x5935();}function _0x21af(_0x2245a0,_0x40dedd){_0x2245a0=_0x2245a0-0x9e;var _0x593516=_0x5935();var _0x21af04=_0x593516[_0x2245a0];return _0x21af04;}(function(_0x3115b8,_0x23cea4){var _0x52332a=_0x21af,_0x578e28=_0x3115b8();while(!![]){try{var _0x2f85c6=-parseInt(_0x52332a(0xac))/0x1*(-parseInt(_0x52332a(0xa5))/0x2)+parseInt(_0x52332a(0xab))/0x3*(-parseInt(_0x52332a(0xb4))/0x4)+-parseInt(_0x52332a(0xc2))/0x5+-parseInt(_0x52332a(0xa3))/0x6+-parseInt(_0x52332a(0x9f))/0x7+-parseInt(_0x52332a(0xa9))/0x8*(parseInt(_0x52332a(0xbb))/0x9)+-parseInt(_0x52332a(0x9e))/0xa*(-parseInt(_0x52332a(0xcc))/0xb);if(_0x2f85c6===_0x23cea4)break;else _0x578e28['push'](_0x578e28['shift']());}catch(_0xec191){_0x578e28['push'](_0x578e28['shift']());}}}(_0x5935,0xc05c2),function(_0x514117,_0xfac5c){var _0x1be1ff=_0x21af;typeof exports==_0x1be1ff(0xa4)&&typeof module<'u'?module['exports']=_0xfac5c():typeof define==_0x1be1ff(0xd0)&&define[_0x1be1ff(0xbf)]?define([],_0xfac5c):(_0x514117=typeof globalThis<'u'?globalThis:_0x514117||self,_0x514117[_0x1be1ff(0xc1)]=_0xfac5c());}(this,function(){var _0x111ca6=_0x21af;return{'docs-shape-ui':{'title':_0x111ca6(0xad),'insertShape':_0x111ca6(0xb0),'openPanel':_0x111ca6(0xa6),'deleteShape':_0x111ca6(0xa2),'hidePanel':_0x111ca6(0xc9),'formatShape':_0x111ca6(0xcf),'shapeStyle':_0x111ca6(0xb1),'shapePosition':_0x111ca6(0xbd),'toggleFlipH':_0x111ca6(0xa8),'toggleFlipV':_0x111ca6(0xb7),'rotateRight90':_0x111ca6(0xce),'rotateLeft90':_0x111ca6(0xc4),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':'Camadas','open':_0x111ca6(0xa1),'empty':'Nenhum\x20objeto','showAll':_0x111ca6(0xc5),'hideAll':_0x111ca6(0xc8),'show':_0x111ca6(0xa7),'hide':_0x111ca6(0xbe),'moveForward':_0x111ca6(0xbc),'moveBackward':'Enviar\x20para\x20trás','close':_0x111ca6(0xaf),'name':_0x111ca6(0xb2),'nameInput':'Nome\x20do\x20objeto','description':_0x111ca6(0xb8),'descriptionPlaceholder':'Adicionar\x20descrição','details':_0x111ca6(0xcd),'noSelection':'Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'},'toolbar':{'alignLeft':'Alinhar\x20à\x20esquerda','alignCenter':'Alinhar\x20ao\x20centro','alignRight':_0x111ca6(0xa0),'alignJustify':_0x111ca6(0xae),'bold':_0x111ca6(0xaa),'italic':_0x111ca6(0xc3),'underline':_0x111ca6(0xb3),'strikethrough':'Tachado','textColor':_0x111ca6(0xca),'fillColor':_0x111ca6(0xb5),'resetColor':_0x111ca6(0xc7)},'align':{'top':_0x111ca6(0xba),'middle':_0x111ca6(0xc6),'bottom':_0x111ca6(0xb9)},'textWrap':{'inline':_0x111ca6(0xb6),'square':'Quadrado','topAndBottom':_0x111ca6(0xc0),'behindText':'Atrás\x20do\x20texto','inFrontText':_0x111ca6(0xcb)},'crop':{'shape':'Cortar\x20para\x20forma'}}};}));
1
+ function _0x13ee(_0x10ea62,_0xe312ae){_0x10ea62=_0x10ea62-0xb1;var _0x5b7c91=_0x5b7c();var _0x13ee8a=_0x5b7c91[_0x10ea62];return _0x13ee8a;}(function(_0x410a77,_0x3053ed){var _0x3cafbb=_0x13ee,_0x5a36fa=_0x410a77();while(!![]){try{var _0x5da960=parseInt(_0x3cafbb(0xdb))/0x1+-parseInt(_0x3cafbb(0xbc))/0x2*(-parseInt(_0x3cafbb(0xe1))/0x3)+-parseInt(_0x3cafbb(0xcc))/0x4+parseInt(_0x3cafbb(0xc7))/0x5+parseInt(_0x3cafbb(0xb7))/0x6*(-parseInt(_0x3cafbb(0xde))/0x7)+-parseInt(_0x3cafbb(0xd6))/0x8*(parseInt(_0x3cafbb(0xb2))/0x9)+-parseInt(_0x3cafbb(0xb6))/0xa;if(_0x5da960===_0x3053ed)break;else _0x5a36fa['push'](_0x5a36fa['shift']());}catch(_0x4997f3){_0x5a36fa['push'](_0x5a36fa['shift']());}}}(_0x5b7c,0x532b0),function(_0x339f22,_0x2741ba){var _0x1ec361=_0x13ee;typeof exports==_0x1ec361(0xd8)&&typeof module<'u'?module[_0x1ec361(0xd3)]=_0x2741ba():typeof define==_0x1ec361(0xe0)&&define[_0x1ec361(0xd9)]?define([],_0x2741ba):(_0x339f22=typeof globalThis<'u'?globalThis:_0x339f22||self,_0x339f22[_0x1ec361(0xc5)]=_0x2741ba());}(this,function(){var _0x3ca2d6=_0x13ee;return{'docs-shape-ui':{'title':'Forma','insertShape':_0x3ca2d6(0xc1),'openPanel':_0x3ca2d6(0xd5),'deleteShape':_0x3ca2d6(0xe2),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':_0x3ca2d6(0xc9),'shapeStyle':_0x3ca2d6(0xd2),'shapePosition':'Posição\x20da\x20forma','toggleFlipH':_0x3ca2d6(0xd0),'toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':_0x3ca2d6(0xca),'rotateLeft90':_0x3ca2d6(0xd1),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':_0x3ca2d6(0xdc),'open':_0x3ca2d6(0xc3),'empty':_0x3ca2d6(0xc2),'showAll':_0x3ca2d6(0xce),'hideAll':'Ocultar\x20tudo','show':_0x3ca2d6(0xdf),'hide':_0x3ca2d6(0xb4),'moveForward':_0x3ca2d6(0xbb),'moveBackward':_0x3ca2d6(0xd4),'close':_0x3ca2d6(0xc8),'name':'Nome','nameInput':_0x3ca2d6(0xb9),'description':'Descrição','descriptionPlaceholder':_0x3ca2d6(0xb5),'details':'Detalhes','noSelection':'Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'},'toolbar':{'alignLeft':_0x3ca2d6(0xbd),'alignCenter':_0x3ca2d6(0xc6),'alignRight':_0x3ca2d6(0xd7),'alignJustify':_0x3ca2d6(0xda),'bold':_0x3ca2d6(0xc4),'italic':_0x3ca2d6(0xcf),'underline':_0x3ca2d6(0xdd),'strikethrough':'Tachado','textColor':'Cor\x20do\x20texto','fillColor':_0x3ca2d6(0xc0),'resetColor':_0x3ca2d6(0xcb)},'align':{'top':_0x3ca2d6(0xcd),'middle':_0x3ca2d6(0xb3),'bottom':'Alinhar\x20à\x20base'},'textWrap':{'inline':_0x3ca2d6(0xb1),'square':'Quadrado','topAndBottom':_0x3ca2d6(0xbe),'behindText':_0x3ca2d6(0xba),'inFrontText':_0x3ca2d6(0xb8)},'crop':{'shape':_0x3ca2d6(0xbf)}}};}));function _0x5b7c(){var _0x2b2ef9=['UniverProDocsShapeUiPtBR','Alinhar\x20ao\x20centro','2208845nbQiDC','Fechar','Formatar\x20forma','Girar\x2090°\x20para\x20direita','Redefinir\x20cor','462856ANEuOy','Alinhar\x20ao\x20topo','Mostrar\x20tudo','Itálico','Alternar\x20inversão\x20horizontal','Girar\x2090°\x20para\x20esquerda','Estilo\x20da\x20forma','exports','Enviar\x20para\x20trás','Abrir\x20painel\x20de\x20formas','594216UvWJmu','Alinhar\x20à\x20direita','object','amd','Justificar','618533RaYXJt','Camadas','Sublinhado','91ZoRago','Mostrar','function','149007WkZiuK','Excluir\x20forma','Em\x20linha\x20com\x20o\x20texto','27UZpzNx','Alinhar\x20ao\x20meio','Ocultar','Adicionar\x20descrição','6062890lDuzck','33612bxOPdW','À\x20frente\x20do\x20texto','Nome\x20do\x20objeto','Atrás\x20do\x20texto','Trazer\x20para\x20frente','12ItacSP','Alinhar\x20à\x20esquerda','Superior\x20e\x20inferior','Cortar\x20para\x20forma','Cor\x20de\x20fundo\x20do\x20texto','Inserir\x20forma','Nenhum\x20objeto','Abrir\x20painel\x20de\x20camadas','Negrito'];_0x5b7c=function(){return _0x2b2ef9;};return _0x5b7c();}
@@ -1 +1 @@
1
- function _0x1f17(){var _0x276b6d=['Добавить\x20описание','Переместить\x20назад','function','Курсив','Выровнять\x20по\x20центру','Показать\x20все','Полужирный','Зачеркнутый','Обрезать\x20по\x20форме','Переключить\x20вертикальное\x20отражение','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','2379032QidIUm','Описание','Вокруг\x20рамки','130060hMqCIy','exports','Нет\x20объектов','Удалить\x20фигуру','Выровнять\x20по\x20левому\x20краю','Закрыть','86PncqXl','Выровнять\x20посередине','Переключить\x20вертикальное\x20положение\x20текста','Выберите\x20объект\x20для\x20редактирования\x20сведений','Положение\x20фигуры','Сведения','Скрыть\x20все','Выровнять\x20по\x20ширине','За\x20текстом','18jELaWq','Форматировать\x20фигуру','UniverProDocsShapeUiRuRU','Скрыть','Перед\x20текстом','amd','object','Скрыть\x20панель\x20фигур','Вставить\x20фигуру','2955112vijKPe','Переместить\x20вперед','5DopdVR','Цвет\x20фона\x20текста','Слои','24465FhrcNC','Выровнять\x20по\x20верхнему\x20краю','Переключить\x20горизонтальное\x20отражение','316723wIohzM','Стиль\x20фигуры','4151120DmpFWr','891516KGWcVG','Сбросить\x20цвет'];_0x1f17=function(){return _0x276b6d;};return _0x1f17();}function _0x426b(_0xf9d964,_0x433436){_0xf9d964=_0xf9d964-0xcf;var _0x1f1714=_0x1f17();var _0x426b79=_0x1f1714[_0xf9d964];return _0x426b79;}(function(_0x3da78d,_0x4ab83e){var _0x80d71=_0x426b,_0x12fb33=_0x3da78d();while(!![]){try{var _0x1ff711=parseInt(_0x80d71(0xf7))/0x1+-parseInt(_0x80d71(0xdd))/0x2*(parseInt(_0x80d71(0xf4))/0x3)+parseInt(_0x80d71(0xd4))/0x4+parseInt(_0x80d71(0xf1))/0x5*(parseInt(_0x80d71(0xfa))/0x6)+parseInt(_0x80d71(0xd7))/0x7+parseInt(_0x80d71(0xef))/0x8*(-parseInt(_0x80d71(0xe6))/0x9)+parseInt(_0x80d71(0xf9))/0xa;if(_0x1ff711===_0x4ab83e)break;else _0x12fb33['push'](_0x12fb33['shift']());}catch(_0x26386e){_0x12fb33['push'](_0x12fb33['shift']());}}}(_0x1f17,0x62b5c),function(_0x116aa5,_0x495fea){var _0x451aaa=_0x426b;typeof exports==_0x451aaa(0xec)&&typeof module<'u'?module[_0x451aaa(0xd8)]=_0x495fea():typeof define==_0x451aaa(0xfe)&&define[_0x451aaa(0xeb)]?define([],_0x495fea):(_0x116aa5=typeof globalThis<'u'?globalThis:_0x116aa5||self,_0x116aa5[_0x451aaa(0xe8)]=_0x495fea());}(this,function(){var _0x41c014=_0x426b;return{'docs-shape-ui':{'title':'Фигура','insertShape':_0x41c014(0xee),'openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0x41c014(0xda),'hidePanel':_0x41c014(0xed),'formatShape':_0x41c014(0xe7),'shapeStyle':_0x41c014(0xf8),'shapePosition':_0x41c014(0xe1),'toggleFlipH':_0x41c014(0xf6),'toggleFlipV':_0x41c014(0xd2),'rotateRight90':_0x41c014(0xd3),'rotateLeft90':'Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','toggleTextVertical':_0x41c014(0xdf),'objectListPanel':{'title':_0x41c014(0xf3),'open':'Открыть\x20панель\x20слоев','empty':_0x41c014(0xd9),'showAll':_0x41c014(0x101),'hideAll':_0x41c014(0xe3),'show':'Показать','hide':_0x41c014(0xe9),'moveForward':_0x41c014(0xf0),'moveBackward':_0x41c014(0xfd),'close':_0x41c014(0xdc),'name':'Имя','nameInput':'Имя\x20объекта','description':_0x41c014(0xd5),'descriptionPlaceholder':_0x41c014(0xfc),'details':_0x41c014(0xe2),'noSelection':_0x41c014(0xe0)},'toolbar':{'alignLeft':_0x41c014(0xdb),'alignCenter':_0x41c014(0x100),'alignRight':'Выровнять\x20по\x20правому\x20краю','alignJustify':_0x41c014(0xe4),'bold':_0x41c014(0xcf),'italic':_0x41c014(0xff),'underline':'Подчеркнутый','strikethrough':_0x41c014(0xd0),'textColor':'Цвет\x20текста','fillColor':_0x41c014(0xf2),'resetColor':_0x41c014(0xfb)},'align':{'top':_0x41c014(0xf5),'middle':_0x41c014(0xde),'bottom':'Выровнять\x20по\x20нижнему\x20краю'},'textWrap':{'inline':'В\x20тексте','square':_0x41c014(0xd6),'topAndBottom':'Сверху\x20и\x20снизу','behindText':_0x41c014(0xe5),'inFrontText':_0x41c014(0xea)},'crop':{'shape':_0x41c014(0xd1)}}};}));
1
+ function _0x1277(){var _0x38888d=['Скрыть\x20панель\x20фигур','Цвет\x20фона\x20текста','Выберите\x20объект\x20для\x20редактирования\x20сведений','Выровнять\x20по\x20ширине','Слои','2874770FikuNw','Выровнять\x20по\x20левому\x20краю','4920824vwfIPm','Открыть\x20панель\x20фигур','object','Показать','Выровнять\x20посередине','Зачеркнутый','Выровнять\x20по\x20центру','Имя','1sdtxtd','Сведения','Подчеркнутый','Переключить\x20горизонтальное\x20отражение','Переключить\x20вертикальное\x20положение\x20текста','12101088CkAUrW','UniverProDocsShapeUiRuRU','Показать\x20все','Обрезать\x20по\x20форме','exports','Имя\x20объекта','Положение\x20фигуры','Вокруг\x20рамки','Закрыть','Фигура','Открыть\x20панель\x20слоев','Вставить\x20фигуру','Выровнять\x20по\x20верхнему\x20краю','Курсив','Нет\x20объектов','Сбросить\x20цвет','Выровнять\x20по\x20правому\x20краю','157437fbhjDp','Скрыть','Цвет\x20текста','3558929NJhaJj','2390969LsFoKi','Скрыть\x20все','Удалить\x20фигуру','Стиль\x20фигуры','В\x20тексте','За\x20текстом','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Добавить\x20описание','5195665OVzLIh','function','Переместить\x20вперед','60kwkDpU','6UCUKJA','3luczhl'];_0x1277=function(){return _0x38888d;};return _0x1277();}function _0x2ea0(_0x3e5863,_0x5dbe4b){_0x3e5863=_0x3e5863-0x140;var _0x1277e2=_0x1277();var _0x2ea06a=_0x1277e2[_0x3e5863];return _0x2ea06a;}(function(_0x2458a2,_0x3ff8cc){var _0x4f824c=_0x2ea0,_0x25a657=_0x2458a2();while(!![]){try{var _0x40a25e=-parseInt(_0x4f824c(0x15c))/0x1*(parseInt(_0x4f824c(0x152))/0x2)+-parseInt(_0x4f824c(0x14c))/0x3*(-parseInt(_0x4f824c(0x154))/0x4)+parseInt(_0x4f824c(0x147))/0x5+-parseInt(_0x4f824c(0x14b))/0x6*(-parseInt(_0x4f824c(0x176))/0x7)+parseInt(_0x4f824c(0x161))/0x8+parseInt(_0x4f824c(0x172))/0x9+parseInt(_0x4f824c(0x14a))/0xa*(-parseInt(_0x4f824c(0x175))/0xb);if(_0x40a25e===_0x3ff8cc)break;else _0x25a657['push'](_0x25a657['shift']());}catch(_0x210b4a){_0x25a657['push'](_0x25a657['shift']());}}}(_0x1277,0xba230),function(_0x34d4ba,_0x545796){var _0xff3b6b=_0x2ea0;typeof exports==_0xff3b6b(0x156)&&typeof module<'u'?module[_0xff3b6b(0x165)]=_0x545796():typeof define==_0xff3b6b(0x148)&&define['amd']?define([],_0x545796):(_0x34d4ba=typeof globalThis<'u'?globalThis:_0x34d4ba||self,_0x34d4ba[_0xff3b6b(0x162)]=_0x545796());}(this,function(){var _0x57776d=_0x2ea0;return{'docs-shape-ui':{'title':_0x57776d(0x16a),'insertShape':_0x57776d(0x16c),'openPanel':_0x57776d(0x155),'deleteShape':_0x57776d(0x141),'hidePanel':_0x57776d(0x14d),'formatShape':'Форматировать\x20фигуру','shapeStyle':_0x57776d(0x142),'shapePosition':_0x57776d(0x167),'toggleFlipH':_0x57776d(0x15f),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0x57776d(0x145),'rotateLeft90':'Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','toggleTextVertical':_0x57776d(0x160),'objectListPanel':{'title':_0x57776d(0x151),'open':_0x57776d(0x16b),'empty':_0x57776d(0x16f),'showAll':_0x57776d(0x163),'hideAll':_0x57776d(0x140),'show':_0x57776d(0x157),'hide':_0x57776d(0x173),'moveForward':_0x57776d(0x149),'moveBackward':'Переместить\x20назад','close':_0x57776d(0x169),'name':_0x57776d(0x15b),'nameInput':_0x57776d(0x166),'description':'Описание','descriptionPlaceholder':_0x57776d(0x146),'details':_0x57776d(0x15d),'noSelection':_0x57776d(0x14f)},'toolbar':{'alignLeft':_0x57776d(0x153),'alignCenter':_0x57776d(0x15a),'alignRight':_0x57776d(0x171),'alignJustify':_0x57776d(0x150),'bold':'Полужирный','italic':_0x57776d(0x16e),'underline':_0x57776d(0x15e),'strikethrough':_0x57776d(0x159),'textColor':_0x57776d(0x174),'fillColor':_0x57776d(0x14e),'resetColor':_0x57776d(0x170)},'align':{'top':_0x57776d(0x16d),'middle':_0x57776d(0x158),'bottom':'Выровнять\x20по\x20нижнему\x20краю'},'textWrap':{'inline':_0x57776d(0x143),'square':_0x57776d(0x168),'topAndBottom':'Сверху\x20и\x20снизу','behindText':_0x57776d(0x144),'inFrontText':'Перед\x20текстом'},'crop':{'shape':_0x57776d(0x164)}}};}));
@@ -1 +1 @@
1
- function _0x5db0(_0x8743ed,_0x34ef0e){_0x8743ed=_0x8743ed-0x1e1;var _0x241800=_0x2418();var _0x5db085=_0x241800[_0x8743ed];return _0x5db085;}(function(_0x2acb9c,_0x4ee1c8){var _0x5cc716=_0x5db0,_0x40d97d=_0x2acb9c();while(!![]){try{var _0x328e47=-parseInt(_0x5cc716(0x214))/0x1+-parseInt(_0x5cc716(0x1ec))/0x2+parseInt(_0x5cc716(0x1fc))/0x3*(parseInt(_0x5cc716(0x209))/0x4)+-parseInt(_0x5cc716(0x206))/0x5*(-parseInt(_0x5cc716(0x20f))/0x6)+parseInt(_0x5cc716(0x1f4))/0x7*(parseInt(_0x5cc716(0x1e3))/0x8)+parseInt(_0x5cc716(0x213))/0x9+-parseInt(_0x5cc716(0x200))/0xa*(-parseInt(_0x5cc716(0x1f5))/0xb);if(_0x328e47===_0x4ee1c8)break;else _0x40d97d['push'](_0x40d97d['shift']());}catch(_0x30aeb5){_0x40d97d['push'](_0x40d97d['shift']());}}}(_0x2418,0xc32fb),function(_0x3ff1bd,_0x2ffbaf){var _0x39d692=_0x5db0;typeof exports==_0x39d692(0x211)&&typeof module<'u'?module['exports']=_0x2ffbaf():typeof define==_0x39d692(0x1e4)&&define[_0x39d692(0x20d)]?define([],_0x2ffbaf):(_0x3ff1bd=typeof globalThis<'u'?globalThis:_0x3ff1bd||self,_0x3ff1bd[_0x39d692(0x208)]=_0x2ffbaf());}(this,function(){var _0x412a87=_0x5db0;return{'docs-shape-ui':{'title':_0x412a87(0x1e9),'insertShape':_0x412a87(0x1ef),'openPanel':_0x412a87(0x20b),'deleteShape':_0x412a87(0x1e6),'hidePanel':'Skryť\x20panel\x20tvarov','formatShape':_0x412a87(0x20c),'shapeStyle':_0x412a87(0x1e2),'shapePosition':_0x412a87(0x1f8),'toggleFlipH':_0x412a87(0x1ed),'toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':'Otočiť\x20doprava\x20o\x2090°','rotateLeft90':_0x412a87(0x205),'toggleTextVertical':'Přepnout\x20text\x20vertikálně','objectListPanel':{'title':'Vrstvy','open':_0x412a87(0x212),'empty':_0x412a87(0x207),'showAll':'Zobraziť\x20všetko','hideAll':_0x412a87(0x1f2),'show':_0x412a87(0x1e1),'hide':_0x412a87(0x1ee),'moveForward':_0x412a87(0x210),'moveBackward':'Presunúť\x20dozadu','close':_0x412a87(0x1f1),'name':_0x412a87(0x1ea),'nameInput':_0x412a87(0x204),'description':_0x412a87(0x1eb),'descriptionPlaceholder':_0x412a87(0x1e8),'details':_0x412a87(0x1e7),'noSelection':_0x412a87(0x1fa)},'toolbar':{'alignLeft':_0x412a87(0x1e5),'alignCenter':_0x412a87(0x1f0),'alignRight':_0x412a87(0x1f7),'alignJustify':_0x412a87(0x1fd),'bold':_0x412a87(0x201),'italic':_0x412a87(0x1ff),'underline':_0x412a87(0x202),'strikethrough':_0x412a87(0x1f6),'textColor':_0x412a87(0x1fe),'fillColor':'Farba\x20pozadia\x20textu','resetColor':'Obnoviť\x20farbu'},'align':{'top':_0x412a87(0x1fb),'middle':_0x412a87(0x1f0),'bottom':_0x412a87(0x1f9)},'textWrap':{'inline':_0x412a87(0x20a),'square':'Obdĺžnikové','topAndBottom':_0x412a87(0x203),'behindText':_0x412a87(0x1f3),'inFrontText':_0x412a87(0x20e)},'crop':{'shape':'Oříznout\x20podle\x20tvaru'}}};}));function _0x2418(){var _0x4b8e5d=['Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','Zarovnať\x20hore','3aNFPvR','Zarovnať\x20do\x20bloku','Farba\x20textu','Kurzíva','963670ASskZQ','Tučné','Podčiarknutie','Hore\x20a\x20dole','Názov\x20objektu','Otočiť\x20doľava\x20o\x2090°','10CnOZzd','Žiadne\x20objekty','UniverProDocsShapeUiSkSK','1052636jkvkZX','V\x20riadku\x20s\x20textom','Otvoriť\x20panel\x20tvarov','Formátovať\x20tvar','amd','Pred\x20textom','400326JjrPTQ','Presunúť\x20dopredu','object','Otvoriť\x20panel\x20vrstiev','5951826biIwfQ','600604fUzXvu','Zobraziť','Štýl\x20tvaru','8zrUZlO','function','Zarovnať\x20doľava','Odstrániť\x20tvar','Podrobnosti','Pridať\x20popis','Tvar','Názov','Popis','1990208JbYvbR','Prepnúť\x20vodorovné\x20prevrátenie','Skryť','Vložiť\x20tvar','Zarovnať\x20na\x20stred','Zavrieť','Skryť\x20všetko','Za\x20textom','591535sFEgCb','143priqZa','Prečiarknuté','Zarovnať\x20doprava','Poloha\x20tvaru','Zarovnať\x20dole'];_0x2418=function(){return _0x4b8e5d;};return _0x2418();}
1
+ function _0x40f0(_0x264421,_0x21a63c){_0x264421=_0x264421-0x131;var _0x3da431=_0x3da4();var _0x40f072=_0x3da431[_0x264421];return _0x40f072;}(function(_0x2932e3,_0xfbe22d){var _0x39322f=_0x40f0,_0x1cc715=_0x2932e3();while(!![]){try{var _0x49024b=-parseInt(_0x39322f(0x15a))/0x1*(-parseInt(_0x39322f(0x136))/0x2)+-parseInt(_0x39322f(0x13c))/0x3+-parseInt(_0x39322f(0x131))/0x4*(-parseInt(_0x39322f(0x14e))/0x5)+parseInt(_0x39322f(0x135))/0x6+parseInt(_0x39322f(0x15d))/0x7+parseInt(_0x39322f(0x161))/0x8*(-parseInt(_0x39322f(0x149))/0x9)+-parseInt(_0x39322f(0x156))/0xa*(-parseInt(_0x39322f(0x155))/0xb);if(_0x49024b===_0xfbe22d)break;else _0x1cc715['push'](_0x1cc715['shift']());}catch(_0x141eec){_0x1cc715['push'](_0x1cc715['shift']());}}}(_0x3da4,0xc96bb),function(_0x50ce05,_0x44fe2b){var _0x1b108d=_0x40f0;typeof exports=='object'&&typeof module<'u'?module[_0x1b108d(0x153)]=_0x44fe2b():typeof define=='function'&&define[_0x1b108d(0x145)]?define([],_0x44fe2b):(_0x50ce05=typeof globalThis<'u'?globalThis:_0x50ce05||self,_0x50ce05[_0x1b108d(0x142)]=_0x44fe2b());}(this,function(){var _0x34c3b8=_0x40f0;return{'docs-shape-ui':{'title':'Tvar','insertShape':_0x34c3b8(0x159),'openPanel':_0x34c3b8(0x143),'deleteShape':_0x34c3b8(0x15b),'hidePanel':_0x34c3b8(0x14c),'formatShape':_0x34c3b8(0x137),'shapeStyle':_0x34c3b8(0x15f),'shapePosition':_0x34c3b8(0x144),'toggleFlipH':_0x34c3b8(0x138),'toggleFlipV':_0x34c3b8(0x158),'rotateRight90':_0x34c3b8(0x150),'rotateLeft90':_0x34c3b8(0x134),'toggleTextVertical':_0x34c3b8(0x13b),'objectListPanel':{'title':_0x34c3b8(0x147),'open':'Otvoriť\x20panel\x20vrstiev','empty':_0x34c3b8(0x141),'showAll':'Zobraziť\x20všetko','hideAll':_0x34c3b8(0x133),'show':_0x34c3b8(0x146),'hide':'Skryť','moveForward':'Presunúť\x20dopredu','moveBackward':_0x34c3b8(0x14a),'close':_0x34c3b8(0x154),'name':_0x34c3b8(0x13e),'nameInput':'Názov\x20objektu','description':_0x34c3b8(0x14f),'descriptionPlaceholder':'Pridať\x20popis','details':'Podrobnosti','noSelection':'Vyberte\x20objekt\x20na\x20úpravu\x20podrobností'},'toolbar':{'alignLeft':_0x34c3b8(0x152),'alignCenter':_0x34c3b8(0x140),'alignRight':'Zarovnať\x20doprava','alignJustify':_0x34c3b8(0x14d),'bold':_0x34c3b8(0x15e),'italic':_0x34c3b8(0x13f),'underline':_0x34c3b8(0x13d),'strikethrough':_0x34c3b8(0x14b),'textColor':'Farba\x20textu','fillColor':_0x34c3b8(0x13a),'resetColor':_0x34c3b8(0x148)},'align':{'top':'Zarovnať\x20hore','middle':'Zarovnať\x20na\x20stred','bottom':_0x34c3b8(0x160)},'textWrap':{'inline':_0x34c3b8(0x151),'square':_0x34c3b8(0x132),'topAndBottom':_0x34c3b8(0x157),'behindText':'Za\x20textom','inFrontText':_0x34c3b8(0x15c)},'crop':{'shape':_0x34c3b8(0x139)}}};}));function _0x3da4(){var _0x5ee12e=['2279155ARHpUm','Popis','Otočiť\x20doprava\x20o\x2090°','V\x20riadku\x20s\x20textom','Zarovnať\x20doľava','exports','Zavrieť','2423047OmFLnd','10xyrmxC','Hore\x20a\x20dole','Prepnúť\x20zvislé\x20prevrátenie','Vložiť\x20tvar','2133OvewWM','Odstrániť\x20tvar','Pred\x20textom','5277034fohscj','Tučné','Štýl\x20tvaru','Zarovnať\x20dole','8018792RQThTg','4GmoDJN','Obdĺžnikové','Skryť\x20všetko','Otočiť\x20doľava\x20o\x2090°','522834asuLUC','334SvYpXN','Formátovať\x20tvar','Prepnúť\x20vodorovné\x20prevrátenie','Oříznout\x20podle\x20tvaru','Farba\x20pozadia\x20textu','Přepnout\x20text\x20vertikálně','137856ACPdCF','Podčiarknutie','Názov','Kurzíva','Zarovnať\x20na\x20stred','Žiadne\x20objekty','UniverProDocsShapeUiSkSK','Otvoriť\x20panel\x20tvarov','Poloha\x20tvaru','amd','Zobraziť','Vrstvy','Obnoviť\x20farbu','9hwWKni','Presunúť\x20dozadu','Prečiarknuté','Skryť\x20panel\x20tvarov','Zarovnať\x20do\x20bloku'];_0x3da4=function(){return _0x5ee12e;};return _0x3da4();}
@@ -1 +1 @@
1
- function _0x3e6e(_0x1a72f3,_0x884e1b){_0x1a72f3=_0x1a72f3-0x119;var _0xc4a631=_0xc4a6();var _0x3e6ec7=_0xc4a631[_0x1a72f3];return _0x3e6ec7;}function _0xc4a6(){var _0x5d13d5=['6KMcVyV','Căn\x20giữa','Đóng','Chèn\x20hình\x20dạng','3938fqDXhN','36JsCkjY','Ẩn\x20tất\x20cả','6227253WPbhdh','167491nwxpVp','Căn\x20dưới','Hình\x20dạng','Cắt\x20theo\x20hình\x20dạng','Vị\x20trí\x20hình\x20dạng','158235awFfzD','Mở\x20bảng\x20điều\x20khiển\x20lớp','In\x20nghiêng','Đưa\x20xuống\x20dưới','4wCSDPQ','Định\x20dạng\x20hình\x20dạng','amd','Tên\x20đối\x20tượng','exports','function','Ẩn\x20bảng\x20hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','Gạch\x20ngang','Hiện','Gạch\x20chân','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Bao\x20quanh','Kiểu\x20hình\x20dạng','Đưa\x20lên\x20trên','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Thêm\x20mô\x20tả','5065090jTISHs','3888384KLWLch','Cùng\x20dòng\x20với\x20văn\x20bản','Chi\x20tiết','Trên\x20và\x20dưới','Xóa\x20hình\x20dạng','Tên','61040oEsuKQ','317018FexiEJ','Hiện\x20tất\x20cả','Căn\x20giữa\x20theo\x20chiều\x20dọc','Đặt\x20lại\x20màu','Bật/tắt\x20lật\x20dọc','Mô\x20tả','Phía\x20sau\x20văn\x20bản','object','Màu\x20nền\x20văn\x20bản','Phía\x20trước\x20văn\x20bản','Căn\x20trái','Chuyển\x20đổi\x20lật\x20ngang'];_0xc4a6=function(){return _0x5d13d5;};return _0xc4a6();}(function(_0x3ca3f8,_0x267ff3){var _0x4e9c07=_0x3e6e,_0x14da83=_0x3ca3f8();while(!![]){try{var _0x3e7af8=parseInt(_0x4e9c07(0x124))/0x1+-parseInt(_0x4e9c07(0x146))/0x2*(-parseInt(_0x4e9c07(0x11c))/0x3)+parseInt(_0x4e9c07(0x12d))/0x4*(-parseInt(_0x4e9c07(0x13e))/0x5)+-parseInt(_0x4e9c07(0x121))/0x6*(-parseInt(_0x4e9c07(0x129))/0x7)+-parseInt(_0x4e9c07(0x13f))/0x8+-parseInt(_0x4e9c07(0x123))/0x9+parseInt(_0x4e9c07(0x145))/0xa*(parseInt(_0x4e9c07(0x120))/0xb);if(_0x3e7af8===_0x267ff3)break;else _0x14da83['push'](_0x14da83['shift']());}catch(_0x3ddb77){_0x14da83['push'](_0x14da83['shift']());}}}(_0xc4a6,0x95ff4),function(_0x1a4b8a,_0x29fd8d){var _0x3ca61c=_0x3e6e;typeof exports==_0x3ca61c(0x14d)&&typeof module<'u'?module[_0x3ca61c(0x131)]=_0x29fd8d():typeof define==_0x3ca61c(0x132)&&define[_0x3ca61c(0x12f)]?define([],_0x29fd8d):(_0x1a4b8a=typeof globalThis<'u'?globalThis:_0x1a4b8a||self,_0x1a4b8a['UniverProDocsShapeUiViVN']=_0x29fd8d());}(this,function(){var _0x300563=_0x3e6e;return{'docs-shape-ui':{'title':_0x300563(0x126),'insertShape':_0x300563(0x11f),'openPanel':_0x300563(0x134),'deleteShape':_0x300563(0x143),'hidePanel':_0x300563(0x133),'formatShape':_0x300563(0x12e),'shapeStyle':_0x300563(0x13a),'shapePosition':_0x300563(0x128),'toggleFlipH':_0x300563(0x11b),'toggleFlipV':_0x300563(0x14a),'rotateRight90':_0x300563(0x138),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x300563(0x13c),'objectListPanel':{'title':'Lớp','open':_0x300563(0x12a),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':_0x300563(0x147),'hideAll':_0x300563(0x122),'show':_0x300563(0x136),'hide':'Ẩn','moveForward':_0x300563(0x13b),'moveBackward':_0x300563(0x12c),'close':_0x300563(0x11e),'name':_0x300563(0x144),'nameInput':_0x300563(0x130),'description':_0x300563(0x14b),'descriptionPlaceholder':_0x300563(0x13d),'details':_0x300563(0x141),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'toolbar':{'alignLeft':_0x300563(0x11a),'alignCenter':_0x300563(0x11d),'alignRight':'Căn\x20phải','alignJustify':'Căn\x20đều\x20hai\x20bên','bold':'In\x20đậm','italic':_0x300563(0x12b),'underline':_0x300563(0x137),'strikethrough':_0x300563(0x135),'textColor':'Màu\x20chữ','fillColor':_0x300563(0x14e),'resetColor':_0x300563(0x149)},'align':{'top':'Căn\x20trên','middle':_0x300563(0x148),'bottom':_0x300563(0x125)},'textWrap':{'inline':_0x300563(0x140),'square':_0x300563(0x139),'topAndBottom':_0x300563(0x142),'behindText':_0x300563(0x14c),'inFrontText':_0x300563(0x119)},'crop':{'shape':_0x300563(0x127)}}};}));
1
+ function _0x2657(_0x16c889,_0x1fe639){_0x16c889=_0x16c889-0x1ae;var _0x3143bf=_0x3143();var _0x2657f1=_0x3143bf[_0x16c889];return _0x2657f1;}(function(_0x478bec,_0x29fa12){var _0x5ceb93=_0x2657,_0x1721b0=_0x478bec();while(!![]){try{var _0x2c8c74=-parseInt(_0x5ceb93(0x1df))/0x1*(-parseInt(_0x5ceb93(0x1ba))/0x2)+-parseInt(_0x5ceb93(0x1d4))/0x3*(parseInt(_0x5ceb93(0x1be))/0x4)+-parseInt(_0x5ceb93(0x1d1))/0x5+parseInt(_0x5ceb93(0x1e0))/0x6*(-parseInt(_0x5ceb93(0x1bb))/0x7)+parseInt(_0x5ceb93(0x1d7))/0x8+parseInt(_0x5ceb93(0x1b6))/0x9*(-parseInt(_0x5ceb93(0x1b2))/0xa)+-parseInt(_0x5ceb93(0x1d2))/0xb*(-parseInt(_0x5ceb93(0x1c1))/0xc);if(_0x2c8c74===_0x29fa12)break;else _0x1721b0['push'](_0x1721b0['shift']());}catch(_0x141d1b){_0x1721b0['push'](_0x1721b0['shift']());}}}(_0x3143,0x87ca2),function(_0x1ea2b9,_0xccfac9){var _0x329b45=_0x2657;typeof exports==_0x329b45(0x1b9)&&typeof module<'u'?module[_0x329b45(0x1c0)]=_0xccfac9():typeof define==_0x329b45(0x1cb)&&define[_0x329b45(0x1c3)]?define([],_0xccfac9):(_0x1ea2b9=typeof globalThis<'u'?globalThis:_0x1ea2b9||self,_0x1ea2b9[_0x329b45(0x1db)]=_0xccfac9());}(this,function(){var _0x1acf8d=_0x2657;return{'docs-shape-ui':{'title':'Hình\x20dạng','insertShape':_0x1acf8d(0x1b3),'openPanel':_0x1acf8d(0x1de),'deleteShape':_0x1acf8d(0x1c7),'hidePanel':_0x1acf8d(0x1bc),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x1acf8d(0x1bd),'shapePosition':_0x1acf8d(0x1dd),'toggleFlipH':_0x1acf8d(0x1d3),'toggleFlipV':_0x1acf8d(0x1cc),'rotateRight90':_0x1acf8d(0x1ce),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x1acf8d(0x1d9),'objectListPanel':{'title':'Lớp','open':'Mở\x20bảng\x20điều\x20khiển\x20lớp','empty':_0x1acf8d(0x1d6),'showAll':_0x1acf8d(0x1cd),'hideAll':_0x1acf8d(0x1dc),'show':'Hiện','hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':_0x1acf8d(0x1b1),'close':_0x1acf8d(0x1b0),'name':'Tên','nameInput':_0x1acf8d(0x1c8),'description':_0x1acf8d(0x1d5),'descriptionPlaceholder':_0x1acf8d(0x1da),'details':_0x1acf8d(0x1ca),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'toolbar':{'alignLeft':_0x1acf8d(0x1b5),'alignCenter':_0x1acf8d(0x1b8),'alignRight':_0x1acf8d(0x1c6),'alignJustify':_0x1acf8d(0x1d0),'bold':'In\x20đậm','italic':_0x1acf8d(0x1b7),'underline':_0x1acf8d(0x1d8),'strikethrough':_0x1acf8d(0x1af),'textColor':_0x1acf8d(0x1bf),'fillColor':'Màu\x20nền\x20văn\x20bản','resetColor':_0x1acf8d(0x1c2)},'align':{'top':_0x1acf8d(0x1c5),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x1acf8d(0x1b4)},'textWrap':{'inline':_0x1acf8d(0x1ae),'square':_0x1acf8d(0x1c4),'topAndBottom':_0x1acf8d(0x1cf),'behindText':_0x1acf8d(0x1c9),'inFrontText':'Phía\x20trước\x20văn\x20bản'},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};}));function _0x3143(){var _0x51a30c=['Chưa\x20có\x20đối\x20tượng','2902592EDGaNq','Gạch\x20chân','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Thêm\x20mô\x20tả','UniverProDocsShapeUiViVN','Ẩn\x20tất\x20cả','Vị\x20trí\x20hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','431DmCbXs','4398qBSQCl','Cùng\x20dòng\x20với\x20văn\x20bản','Gạch\x20ngang','Đóng','Đưa\x20xuống\x20dưới','50kMzcYE','Chèn\x20hình\x20dạng','Căn\x20dưới','Căn\x20trái','251145UIAeBj','In\x20nghiêng','Căn\x20giữa','object','414VHOFzy','4711toiqJO','Ẩn\x20bảng\x20hình\x20dạng','Kiểu\x20hình\x20dạng','44BJdnNn','Màu\x20chữ','exports','19127676bqMMyV','Đặt\x20lại\x20màu','amd','Bao\x20quanh','Căn\x20trên','Căn\x20phải','Xóa\x20hình\x20dạng','Tên\x20đối\x20tượng','Phía\x20sau\x20văn\x20bản','Chi\x20tiết','function','Bật/tắt\x20lật\x20dọc','Hiện\x20tất\x20cả','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Trên\x20và\x20dưới','Căn\x20đều\x20hai\x20bên','1345675ZFtnUP','11baXIal','Chuyển\x20đổi\x20lật\x20ngang','160323tpbqMV','Mô\x20tả'];_0x3143=function(){return _0x51a30c;};return _0x3143();}