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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/command-util.d.ts +2 -18
  62. package/lib/types/const.d.ts +1 -0
  63. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
  64. package/lib/types/{commands/menu → menu}/object-list.menu.d.ts +1 -1
  65. package/lib/types/views/ShapePicker.d.ts +0 -2
  66. package/lib/umd/index.js +1 -1
  67. package/lib/umd/locale/ar-SA.js +1 -1
  68. package/lib/umd/locale/ca-ES.js +1 -1
  69. package/lib/umd/locale/de-DE.js +1 -1
  70. package/lib/umd/locale/en-US.js +1 -1
  71. package/lib/umd/locale/es-ES.js +1 -1
  72. package/lib/umd/locale/fa-IR.js +1 -1
  73. package/lib/umd/locale/fr-FR.js +1 -1
  74. package/lib/umd/locale/id-ID.js +1 -1
  75. package/lib/umd/locale/it-IT.js +1 -1
  76. package/lib/umd/locale/ja-JP.js +1 -1
  77. package/lib/umd/locale/ko-KR.js +1 -1
  78. package/lib/umd/locale/pl-PL.js +1 -1
  79. package/lib/umd/locale/pt-BR.js +1 -1
  80. package/lib/umd/locale/ru-RU.js +1 -1
  81. package/lib/umd/locale/sk-SK.js +1 -1
  82. package/lib/umd/locale/vi-VN.js +1 -1
  83. package/lib/umd/locale/zh-CN.js +1 -1
  84. package/lib/umd/locale/zh-HK.js +1 -1
  85. package/lib/umd/locale/zh-TW.js +1 -1
  86. package/package.json +17 -17
  87. package/lib/types/commands/command/update-doc-drawing-metadata.command.d.ts +0 -15
  88. package/lib/types/view-model/shape-data-model.d.ts +0 -8
