@univerjs-pro/docs-shape-ui 1.0.0-alpha.2 → 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 (100) hide show
  1. package/README.md +5 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +21 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/command-util.d.ts +0 -10
  64. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  65. package/lib/types/const.d.ts +3 -1
  66. package/lib/types/controllers/components.controller.d.ts +4 -2
  67. package/lib/types/controllers/doc-shape-render.controller.d.ts +2 -2
  68. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
  69. package/lib/types/index.d.ts +1 -5
  70. package/lib/types/locale/en-US.d.ts +18 -0
  71. package/lib/types/menu/object-list.menu.d.ts +4 -0
  72. package/lib/types/services/shape-text-editing.service.d.ts +8 -0
  73. package/lib/types/utils/shape-text-document.d.ts +1 -11
  74. package/lib/types/view-model/drawing-shape.d.ts +6 -2
  75. package/lib/types/views/ShapePicker.d.ts +2 -0
  76. package/lib/types/views/object-list-panel/DocDrawingObjectListPanel.d.ts +1 -0
  77. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  78. package/lib/umd/index.js +1 -1
  79. package/lib/umd/locale/ar-SA.js +1 -1
  80. package/lib/umd/locale/ca-ES.js +1 -1
  81. package/lib/umd/locale/de-DE.js +1 -1
  82. package/lib/umd/locale/en-US.js +1 -1
  83. package/lib/umd/locale/es-ES.js +1 -1
  84. package/lib/umd/locale/fa-IR.js +1 -1
  85. package/lib/umd/locale/fr-FR.js +1 -1
  86. package/lib/umd/locale/id-ID.js +1 -1
  87. package/lib/umd/locale/it-IT.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/pl-PL.js +1 -1
  91. package/lib/umd/locale/pt-BR.js +1 -1
  92. package/lib/umd/locale/ru-RU.js +1 -1
  93. package/lib/umd/locale/sk-SK.js +1 -1
  94. package/lib/umd/locale/vi-VN.js +1 -1
  95. package/lib/umd/locale/zh-CN.js +1 -1
  96. package/lib/umd/locale/zh-HK.js +1 -1
  97. package/lib/umd/locale/zh-TW.js +1 -1
  98. package/package.json +18 -17
  99. package/lib/types/view-model/shape-data-model.d.ts +0 -6
  100. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