@@ -1 +1 @@
1
- function _0x4115(_0x45c503,_0x221745){_0x45c503=_0x45c503-0x185;var _0x17d9e1=_0x17d9();var _0x411535=_0x17d9e1[_0x45c503];return _0x411535;}(function(_0x52bc4b,_0x2065c5){var _0x51e3af=_0x4115,_0x3af631=_0x52bc4b();while(!![]){try{var _0x63d3c=-parseInt(_0x51e3af(0x1b1))/0x1+-parseInt(_0x51e3af(0x1aa))/0x2+-parseInt(_0x51e3af(0x18d))/0x3*(-parseInt(_0x51e3af(0x195))/0x4)+parseInt(_0x51e3af(0x196))/0x5+parseInt(_0x51e3af(0x19a))/0x6+-parseInt(_0x51e3af(0x190))/0x7+-parseInt(_0x51e3af(0x1b0))/0x8*(-parseInt(_0x51e3af(0x1ae))/0x9);if(_0x63d3c===_0x2065c5)break;else _0x3af631['push'](_0x3af631['shift']());}catch(_0x2035fe){_0x3af631['push'](_0x3af631['shift']());}}}(_0x17d9,0x9b61f),function(_0x20ed13,_0x514bba){var _0x58af23=_0x4115;typeof exports==_0x58af23(0x1a5)&&typeof module<'u'?module[_0x58af23(0x1a2)]=_0x514bba():typeof define==_0x58af23(0x189)&&define['amd']?define([],_0x514bba):(_0x20ed13=typeof globalThis<'u'?globalThis:_0x20ed13||self,_0x20ed13['UniverProDocsShapeUiArSA']=_0x514bba());}(this,function(){var _0x30337c=_0x4115;return{'docs-shape-ui':{'title':_0x30337c(0x1b2),'insertShape':_0x30337c(0x1b3),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':_0x30337c(0x1a1),'hidePanel':_0x30337c(0x19e),'formatShape':_0x30337c(0x187),'shapeStyle':_0x30337c(0x185),'shapePosition':_0x30337c(0x1a0),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':_0x30337c(0x1af),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x30337c(0x18c),'toggleTextVertical':_0x30337c(0x191),'objectListPanel':{'title':_0x30337c(0x186),'open':_0x30337c(0x194),'empty':_0x30337c(0x18a),'showAll':_0x30337c(0x1ab),'hideAll':_0x30337c(0x198),'show':_0x30337c(0x1a6),'hide':_0x30337c(0x1ac),'moveForward':_0x30337c(0x19b),'moveBackward':'إرسال\x20إلى\x20الخلف','close':_0x30337c(0x18b),'name':'الاسم','nameInput':_0x30337c(0x1a4),'description':_0x30337c(0x19f),'descriptionPlaceholder':'أضف\x20وصفًا','details':_0x30337c(0x1ad),'noSelection':_0x30337c(0x192)},'toolbar':{'alignLeft':_0x30337c(0x199),'alignCenter':_0x30337c(0x1b5),'alignRight':_0x30337c(0x197),'alignJustify':_0x30337c(0x19d),'bold':'غامق','italic':'مائل','underline':_0x30337c(0x18f),'strikethrough':_0x30337c(0x18e),'textColor':'لون\x20النص','fillColor':_0x30337c(0x1a8),'resetColor':_0x30337c(0x188)},'align':{'top':'محاذاة\x20للأعلى','middle':_0x30337c(0x1a9),'bottom':'محاذاة\x20للأسفل'},'textWrap':{'inline':_0x30337c(0x1a3),'square':_0x30337c(0x1a7),'topAndBottom':_0x30337c(0x19c),'behindText':'خلف\x20النص','inFrontText':_0x30337c(0x193)},'crop':{'shape':_0x30337c(0x1b4)}}};}));function _0x17d9(){var _0x37b12c=['exports','في\x20نفس\x20السطر\x20مع\x20النص','اسم\x20الكائن','object','إظهار','مربع','لون\x20خلفية\x20النص','محاذاة\x20للمنتصف','1934058gbrxYj','إظهار\x20الكل','إخفاء','التفاصيل','936JkDQsU','تبديل\x20الانعكاس\x20العمودي','91968DtGZQc','878117gnWvlN','شكل','إدراج\x20شكل','قص\x20إلى\x20شكل','محاذاة\x20للوسط','نمط\x20الشكل','الطبقات','تنسيق\x20الشكل','إعادة\x20تعيين\x20اللون','function','لا\x20توجد\x20كائنات','إغلاق','تدوير\x20لليسار\x2090°','1623zhiCPR','يتوسطه\x20خط','تسطير','2372335YelDzX','تبديل\x20النص\x20العمودي','حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','أمام\x20النص','فتح\x20لوحة\x20الطبقات','6484sqajIp','1418765rTgouG','محاذاة\x20لليمين','إخفاء\x20الكل','محاذاة\x20لليسار','2785200EFajXP','إحضار\x20إلى\x20الأمام','أعلى\x20وأسفل','ضبط','إخفاء\x20لوحة\x20الأشكال','الوصف','موضع\x20الشكل','حذف\x20الشكل'];_0x17d9=function(){return _0x37b12c;};return _0x17d9();}
1
+ (function(_0x3b68bb,_0x1497df){var _0x1e3f0e=_0xb877,_0x4b61fa=_0x3b68bb();while(!![]){try{var _0x43ee2f=-parseInt(_0x1e3f0e(0x1e0))/0x1*(-parseInt(_0x1e3f0e(0x1d6))/0x2)+-parseInt(_0x1e3f0e(0x1d5))/0x3+-parseInt(_0x1e3f0e(0x1be))/0x4*(-parseInt(_0x1e3f0e(0x1c2))/0x5)+parseInt(_0x1e3f0e(0x1e7))/0x6*(parseInt(_0x1e3f0e(0x1de))/0x7)+-parseInt(_0x1e3f0e(0x1dc))/0x8+-parseInt(_0x1e3f0e(0x1c8))/0x9+parseInt(_0x1e3f0e(0x1cc))/0xa;if(_0x43ee2f===_0x1497df)break;else _0x4b61fa['push'](_0x4b61fa['shift']());}catch(_0x666466){_0x4b61fa['push'](_0x4b61fa['shift']());}}}(_0xebab,0x58c26),function(_0x1048af,_0x5f113f){var _0xd817fe=_0xb877;typeof exports==_0xd817fe(0x1df)&&typeof module<'u'?module[_0xd817fe(0x1c9)]=_0x5f113f():typeof define==_0xd817fe(0x1c3)&&define[_0xd817fe(0x1e4)]?define([],_0x5f113f):(_0x1048af=typeof globalThis<'u'?globalThis:_0x1048af||self,_0x1048af['UniverProDocsShapeUiArSA']=_0x5f113f());}(this,function(){var _0x2f3ffd=_0xb877;return{'docs-shape-ui':{'title':_0x2f3ffd(0x1dd),'insertShape':_0x2f3ffd(0x1d3),'openPanel':_0x2f3ffd(0x1cf),'deleteShape':_0x2f3ffd(0x1bc),'hidePanel':'إخفاء\x20لوحة\x20الأشكال','formatShape':_0x2f3ffd(0x1e2),'shapeStyle':_0x2f3ffd(0x1ce),'shapePosition':_0x2f3ffd(0x1e1),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':_0x2f3ffd(0x1c1),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x2f3ffd(0x1c6),'toggleTextVertical':'تبديل\x20النص\x20العمودي','objectListPanel':{'title':_0x2f3ffd(0x1d8),'open':'فتح\x20لوحة\x20الطبقات','empty':_0x2f3ffd(0x1cb),'showAll':_0x2f3ffd(0x1bb),'hideAll':_0x2f3ffd(0x1d7),'show':_0x2f3ffd(0x1c0),'hide':'إخفاء','moveForward':'إحضار\x20إلى\x20الأمام','moveBackward':_0x2f3ffd(0x1d4),'close':_0x2f3ffd(0x1e5),'name':'الاسم','nameInput':_0x2f3ffd(0x1d0),'description':_0x2f3ffd(0x1c4),'descriptionPlaceholder':_0x2f3ffd(0x1e3),'details':_0x2f3ffd(0x1ca),'noSelection':'حدّد\x20كائنًا\x20لتعديل\x20تفاصيله'},'toolbar':{'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x2f3ffd(0x1da),'alignRight':'محاذاة\x20لليمين','alignJustify':_0x2f3ffd(0x1c7),'bold':_0x2f3ffd(0x1e6),'italic':'مائل','underline':_0x2f3ffd(0x1cd),'strikethrough':_0x2f3ffd(0x1db),'textColor':'لون\x20النص','fillColor':_0x2f3ffd(0x1d9),'resetColor':'إعادة\x20تعيين\x20اللون'},'align':{'top':'محاذاة\x20للأعلى','middle':_0x2f3ffd(0x1bd),'bottom':_0x2f3ffd(0x1d2)},'textWrap':{'inline':_0x2f3ffd(0x1c5),'square':'مربع','topAndBottom':_0x2f3ffd(0x1bf),'behindText':'خلف\x20النص','inFrontText':_0x2f3ffd(0x1d1)},'crop':{'shape':'قص\x20إلى\x20شكل'}}};}));function _0xb877(_0x23f6e3,_0x4773e9){_0x23f6e3=_0x23f6e3-0x1bb;var _0xebabea=_0xebab();var _0xb877ab=_0xebabea[_0x23f6e3];return _0xb877ab;}function _0xebab(){var _0x384977=['5006fTGtCU','إخفاء\x20الكل','الطبقات','لون\x20خلفية\x20النص','محاذاة\x20للوسط','يتوسطه\x20خط','5568176hJJCgf','شكل','70rSBmoe','object','13wDgtqF','موضع\x20الشكل','تنسيق\x20الشكل','أضف\x20وصفًا','amd','إغلاق','غامق','200622ZVvssA','إظهار\x20الكل','حذف\x20الشكل','محاذاة\x20للمنتصف','274964atJsKr','أعلى\x20وأسفل','إظهار','تبديل\x20الانعكاس\x20العمودي','45SgnAEO','function','الوصف','في\x20نفس\x20السطر\x20مع\x20النص','تدوير\x20لليسار\x2090°','ضبط','759618KvclDI','exports','التفاصيل','لا\x20توجد\x20كائنات','5965100kfTVIR','تسطير','نمط\x20الشكل','فتح\x20لوحة\x20الأشكال','اسم\x20الكائن','أمام\x20النص','محاذاة\x20للأسفل','إدراج\x20شكل','إرسال\x20إلى\x20الخلف','1314318nhwIRY'];_0xebab=function(){return _0x384977;};return _0xebab();}
@@ -1 +1 @@
1
- function _0x1db4(_0x3a7653,_0x23c6b1){_0x3a7653=_0x3a7653-0x119;var _0x5105e5=_0x5105();var _0x1db469=_0x5105e5[_0x3a7653];return _0x1db469;}function _0x5105(){var _0x586b49=['Nom','374655ZyKhtL','Davant\x20del\x20text','Capes','6piuLCH','Alinea\x20a\x20dalt','Sense\x20objectes','2CsmrgI','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','107441AosDvh','315051aRABwG','Negreta','Afegeix\x20una\x20descripció','50pBGtGg','Quadrat','Format\x20de\x20forma','object','Envia\x20enrere','Alinea\x20a\x20la\x20dreta','Alternar\x20volteig\x20horitzontal','200896tlvZBp','72VBhDFd','Eliminar\x20forma','Centra','1000902auSosV','Obre\x20el\x20tauler\x20de\x20capes','Forma','Color\x20de\x20fons\x20del\x20text','Justifica','Alternar\x20text\x20vertical','Rotar\x2090°\x20a\x20l\x27esquerra','Alternar\x20volteig\x20vertical','A\x20dalt\x20i\x20a\x20baix','Alinea\x20al\x20mig','Mostra’ls\x20tots','4xccCVV','Inserir\x20forma','Descripció','26YxxHcA','amd','function','1934016YwoCHy','Darrere\x20del\x20text','Restableix\x20el\x20color','168115zCmGnR','Mostra','En\x20línia\x20amb\x20el\x20text','Nom\x20de\x20l’objecte','UniverProDocsShapeUiCaES','Ratllat','Estil\x20de\x20forma','Color\x20del\x20text','Retalla\x20a\x20forma'];_0x5105=function(){return _0x586b49;};return _0x5105();}(function(_0x2b9fd6,_0x123dc5){var _0x6f2207=_0x1db4,_0x347412=_0x2b9fd6();while(!![]){try{var _0x44c250=-parseInt(_0x6f2207(0x14d))/0x1*(parseInt(_0x6f2207(0x14b))/0x2)+parseInt(_0x6f2207(0x145))/0x3*(parseInt(_0x6f2207(0x132))/0x4)+parseInt(_0x6f2207(0x13b))/0x5*(-parseInt(_0x6f2207(0x148))/0x6)+parseInt(_0x6f2207(0x127))/0x7+parseInt(_0x6f2207(0x123))/0x8*(parseInt(_0x6f2207(0x124))/0x9)+-parseInt(_0x6f2207(0x11c))/0xa*(-parseInt(_0x6f2207(0x119))/0xb)+-parseInt(_0x6f2207(0x138))/0xc*(parseInt(_0x6f2207(0x135))/0xd);if(_0x44c250===_0x123dc5)break;else _0x347412['push'](_0x347412['shift']());}catch(_0x1e5b0e){_0x347412['push'](_0x347412['shift']());}}}(_0x5105,0x2445c),function(_0x17749b,_0x2afcbe){var _0x95c928=_0x1db4;typeof exports==_0x95c928(0x11f)&&typeof module<'u'?module['exports']=_0x2afcbe():typeof define==_0x95c928(0x137)&&define[_0x95c928(0x136)]?define([],_0x2afcbe):(_0x17749b=typeof globalThis<'u'?globalThis:_0x17749b||self,_0x17749b[_0x95c928(0x13f)]=_0x2afcbe());}(this,function(){var _0x559b34=_0x1db4;return{'docs-shape-ui':{'title':_0x559b34(0x129),'insertShape':_0x559b34(0x133),'openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':_0x559b34(0x125),'hidePanel':'Amagar\x20panell\x20de\x20formes','formatShape':_0x559b34(0x11e),'shapeStyle':_0x559b34(0x141),'shapePosition':'Posició\x20de\x20forma','toggleFlipH':_0x559b34(0x122),'toggleFlipV':_0x559b34(0x12e),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20dreta','rotateLeft90':_0x559b34(0x12d),'toggleTextVertical':_0x559b34(0x12c),'objectListPanel':{'title':_0x559b34(0x147),'open':_0x559b34(0x128),'empty':_0x559b34(0x14a),'showAll':_0x559b34(0x131),'hideAll':'Amaga’ls\x20tots','show':_0x559b34(0x13c),'hide':'Amaga','moveForward':'Porta\x20endavant','moveBackward':_0x559b34(0x120),'close':'Tanca','name':_0x559b34(0x144),'nameInput':_0x559b34(0x13e),'description':_0x559b34(0x134),'descriptionPlaceholder':_0x559b34(0x11b),'details':'Detalls','noSelection':_0x559b34(0x14c)},'toolbar':{'alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0x559b34(0x126),'alignRight':_0x559b34(0x121),'alignJustify':_0x559b34(0x12b),'bold':_0x559b34(0x11a),'italic':'Cursiva','underline':'Subratllat','strikethrough':_0x559b34(0x140),'textColor':_0x559b34(0x142),'fillColor':_0x559b34(0x12a),'resetColor':_0x559b34(0x13a)},'align':{'top':_0x559b34(0x149),'middle':_0x559b34(0x130),'bottom':'Alinea\x20a\x20baix'},'textWrap':{'inline':_0x559b34(0x13d),'square':_0x559b34(0x11d),'topAndBottom':_0x559b34(0x12f),'behindText':_0x559b34(0x139),'inFrontText':_0x559b34(0x146)},'crop':{'shape':_0x559b34(0x143)}}};}));
1
+ function _0x3ec4(){var _0x44de2f=['Detalls','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Alternar\x20text\x20vertical','Restableix\x20el\x20color','1477287jhRMBS','39080148zGuzJK','Quadrat','Alinea\x20a\x20l\x27esquerra','Format\x20de\x20forma','Obrir\x20panell\x20de\x20formes','252bRShKF','Color\x20de\x20fons\x20del\x20text','Alinea\x20a\x20baix','Alternar\x20volteig\x20vertical','Nom','Porta\x20endavant','9845450bFbGWt','Mostra','exports','Mostra’ls\x20tots','Eliminar\x20forma','Capes','Rotar\x2090°\x20a\x20la\x20dreta','Posició\x20de\x20forma','11NYjmVz','Nom\x20de\x20l’objecte','Descripció','46782HWZgNc','A\x20dalt\x20i\x20a\x20baix','Rotar\x2090°\x20a\x20l\x27esquerra','1944pedHeh','Justifica','Forma','Estil\x20de\x20forma','Afegeix\x20una\x20descripció','function','Color\x20del\x20text','Ratllat','Darrere\x20del\x20text','Cursiva','Amagar\x20panell\x20de\x20formes','Obre\x20el\x20tauler\x20de\x20capes','386yCWXHm','Alinea\x20al\x20mig','Davant\x20del\x20text','Alinea\x20a\x20dalt','2514sFrZUA','Sense\x20objectes','122970mOrBQm','Tanca','Subratllat','7132ToUBCi','215BHXfrf','Amaga','Alternar\x20volteig\x20horitzontal'];_0x3ec4=function(){return _0x44de2f;};return _0x3ec4();}function _0x5d21(_0x242f46,_0x1eb242){_0x242f46=_0x242f46-0x167;var _0x3ec441=_0x3ec4();var _0x5d21e6=_0x3ec441[_0x242f46];return _0x5d21e6;}(function(_0x280dd0,_0x4b72ce){var _0x55dc51=_0x5d21,_0x4ed737=_0x280dd0();while(!![]){try{var _0x29f9f5=parseInt(_0x55dc51(0x177))/0x1*(-parseInt(_0x55dc51(0x17b))/0x2)+-parseInt(_0x55dc51(0x188))/0x3+parseInt(_0x55dc51(0x180))/0x4*(parseInt(_0x55dc51(0x181))/0x5)+-parseInt(_0x55dc51(0x17d))/0x6*(-parseInt(_0x55dc51(0x18e))/0x7)+parseInt(_0x55dc51(0x16b))/0x8*(-parseInt(_0x55dc51(0x168))/0x9)+parseInt(_0x55dc51(0x194))/0xa*(-parseInt(_0x55dc51(0x19c))/0xb)+parseInt(_0x55dc51(0x189))/0xc;if(_0x29f9f5===_0x4b72ce)break;else _0x4ed737['push'](_0x4ed737['shift']());}catch(_0x5b1463){_0x4ed737['push'](_0x4ed737['shift']());}}}(_0x3ec4,0xce836),function(_0x328924,_0x109467){var _0x5399c6=_0x5d21;typeof exports=='object'&&typeof module<'u'?module[_0x5399c6(0x196)]=_0x109467():typeof define==_0x5399c6(0x170)&&define['amd']?define([],_0x109467):(_0x328924=typeof globalThis<'u'?globalThis:_0x328924||self,_0x328924['UniverProDocsShapeUiCaES']=_0x109467());}(this,function(){var _0x11cb43=_0x5d21;return{'docs-shape-ui':{'title':_0x11cb43(0x16d),'insertShape':'Inserir\x20forma','openPanel':_0x11cb43(0x18d),'deleteShape':_0x11cb43(0x198),'hidePanel':_0x11cb43(0x175),'formatShape':_0x11cb43(0x18c),'shapeStyle':_0x11cb43(0x16e),'shapePosition':_0x11cb43(0x19b),'toggleFlipH':_0x11cb43(0x183),'toggleFlipV':_0x11cb43(0x191),'rotateRight90':_0x11cb43(0x19a),'rotateLeft90':_0x11cb43(0x16a),'toggleTextVertical':_0x11cb43(0x186),'objectListPanel':{'title':_0x11cb43(0x199),'open':_0x11cb43(0x176),'empty':_0x11cb43(0x17c),'showAll':_0x11cb43(0x197),'hideAll':'Amaga’ls\x20tots','show':_0x11cb43(0x195),'hide':_0x11cb43(0x182),'moveForward':_0x11cb43(0x193),'moveBackward':'Envia\x20enrere','close':_0x11cb43(0x17e),'name':_0x11cb43(0x192),'nameInput':_0x11cb43(0x19d),'description':_0x11cb43(0x167),'descriptionPlaceholder':_0x11cb43(0x16f),'details':_0x11cb43(0x184),'noSelection':_0x11cb43(0x185)},'toolbar':{'alignLeft':_0x11cb43(0x18b),'alignCenter':'Centra','alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':_0x11cb43(0x16c),'bold':'Negreta','italic':_0x11cb43(0x174),'underline':_0x11cb43(0x17f),'strikethrough':_0x11cb43(0x172),'textColor':_0x11cb43(0x171),'fillColor':_0x11cb43(0x18f),'resetColor':_0x11cb43(0x187)},'align':{'top':_0x11cb43(0x17a),'middle':_0x11cb43(0x178),'bottom':_0x11cb43(0x190)},'textWrap':{'inline':'En\x20línia\x20amb\x20el\x20text','square':_0x11cb43(0x18a),'topAndBottom':_0x11cb43(0x169),'behindText':_0x11cb43(0x173),'inFrontText':_0x11cb43(0x179)},'crop':{'shape':'Retalla\x20a\x20forma'}}};}));
@@ -1 +1 @@
1
- function _0x5659(_0x2408dd,_0x28c7ca){_0x2408dd=_0x2408dd-0xa3;var _0x2c3559=_0x2c35();var _0x5659df=_0x2c3559[_0x2408dd];return _0x5659df;}(function(_0x210652,_0x1a3586){var _0x40ce0a=_0x5659,_0x49ba04=_0x210652();while(!![]){try{var _0x5864b0=parseInt(_0x40ce0a(0xc6))/0x1+parseInt(_0x40ce0a(0xb9))/0x2*(-parseInt(_0x40ce0a(0xb4))/0x3)+parseInt(_0x40ce0a(0xa3))/0x4+-parseInt(_0x40ce0a(0xc9))/0x5*(parseInt(_0x40ce0a(0xac))/0x6)+-parseInt(_0x40ce0a(0xa7))/0x7*(-parseInt(_0x40ce0a(0xba))/0x8)+-parseInt(_0x40ce0a(0xa4))/0x9*(parseInt(_0x40ce0a(0xa5))/0xa)+-parseInt(_0x40ce0a(0xd1))/0xb*(-parseInt(_0x40ce0a(0xb8))/0xc);if(_0x5864b0===_0x1a3586)break;else _0x49ba04['push'](_0x49ba04['shift']());}catch(_0x1ede88){_0x49ba04['push'](_0x49ba04['shift']());}}}(_0x2c35,0x9ba17),function(_0xcc509e,_0x2a3076){var _0x15d7a7=_0x5659;typeof exports==_0x15d7a7(0xb5)&&typeof module<'u'?module['exports']=_0x2a3076():typeof define=='function'&&define[_0x15d7a7(0xb0)]?define([],_0x2a3076):(_0xcc509e=typeof globalThis<'u'?globalThis:_0xcc509e||self,_0xcc509e[_0x15d7a7(0xcb)]=_0x2a3076());}(this,function(){var _0x5530f3=_0x5659;return{'docs-shape-ui':{'title':_0x5530f3(0xd4),'insertShape':'Form\x20einfügen','openPanel':_0x5530f3(0xd3),'deleteShape':'Form\x20löschen','hidePanel':_0x5530f3(0xb6),'formatShape':_0x5530f3(0xbe),'shapeStyle':_0x5530f3(0xce),'shapePosition':_0x5530f3(0xb1),'toggleFlipH':_0x5530f3(0xca),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0x5530f3(0xcd),'toggleTextVertical':_0x5530f3(0xa8),'objectListPanel':{'title':_0x5530f3(0xc1),'open':_0x5530f3(0xcc),'empty':_0x5530f3(0xae),'showAll':_0x5530f3(0xd0),'hideAll':'Alle\x20ausblenden','show':_0x5530f3(0xd5),'hide':'Ausblenden','moveForward':_0x5530f3(0xc3),'moveBackward':_0x5530f3(0xa9),'close':_0x5530f3(0xc0),'name':_0x5530f3(0xc4),'nameInput':_0x5530f3(0xbb),'description':_0x5530f3(0xcf),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x5530f3(0xbc),'noSelection':_0x5530f3(0xc5)},'toolbar':{'alignLeft':_0x5530f3(0xc2),'alignCenter':_0x5530f3(0xbd),'alignRight':_0x5530f3(0xab),'alignJustify':_0x5530f3(0xaf),'bold':_0x5530f3(0xb7),'italic':'Kursiv','underline':'Unterstrichen','strikethrough':_0x5530f3(0xc7),'textColor':_0x5530f3(0xaa),'fillColor':_0x5530f3(0xb3),'resetColor':_0x5530f3(0xc8)},'align':{'top':_0x5530f3(0xb2),'middle':_0x5530f3(0xbf),'bottom':'Unten\x20bündig'},'textWrap':{'inline':'Im\x20Textfluss','square':'Quadratisch','topAndBottom':_0x5530f3(0xa6),'behindText':'Hinter\x20dem\x20Text','inFrontText':_0x5530f3(0xad)},'crop':{'shape':_0x5530f3(0xd2)}}};}));function _0x2c35(){var _0x4816b1=['Ebenenbereich\x20öffnen','Links\x2090°\x20drehen','Formstil','Beschreibung','Alle\x20anzeigen','537218lyurme','Auf\x20Form\x20zuschneiden','Form-Panel\x20öffnen','Form','Anzeigen','1667032XuBxGI','99rPcfAK','683170njyFhu','Oben\x20und\x20unten','3438036jaaxfy','Vertikalen\x20Text\x20umschalten','Weiter\x20nach\x20hinten','Textfarbe','Rechtsbündig','1308CMVtVg','Vor\x20dem\x20Text','Keine\x20Objekte','Blocksatz','amd','Formposition','Oben\x20bündig','Texthintergrundfarbe','1083glgNqx','object','Form-Panel\x20ausblenden','Fett','192TWjTOD','6570xzgqmN','16drCaPe','Objektname','Details','Zentriert','Form\x20formatieren','Mittig','Schließen','Ebenen','Linksbündig','Weiter\x20nach\x20vorne','Name','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','570299eSsGjL','Durchgestrichen','Farbe\x20zurücksetzen','4035SjTdMq','Horizontale\x20Spiegelung\x20umschalten','UniverProDocsShapeUiDeDE'];_0x2c35=function(){return _0x4816b1;};return _0x2c35();}
1
+ (function(_0x44d7e2,_0x399832){var _0x5ca97d=_0x2c96,_0x5ef216=_0x44d7e2();while(!![]){try{var _0x12ec03=-parseInt(_0x5ca97d(0x167))/0x1*(-parseInt(_0x5ca97d(0x158))/0x2)+parseInt(_0x5ca97d(0x160))/0x3*(parseInt(_0x5ca97d(0x184))/0x4)+parseInt(_0x5ca97d(0x15d))/0x5*(-parseInt(_0x5ca97d(0x173))/0x6)+parseInt(_0x5ca97d(0x16d))/0x7*(-parseInt(_0x5ca97d(0x161))/0x8)+parseInt(_0x5ca97d(0x17b))/0x9+-parseInt(_0x5ca97d(0x181))/0xa*(parseInt(_0x5ca97d(0x175))/0xb)+-parseInt(_0x5ca97d(0x185))/0xc*(-parseInt(_0x5ca97d(0x176))/0xd);if(_0x12ec03===_0x399832)break;else _0x5ef216['push'](_0x5ef216['shift']());}catch(_0x1a03bd){_0x5ef216['push'](_0x5ef216['shift']());}}}(_0xf448,0x34418),function(_0x20380a,_0x588b33){var _0x3e1f26=_0x2c96;typeof exports=='object'&&typeof module<'u'?module[_0x3e1f26(0x16c)]=_0x588b33():typeof define==_0x3e1f26(0x15e)&&define[_0x3e1f26(0x164)]?define([],_0x588b33):(_0x20380a=typeof globalThis<'u'?globalThis:_0x20380a||self,_0x20380a[_0x3e1f26(0x166)]=_0x588b33());}(this,function(){var _0x383a2c=_0x2c96;return{'docs-shape-ui':{'title':_0x383a2c(0x159),'insertShape':_0x383a2c(0x177),'openPanel':_0x383a2c(0x155),'deleteShape':'Form\x20löschen','hidePanel':_0x383a2c(0x168),'formatShape':'Form\x20formatieren','shapeStyle':_0x383a2c(0x162),'shapePosition':_0x383a2c(0x157),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':_0x383a2c(0x178),'rotateRight90':_0x383a2c(0x15c),'rotateLeft90':_0x383a2c(0x172),'toggleTextVertical':_0x383a2c(0x17f),'objectListPanel':{'title':'Ebenen','open':_0x383a2c(0x16f),'empty':_0x383a2c(0x171),'showAll':'Alle\x20anzeigen','hideAll':_0x383a2c(0x15b),'show':'Anzeigen','hide':_0x383a2c(0x179),'moveForward':'Weiter\x20nach\x20vorne','moveBackward':'Weiter\x20nach\x20hinten','close':'Schließen','name':'Name','nameInput':_0x383a2c(0x182),'description':_0x383a2c(0x17c),'descriptionPlaceholder':_0x383a2c(0x15f),'details':_0x383a2c(0x17a),'noSelection':_0x383a2c(0x16b)},'toolbar':{'alignLeft':_0x383a2c(0x17e),'alignCenter':'Zentriert','alignRight':'Rechtsbündig','alignJustify':_0x383a2c(0x163),'bold':'Fett','italic':_0x383a2c(0x16a),'underline':_0x383a2c(0x165),'strikethrough':_0x383a2c(0x16e),'textColor':'Textfarbe','fillColor':_0x383a2c(0x174),'resetColor':'Farbe\x20zurücksetzen'},'align':{'top':_0x383a2c(0x180),'middle':_0x383a2c(0x17d),'bottom':'Unten\x20bündig'},'textWrap':{'inline':_0x383a2c(0x156),'square':'Quadratisch','topAndBottom':_0x383a2c(0x170),'behindText':_0x383a2c(0x183),'inFrontText':_0x383a2c(0x169)},'crop':{'shape':_0x383a2c(0x15a)}}};}));function _0x2c96(_0x569026,_0x11b10e){_0x569026=_0x569026-0x155;var _0xf4486d=_0xf448();var _0x2c96d1=_0xf4486d[_0x569026];return _0x2c96d1;}function _0xf448(){var _0x3d0f68=['Form\x20einfügen','Vertikale\x20Spiegelung\x20umschalten','Ausblenden','Details','3327921ZpvWJt','Beschreibung','Mittig','Linksbündig','Vertikalen\x20Text\x20umschalten','Oben\x20bündig','704980IQOLzH','Objektname','Hinter\x20dem\x20Text','4FAkLmO','1529412zEYgCt','Form-Panel\x20öffnen','Im\x20Textfluss','Formposition','332SSidkr','Form','Auf\x20Form\x20zuschneiden','Alle\x20ausblenden','Rechts\x2090°\x20drehen','395vLHFDs','function','Beschreibung\x20hinzufügen','666957xlbTzk','161488UxUHEm','Formstil','Blocksatz','amd','Unterstrichen','UniverProDocsShapeUiDeDE','409QgtdyH','Form-Panel\x20ausblenden','Vor\x20dem\x20Text','Kursiv','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','exports','140AkwOqa','Durchgestrichen','Ebenenbereich\x20öffnen','Oben\x20und\x20unten','Keine\x20Objekte','Links\x2090°\x20drehen','2178qfFNMF','Texthintergrundfarbe','22CuwIKc','13TPgqev'];_0xf448=function(){return _0x3d0f68;};return _0xf448();}
@@ -1 +1 @@
1
- function _0x30d2(_0x168bdf,_0x3f2bc3){_0x168bdf=_0x168bdf-0x174;var _0xf9953b=_0xf995();var _0x30d211=_0xf9953b[_0x168bdf];return _0x30d211;}function _0xf995(){var _0x5beca9=['6414haXOsb','Shape\x20Style','Bold','In\x20front\x20of\x20text','1991673WKzZns','1756027oZShzc','Toggle\x20Text\x20Vertical','Shape\x20Position','453rkafWY','No\x20objects','Show\x20All','Top\x20and\x20Bottom','132726AKKVlY','Show','Align\x20Center','85JuEtHn','Strikethrough','4196hNrCvu','Align\x20Right','Select\x20an\x20object\x20to\x20edit\x20details','Add\x20description','Rotate\x20Left\x2090°','Open\x20Layers\x20Panel','Align\x20Top','Toggle\x20Vertical\x20Flip','Toggle\x20Horizontal\x20Flip','Name','Text\x20Background\x20color','2536432KhdPMG','Delete\x20Shape','Layers','1085uMQgXp','Square','30FecQiJ','exports','1516CKxcjx','Rotate\x20Right\x2090°','Object\x20name','Format\x20Shape','Behind\x20text','function','Send\x20Backward','Description','Underline','Justify','Hide\x20All','Close'];_0xf995=function(){return _0x5beca9;};return _0xf995();}(function(_0x7c40f3,_0x19981d){var _0x490d42=_0x30d2,_0x34d8dc=_0x7c40f3();while(!![]){try{var _0x5dc365=parseInt(_0x490d42(0x186))/0x1*(parseInt(_0x490d42(0x188))/0x2)+-parseInt(_0x490d42(0x17f))/0x3*(parseInt(_0x490d42(0x19a))/0x4)+-parseInt(_0x490d42(0x196))/0x5*(parseInt(_0x490d42(0x177))/0x6)+parseInt(_0x490d42(0x17c))/0x7+parseInt(_0x490d42(0x193))/0x8+-parseInt(_0x490d42(0x17b))/0x9+parseInt(_0x490d42(0x198))/0xa*(-parseInt(_0x490d42(0x183))/0xb);if(_0x5dc365===_0x19981d)break;else _0x34d8dc['push'](_0x34d8dc['shift']());}catch(_0x10214f){_0x34d8dc['push'](_0x34d8dc['shift']());}}}(_0xf995,0x30b7c),function(_0xb6910b,_0x88fcbb){var _0x1ea76a=_0x30d2;typeof exports=='object'&&typeof module<'u'?module[_0x1ea76a(0x199)]=_0x88fcbb():typeof define==_0x1ea76a(0x19f)&&define['amd']?define([],_0x88fcbb):(_0xb6910b=typeof globalThis<'u'?globalThis:_0xb6910b||self,_0xb6910b['UniverProDocsShapeUiEnUS']=_0x88fcbb());}(this,function(){var _0xc655c9=_0x30d2;return{'docs-shape-ui':{'title':'Shape','insertShape':'Insert\x20Shape','openPanel':'Open\x20Shape\x20Panel','deleteShape':_0xc655c9(0x194),'hidePanel':'Hide\x20Shape\x20Panel','formatShape':_0xc655c9(0x19d),'shapeStyle':_0xc655c9(0x178),'shapePosition':_0xc655c9(0x17e),'toggleFlipH':_0xc655c9(0x190),'toggleFlipV':_0xc655c9(0x18f),'rotateRight90':_0xc655c9(0x19b),'rotateLeft90':_0xc655c9(0x18c),'toggleTextVertical':_0xc655c9(0x17d),'objectListPanel':{'title':_0xc655c9(0x195),'open':_0xc655c9(0x18d),'empty':_0xc655c9(0x180),'showAll':_0xc655c9(0x181),'hideAll':_0xc655c9(0x175),'show':_0xc655c9(0x184),'hide':'Hide','moveForward':'Bring\x20Forward','moveBackward':_0xc655c9(0x1a0),'close':_0xc655c9(0x176),'name':_0xc655c9(0x191),'nameInput':_0xc655c9(0x19c),'description':_0xc655c9(0x1a1),'descriptionPlaceholder':_0xc655c9(0x18b),'details':'Details','noSelection':_0xc655c9(0x18a)},'toolbar':{'alignLeft':'Align\x20Left','alignCenter':_0xc655c9(0x185),'alignRight':_0xc655c9(0x189),'alignJustify':_0xc655c9(0x174),'bold':_0xc655c9(0x179),'italic':'Italic','underline':_0xc655c9(0x1a2),'strikethrough':_0xc655c9(0x187),'textColor':'Text\x20color','fillColor':_0xc655c9(0x192),'resetColor':'Reset\x20color'},'align':{'top':_0xc655c9(0x18e),'middle':'Align\x20Middle','bottom':'Align\x20Bottom'},'textWrap':{'inline':'In\x20line\x20with\x20text','square':_0xc655c9(0x197),'topAndBottom':_0xc655c9(0x182),'behindText':_0xc655c9(0x19e),'inFrontText':_0xc655c9(0x17a)},'crop':{'shape':'Crop\x20to\x20Shape'}}};}));
1
+ function _0x67a3(_0xc3e997,_0x5bd280){_0xc3e997=_0xc3e997-0x1c2;var _0xc3717e=_0xc371();var _0x67a37=_0xc3717e[_0xc3e997];return _0x67a37;}function _0xc371(){var _0x553363=['No\x20objects','Shape\x20Position','18WYbngx','Select\x20an\x20object\x20to\x20edit\x20details','5624980DteGGF','Rotate\x20Left\x2090°','Send\x20Backward','In\x20line\x20with\x20text','679WDjfqR','Shape','18808470DQiwdi','Toggle\x20Vertical\x20Flip','Layers','Toggle\x20Text\x20Vertical','26hovyjZ','Add\x20description','Align\x20Bottom','UniverProDocsShapeUiEnUS','Object\x20name','Rotate\x20Right\x2090°','function','Align\x20Left','Bold','39408iKPyNx','Description','Shape\x20Style','Show\x20All','Hide\x20Shape\x20Panel','Text\x20color','5279166Awzjfq','Underline','36681XvSEPR','Text\x20Background\x20color','In\x20front\x20of\x20text','800427iCElii','Format\x20Shape','Delete\x20Shape','Align\x20Middle','3545520IXpoiq','Hide','Italic','Bring\x20Forward','Toggle\x20Horizontal\x20Flip','amd','Insert\x20Shape','Close','Open\x20Layers\x20Panel','Open\x20Shape\x20Panel','Name','Align\x20Center'];_0xc371=function(){return _0x553363;};return _0xc371();}(function(_0x4789af,_0x31b5cc){var _0x2a0b2d=_0x67a3,_0x25e5a8=_0x4789af();while(!![]){try{var _0x1baca7=parseInt(_0x2a0b2d(0x1d1))/0x1*(-parseInt(_0x2a0b2d(0x1f2))/0x2)+-parseInt(_0x2a0b2d(0x1d4))/0x3+-parseInt(_0x2a0b2d(0x1d8))/0x4+-parseInt(_0x2a0b2d(0x1e8))/0x5+-parseInt(_0x2a0b2d(0x1cf))/0x6+-parseInt(_0x2a0b2d(0x1ec))/0x7*(-parseInt(_0x2a0b2d(0x1c9))/0x8)+-parseInt(_0x2a0b2d(0x1e6))/0x9*(-parseInt(_0x2a0b2d(0x1ee))/0xa);if(_0x1baca7===_0x31b5cc)break;else _0x25e5a8['push'](_0x25e5a8['shift']());}catch(_0x240878){_0x25e5a8['push'](_0x25e5a8['shift']());}}}(_0xc371,0x939c9),function(_0x5d0b76,_0x5b2ec7){var _0x16cb44=_0x67a3;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x5b2ec7():typeof define==_0x16cb44(0x1c6)&&define[_0x16cb44(0x1dd)]?define([],_0x5b2ec7):(_0x5d0b76=typeof globalThis<'u'?globalThis:_0x5d0b76||self,_0x5d0b76[_0x16cb44(0x1c3)]=_0x5b2ec7());}(this,function(){var _0x483bc2=_0x67a3;return{'docs-shape-ui':{'title':_0x483bc2(0x1ed),'insertShape':_0x483bc2(0x1de),'openPanel':_0x483bc2(0x1e1),'deleteShape':_0x483bc2(0x1d6),'hidePanel':_0x483bc2(0x1cd),'formatShape':_0x483bc2(0x1d5),'shapeStyle':_0x483bc2(0x1cb),'shapePosition':_0x483bc2(0x1e5),'toggleFlipH':_0x483bc2(0x1dc),'toggleFlipV':_0x483bc2(0x1ef),'rotateRight90':_0x483bc2(0x1c5),'rotateLeft90':_0x483bc2(0x1e9),'toggleTextVertical':_0x483bc2(0x1f1),'objectListPanel':{'title':_0x483bc2(0x1f0),'open':_0x483bc2(0x1e0),'empty':_0x483bc2(0x1e4),'showAll':_0x483bc2(0x1cc),'hideAll':'Hide\x20All','show':'Show','hide':_0x483bc2(0x1d9),'moveForward':_0x483bc2(0x1db),'moveBackward':_0x483bc2(0x1ea),'close':_0x483bc2(0x1df),'name':_0x483bc2(0x1e2),'nameInput':_0x483bc2(0x1c4),'description':_0x483bc2(0x1ca),'descriptionPlaceholder':_0x483bc2(0x1f3),'details':'Details','noSelection':_0x483bc2(0x1e7)},'toolbar':{'alignLeft':_0x483bc2(0x1c7),'alignCenter':_0x483bc2(0x1e3),'alignRight':'Align\x20Right','alignJustify':'Justify','bold':_0x483bc2(0x1c8),'italic':_0x483bc2(0x1da),'underline':_0x483bc2(0x1d0),'strikethrough':'Strikethrough','textColor':_0x483bc2(0x1ce),'fillColor':_0x483bc2(0x1d2),'resetColor':'Reset\x20color'},'align':{'top':'Align\x20Top','middle':_0x483bc2(0x1d7),'bottom':_0x483bc2(0x1c2)},'textWrap':{'inline':_0x483bc2(0x1eb),'square':'Square','topAndBottom':'Top\x20and\x20Bottom','behindText':'Behind\x20text','inFrontText':_0x483bc2(0x1d3)},'crop':{'shape':'Crop\x20to\x20Shape'}}};}));
@@ -1 +1 @@
1
- function _0x397b(_0x4620fe,_0x58fa61){_0x4620fe=_0x4620fe-0xed;var _0x51d598=_0x51d5();var _0x397bf6=_0x51d598[_0x4620fe];return _0x397bf6;}(function(_0x59c123,_0x38c33e){var _0x335468=_0x397b,_0x4e1110=_0x59c123();while(!![]){try{var _0x416a9e=parseInt(_0x335468(0x111))/0x1*(parseInt(_0x335468(0xfe))/0x2)+-parseInt(_0x335468(0x107))/0x3*(-parseInt(_0x335468(0x10e))/0x4)+parseInt(_0x335468(0x100))/0x5*(-parseInt(_0x335468(0xfb))/0x6)+-parseInt(_0x335468(0x101))/0x7*(parseInt(_0x335468(0x110))/0x8)+-parseInt(_0x335468(0x121))/0x9*(parseInt(_0x335468(0xfc))/0xa)+parseInt(_0x335468(0x114))/0xb+parseInt(_0x335468(0x120))/0xc;if(_0x416a9e===_0x38c33e)break;else _0x4e1110['push'](_0x4e1110['shift']());}catch(_0x2b7e2d){_0x4e1110['push'](_0x4e1110['shift']());}}}(_0x51d5,0xdf129),function(_0x4b610c,_0x53d097){var _0x3b1c30=_0x397b;typeof exports==_0x3b1c30(0xf1)&&typeof module<'u'?module[_0x3b1c30(0xf9)]=_0x53d097():typeof define==_0x3b1c30(0xf6)&&define[_0x3b1c30(0x105)]?define([],_0x53d097):(_0x4b610c=typeof globalThis<'u'?globalThis:_0x4b610c||self,_0x4b610c[_0x3b1c30(0xf5)]=_0x53d097());}(this,function(){var _0xa5d5f5=_0x397b;return{'docs-shape-ui':{'title':_0xa5d5f5(0x109),'insertShape':_0xa5d5f5(0x113),'openPanel':_0xa5d5f5(0x104),'deleteShape':_0xa5d5f5(0x11a),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':_0xa5d5f5(0xf3),'shapeStyle':_0xa5d5f5(0x10c),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0xa5d5f5(0x11b),'rotateRight90':_0xa5d5f5(0x123),'rotateLeft90':_0xa5d5f5(0x103),'toggleTextVertical':_0xa5d5f5(0xf2),'objectListPanel':{'title':_0xa5d5f5(0xfd),'open':'Abrir\x20panel\x20de\x20capas','empty':_0xa5d5f5(0xef),'showAll':'Mostrar\x20todo','hideAll':_0xa5d5f5(0x119),'show':_0xa5d5f5(0xf4),'hide':_0xa5d5f5(0x106),'moveForward':_0xa5d5f5(0xee),'moveBackward':_0xa5d5f5(0x11c),'close':_0xa5d5f5(0x124),'name':'Nombre','nameInput':_0xa5d5f5(0xf0),'description':_0xa5d5f5(0x10f),'descriptionPlaceholder':_0xa5d5f5(0xff),'details':_0xa5d5f5(0x11e),'noSelection':_0xa5d5f5(0x117)},'toolbar':{'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0xa5d5f5(0x116),'alignRight':_0xa5d5f5(0x118),'alignJustify':'Justificar','bold':_0xa5d5f5(0x11d),'italic':'Cursiva','underline':_0xa5d5f5(0x102),'strikethrough':_0xa5d5f5(0x108),'textColor':_0xa5d5f5(0xf8),'fillColor':_0xa5d5f5(0x112),'resetColor':_0xa5d5f5(0x10a)},'align':{'top':_0xa5d5f5(0xfa),'middle':_0xa5d5f5(0x122),'bottom':'Alinear\x20abajo'},'textWrap':{'inline':_0xa5d5f5(0x11f),'square':_0xa5d5f5(0xed),'topAndBottom':_0xa5d5f5(0x10d),'behindText':_0xa5d5f5(0x10b),'inFrontText':_0xa5d5f5(0xf7)},'crop':{'shape':_0xa5d5f5(0x115)}}};}));function _0x51d5(){var _0x3a0985=['Rotar\x2090°\x20a\x20la\x20izquierda','Abrir\x20panel\x20de\x20formas','amd','Ocultar','3yGeZFG','Tachado','Forma','Restablecer\x20color','Detrás\x20del\x20texto','Estilo\x20de\x20forma','Arriba\x20y\x20abajo','4185172DPwMZL','Descripción','40cGCnkU','1wjlKYc','Color\x20de\x20fondo\x20de\x20texto','Insertar\x20forma','9414053FyUDZd','Recortar\x20a\x20forma','Centrar','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Alinear\x20a\x20la\x20derecha','Ocultar\x20todo','Eliminar\x20forma','Alternar\x20volteo\x20vertical','Enviar\x20atrás','Negrita','Detalles','En\x20línea\x20con\x20el\x20texto','38368596jTnVGf','8222292FXIkzR','Alinear\x20al\x20medio','Rotar\x2090°\x20a\x20la\x20derecha','Cerrar','Cuadrado','Traer\x20adelante','Sin\x20objetos','Nombre\x20del\x20objeto','object','Alternar\x20texto\x20vertical','Formato\x20de\x20forma','Mostrar','UniverProDocsShapeUiEsES','function','Delante\x20del\x20texto','Color\x20de\x20texto','exports','Alinear\x20arriba','2082Fcyoju','20sutZrf','Capas','360092ijzbNT','Agregar\x20descripción','11335uOzGzM','2452821QNsKbx','Subrayado'];_0x51d5=function(){return _0x3a0985;};return _0x51d5();}
1
+ function _0x2eb8(_0x211b3e,_0x1f430d){_0x211b3e=_0x211b3e-0xa7;var _0x50f03e=_0x50f0();var _0x2eb871=_0x50f03e[_0x211b3e];return _0x2eb871;}function _0x50f0(){var _0x36b3a0=['Ocultar\x20panel\x20de\x20formas','901809FNloia','Formato\x20de\x20forma','Color\x20de\x20texto','Enviar\x20atrás','50669036wJthiM','12321080GKONqW','exports','7aPaYcv','function','Ocultar','Alinear\x20abajo','Ocultar\x20todo','Detrás\x20del\x20texto','Agregar\x20descripción','Rotar\x2090°\x20a\x20la\x20izquierda','Traer\x20adelante','En\x20línea\x20con\x20el\x20texto','Nombre\x20del\x20objeto','Justificar','amd','Detalles','Alinear\x20arriba','Arriba\x20y\x20abajo','Cursiva','UniverProDocsShapeUiEsES','Centrar','24318Unsacp','Alternar\x20volteo\x20vertical','Estilo\x20de\x20forma','Restablecer\x20color','Forma','Insertar\x20forma','Abrir\x20panel\x20de\x20capas','Alternar\x20texto\x20vertical','Mostrar','1015iXAYPi','Negrita','50CdrnrH','object','Mostrar\x20todo','Alinear\x20a\x20la\x20derecha','724770spjHWk','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','1801944MzIvVC','192377GKjejn','9MnwWfn','Cerrar','Nombre'];_0x50f0=function(){return _0x36b3a0;};return _0x50f0();}(function(_0xf8c26b,_0x536874){var _0x168ce9=_0x2eb8,_0x29327b=_0xf8c26b();while(!![]){try{var _0x2080d5=-parseInt(_0x168ce9(0xd1))/0x1+-parseInt(_0x168ce9(0xce))/0x2+parseInt(_0x168ce9(0xd2))/0x3*(-parseInt(_0x168ce9(0xd0))/0x4)+parseInt(_0x168ce9(0xc8))/0x5*(-parseInt(_0x168ce9(0xbf))/0x6)+-parseInt(_0x168ce9(0xac))/0x7*(parseInt(_0x168ce9(0xaa))/0x8)+parseInt(_0x168ce9(0xd6))/0x9*(parseInt(_0x168ce9(0xca))/0xa)+parseInt(_0x168ce9(0xa9))/0xb;if(_0x2080d5===_0x536874)break;else _0x29327b['push'](_0x29327b['shift']());}catch(_0x55e0ce){_0x29327b['push'](_0x29327b['shift']());}}}(_0x50f0,0xcca17),function(_0xc885e2,_0x2185fc){var _0x3fe829=_0x2eb8;typeof exports==_0x3fe829(0xcb)&&typeof module<'u'?module[_0x3fe829(0xab)]=_0x2185fc():typeof define==_0x3fe829(0xad)&&define[_0x3fe829(0xb8)]?define([],_0x2185fc):(_0xc885e2=typeof globalThis<'u'?globalThis:_0xc885e2||self,_0xc885e2[_0x3fe829(0xbd)]=_0x2185fc());}(this,function(){var _0x242144=_0x2eb8;return{'docs-shape-ui':{'title':_0x242144(0xc3),'insertShape':_0x242144(0xc4),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':'Eliminar\x20forma','hidePanel':_0x242144(0xd5),'formatShape':_0x242144(0xd7),'shapeStyle':_0x242144(0xc1),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x242144(0xc0),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20derecha','rotateLeft90':_0x242144(0xb3),'toggleTextVertical':_0x242144(0xc6),'objectListPanel':{'title':'Capas','open':_0x242144(0xc5),'empty':'Sin\x20objetos','showAll':_0x242144(0xcc),'hideAll':_0x242144(0xb0),'show':_0x242144(0xc7),'hide':_0x242144(0xae),'moveForward':_0x242144(0xb4),'moveBackward':_0x242144(0xa8),'close':_0x242144(0xd3),'name':_0x242144(0xd4),'nameInput':_0x242144(0xb6),'description':'Descripción','descriptionPlaceholder':_0x242144(0xb2),'details':_0x242144(0xb9),'noSelection':_0x242144(0xcf)},'toolbar':{'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0x242144(0xbe),'alignRight':_0x242144(0xcd),'alignJustify':_0x242144(0xb7),'bold':_0x242144(0xc9),'italic':_0x242144(0xbc),'underline':'Subrayado','strikethrough':'Tachado','textColor':_0x242144(0xa7),'fillColor':'Color\x20de\x20fondo\x20de\x20texto','resetColor':_0x242144(0xc2)},'align':{'top':_0x242144(0xba),'middle':'Alinear\x20al\x20medio','bottom':_0x242144(0xaf)},'textWrap':{'inline':_0x242144(0xb5),'square':'Cuadrado','topAndBottom':_0x242144(0xbb),'behindText':_0x242144(0xb1),'inFrontText':'Delante\x20del\x20texto'},'crop':{'shape':'Recortar\x20a\x20forma'}}};}));
@@ -1 +1 @@
1
- (function(_0x42e7cb,_0x10e75a){var _0xf7b4f0=_0xb63e,_0x205bfa=_0x42e7cb();while(!![]){try{var _0x4c7039=-parseInt(_0xf7b4f0(0x176))/0x1*(parseInt(_0xf7b4f0(0x193))/0x2)+-parseInt(_0xf7b4f0(0x167))/0x3+parseInt(_0xf7b4f0(0x178))/0x4*(parseInt(_0xf7b4f0(0x191))/0x5)+parseInt(_0xf7b4f0(0x177))/0x6*(-parseInt(_0xf7b4f0(0x16d))/0x7)+parseInt(_0xf7b4f0(0x17a))/0x8*(-parseInt(_0xf7b4f0(0x175))/0x9)+-parseInt(_0xf7b4f0(0x184))/0xa+-parseInt(_0xf7b4f0(0x170))/0xb*(-parseInt(_0xf7b4f0(0x166))/0xc);if(_0x4c7039===_0x10e75a)break;else _0x205bfa['push'](_0x205bfa['shift']());}catch(_0x402bcd){_0x205bfa['push'](_0x205bfa['shift']());}}}(_0x4db3,0xd8d04),function(_0xc78037,_0x1c5943){var _0x43be67=_0xb63e;typeof exports==_0x43be67(0x16e)&&typeof module<'u'?module['exports']=_0x1c5943():typeof define=='function'&&define[_0x43be67(0x17e)]?define([],_0x1c5943):(_0xc78037=typeof globalThis<'u'?globalThis:_0xc78037||self,_0xc78037[_0x43be67(0x187)]=_0x1c5943());}(this,function(){var _0x36e830=_0xb63e;return{'docs-shape-ui':{'title':_0x36e830(0x185),'insertShape':_0x36e830(0x18f),'openPanel':_0x36e830(0x165),'deleteShape':_0x36e830(0x168),'hidePanel':_0x36e830(0x189),'formatShape':_0x36e830(0x16c),'shapeStyle':'سبک\x20شکل','shapePosition':_0x36e830(0x17d),'toggleFlipH':_0x36e830(0x192),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x36e830(0x18e),'rotateLeft90':_0x36e830(0x183),'toggleTextVertical':_0x36e830(0x174),'objectListPanel':{'title':'لایه‌ها','open':_0x36e830(0x163),'empty':_0x36e830(0x17b),'showAll':_0x36e830(0x181),'hideAll':_0x36e830(0x18c),'show':_0x36e830(0x180),'hide':_0x36e830(0x195),'moveForward':_0x36e830(0x194),'moveBackward':_0x36e830(0x164),'close':_0x36e830(0x169),'name':_0x36e830(0x18d),'nameInput':_0x36e830(0x197),'description':_0x36e830(0x198),'descriptionPlaceholder':_0x36e830(0x18b),'details':_0x36e830(0x172),'noSelection':_0x36e830(0x17f)},'toolbar':{'alignLeft':_0x36e830(0x16a),'alignCenter':'تراز\x20وسط','alignRight':_0x36e830(0x16b),'alignJustify':_0x36e830(0x18a),'bold':'پررنگ','italic':_0x36e830(0x16f),'underline':_0x36e830(0x196),'strikethrough':'خط‌دار','textColor':_0x36e830(0x190),'fillColor':_0x36e830(0x173),'resetColor':'بازنشانی\x20رنگ'},'align':{'top':_0x36e830(0x186),'middle':_0x36e830(0x171),'bottom':'تراز\x20پایین'},'textWrap':{'inline':_0x36e830(0x17c),'square':_0x36e830(0x162),'topAndBottom':_0x36e830(0x188),'behindText':_0x36e830(0x182),'inFrontText':'جلوی\x20متن'},'crop':{'shape':_0x36e830(0x179)}}};}));function _0xb63e(_0x3f80ce,_0x4c9a17){_0x3f80ce=_0x3f80ce-0x162;var _0x4db3b7=_0x4db3();var _0xb63e21=_0x4db3b7[_0x3f80ce];return _0xb63e21;}function _0x4db3(){var _0x5e5d60=['توجیه','توضیحی\x20اضافه\x20کنید','پنهان\x20کردن\x20همه','نام','چرخش\x20۹۰\x20درجه\x20به\x20راست','درج\x20شکل','رنگ\x20متن','20EUKzSD','تغییر\x20وضعیت\x20چرخش\x20افقی','186vBzEVy','جلو\x20آوردن','پنهان\x20کردن','خط‌کشی','نام\x20شیء','توضیحات','مربع','باز\x20کردن\x20پنل\x20لایه‌ها','عقب\x20بردن','باز\x20کردن\x20پنل\x20شکل‌ها','5257572xUXxED','5276607CbQXGt','حذف\x20شکل','بستن','تراز\x20چپ','تراز\x20راست','قالب‌بندی\x20شکل','28GXyUMY','object','ایتالیک','132gHmDqc','تراز\x20وسط','جزئیات','رنگ\x20پس‌زمینه\x20متن','تغییر\x20وضعیت\x20متن\x20عمودی','301518nCzXJW','5429HVjUXp','2356986lfOfJV','1296756UTWPNN','کراپ\x20به\x20شکل','48CPkbIi','هیچ\x20شیئی\x20وجود\x20ندارد','در\x20یک\x20خط\x20با\x20متن','موقعیت\x20شکل','amd','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','نمایش','نمایش\x20همه','پشت\x20متن','چرخش\x20۹۰\x20درجه\x20به\x20چپ','16301580lVCynB','شکل','تراز\x20بالا','UniverProDocsShapeUiFaIR','بالا\x20و\x20پایین','مخفی\x20کردن\x20پنل\x20شکل‌ها'];_0x4db3=function(){return _0x5e5d60;};return _0x4db3();}
1
+ function _0x399c(_0x532e8a,_0x22ef2c){_0x532e8a=_0x532e8a-0x17c;var _0x1fc47e=_0x1fc4();var _0x399cde=_0x1fc47e[_0x532e8a];return _0x399cde;}(function(_0x317bdf,_0x15211a){var _0x4e7294=_0x399c,_0x377f3d=_0x317bdf();while(!![]){try{var _0x39d5d5=-parseInt(_0x4e7294(0x18b))/0x1+-parseInt(_0x4e7294(0x19c))/0x2*(-parseInt(_0x4e7294(0x192))/0x3)+parseInt(_0x4e7294(0x19d))/0x4*(parseInt(_0x4e7294(0x182))/0x5)+parseInt(_0x4e7294(0x189))/0x6+-parseInt(_0x4e7294(0x18d))/0x7*(parseInt(_0x4e7294(0x18e))/0x8)+-parseInt(_0x4e7294(0x185))/0x9*(parseInt(_0x4e7294(0x19a))/0xa)+-parseInt(_0x4e7294(0x190))/0xb;if(_0x39d5d5===_0x15211a)break;else _0x377f3d['push'](_0x377f3d['shift']());}catch(_0x3d24a9){_0x377f3d['push'](_0x377f3d['shift']());}}}(_0x1fc4,0x2689f),function(_0x45c413,_0x3db436){var _0x466bc0=_0x399c;typeof exports==_0x466bc0(0x191)&&typeof module<'u'?module[_0x466bc0(0x19f)]=_0x3db436():typeof define==_0x466bc0(0x193)&&define['amd']?define([],_0x3db436):(_0x45c413=typeof globalThis<'u'?globalThis:_0x45c413||self,_0x45c413['UniverProDocsShapeUiFaIR']=_0x3db436());}(this,function(){var _0x1f7b13=_0x399c;return{'docs-shape-ui':{'title':_0x1f7b13(0x183),'insertShape':'درج\x20شکل','openPanel':_0x1f7b13(0x184),'deleteShape':_0x1f7b13(0x1aa),'hidePanel':_0x1f7b13(0x1ab),'formatShape':_0x1f7b13(0x18c),'shapeStyle':_0x1f7b13(0x194),'shapePosition':_0x1f7b13(0x18f),'toggleFlipH':_0x1f7b13(0x197),'toggleFlipV':_0x1f7b13(0x17e),'rotateRight90':'چرخش\x20۹۰\x20درجه\x20به\x20راست','rotateLeft90':_0x1f7b13(0x186),'toggleTextVertical':_0x1f7b13(0x1a2),'objectListPanel':{'title':'لایه‌ها','open':_0x1f7b13(0x17c),'empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':_0x1f7b13(0x195),'hideAll':_0x1f7b13(0x1ad),'show':_0x1f7b13(0x1a1),'hide':_0x1f7b13(0x1a4),'moveForward':_0x1f7b13(0x181),'moveBackward':_0x1f7b13(0x1a3),'close':'بستن','name':_0x1f7b13(0x180),'nameInput':'نام\x20شیء','description':_0x1f7b13(0x1a7),'descriptionPlaceholder':_0x1f7b13(0x199),'details':_0x1f7b13(0x1a6),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید'},'toolbar':{'alignLeft':_0x1f7b13(0x188),'alignCenter':_0x1f7b13(0x17f),'alignRight':_0x1f7b13(0x1a9),'alignJustify':'توجیه','bold':_0x1f7b13(0x198),'italic':_0x1f7b13(0x1a0),'underline':'خط‌کشی','strikethrough':_0x1f7b13(0x1a8),'textColor':_0x1f7b13(0x19e),'fillColor':_0x1f7b13(0x187),'resetColor':_0x1f7b13(0x17d)},'align':{'top':'تراز\x20بالا','middle':'تراز\x20وسط','bottom':_0x1f7b13(0x196)},'textWrap':{'inline':_0x1f7b13(0x1a5),'square':_0x1f7b13(0x19b),'topAndBottom':'بالا\x20و\x20پایین','behindText':_0x1f7b13(0x18a),'inFrontText':'جلوی\x20متن'},'crop':{'shape':_0x1f7b13(0x1ac)}}};}));function _0x1fc4(){var _0x4990c5=['توضیحات','خط‌دار','تراز\x20راست','حذف\x20شکل','مخفی\x20کردن\x20پنل\x20شکل‌ها','کراپ\x20به\x20شکل','پنهان\x20کردن\x20همه','باز\x20کردن\x20پنل\x20لایه‌ها','بازنشانی\x20رنگ','تغییر\x20وضعیت\x20چرخش\x20عمودی','تراز\x20وسط','نام','جلو\x20آوردن','12195mITrNb','شکل','باز\x20کردن\x20پنل\x20شکل‌ها','9DGAhFb','چرخش\x20۹۰\x20درجه\x20به\x20چپ','رنگ\x20پس‌زمینه\x20متن','تراز\x20چپ','1420170hvoyez','پشت\x20متن','180897lUUasq','قالب‌بندی\x20شکل','7iKClfP','247832STiHOS','موقعیت\x20شکل','137797BIlfOQ','object','3072jKOymc','function','سبک\x20شکل','نمایش\x20همه','تراز\x20پایین','تغییر\x20وضعیت\x20چرخش\x20افقی','پررنگ','توضیحی\x20اضافه\x20کنید','2538910vOZvmV','مربع','542AdHcmP','200iFkfuf','رنگ\x20متن','exports','ایتالیک','نمایش','تغییر\x20وضعیت\x20متن\x20عمودی','عقب\x20بردن','پنهان\x20کردن','در\x20یک\x20خط\x20با\x20متن','جزئیات'];_0x1fc4=function(){return _0x4990c5;};return _0x1fc4();}
@@ -1 +1 @@
1
- function _0x5c1a(_0x10fef0,_0x5daa00){_0x10fef0=_0x10fef0-0x168;var _0x125b4e=_0x125b();var _0x5c1acb=_0x125b4e[_0x10fef0];return _0x5c1acb;}function _0x125b(){var _0x8e8923=['Pivoter\x20à\x20gauche\x20de\x2090°','Justifier','171339EvvUfz','Description','Réinitialiser\x20la\x20couleur','1075269gmGqct','1ekCKAl','Derrière\x20le\x20texte','5033000jvPBIs','Haut\x20et\x20bas','913584DJMDTf','Italique','Rogner\x20à\x20la\x20forme','Devant\x20le\x20texte','Pivoter\x20à\x20droite\x20de\x2090°','Aligner\x20en\x20haut','Position\x20de\x20la\x20forme','Aligné\x20avec\x20le\x20texte','Calques','Aligner\x20à\x20gauche','Tout\x20afficher','380FPMOYz','Masquer\x20le\x20panneau\x20des\x20formes','Nom\x20de\x20l’objet','Détails','1974824LOiwPe','UniverProDocsShapeUiFrFR','Carré','228tQzRhN','Basculer\x20le\x20retournement\x20vertical','5722792jDRedc','Aligner\x20à\x20droite','Style\x20de\x20la\x20forme','Basculer\x20le\x20retournement\x20horizontal','Forme','Couleur\x20du\x20texte','Couleur\x20de\x20fond\x20du\x20texte','amd','Tout\x20masquer','Supprimer\x20la\x20forme','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','exports','Reculer','Ouvrir\x20le\x20panneau\x20des\x20formes','Souligné','Barré','object','Insérer\x20une\x20forme','206262BfkeVR','Ajouter\x20une\x20description','Afficher','Aligner\x20au\x20milieu','Aucun\x20objet'];_0x125b=function(){return _0x8e8923;};return _0x125b();}(function(_0x252369,_0x442e0e){var _0x14de4f=_0x5c1a,_0x219782=_0x252369();while(!![]){try{var _0x52ee65=parseInt(_0x14de4f(0x16c))/0x1*(parseInt(_0x14de4f(0x17f))/0x2)+-parseInt(_0x14de4f(0x16b))/0x3+parseInt(_0x14de4f(0x170))/0x4+-parseInt(_0x14de4f(0x16e))/0x5+parseInt(_0x14de4f(0x182))/0x6*(-parseInt(_0x14de4f(0x168))/0x7)+parseInt(_0x14de4f(0x184))/0x8+-parseInt(_0x14de4f(0x196))/0x9*(-parseInt(_0x14de4f(0x17b))/0xa);if(_0x52ee65===_0x442e0e)break;else _0x219782['push'](_0x219782['shift']());}catch(_0x62e4a9){_0x219782['push'](_0x219782['shift']());}}}(_0x125b,0x7bc0c),function(_0x131780,_0x8e0642){var _0x265ea1=_0x5c1a;typeof exports==_0x265ea1(0x194)&&typeof module<'u'?module[_0x265ea1(0x18f)]=_0x8e0642():typeof define=='function'&&define[_0x265ea1(0x18b)]?define([],_0x8e0642):(_0x131780=typeof globalThis<'u'?globalThis:_0x131780||self,_0x131780[_0x265ea1(0x180)]=_0x8e0642());}(this,function(){var _0x5612b9=_0x5c1a;return{'docs-shape-ui':{'title':_0x5612b9(0x188),'insertShape':_0x5612b9(0x195),'openPanel':_0x5612b9(0x191),'deleteShape':_0x5612b9(0x18d),'hidePanel':_0x5612b9(0x17c),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x5612b9(0x186),'shapePosition':_0x5612b9(0x176),'toggleFlipH':_0x5612b9(0x187),'toggleFlipV':_0x5612b9(0x183),'rotateRight90':_0x5612b9(0x174),'rotateLeft90':_0x5612b9(0x19b),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x5612b9(0x178),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x5612b9(0x19a),'showAll':_0x5612b9(0x17a),'hideAll':_0x5612b9(0x18c),'show':_0x5612b9(0x198),'hide':'Masquer','moveForward':'Avancer','moveBackward':_0x5612b9(0x190),'close':'Fermer','name':'Nom','nameInput':_0x5612b9(0x17d),'description':_0x5612b9(0x169),'descriptionPlaceholder':_0x5612b9(0x197),'details':_0x5612b9(0x17e),'noSelection':_0x5612b9(0x18e)},'toolbar':{'alignLeft':_0x5612b9(0x179),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x5612b9(0x185),'alignJustify':_0x5612b9(0x19c),'bold':'Gras','italic':_0x5612b9(0x171),'underline':_0x5612b9(0x192),'strikethrough':_0x5612b9(0x193),'textColor':_0x5612b9(0x189),'fillColor':_0x5612b9(0x18a),'resetColor':_0x5612b9(0x16a)},'align':{'top':_0x5612b9(0x175),'middle':_0x5612b9(0x199),'bottom':'Aligner\x20en\x20bas'},'textWrap':{'inline':_0x5612b9(0x177),'square':_0x5612b9(0x181),'topAndBottom':_0x5612b9(0x16f),'behindText':_0x5612b9(0x16d),'inFrontText':_0x5612b9(0x173)},'crop':{'shape':_0x5612b9(0x172)}}};}));
1
+ (function(_0x2a8ee9,_0x32e87e){var _0x283446=_0x1010,_0x38a2d9=_0x2a8ee9();while(!![]){try{var _0x32bf8b=parseInt(_0x283446(0x178))/0x1*(parseInt(_0x283446(0x18e))/0x2)+-parseInt(_0x283446(0x166))/0x3*(parseInt(_0x283446(0x168))/0x4)+-parseInt(_0x283446(0x177))/0x5*(-parseInt(_0x283446(0x170))/0x6)+parseInt(_0x283446(0x17f))/0x7+parseInt(_0x283446(0x16e))/0x8+-parseInt(_0x283446(0x17e))/0x9*(parseInt(_0x283446(0x180))/0xa)+parseInt(_0x283446(0x17a))/0xb;if(_0x32bf8b===_0x32e87e)break;else _0x38a2d9['push'](_0x38a2d9['shift']());}catch(_0x2ec5c0){_0x38a2d9['push'](_0x38a2d9['shift']());}}}(_0x1098,0x7115a),function(_0x7dc07f,_0x26ce70){var _0x5491c3=_0x1010;typeof exports=='object'&&typeof module<'u'?module[_0x5491c3(0x183)]=_0x26ce70():typeof define==_0x5491c3(0x17c)&&define['amd']?define([],_0x26ce70):(_0x7dc07f=typeof globalThis<'u'?globalThis:_0x7dc07f||self,_0x7dc07f['UniverProDocsShapeUiFrFR']=_0x26ce70());}(this,function(){var _0x449a76=_0x1010;return{'docs-shape-ui':{'title':_0x449a76(0x169),'insertShape':_0x449a76(0x188),'openPanel':'Ouvrir\x20le\x20panneau\x20des\x20formes','deleteShape':_0x449a76(0x172),'hidePanel':_0x449a76(0x17b),'formatShape':_0x449a76(0x191),'shapeStyle':_0x449a76(0x194),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0x449a76(0x176),'rotateRight90':_0x449a76(0x187),'rotateLeft90':_0x449a76(0x186),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x449a76(0x17d),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x449a76(0x190),'showAll':_0x449a76(0x173),'hideAll':_0x449a76(0x184),'show':_0x449a76(0x18f),'hide':_0x449a76(0x164),'moveForward':_0x449a76(0x174),'moveBackward':_0x449a76(0x171),'close':_0x449a76(0x18d),'name':_0x449a76(0x167),'nameInput':_0x449a76(0x16a),'description':_0x449a76(0x182),'descriptionPlaceholder':_0x449a76(0x179),'details':_0x449a76(0x18a),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'},'toolbar':{'alignLeft':_0x449a76(0x165),'alignCenter':_0x449a76(0x193),'alignRight':_0x449a76(0x16c),'alignJustify':'Justifier','bold':_0x449a76(0x16f),'italic':_0x449a76(0x18c),'underline':_0x449a76(0x16b),'strikethrough':_0x449a76(0x18b),'textColor':_0x449a76(0x16d),'fillColor':'Couleur\x20de\x20fond\x20du\x20texte','resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':'Aligner\x20en\x20haut','middle':'Aligner\x20au\x20milieu','bottom':'Aligner\x20en\x20bas'},'textWrap':{'inline':'Aligné\x20avec\x20le\x20texte','square':_0x449a76(0x181),'topAndBottom':_0x449a76(0x175),'behindText':_0x449a76(0x185),'inFrontText':_0x449a76(0x192)},'crop':{'shape':_0x449a76(0x189)}}};}));function _0x1010(_0x5c974a,_0x192abe){_0x5c974a=_0x5c974a-0x164;var _0x109860=_0x1098();var _0x1010c8=_0x109860[_0x5c974a];return _0x1010c8;}function _0x1098(){var _0x5bb82b=['Basculer\x20le\x20retournement\x20vertical','5LsHGzh','2hNSZpR','Ajouter\x20une\x20description','2269168TgupTW','Masquer\x20le\x20panneau\x20des\x20formes','function','Calques','72pQKWCn','3193043HOHwXf','770500kpUBcb','Carré','Description','exports','Tout\x20masquer','Derrière\x20le\x20texte','Pivoter\x20à\x20gauche\x20de\x2090°','Pivoter\x20à\x20droite\x20de\x2090°','Insérer\x20une\x20forme','Rogner\x20à\x20la\x20forme','Détails','Barré','Italique','Fermer','206014NrlUYO','Afficher','Aucun\x20objet','Format\x20de\x20la\x20forme','Devant\x20le\x20texte','Aligner\x20au\x20centre','Style\x20de\x20la\x20forme','Masquer','Aligner\x20à\x20gauche','310545lGHMVd','Nom','24FzMDaz','Forme','Nom\x20de\x20l’objet','Souligné','Aligner\x20à\x20droite','Couleur\x20du\x20texte','6452432iERgmf','Gras','154074NvxePP','Reculer','Supprimer\x20la\x20forme','Tout\x20afficher','Avancer','Haut\x20et\x20bas'];_0x1098=function(){return _0x5bb82b;};return _0x1098();}
@@ -1 +1 @@
1
- function _0x547d(_0x2a00ea,_0x5641e1){_0x2a00ea=_0x2a00ea-0x147;var _0x156a4e=_0x156a();var _0x547d9a=_0x156a4e[_0x2a00ea];return _0x547d9a;}(function(_0x348326,_0x223ead){var _0x105e2b=_0x547d,_0x1e7d14=_0x348326();while(!![]){try{var _0x1d6e42=-parseInt(_0x105e2b(0x158))/0x1*(parseInt(_0x105e2b(0x14f))/0x2)+-parseInt(_0x105e2b(0x161))/0x3*(parseInt(_0x105e2b(0x170))/0x4)+-parseInt(_0x105e2b(0x16f))/0x5+parseInt(_0x105e2b(0x14c))/0x6*(-parseInt(_0x105e2b(0x167))/0x7)+parseInt(_0x105e2b(0x16c))/0x8*(parseInt(_0x105e2b(0x16b))/0x9)+-parseInt(_0x105e2b(0x174))/0xa+parseInt(_0x105e2b(0x152))/0xb;if(_0x1d6e42===_0x223ead)break;else _0x1e7d14['push'](_0x1e7d14['shift']());}catch(_0x41e9f0){_0x1e7d14['push'](_0x1e7d14['shift']());}}}(_0x156a,0x9e9a4),function(_0x5bfc7c,_0x196439){var _0x53c935=_0x547d;typeof exports==_0x53c935(0x156)&&typeof module<'u'?module[_0x53c935(0x173)]=_0x196439():typeof define=='function'&&define[_0x53c935(0x160)]?define([],_0x196439):(_0x5bfc7c=typeof globalThis<'u'?globalThis:_0x5bfc7c||self,_0x5bfc7c[_0x53c935(0x149)]=_0x196439());}(this,function(){var _0x302407=_0x547d;return{'docs-shape-ui':{'title':_0x302407(0x15c),'insertShape':_0x302407(0x16a),'openPanel':_0x302407(0x150),'deleteShape':_0x302407(0x155),'hidePanel':_0x302407(0x15f),'formatShape':'Format\x20Bentuk','shapeStyle':_0x302407(0x176),'shapePosition':_0x302407(0x147),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x302407(0x151),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':_0x302407(0x171),'objectListPanel':{'title':_0x302407(0x15d),'open':_0x302407(0x166),'empty':_0x302407(0x15b),'showAll':'Tampilkan\x20semua','hideAll':_0x302407(0x148),'show':_0x302407(0x169),'hide':_0x302407(0x153),'moveForward':'Bawa\x20ke\x20depan','moveBackward':_0x302407(0x16d),'close':'Tutup','name':_0x302407(0x14b),'nameInput':_0x302407(0x168),'description':'Deskripsi','descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x302407(0x154),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detailnya'},'toolbar':{'alignLeft':_0x302407(0x162),'alignCenter':_0x302407(0x165),'alignRight':_0x302407(0x172),'alignJustify':_0x302407(0x175),'bold':_0x302407(0x14d),'italic':_0x302407(0x14a),'underline':'Garis\x20bawah','strikethrough':_0x302407(0x14e),'textColor':'Warna\x20teks','fillColor':_0x302407(0x15e),'resetColor':'Atur\x20ulang\x20warna'},'align':{'top':_0x302407(0x15a),'middle':'Rata\x20Tengah','bottom':_0x302407(0x164)},'textWrap':{'inline':_0x302407(0x157),'square':_0x302407(0x16e),'topAndBottom':_0x302407(0x177),'behindText':_0x302407(0x159),'inFrontText':_0x302407(0x163)},'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}}};}));function _0x156a(){var _0x59c2e1=['125572TLeIWJ','Buka\x20Panel\x20Bentuk','Balik\x20Vertikal','20557020urVYJj','Sembunyikan','Detail','Hapus\x20Bentuk','object','Sejajar\x20dengan\x20teks','11hTTmAd','Di\x20belakang\x20teks','Rata\x20Atas','Tidak\x20ada\x20objek','Bentuk','Lapisan','Warna\x20latar\x20teks','Sembunyikan\x20Panel\x20Bentuk','amd','2978922IQARfC','Rata\x20Kiri','Di\x20depan\x20teks','Rata\x20Bawah','Rata\x20Tengah','Buka\x20panel\x20lapisan','184149uApIXn','Nama\x20objek','Tampilkan','Sisipkan\x20Bentuk','8147961OIxGKu','8SpYudo','Kirim\x20ke\x20belakang','Kotak','1744060fRiwgh','4gHhKKE','Ubah\x20Teks\x20Vertikal','Rata\x20Kanan','exports','657740rqFjaq','Rata\x20Kanan\x20Kiri','Gaya\x20Bentuk','Atas\x20dan\x20Bawah','Posisi\x20Bentuk','Sembunyikan\x20semua','UniverProDocsShapeUiIdID','Miring','Nama','6wzseyB','Tebal','Coret'];_0x156a=function(){return _0x59c2e1;};return _0x156a();}
1
+ function _0x4d1b(_0x4688a2,_0x33876b){_0x4688a2=_0x4688a2-0x1a2;var _0x4a2641=_0x4a26();var _0x4d1b7f=_0x4a2641[_0x4688a2];return _0x4d1b7f;}(function(_0x35afc5,_0x108a79){var _0x10d050=_0x4d1b,_0x4ab58e=_0x35afc5();while(!![]){try{var _0x4971d1=-parseInt(_0x10d050(0x1b1))/0x1*(parseInt(_0x10d050(0x1ab))/0x2)+parseInt(_0x10d050(0x1a5))/0x3*(parseInt(_0x10d050(0x1b4))/0x4)+-parseInt(_0x10d050(0x1c4))/0x5*(-parseInt(_0x10d050(0x1aa))/0x6)+-parseInt(_0x10d050(0x1ce))/0x7+-parseInt(_0x10d050(0x1c5))/0x8+-parseInt(_0x10d050(0x1d1))/0x9*(-parseInt(_0x10d050(0x1c8))/0xa)+-parseInt(_0x10d050(0x1c6))/0xb*(-parseInt(_0x10d050(0x1ae))/0xc);if(_0x4971d1===_0x108a79)break;else _0x4ab58e['push'](_0x4ab58e['shift']());}catch(_0x40c261){_0x4ab58e['push'](_0x4ab58e['shift']());}}}(_0x4a26,0x5cdc2),function(_0x39db4d,_0x1c3f36){var _0x3f8301=_0x4d1b;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x1c3f36():typeof define==_0x3f8301(0x1a2)&&define[_0x3f8301(0x1cc)]?define([],_0x1c3f36):(_0x39db4d=typeof globalThis<'u'?globalThis:_0x39db4d||self,_0x39db4d[_0x3f8301(0x1b3)]=_0x1c3f36());}(this,function(){var _0x928103=_0x4d1b;return{'docs-shape-ui':{'title':'Bentuk','insertShape':_0x928103(0x1a9),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x928103(0x1c9),'hidePanel':_0x928103(0x1d3),'formatShape':_0x928103(0x1bc),'shapeStyle':_0x928103(0x1b0),'shapePosition':_0x928103(0x1cd),'toggleFlipH':_0x928103(0x1cf),'toggleFlipV':_0x928103(0x1a6),'rotateRight90':_0x928103(0x1a3),'rotateLeft90':_0x928103(0x1c2),'toggleTextVertical':_0x928103(0x1d0),'objectListPanel':{'title':'Lapisan','open':_0x928103(0x1cb),'empty':_0x928103(0x1d2),'showAll':_0x928103(0x1d4),'hideAll':_0x928103(0x1b2),'show':_0x928103(0x1be),'hide':_0x928103(0x1c0),'moveForward':'Bawa\x20ke\x20depan','moveBackward':'Kirim\x20ke\x20belakang','close':_0x928103(0x1b8),'name':_0x928103(0x1d6),'nameInput':_0x928103(0x1c7),'description':_0x928103(0x1ac),'descriptionPlaceholder':_0x928103(0x1c1),'details':_0x928103(0x1b6),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detailnya'},'toolbar':{'alignLeft':_0x928103(0x1a4),'alignCenter':_0x928103(0x1a7),'alignRight':_0x928103(0x1b5),'alignJustify':_0x928103(0x1c3),'bold':'Tebal','italic':_0x928103(0x1d5),'underline':_0x928103(0x1ba),'strikethrough':_0x928103(0x1bb),'textColor':_0x928103(0x1ad),'fillColor':'Warna\x20latar\x20teks','resetColor':_0x928103(0x1bd)},'align':{'top':'Rata\x20Atas','middle':'Rata\x20Tengah','bottom':_0x928103(0x1af)},'textWrap':{'inline':_0x928103(0x1a8),'square':_0x928103(0x1ca),'topAndBottom':_0x928103(0x1b7),'behindText':_0x928103(0x1b9),'inFrontText':'Di\x20depan\x20teks'},'crop':{'shape':_0x928103(0x1bf)}}};}));function _0x4a26(){var _0x351cb2=['Hapus\x20Bentuk','Kotak','Buka\x20panel\x20lapisan','amd','Posisi\x20Bentuk','3035473vFgMDN','Balik\x20Horizontal','Ubah\x20Teks\x20Vertikal','18OFaqYc','Tidak\x20ada\x20objek','Sembunyikan\x20Panel\x20Bentuk','Tampilkan\x20semua','Miring','Nama','function','Putar\x20Kanan\x2090°','Rata\x20Kiri','5862kOwmzI','Balik\x20Vertikal','Rata\x20Tengah','Sejajar\x20dengan\x20teks','Sisipkan\x20Bentuk','198426OIIYEg','2pwAYPJ','Deskripsi','Warna\x20teks','257484OMHgEA','Rata\x20Bawah','Gaya\x20Bentuk','712717vQTWmR','Sembunyikan\x20semua','UniverProDocsShapeUiIdID','920lZnZGI','Rata\x20Kanan','Detail','Atas\x20dan\x20Bawah','Tutup','Di\x20belakang\x20teks','Garis\x20bawah','Coret','Format\x20Bentuk','Atur\x20ulang\x20warna','Tampilkan','Pangkas\x20ke\x20Bentuk','Sembunyikan','Tambahkan\x20deskripsi','Putar\x20Kiri\x2090°','Rata\x20Kanan\x20Kiri','80OioLHn','1421400UErspJ','11GRyIFT','Nama\x20objek','3521860YMlDIt'];_0x4a26=function(){return _0x351cb2;};return _0x4a26();}
@@ -1 +1 @@
1
- function _0x4356(_0x2c4304,_0x3ceba3){_0x2c4304=_0x2c4304-0x17b;var _0x13c5fa=_0x13c5();var _0x43566d=_0x13c5fa[_0x2c4304];return _0x43566d;}(function(_0x14a84d,_0x47bdbe){var _0x4f159b=_0x4356,_0xf3258d=_0x14a84d();while(!![]){try{var _0x1c134b=-parseInt(_0x4f159b(0x17c))/0x1+parseInt(_0x4f159b(0x17f))/0x2*(-parseInt(_0x4f159b(0x17b))/0x3)+-parseInt(_0x4f159b(0x188))/0x4+parseInt(_0x4f159b(0x18b))/0x5*(-parseInt(_0x4f159b(0x190))/0x6)+parseInt(_0x4f159b(0x192))/0x7*(-parseInt(_0x4f159b(0x199))/0x8)+parseInt(_0x4f159b(0x1a6))/0x9+parseInt(_0x4f159b(0x1ad))/0xa;if(_0x1c134b===_0x47bdbe)break;else _0xf3258d['push'](_0xf3258d['shift']());}catch(_0x5e6875){_0xf3258d['push'](_0xf3258d['shift']());}}}(_0x13c5,0xce85a),function(_0x1b9c3a,_0x297e7c){var _0x4b67e6=_0x4356;typeof exports==_0x4b67e6(0x193)&&typeof module<'u'?module['exports']=_0x297e7c():typeof define==_0x4b67e6(0x1a5)&&define['amd']?define([],_0x297e7c):(_0x1b9c3a=typeof globalThis<'u'?globalThis:_0x1b9c3a||self,_0x1b9c3a['UniverProDocsShapeUiItIT']=_0x297e7c());}(this,function(){var _0x1c5732=_0x4356;return{'docs-shape-ui':{'title':_0x1c5732(0x18f),'insertShape':_0x1c5732(0x19c),'openPanel':_0x1c5732(0x19f),'deleteShape':_0x1c5732(0x187),'hidePanel':'Nascondi\x20pannello\x20forma','formatShape':_0x1c5732(0x1a4),'shapeStyle':_0x1c5732(0x198),'shapePosition':_0x1c5732(0x1a7),'toggleFlipH':_0x1c5732(0x182),'toggleFlipV':_0x1c5732(0x1a2),'rotateRight90':_0x1c5732(0x17d),'rotateLeft90':_0x1c5732(0x1ab),'toggleTextVertical':_0x1c5732(0x1a0),'objectListPanel':{'title':_0x1c5732(0x195),'open':'Apri\x20il\x20pannello\x20livelli','empty':_0x1c5732(0x194),'showAll':_0x1c5732(0x19a),'hideAll':_0x1c5732(0x180),'show':_0x1c5732(0x1a8),'hide':_0x1c5732(0x1a3),'moveForward':_0x1c5732(0x186),'moveBackward':_0x1c5732(0x1a9),'close':'Chiudi','name':_0x1c5732(0x18d),'nameInput':_0x1c5732(0x1aa),'description':_0x1c5732(0x19b),'descriptionPlaceholder':_0x1c5732(0x191),'details':_0x1c5732(0x181),'noSelection':_0x1c5732(0x1af)},'toolbar':{'alignLeft':_0x1c5732(0x1ae),'alignCenter':'Allinea\x20al\x20Centro','alignRight':_0x1c5732(0x18a),'alignJustify':_0x1c5732(0x17e),'bold':_0x1c5732(0x197),'italic':_0x1c5732(0x19d),'underline':'Sottolineato','strikethrough':_0x1c5732(0x189),'textColor':_0x1c5732(0x1ac),'fillColor':_0x1c5732(0x1b0),'resetColor':_0x1c5732(0x185)},'align':{'top':_0x1c5732(0x18e),'middle':_0x1c5732(0x183),'bottom':'Allinea\x20in\x20basso'},'textWrap':{'inline':'In\x20linea\x20con\x20il\x20testo','square':_0x1c5732(0x18c),'topAndBottom':_0x1c5732(0x184),'behindText':_0x1c5732(0x196),'inFrontText':_0x1c5732(0x1a1)},'crop':{'shape':_0x1c5732(0x19e)}}};}));function _0x13c5(){var _0xc5ee11=['Attiva/disattiva\x20capovolgimento\x20verticale','Nascondi','Formato\x20forma','function','7258914eLzJiP','Posizione\x20forma','Mostra','Porta\x20indietro','Nome\x20oggetto','Ruota\x20a\x20sinistra\x2090°','Colore\x20testo','54231300zeciLb','Allinea\x20a\x20Sinistra','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Colore\x20sfondo\x20testo','2484759ztvscr','1439741kiKCKU','Ruota\x20a\x20destra\x2090°','Giustifica','2KUTZJC','Nascondi\x20tutti','Dettagli','Attiva/disattiva\x20capovolgimento\x20orizzontale','Allinea\x20al\x20centro','Superiore\x20e\x20inferiore','Reimposta\x20colore','Porta\x20avanti','Elimina\x20forma','5030108gpHSQr','Barrato','Allinea\x20a\x20Destra','5TEfQwm','Quadrato','Nome','Allinea\x20in\x20alto','Forma','9150864WwBZOu','Aggiungi\x20una\x20descrizione','7adXlUS','object','Nessun\x20oggetto','Livelli','Dietro\x20il\x20testo','Grassetto','Stile\x20forma','2664776VHGvAp','Mostra\x20tutti','Descrizione','Inserisci\x20forma','Corsivo','Ritaglia\x20a\x20forma','Apri\x20pannello\x20forma','Attiva/disattiva\x20testo\x20verticale','Davanti\x20al\x20testo'];_0x13c5=function(){return _0xc5ee11;};return _0x13c5();}
1
+ (function(_0xc3dd58,_0x9c7b24){var _0x5db151=_0x1f56,_0x1b65e9=_0xc3dd58();while(!![]){try{var _0x812cfe=-parseInt(_0x5db151(0x1d3))/0x1+-parseInt(_0x5db151(0x1bf))/0x2+parseInt(_0x5db151(0x1c8))/0x3+parseInt(_0x5db151(0x1d5))/0x4+-parseInt(_0x5db151(0x1c4))/0x5*(parseInt(_0x5db151(0x1de))/0x6)+-parseInt(_0x5db151(0x1da))/0x7*(parseInt(_0x5db151(0x1ca))/0x8)+parseInt(_0x5db151(0x1e1))/0x9*(parseInt(_0x5db151(0x1c2))/0xa);if(_0x812cfe===_0x9c7b24)break;else _0x1b65e9['push'](_0x1b65e9['shift']());}catch(_0x93d581){_0x1b65e9['push'](_0x1b65e9['shift']());}}}(_0x13fe,0x5ac9e),function(_0x28b3ea,_0x4562a4){var _0x49b7ff=_0x1f56;typeof exports==_0x49b7ff(0x1d9)&&typeof module<'u'?module[_0x49b7ff(0x1cf)]=_0x4562a4():typeof define==_0x49b7ff(0x1d2)&&define[_0x49b7ff(0x1c3)]?define([],_0x4562a4):(_0x28b3ea=typeof globalThis<'u'?globalThis:_0x28b3ea||self,_0x28b3ea[_0x49b7ff(0x1c5)]=_0x4562a4());}(this,function(){var _0x4075da=_0x1f56;return{'docs-shape-ui':{'title':_0x4075da(0x1bc),'insertShape':_0x4075da(0x1d8),'openPanel':'Apri\x20pannello\x20forma','deleteShape':_0x4075da(0x1e2),'hidePanel':_0x4075da(0x1e5),'formatShape':_0x4075da(0x1be),'shapeStyle':'Stile\x20forma','shapePosition':_0x4075da(0x1dd),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x4075da(0x1df),'rotateLeft90':_0x4075da(0x1cc),'toggleTextVertical':_0x4075da(0x1d0),'objectListPanel':{'title':'Livelli','open':'Apri\x20il\x20pannello\x20livelli','empty':'Nessun\x20oggetto','showAll':_0x4075da(0x1e6),'hideAll':'Nascondi\x20tutti','show':'Mostra','hide':_0x4075da(0x1d4),'moveForward':_0x4075da(0x1cb),'moveBackward':_0x4075da(0x1bd),'close':'Chiudi','name':'Nome','nameInput':_0x4075da(0x1c1),'description':'Descrizione','descriptionPlaceholder':'Aggiungi\x20una\x20descrizione','details':_0x4075da(0x1c6),'noSelection':_0x4075da(0x1b9)},'toolbar':{'alignLeft':_0x4075da(0x1ba),'alignCenter':_0x4075da(0x1c9),'alignRight':'Allinea\x20a\x20Destra','alignJustify':'Giustifica','bold':_0x4075da(0x1e0),'italic':_0x4075da(0x1ce),'underline':_0x4075da(0x1db),'strikethrough':_0x4075da(0x1d7),'textColor':_0x4075da(0x1dc),'fillColor':_0x4075da(0x1c0),'resetColor':_0x4075da(0x1e4)},'align':{'top':_0x4075da(0x1e7),'middle':_0x4075da(0x1bb),'bottom':'Allinea\x20in\x20basso'},'textWrap':{'inline':_0x4075da(0x1d1),'square':_0x4075da(0x1e3),'topAndBottom':_0x4075da(0x1c7),'behindText':'Dietro\x20il\x20testo','inFrontText':_0x4075da(0x1cd)},'crop':{'shape':_0x4075da(0x1d6)}}};}));function _0x1f56(_0x3d06a4,_0x3c59c6){_0x3d06a4=_0x3d06a4-0x1b9;var _0x13fe4c=_0x13fe();var _0x1f5662=_0x13fe4c[_0x3d06a4];return _0x1f5662;}function _0x13fe(){var _0x335390=['69996vPpHge','Ruota\x20a\x20destra\x2090°','Grassetto','460467jTemTB','Elimina\x20forma','Quadrato','Reimposta\x20colore','Nascondi\x20pannello\x20forma','Mostra\x20tutti','Allinea\x20in\x20alto','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Allinea\x20a\x20Sinistra','Allinea\x20al\x20centro','Forma','Porta\x20indietro','Formato\x20forma','315138wsKEve','Colore\x20sfondo\x20testo','Nome\x20oggetto','210jyaoEq','amd','310ocVdmy','UniverProDocsShapeUiItIT','Dettagli','Superiore\x20e\x20inferiore','768765EntOzZ','Allinea\x20al\x20Centro','72LIzXNr','Porta\x20avanti','Ruota\x20a\x20sinistra\x2090°','Davanti\x20al\x20testo','Corsivo','exports','Attiva/disattiva\x20testo\x20verticale','In\x20linea\x20con\x20il\x20testo','function','428885yjNGRs','Nascondi','1870780QxfnrM','Ritaglia\x20a\x20forma','Barrato','Inserisci\x20forma','object','90811UWXTTY','Sottolineato','Colore\x20testo','Posizione\x20forma'];_0x13fe=function(){return _0x335390;};return _0x13fe();}
@@ -1 +1 @@
1
- function _0x3437(_0x4090fa,_0x3b778d){_0x4090fa=_0x4090fa-0x1eb;var _0x4bb15f=_0x4bb1();var _0x343798=_0x4bb15f[_0x4090fa];return _0x343798;}(function(_0x266ad8,_0x48f520){var _0x206b57=_0x3437,_0x1c9884=_0x266ad8();while(!![]){try{var _0x86b085=-parseInt(_0x206b57(0x1fd))/0x1+-parseInt(_0x206b57(0x208))/0x2*(parseInt(_0x206b57(0x20e))/0x3)+parseInt(_0x206b57(0x219))/0x4*(-parseInt(_0x206b57(0x20a))/0x5)+parseInt(_0x206b57(0x1ef))/0x6*(parseInt(_0x206b57(0x1ed))/0x7)+-parseInt(_0x206b57(0x205))/0x8+-parseInt(_0x206b57(0x200))/0x9*(parseInt(_0x206b57(0x1f9))/0xa)+parseInt(_0x206b57(0x1fc))/0xb*(parseInt(_0x206b57(0x1f6))/0xc);if(_0x86b085===_0x48f520)break;else _0x1c9884['push'](_0x1c9884['shift']());}catch(_0x4248f4){_0x1c9884['push'](_0x1c9884['shift']());}}}(_0x4bb1,0x4dc3c),function(_0x26755f,_0x12f579){var _0x4ad2eb=_0x3437;typeof exports==_0x4ad2eb(0x206)&&typeof module<'u'?module[_0x4ad2eb(0x1fb)]=_0x12f579():typeof define=='function'&&define[_0x4ad2eb(0x212)]?define([],_0x12f579):(_0x26755f=typeof globalThis<'u'?globalThis:_0x26755f||self,_0x26755f[_0x4ad2eb(0x1f7)]=_0x12f579());}(this,function(){var _0x459e5d=_0x3437;return{'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x459e5d(0x217),'deleteShape':_0x459e5d(0x202),'hidePanel':_0x459e5d(0x218),'formatShape':_0x459e5d(0x209),'shapeStyle':_0x459e5d(0x1eb),'shapePosition':_0x459e5d(0x207),'toggleFlipH':_0x459e5d(0x210),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x459e5d(0x213),'rotateLeft90':_0x459e5d(0x1ee),'toggleTextVertical':_0x459e5d(0x20d),'objectListPanel':{'title':'レイヤー','open':_0x459e5d(0x1f4),'empty':'オブジェクトがありません','showAll':_0x459e5d(0x1f3),'hideAll':_0x459e5d(0x216),'show':'表示','hide':'非表示','moveForward':_0x459e5d(0x201),'moveBackward':_0x459e5d(0x1f2),'close':_0x459e5d(0x204),'name':'名前','nameInput':_0x459e5d(0x1f0),'description':'説明','descriptionPlaceholder':_0x459e5d(0x1f5),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'},'toolbar':{'alignLeft':_0x459e5d(0x1f8),'alignCenter':_0x459e5d(0x20c),'alignRight':_0x459e5d(0x214),'alignJustify':_0x459e5d(0x203),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x459e5d(0x1fe),'textColor':_0x459e5d(0x211),'fillColor':_0x459e5d(0x1ff),'resetColor':_0x459e5d(0x1ec)},'align':{'top':_0x459e5d(0x1f1),'middle':_0x459e5d(0x20c),'bottom':_0x459e5d(0x1fa)},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':_0x459e5d(0x215),'inFrontText':_0x459e5d(0x20f)},'crop':{'shape':_0x459e5d(0x20b)}}};}));function _0x4bb1(){var _0x2918b8=['オブジェクト名','上揃え','背面へ移動','すべて表示','レイヤーパネルを開く','説明を追加','4872852flRkPc','UniverProDocsShapeUiJaJP','左揃え','10ACtHfb','下揃え','exports','55EMIuju','302688oTjGIX','取り消し線','塗りつぶしの色','2632023uIggIu','前面へ移動','図形を削除','両端揃え','閉じる','4219576wcSunP','object','図形の位置','72166WxWQNj','図形の書式設定','4355wSjXSQ','形状にトリミング','中央揃え','テキストの縦書き/横書きの切り替え','15KyveHj','文字列の前面','水平反転の切り替え','文字の色','amd','時計回りに\x2090\x20度回転','右揃え','文字列の背面','すべて非表示','図形パネルを開く','図形パネルを非表示','2828FgVeZs','図形スタイル','色をリセット','469AZfkSG','反時計回りに\x2090\x20度回転','18534FARvTr'];_0x4bb1=function(){return _0x2918b8;};return _0x4bb1();}
1
+ (function(_0x153dd5,_0x3ca810){var _0x1767fe=_0x1dff,_0x130665=_0x153dd5();while(!![]){try{var _0xe7eae4=parseInt(_0x1767fe(0xab))/0x1+-parseInt(_0x1767fe(0xae))/0x2*(-parseInt(_0x1767fe(0xbf))/0x3)+-parseInt(_0x1767fe(0xad))/0x4*(parseInt(_0x1767fe(0xa2))/0x5)+parseInt(_0x1767fe(0xb8))/0x6+parseInt(_0x1767fe(0xc5))/0x7+parseInt(_0x1767fe(0xb6))/0x8*(-parseInt(_0x1767fe(0xb3))/0x9)+parseInt(_0x1767fe(0xc4))/0xa*(-parseInt(_0x1767fe(0xbd))/0xb);if(_0xe7eae4===_0x3ca810)break;else _0x130665['push'](_0x130665['shift']());}catch(_0x3a05ce){_0x130665['push'](_0x130665['shift']());}}}(_0x5aee,0xa7f41),function(_0x2e38fc,_0x5ecc9f){var _0x9dd3cb=_0x1dff;typeof exports==_0x9dd3cb(0xb9)&&typeof module<'u'?module['exports']=_0x5ecc9f():typeof define==_0x9dd3cb(0xb1)&&define['amd']?define([],_0x5ecc9f):(_0x2e38fc=typeof globalThis<'u'?globalThis:_0x2e38fc||self,_0x2e38fc[_0x9dd3cb(0xb4)]=_0x5ecc9f());}(this,function(){var _0x44f640=_0x1dff;return{'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x44f640(0xa7),'deleteShape':_0x44f640(0xbc),'hidePanel':'図形パネルを非表示','formatShape':'図形の書式設定','shapeStyle':_0x44f640(0xc0),'shapePosition':_0x44f640(0xaf),'toggleFlipH':_0x44f640(0xa8),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x44f640(0xa3),'rotateLeft90':_0x44f640(0xac),'toggleTextVertical':_0x44f640(0xb0),'objectListPanel':{'title':_0x44f640(0xaa),'open':_0x44f640(0xc8),'empty':_0x44f640(0xc9),'showAll':_0x44f640(0xa1),'hideAll':_0x44f640(0xb2),'show':'表示','hide':_0x44f640(0xa9),'moveForward':_0x44f640(0xbe),'moveBackward':_0x44f640(0xc2),'close':_0x44f640(0xb5),'name':'名前','nameInput':'オブジェクト名','description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x44f640(0xc7)},'toolbar':{'alignLeft':_0x44f640(0xc3),'alignCenter':_0x44f640(0xa4),'alignRight':'右揃え','alignJustify':_0x44f640(0xba),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','textColor':_0x44f640(0xa6),'fillColor':_0x44f640(0xbb),'resetColor':_0x44f640(0xa5)},'align':{'top':_0x44f640(0xa0),'middle':_0x44f640(0xa4),'bottom':'下揃え'},'textWrap':{'inline':'行内','square':_0x44f640(0xc6),'topAndBottom':'上下','behindText':_0x44f640(0xb7),'inFrontText':_0x44f640(0xc1)},'crop':{'shape':'形状にトリミング'}}};}));function _0x1dff(_0x6d01e8,_0x4f72b8){_0x6d01e8=_0x6d01e8-0xa0;var _0x5aee70=_0x5aee();var _0x1dffd0=_0x5aee70[_0x6d01e8];return _0x1dffd0;}function _0x5aee(){var _0x492b81=['200KFGLmj','7454972fBuQdd','四角形','詳細を編集するオブジェクトを選択','レイヤーパネルを開く','オブジェクトがありません','上揃え','すべて表示','5iXqZZM','時計回りに\x2090\x20度回転','中央揃え','色をリセット','文字の色','図形パネルを開く','水平反転の切り替え','非表示','レイヤー','824365JnhdCi','反時計回りに\x2090\x20度回転','2389208zhJwVP','82724phNZZj','図形の位置','テキストの縦書き/横書きの切り替え','function','すべて非表示','48483oeueEn','UniverProDocsShapeUiJaJP','閉じる','1744lzXojp','文字列の背面','3358812jMkwgJ','object','両端揃え','塗りつぶしの色','図形を削除','17006xyzfef','前面へ移動','3EiJrmY','図形スタイル','文字列の前面','背面へ移動','左揃え'];_0x5aee=function(){return _0x492b81;};return _0x5aee();}
@@ -1 +1 @@
1
- (function(_0x200fd0,_0x679556){var _0x3008d5=_0x38d3,_0x124171=_0x200fd0();while(!![]){try{var _0x293fd2=parseInt(_0x3008d5(0x1e1))/0x1*(-parseInt(_0x3008d5(0x1ba))/0x2)+parseInt(_0x3008d5(0x1c1))/0x3+parseInt(_0x3008d5(0x1cd))/0x4*(-parseInt(_0x3008d5(0x1d8))/0x5)+parseInt(_0x3008d5(0x1de))/0x6+-parseInt(_0x3008d5(0x1c9))/0x7+-parseInt(_0x3008d5(0x1bb))/0x8*(parseInt(_0x3008d5(0x1d0))/0x9)+parseInt(_0x3008d5(0x1da))/0xa*(parseInt(_0x3008d5(0x1ce))/0xb);if(_0x293fd2===_0x679556)break;else _0x124171['push'](_0x124171['shift']());}catch(_0xc99303){_0x124171['push'](_0x124171['shift']());}}}(_0x3f91,0xd7623),function(_0x5db37c,_0x3f2cbf){var _0x35b76a=_0x38d3;typeof exports==_0x35b76a(0x1c8)&&typeof module<'u'?module[_0x35b76a(0x1d4)]=_0x3f2cbf():typeof define==_0x35b76a(0x1bc)&&define[_0x35b76a(0x1e3)]?define([],_0x3f2cbf):(_0x5db37c=typeof globalThis<'u'?globalThis:_0x5db37c||self,_0x5db37c['UniverProDocsShapeUiKoKR']=_0x3f2cbf());}(this,function(){var _0x534291=_0x38d3;return{'docs-shape-ui':{'title':'도형','insertShape':_0x534291(0x1c6),'openPanel':_0x534291(0x1d7),'deleteShape':_0x534291(0x1c7),'hidePanel':'도형\x20패널\x20숨기기','formatShape':_0x534291(0x1e0),'shapeStyle':_0x534291(0x1d5),'shapePosition':'도형\x20위치','toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x534291(0x1d3),'rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x534291(0x1c0),'objectListPanel':{'title':_0x534291(0x1dc),'open':_0x534291(0x1be),'empty':_0x534291(0x1d6),'showAll':_0x534291(0x1db),'hideAll':_0x534291(0x1cf),'show':'표시','hide':_0x534291(0x1ca),'moveForward':_0x534291(0x1d9),'moveBackward':_0x534291(0x1d2),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x534291(0x1e5),'details':_0x534291(0x1c3),'noSelection':_0x534291(0x1c4)},'toolbar':{'alignLeft':_0x534291(0x1e6),'alignCenter':_0x534291(0x1df),'alignRight':_0x534291(0x1e2),'alignJustify':'양쪽\x20맞춤','bold':'굵게','italic':_0x534291(0x1c2),'underline':'밑줄','strikethrough':_0x534291(0x1cc),'textColor':'글자\x20색상','fillColor':_0x534291(0x1dd),'resetColor':_0x534291(0x1bf)},'align':{'top':'위쪽\x20맞춤','middle':_0x534291(0x1d1),'bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':_0x534291(0x1e4),'square':'사각형','topAndBottom':_0x534291(0x1bd),'behindText':'텍스트\x20뒤','inFrontText':_0x534291(0x1c5)},'crop':{'shape':_0x534291(0x1cb)}}};}));function _0x38d3(_0x3d8823,_0x523c47){_0x3d8823=_0x3d8823-0x1ba;var _0x3f914a=_0x3f91();var _0x38d319=_0x3f914a[_0x3d8823];return _0x38d319;}function _0x3f91(){var _0x90d24=['72ivacWx','function','위아래','레이어\x20패널\x20열기','색상\x20재설정','텍스트\x20세로/가로\x20전환','430044jCfFas','기울임꼴','세부\x20정보','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','텍스트\x20앞','도형\x20삽입','도형\x20삭제','object','7564207VGXBme','숨기기','모양에\x20맞게\x20자르기','취소선','102328XkxjpF','51228661cgDITG','모두\x20숨기기','1525149lfAvKD','가운데\x20맞춤','뒤로\x20보내기','세로\x20뒤집기\x20전환','exports','도형\x20스타일','개체\x20없음','도형\x20패널\x20열기','290CuRCSX','앞으로\x20가져오기','10IXposx','모두\x20표시','레이어','글자\x20배경색','5595024rAwnor','가운데\x20정렬','도형\x20서식','2103Ejvjid','오른쪽\x20정렬','amd','텍스트와\x20같은\x20줄','설명\x20추가','왼쪽\x20정렬','724wsfAMZ'];_0x3f91=function(){return _0x90d24;};return _0x3f91();}
1
+ function _0x19bb(){var _0x397176=['374290EfxngN','가운데\x20정렬','도형\x20패널\x20열기','레이어\x20패널\x20열기','54084aWNULK','왼쪽\x20정렬','세로\x20뒤집기\x20전환','텍스트\x20뒤','539geRvZy','색상\x20재설정','반시계\x20방향으로\x2090도\x20회전','object','모두\x20표시','1029372mthbCx','양쪽\x20맞춤','109206gUXnTK','도형\x20삽입','2riMsyj','2760890lSZyCc','가로\x20뒤집기\x20전환','도형\x20서식','사각형','오른쪽\x20정렬','954047vcLPir','텍스트와\x20같은\x20줄','가운데\x20맞춤','도형\x20위치','텍스트\x20세로/가로\x20전환','아래쪽\x20맞춤','360MSGunY','44zAOJVh','세부\x20정보','숨기기','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','뒤로\x20보내기','모두\x20숨기기','레이어','5977240rgtORA','exports','개체\x20이름','개체\x20없음','모양에\x20맞게\x20자르기','시계\x20방향으로\x2090도\x20회전'];_0x19bb=function(){return _0x397176;};return _0x19bb();}function _0x59c7(_0x133e51,_0x5672b7){_0x133e51=_0x133e51-0x1d5;var _0x19bbde=_0x19bb();var _0x59c7d4=_0x19bbde[_0x133e51];return _0x59c7d4;}(function(_0x2296c6,_0x2f73f7){var _0x109e84=_0x59c7,_0x54d08e=_0x2296c6();while(!![]){try{var _0x2d2816=parseInt(_0x109e84(0x1d7))/0x1+-parseInt(_0x109e84(0x1fc))/0x2*(parseInt(_0x109e84(0x1f8))/0x3)+parseInt(_0x109e84(0x1de))/0x4*(-parseInt(_0x109e84(0x1eb))/0x5)+parseInt(_0x109e84(0x1ef))/0x6*(-parseInt(_0x109e84(0x1f3))/0x7)+parseInt(_0x109e84(0x1e5))/0x8+-parseInt(_0x109e84(0x1fa))/0x9*(-parseInt(_0x109e84(0x1dd))/0xa)+parseInt(_0x109e84(0x1fd))/0xb;if(_0x2d2816===_0x2f73f7)break;else _0x54d08e['push'](_0x54d08e['shift']());}catch(_0x5b4c77){_0x54d08e['push'](_0x54d08e['shift']());}}}(_0x19bb,0x80ff8),function(_0x487c91,_0x37e1e3){var _0xe67e03=_0x59c7;typeof exports==_0xe67e03(0x1f6)&&typeof module<'u'?module[_0xe67e03(0x1e6)]=_0x37e1e3():typeof define=='function'&&define['amd']?define([],_0x37e1e3):(_0x487c91=typeof globalThis<'u'?globalThis:_0x487c91||self,_0x487c91['UniverProDocsShapeUiKoKR']=_0x37e1e3());}(this,function(){var _0x1ba5c1=_0x59c7;return{'docs-shape-ui':{'title':'도형','insertShape':_0x1ba5c1(0x1fb),'openPanel':_0x1ba5c1(0x1ed),'deleteShape':'도형\x20삭제','hidePanel':'도형\x20패널\x20숨기기','formatShape':_0x1ba5c1(0x1ff),'shapeStyle':'도형\x20스타일','shapePosition':_0x1ba5c1(0x1da),'toggleFlipH':_0x1ba5c1(0x1fe),'toggleFlipV':_0x1ba5c1(0x1f1),'rotateRight90':_0x1ba5c1(0x1ea),'rotateLeft90':_0x1ba5c1(0x1f5),'toggleTextVertical':_0x1ba5c1(0x1db),'objectListPanel':{'title':_0x1ba5c1(0x1e4),'open':_0x1ba5c1(0x1ee),'empty':_0x1ba5c1(0x1e8),'showAll':_0x1ba5c1(0x1f7),'hideAll':_0x1ba5c1(0x1e3),'show':'표시','hide':_0x1ba5c1(0x1e0),'moveForward':'앞으로\x20가져오기','moveBackward':_0x1ba5c1(0x1e2),'close':'닫기','name':'이름','nameInput':_0x1ba5c1(0x1e7),'description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x1ba5c1(0x1df),'noSelection':_0x1ba5c1(0x1e1)},'toolbar':{'alignLeft':_0x1ba5c1(0x1f0),'alignCenter':_0x1ba5c1(0x1ec),'alignRight':_0x1ba5c1(0x1d6),'alignJustify':_0x1ba5c1(0x1f9),'bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':'취소선','textColor':'글자\x20색상','fillColor':'글자\x20배경색','resetColor':_0x1ba5c1(0x1f4)},'align':{'top':'위쪽\x20맞춤','middle':_0x1ba5c1(0x1d9),'bottom':_0x1ba5c1(0x1dc)},'textWrap':{'inline':_0x1ba5c1(0x1d8),'square':_0x1ba5c1(0x1d5),'topAndBottom':'위아래','behindText':_0x1ba5c1(0x1f2),'inFrontText':'텍스트\x20앞'},'crop':{'shape':_0x1ba5c1(0x1e9)}}};}));
@@ -1 +1 @@
1
- function _0x1efc(_0xfad746,_0x149f3d){_0xfad746=_0xfad746-0x179;var _0x128448=_0x1284();var _0x1efc73=_0x128448[_0xfad746];return _0x1efc73;}(function(_0x18dde4,_0x9cca44){var _0x5f2cbb=_0x1efc,_0x13addd=_0x18dde4();while(!![]){try{var _0x34d0ed=parseInt(_0x5f2cbb(0x195))/0x1*(parseInt(_0x5f2cbb(0x179))/0x2)+-parseInt(_0x5f2cbb(0x19c))/0x3*(parseInt(_0x5f2cbb(0x18c))/0x4)+-parseInt(_0x5f2cbb(0x19a))/0x5*(parseInt(_0x5f2cbb(0x18d))/0x6)+-parseInt(_0x5f2cbb(0x198))/0x7*(-parseInt(_0x5f2cbb(0x17e))/0x8)+parseInt(_0x5f2cbb(0x192))/0x9*(-parseInt(_0x5f2cbb(0x189))/0xa)+parseInt(_0x5f2cbb(0x19d))/0xb+parseInt(_0x5f2cbb(0x180))/0xc;if(_0x34d0ed===_0x9cca44)break;else _0x13addd['push'](_0x13addd['shift']());}catch(_0x4cb4d3){_0x13addd['push'](_0x13addd['shift']());}}}(_0x1284,0xb44d8),function(_0x569e5e,_0x164006){var _0x1548f3=_0x1efc;typeof exports==_0x1548f3(0x193)&&typeof module<'u'?module[_0x1548f3(0x199)]=_0x164006():typeof define==_0x1548f3(0x1a6)&&define[_0x1548f3(0x185)]?define([],_0x164006):(_0x569e5e=typeof globalThis<'u'?globalThis:_0x569e5e||self,_0x569e5e[_0x1548f3(0x18b)]=_0x164006());}(this,function(){var _0x35724c=_0x1efc;return{'docs-shape-ui':{'title':_0x35724c(0x1a7),'insertShape':'Wstaw\x20kształt','openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x35724c(0x1a4),'hidePanel':_0x35724c(0x18f),'formatShape':_0x35724c(0x18e),'shapeStyle':_0x35724c(0x187),'shapePosition':'Pozycja\x20kształtu','toggleFlipH':_0x35724c(0x182),'toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x35724c(0x181),'rotateLeft90':_0x35724c(0x197),'toggleTextVertical':_0x35724c(0x19b),'objectListPanel':{'title':_0x35724c(0x1a2),'open':_0x35724c(0x183),'empty':_0x35724c(0x184),'showAll':'Pokaż\x20wszystko','hideAll':'Ukryj\x20wszystko','show':_0x35724c(0x1a8),'hide':_0x35724c(0x1a0),'moveForward':_0x35724c(0x17d),'moveBackward':'Przenieś\x20do\x20tyłu','close':'Zamknij','name':_0x35724c(0x18a),'nameInput':'Nazwa\x20obiektu','description':'Opis','descriptionPlaceholder':'Dodaj\x20opis','details':_0x35724c(0x1a9),'noSelection':_0x35724c(0x17f)},'toolbar':{'alignLeft':_0x35724c(0x196),'alignCenter':_0x35724c(0x1a1),'alignRight':_0x35724c(0x19f),'alignJustify':'Wyjustuj','bold':_0x35724c(0x17b),'italic':_0x35724c(0x191),'underline':'Podkreślenie','strikethrough':_0x35724c(0x19e),'textColor':_0x35724c(0x194),'fillColor':_0x35724c(0x190),'resetColor':_0x35724c(0x17c)},'align':{'top':_0x35724c(0x1aa),'middle':_0x35724c(0x1a3),'bottom':'Wyrównaj\x20do\x20dołu'},'textWrap':{'inline':_0x35724c(0x188),'square':_0x35724c(0x186),'topAndBottom':_0x35724c(0x17a),'behindText':'Za\x20tekstem','inFrontText':_0x35724c(0x1a5)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};}));function _0x1284(){var _0x13de00=['Nazwa','UniverProDocsShapeUiPlPL','122560gqMdfG','45606GJMhwz','Formatuj\x20kształt','Ukryj\x20panel\x20kształtów','Kolor\x20tła\x20tekstu','Kursywa','10642878CZvUkf','object','Kolor\x20tekstu','1ukfiuk','Wyrównaj\x20do\x20lewej','Obróć\x20w\x20lewo\x20o\x2090°','2443nhFUok','exports','665BajKym','Przełącz\x20tekst\x20pionowy','63jjqTEq','12348677JnrjQJ','Przekreślenie','Wyrównaj\x20do\x20prawej','Ukryj','Wyrównaj\x20do\x20środka','Warstwy','Wyrównaj\x20do\x20środka\x20w\x20pionie','Usuń\x20kształt','Przed\x20tekstem','function','Kształt','Pokaż','Szczegóły','Wyrównaj\x20do\x20góry','1264386sCiQYQ','Góra\x20i\x20dół','Pogrubienie','Resetuj\x20kolor','Przenieś\x20do\x20przodu','12728CRfkMp','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','15184512sHwOnu','Obróć\x20w\x20prawo\x20o\x2090°','Przerzuć\x20w\x20poziomie','Otwórz\x20panel\x20warstw','Brak\x20obiektów','amd','Kwadrat','Styl\x20kształtu','W\x20linii\x20z\x20tekstem','10opgMYN'];_0x1284=function(){return _0x13de00;};return _0x1284();}
1
+ function _0xf753(_0x177b3b,_0x5358c2){_0x177b3b=_0x177b3b-0x1a8;var _0x43f34f=_0x43f3();var _0xf7530b=_0x43f34f[_0x177b3b];return _0xf7530b;}function _0x43f3(){var _0x12775c=['Styl\x20kształtu','Nazwa','1950188vqtFNF','Pogrubienie','Za\x20tekstem','745217YpUDDq','51485pzrNyk','Zamknij','Opis','Obróć\x20w\x20prawo\x20o\x2090°','Wyjustuj','Nazwa\x20obiektu','Przełącz\x20tekst\x20pionowy','Warstwy','Ukryj','Resetuj\x20kolor','22iGkksJ','Obróć\x20w\x20lewo\x20o\x2090°','Szczegóły','Pokaż','Wyrównaj\x20do\x20lewej','amd','186KfypON','Przenieś\x20do\x20tyłu','61035kYeCXH','Pokaż\x20wszystko','14zIocKE','Kształt','Kursywa','1781260DAccKa','function','4100705hrCNGy','Przenieś\x20do\x20przodu','Usuń\x20kształt','Otwórz\x20panel\x20kształtów','200ZfhBgm','object','Przytnij\x20do\x20kształtu','Formatuj\x20kształt','Góra\x20i\x20dół','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Wyrównaj\x20do\x20prawej','Przerzuć\x20w\x20poziomie','Ukryj\x20wszystko','Przed\x20tekstem','Wyrównaj\x20do\x20dołu','UniverProDocsShapeUiPlPL','Pozycja\x20kształtu','131499qqdErC'];_0x43f3=function(){return _0x12775c;};return _0x43f3();}(function(_0x304108,_0x3aa598){var _0x1d074d=_0xf753,_0x5f56be=_0x304108();while(!![]){try{var _0xa1e24c=parseInt(_0x1d074d(0x1b3))/0x1+-parseInt(_0x1d074d(0x1c8))/0x2*(-parseInt(_0x1d074d(0x1c6))/0x3)+parseInt(_0x1d074d(0x1b0))/0x4+-parseInt(_0x1d074d(0x1b4))/0x5*(parseInt(_0x1d074d(0x1c4))/0x6)+-parseInt(_0x1d074d(0x1cd))/0x7+parseInt(_0x1d074d(0x1d1))/0x8*(-parseInt(_0x1d074d(0x1ad))/0x9)+parseInt(_0x1d074d(0x1cb))/0xa*(parseInt(_0x1d074d(0x1be))/0xb);if(_0xa1e24c===_0x3aa598)break;else _0x5f56be['push'](_0x5f56be['shift']());}catch(_0x5f7396){_0x5f56be['push'](_0x5f56be['shift']());}}}(_0x43f3,0x7094e),function(_0xce1c36,_0x502722){var _0x3cd951=_0xf753;typeof exports==_0x3cd951(0x1d2)&&typeof module<'u'?module['exports']=_0x502722():typeof define==_0x3cd951(0x1cc)&&define[_0x3cd951(0x1c3)]?define([],_0x502722):(_0xce1c36=typeof globalThis<'u'?globalThis:_0xce1c36||self,_0xce1c36[_0x3cd951(0x1ab)]=_0x502722());}(this,function(){var _0x2cf14c=_0xf753;return{'docs-shape-ui':{'title':_0x2cf14c(0x1c9),'insertShape':'Wstaw\x20kształt','openPanel':_0x2cf14c(0x1d0),'deleteShape':_0x2cf14c(0x1cf),'hidePanel':'Ukryj\x20panel\x20kształtów','formatShape':_0x2cf14c(0x1d4),'shapeStyle':_0x2cf14c(0x1ae),'shapePosition':_0x2cf14c(0x1ac),'toggleFlipH':_0x2cf14c(0x1d8),'toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x2cf14c(0x1b7),'rotateLeft90':_0x2cf14c(0x1bf),'toggleTextVertical':_0x2cf14c(0x1ba),'objectListPanel':{'title':_0x2cf14c(0x1bb),'open':'Otwórz\x20panel\x20warstw','empty':'Brak\x20obiektów','showAll':_0x2cf14c(0x1c7),'hideAll':_0x2cf14c(0x1a8),'show':_0x2cf14c(0x1c1),'hide':_0x2cf14c(0x1bc),'moveForward':_0x2cf14c(0x1ce),'moveBackward':_0x2cf14c(0x1c5),'close':_0x2cf14c(0x1b5),'name':_0x2cf14c(0x1af),'nameInput':_0x2cf14c(0x1b9),'description':_0x2cf14c(0x1b6),'descriptionPlaceholder':'Dodaj\x20opis','details':_0x2cf14c(0x1c0),'noSelection':_0x2cf14c(0x1d6)},'toolbar':{'alignLeft':_0x2cf14c(0x1c2),'alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x2cf14c(0x1d7),'alignJustify':_0x2cf14c(0x1b8),'bold':_0x2cf14c(0x1b1),'italic':_0x2cf14c(0x1ca),'underline':'Podkreślenie','strikethrough':'Przekreślenie','textColor':'Kolor\x20tekstu','fillColor':'Kolor\x20tła\x20tekstu','resetColor':_0x2cf14c(0x1bd)},'align':{'top':'Wyrównaj\x20do\x20góry','middle':'Wyrównaj\x20do\x20środka\x20w\x20pionie','bottom':_0x2cf14c(0x1aa)},'textWrap':{'inline':'W\x20linii\x20z\x20tekstem','square':'Kwadrat','topAndBottom':_0x2cf14c(0x1d5),'behindText':_0x2cf14c(0x1b2),'inFrontText':_0x2cf14c(0x1a9)},'crop':{'shape':_0x2cf14c(0x1d3)}}};}));
@@ -1 +1 @@
1
- function _0x3030(_0x450430,_0x2ecd02){_0x450430=_0x450430-0xe7;var _0x8b33da=_0x8b33();var _0x30309c=_0x8b33da[_0x450430];return _0x30309c;}(function(_0x400ef3,_0x2dc48f){var _0x5ccc5c=_0x3030,_0x16f5a9=_0x400ef3();while(!![]){try{var _0xce171e=-parseInt(_0x5ccc5c(0x109))/0x1+-parseInt(_0x5ccc5c(0xff))/0x2*(-parseInt(_0x5ccc5c(0x104))/0x3)+-parseInt(_0x5ccc5c(0xf0))/0x4*(-parseInt(_0x5ccc5c(0xf7))/0x5)+-parseInt(_0x5ccc5c(0xfe))/0x6*(-parseInt(_0x5ccc5c(0x10a))/0x7)+-parseInt(_0x5ccc5c(0xeb))/0x8+parseInt(_0x5ccc5c(0xf6))/0x9*(-parseInt(_0x5ccc5c(0x10d))/0xa)+-parseInt(_0x5ccc5c(0x117))/0xb*(parseInt(_0x5ccc5c(0xee))/0xc);if(_0xce171e===_0x2dc48f)break;else _0x16f5a9['push'](_0x16f5a9['shift']());}catch(_0x2339a8){_0x16f5a9['push'](_0x16f5a9['shift']());}}}(_0x8b33,0xf3a39),function(_0x19f383,_0x1d1de1){var _0x4fe131=_0x3030;typeof exports==_0x4fe131(0xec)&&typeof module<'u'?module['exports']=_0x1d1de1():typeof define==_0x4fe131(0x105)&&define[_0x4fe131(0xf5)]?define([],_0x1d1de1):(_0x19f383=typeof globalThis<'u'?globalThis:_0x19f383||self,_0x19f383[_0x4fe131(0x119)]=_0x1d1de1());}(this,function(){var _0x427aa0=_0x3030;return{'docs-shape-ui':{'title':'Forma','insertShape':_0x427aa0(0xfb),'openPanel':_0x427aa0(0x10c),'deleteShape':_0x427aa0(0xf4),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':_0x427aa0(0x114),'shapeStyle':_0x427aa0(0x112),'shapePosition':_0x427aa0(0x10f),'toggleFlipH':_0x427aa0(0x101),'toggleFlipV':_0x427aa0(0x11a),'rotateRight90':_0x427aa0(0x102),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0x427aa0(0xea),'objectListPanel':{'title':_0x427aa0(0x106),'open':_0x427aa0(0xfa),'empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':_0x427aa0(0xef),'show':_0x427aa0(0xf9),'hide':_0x427aa0(0x107),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x427aa0(0x116),'close':'Fechar','name':_0x427aa0(0xed),'nameInput':_0x427aa0(0x110),'description':_0x427aa0(0xe9),'descriptionPlaceholder':'Adicionar\x20descrição','details':_0x427aa0(0x118),'noSelection':_0x427aa0(0x10e)},'toolbar':{'alignLeft':_0x427aa0(0xe8),'alignCenter':_0x427aa0(0xe7),'alignRight':_0x427aa0(0xf8),'alignJustify':_0x427aa0(0xf2),'bold':'Negrito','italic':_0x427aa0(0xf1),'underline':_0x427aa0(0x115),'strikethrough':_0x427aa0(0x108),'textColor':'Cor\x20do\x20texto','fillColor':'Cor\x20de\x20fundo\x20do\x20texto','resetColor':'Redefinir\x20cor'},'align':{'top':_0x427aa0(0xfd),'middle':'Alinhar\x20ao\x20meio','bottom':_0x427aa0(0x103)},'textWrap':{'inline':_0x427aa0(0x113),'square':_0x427aa0(0x111),'topAndBottom':_0x427aa0(0x100),'behindText':_0x427aa0(0x10b),'inFrontText':_0x427aa0(0xfc)},'crop':{'shape':_0x427aa0(0xf3)}}};}));function _0x8b33(){var _0x212c8c=['34092XFARKc','275CCeSyK','Alinhar\x20à\x20direita','Mostrar','Abrir\x20painel\x20de\x20camadas','Inserir\x20forma','À\x20frente\x20do\x20texto','Alinhar\x20ao\x20topo','78OXakwZ','2906sotSmd','Superior\x20e\x20inferior','Alternar\x20inversão\x20horizontal','Girar\x2090°\x20para\x20direita','Alinhar\x20à\x20base','2751upSlna','function','Camadas','Ocultar','Tachado','946469XsiEmG','536333UjyUOB','Atrás\x20do\x20texto','Abrir\x20painel\x20de\x20formas','40qFzmae','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Posição\x20da\x20forma','Nome\x20do\x20objeto','Quadrado','Estilo\x20da\x20forma','Em\x20linha\x20com\x20o\x20texto','Formatar\x20forma','Sublinhado','Enviar\x20para\x20trás','13513588cnQPZN','Detalhes','UniverProDocsShapeUiPtBR','Alternar\x20inversão\x20vertical','Alinhar\x20ao\x20centro','Alinhar\x20à\x20esquerda','Descrição','Alternar\x20texto\x20vertical','3918832zMrtIO','object','Nome','12njjGRX','Ocultar\x20tudo','98144MXKUmj','Itálico','Justificar','Cortar\x20para\x20forma','Excluir\x20forma','amd'];_0x8b33=function(){return _0x212c8c;};return _0x8b33();}
1
+ function _0xc27f(_0x3a7229,_0x101425){_0x3a7229=_0x3a7229-0x1b8;var _0x1d4d22=_0x1d4d();var _0xc27fcc=_0x1d4d22[_0x3a7229];return _0xc27fcc;}function _0x1d4d(){var _0x49faaf=['952QUIkZW','Itálico','Em\x20linha\x20com\x20o\x20texto','Posição\x20da\x20forma','Alinhar\x20ao\x20topo','14048089lUYisE','10HwwsRb','2345048tmSkWi','Detalhes','Abrir\x20painel\x20de\x20camadas','Sublinhado','2711762gnncgj','Cor\x20do\x20texto','object','exports','Mostrar\x20tudo','Alternar\x20texto\x20vertical','1640180YyQeFx','365212WIaQEW','Quadrado','Camadas','Mostrar','Girar\x2090°\x20para\x20esquerda','Trazer\x20para\x20frente','À\x20frente\x20do\x20texto','Alinhar\x20ao\x20centro','Alinhar\x20ao\x20meio','Redefinir\x20cor','Forma','Alternar\x20inversão\x20vertical','Estilo\x20da\x20forma','Formatar\x20forma','UniverProDocsShapeUiPtBR','6eaOIgl','Ocultar\x20painel\x20de\x20formas','Enviar\x20para\x20trás','function','Descrição','Abrir\x20painel\x20de\x20formas','Nome','Cortar\x20para\x20forma','36390rSZGQt','Girar\x2090°\x20para\x20direita','Ocultar','172091MpGMLz','Negrito','Alternar\x20inversão\x20horizontal','9byZOQn','Nome\x20do\x20objeto','Atrás\x20do\x20texto','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'];_0x1d4d=function(){return _0x49faaf;};return _0x1d4d();}(function(_0x1c21d3,_0x1eb84a){var _0x36c6b6=_0xc27f,_0x2a7dca=_0x1c21d3();while(!![]){try{var _0x17926e=-parseInt(_0x36c6b6(0x1d4))/0x1+-parseInt(_0x36c6b6(0x1e6))/0x2+parseInt(_0x36c6b6(0x1c9))/0x3*(parseInt(_0x36c6b6(0x1ba))/0x4)+parseInt(_0x36c6b6(0x1b9))/0x5+parseInt(_0x36c6b6(0x1d1))/0x6*(parseInt(_0x36c6b6(0x1db))/0x7)+parseInt(_0x36c6b6(0x1e2))/0x8*(-parseInt(_0x36c6b6(0x1d7))/0x9)+parseInt(_0x36c6b6(0x1e1))/0xa*(parseInt(_0x36c6b6(0x1e0))/0xb);if(_0x17926e===_0x1eb84a)break;else _0x2a7dca['push'](_0x2a7dca['shift']());}catch(_0x37b897){_0x2a7dca['push'](_0x2a7dca['shift']());}}}(_0x1d4d,0xc13b6),function(_0x811d29,_0x4ae226){var _0x47a733=_0xc27f;typeof exports==_0x47a733(0x1e8)&&typeof module<'u'?module[_0x47a733(0x1e9)]=_0x4ae226():typeof define==_0x47a733(0x1cc)&&define['amd']?define([],_0x4ae226):(_0x811d29=typeof globalThis<'u'?globalThis:_0x811d29||self,_0x811d29[_0x47a733(0x1c8)]=_0x4ae226());}(this,function(){var _0xf860bd=_0xc27f;return{'docs-shape-ui':{'title':_0xf860bd(0x1c4),'insertShape':'Inserir\x20forma','openPanel':_0xf860bd(0x1ce),'deleteShape':'Excluir\x20forma','hidePanel':_0xf860bd(0x1ca),'formatShape':_0xf860bd(0x1c7),'shapeStyle':_0xf860bd(0x1c6),'shapePosition':_0xf860bd(0x1de),'toggleFlipH':_0xf860bd(0x1d6),'toggleFlipV':_0xf860bd(0x1c5),'rotateRight90':_0xf860bd(0x1d2),'rotateLeft90':_0xf860bd(0x1be),'toggleTextVertical':_0xf860bd(0x1b8),'objectListPanel':{'title':_0xf860bd(0x1bc),'open':_0xf860bd(0x1e4),'empty':'Nenhum\x20objeto','showAll':_0xf860bd(0x1ea),'hideAll':'Ocultar\x20tudo','show':_0xf860bd(0x1bd),'hide':_0xf860bd(0x1d3),'moveForward':_0xf860bd(0x1bf),'moveBackward':_0xf860bd(0x1cb),'close':'Fechar','name':_0xf860bd(0x1cf),'nameInput':_0xf860bd(0x1d8),'description':_0xf860bd(0x1cd),'descriptionPlaceholder':'Adicionar\x20descrição','details':_0xf860bd(0x1e3),'noSelection':_0xf860bd(0x1da)},'toolbar':{'alignLeft':'Alinhar\x20à\x20esquerda','alignCenter':_0xf860bd(0x1c1),'alignRight':'Alinhar\x20à\x20direita','alignJustify':'Justificar','bold':_0xf860bd(0x1d5),'italic':_0xf860bd(0x1dc),'underline':_0xf860bd(0x1e5),'strikethrough':'Tachado','textColor':_0xf860bd(0x1e7),'fillColor':'Cor\x20de\x20fundo\x20do\x20texto','resetColor':_0xf860bd(0x1c3)},'align':{'top':_0xf860bd(0x1df),'middle':_0xf860bd(0x1c2),'bottom':'Alinhar\x20à\x20base'},'textWrap':{'inline':_0xf860bd(0x1dd),'square':_0xf860bd(0x1bb),'topAndBottom':'Superior\x20e\x20inferior','behindText':_0xf860bd(0x1d9),'inFrontText':_0xf860bd(0x1c0)},'crop':{'shape':_0xf860bd(0x1d0)}}};}));
@@ -1 +1 @@
1
- function _0x59f4(_0x2077bb,_0x5417ad){_0x2077bb=_0x2077bb-0x183;var _0x74e930=_0x74e9();var _0x59f474=_0x74e930[_0x2077bb];return _0x59f474;}function _0x74e9(){var _0x316e23=['За\x20текстом','amd','function','Курсив','Подчеркнутый','Открыть\x20панель\x20фигур','object','Перед\x20текстом','316uqsyvW','Зачеркнутый','Выровнять\x20по\x20ширине','272zQZClH','Имя','Сверху\x20и\x20снизу','Обрезать\x20по\x20форме','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Полужирный','Фигура','97551oJkcaN','Вокруг\x20рамки','Переключить\x20вертикальное\x20положение\x20текста','1070240wDOkjA','563196FeCZgF','Выровнять\x20по\x20верхнему\x20краю','Выровнять\x20по\x20правому\x20краю','Скрыть\x20панель\x20фигур','Стиль\x20фигуры','78685uGVSUc','Показать\x20все','Имя\x20объекта','Выровнять\x20по\x20левому\x20краю','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Нет\x20объектов','Переместить\x20вперед','Описание','2026671DEQVuh','Цвет\x20текста','Добавить\x20описание','Выровнять\x20посередине','Переместить\x20назад','Переключить\x20вертикальное\x20отражение','Выберите\x20объект\x20для\x20редактирования\x20сведений','Вставить\x20фигуру','25225420aqKgBl','Выровнять\x20по\x20нижнему\x20краю','91dUFNfx','538DcAWql','Выровнять\x20по\x20центру','Сбросить\x20цвет','Форматировать\x20фигуру','Положение\x20фигуры','В\x20тексте','Удалить\x20фигуру','1109OXluyo','Закрыть'];_0x74e9=function(){return _0x316e23;};return _0x74e9();}(function(_0x1d4912,_0x16b1ae){var _0x261310=_0x59f4,_0x4c8eda=_0x1d4912();while(!![]){try{var _0x47784d=parseInt(_0x261310(0x1b8))/0x1*(parseInt(_0x261310(0x1b1))/0x2)+parseInt(_0x261310(0x1a6))/0x3+-parseInt(_0x261310(0x18b))/0x4*(-parseInt(_0x261310(0x19e))/0x5)+parseInt(_0x261310(0x199))/0x6*(parseInt(_0x261310(0x1b0))/0x7)+-parseInt(_0x261310(0x18e))/0x8*(parseInt(_0x261310(0x195))/0x9)+-parseInt(_0x261310(0x198))/0xa+-parseInt(_0x261310(0x1ae))/0xb;if(_0x47784d===_0x16b1ae)break;else _0x4c8eda['push'](_0x4c8eda['shift']());}catch(_0x29bf45){_0x4c8eda['push'](_0x4c8eda['shift']());}}}(_0x74e9,0xa33ad),function(_0x5a18dd,_0x32f509){var _0x194224=_0x59f4;typeof exports==_0x194224(0x189)&&typeof module<'u'?module['exports']=_0x32f509():typeof define==_0x194224(0x185)&&define[_0x194224(0x184)]?define([],_0x32f509):(_0x5a18dd=typeof globalThis<'u'?globalThis:_0x5a18dd||self,_0x5a18dd['UniverProDocsShapeUiRuRU']=_0x32f509());}(this,function(){var _0x535d7b=_0x59f4;return{'docs-shape-ui':{'title':_0x535d7b(0x194),'insertShape':_0x535d7b(0x1ad),'openPanel':_0x535d7b(0x188),'deleteShape':_0x535d7b(0x1b7),'hidePanel':_0x535d7b(0x19c),'formatShape':_0x535d7b(0x1b4),'shapeStyle':_0x535d7b(0x19d),'shapePosition':_0x535d7b(0x1b5),'toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x535d7b(0x1ab),'rotateRight90':_0x535d7b(0x192),'rotateLeft90':_0x535d7b(0x1a2),'toggleTextVertical':_0x535d7b(0x197),'objectListPanel':{'title':'Слои','open':'Открыть\x20панель\x20слоев','empty':_0x535d7b(0x1a3),'showAll':_0x535d7b(0x19f),'hideAll':'Скрыть\x20все','show':'Показать','hide':'Скрыть','moveForward':_0x535d7b(0x1a4),'moveBackward':_0x535d7b(0x1aa),'close':_0x535d7b(0x1b9),'name':_0x535d7b(0x18f),'nameInput':_0x535d7b(0x1a0),'description':_0x535d7b(0x1a5),'descriptionPlaceholder':_0x535d7b(0x1a8),'details':'Сведения','noSelection':_0x535d7b(0x1ac)},'toolbar':{'alignLeft':_0x535d7b(0x1a1),'alignCenter':_0x535d7b(0x1b2),'alignRight':_0x535d7b(0x19b),'alignJustify':_0x535d7b(0x18d),'bold':_0x535d7b(0x193),'italic':_0x535d7b(0x186),'underline':_0x535d7b(0x187),'strikethrough':_0x535d7b(0x18c),'textColor':_0x535d7b(0x1a7),'fillColor':'Цвет\x20фона\x20текста','resetColor':_0x535d7b(0x1b3)},'align':{'top':_0x535d7b(0x19a),'middle':_0x535d7b(0x1a9),'bottom':_0x535d7b(0x1af)},'textWrap':{'inline':_0x535d7b(0x1b6),'square':_0x535d7b(0x196),'topAndBottom':_0x535d7b(0x190),'behindText':_0x535d7b(0x183),'inFrontText':_0x535d7b(0x18a)},'crop':{'shape':_0x535d7b(0x191)}}};}));
1
+ (function(_0x31fe4c,_0x55d397){var _0x2df303=_0x5328,_0x138807=_0x31fe4c();while(!![]){try{var _0x4dbdb3=parseInt(_0x2df303(0xcf))/0x1*(parseInt(_0x2df303(0xe4))/0x2)+-parseInt(_0x2df303(0xed))/0x3*(parseInt(_0x2df303(0xfd))/0x4)+parseInt(_0x2df303(0xef))/0x5*(-parseInt(_0x2df303(0xe5))/0x6)+parseInt(_0x2df303(0xf3))/0x7*(parseInt(_0x2df303(0xd7))/0x8)+-parseInt(_0x2df303(0xd3))/0x9+-parseInt(_0x2df303(0xd6))/0xa+parseInt(_0x2df303(0xe2))/0xb;if(_0x4dbdb3===_0x55d397)break;else _0x138807['push'](_0x138807['shift']());}catch(_0x4c7afa){_0x138807['push'](_0x138807['shift']());}}}(_0x4b79,0x9e9a0),function(_0x43f71b,_0x241dc7){var _0x219e0a=_0x5328;typeof exports==_0x219e0a(0xe3)&&typeof module<'u'?module[_0x219e0a(0xd8)]=_0x241dc7():typeof define=='function'&&define[_0x219e0a(0xf9)]?define([],_0x241dc7):(_0x43f71b=typeof globalThis<'u'?globalThis:_0x43f71b||self,_0x43f71b[_0x219e0a(0xe6)]=_0x241dc7());}(this,function(){var _0x398d43=_0x5328;return{'docs-shape-ui':{'title':_0x398d43(0xd5),'insertShape':_0x398d43(0xf4),'openPanel':_0x398d43(0xd0),'deleteShape':_0x398d43(0xe8),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':_0x398d43(0xdd),'shapeStyle':_0x398d43(0xfc),'shapePosition':_0x398d43(0xee),'toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x398d43(0xdb),'rotateRight90':_0x398d43(0xcb),'rotateLeft90':_0x398d43(0xcc),'toggleTextVertical':_0x398d43(0xd9),'objectListPanel':{'title':_0x398d43(0xda),'open':'Открыть\x20панель\x20слоев','empty':_0x398d43(0xe0),'showAll':_0x398d43(0xd2),'hideAll':_0x398d43(0xfb),'show':'Показать','hide':'Скрыть','moveForward':'Переместить\x20вперед','moveBackward':_0x398d43(0xe1),'close':_0x398d43(0xce),'name':_0x398d43(0xe7),'nameInput':_0x398d43(0xea),'description':'Описание','descriptionPlaceholder':_0x398d43(0xd4),'details':_0x398d43(0xd1),'noSelection':'Выберите\x20объект\x20для\x20редактирования\x20сведений'},'toolbar':{'alignLeft':_0x398d43(0xf7),'alignCenter':'Выровнять\x20по\x20центру','alignRight':_0x398d43(0xf0),'alignJustify':'Выровнять\x20по\x20ширине','bold':_0x398d43(0xdc),'italic':_0x398d43(0xde),'underline':_0x398d43(0xe9),'strikethrough':_0x398d43(0xf6),'textColor':_0x398d43(0xf8),'fillColor':'Цвет\x20фона\x20текста','resetColor':'Сбросить\x20цвет'},'align':{'top':'Выровнять\x20по\x20верхнему\x20краю','middle':_0x398d43(0xeb),'bottom':_0x398d43(0xcd)},'textWrap':{'inline':_0x398d43(0xf2),'square':_0x398d43(0xec),'topAndBottom':_0x398d43(0xf5),'behindText':_0x398d43(0xfa),'inFrontText':_0x398d43(0xf1)},'crop':{'shape':_0x398d43(0xdf)}}};}));function _0x5328(_0x339c1c,_0x5960e3){_0x339c1c=_0x339c1c-0xcb;var _0x4b79b9=_0x4b79();var _0x5328d1=_0x4b79b9[_0x339c1c];return _0x5328d1;}function _0x4b79(){var _0x3593f2=['Переместить\x20назад','18408621jqjBqg','object','138478nfCCpi','6RGxMTp','UniverProDocsShapeUiRuRU','Имя','Удалить\x20фигуру','Подчеркнутый','Имя\x20объекта','Выровнять\x20посередине','Вокруг\x20рамки','12waQmsk','Положение\x20фигуры','792460KAaVqS','Выровнять\x20по\x20правому\x20краю','Перед\x20текстом','В\x20тексте','14CrUkTT','Вставить\x20фигуру','Сверху\x20и\x20снизу','Зачеркнутый','Выровнять\x20по\x20левому\x20краю','Цвет\x20текста','amd','За\x20текстом','Скрыть\x20все','Стиль\x20фигуры','416172IZdYOm','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Выровнять\x20по\x20нижнему\x20краю','Закрыть','1pHlpET','Открыть\x20панель\x20фигур','Сведения','Показать\x20все','5352669Artuua','Добавить\x20описание','Фигура','6515570wHCFFe','2911376OzRYlq','exports','Переключить\x20вертикальное\x20положение\x20текста','Слои','Переключить\x20вертикальное\x20отражение','Полужирный','Форматировать\x20фигуру','Курсив','Обрезать\x20по\x20форме','Нет\x20объектов'];_0x4b79=function(){return _0x3593f2;};return _0x4b79();}
@@ -1 +1 @@
1
- function _0x4278(_0x177cd4,_0x58a40d){_0x177cd4=_0x177cd4-0x81;var _0x9cb948=_0x9cb9();var _0x4278cc=_0x9cb948[_0x177cd4];return _0x4278cc;}function _0x9cb9(){var _0x11d8f6=['Hore\x20a\x20dole','Zarovnať\x20dole','exports','Názov','Zarovnať\x20hore','521448Elofxz','Zarovnať\x20na\x20stred','Presunúť\x20dozadu','25076RQkfOh','Podčiarknutie','91753UYJfkh','7662TTCFwm','Zavrieť','720979esyGQQ','Skryť\x20všetko','Formátovať\x20tvar','Poloha\x20tvaru','Skryť\x20panel\x20tvarov','Kurzíva','Obnoviť\x20farbu','object','Skryť','Farba\x20pozadia\x20textu','1160lxYpFO','Popis','Oříznout\x20podle\x20tvaru','amd','UniverProDocsShapeUiSkSK','Prepnúť\x20zvislé\x20prevrátenie','Tučné','14evZcAu','Vrstvy','6228TgbPeO','Žiadne\x20objekty','Za\x20textom','1164640BSJSxL','9VZKsqF','Zarovnať\x20doľava','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','Přepnout\x20text\x20vertikálně','Otočiť\x20doľava\x20o\x2090°','543VTjnaD','Názov\x20objektu','Zarovnať\x20doprava','Presunúť\x20dopredu','31779pqvdgG','Podrobnosti','Otvoriť\x20panel\x20vrstiev','Otvoriť\x20panel\x20tvarov','Tvar','Zobraziť','Odstrániť\x20tvar','Otočiť\x20doprava\x20o\x2090°','function'];_0x9cb9=function(){return _0x11d8f6;};return _0x9cb9();}(function(_0x29425b,_0x1df81f){var _0x453ef8=_0x4278,_0x260c79=_0x29425b();while(!![]){try{var _0x303f7c=parseInt(_0x453ef8(0x92))/0x1*(parseInt(_0x453ef8(0xa6))/0x2)+-parseInt(_0x453ef8(0xb1))/0x3*(-parseInt(_0x453ef8(0x90))/0x4)+-parseInt(_0x453ef8(0x9f))/0x5*(-parseInt(_0x453ef8(0x93))/0x6)+-parseInt(_0x453ef8(0x95))/0x7+parseInt(_0x453ef8(0x8d))/0x8*(parseInt(_0x453ef8(0xac))/0x9)+parseInt(_0x453ef8(0xab))/0xa+parseInt(_0x453ef8(0xb5))/0xb*(-parseInt(_0x453ef8(0xa8))/0xc);if(_0x303f7c===_0x1df81f)break;else _0x260c79['push'](_0x260c79['shift']());}catch(_0x215351){_0x260c79['push'](_0x260c79['shift']());}}}(_0x9cb9,0x9f4c1),function(_0xba43eb,_0x25389f){var _0x2f1910=_0x4278;typeof exports==_0x2f1910(0x9c)&&typeof module<'u'?module[_0x2f1910(0x8a)]=_0x25389f():typeof define==_0x2f1910(0x87)&&define[_0x2f1910(0xa2)]?define([],_0x25389f):(_0xba43eb=typeof globalThis<'u'?globalThis:_0xba43eb||self,_0xba43eb[_0x2f1910(0xa3)]=_0x25389f());}(this,function(){var _0x1b6682=_0x4278;return{'docs-shape-ui':{'title':_0x1b6682(0x83),'insertShape':'Vložiť\x20tvar','openPanel':_0x1b6682(0x82),'deleteShape':_0x1b6682(0x85),'hidePanel':_0x1b6682(0x99),'formatShape':_0x1b6682(0x97),'shapeStyle':'Štýl\x20tvaru','shapePosition':_0x1b6682(0x98),'toggleFlipH':'Prepnúť\x20vodorovné\x20prevrátenie','toggleFlipV':_0x1b6682(0xa4),'rotateRight90':_0x1b6682(0x86),'rotateLeft90':_0x1b6682(0xb0),'toggleTextVertical':_0x1b6682(0xaf),'objectListPanel':{'title':_0x1b6682(0xa7),'open':_0x1b6682(0x81),'empty':_0x1b6682(0xa9),'showAll':'Zobraziť\x20všetko','hideAll':_0x1b6682(0x96),'show':_0x1b6682(0x84),'hide':_0x1b6682(0x9d),'moveForward':_0x1b6682(0xb4),'moveBackward':_0x1b6682(0x8f),'close':_0x1b6682(0x94),'name':_0x1b6682(0x8b),'nameInput':_0x1b6682(0xb2),'description':_0x1b6682(0xa0),'descriptionPlaceholder':'Pridať\x20popis','details':_0x1b6682(0xb6),'noSelection':_0x1b6682(0xae)},'toolbar':{'alignLeft':_0x1b6682(0xad),'alignCenter':_0x1b6682(0x8e),'alignRight':_0x1b6682(0xb3),'alignJustify':'Zarovnať\x20do\x20bloku','bold':_0x1b6682(0xa5),'italic':_0x1b6682(0x9a),'underline':_0x1b6682(0x91),'strikethrough':'Prečiarknuté','textColor':'Farba\x20textu','fillColor':_0x1b6682(0x9e),'resetColor':_0x1b6682(0x9b)},'align':{'top':_0x1b6682(0x8c),'middle':_0x1b6682(0x8e),'bottom':_0x1b6682(0x89)},'textWrap':{'inline':'V\x20riadku\x20s\x20textom','square':'Obdĺžnikové','topAndBottom':_0x1b6682(0x88),'behindText':_0x1b6682(0xaa),'inFrontText':'Pred\x20textom'},'crop':{'shape':_0x1b6682(0xa1)}}};}));
1
+ function _0x2195(_0x2b3487,_0x1e26c6){_0x2b3487=_0x2b3487-0x1d4;var _0xcfc516=_0xcfc5();var _0x2195b0=_0xcfc516[_0x2b3487];return _0x2195b0;}(function(_0x3e451e,_0x1a839e){var _0x113ded=_0x2195,_0x4a1b8d=_0x3e451e();while(!![]){try{var _0x2c7466=-parseInt(_0x113ded(0x1fc))/0x1+parseInt(_0x113ded(0x1dc))/0x2+parseInt(_0x113ded(0x1ea))/0x3*(-parseInt(_0x113ded(0x202))/0x4)+-parseInt(_0x113ded(0x1d6))/0x5+parseInt(_0x113ded(0x1f1))/0x6+-parseInt(_0x113ded(0x1e3))/0x7+parseInt(_0x113ded(0x1e2))/0x8;if(_0x2c7466===_0x1a839e)break;else _0x4a1b8d['push'](_0x4a1b8d['shift']());}catch(_0x1ec559){_0x4a1b8d['push'](_0x4a1b8d['shift']());}}}(_0xcfc5,0x9d71a),function(_0x3fc777,_0x42e4b5){var _0x515502=_0x2195;typeof exports==_0x515502(0x1ef)&&typeof module<'u'?module[_0x515502(0x201)]=_0x42e4b5():typeof define==_0x515502(0x1e0)&&define[_0x515502(0x1e1)]?define([],_0x42e4b5):(_0x3fc777=typeof globalThis<'u'?globalThis:_0x3fc777||self,_0x3fc777[_0x515502(0x1eb)]=_0x42e4b5());}(this,function(){var _0x11de16=_0x2195;return{'docs-shape-ui':{'title':_0x11de16(0x1d7),'insertShape':_0x11de16(0x1de),'openPanel':_0x11de16(0x1d5),'deleteShape':'Odstrániť\x20tvar','hidePanel':_0x11de16(0x1ee),'formatShape':_0x11de16(0x1d9),'shapeStyle':_0x11de16(0x1f7),'shapePosition':_0x11de16(0x1f6),'toggleFlipH':'Prepnúť\x20vodorovné\x20prevrátenie','toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':_0x11de16(0x1e7),'rotateLeft90':_0x11de16(0x1fd),'toggleTextVertical':_0x11de16(0x1df),'objectListPanel':{'title':'Vrstvy','open':_0x11de16(0x1da),'empty':_0x11de16(0x1f8),'showAll':_0x11de16(0x1e6),'hideAll':_0x11de16(0x1f4),'show':'Zobraziť','hide':_0x11de16(0x1d4),'moveForward':_0x11de16(0x1ed),'moveBackward':'Presunúť\x20dozadu','close':'Zavrieť','name':'Názov','nameInput':'Názov\x20objektu','description':_0x11de16(0x1f3),'descriptionPlaceholder':_0x11de16(0x1ec),'details':_0x11de16(0x1e9),'noSelection':_0x11de16(0x1f9)},'toolbar':{'alignLeft':_0x11de16(0x1e5),'alignCenter':_0x11de16(0x200),'alignRight':'Zarovnať\x20doprava','alignJustify':_0x11de16(0x1db),'bold':_0x11de16(0x1fe),'italic':_0x11de16(0x1f0),'underline':_0x11de16(0x1f5),'strikethrough':_0x11de16(0x1f2),'textColor':'Farba\x20textu','fillColor':_0x11de16(0x1fa),'resetColor':_0x11de16(0x1dd)},'align':{'top':_0x11de16(0x1e8),'middle':'Zarovnať\x20na\x20stred','bottom':'Zarovnať\x20dole'},'textWrap':{'inline':_0x11de16(0x1fb),'square':_0x11de16(0x1e4),'topAndBottom':_0x11de16(0x1ff),'behindText':'Za\x20textom','inFrontText':'Pred\x20textom'},'crop':{'shape':_0x11de16(0x1d8)}}};}));function _0xcfc5(){var _0x4ae274=['Štýl\x20tvaru','Žiadne\x20objekty','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','Farba\x20pozadia\x20textu','V\x20riadku\x20s\x20textom','657884ttvQjV','Otočiť\x20doľava\x20o\x2090°','Tučné','Hore\x20a\x20dole','Zarovnať\x20na\x20stred','exports','40092UagttU','Skryť','Otvoriť\x20panel\x20tvarov','4991190uqhRGl','Tvar','Oříznout\x20podle\x20tvaru','Formátovať\x20tvar','Otvoriť\x20panel\x20vrstiev','Zarovnať\x20do\x20bloku','1445426UaWlAE','Obnoviť\x20farbu','Vložiť\x20tvar','Přepnout\x20text\x20vertikálně','function','amd','6829736ZsBqYZ','25256XATDLq','Obdĺžnikové','Zarovnať\x20doľava','Zobraziť\x20všetko','Otočiť\x20doprava\x20o\x2090°','Zarovnať\x20hore','Podrobnosti','18vRtFWH','UniverProDocsShapeUiSkSK','Pridať\x20popis','Presunúť\x20dopredu','Skryť\x20panel\x20tvarov','object','Kurzíva','4729968EwUipk','Prečiarknuté','Popis','Skryť\x20všetko','Podčiarknutie','Poloha\x20tvaru'];_0xcfc5=function(){return _0x4ae274;};return _0xcfc5();}
@@ -1 +1 @@
1
- function _0x5129(_0x3fe254,_0x459c68){_0x3fe254=_0x3fe254-0x1d2;var _0x4d40f6=_0x4d40();var _0x5129cd=_0x4d40f6[_0x3fe254];return _0x5129cd;}(function(_0x251ed5,_0x57e44c){var _0x15d8f3=_0x5129,_0x349c3d=_0x251ed5();while(!![]){try{var _0x88a104=parseInt(_0x15d8f3(0x1de))/0x1+parseInt(_0x15d8f3(0x1ea))/0x2*(parseInt(_0x15d8f3(0x1e2))/0x3)+parseInt(_0x15d8f3(0x1ef))/0x4+parseInt(_0x15d8f3(0x204))/0x5*(parseInt(_0x15d8f3(0x1d8))/0x6)+-parseInt(_0x15d8f3(0x1f0))/0x7+-parseInt(_0x15d8f3(0x207))/0x8+-parseInt(_0x15d8f3(0x1fd))/0x9*(parseInt(_0x15d8f3(0x1da))/0xa);if(_0x88a104===_0x57e44c)break;else _0x349c3d['push'](_0x349c3d['shift']());}catch(_0x151915){_0x349c3d['push'](_0x349c3d['shift']());}}}(_0x4d40,0xccadf),function(_0x269b51,_0x1cc559){var _0x45c6b2=_0x5129;typeof exports==_0x45c6b2(0x1d3)&&typeof module<'u'?module[_0x45c6b2(0x1f3)]=_0x1cc559():typeof define=='function'&&define[_0x45c6b2(0x1ee)]?define([],_0x1cc559):(_0x269b51=typeof globalThis<'u'?globalThis:_0x269b51||self,_0x269b51[_0x45c6b2(0x1d7)]=_0x1cc559());}(this,function(){var _0x1474c6=_0x5129;return{'docs-shape-ui':{'title':_0x1474c6(0x206),'insertShape':_0x1474c6(0x203),'openPanel':_0x1474c6(0x1d6),'deleteShape':_0x1474c6(0x1dc),'hidePanel':_0x1474c6(0x1d5),'formatShape':_0x1474c6(0x1dd),'shapeStyle':_0x1474c6(0x1d9),'shapePosition':_0x1474c6(0x1ff),'toggleFlipH':_0x1474c6(0x1f2),'toggleFlipV':_0x1474c6(0x1fb),'rotateRight90':_0x1474c6(0x1e5),'rotateLeft90':_0x1474c6(0x1e7),'toggleTextVertical':_0x1474c6(0x1e3),'objectListPanel':{'title':_0x1474c6(0x201),'open':_0x1474c6(0x1eb),'empty':_0x1474c6(0x1e8),'showAll':_0x1474c6(0x1db),'hideAll':_0x1474c6(0x1d2),'show':_0x1474c6(0x202),'hide':'Ẩn','moveForward':_0x1474c6(0x1f7),'moveBackward':'Đưa\x20xuống\x20dưới','close':_0x1474c6(0x205),'name':'Tên','nameInput':_0x1474c6(0x1f8),'description':_0x1474c6(0x1fe),'descriptionPlaceholder':_0x1474c6(0x1f9),'details':_0x1474c6(0x1fc),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'toolbar':{'alignLeft':_0x1474c6(0x1e1),'alignCenter':_0x1474c6(0x1f4),'alignRight':_0x1474c6(0x1ed),'alignJustify':_0x1474c6(0x1fa),'bold':_0x1474c6(0x1f5),'italic':'In\x20nghiêng','underline':_0x1474c6(0x1e4),'strikethrough':_0x1474c6(0x1d4),'textColor':_0x1474c6(0x1df),'fillColor':_0x1474c6(0x1f6),'resetColor':'Đặt\x20lại\x20màu'},'align':{'top':_0x1474c6(0x1f1),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x1474c6(0x1e6)},'textWrap':{'inline':_0x1474c6(0x1e0),'square':_0x1474c6(0x1e9),'topAndBottom':'Trên\x20và\x20dưới','behindText':_0x1474c6(0x200),'inFrontText':_0x1474c6(0x1ec)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};}));function _0x4d40(){var _0x2769dc=['amd','5672308hAYWAS','11389980ydEoNR','Căn\x20trên','Chuyển\x20đổi\x20lật\x20ngang','exports','Căn\x20giữa','In\x20đậm','Màu\x20nền\x20văn\x20bản','Đưa\x20lên\x20trên','Tên\x20đối\x20tượng','Thêm\x20mô\x20tả','Căn\x20đều\x20hai\x20bên','Bật/tắt\x20lật\x20dọc','Chi\x20tiết','135405IuRMwj','Mô\x20tả','Vị\x20trí\x20hình\x20dạng','Phía\x20sau\x20văn\x20bản','Lớp','Hiện','Chèn\x20hình\x20dạng','4392535WeOqJE','Đóng','Hình\x20dạng','1937184gytVon','Ẩn\x20tất\x20cả','object','Gạch\x20ngang','Ẩn\x20bảng\x20hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','UniverProDocsShapeUiViVN','6EOPTCc','Kiểu\x20hình\x20dạng','1720yMUADG','Hiện\x20tất\x20cả','Xóa\x20hình\x20dạng','Định\x20dạng\x20hình\x20dạng','1658288uBVMnG','Màu\x20chữ','Cùng\x20dòng\x20với\x20văn\x20bản','Căn\x20trái','3537SBWLpT','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Gạch\x20chân','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Căn\x20dưới','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Chưa\x20có\x20đối\x20tượng','Bao\x20quanh','2274FYxeqZ','Mở\x20bảng\x20điều\x20khiển\x20lớp','Phía\x20trước\x20văn\x20bản','Căn\x20phải'];_0x4d40=function(){return _0x2769dc;};return _0x4d40();}
1
+ function _0x459f(){var _0x3a9375=['526806RYcHQI','Cắt\x20theo\x20hình\x20dạng','24zBzZsD','Phía\x20sau\x20văn\x20bản','70962tdRHoQ','16xuRTry','885807rCwNuZ','exports','Phía\x20trước\x20văn\x20bản','Căn\x20trên','366748oDjDDg','Mô\x20tả','Màu\x20nền\x20văn\x20bản','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Tên\x20đối\x20tượng','Tên','Đưa\x20xuống\x20dưới','Đặt\x20lại\x20màu','66755NIlvRE','Hiện','Màu\x20chữ','In\x20nghiêng','59059xbMDLV','Ẩn\x20bảng\x20hình\x20dạng','Hình\x20dạng','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Căn\x20đều\x20hai\x20bên','Gạch\x20chân','Mở\x20bảng\x20hình\x20dạng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Bật/tắt\x20lật\x20dọc','In\x20đậm','Thêm\x20mô\x20tả','Chuyển\x20đổi\x20lật\x20ngang','Xóa\x20hình\x20dạng','Căn\x20giữa','Mở\x20bảng\x20điều\x20khiển\x20lớp','Ẩn\x20tất\x20cả','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Căn\x20dưới','Trên\x20và\x20dưới','Gạch\x20ngang','Hiện\x20tất\x20cả','Định\x20dạng\x20hình\x20dạng','Cùng\x20dòng\x20với\x20văn\x20bản','UniverProDocsShapeUiViVN','object','812525MqCLfe'];_0x459f=function(){return _0x3a9375;};return _0x459f();}function _0x4d19(_0x4b901e,_0x218154){_0x4b901e=_0x4b901e-0x65;var _0x459fcc=_0x459f();var _0x4d194b=_0x459fcc[_0x4b901e];return _0x4d194b;}(function(_0x485bcb,_0x487350){var _0xd2e2d3=_0x4d19,_0x2732ae=_0x485bcb();while(!![]){try{var _0x133965=-parseInt(_0xd2e2d3(0x70))/0x1+-parseInt(_0xd2e2d3(0x94))/0x2+parseInt(_0xd2e2d3(0x8e))/0x3*(parseInt(_0xd2e2d3(0x8c))/0x4)+-parseInt(_0xd2e2d3(0x6c))/0x5+-parseInt(_0xd2e2d3(0x8a))/0x6+-parseInt(_0xd2e2d3(0x89))/0x7*(-parseInt(_0xd2e2d3(0x8f))/0x8)+parseInt(_0xd2e2d3(0x90))/0x9;if(_0x133965===_0x487350)break;else _0x2732ae['push'](_0x2732ae['shift']());}catch(_0x543412){_0x2732ae['push'](_0x2732ae['shift']());}}}(_0x459f,0x1f790),function(_0x1b0b42,_0x402420){var _0x353bb2=_0x4d19;typeof exports==_0x353bb2(0x88)&&typeof module<'u'?module[_0x353bb2(0x91)]=_0x402420():typeof define=='function'&&define['amd']?define([],_0x402420):(_0x1b0b42=typeof globalThis<'u'?globalThis:_0x1b0b42||self,_0x1b0b42[_0x353bb2(0x87)]=_0x402420());}(this,function(){var _0x56e7fd=_0x4d19;return{'docs-shape-ui':{'title':_0x56e7fd(0x72),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x56e7fd(0x76),'deleteShape':_0x56e7fd(0x7c),'hidePanel':_0x56e7fd(0x71),'formatShape':_0x56e7fd(0x85),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':_0x56e7fd(0x7b),'toggleFlipV':_0x56e7fd(0x78),'rotateRight90':_0x56e7fd(0x67),'rotateLeft90':_0x56e7fd(0x77),'toggleTextVertical':_0x56e7fd(0x80),'objectListPanel':{'title':'Lớp','open':_0x56e7fd(0x7e),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':_0x56e7fd(0x84),'hideAll':_0x56e7fd(0x7f),'show':_0x56e7fd(0x6d),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':_0x56e7fd(0x6a),'close':'Đóng','name':_0x56e7fd(0x69),'nameInput':_0x56e7fd(0x68),'description':_0x56e7fd(0x65),'descriptionPlaceholder':_0x56e7fd(0x7a),'details':'Chi\x20tiết','noSelection':_0x56e7fd(0x73)},'toolbar':{'alignLeft':'Căn\x20trái','alignCenter':_0x56e7fd(0x7d),'alignRight':'Căn\x20phải','alignJustify':_0x56e7fd(0x74),'bold':_0x56e7fd(0x79),'italic':_0x56e7fd(0x6f),'underline':_0x56e7fd(0x75),'strikethrough':_0x56e7fd(0x83),'textColor':_0x56e7fd(0x6e),'fillColor':_0x56e7fd(0x66),'resetColor':_0x56e7fd(0x6b)},'align':{'top':_0x56e7fd(0x93),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x56e7fd(0x81)},'textWrap':{'inline':_0x56e7fd(0x86),'square':'Bao\x20quanh','topAndBottom':_0x56e7fd(0x82),'behindText':_0x56e7fd(0x8d),'inFrontText':_0x56e7fd(0x92)},'crop':{'shape':_0x56e7fd(0x8b)}}};}));