@@ -1 +1 @@
1
- function _0x54aa(){var _0x189049=['لون\x20خلفية\x20النص','محاذاة\x20للمنتصف','نمط\x20الشكل','لون\x20النص','محاذاة\x20للأعلى','موضع\x20الشكل','9866160YLmlxw','تبديل\x20الانعكاس\x20الأفقي','16520Tbrjzx','561834BokYKQ','غامق','حذف\x20الشكل','ضبط','تسطير','مائل','تبديل\x20النص\x20العمودي','إدراج\x20شكل','5rHNHbA','5173988RmKIci','469MrHYau','14538OhsBLD','محاذاة\x20لليسار','تنسيق\x20الشكل','شكل','14033790lrrZtU','تبديل\x20الانعكاس\x20العمودي','exports','تدوير\x20لليسار\x2090°','فتح\x20لوحة\x20الأشكال','116BJegJt','تدوير\x20لليمين\x2090°','function','263583zduwoH','محاذاة\x20لليمين','قص\x20إلى\x20شكل','amd','محاذاة\x20للوسط','object'];_0x54aa=function(){return _0x189049;};return _0x54aa();}function _0x1a32(_0x2f7197,_0x89766c){_0x2f7197=_0x2f7197-0xd3;var _0x54aa77=_0x54aa();var _0x1a32ec=_0x54aa77[_0x2f7197];return _0x1a32ec;}(function(_0xd2a1e5,_0x2e68a0){var _0x526ce0=_0x1a32,_0xc36fd8=_0xd2a1e5();while(!![]){try{var _0x48f2be=parseInt(_0x526ce0(0xd7))/0x1*(-parseInt(_0x526ce0(0xe8))/0x2)+parseInt(_0x526ce0(0xda))/0x3+-parseInt(_0x526ce0(0xf2))/0x4*(parseInt(_0x526ce0(0xf1))/0x5)+parseInt(_0x526ce0(0xf4))/0x6*(parseInt(_0x526ce0(0xf3))/0x7)+parseInt(_0x526ce0(0xe6))/0x8+parseInt(_0x526ce0(0xe9))/0x9+parseInt(_0x526ce0(0xf8))/0xa;if(_0x48f2be===_0x2e68a0)break;else _0xc36fd8['push'](_0xc36fd8['shift']());}catch(_0x48212c){_0xc36fd8['push'](_0xc36fd8['shift']());}}}(_0x54aa,0xaa514),function(_0x10b88c,_0x3eb340){var _0x5a9626=_0x1a32;typeof exports==_0x5a9626(0xdf)&&typeof module<'u'?module[_0x5a9626(0xd4)]=_0x3eb340():typeof define==_0x5a9626(0xd9)&&define[_0x5a9626(0xdd)]?define([],_0x3eb340):(_0x10b88c=typeof globalThis<'u'?globalThis:_0x10b88c||self,_0x10b88c['UniverProDocsShapeUiArSA']=_0x3eb340());}(this,function(){var _0x4537bb=_0x1a32;return{'docs-shape-ui':{'title':_0x4537bb(0xf7),'insertShape':_0x4537bb(0xf0),'openPanel':_0x4537bb(0xd6),'deleteShape':_0x4537bb(0xeb),'hidePanel':'إخفاء\x20لوحة\x20الأشكال','formatShape':_0x4537bb(0xf6),'shapeStyle':_0x4537bb(0xe2),'shapePosition':_0x4537bb(0xe5),'toggleFlipH':_0x4537bb(0xe7),'toggleFlipV':_0x4537bb(0xd3),'rotateRight90':_0x4537bb(0xd8),'rotateLeft90':_0x4537bb(0xd5),'toggleTextVertical':_0x4537bb(0xef),'toolbar':{'alignLeft':_0x4537bb(0xf5),'alignCenter':_0x4537bb(0xde),'alignRight':_0x4537bb(0xdb),'alignJustify':_0x4537bb(0xec),'bold':_0x4537bb(0xea),'italic':_0x4537bb(0xee),'underline':_0x4537bb(0xed),'strikethrough':'يتوسطه\x20خط','textColor':_0x4537bb(0xe3),'fillColor':_0x4537bb(0xe0),'resetColor':'Reset\x20color'},'align':{'top':_0x4537bb(0xe4),'middle':_0x4537bb(0xe1),'bottom':'محاذاة\x20للأسفل'},'textWrap':{'inline':'في\x20نفس\x20السطر\x20مع\x20النص','square':'مربع','topAndBottom':'أعلى\x20وأسفل','behindText':'خلف\x20النص','inFrontText':'أمام\x20النص'},'crop':{'shape':_0x4537bb(0xdc)}}};}));
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 _0x169f(){var _0x23db4d=['Alinea\x20a\x20l\x27esquerra','149191pCgSkX','30373450nvfllo','Cursiva','Obrir\x20panell\x20de\x20formes','Subratllat','294qyGQyi','Alinea\x20a\x20dalt','Ratllat','Negreta','Color\x20de\x20fons\x20del\x20text','1861688VAtXVk','Amagar\x20panell\x20de\x20formes','Estil\x20de\x20forma','3765355ucTfUW','Alternar\x20text\x20vertical','Reset\x20color','14984LelESr','Centra','Davant\x20del\x20text','Eliminar\x20forma','Color\x20del\x20text','4242344VaipBz','Inserir\x20forma','Rotar\x2090°\x20a\x20la\x20dreta','Forma','amd','Alternar\x20volteig\x20horitzontal','Alinea\x20al\x20mig','object','En\x20línia\x20amb\x20el\x20text','UniverProDocsShapeUiCaES','22ZZTNpQ','Alinea\x20a\x20baix','Justifica','18cdCpQz','5132940NKgalO'];_0x169f=function(){return _0x23db4d;};return _0x169f();}function _0x59cc(_0x146a82,_0x17e254){_0x146a82=_0x146a82-0xb6;var _0x169f48=_0x169f();var _0x59ccce=_0x169f48[_0x146a82];return _0x59ccce;}(function(_0x586322,_0x5b5eb4){var _0x262863=_0x59cc,_0x58907d=_0x586322();while(!![]){try{var _0x65e2ad=parseInt(_0x262863(0xbf))/0x1*(-parseInt(_0x262863(0xd5))/0x2)+-parseInt(_0x262863(0xc3))/0x3+parseInt(_0x262863(0xcf))/0x4+-parseInt(_0x262863(0xd2))/0x5+-parseInt(_0x262863(0xca))/0x6*(parseInt(_0x262863(0xc5))/0x7)+-parseInt(_0x262863(0xda))/0x8*(-parseInt(_0x262863(0xc2))/0x9)+parseInt(_0x262863(0xc6))/0xa;if(_0x65e2ad===_0x5b5eb4)break;else _0x58907d['push'](_0x58907d['shift']());}catch(_0x34138d){_0x58907d['push'](_0x58907d['shift']());}}}(_0x169f,0xd951d),function(_0x1563e4,_0x2215a3){var _0x167235=_0x59cc;typeof exports==_0x167235(0xbc)&&typeof module<'u'?module['exports']=_0x2215a3():typeof define=='function'&&define[_0x167235(0xb9)]?define([],_0x2215a3):(_0x1563e4=typeof globalThis<'u'?globalThis:_0x1563e4||self,_0x1563e4[_0x167235(0xbe)]=_0x2215a3());}(this,function(){var _0x2a4eea=_0x59cc;return{'docs-shape-ui':{'title':_0x2a4eea(0xb8),'insertShape':_0x2a4eea(0xb6),'openPanel':_0x2a4eea(0xc8),'deleteShape':_0x2a4eea(0xd8),'hidePanel':_0x2a4eea(0xd0),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x2a4eea(0xd1),'shapePosition':'Posició\x20de\x20forma','toggleFlipH':_0x2a4eea(0xba),'toggleFlipV':'Alternar\x20volteig\x20vertical','rotateRight90':_0x2a4eea(0xb7),'rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':_0x2a4eea(0xd3),'toolbar':{'alignLeft':_0x2a4eea(0xc4),'alignCenter':_0x2a4eea(0xd6),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':_0x2a4eea(0xc1),'bold':_0x2a4eea(0xcd),'italic':_0x2a4eea(0xc7),'underline':_0x2a4eea(0xc9),'strikethrough':_0x2a4eea(0xcc),'textColor':_0x2a4eea(0xd9),'fillColor':_0x2a4eea(0xce),'resetColor':_0x2a4eea(0xd4)},'align':{'top':_0x2a4eea(0xcb),'middle':_0x2a4eea(0xbb),'bottom':_0x2a4eea(0xc0)},'textWrap':{'inline':_0x2a4eea(0xbd),'square':'Quadrat','topAndBottom':'A\x20dalt\x20i\x20a\x20baix','behindText':'Darrere\x20del\x20text','inFrontText':_0x2a4eea(0xd7)},'crop':{'shape':'Retalla\x20a\x20forma'}}};}));
1
+ function _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 _0x137a(_0xff7c2,_0x417f78){_0xff7c2=_0xff7c2-0xe7;var _0x144309=_0x1443();var _0x137aae=_0x144309[_0xff7c2];return _0x137aae;}function _0x1443(){var _0x255da8=['Mittig','function','1143LtlUbb','3445435WmmYVt','99530deZpgb','Oben\x20bündig','Durchgestrichen','Form\x20einfügen','Unterstrichen','Auf\x20Form\x20zuschneiden','Texthintergrundfarbe','Unten\x20bündig','Form-Panel\x20ausblenden','Linksbündig','20886XOCAsh','amd','UniverProDocsShapeUiDeDE','1287627OFYwVa','Links\x2090°\x20drehen','Oben\x20und\x20unten','54vsGiSF','943400DlkhOA','exports','Formposition','14hCaWwl','Vertikalen\x20Text\x20umschalten','Zentriert','object','Vor\x20dem\x20Text','Formstil','Reset\x20color','Blocksatz','1051088sOXHLL','Form\x20formatieren','2680128DJDvID','Kursiv','Fett','Im\x20Textfluss'];_0x1443=function(){return _0x255da8;};return _0x1443();}(function(_0x1976c1,_0x3aa92a){var _0x3efeac=_0x137a,_0x3cecf6=_0x1976c1();while(!![]){try{var _0x26d86f=parseInt(_0x3efeac(0xf2))/0x1*(-parseInt(_0x3efeac(0xf8))/0x2)+parseInt(_0x3efeac(0xf5))/0x3+-parseInt(_0x3efeac(0xf9))/0x4+-parseInt(_0x3efeac(0xe7))/0x5+parseInt(_0x3efeac(0x106))/0x6+-parseInt(_0x3efeac(0xfc))/0x7*(parseInt(_0x3efeac(0x104))/0x8)+parseInt(_0x3efeac(0x10c))/0x9*(parseInt(_0x3efeac(0xe8))/0xa);if(_0x26d86f===_0x3aa92a)break;else _0x3cecf6['push'](_0x3cecf6['shift']());}catch(_0x445d67){_0x3cecf6['push'](_0x3cecf6['shift']());}}}(_0x1443,0x5ecc9),function(_0x709ba,_0x41fb67){var _0x2a0e5f=_0x137a;typeof exports==_0x2a0e5f(0xff)&&typeof module<'u'?module[_0x2a0e5f(0xfa)]=_0x41fb67():typeof define==_0x2a0e5f(0x10b)&&define[_0x2a0e5f(0xf3)]?define([],_0x41fb67):(_0x709ba=typeof globalThis<'u'?globalThis:_0x709ba||self,_0x709ba[_0x2a0e5f(0xf4)]=_0x41fb67());}(this,function(){var _0xe52c6e=_0x137a;return{'docs-shape-ui':{'title':'Form','insertShape':_0xe52c6e(0xeb),'openPanel':'Form-Panel\x20öffnen','deleteShape':'Form\x20löschen','hidePanel':_0xe52c6e(0xf0),'formatShape':_0xe52c6e(0x105),'shapeStyle':_0xe52c6e(0x101),'shapePosition':_0xe52c6e(0xfb),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0xe52c6e(0xf6),'toggleTextVertical':_0xe52c6e(0xfd),'toolbar':{'alignLeft':_0xe52c6e(0xf1),'alignCenter':_0xe52c6e(0xfe),'alignRight':'Rechtsbündig','alignJustify':_0xe52c6e(0x103),'bold':_0xe52c6e(0x108),'italic':_0xe52c6e(0x107),'underline':_0xe52c6e(0xec),'strikethrough':_0xe52c6e(0xea),'textColor':'Textfarbe','fillColor':_0xe52c6e(0xee),'resetColor':_0xe52c6e(0x102)},'align':{'top':_0xe52c6e(0xe9),'middle':_0xe52c6e(0x10a),'bottom':_0xe52c6e(0xef)},'textWrap':{'inline':_0xe52c6e(0x109),'square':'Quadratisch','topAndBottom':_0xe52c6e(0xf7),'behindText':'Hinter\x20dem\x20Text','inFrontText':_0xe52c6e(0x100)},'crop':{'shape':_0xe52c6e(0xed)}}};}));
1
+ (function(_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 _0x22ad(_0x32c6af,_0x5e2e86){_0x32c6af=_0x32c6af-0x158;var _0x382cfe=_0x382c();var _0x22ad96=_0x382cfe[_0x32c6af];return _0x22ad96;}(function(_0x18cd90,_0x3032d2){var _0x531510=_0x22ad,_0x1bbab8=_0x18cd90();while(!![]){try{var _0x25608b=-parseInt(_0x531510(0x169))/0x1+parseInt(_0x531510(0x168))/0x2+parseInt(_0x531510(0x15c))/0x3+-parseInt(_0x531510(0x167))/0x4+parseInt(_0x531510(0x176))/0x5+-parseInt(_0x531510(0x17c))/0x6*(-parseInt(_0x531510(0x15d))/0x7)+parseInt(_0x531510(0x16e))/0x8*(-parseInt(_0x531510(0x172))/0x9);if(_0x25608b===_0x3032d2)break;else _0x1bbab8['push'](_0x1bbab8['shift']());}catch(_0x27d528){_0x1bbab8['push'](_0x1bbab8['shift']());}}}(_0x382c,0x758ec),function(_0x444006,_0x4f172c){var _0xa36452=_0x22ad;typeof exports==_0xa36452(0x160)&&typeof module<'u'?module['exports']=_0x4f172c():typeof define==_0xa36452(0x173)&&define[_0xa36452(0x180)]?define([],_0x4f172c):(_0x444006=typeof globalThis<'u'?globalThis:_0x444006||self,_0x444006[_0xa36452(0x178)]=_0x4f172c());}(this,function(){var _0x4fe076=_0x22ad;return{'docs-shape-ui':{'title':_0x4fe076(0x15b),'insertShape':'Insert\x20Shape','openPanel':_0x4fe076(0x15f),'deleteShape':_0x4fe076(0x171),'hidePanel':_0x4fe076(0x179),'formatShape':_0x4fe076(0x164),'shapeStyle':_0x4fe076(0x17d),'shapePosition':_0x4fe076(0x158),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x4fe076(0x165),'rotateRight90':_0x4fe076(0x17e),'rotateLeft90':_0x4fe076(0x161),'toggleTextVertical':_0x4fe076(0x15a),'toolbar':{'alignLeft':_0x4fe076(0x175),'alignCenter':_0x4fe076(0x163),'alignRight':_0x4fe076(0x16a),'alignJustify':_0x4fe076(0x16c),'bold':_0x4fe076(0x177),'italic':_0x4fe076(0x15e),'underline':_0x4fe076(0x16b),'strikethrough':'Strikethrough','textColor':_0x4fe076(0x170),'fillColor':_0x4fe076(0x166),'resetColor':_0x4fe076(0x16d)},'align':{'top':'Align\x20Top','middle':_0x4fe076(0x16f),'bottom':_0x4fe076(0x162)},'textWrap':{'inline':_0x4fe076(0x17f),'square':_0x4fe076(0x174),'topAndBottom':'Top\x20and\x20Bottom','behindText':_0x4fe076(0x17b),'inFrontText':_0x4fe076(0x17a)},'crop':{'shape':_0x4fe076(0x159)}}};}));function _0x382c(){var _0x11e63d=['function','Square','Align\x20Left','1912670YMssbo','Bold','UniverProDocsShapeUiEnUS','Hide\x20Shape\x20Panel','In\x20front\x20of\x20text','Behind\x20text','6834dySGOl','Shape\x20Style','Rotate\x20Right\x2090°','In\x20line\x20with\x20text','amd','Shape\x20Position','Crop\x20to\x20Shape','Toggle\x20Text\x20Vertical','Shape','1492731wjHmkq','4557pjvbkQ','Italic','Open\x20Shape\x20Panel','object','Rotate\x20Left\x2090°','Align\x20Bottom','Align\x20Center','Format\x20Shape','Toggle\x20Vertical\x20Flip','Text\x20Background\x20color','2934800LKYztQ','783280likwTR','583289UrGDER','Align\x20Right','Underline','Justify','Reset\x20color','1717880VKrIuv','Align\x20Middle','Text\x20color','Delete\x20Shape','9wUgdAQ'];_0x382c=function(){return _0x11e63d;};return _0x382c();}
1
+ function _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 _0x3c35(_0x5337a9,_0x3aa47d){_0x5337a9=_0x5337a9-0x142;var _0x40cd6e=_0x40cd();var _0x3c35d0=_0x40cd6e[_0x5337a9];return _0x3c35d0;}(function(_0x2db429,_0x199ef3){var _0x33dec6=_0x3c35,_0x44fb78=_0x2db429();while(!![]){try{var _0x253c5b=-parseInt(_0x33dec6(0x164))/0x1*(parseInt(_0x33dec6(0x169))/0x2)+-parseInt(_0x33dec6(0x15c))/0x3*(-parseInt(_0x33dec6(0x167))/0x4)+-parseInt(_0x33dec6(0x162))/0x5*(-parseInt(_0x33dec6(0x160))/0x6)+-parseInt(_0x33dec6(0x148))/0x7+-parseInt(_0x33dec6(0x149))/0x8*(parseInt(_0x33dec6(0x144))/0x9)+parseInt(_0x33dec6(0x153))/0xa*(-parseInt(_0x33dec6(0x147))/0xb)+parseInt(_0x33dec6(0x154))/0xc*(parseInt(_0x33dec6(0x143))/0xd);if(_0x253c5b===_0x199ef3)break;else _0x44fb78['push'](_0x44fb78['shift']());}catch(_0x24a4b0){_0x44fb78['push'](_0x44fb78['shift']());}}}(_0x40cd,0x98b4a),function(_0x1456e9,_0x1d4ae3){var _0x581e51=_0x3c35;typeof exports==_0x581e51(0x14a)&&typeof module<'u'?module[_0x581e51(0x155)]=_0x1d4ae3():typeof define==_0x581e51(0x142)&&define['amd']?define([],_0x1d4ae3):(_0x1456e9=typeof globalThis<'u'?globalThis:_0x1456e9||self,_0x1456e9['UniverProDocsShapeUiEsES']=_0x1d4ae3());}(this,function(){var _0x5e0f6c=_0x3c35;return{'docs-shape-ui':{'title':_0x5e0f6c(0x156),'insertShape':'Insertar\x20forma','openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':_0x5e0f6c(0x15a),'hidePanel':_0x5e0f6c(0x15e),'formatShape':_0x5e0f6c(0x163),'shapeStyle':'Estilo\x20de\x20forma','shapePosition':_0x5e0f6c(0x14b),'toggleFlipH':_0x5e0f6c(0x157),'toggleFlipV':_0x5e0f6c(0x150),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20derecha','rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x5e0f6c(0x145),'toolbar':{'alignLeft':_0x5e0f6c(0x15f),'alignCenter':_0x5e0f6c(0x15b),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x5e0f6c(0x14c),'bold':_0x5e0f6c(0x168),'italic':_0x5e0f6c(0x161),'underline':_0x5e0f6c(0x146),'strikethrough':_0x5e0f6c(0x158),'textColor':_0x5e0f6c(0x166),'fillColor':_0x5e0f6c(0x15d),'resetColor':_0x5e0f6c(0x152)},'align':{'top':_0x5e0f6c(0x14d),'middle':_0x5e0f6c(0x151),'bottom':_0x5e0f6c(0x159)},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':_0x5e0f6c(0x165),'topAndBottom':_0x5e0f6c(0x14f),'behindText':'Detrás\x20del\x20texto','inFrontText':'Delante\x20del\x20texto'},'crop':{'shape':_0x5e0f6c(0x14e)}}};}));function _0x40cd(){var _0x6f163d=['object','Posición\x20de\x20forma','Justificar','Alinear\x20arriba','Recortar\x20a\x20forma','Arriba\x20y\x20abajo','Alternar\x20volteo\x20vertical','Alinear\x20al\x20medio','Reset\x20color','10430060aMkurc','5556XygcVI','exports','Forma','Alternar\x20volteo\x20horizontal','Tachado','Alinear\x20abajo','Eliminar\x20forma','Centrar','3NfSSap','Color\x20de\x20fondo\x20de\x20texto','Ocultar\x20panel\x20de\x20formas','Alinear\x20a\x20la\x20izquierda','12XndQEI','Cursiva','2540675uAjJrt','Formato\x20de\x20forma','4RMdQRV','Cuadrado','Color\x20de\x20texto','2006252XWFXdb','Negrita','11044hlsrxx','function','38441AFUSxC','5028138vbyHgB','Alternar\x20texto\x20vertical','Subrayado','11vVnvLg','4463662WcpzfG','8djwUNf'];_0x40cd=function(){return _0x6f163d;};return _0x40cd();}
1
+ function _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(_0x470ad9,_0x30a147){var _0x5a0e62=_0xb849,_0x9bc68b=_0x470ad9();while(!![]){try{var _0x5ae121=parseInt(_0x5a0e62(0xc9))/0x1+-parseInt(_0x5a0e62(0xb1))/0x2*(-parseInt(_0x5a0e62(0xc7))/0x3)+parseInt(_0x5a0e62(0xce))/0x4+-parseInt(_0x5a0e62(0xc0))/0x5+parseInt(_0x5a0e62(0xc1))/0x6*(parseInt(_0x5a0e62(0xca))/0x7)+-parseInt(_0x5a0e62(0xd3))/0x8*(-parseInt(_0x5a0e62(0xc2))/0x9)+-parseInt(_0x5a0e62(0xd0))/0xa;if(_0x5ae121===_0x30a147)break;else _0x9bc68b['push'](_0x9bc68b['shift']());}catch(_0x309670){_0x9bc68b['push'](_0x9bc68b['shift']());}}}(_0x5162,0xca931),function(_0x531eb4,_0x1c3340){var _0x586b0b=_0xb849;typeof exports==_0x586b0b(0xd2)&&typeof module<'u'?module['exports']=_0x1c3340():typeof define==_0x586b0b(0xb6)&&define[_0x586b0b(0xb0)]?define([],_0x1c3340):(_0x531eb4=typeof globalThis<'u'?globalThis:_0x531eb4||self,_0x531eb4[_0x586b0b(0xd4)]=_0x1c3340());}(this,function(){var _0x35b349=_0xb849;return{'docs-shape-ui':{'title':_0x35b349(0xbe),'insertShape':'درج\x20شکل','openPanel':_0x35b349(0xb9),'deleteShape':_0x35b349(0xb3),'hidePanel':_0x35b349(0xd1),'formatShape':_0x35b349(0xc3),'shapeStyle':'سبک\x20شکل','shapePosition':_0x35b349(0xc6),'toggleFlipH':_0x35b349(0xb7),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x35b349(0xba),'rotateLeft90':_0x35b349(0xbd),'toggleTextVertical':_0x35b349(0xcd),'toolbar':{'alignLeft':_0x35b349(0xb2),'alignCenter':_0x35b349(0xae),'alignRight':_0x35b349(0xd6),'alignJustify':_0x35b349(0xc4),'bold':_0x35b349(0xcf),'italic':_0x35b349(0xbf),'underline':_0x35b349(0xcc),'strikethrough':_0x35b349(0xc5),'textColor':_0x35b349(0xc8),'fillColor':_0x35b349(0xb8),'resetColor':_0x35b349(0xbb)},'align':{'top':_0x35b349(0xaf),'middle':'تراز\x20وسط','bottom':_0x35b349(0xb5)},'textWrap':{'inline':_0x35b349(0xb4),'square':_0x35b349(0xcb),'topAndBottom':_0x35b349(0xbc),'behindText':'پشت\x20متن','inFrontText':_0x35b349(0xd5)},'crop':{'shape':'کراپ\x20به\x20شکل'}}};}));function _0xb849(_0x4e4399,_0x1f40fa){_0x4e4399=_0x4e4399-0xae;var _0x516221=_0x5162();var _0xb8498d=_0x516221[_0x4e4399];return _0xb8498d;}function _0x5162(){var _0x25b25d=['بالا\x20و\x20پایین','چرخش\x20۹۰\x20درجه\x20به\x20چپ','شکل','ایتالیک','1389930MvaLGd','6rxjZLJ','3562821REPaVy','قالب‌بندی\x20شکل','توجیه','خط‌دار','موقعیت\x20شکل','161790QzKEJe','رنگ\x20متن','637988Vmjxmy','3570553TWVcRY','مربع','خط‌کشی','تغییر\x20وضعیت\x20متن\x20عمودی','693244IBpVrB','پررنگ','16341860lkNxhz','مخفی\x20کردن\x20پنل\x20شکل‌ها','object','8EUsdDg','UniverProDocsShapeUiFaIR','جلوی\x20متن','تراز\x20راست','تراز\x20وسط','تراز\x20بالا','amd','38UfbdAC','تراز\x20چپ','حذف\x20شکل','در\x20یک\x20خط\x20با\x20متن','تراز\x20پایین','function','تغییر\x20وضعیت\x20چرخش\x20افقی','رنگ\x20پس‌زمینه\x20متن','باز\x20کردن\x20پنل\x20شکل‌ها','چرخش\x20۹۰\x20درجه\x20به\x20راست','Reset\x20color'];_0x5162=function(){return _0x25b25d;};return _0x5162();}
1
+ function _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 _0x2ad8(){var _0x3edd2d=['Barré','UniverProDocsShapeUiFrFR','30YFsFiq','1BUQFMd','Supprimer\x20la\x20forme','Gras','Forme','function','Aligné\x20avec\x20le\x20texte','5913761XUXGBT','Souligné','exports','Reset\x20color','Aligner\x20au\x20centre','Aligner\x20en\x20bas','Pivoter\x20à\x20gauche\x20de\x2090°','Haut\x20et\x20bas','Aligner\x20au\x20milieu','Basculer\x20le\x20retournement\x20vertical','Italique','22216USMXEN','Derrière\x20le\x20texte','40KNptbg','Basculer\x20le\x20texte\x20vertical','368250AyxmoL','5948250pPvSmv','3630488dzANLy','amd','15940629yQKnWG','Format\x20de\x20la\x20forme','Aligner\x20en\x20haut','Masquer\x20le\x20panneau\x20des\x20formes','Ouvrir\x20le\x20panneau\x20des\x20formes','5416500mpfHSY','Justifier','Style\x20de\x20la\x20forme','object','Basculer\x20le\x20retournement\x20horizontal'];_0x2ad8=function(){return _0x3edd2d;};return _0x2ad8();}function _0x45b0(_0xdf8dfe,_0x4380ef){_0xdf8dfe=_0xdf8dfe-0xf9;var _0x2ad8a3=_0x2ad8();var _0x45b07f=_0x2ad8a3[_0xdf8dfe];return _0x45b07f;}(function(_0x2e3b93,_0x5354b4){var _0x1cc281=_0x45b0,_0x396ccd=_0x2e3b93();while(!![]){try{var _0x5ed2ea=-parseInt(_0x1cc281(0x119))/0x1*(parseInt(_0x1cc281(0x104))/0x2)+-parseInt(_0x1cc281(0x108))/0x3*(parseInt(_0x1cc281(0x106))/0x4)+-parseInt(_0x1cc281(0x109))/0x5+-parseInt(_0x1cc281(0x111))/0x6+-parseInt(_0x1cc281(0xf9))/0x7+-parseInt(_0x1cc281(0x10a))/0x8+parseInt(_0x1cc281(0x10c))/0x9*(parseInt(_0x1cc281(0x118))/0xa);if(_0x5ed2ea===_0x5354b4)break;else _0x396ccd['push'](_0x396ccd['shift']());}catch(_0x473bf4){_0x396ccd['push'](_0x396ccd['shift']());}}}(_0x2ad8,0xa6f7d),function(_0x26eaf9,_0x50db1d){var _0x1a750d=_0x45b0;typeof exports==_0x1a750d(0x114)&&typeof module<'u'?module[_0x1a750d(0xfb)]=_0x50db1d():typeof define==_0x1a750d(0x11d)&&define[_0x1a750d(0x10b)]?define([],_0x50db1d):(_0x26eaf9=typeof globalThis<'u'?globalThis:_0x26eaf9||self,_0x26eaf9[_0x1a750d(0x117)]=_0x50db1d());}(this,function(){var _0x4ea16f=_0x45b0;return{'docs-shape-ui':{'title':_0x4ea16f(0x11c),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x4ea16f(0x110),'deleteShape':_0x4ea16f(0x11a),'hidePanel':_0x4ea16f(0x10f),'formatShape':_0x4ea16f(0x10d),'shapeStyle':_0x4ea16f(0x113),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0x4ea16f(0x115),'toggleFlipV':_0x4ea16f(0x102),'rotateRight90':'Pivoter\x20à\x20droite\x20de\x2090°','rotateLeft90':_0x4ea16f(0xff),'toggleTextVertical':_0x4ea16f(0x107),'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x4ea16f(0xfd),'alignRight':'Aligner\x20à\x20droite','alignJustify':_0x4ea16f(0x112),'bold':_0x4ea16f(0x11b),'italic':_0x4ea16f(0x103),'underline':_0x4ea16f(0xfa),'strikethrough':_0x4ea16f(0x116),'textColor':'Couleur\x20du\x20texte','fillColor':'Couleur\x20de\x20fond\x20du\x20texte','resetColor':_0x4ea16f(0xfc)},'align':{'top':_0x4ea16f(0x10e),'middle':_0x4ea16f(0x101),'bottom':_0x4ea16f(0xfe)},'textWrap':{'inline':_0x4ea16f(0x11e),'square':'Carré','topAndBottom':_0x4ea16f(0x100),'behindText':_0x4ea16f(0x105),'inFrontText':'Devant\x20le\x20texte'},'crop':{'shape':'Rogner\x20à\x20la\x20forme'}}};}));
1
+ (function(_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 _0x19d2(_0x187a01,_0x57f18b){_0x187a01=_0x187a01-0xde;var _0xa493c2=_0xa493();var _0x19d264=_0xa493c2[_0x187a01];return _0x19d264;}(function(_0x5c3b38,_0xf03e5d){var _0x3cd751=_0x19d2,_0x288cd7=_0x5c3b38();while(!![]){try{var _0x4c1b5e=-parseInt(_0x3cd751(0xf9))/0x1+-parseInt(_0x3cd751(0x102))/0x2*(parseInt(_0x3cd751(0xf1))/0x3)+-parseInt(_0x3cd751(0xe2))/0x4*(-parseInt(_0x3cd751(0xe3))/0x5)+parseInt(_0x3cd751(0xf4))/0x6+-parseInt(_0x3cd751(0xf0))/0x7*(parseInt(_0x3cd751(0xf3))/0x8)+parseInt(_0x3cd751(0x104))/0x9*(-parseInt(_0x3cd751(0xed))/0xa)+parseInt(_0x3cd751(0xfe))/0xb*(parseInt(_0x3cd751(0x107))/0xc);if(_0x4c1b5e===_0xf03e5d)break;else _0x288cd7['push'](_0x288cd7['shift']());}catch(_0x2218c7){_0x288cd7['push'](_0x288cd7['shift']());}}}(_0xa493,0x765f6),function(_0x5a4fba,_0x10973c){var _0x1f2d9f=_0x19d2;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x10973c():typeof define==_0x1f2d9f(0xeb)&&define[_0x1f2d9f(0xf6)]?define([],_0x10973c):(_0x5a4fba=typeof globalThis<'u'?globalThis:_0x5a4fba||self,_0x5a4fba[_0x1f2d9f(0x106)]=_0x10973c());}(this,function(){var _0x20b9d8=_0x19d2;return{'docs-shape-ui':{'title':_0x20b9d8(0x105),'insertShape':'Sisipkan\x20Bentuk','openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x20b9d8(0xfa),'hidePanel':_0x20b9d8(0xe9),'formatShape':'Format\x20Bentuk','shapeStyle':_0x20b9d8(0xea),'shapePosition':_0x20b9d8(0xf5),'toggleFlipH':_0x20b9d8(0x103),'toggleFlipV':_0x20b9d8(0xf8),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':_0x20b9d8(0xfc),'toggleTextVertical':'Ubah\x20Teks\x20Vertikal','toolbar':{'alignLeft':_0x20b9d8(0x100),'alignCenter':_0x20b9d8(0xec),'alignRight':_0x20b9d8(0xe4),'alignJustify':_0x20b9d8(0xf7),'bold':_0x20b9d8(0x101),'italic':_0x20b9d8(0xfd),'underline':_0x20b9d8(0xe8),'strikethrough':_0x20b9d8(0xe5),'textColor':_0x20b9d8(0xfb),'fillColor':_0x20b9d8(0xe0),'resetColor':_0x20b9d8(0xde)},'align':{'top':_0x20b9d8(0xdf),'middle':'Rata\x20Tengah','bottom':_0x20b9d8(0xff)},'textWrap':{'inline':_0x20b9d8(0xe7),'square':_0x20b9d8(0xe1),'topAndBottom':_0x20b9d8(0xef),'behindText':_0x20b9d8(0xf2),'inFrontText':_0x20b9d8(0xee)},'crop':{'shape':_0x20b9d8(0xe6)}}};}));function _0xa493(){var _0x1770d3=['Rata\x20Atas','Warna\x20latar\x20teks','Kotak','996TYFNyR','4045XUgpox','Rata\x20Kanan','Coret','Pangkas\x20ke\x20Bentuk','Sejajar\x20dengan\x20teks','Garis\x20bawah','Sembunyikan\x20Panel\x20Bentuk','Gaya\x20Bentuk','function','Rata\x20Tengah','1246270maQkey','Di\x20depan\x20teks','Atas\x20dan\x20Bawah','3098809GkIgUT','9wPsIwx','Di\x20belakang\x20teks','8uAmrLj','4535988idNxJr','Posisi\x20Bentuk','amd','Rata\x20Kanan\x20Kiri','Balik\x20Vertikal','123971JnikVw','Hapus\x20Bentuk','Warna\x20teks','Putar\x20Kiri\x2090°','Miring','777711tmxYpn','Rata\x20Bawah','Rata\x20Kiri','Tebal','325540nzOoAM','Balik\x20Horizontal','9FZdddr','Bentuk','UniverProDocsShapeUiIdID','120PGhBpZ','Reset\x20color'];_0xa493=function(){return _0x1770d3;};return _0xa493();}
1
+ function _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 _0xc186(_0x9bf11,_0x3226ca){_0x9bf11=_0x9bf11-0xd6;var _0x14c991=_0x14c9();var _0xc186da=_0x14c991[_0x9bf11];return _0xc186da;}(function(_0xfbb6b5,_0x2debe2){var _0x489a8a=_0xc186,_0x28ca58=_0xfbb6b5();while(!![]){try{var _0xfaabed=parseInt(_0x489a8a(0xed))/0x1*(parseInt(_0x489a8a(0xe2))/0x2)+-parseInt(_0x489a8a(0xec))/0x3*(-parseInt(_0x489a8a(0xe0))/0x4)+parseInt(_0x489a8a(0xf6))/0x5+-parseInt(_0x489a8a(0xfd))/0x6+-parseInt(_0x489a8a(0xe5))/0x7*(parseInt(_0x489a8a(0xfc))/0x8)+parseInt(_0x489a8a(0xe1))/0x9+parseInt(_0x489a8a(0xfb))/0xa*(-parseInt(_0x489a8a(0xf9))/0xb);if(_0xfaabed===_0x2debe2)break;else _0x28ca58['push'](_0x28ca58['shift']());}catch(_0x555084){_0x28ca58['push'](_0x28ca58['shift']());}}}(_0x14c9,0x5ab04),function(_0x2f7a34,_0x496059){var _0x542f44=_0xc186;typeof exports==_0x542f44(0xd7)&&typeof module<'u'?module[_0x542f44(0xe4)]=_0x496059():typeof define==_0x542f44(0xfe)&&define['amd']?define([],_0x496059):(_0x2f7a34=typeof globalThis<'u'?globalThis:_0x2f7a34||self,_0x2f7a34[_0x542f44(0xf8)]=_0x496059());}(this,function(){var _0x2748fd=_0xc186;return{'docs-shape-ui':{'title':'Forma','insertShape':_0x2748fd(0xfa),'openPanel':_0x2748fd(0xd8),'deleteShape':_0x2748fd(0xf0),'hidePanel':_0x2748fd(0xf4),'formatShape':_0x2748fd(0xf5),'shapeStyle':_0x2748fd(0xe7),'shapePosition':_0x2748fd(0xf3),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x2748fd(0xe3),'rotateRight90':_0x2748fd(0xea),'rotateLeft90':_0x2748fd(0xe9),'toggleTextVertical':_0x2748fd(0xde),'toolbar':{'alignLeft':_0x2748fd(0xdc),'alignCenter':_0x2748fd(0xdd),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x2748fd(0xeb),'bold':'Grassetto','italic':'Corsivo','underline':_0x2748fd(0xe8),'strikethrough':'Barrato','textColor':_0x2748fd(0xf1),'fillColor':_0x2748fd(0xdf),'resetColor':_0x2748fd(0xee)},'align':{'top':'Allinea\x20in\x20alto','middle':_0x2748fd(0xd9),'bottom':_0x2748fd(0xd6)},'textWrap':{'inline':_0x2748fd(0xe6),'square':_0x2748fd(0xf2),'topAndBottom':_0x2748fd(0xf7),'behindText':_0x2748fd(0xef),'inFrontText':_0x2748fd(0xda)},'crop':{'shape':_0x2748fd(0xdb)}}};}));function _0x14c9(){var _0x2a834d=['654CVBUSa','Attiva/disattiva\x20capovolgimento\x20verticale','exports','3509933rOVfes','In\x20linea\x20con\x20il\x20testo','Stile\x20forma','Sottolineato','Ruota\x20a\x20sinistra\x2090°','Ruota\x20a\x20destra\x2090°','Giustifica','877485lfmKZQ','925ijrcql','Reset\x20color','Dietro\x20il\x20testo','Elimina\x20forma','Colore\x20testo','Quadrato','Posizione\x20forma','Nascondi\x20pannello\x20forma','Formato\x20forma','1608265ysVRCf','Superiore\x20e\x20inferiore','UniverProDocsShapeUiItIT','2880053CMpOHM','Inserisci\x20forma','30uniPFO','8PWTMCx','815400andWmv','function','Allinea\x20in\x20basso','object','Apri\x20pannello\x20forma','Allinea\x20al\x20centro','Davanti\x20al\x20testo','Ritaglia\x20a\x20forma','Allinea\x20a\x20Sinistra','Allinea\x20al\x20Centro','Attiva/disattiva\x20testo\x20verticale','Colore\x20sfondo\x20testo','8YEHZMq','5266170qDbxRq'];_0x14c9=function(){return _0x2a834d;};return _0x14c9();}
1
+ (function(_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 _0x1adf(_0x73fe16,_0x230c52){_0x73fe16=_0x73fe16-0x16a;var _0x4e45b8=_0x4e45();var _0x1adfff=_0x4e45b8[_0x73fe16];return _0x1adfff;}function _0x4e45(){var _0x2fc3f8=['図形スタイル','文字列の背面','1224084hlTMBp','テキストの縦書き/横書きの切り替え','26736FlaRVV','垂直反転の切り替え','下揃え','6878750WYpwwz','塗りつぶしの色','時計回りに\x2090\x20度回転','図形パネルを非表示','object','2040726oatBnm','Reset\x20color','中央揃え','1806748cZZsjt','図形の位置','右揃え','4491HRrCKO','両端揃え','9713780Koflcg','図形パネルを開く','図形の挿入','反時計回りに\x2090\x20度回転','図形を削除','左揃え','6GjgnUr','UniverProDocsShapeUiJaJP','図形の書式設定','123839PwxDBZ','amd','四角形','上揃え','35SATwFs'];_0x4e45=function(){return _0x2fc3f8;};return _0x4e45();}(function(_0x588c0d,_0x2f3b03){var _0x38f549=_0x1adf,_0x156dd0=_0x588c0d();while(!![]){try{var _0x59d655=parseInt(_0x38f549(0x181))/0x1+-parseInt(_0x38f549(0x188))/0x2+-parseInt(_0x38f549(0x17e))/0x3*(-parseInt(_0x38f549(0x173))/0x4)+parseInt(_0x38f549(0x16b))/0x5+-parseInt(_0x38f549(0x170))/0x6*(-parseInt(_0x38f549(0x185))/0x7)+parseInt(_0x38f549(0x18a))/0x8*(-parseInt(_0x38f549(0x176))/0x9)+-parseInt(_0x38f549(0x178))/0xa;if(_0x59d655===_0x2f3b03)break;else _0x156dd0['push'](_0x156dd0['shift']());}catch(_0x33fc6c){_0x156dd0['push'](_0x156dd0['shift']());}}}(_0x4e45,0xd020a),function(_0x2f827e,_0x4c1481){var _0x3e625b=_0x1adf;typeof exports==_0x3e625b(0x16f)&&typeof module<'u'?module['exports']=_0x4c1481():typeof define=='function'&&define[_0x3e625b(0x182)]?define([],_0x4c1481):(_0x2f827e=typeof globalThis<'u'?globalThis:_0x2f827e||self,_0x2f827e[_0x3e625b(0x17f)]=_0x4c1481());}(this,function(){var _0x1ac587=_0x1adf;return{'docs-shape-ui':{'title':'図形','insertShape':_0x1ac587(0x17a),'openPanel':_0x1ac587(0x179),'deleteShape':_0x1ac587(0x17c),'hidePanel':_0x1ac587(0x16e),'formatShape':_0x1ac587(0x180),'shapeStyle':_0x1ac587(0x186),'shapePosition':_0x1ac587(0x174),'toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x1ac587(0x18b),'rotateRight90':_0x1ac587(0x16d),'rotateLeft90':_0x1ac587(0x17b),'toggleTextVertical':_0x1ac587(0x189),'toolbar':{'alignLeft':_0x1ac587(0x17d),'alignCenter':_0x1ac587(0x172),'alignRight':_0x1ac587(0x175),'alignJustify':_0x1ac587(0x177),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','textColor':'文字の色','fillColor':_0x1ac587(0x16c),'resetColor':_0x1ac587(0x171)},'align':{'top':_0x1ac587(0x184),'middle':_0x1ac587(0x172),'bottom':_0x1ac587(0x16a)},'textWrap':{'inline':'行内','square':_0x1ac587(0x183),'topAndBottom':'上下','behindText':_0x1ac587(0x187),'inFrontText':'文字列の前面'},'crop':{'shape':'形状にトリミング'}}};}));
1
+ (function(_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(_0x2169b3,_0x151173){var _0x349882=_0x2aaf,_0xc665b5=_0x2169b3();while(!![]){try{var _0xe693e6=-parseInt(_0x349882(0x103))/0x1+parseInt(_0x349882(0xf6))/0x2*(-parseInt(_0x349882(0xfc))/0x3)+-parseInt(_0x349882(0xf8))/0x4*(-parseInt(_0x349882(0xed))/0x5)+-parseInt(_0x349882(0xfd))/0x6*(-parseInt(_0x349882(0x102))/0x7)+parseInt(_0x349882(0xf7))/0x8*(-parseInt(_0x349882(0x105))/0x9)+-parseInt(_0x349882(0xff))/0xa+parseInt(_0x349882(0xee))/0xb;if(_0xe693e6===_0x151173)break;else _0xc665b5['push'](_0xc665b5['shift']());}catch(_0x4003ab){_0xc665b5['push'](_0xc665b5['shift']());}}}(_0x5a3e,0x39a02),function(_0x3925ea,_0x103bab){var _0x4712e5=_0x2aaf;typeof exports==_0x4712e5(0xf1)&&typeof module<'u'?module[_0x4712e5(0xfa)]=_0x103bab():typeof define=='function'&&define[_0x4712e5(0xfe)]?define([],_0x103bab):(_0x3925ea=typeof globalThis<'u'?globalThis:_0x3925ea||self,_0x3925ea[_0x4712e5(0xe9)]=_0x103bab());}(this,function(){var _0x2e66bf=_0x2aaf;return{'docs-shape-ui':{'title':'도형','insertShape':'도형\x20삽입','openPanel':_0x2e66bf(0xfb),'deleteShape':_0x2e66bf(0x107),'hidePanel':_0x2e66bf(0xf2),'formatShape':_0x2e66bf(0xe8),'shapeStyle':_0x2e66bf(0xf5),'shapePosition':'도형\x20위치','toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x2e66bf(0xf4),'rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':_0x2e66bf(0xeb),'toggleTextVertical':'텍스트\x20세로/가로\x20전환','toolbar':{'alignLeft':_0x2e66bf(0xe7),'alignCenter':'가운데\x20정렬','alignRight':_0x2e66bf(0xea),'alignJustify':_0x2e66bf(0x108),'bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x2e66bf(0x104),'textColor':_0x2e66bf(0xef),'fillColor':'글자\x20배경색','resetColor':_0x2e66bf(0xf9)},'align':{'top':_0x2e66bf(0x106),'middle':'가운데\x20맞춤','bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':'텍스트와\x20같은\x20줄','square':_0x2e66bf(0x100),'topAndBottom':_0x2e66bf(0xec),'behindText':_0x2e66bf(0x101),'inFrontText':_0x2e66bf(0xf0)},'crop':{'shape':_0x2e66bf(0xf3)}}};}));function _0x2aaf(_0x160638,_0x1aec26){_0x160638=_0x160638-0xe7;var _0x5a3ea0=_0x5a3e();var _0x2aaf02=_0x5a3ea0[_0x160638];return _0x2aaf02;}function _0x5a3e(){var _0x331b60=['383912WCqKDg','취소선','85509kwMWKP','위쪽\x20맞춤','도형\x20삭제','양쪽\x20맞춤','왼쪽\x20정렬','도형\x20서식','UniverProDocsShapeUiKoKR','오른쪽\x20정렬','반시계\x20방향으로\x2090도\x20회전','위아래','40rdJVap','6559531MTRuBl','글자\x20색상','텍스트\x20앞','object','도형\x20패널\x20숨기기','모양에\x20맞게\x20자르기','세로\x20뒤집기\x20전환','도형\x20스타일','34206pLRgmH','136kCAzHz','53084ylnYub','Reset\x20color','exports','도형\x20패널\x20열기','15uCcAGX','5826wrPgmj','amd','3006200ikEvgI','사각형','텍스트\x20뒤','3353QpgTzC'];_0x5a3e=function(){return _0x331b60;};return _0x5a3e();}
1
+ function _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 _0x45ce(){var _0x20c295=['Wyrównaj\x20do\x20lewej','Przytnij\x20do\x20kształtu','8wiGkym','Reset\x20color','Kursywa','Przełącz\x20tekst\x20pionowy','Obróć\x20w\x20lewo\x20o\x2090°','Formatuj\x20kształt','361296eZufPU','W\x20linii\x20z\x20tekstem','Styl\x20kształtu','Usuń\x20kształt','2299985ZwtqxO','3972834YVYnwW','Wyrównaj\x20do\x20prawej','Ukryj\x20panel\x20kształtów','exports','Kolor\x20tła\x20tekstu','Kolor\x20tekstu','Pogrubienie','1706144MDNWri','Przed\x20tekstem','1767wgBprs','Wyrównaj\x20do\x20dołu','Obróć\x20w\x20prawo\x20o\x2090°','354655GIHprj','Pozycja\x20kształtu','object','15396021Tenvrj','Za\x20tekstem','Wyrównaj\x20do\x20góry','Wstaw\x20kształt','amd','932oSrPtL','Podkreślenie'];_0x45ce=function(){return _0x20c295;};return _0x45ce();}function _0x5aa5(_0xd4a76b,_0x596641){_0xd4a76b=_0xd4a76b-0x82;var _0x45cef9=_0x45ce();var _0x5aa56c=_0x45cef9[_0xd4a76b];return _0x5aa56c;}(function(_0x5abd49,_0x269c59){var _0x2a6189=_0x5aa5,_0x55e72d=_0x5abd49();while(!![]){try{var _0x578ab5=parseInt(_0x2a6189(0x86))/0x1+-parseInt(_0x2a6189(0x9f))/0x2*(-parseInt(_0x2a6189(0x94))/0x3)+parseInt(_0x2a6189(0xa3))/0x4*(parseInt(_0x2a6189(0x8a))/0x5)+parseInt(_0x2a6189(0x8b))/0x6+-parseInt(_0x2a6189(0x97))/0x7+parseInt(_0x2a6189(0x92))/0x8+-parseInt(_0x2a6189(0x9a))/0x9;if(_0x578ab5===_0x269c59)break;else _0x55e72d['push'](_0x55e72d['shift']());}catch(_0x1db515){_0x55e72d['push'](_0x55e72d['shift']());}}}(_0x45ce,0xa388d),function(_0x376b57,_0x21ac67){var _0x41dfd5=_0x5aa5;typeof exports==_0x41dfd5(0x99)&&typeof module<'u'?module[_0x41dfd5(0x8e)]=_0x21ac67():typeof define=='function'&&define[_0x41dfd5(0x9e)]?define([],_0x21ac67):(_0x376b57=typeof globalThis<'u'?globalThis:_0x376b57||self,_0x376b57['UniverProDocsShapeUiPlPL']=_0x21ac67());}(this,function(){var _0x10cb69=_0x5aa5;return{'docs-shape-ui':{'title':'Kształt','insertShape':_0x10cb69(0x9d),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x10cb69(0x89),'hidePanel':_0x10cb69(0x8d),'formatShape':_0x10cb69(0x85),'shapeStyle':_0x10cb69(0x88),'shapePosition':_0x10cb69(0x98),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x10cb69(0x96),'rotateLeft90':_0x10cb69(0x84),'toggleTextVertical':_0x10cb69(0x83),'toolbar':{'alignLeft':_0x10cb69(0xa1),'alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x10cb69(0x8c),'alignJustify':'Wyjustuj','bold':_0x10cb69(0x91),'italic':_0x10cb69(0x82),'underline':_0x10cb69(0xa0),'strikethrough':'Przekreślenie','textColor':_0x10cb69(0x90),'fillColor':_0x10cb69(0x8f),'resetColor':_0x10cb69(0xa4)},'align':{'top':_0x10cb69(0x9c),'middle':'Wyrównaj\x20do\x20środka\x20w\x20pionie','bottom':_0x10cb69(0x95)},'textWrap':{'inline':_0x10cb69(0x87),'square':'Kwadrat','topAndBottom':'Góra\x20i\x20dół','behindText':_0x10cb69(0x9b),'inFrontText':_0x10cb69(0x93)},'crop':{'shape':_0x10cb69(0xa2)}}};}));
1
+ function _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 _0x4786(){var _0x45fdb2=['1255YzJVfU','Superior\x20e\x20inferior','Alinhar\x20ao\x20meio','Alinhar\x20à\x20direita','Negrito','Sublinhado','Abrir\x20painel\x20de\x20formas','Posição\x20da\x20forma','807776BuLXsI','Alinhar\x20ao\x20topo','Em\x20linha\x20com\x20o\x20texto','174710LLHAmX','Estilo\x20da\x20forma','Girar\x2090°\x20para\x20direita','Alinhar\x20à\x20esquerda','Alternar\x20inversão\x20horizontal','Forma','Formatar\x20forma','7ssuygr','1175785aPoBUI','342lMCwuz','Justificar','exports','À\x20frente\x20do\x20texto','Alternar\x20inversão\x20vertical','function','UniverProDocsShapeUiPtBR','Itálico','5185070JMHjVg','Cor\x20de\x20fundo\x20do\x20texto','Cortar\x20para\x20forma','69RAqYbT','Atrás\x20do\x20texto','116092ZbirLe','Alternar\x20texto\x20vertical','Ocultar\x20painel\x20de\x20formas','1258288GEbZez','Excluir\x20forma','Reset\x20color','90JQuLlM'];_0x4786=function(){return _0x45fdb2;};return _0x4786();}function _0x52e2(_0x3c91af,_0x3c7992){_0x3c91af=_0x3c91af-0x1f3;var _0x47862e=_0x4786();var _0x52e2f7=_0x47862e[_0x3c91af];return _0x52e2f7;}(function(_0x271d4f,_0x480063){var _0x2b1d13=_0x52e2,_0x129551=_0x271d4f();while(!![]){try{var _0x5cb379=parseInt(_0x2b1d13(0x217))/0x1+-parseInt(_0x2b1d13(0x200))/0x2+-parseInt(_0x2b1d13(0x1fb))/0x3*(parseInt(_0x2b1d13(0x1fd))/0x4)+parseInt(_0x2b1d13(0x204))/0x5*(-parseInt(_0x2b1d13(0x218))/0x6)+-parseInt(_0x2b1d13(0x216))/0x7*(-parseInt(_0x2b1d13(0x20c))/0x8)+parseInt(_0x2b1d13(0x203))/0x9*(parseInt(_0x2b1d13(0x20f))/0xa)+parseInt(_0x2b1d13(0x1f8))/0xb;if(_0x5cb379===_0x480063)break;else _0x129551['push'](_0x129551['shift']());}catch(_0x556d1f){_0x129551['push'](_0x129551['shift']());}}}(_0x4786,0x95611),function(_0x520f5e,_0x561f54){var _0x3c8e7=_0x52e2;typeof exports=='object'&&typeof module<'u'?module[_0x3c8e7(0x21a)]=_0x561f54():typeof define==_0x3c8e7(0x1f5)&&define['amd']?define([],_0x561f54):(_0x520f5e=typeof globalThis<'u'?globalThis:_0x520f5e||self,_0x520f5e[_0x3c8e7(0x1f6)]=_0x561f54());}(this,function(){var _0x39b0a4=_0x52e2;return{'docs-shape-ui':{'title':_0x39b0a4(0x214),'insertShape':'Inserir\x20forma','openPanel':_0x39b0a4(0x20a),'deleteShape':_0x39b0a4(0x201),'hidePanel':_0x39b0a4(0x1ff),'formatShape':_0x39b0a4(0x215),'shapeStyle':_0x39b0a4(0x210),'shapePosition':_0x39b0a4(0x20b),'toggleFlipH':_0x39b0a4(0x213),'toggleFlipV':_0x39b0a4(0x1f4),'rotateRight90':_0x39b0a4(0x211),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0x39b0a4(0x1fe),'toolbar':{'alignLeft':_0x39b0a4(0x212),'alignCenter':'Alinhar\x20ao\x20centro','alignRight':_0x39b0a4(0x207),'alignJustify':_0x39b0a4(0x219),'bold':_0x39b0a4(0x208),'italic':_0x39b0a4(0x1f7),'underline':_0x39b0a4(0x209),'strikethrough':'Tachado','textColor':'Cor\x20do\x20texto','fillColor':_0x39b0a4(0x1f9),'resetColor':_0x39b0a4(0x202)},'align':{'top':_0x39b0a4(0x20d),'middle':_0x39b0a4(0x206),'bottom':'Alinhar\x20à\x20base'},'textWrap':{'inline':_0x39b0a4(0x20e),'square':'Quadrado','topAndBottom':_0x39b0a4(0x205),'behindText':_0x39b0a4(0x1fc),'inFrontText':_0x39b0a4(0x1f3)},'crop':{'shape':_0x39b0a4(0x1fa)}}};}));
1
+ function _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 _0xfa37(){var _0x3d70bb=['Подчеркнутый','function','1009035tePSJc','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Открыть\x20панель\x20фигур','228837rbXgmy','In\x20front\x20of\x20text','Зачеркнутый','Выровнять\x20по\x20левому\x20краю','15302XjqEKx','Обрезать\x20по\x20форме','965601tcUIXf','Курсив','Стиль\x20фигуры','amd','Полужирный','Удалить\x20фигуру','Выровнять\x20по\x20нижнему\x20краю','Цвет\x20текста','774096BplPmb','Square','Переключить\x20вертикальное\x20отражение','Форматировать\x20фигуру','Top\x20and\x20Bottom','Выровнять\x20по\x20ширине','In\x20line\x20with\x20text','Behind\x20text','Вставить\x20фигуру','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Фигура','UniverProDocsShapeUiRuRU','446124HBXKgt','Выровнять\x20по\x20правому\x20краю','Цвет\x20фона\x20текста','13JZVlEx','2127952vaazhE','Выровнять\x20по\x20верхнему\x20краю','exports'];_0xfa37=function(){return _0x3d70bb;};return _0xfa37();}function _0x472d(_0xb791ea,_0x5ecdca){_0xb791ea=_0xb791ea-0x1ec;var _0xfa37cb=_0xfa37();var _0x472de4=_0xfa37cb[_0xb791ea];return _0x472de4;}(function(_0x27e6c1,_0x1c95d0){var _0x2b669f=_0x472d,_0x15c67a=_0x27e6c1();while(!![]){try{var _0x435608=parseInt(_0x2b669f(0x210))/0x1*(-parseInt(_0x2b669f(0x1f7))/0x2)+-parseInt(_0x2b669f(0x1f3))/0x3+parseInt(_0x2b669f(0x20d))/0x4+parseInt(_0x2b669f(0x1f0))/0x5+parseInt(_0x2b669f(0x201))/0x6+parseInt(_0x2b669f(0x1f9))/0x7+-parseInt(_0x2b669f(0x211))/0x8;if(_0x435608===_0x1c95d0)break;else _0x15c67a['push'](_0x15c67a['shift']());}catch(_0xf803c3){_0x15c67a['push'](_0x15c67a['shift']());}}}(_0xfa37,0x21d41),function(_0x93748a,_0x42f4da){var _0x5e63ee=_0x472d;typeof exports=='object'&&typeof module<'u'?module[_0x5e63ee(0x1ed)]=_0x42f4da():typeof define==_0x5e63ee(0x1ef)&&define[_0x5e63ee(0x1fc)]?define([],_0x42f4da):(_0x93748a=typeof globalThis<'u'?globalThis:_0x93748a||self,_0x93748a[_0x5e63ee(0x20c)]=_0x42f4da());}(this,function(){var _0x3cb724=_0x472d;return{'docs-shape-ui':{'title':_0x3cb724(0x20b),'insertShape':_0x3cb724(0x209),'openPanel':_0x3cb724(0x1f2),'deleteShape':_0x3cb724(0x1fe),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':_0x3cb724(0x204),'shapeStyle':_0x3cb724(0x1fb),'shapePosition':'Положение\x20фигуры','toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x3cb724(0x203),'rotateRight90':_0x3cb724(0x20a),'rotateLeft90':_0x3cb724(0x1f1),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','toolbar':{'alignLeft':_0x3cb724(0x1f6),'alignCenter':'Выровнять\x20по\x20центру','alignRight':_0x3cb724(0x20e),'alignJustify':_0x3cb724(0x206),'bold':_0x3cb724(0x1fd),'italic':_0x3cb724(0x1fa),'underline':_0x3cb724(0x1ee),'strikethrough':_0x3cb724(0x1f5),'textColor':_0x3cb724(0x200),'fillColor':_0x3cb724(0x20f),'resetColor':'Reset\x20color'},'align':{'top':_0x3cb724(0x1ec),'middle':'Выровнять\x20посередине','bottom':_0x3cb724(0x1ff)},'textWrap':{'inline':_0x3cb724(0x207),'square':_0x3cb724(0x202),'topAndBottom':_0x3cb724(0x205),'behindText':_0x3cb724(0x208),'inFrontText':_0x3cb724(0x1f4)},'crop':{'shape':_0x3cb724(0x1f8)}}};}));
1
+ (function(_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 _0x3001(_0x2b58c4,_0xd16758){_0x2b58c4=_0x2b58c4-0xb0;var _0x348634=_0x3486();var _0x3001ca=_0x348634[_0x2b58c4];return _0x3001ca;}(function(_0x180082,_0x47ae87){var _0x1c4112=_0x3001,_0x45e933=_0x180082();while(!![]){try{var _0x4bac56=-parseInt(_0x1c4112(0xc9))/0x1+-parseInt(_0x1c4112(0xcb))/0x2+-parseInt(_0x1c4112(0xb8))/0x3*(-parseInt(_0x1c4112(0xc1))/0x4)+-parseInt(_0x1c4112(0xb5))/0x5*(parseInt(_0x1c4112(0xcf))/0x6)+-parseInt(_0x1c4112(0xcd))/0x7*(parseInt(_0x1c4112(0xd7))/0x8)+-parseInt(_0x1c4112(0xba))/0x9*(-parseInt(_0x1c4112(0xb3))/0xa)+parseInt(_0x1c4112(0xb6))/0xb;if(_0x4bac56===_0x47ae87)break;else _0x45e933['push'](_0x45e933['shift']());}catch(_0x480113){_0x45e933['push'](_0x45e933['shift']());}}}(_0x3486,0x27990),function(_0x9bfc66,_0x2cfb7b){var _0x4f17d6=_0x3001;typeof exports==_0x4f17d6(0xd6)&&typeof module<'u'?module[_0x4f17d6(0xc6)]=_0x2cfb7b():typeof define=='function'&&define[_0x4f17d6(0xca)]?define([],_0x2cfb7b):(_0x9bfc66=typeof globalThis<'u'?globalThis:_0x9bfc66||self,_0x9bfc66['UniverProDocsShapeUiSkSK']=_0x2cfb7b());}(this,function(){var _0x983815=_0x3001;return{'docs-shape-ui':{'title':_0x983815(0xd0),'insertShape':_0x983815(0xc4),'openPanel':_0x983815(0xd1),'deleteShape':_0x983815(0xb1),'hidePanel':_0x983815(0xc7),'formatShape':_0x983815(0xbf),'shapeStyle':_0x983815(0xc5),'shapePosition':_0x983815(0xbc),'toggleFlipH':_0x983815(0xc0),'toggleFlipV':_0x983815(0xce),'rotateRight90':_0x983815(0xb9),'rotateLeft90':_0x983815(0xb4),'toggleTextVertical':_0x983815(0xc3),'toolbar':{'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x983815(0xbd),'alignRight':_0x983815(0xcc),'alignJustify':_0x983815(0xdb),'bold':_0x983815(0xda),'italic':_0x983815(0xbb),'underline':_0x983815(0xd9),'strikethrough':_0x983815(0xb0),'textColor':_0x983815(0xd8),'fillColor':'Farba\x20pozadia\x20textu','resetColor':_0x983815(0xd5)},'align':{'top':_0x983815(0xb2),'middle':_0x983815(0xbd),'bottom':_0x983815(0xb7)},'textWrap':{'inline':_0x983815(0xc2),'square':_0x983815(0xd2),'topAndBottom':_0x983815(0xd3),'behindText':_0x983815(0xbe),'inFrontText':_0x983815(0xd4)},'crop':{'shape':_0x983815(0xc8)}}};}));function _0x3486(){var _0x19b171=['4971241vXPYqD','Zarovnať\x20dole','14463Ctscsy','Otočiť\x20doprava\x20o\x2090°','1273410prCkFD','Kurzíva','Poloha\x20tvaru','Zarovnať\x20na\x20stred','Za\x20textom','Formátovať\x20tvar','Prepnúť\x20vodorovné\x20prevrátenie','44bMWmmk','V\x20riadku\x20s\x20textom','Přepnout\x20text\x20vertikálně','Vložiť\x20tvar','Štýl\x20tvaru','exports','Skryť\x20panel\x20tvarov','Oříznout\x20podle\x20tvaru','183259dQaeyC','amd','15858gCXmuS','Zarovnať\x20doprava','614439REuxZu','Prepnúť\x20zvislé\x20prevrátenie','6VgdDKh','Tvar','Otvoriť\x20panel\x20tvarov','Obdĺžnikové','Hore\x20a\x20dole','Pred\x20textom','Reset\x20color','object','24mZcpbL','Farba\x20textu','Podčiarknutie','Tučné','Zarovnať\x20do\x20bloku','Prečiarknuté','Odstrániť\x20tvar','Zarovnať\x20hore','20aUjPky','Otočiť\x20doľava\x20o\x2090°','856155ZVzAkQ'];_0x3486=function(){return _0x19b171;};return _0x3486();}
1
+ function _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 _0x2a01(_0x3867e8,_0x184ed7){_0x3867e8=_0x3867e8-0x13e;var _0x2d6231=_0x2d62();var _0x2a01a8=_0x2d6231[_0x3867e8];return _0x2a01a8;}function _0x2d62(){var _0x5e3195=['Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Top\x20and\x20Bottom','3662085dATaIq','Bật/tắt\x20lật\x20dọc','4038070cwycAB','Căn\x20dưới','611962WaaUoU','In\x20front\x20of\x20text','exports','Vị\x20trí\x20hình\x20dạng','In\x20đậm','Căn\x20đều\x20hai\x20bên','Reset\x20color','Xóa\x20hình\x20dạng','1562574BFfrxm','390122hcZxSY','function','3681656WjflYj','Hình\x20dạng','72furKhD','Ẩn\x20bảng\x20hình\x20dạng','692209udhSYj','Căn\x20giữa\x20theo\x20chiều\x20dọc','amd','Gạch\x20ngang','Căn\x20trái','Căn\x20trên','Chuyển\x20đổi\x20văn\x20bản\x20dọc','In\x20line\x20with\x20text','Behind\x20text','object','Square','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Chèn\x20hình\x20dạng','Kiểu\x20hình\x20dạng','In\x20nghiêng'];_0x2d62=function(){return _0x5e3195;};return _0x2d62();}(function(_0xaca82c,_0x204a71){var _0x55d6ba=_0x2a01,_0x8bbf8d=_0xaca82c();while(!![]){try{var _0x2d1851=parseInt(_0x55d6ba(0x151))/0x1+parseInt(_0x55d6ba(0x148))/0x2+-parseInt(_0x55d6ba(0x144))/0x3+parseInt(_0x55d6ba(0x153))/0x4+-parseInt(_0x55d6ba(0x146))/0x5+parseInt(_0x55d6ba(0x150))/0x6+-parseInt(_0x55d6ba(0x157))/0x7*(-parseInt(_0x55d6ba(0x155))/0x8);if(_0x2d1851===_0x204a71)break;else _0x8bbf8d['push'](_0x8bbf8d['shift']());}catch(_0x145f4d){_0x8bbf8d['push'](_0x8bbf8d['shift']());}}}(_0x2d62,0xb453c),function(_0x17feef,_0x4d69d1){var _0x21be3e=_0x2a01;typeof exports==_0x21be3e(0x160)&&typeof module<'u'?module[_0x21be3e(0x14a)]=_0x4d69d1():typeof define==_0x21be3e(0x152)&&define[_0x21be3e(0x159)]?define([],_0x4d69d1):(_0x17feef=typeof globalThis<'u'?globalThis:_0x17feef||self,_0x17feef['UniverProDocsShapeUiViVN']=_0x4d69d1());}(this,function(){var _0x564ad2=_0x2a01;return{'docs-shape-ui':{'title':_0x564ad2(0x154),'insertShape':_0x564ad2(0x13f),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x564ad2(0x14f),'hidePanel':_0x564ad2(0x156),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x564ad2(0x140),'shapePosition':_0x564ad2(0x14b),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':_0x564ad2(0x145),'rotateRight90':_0x564ad2(0x142),'rotateLeft90':_0x564ad2(0x13e),'toggleTextVertical':_0x564ad2(0x15d),'toolbar':{'alignLeft':_0x564ad2(0x15b),'alignCenter':'Căn\x20giữa','alignRight':'Căn\x20phải','alignJustify':_0x564ad2(0x14d),'bold':_0x564ad2(0x14c),'italic':_0x564ad2(0x141),'underline':'Gạch\x20chân','strikethrough':_0x564ad2(0x15a),'textColor':'Màu\x20chữ','fillColor':'Màu\x20nền\x20văn\x20bản','resetColor':_0x564ad2(0x14e)},'align':{'top':_0x564ad2(0x15c),'middle':_0x564ad2(0x158),'bottom':_0x564ad2(0x147)},'textWrap':{'inline':_0x564ad2(0x15e),'square':_0x564ad2(0x161),'topAndBottom':_0x564ad2(0x143),'behindText':_0x564ad2(0x15f),'inFrontText':_0x564ad2(0x149)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};}));
1
+ function _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)}}};}));
@@ -1 +1 @@
1
- function _0x5591(_0xefe4a4,_0x102e6a){_0xefe4a4=_0xefe4a4-0x18b;var _0x4303f2=_0x4303();var _0x559150=_0x4303f2[_0xefe4a4];return _0x559150;}(function(_0x274511,_0x49b515){var _0x1d75b2=_0x5591,_0x5da4ce=_0x274511();while(!![]){try{var _0x3eba9c=-parseInt(_0x1d75b2(0x1a9))/0x1*(-parseInt(_0x1d75b2(0x18e))/0x2)+parseInt(_0x1d75b2(0x1a0))/0x3*(parseInt(_0x1d75b2(0x18f))/0x4)+parseInt(_0x1d75b2(0x18d))/0x5+-parseInt(_0x1d75b2(0x18b))/0x6+parseInt(_0x1d75b2(0x1a2))/0x7*(parseInt(_0x1d75b2(0x1ae))/0x8)+parseInt(_0x1d75b2(0x1ad))/0x9*(-parseInt(_0x1d75b2(0x19a))/0xa)+-parseInt(_0x1d75b2(0x199))/0xb;if(_0x3eba9c===_0x49b515)break;else _0x5da4ce['push'](_0x5da4ce['shift']());}catch(_0x2c3b87){_0x5da4ce['push'](_0x5da4ce['shift']());}}}(_0x4303,0x68c8f),function(_0x356ee6,_0x46d86c){var _0x211a6d=_0x5591;typeof exports==_0x211a6d(0x193)&&typeof module<'u'?module[_0x211a6d(0x1a3)]=_0x46d86c():typeof define==_0x211a6d(0x18c)&&define[_0x211a6d(0x1aa)]?define([],_0x46d86c):(_0x356ee6=typeof globalThis<'u'?globalThis:_0x356ee6||self,_0x356ee6[_0x211a6d(0x190)]=_0x46d86c());}(this,function(){var _0x4e1fd8=_0x5591;return{'docs-shape-ui':{'title':'形状','insertShape':_0x4e1fd8(0x19c),'openPanel':_0x4e1fd8(0x194),'deleteShape':_0x4e1fd8(0x1a4),'hidePanel':'隐藏形状面板','formatShape':'格式化形状','shapeStyle':'形状样式','shapePosition':_0x4e1fd8(0x1a7),'toggleFlipH':_0x4e1fd8(0x195),'toggleFlipV':_0x4e1fd8(0x19d),'rotateRight90':'顺时针90度旋转','rotateLeft90':_0x4e1fd8(0x197),'toggleTextVertical':'切换文本竖排','toolbar':{'alignLeft':_0x4e1fd8(0x192),'alignCenter':'居中对齐','alignRight':'右对齐','alignJustify':_0x4e1fd8(0x1a5),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x4e1fd8(0x1a1),'textColor':_0x4e1fd8(0x1ac),'fillColor':'文本背景色','resetColor':_0x4e1fd8(0x19b)},'align':{'top':_0x4e1fd8(0x1a6),'middle':_0x4e1fd8(0x196),'bottom':_0x4e1fd8(0x1ab)},'textWrap':{'inline':_0x4e1fd8(0x1a8),'square':_0x4e1fd8(0x19f),'topAndBottom':_0x4e1fd8(0x19e),'behindText':_0x4e1fd8(0x198),'inFrontText':'浮于文字上方'},'crop':{'shape':_0x4e1fd8(0x191)}}};}));function _0x4303(){var _0x1a5220=['裁剪为形状','左对齐','object','打开形状面板','切换水平翻转','垂直居中','逆时针90度旋转','衬于文字下方','6232743zqespl','40RBcmdP','重置颜色','插入形状','切换垂直翻转','上下型','四周型','177CajPek','删除线','133EgsnLW','exports','删除形状','两端对齐','顶部对齐','形状位置','嵌入型','1whMSkW','amd','底部对齐','文本颜色','1743615YdhKJy','208312IIDeQL','3274002oQLbXB','function','2806570YLsKum','969854PDGEQo','52572YzYofU','UniverProDocsShapeUiZhCN'];_0x4303=function(){return _0x1a5220;};return _0x4303();}
1
+ function _0x829d(){var _0xa4cb05=['59088qTMrak','exports','上移一层','1084956cNaQnc','3973400iVcJEn','切换水平翻转','function','全部显示','64HYIrJA','文本背景色','158900AGXYGs','切换垂直翻转','下划线','打开图层面板','删除形状','暂无对象','四周型','上下型','object','amd','下移一层','隐藏形状面板','打开形状面板','选择对象以编辑详情','4ZGbGHD','删除线','切换文本竖排','588IwmgoN','形状样式','顺时针90度旋转','插入形状','1831779lPSnIX','99eeuwRC','1105336lULQbG','嵌入型','全部隐藏','居中对齐','裁剪为形状','衬于文字下方','对象名称','UniverProDocsShapeUiZhCN','两端对齐','添加描述','形状位置','顶部对齐','4375770pNSqJx'];_0x829d=function(){return _0xa4cb05;};return _0x829d();}function _0x1d27(_0x1c42c7,_0x4a4eb9){_0x1c42c7=_0x1c42c7-0x17b;var _0x829df0=_0x829d();var _0x1d27d2=_0x829df0[_0x1c42c7];return _0x1d27d2;}(function(_0xa79f58,_0x256fde){var _0x391243=_0x1d27,_0x7630f5=_0xa79f58();while(!![]){try{var _0x36e8c3=-parseInt(_0x391243(0x1a2))/0x1+-parseInt(_0x391243(0x18b))/0x2+parseInt(_0x391243(0x19b))/0x3*(-parseInt(_0x391243(0x182))/0x4)+-parseInt(_0x391243(0x197))/0x5+-parseInt(_0x391243(0x198))/0x6*(-parseInt(_0x391243(0x185))/0x7)+-parseInt(_0x391243(0x1a0))/0x8*(parseInt(_0x391243(0x189))/0x9)+-parseInt(_0x391243(0x19c))/0xa*(-parseInt(_0x391243(0x18a))/0xb);if(_0x36e8c3===_0x256fde)break;else _0x7630f5['push'](_0x7630f5['shift']());}catch(_0x26dc25){_0x7630f5['push'](_0x7630f5['shift']());}}}(_0x829d,0xc9d2e),function(_0x53b40d,_0x327fa7){var _0x3ec899=_0x1d27;typeof exports==_0x3ec899(0x17c)&&typeof module<'u'?module[_0x3ec899(0x199)]=_0x327fa7():typeof define==_0x3ec899(0x19e)&&define[_0x3ec899(0x17d)]?define([],_0x327fa7):(_0x53b40d=typeof globalThis<'u'?globalThis:_0x53b40d||self,_0x53b40d[_0x3ec899(0x192)]=_0x327fa7());}(this,function(){var _0x48d9ba=_0x1d27;return{'docs-shape-ui':{'title':'形状','insertShape':_0x48d9ba(0x188),'openPanel':_0x48d9ba(0x180),'deleteShape':_0x48d9ba(0x1a6),'hidePanel':_0x48d9ba(0x17f),'formatShape':'格式化形状','shapeStyle':_0x48d9ba(0x186),'shapePosition':_0x48d9ba(0x195),'toggleFlipH':_0x48d9ba(0x19d),'toggleFlipV':_0x48d9ba(0x1a3),'rotateRight90':_0x48d9ba(0x187),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':_0x48d9ba(0x184),'objectListPanel':{'title':'图层','open':_0x48d9ba(0x1a5),'empty':_0x48d9ba(0x1a7),'showAll':_0x48d9ba(0x19f),'hideAll':_0x48d9ba(0x18d),'show':'显示','hide':'隐藏','moveForward':_0x48d9ba(0x19a),'moveBackward':_0x48d9ba(0x17e),'close':'关闭','name':'名称','nameInput':_0x48d9ba(0x191),'description':'描述','descriptionPlaceholder':_0x48d9ba(0x194),'details':'详情','noSelection':_0x48d9ba(0x181)},'toolbar':{'alignLeft':'左对齐','alignCenter':_0x48d9ba(0x18e),'alignRight':'右对齐','alignJustify':_0x48d9ba(0x193),'bold':'粗体','italic':'斜体','underline':_0x48d9ba(0x1a4),'strikethrough':_0x48d9ba(0x183),'textColor':'文本颜色','fillColor':_0x48d9ba(0x1a1),'resetColor':'重置颜色'},'align':{'top':_0x48d9ba(0x196),'middle':'垂直居中','bottom':'底部对齐'},'textWrap':{'inline':_0x48d9ba(0x18c),'square':_0x48d9ba(0x1a8),'topAndBottom':_0x48d9ba(0x17b),'behindText':_0x48d9ba(0x190),'inFrontText':'浮于文字上方'},'crop':{'shape':_0x48d9ba(0x18f)}}};}));