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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/commands/operations/shape-ribbon.operation.d.ts +13 -0
  62. package/lib/types/const.d.ts +7 -0
  63. package/lib/types/controllers/doc-shape-printing.controller.d.ts +12 -0
  64. package/lib/types/controllers/shape-contextual-ribbon.controller.d.ts +18 -0
  65. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +5 -4
  66. package/lib/types/controllers/ui.controller.d.ts +0 -3
  67. package/lib/types/locale/en-US.d.ts +1 -0
  68. package/lib/types/menu/schema.d.ts +1 -0
  69. package/lib/types/menu/shape-format-ribbon.menu.d.ts +25 -0
  70. package/lib/types/plugin.d.ts +1 -0
  71. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +3 -4
  72. package/lib/types/views/shape-format-ribbon/DocsShapeFormatRibbonControls.d.ts +18 -0
  73. package/lib/types/views/shape-format-ribbon/DocsShapeWrappingStyleIcons.d.ts +8 -0
  74. package/lib/umd/index.js +1 -1
  75. package/lib/umd/locale/ar-SA.js +1 -1
  76. package/lib/umd/locale/ca-ES.js +1 -1
  77. package/lib/umd/locale/de-DE.js +1 -1
  78. package/lib/umd/locale/en-US.js +1 -1
  79. package/lib/umd/locale/es-ES.js +1 -1
  80. package/lib/umd/locale/fa-IR.js +1 -1
  81. package/lib/umd/locale/fr-FR.js +1 -1
  82. package/lib/umd/locale/id-ID.js +1 -1
  83. package/lib/umd/locale/it-IT.js +1 -1
  84. package/lib/umd/locale/ja-JP.js +1 -1
  85. package/lib/umd/locale/ko-KR.js +1 -1
  86. package/lib/umd/locale/pl-PL.js +1 -1
  87. package/lib/umd/locale/pt-BR.js +1 -1
  88. package/lib/umd/locale/ru-RU.js +1 -1
  89. package/lib/umd/locale/sk-SK.js +1 -1
  90. package/lib/umd/locale/vi-VN.js +1 -1
  91. package/lib/umd/locale/zh-CN.js +1 -1
  92. package/lib/umd/locale/zh-HK.js +1 -1
  93. package/lib/umd/locale/zh-TW.js +1 -1
  94. package/package.json +18 -18
@@ -1 +1 @@
1
- function _0x3669(_0x220e58,_0x446185){_0x220e58=_0x220e58-0x1ec;const _0x36cce2=_0x36cc();let _0x36692c=_0x36cce2[_0x220e58];return _0x36692c;}const _0x325d6b=_0x3669;(function(_0xc5df52,_0x27e086){const _0x4d0778=_0x3669,_0x4ce69b=_0xc5df52();while(!![]){try{const _0x497468=parseInt(_0x4d0778(0x209))/0x1*(parseInt(_0x4d0778(0x1f1))/0x2)+-parseInt(_0x4d0778(0x20f))/0x3*(-parseInt(_0x4d0778(0x1fe))/0x4)+-parseInt(_0x4d0778(0x1f9))/0x5+parseInt(_0x4d0778(0x20c))/0x6+-parseInt(_0x4d0778(0x1f3))/0x7*(parseInt(_0x4d0778(0x202))/0x8)+-parseInt(_0x4d0778(0x210))/0x9+-parseInt(_0x4d0778(0x201))/0xa*(parseInt(_0x4d0778(0x1ff))/0xb);if(_0x497468===_0x27e086)break;else _0x4ce69b['push'](_0x4ce69b['shift']());}catch(_0x4c0ef8){_0x4ce69b['push'](_0x4ce69b['shift']());}}}(_0x36cc,0xae7cc));const e={'docs-shape-ui':{'title':_0x325d6b(0x217),'insertShape':'إدراج\x20شكل','openPanel':_0x325d6b(0x1f0),'deleteShape':'حذف\x20الشكل','hidePanel':_0x325d6b(0x20e),'formatShape':_0x325d6b(0x1fc),'shapeStyle':_0x325d6b(0x219),'shapePosition':_0x325d6b(0x1fa),'toggleFlipH':_0x325d6b(0x208),'toggleFlipV':_0x325d6b(0x218),'rotateRight90':_0x325d6b(0x21a),'rotateLeft90':'تدوير\x20لليسار\x2090°','toggleTextVertical':_0x325d6b(0x1fb),'objectListPanel':{'title':_0x325d6b(0x200),'open':_0x325d6b(0x1f5),'empty':_0x325d6b(0x20a),'showAll':'إظهار\x20الكل','hideAll':_0x325d6b(0x1ed),'show':_0x325d6b(0x1ee),'hide':'إخفاء','moveForward':'إحضار\x20إلى\x20الأمام','moveBackward':_0x325d6b(0x20b),'close':_0x325d6b(0x1f2),'name':'الاسم','nameInput':_0x325d6b(0x21b),'description':_0x325d6b(0x204),'descriptionPlaceholder':_0x325d6b(0x1f4),'details':_0x325d6b(0x207),'noSelection':_0x325d6b(0x211)},'toolbar':{'alignLeft':_0x325d6b(0x206),'alignCenter':_0x325d6b(0x1ec),'alignRight':'محاذاة\x20لليمين','alignJustify':'ضبط','bold':_0x325d6b(0x212),'italic':_0x325d6b(0x1f8),'underline':'تسطير','strikethrough':_0x325d6b(0x1f7),'textColor':_0x325d6b(0x1ef),'fillColor':_0x325d6b(0x215),'resetColor':_0x325d6b(0x1f6)},'align':{'top':_0x325d6b(0x205),'middle':_0x325d6b(0x1fd),'bottom':_0x325d6b(0x216)},'textWrap':{'inline':'في\x20نفس\x20السطر\x20مع\x20النص','square':_0x325d6b(0x214),'topAndBottom':_0x325d6b(0x203),'behindText':'خلف\x20النص','inFrontText':_0x325d6b(0x20d)},'crop':{'shape':_0x325d6b(0x213)}}};function _0x36cc(){const _0x8631db=['8NxBaUx','أعلى\x20وأسفل','الوصف','محاذاة\x20للأعلى','محاذاة\x20لليسار','التفاصيل','تبديل\x20الانعكاس\x20الأفقي','3692vGoJJx','لا\x20توجد\x20كائنات','إرسال\x20إلى\x20الخلف','4782174ypKpaM','أمام\x20النص','إخفاء\x20لوحة\x20الأشكال','8655NRdnlZ','2208807DbhcZq','حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','غامق','قص\x20إلى\x20شكل','مربع','لون\x20خلفية\x20النص','محاذاة\x20للأسفل','شكل','تبديل\x20الانعكاس\x20العمودي','نمط\x20الشكل','تدوير\x20لليمين\x2090°','اسم\x20الكائن','محاذاة\x20للوسط','إخفاء\x20الكل','إظهار','لون\x20النص','فتح\x20لوحة\x20الأشكال','456HhOpbp','إغلاق','1540189IvVWzR','أضف\x20وصفًا','فتح\x20لوحة\x20الطبقات','إعادة\x20تعيين\x20اللون','يتوسطه\x20خط','مائل','1721945wXuflR','موضع\x20الشكل','تبديل\x20النص\x20العمودي','تنسيق\x20الشكل','محاذاة\x20للمنتصف','752gxWgDd','22CTerqS','الطبقات','3283230MhQzwt'];_0x36cc=function(){return _0x8631db;};return _0x36cc();}export{e as default};
1
+ const _0x3a6844=_0x5e57;(function(_0x1e73d1,_0xfe6293){const _0x1d2e18=_0x5e57,_0x4069bc=_0x1e73d1();while(!![]){try{const _0x126055=parseInt(_0x1d2e18(0x1b5))/0x1*(parseInt(_0x1d2e18(0x192))/0x2)+parseInt(_0x1d2e18(0x1a7))/0x3*(-parseInt(_0x1d2e18(0x19c))/0x4)+parseInt(_0x1d2e18(0x18f))/0x5*(-parseInt(_0x1d2e18(0x1a5))/0x6)+parseInt(_0x1d2e18(0x1a0))/0x7*(parseInt(_0x1d2e18(0x19f))/0x8)+-parseInt(_0x1d2e18(0x1b4))/0x9*(parseInt(_0x1d2e18(0x18e))/0xa)+-parseInt(_0x1d2e18(0x1a4))/0xb*(-parseInt(_0x1d2e18(0x193))/0xc)+parseInt(_0x1d2e18(0x1a1))/0xd*(-parseInt(_0x1d2e18(0x18b))/0xe);if(_0x126055===_0xfe6293)break;else _0x4069bc['push'](_0x4069bc['shift']());}catch(_0x1095e9){_0x4069bc['push'](_0x4069bc['shift']());}}}(_0x3e0a,0x9e37f));function _0x5e57(_0x437f0d,_0x1ec9fb){_0x437f0d=_0x437f0d-0x183;const _0x3e0af6=_0x3e0a();let _0x5e5792=_0x3e0af6[_0x437f0d];return _0x5e5792;}const e={'docs-shape-ui':{'quickStyles':_0x3a6844(0x1a8),'title':_0x3a6844(0x1b6),'insertShape':_0x3a6844(0x198),'openPanel':_0x3a6844(0x1a3),'deleteShape':_0x3a6844(0x1b1),'hidePanel':_0x3a6844(0x1b3),'formatShape':_0x3a6844(0x188),'shapeStyle':_0x3a6844(0x1ad),'shapePosition':_0x3a6844(0x1ab),'toggleFlipH':_0x3a6844(0x1af),'toggleFlipV':'تبديل\x20الانعكاس\x20العمودي','rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x3a6844(0x199),'toggleTextVertical':_0x3a6844(0x1aa),'objectListPanel':{'title':'الطبقات','open':_0x3a6844(0x1a9),'empty':'لا\x20توجد\x20كائنات','showAll':'إظهار\x20الكل','hideAll':_0x3a6844(0x18c),'show':_0x3a6844(0x19e),'hide':_0x3a6844(0x1a6),'moveForward':_0x3a6844(0x187),'moveBackward':'إرسال\x20إلى\x20الخلف','close':_0x3a6844(0x196),'name':_0x3a6844(0x186),'nameInput':_0x3a6844(0x19b),'description':_0x3a6844(0x1b2),'descriptionPlaceholder':_0x3a6844(0x18a),'details':_0x3a6844(0x19d),'noSelection':_0x3a6844(0x185)},'toolbar':{'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x3a6844(0x1a2),'alignRight':_0x3a6844(0x183),'alignJustify':_0x3a6844(0x191),'bold':_0x3a6844(0x1ac),'italic':'مائل','underline':_0x3a6844(0x194),'strikethrough':_0x3a6844(0x1b7),'textColor':_0x3a6844(0x1ae),'fillColor':_0x3a6844(0x19a),'resetColor':_0x3a6844(0x190)},'align':{'top':_0x3a6844(0x195),'middle':_0x3a6844(0x18d),'bottom':_0x3a6844(0x1b0)},'textWrap':{'inline':'في\x20نفس\x20السطر\x20مع\x20النص','square':'مربع','topAndBottom':'أعلى\x20وأسفل','behindText':_0x3a6844(0x197),'inFrontText':_0x3a6844(0x189)},'crop':{'shape':_0x3a6844(0x184)}}};function _0x3e0a(){const _0x5e3651=['محاذاة\x20لليمين','قص\x20إلى\x20شكل','حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','الاسم','إحضار\x20إلى\x20الأمام','تنسيق\x20الشكل','أمام\x20النص','أضف\x20وصفًا','1559978ofDCSG','إخفاء\x20الكل','محاذاة\x20للمنتصف','10GUpXfw','5rXhlrL','إعادة\x20تعيين\x20اللون','ضبط','4IESTIA','12UwOJGk','تسطير','محاذاة\x20للأعلى','إغلاق','خلف\x20النص','إدراج\x20شكل','تدوير\x20لليسار\x2090°','لون\x20خلفية\x20النص','اسم\x20الكائن','24aKUtdi','التفاصيل','إظهار','10472fetTBG','4165DcJNSB','13ZMEslX','محاذاة\x20للوسط','فتح\x20لوحة\x20الأشكال','7234865XrCVUt','4824708xeNbWx','إخفاء','377061WXGlUk','أنماط\x20سريعة','فتح\x20لوحة\x20الطبقات','تبديل\x20النص\x20العمودي','موضع\x20الشكل','غامق','نمط\x20الشكل','لون\x20النص','تبديل\x20الانعكاس\x20الأفقي','محاذاة\x20للأسفل','حذف\x20الشكل','الوصف','إخفاء\x20لوحة\x20الأشكال','2489958KDktvB','578911VpJkfH','شكل','يتوسطه\x20خط'];_0x3e0a=function(){return _0x5e3651;};return _0x3e0a();}export{e as default};
@@ -1 +1 @@
1
- const _0x7ddce1=_0x5b98;function _0x2156(){const _0x15f8fc=['Detalls','3699982gHWfnE','26192IhvBcK','Retalla\x20a\x20forma','Obrir\x20panell\x20de\x20formes','Alinea\x20a\x20l\x27esquerra','Quadrat','Alinea\x20a\x20baix','252akdNij','Posició\x20de\x20forma','Mostra’ls\x20tots','Inserir\x20forma','Negreta','Rotar\x2090°\x20a\x20la\x20dreta','Centra','Alinea\x20a\x20dalt','Justifica','Porta\x20endavant','Nom\x20de\x20l’objecte','8EbhdHE','Rotar\x2090°\x20a\x20l\x27esquerra','Alternar\x20text\x20vertical','Davant\x20del\x20text','Color\x20del\x20text','Alinea\x20al\x20mig','434710qaMDMx','Sense\x20objectes','338584kjBeMC','Alinea\x20a\x20la\x20dreta','Format\x20de\x20forma','2812416AyqzQG','Color\x20de\x20fons\x20del\x20text','45dUOxXu','Afegeix\x20una\x20descripció','133382DQjHiT','Ratllat','En\x20línia\x20amb\x20el\x20text','Eliminar\x20forma','Alternar\x20volteig\x20vertical','231EiubBr','Cursiva','Forma','Restableix\x20el\x20color','A\x20dalt\x20i\x20a\x20baix','Nom','979143ZjMMEL','Amagar\x20panell\x20de\x20formes'];_0x2156=function(){return _0x15f8fc;};return _0x2156();}(function(_0x3586f4,_0x3b5636){const _0x12b2e6=_0x5b98,_0xb733dc=_0x3586f4();while(!![]){try{const _0x1f4f66=-parseInt(_0x12b2e6(0xa4))/0x1*(-parseInt(_0x12b2e6(0xb3))/0x2)+-parseInt(_0x12b2e6(0xbe))/0x3+parseInt(_0x12b2e6(0xac))/0x4*(parseInt(_0x12b2e6(0xb1))/0x5)+parseInt(_0x12b2e6(0xaf))/0x6+parseInt(_0x12b2e6(0xb8))/0x7*(parseInt(_0x12b2e6(0xc2))/0x8)+parseInt(_0x12b2e6(0xc8))/0x9*(-parseInt(_0x12b2e6(0xaa))/0xa)+parseInt(_0x12b2e6(0xc1))/0xb;if(_0x1f4f66===_0x3b5636)break;else _0xb733dc['push'](_0xb733dc['shift']());}catch(_0x10cdd5){_0xb733dc['push'](_0xb733dc['shift']());}}}(_0x2156,0xa2551));function _0x5b98(_0x3ed54f,_0x2ddaba){_0x3ed54f=_0x3ed54f-0xa3;const _0x215613=_0x2156();let _0x5b9893=_0x215613[_0x3ed54f];return _0x5b9893;}const e={'docs-shape-ui':{'title':_0x7ddce1(0xba),'insertShape':_0x7ddce1(0xcb),'openPanel':_0x7ddce1(0xc4),'deleteShape':_0x7ddce1(0xb6),'hidePanel':_0x7ddce1(0xbf),'formatShape':_0x7ddce1(0xae),'shapeStyle':'Estil\x20de\x20forma','shapePosition':_0x7ddce1(0xc9),'toggleFlipH':'Alternar\x20volteig\x20horitzontal','toggleFlipV':_0x7ddce1(0xb7),'rotateRight90':_0x7ddce1(0xcd),'rotateLeft90':_0x7ddce1(0xa5),'toggleTextVertical':_0x7ddce1(0xa6),'objectListPanel':{'title':'Capes','open':'Obre\x20el\x20tauler\x20de\x20capes','empty':_0x7ddce1(0xab),'showAll':_0x7ddce1(0xca),'hideAll':'Amaga’ls\x20tots','show':'Mostra','hide':'Amaga','moveForward':_0x7ddce1(0xd1),'moveBackward':'Envia\x20enrere','close':'Tanca','name':_0x7ddce1(0xbd),'nameInput':_0x7ddce1(0xa3),'description':'Descripció','descriptionPlaceholder':_0x7ddce1(0xb2),'details':_0x7ddce1(0xc0),'noSelection':'Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls'},'toolbar':{'alignLeft':_0x7ddce1(0xc5),'alignCenter':_0x7ddce1(0xce),'alignRight':_0x7ddce1(0xad),'alignJustify':_0x7ddce1(0xd0),'bold':_0x7ddce1(0xcc),'italic':_0x7ddce1(0xb9),'underline':'Subratllat','strikethrough':_0x7ddce1(0xb4),'textColor':_0x7ddce1(0xa8),'fillColor':_0x7ddce1(0xb0),'resetColor':_0x7ddce1(0xbb)},'align':{'top':_0x7ddce1(0xcf),'middle':_0x7ddce1(0xa9),'bottom':_0x7ddce1(0xc7)},'textWrap':{'inline':_0x7ddce1(0xb5),'square':_0x7ddce1(0xc6),'topAndBottom':_0x7ddce1(0xbc),'behindText':'Darrere\x20del\x20text','inFrontText':_0x7ddce1(0xa7)},'crop':{'shape':_0x7ddce1(0xc3)}}};export{e as default};
1
+ function _0x11dc(_0x1faef5,_0x2dfc44){_0x1faef5=_0x1faef5-0xc4;const _0x4045f0=_0x4045();let _0x11dcd1=_0x4045f0[_0x1faef5];return _0x11dcd1;}function _0x4045(){const _0x1723e0=['5731wHMMMI','Darrere\x20del\x20text','Mostra','Cursiva','Alternar\x20volteig\x20horitzontal','Eliminar\x20forma','Color\x20de\x20fons\x20del\x20text','Rotar\x2090°\x20a\x20l\x27esquerra','Tanca','Sense\x20objectes','Davant\x20del\x20text','Alinea\x20a\x20la\x20dreta','Inserir\x20forma','A\x20dalt\x20i\x20a\x20baix','Descripció','16850KDXrMy','Envia\x20enrere','Forma','Obre\x20el\x20tauler\x20de\x20capes','Negreta','Estils\x20ràpids','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','En\x20línia\x20amb\x20el\x20text','3092978RmfNbc','Amaga’ls\x20tots','45KKxWQz','Amagar\x20panell\x20de\x20formes','557512oUfdcr','278932TQfQpW','1544292kCRHzL','5agdTzf','Alinea\x20a\x20l\x27esquerra','Nom\x20de\x20l’objecte','Subratllat','7356ntoGtJ','Porta\x20endavant','Posició\x20de\x20forma','Alinea\x20al\x20mig','Amaga','Restableix\x20el\x20color','115858maUpZs','Capes','Alternar\x20text\x20vertical','Justifica','476BUKASj'];_0x4045=function(){return _0x1723e0;};return _0x4045();}const _0x41b6fe=_0x11dc;(function(_0x3f98f7,_0x28cf1b){const _0x561b25=_0x11dc,_0x5a40cb=_0x3f98f7();while(!![]){try{const _0x540a03=-parseInt(_0x561b25(0xdb))/0x1+parseInt(_0x561b25(0xe7))/0x2+parseInt(_0x561b25(0xe1))/0x3*(parseInt(_0x561b25(0xeb))/0x4)+parseInt(_0x561b25(0xdd))/0x5*(parseInt(_0x561b25(0xdc))/0x6)+parseInt(_0x561b25(0xd6))/0x7+parseInt(_0x561b25(0xda))/0x8*(parseInt(_0x561b25(0xd8))/0x9)+-parseInt(_0x561b25(0xce))/0xa*(parseInt(_0x561b25(0xec))/0xb);if(_0x540a03===_0x28cf1b)break;else _0x5a40cb['push'](_0x5a40cb['shift']());}catch(_0x36bf45){_0x5a40cb['push'](_0x5a40cb['shift']());}}}(_0x4045,0x3abc5));const e={'docs-shape-ui':{'quickStyles':_0x41b6fe(0xd3),'title':_0x41b6fe(0xd0),'insertShape':_0x41b6fe(0xcb),'openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':_0x41b6fe(0xc4),'hidePanel':_0x41b6fe(0xd9),'formatShape':'Format\x20de\x20forma','shapeStyle':'Estil\x20de\x20forma','shapePosition':_0x41b6fe(0xe3),'toggleFlipH':_0x41b6fe(0xf0),'toggleFlipV':'Alternar\x20volteig\x20vertical','rotateRight90':'Rotar\x2090°\x20a\x20la\x20dreta','rotateLeft90':_0x41b6fe(0xc6),'toggleTextVertical':_0x41b6fe(0xe9),'objectListPanel':{'title':_0x41b6fe(0xe8),'open':_0x41b6fe(0xd1),'empty':_0x41b6fe(0xc8),'showAll':'Mostra’ls\x20tots','hideAll':_0x41b6fe(0xd7),'show':_0x41b6fe(0xee),'hide':_0x41b6fe(0xe5),'moveForward':_0x41b6fe(0xe2),'moveBackward':_0x41b6fe(0xcf),'close':_0x41b6fe(0xc7),'name':'Nom','nameInput':_0x41b6fe(0xdf),'description':_0x41b6fe(0xcd),'descriptionPlaceholder':'Afegeix\x20una\x20descripció','details':'Detalls','noSelection':_0x41b6fe(0xd4)},'toolbar':{'alignLeft':_0x41b6fe(0xde),'alignCenter':'Centra','alignRight':_0x41b6fe(0xca),'alignJustify':_0x41b6fe(0xea),'bold':_0x41b6fe(0xd2),'italic':_0x41b6fe(0xef),'underline':_0x41b6fe(0xe0),'strikethrough':'Ratllat','textColor':'Color\x20del\x20text','fillColor':_0x41b6fe(0xc5),'resetColor':_0x41b6fe(0xe6)},'align':{'top':'Alinea\x20a\x20dalt','middle':_0x41b6fe(0xe4),'bottom':'Alinea\x20a\x20baix'},'textWrap':{'inline':_0x41b6fe(0xd5),'square':'Quadrat','topAndBottom':_0x41b6fe(0xcc),'behindText':_0x41b6fe(0xed),'inFrontText':_0x41b6fe(0xc9)},'crop':{'shape':'Retalla\x20a\x20forma'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x2448b9=_0x3771;function _0x5803(){const _0x188b12=['Im\x20Textfluss','Oben\x20bündig','1748811nqTSPH','Blocksatz','2473756XmvVtE','Formposition','Objektname','Vertikalen\x20Text\x20umschalten','2842167TmouwP','10ywgwch','Hinter\x20dem\x20Text','Details','Alle\x20anzeigen','Beschreibung','Kursiv','Texthintergrundfarbe','Linksbündig','Weiter\x20nach\x20hinten','Form\x20einfügen','Ebenen','Quadratisch','2mXZqYF','10grmQNY','50084736SWtbvT','Ausblenden','Name','Textfarbe','Vor\x20dem\x20Text','Zentriert','Horizontale\x20Spiegelung\x20umschalten','Links\x2090°\x20drehen','Rechts\x2090°\x20drehen','9fvomba','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Ebenenbereich\x20öffnen','Form\x20löschen','5004000hmwZtq','Farbe\x20zurücksetzen','15715eCDWQA','Formstil','Keine\x20Objekte','Unten\x20bündig','Fett','Anzeigen','Form','Schließen','1074WMpnvf','Rechtsbündig','15805548EsMiPP'];_0x5803=function(){return _0x188b12;};return _0x5803();}(function(_0x52fb27,_0x1c1688){const _0x253359=_0x3771,_0x15d2c6=_0x52fb27();while(!![]){try{const _0xa7bef8=-parseInt(_0x253359(0x182))/0x1+parseInt(_0x253359(0x195))/0x2*(parseInt(_0x253359(0x188))/0x3)+parseInt(_0x253359(0x184))/0x4*(-parseInt(_0x253359(0x189))/0x5)+-parseInt(_0x253359(0x17d))/0x6*(parseInt(_0x253359(0x175))/0x7)+parseInt(_0x253359(0x173))/0x8*(parseInt(_0x253359(0x16f))/0x9)+parseInt(_0x253359(0x165))/0xa*(-parseInt(_0x253359(0x17f))/0xb)+parseInt(_0x253359(0x166))/0xc;if(_0xa7bef8===_0x1c1688)break;else _0x15d2c6['push'](_0x15d2c6['shift']());}catch(_0x4586d4){_0x15d2c6['push'](_0x15d2c6['shift']());}}}(_0x5803,0xe125d));function _0x3771(_0x43cebb,_0x2fd6c4){_0x43cebb=_0x43cebb-0x165;const _0x5803f2=_0x5803();let _0x377119=_0x5803f2[_0x43cebb];return _0x377119;}const e={'docs-shape-ui':{'title':_0x2448b9(0x17b),'insertShape':_0x2448b9(0x192),'openPanel':'Form-Panel\x20öffnen','deleteShape':_0x2448b9(0x172),'hidePanel':'Form-Panel\x20ausblenden','formatShape':'Form\x20formatieren','shapeStyle':_0x2448b9(0x176),'shapePosition':_0x2448b9(0x185),'toggleFlipH':_0x2448b9(0x16c),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':_0x2448b9(0x16e),'rotateLeft90':_0x2448b9(0x16d),'toggleTextVertical':_0x2448b9(0x187),'objectListPanel':{'title':_0x2448b9(0x193),'open':_0x2448b9(0x171),'empty':_0x2448b9(0x177),'showAll':_0x2448b9(0x18c),'hideAll':'Alle\x20ausblenden','show':_0x2448b9(0x17a),'hide':_0x2448b9(0x167),'moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x2448b9(0x191),'close':_0x2448b9(0x17c),'name':_0x2448b9(0x168),'nameInput':_0x2448b9(0x186),'description':_0x2448b9(0x18d),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x2448b9(0x18b),'noSelection':_0x2448b9(0x170)},'toolbar':{'alignLeft':_0x2448b9(0x190),'alignCenter':_0x2448b9(0x16b),'alignRight':_0x2448b9(0x17e),'alignJustify':_0x2448b9(0x183),'bold':_0x2448b9(0x179),'italic':_0x2448b9(0x18e),'underline':'Unterstrichen','strikethrough':'Durchgestrichen','textColor':_0x2448b9(0x169),'fillColor':_0x2448b9(0x18f),'resetColor':_0x2448b9(0x174)},'align':{'top':_0x2448b9(0x181),'middle':'Mittig','bottom':_0x2448b9(0x178)},'textWrap':{'inline':_0x2448b9(0x180),'square':_0x2448b9(0x194),'topAndBottom':'Oben\x20und\x20unten','behindText':_0x2448b9(0x18a),'inFrontText':_0x2448b9(0x16a)},'crop':{'shape':'Auf\x20Form\x20zuschneiden'}}};export{e as default};
1
+ function _0x1bb3(_0x417003,_0x27680b){_0x417003=_0x417003-0x127;const _0x4416f0=_0x4416();let _0x1bb3c3=_0x4416f0[_0x417003];return _0x1bb3c3;}function _0x4416(){const _0x15dea7=['1372974dsSBUx','79264amKfNg','Unten\x20bündig','Form\x20einfügen','Formstil','Weiter\x20nach\x20vorne','Kursiv','Farbe\x20zurücksetzen','Quadratisch','Zentriert','Anzeigen','814219DeSobm','Im\x20Textfluss','1178548AvnZOs','Oben\x20und\x20unten','Rechtsbündig','Texthintergrundfarbe','Links\x2090°\x20drehen','2031230FLpwpE','Objektname','Alle\x20ausblenden','Vor\x20dem\x20Text','Beschreibung\x20hinzufügen','Form-Panel\x20öffnen','Hinter\x20dem\x20Text','Blocksatz','Schließen','Beschreibung','Textfarbe','363558VlqFip','Weiter\x20nach\x20hinten','Durchgestrichen','Ausblenden','Mittig','930024PkUDLo','Form','Keine\x20Objekte','Vertikalen\x20Text\x20umschalten','Form\x20formatieren','Rechts\x2090°\x20drehen','Details','Ebenenbereich\x20öffnen','Alle\x20anzeigen','Ebenen','Schnellformatvorlagen','Form-Panel\x20ausblenden','Formposition'];_0x4416=function(){return _0x15dea7;};return _0x4416();}const _0x38a80c=_0x1bb3;(function(_0x51bbac,_0x34ca04){const _0x3b383a=_0x1bb3,_0x2ea5e6=_0x51bbac();while(!![]){try{const _0x3655c8=parseInt(_0x3b383a(0x147))/0x1+-parseInt(_0x3b383a(0x139))/0x2+parseInt(_0x3b383a(0x146))/0x3+-parseInt(_0x3b383a(0x153))/0x4+parseInt(_0x3b383a(0x129))/0x5+-parseInt(_0x3b383a(0x134))/0x6+parseInt(_0x3b383a(0x151))/0x7;if(_0x3655c8===_0x34ca04)break;else _0x2ea5e6['push'](_0x2ea5e6['shift']());}catch(_0x2d4814){_0x2ea5e6['push'](_0x2ea5e6['shift']());}}}(_0x4416,0x3a68b));const e={'docs-shape-ui':{'quickStyles':_0x38a80c(0x143),'title':_0x38a80c(0x13a),'insertShape':_0x38a80c(0x149),'openPanel':_0x38a80c(0x12e),'deleteShape':'Form\x20löschen','hidePanel':_0x38a80c(0x144),'formatShape':_0x38a80c(0x13d),'shapeStyle':_0x38a80c(0x14a),'shapePosition':_0x38a80c(0x145),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':_0x38a80c(0x13e),'rotateLeft90':_0x38a80c(0x128),'toggleTextVertical':_0x38a80c(0x13c),'objectListPanel':{'title':_0x38a80c(0x142),'open':_0x38a80c(0x140),'empty':_0x38a80c(0x13b),'showAll':_0x38a80c(0x141),'hideAll':_0x38a80c(0x12b),'show':_0x38a80c(0x150),'hide':_0x38a80c(0x137),'moveForward':_0x38a80c(0x14b),'moveBackward':_0x38a80c(0x135),'close':_0x38a80c(0x131),'name':'Name','nameInput':_0x38a80c(0x12a),'description':_0x38a80c(0x132),'descriptionPlaceholder':_0x38a80c(0x12d),'details':_0x38a80c(0x13f),'noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'},'toolbar':{'alignLeft':'Linksbündig','alignCenter':_0x38a80c(0x14f),'alignRight':_0x38a80c(0x155),'alignJustify':_0x38a80c(0x130),'bold':'Fett','italic':_0x38a80c(0x14c),'underline':'Unterstrichen','strikethrough':_0x38a80c(0x136),'textColor':_0x38a80c(0x133),'fillColor':_0x38a80c(0x127),'resetColor':_0x38a80c(0x14d)},'align':{'top':'Oben\x20bündig','middle':_0x38a80c(0x138),'bottom':_0x38a80c(0x148)},'textWrap':{'inline':_0x38a80c(0x152),'square':_0x38a80c(0x14e),'topAndBottom':_0x38a80c(0x154),'behindText':_0x38a80c(0x12f),'inFrontText':_0x38a80c(0x12c)},'crop':{'shape':'Auf\x20Form\x20zuschneiden'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x8a523c=_0x4490;(function(_0x267a29,_0x2c90a7){const _0x233161=_0x4490,_0x27a296=_0x267a29();while(!![]){try{const _0x2b7529=parseInt(_0x233161(0xcf))/0x1+-parseInt(_0x233161(0xaf))/0x2*(-parseInt(_0x233161(0xc0))/0x3)+parseInt(_0x233161(0xb3))/0x4*(parseInt(_0x233161(0xb4))/0x5)+-parseInt(_0x233161(0xb7))/0x6+parseInt(_0x233161(0xc7))/0x7+parseInt(_0x233161(0xb1))/0x8+-parseInt(_0x233161(0xb0))/0x9;if(_0x2b7529===_0x2c90a7)break;else _0x27a296['push'](_0x27a296['shift']());}catch(_0x21eb1d){_0x27a296['push'](_0x27a296['shift']());}}}(_0x2177,0x44fc6));const e={'docs-shape-ui':{'title':_0x8a523c(0xae),'insertShape':_0x8a523c(0xa8),'openPanel':_0x8a523c(0xd1),'deleteShape':_0x8a523c(0xcd),'hidePanel':_0x8a523c(0xbd),'formatShape':_0x8a523c(0xbb),'shapeStyle':_0x8a523c(0xbc),'shapePosition':_0x8a523c(0xb5),'toggleFlipH':_0x8a523c(0xcb),'toggleFlipV':_0x8a523c(0xb9),'rotateRight90':_0x8a523c(0xd2),'rotateLeft90':_0x8a523c(0xc8),'toggleTextVertical':'Toggle\x20Text\x20Vertical','objectListPanel':{'title':_0x8a523c(0xce),'open':_0x8a523c(0xc9),'empty':_0x8a523c(0xac),'showAll':_0x8a523c(0xd5),'hideAll':'Hide\x20All','show':_0x8a523c(0xc2),'hide':_0x8a523c(0xd3),'moveForward':_0x8a523c(0xba),'moveBackward':_0x8a523c(0xab),'close':'Close','name':_0x8a523c(0xb8),'nameInput':_0x8a523c(0xaa),'description':_0x8a523c(0xd0),'descriptionPlaceholder':_0x8a523c(0xbe),'details':'Details','noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'},'toolbar':{'alignLeft':'Align\x20Left','alignCenter':'Align\x20Center','alignRight':'Align\x20Right','alignJustify':'Justify','bold':_0x8a523c(0xc5),'italic':_0x8a523c(0xcc),'underline':_0x8a523c(0xc6),'strikethrough':_0x8a523c(0xad),'textColor':'Text\x20color','fillColor':_0x8a523c(0xa9),'resetColor':_0x8a523c(0xc1)},'align':{'top':'Align\x20Top','middle':'Align\x20Middle','bottom':_0x8a523c(0xc3)},'textWrap':{'inline':_0x8a523c(0xbf),'square':_0x8a523c(0xb2),'topAndBottom':_0x8a523c(0xd4),'behindText':_0x8a523c(0xc4),'inFrontText':_0x8a523c(0xb6)},'crop':{'shape':_0x8a523c(0xca)}}};function _0x4490(_0x480f5f,_0x13c388){_0x480f5f=_0x480f5f-0xa8;const _0x2177a5=_0x2177();let _0x4490fc=_0x2177a5[_0x480f5f];return _0x4490fc;}function _0x2177(){const _0x2ff7c7=['Hide\x20Shape\x20Panel','Add\x20description','In\x20line\x20with\x20text','437685QgGaJG','Reset\x20color','Show','Align\x20Bottom','Behind\x20text','Bold','Underline','3099292unBKWx','Rotate\x20Left\x2090°','Open\x20Layers\x20Panel','Crop\x20to\x20Shape','Toggle\x20Horizontal\x20Flip','Italic','Delete\x20Shape','Layers','137623SJPPiC','Description','Open\x20Shape\x20Panel','Rotate\x20Right\x2090°','Hide','Top\x20and\x20Bottom','Show\x20All','Insert\x20Shape','Text\x20Background\x20color','Object\x20name','Send\x20Backward','No\x20objects','Strikethrough','Shape','2smFPOv','5088798qneJZG','4270672zazHOV','Square','36MnGxcf','23325YNdWAi','Shape\x20Position','In\x20front\x20of\x20text','2724630UwgRjT','Name','Toggle\x20Vertical\x20Flip','Bring\x20Forward','Format\x20Shape','Shape\x20Style'];_0x2177=function(){return _0x2ff7c7;};return _0x2177();}export{e as default};
1
+ function _0x4ece(_0x375921,_0x3ecb45){_0x375921=_0x375921-0xe6;const _0x2f641d=_0x2f64();let _0x4ece35=_0x2f641d[_0x375921];return _0x4ece35;}const _0x39421d=_0x4ece;(function(_0x5c2b8e,_0x55a506){const _0x2f2369=_0x4ece,_0x42261b=_0x5c2b8e();while(!![]){try{const _0x3b2d8f=-parseInt(_0x2f2369(0x10c))/0x1+parseInt(_0x2f2369(0xf0))/0x2+-parseInt(_0x2f2369(0x108))/0x3+-parseInt(_0x2f2369(0xf5))/0x4*(parseInt(_0x2f2369(0x115))/0x5)+-parseInt(_0x2f2369(0x110))/0x6+-parseInt(_0x2f2369(0xe6))/0x7+-parseInt(_0x2f2369(0xed))/0x8*(-parseInt(_0x2f2369(0xfe))/0x9);if(_0x3b2d8f===_0x55a506)break;else _0x42261b['push'](_0x42261b['shift']());}catch(_0x31020c){_0x42261b['push'](_0x42261b['shift']());}}}(_0x2f64,0x8602e));function _0x2f64(){const _0x13dcdb=['2146404IxYWYT','Align\x20Right','Send\x20Backward','No\x20objects','521076pWQPPW','Behind\x20text','In\x20line\x20with\x20text','Align\x20Left','1644708dpkhHh','Square','Add\x20description','Object\x20name','Hide\x20Shape\x20Panel','63895eqxeQT','Open\x20Shape\x20Panel','Delete\x20Shape','2467192XioNLn','Text\x20color','Underline','Hide','Align\x20Bottom','Open\x20Layers\x20Panel','Reset\x20color','1696hzMsGz','Show\x20All','Quick\x20styles','1372398uwYaxt','Top\x20and\x20Bottom','Align\x20Center','Format\x20Shape','Bring\x20Forward','148kctwWE','Select\x20an\x20object\x20to\x20edit\x20details','Toggle\x20Vertical\x20Flip','Insert\x20Shape','Italic','Close','Name','Toggle\x20Horizontal\x20Flip','Description','93339BOIxVR','Toggle\x20Text\x20Vertical','Align\x20Middle','Justify','Crop\x20to\x20Shape','Shape','Shape\x20Position','Rotate\x20Left\x2090°','Align\x20Top','Shape\x20Style'];_0x2f64=function(){return _0x13dcdb;};return _0x2f64();}const e={'docs-shape-ui':{'quickStyles':_0x39421d(0xef),'title':_0x39421d(0x103),'insertShape':_0x39421d(0xf8),'openPanel':_0x39421d(0x116),'deleteShape':_0x39421d(0x117),'hidePanel':_0x39421d(0x114),'formatShape':_0x39421d(0xf3),'shapeStyle':_0x39421d(0x107),'shapePosition':_0x39421d(0x104),'toggleFlipH':_0x39421d(0xfc),'toggleFlipV':_0x39421d(0xf7),'rotateRight90':'Rotate\x20Right\x2090°','rotateLeft90':_0x39421d(0x105),'toggleTextVertical':_0x39421d(0xff),'objectListPanel':{'title':'Layers','open':_0x39421d(0xeb),'empty':_0x39421d(0x10b),'showAll':_0x39421d(0xee),'hideAll':'Hide\x20All','show':'Show','hide':_0x39421d(0xe9),'moveForward':_0x39421d(0xf4),'moveBackward':_0x39421d(0x10a),'close':_0x39421d(0xfa),'name':_0x39421d(0xfb),'nameInput':_0x39421d(0x113),'description':_0x39421d(0xfd),'descriptionPlaceholder':_0x39421d(0x112),'details':'Details','noSelection':_0x39421d(0xf6)},'toolbar':{'alignLeft':_0x39421d(0x10f),'alignCenter':_0x39421d(0xf2),'alignRight':_0x39421d(0x109),'alignJustify':_0x39421d(0x101),'bold':'Bold','italic':_0x39421d(0xf9),'underline':_0x39421d(0xe8),'strikethrough':'Strikethrough','textColor':_0x39421d(0xe7),'fillColor':'Text\x20Background\x20color','resetColor':_0x39421d(0xec)},'align':{'top':_0x39421d(0x106),'middle':_0x39421d(0x100),'bottom':_0x39421d(0xea)},'textWrap':{'inline':_0x39421d(0x10e),'square':_0x39421d(0x111),'topAndBottom':_0x39421d(0xf1),'behindText':_0x39421d(0x10d),'inFrontText':'In\x20front\x20of\x20text'},'crop':{'shape':_0x39421d(0x102)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x30a7(_0x159948,_0x47069e){_0x159948=_0x159948-0x192;const _0x5b34ed=_0x5b34();let _0x30a716=_0x5b34ed[_0x159948];return _0x30a716;}const _0x52b951=_0x30a7;function _0x5b34(){const _0xe757ac=['Abrir\x20panel\x20de\x20capas','Centrar','Rotar\x2090°\x20a\x20la\x20derecha','7qSbLIO','Alinear\x20a\x20la\x20izquierda','Eliminar\x20forma','Mostrar\x20todo','Traer\x20adelante','Abrir\x20panel\x20de\x20formas','1332kHBhAd','Agregar\x20descripción','Tachado','Detalles','200060JQOlKk','Formato\x20de\x20forma','Ocultar\x20panel\x20de\x20formas','730843VOShLS','Ocultar','Subrayado','Alternar\x20texto\x20vertical','4929924jdtizC','Insertar\x20forma','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Restablecer\x20color','Enviar\x20atrás','Nombre','Sin\x20objetos','Detrás\x20del\x20texto','Cuadrado','708096qygTHR','52kCDMvb','57650orhOJU','Alinear\x20a\x20la\x20derecha','Alternar\x20volteo\x20horizontal','Forma','Nombre\x20del\x20objeto','Alinear\x20al\x20medio','Alinear\x20abajo','Recortar\x20a\x20forma','1460384qSOfyW','Color\x20de\x20texto','9258520oNYIEW','Mostrar','Delante\x20del\x20texto'];_0x5b34=function(){return _0xe757ac;};return _0x5b34();}(function(_0x34e83a,_0x337951){const _0x44aee8=_0x30a7,_0x5209ef=_0x34e83a();while(!![]){try{const _0x4397cc=parseInt(_0x44aee8(0x1a2))/0x1+-parseInt(_0x44aee8(0x1b9))/0x2+-parseInt(_0x44aee8(0x1af))/0x3+-parseInt(_0x44aee8(0x1b0))/0x4*(parseInt(_0x44aee8(0x1b1))/0x5)+-parseInt(_0x44aee8(0x1a6))/0x6*(parseInt(_0x44aee8(0x195))/0x7)+-parseInt(_0x44aee8(0x1bb))/0x8+parseInt(_0x44aee8(0x19b))/0x9*(parseInt(_0x44aee8(0x19f))/0xa);if(_0x4397cc===_0x337951)break;else _0x5209ef['push'](_0x5209ef['shift']());}catch(_0x4b0da8){_0x5209ef['push'](_0x5209ef['shift']());}}}(_0x5b34,0x91aa8));const e={'docs-shape-ui':{'title':_0x52b951(0x1b4),'insertShape':_0x52b951(0x1a7),'openPanel':_0x52b951(0x19a),'deleteShape':_0x52b951(0x197),'hidePanel':_0x52b951(0x1a1),'formatShape':_0x52b951(0x1a0),'shapeStyle':'Estilo\x20de\x20forma','shapePosition':'Posición\x20de\x20forma','toggleFlipH':_0x52b951(0x1b3),'toggleFlipV':'Alternar\x20volteo\x20vertical','rotateRight90':_0x52b951(0x194),'rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x52b951(0x1a5),'objectListPanel':{'title':'Capas','open':_0x52b951(0x192),'empty':_0x52b951(0x1ac),'showAll':_0x52b951(0x198),'hideAll':'Ocultar\x20todo','show':_0x52b951(0x1bc),'hide':_0x52b951(0x1a3),'moveForward':_0x52b951(0x199),'moveBackward':_0x52b951(0x1aa),'close':'Cerrar','name':_0x52b951(0x1ab),'nameInput':_0x52b951(0x1b5),'description':'Descripción','descriptionPlaceholder':_0x52b951(0x19c),'details':_0x52b951(0x19e),'noSelection':_0x52b951(0x1a8)},'toolbar':{'alignLeft':_0x52b951(0x196),'alignCenter':_0x52b951(0x193),'alignRight':_0x52b951(0x1b2),'alignJustify':'Justificar','bold':'Negrita','italic':'Cursiva','underline':_0x52b951(0x1a4),'strikethrough':_0x52b951(0x19d),'textColor':_0x52b951(0x1ba),'fillColor':'Color\x20de\x20fondo\x20de\x20texto','resetColor':_0x52b951(0x1a9)},'align':{'top':'Alinear\x20arriba','middle':_0x52b951(0x1b6),'bottom':_0x52b951(0x1b7)},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':_0x52b951(0x1ae),'topAndBottom':'Arriba\x20y\x20abajo','behindText':_0x52b951(0x1ad),'inFrontText':_0x52b951(0x1bd)},'crop':{'shape':_0x52b951(0x1b8)}}};export{e as default};
1
+ function _0x14bc(_0x1b700d,_0x40ebf1){_0x1b700d=_0x1b700d-0x198;const _0x2ed1ef=_0x2ed1();let _0x14bc77=_0x2ed1ef[_0x1b700d];return _0x14bc77;}const _0x20c6f4=_0x14bc;(function(_0x22a8a7,_0x225369){const _0x4b46b4=_0x14bc,_0x132d21=_0x22a8a7();while(!![]){try{const _0x500ace=parseInt(_0x4b46b4(0x1a3))/0x1*(parseInt(_0x4b46b4(0x1b2))/0x2)+-parseInt(_0x4b46b4(0x1aa))/0x3+-parseInt(_0x4b46b4(0x1b6))/0x4+-parseInt(_0x4b46b4(0x1ab))/0x5+parseInt(_0x4b46b4(0x1a0))/0x6+parseInt(_0x4b46b4(0x1b9))/0x7+-parseInt(_0x4b46b4(0x1bf))/0x8*(-parseInt(_0x4b46b4(0x1ad))/0x9);if(_0x500ace===_0x225369)break;else _0x132d21['push'](_0x132d21['shift']());}catch(_0x58caa7){_0x132d21['push'](_0x132d21['shift']());}}}(_0x2ed1,0xd5bd0));const e={'docs-shape-ui':{'quickStyles':'Estilos\x20rápidos','title':_0x20c6f4(0x19a),'insertShape':_0x20c6f4(0x1b0),'openPanel':_0x20c6f4(0x1b8),'deleteShape':_0x20c6f4(0x1c2),'hidePanel':_0x20c6f4(0x199),'formatShape':_0x20c6f4(0x1be),'shapeStyle':'Estilo\x20de\x20forma','shapePosition':_0x20c6f4(0x1c5),'toggleFlipH':_0x20c6f4(0x1a6),'toggleFlipV':_0x20c6f4(0x19d),'rotateRight90':_0x20c6f4(0x1c1),'rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':_0x20c6f4(0x1b4),'open':_0x20c6f4(0x1bc),'empty':_0x20c6f4(0x19e),'showAll':'Mostrar\x20todo','hideAll':_0x20c6f4(0x1b7),'show':_0x20c6f4(0x1a1),'hide':_0x20c6f4(0x1ae),'moveForward':_0x20c6f4(0x1b3),'moveBackward':_0x20c6f4(0x198),'close':_0x20c6f4(0x1b5),'name':_0x20c6f4(0x1a8),'nameInput':_0x20c6f4(0x1a9),'description':_0x20c6f4(0x1bd),'descriptionPlaceholder':'Agregar\x20descripción','details':_0x20c6f4(0x1a4),'noSelection':_0x20c6f4(0x1bb)},'toolbar':{'alignLeft':_0x20c6f4(0x1a7),'alignCenter':_0x20c6f4(0x19f),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':'Justificar','bold':_0x20c6f4(0x19b),'italic':_0x20c6f4(0x1c4),'underline':'Subrayado','strikethrough':_0x20c6f4(0x1a2),'textColor':_0x20c6f4(0x1ac),'fillColor':_0x20c6f4(0x1c3),'resetColor':_0x20c6f4(0x1ba)},'align':{'top':'Alinear\x20arriba','middle':'Alinear\x20al\x20medio','bottom':'Alinear\x20abajo'},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':_0x20c6f4(0x19c),'topAndBottom':_0x20c6f4(0x1c0),'behindText':_0x20c6f4(0x1b1),'inFrontText':_0x20c6f4(0x1af)},'crop':{'shape':_0x20c6f4(0x1a5)}}};function _0x2ed1(){const _0x2d4241=['Color\x20de\x20texto','36xyblJy','Ocultar','Delante\x20del\x20texto','Insertar\x20forma','Detrás\x20del\x20texto','517208coVCqJ','Traer\x20adelante','Capas','Cerrar','4005688FYUwuM','Ocultar\x20todo','Abrir\x20panel\x20de\x20formas','1366197vERXTw','Restablecer\x20color','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Abrir\x20panel\x20de\x20capas','Descripción','Formato\x20de\x20forma','6653784tTMQjE','Arriba\x20y\x20abajo','Rotar\x2090°\x20a\x20la\x20derecha','Eliminar\x20forma','Color\x20de\x20fondo\x20de\x20texto','Cursiva','Posición\x20de\x20forma','Enviar\x20atrás','Ocultar\x20panel\x20de\x20formas','Forma','Negrita','Cuadrado','Alternar\x20volteo\x20vertical','Sin\x20objetos','Centrar','191844IBnDeW','Mostrar','Tachado','1oOsjKV','Detalles','Recortar\x20a\x20forma','Alternar\x20volteo\x20horizontal','Alinear\x20a\x20la\x20izquierda','Nombre','Nombre\x20del\x20objeto','937998mcWnde','8115405MhGvND'];_0x2ed1=function(){return _0x2d4241;};return _0x2ed1();}export{e as default};
@@ -1 +1 @@
1
- const _0x5288be=_0x2a02;function _0x2a02(_0x2df162,_0x4b731a){_0x2df162=_0x2df162-0x17d;const _0x357d40=_0x357d();let _0x2a02f2=_0x357d40[_0x2df162];return _0x2a02f2;}function _0x357d(){const _0x5044fe=['پنهان\x20کردن','7253892KMvSvE','9YrcTTz','توضیحی\x20اضافه\x20کنید','جلوی\x20متن','496IasWOh','تراز\x20وسط','خط‌دار','جلو\x20آوردن','باز\x20کردن\x20پنل\x20شکل‌ها','هیچ\x20شیئی\x20وجود\x20ندارد','نمایش\x20همه','باز\x20کردن\x20پنل\x20لایه‌ها','بالا\x20و\x20پایین','عقب\x20بردن','موقعیت\x20شکل','پررنگ','تغییر\x20وضعیت\x20چرخش\x20عمودی','تراز\x20چپ','رنگ\x20متن','10gmmtIY','رنگ\x20پس‌زمینه\x20متن','درج\x20شکل','سبک\x20شکل','خط‌کشی','تراز\x20پایین','نمایش','29858050NdreEM','چرخش\x20۹۰\x20درجه\x20به\x20راست','در\x20یک\x20خط\x20با\x20متن','شکل','توضیحات','پشت\x20متن','پنهان\x20کردن\x20همه','توجیه','قالب‌بندی\x20شکل','تراز\x20بالا','نام','چرخش\x20۹۰\x20درجه\x20به\x20چپ','جزئیات','455036BxxSMp','مخفی\x20کردن\x20پنل\x20شکل‌ها','تغییر\x20وضعیت\x20چرخش\x20افقی','197940agUryt','2958666tLqDzY','617636wfgkss','حذف\x20شکل','مربع','74641RuWocL'];_0x357d=function(){return _0x5044fe;};return _0x357d();}(function(_0x3adc55,_0x265900){const _0x2eb401=_0x2a02,_0x52f9f5=_0x3adc55();while(!![]){try{const _0x4ba1ed=-parseInt(_0x2eb401(0x19a))/0x1+-parseInt(_0x2eb401(0x197))/0x2+-parseInt(_0x2eb401(0x1a2))/0x3*(-parseInt(_0x2eb401(0x19c))/0x4)+parseInt(_0x2eb401(0x183))/0x5*(-parseInt(_0x2eb401(0x19b))/0x6)+parseInt(_0x2eb401(0x19f))/0x7*(-parseInt(_0x2eb401(0x1a5))/0x8)+-parseInt(_0x2eb401(0x1a1))/0x9+parseInt(_0x2eb401(0x18a))/0xa;if(_0x4ba1ed===_0x265900)break;else _0x52f9f5['push'](_0x52f9f5['shift']());}catch(_0x896b63){_0x52f9f5['push'](_0x52f9f5['shift']());}}}(_0x357d,0x8b392));const e={'docs-shape-ui':{'title':_0x5288be(0x18d),'insertShape':_0x5288be(0x185),'openPanel':_0x5288be(0x1a9),'deleteShape':_0x5288be(0x19d),'hidePanel':_0x5288be(0x198),'formatShape':_0x5288be(0x192),'shapeStyle':_0x5288be(0x186),'shapePosition':_0x5288be(0x17e),'toggleFlipH':_0x5288be(0x199),'toggleFlipV':_0x5288be(0x180),'rotateRight90':_0x5288be(0x18b),'rotateLeft90':_0x5288be(0x195),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':'لایه‌ها','open':_0x5288be(0x1ac),'empty':_0x5288be(0x1aa),'showAll':_0x5288be(0x1ab),'hideAll':_0x5288be(0x190),'show':_0x5288be(0x189),'hide':_0x5288be(0x1a0),'moveForward':_0x5288be(0x1a8),'moveBackward':_0x5288be(0x17d),'close':'بستن','name':_0x5288be(0x194),'nameInput':'نام\x20شیء','description':_0x5288be(0x18e),'descriptionPlaceholder':_0x5288be(0x1a3),'details':_0x5288be(0x196),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید'},'toolbar':{'alignLeft':_0x5288be(0x181),'alignCenter':_0x5288be(0x1a6),'alignRight':'تراز\x20راست','alignJustify':_0x5288be(0x191),'bold':_0x5288be(0x17f),'italic':'ایتالیک','underline':_0x5288be(0x187),'strikethrough':_0x5288be(0x1a7),'textColor':_0x5288be(0x182),'fillColor':_0x5288be(0x184),'resetColor':'بازنشانی\x20رنگ'},'align':{'top':_0x5288be(0x193),'middle':_0x5288be(0x1a6),'bottom':_0x5288be(0x188)},'textWrap':{'inline':_0x5288be(0x18c),'square':_0x5288be(0x19e),'topAndBottom':_0x5288be(0x1ad),'behindText':_0x5288be(0x18f),'inFrontText':_0x5288be(0x1a4)},'crop':{'shape':'کراپ\x20به\x20شکل'}}};export{e as default};
1
+ function _0x55e7(_0x500197,_0x46562e){_0x500197=_0x500197-0x134;const _0x133006=_0x1330();let _0x55e757=_0x133006[_0x500197];return _0x55e757;}const _0x41ca6d=_0x55e7;(function(_0xfecbe8,_0xf4c9a3){const _0x4cbd11=_0x55e7,_0x1dfa1a=_0xfecbe8();while(!![]){try{const _0x27e572=parseInt(_0x4cbd11(0x14e))/0x1+-parseInt(_0x4cbd11(0x15a))/0x2+parseInt(_0x4cbd11(0x137))/0x3+-parseInt(_0x4cbd11(0x143))/0x4+parseInt(_0x4cbd11(0x13e))/0x5+-parseInt(_0x4cbd11(0x151))/0x6*(parseInt(_0x4cbd11(0x140))/0x7)+parseInt(_0x4cbd11(0x136))/0x8;if(_0x27e572===_0xf4c9a3)break;else _0x1dfa1a['push'](_0x1dfa1a['shift']());}catch(_0x3dfbf5){_0x1dfa1a['push'](_0x1dfa1a['shift']());}}}(_0x1330,0x861d3));const e={'docs-shape-ui':{'quickStyles':_0x41ca6d(0x13b),'title':_0x41ca6d(0x13f),'insertShape':_0x41ca6d(0x13d),'openPanel':_0x41ca6d(0x147),'deleteShape':_0x41ca6d(0x154),'hidePanel':_0x41ca6d(0x150),'formatShape':_0x41ca6d(0x160),'shapeStyle':_0x41ca6d(0x135),'shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x41ca6d(0x15b),'toggleFlipV':_0x41ca6d(0x14c),'rotateRight90':_0x41ca6d(0x144),'rotateLeft90':_0x41ca6d(0x14f),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':_0x41ca6d(0x138),'open':_0x41ca6d(0x145),'empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':'نمایش\x20همه','hideAll':_0x41ca6d(0x155),'show':_0x41ca6d(0x14b),'hide':_0x41ca6d(0x157),'moveForward':_0x41ca6d(0x158),'moveBackward':_0x41ca6d(0x156),'close':_0x41ca6d(0x15c),'name':_0x41ca6d(0x14a),'nameInput':_0x41ca6d(0x142),'description':'توضیحات','descriptionPlaceholder':_0x41ca6d(0x15f),'details':_0x41ca6d(0x152),'noSelection':_0x41ca6d(0x15e)},'toolbar':{'alignLeft':_0x41ca6d(0x15d),'alignCenter':_0x41ca6d(0x153),'alignRight':_0x41ca6d(0x14d),'alignJustify':_0x41ca6d(0x139),'bold':'پررنگ','italic':_0x41ca6d(0x141),'underline':_0x41ca6d(0x134),'strikethrough':'خط‌دار','textColor':'رنگ\x20متن','fillColor':'رنگ\x20پس‌زمینه\x20متن','resetColor':_0x41ca6d(0x13a)},'align':{'top':_0x41ca6d(0x161),'middle':_0x41ca6d(0x153),'bottom':_0x41ca6d(0x149)},'textWrap':{'inline':'در\x20یک\x20خط\x20با\x20متن','square':_0x41ca6d(0x148),'topAndBottom':_0x41ca6d(0x159),'behindText':_0x41ca6d(0x13c),'inFrontText':_0x41ca6d(0x146)},'crop':{'shape':'کراپ\x20به\x20شکل'}}};export{e as default};function _0x1330(){const _0x29f558=['مربع','تراز\x20پایین','نام','نمایش','تغییر\x20وضعیت\x20چرخش\x20عمودی','تراز\x20راست','50748QzIdvI','چرخش\x20۹۰\x20درجه\x20به\x20چپ','مخفی\x20کردن\x20پنل\x20شکل‌ها','3031590XmWTsL','جزئیات','تراز\x20وسط','حذف\x20شکل','پنهان\x20کردن\x20همه','عقب\x20بردن','پنهان\x20کردن','جلو\x20آوردن','بالا\x20و\x20پایین','2164338TcjIma','تغییر\x20وضعیت\x20چرخش\x20افقی','بستن','تراز\x20چپ','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','توضیحی\x20اضافه\x20کنید','قالب‌بندی\x20شکل','تراز\x20بالا','خط‌کشی','سبک\x20شکل','14346056OGgVmu','2578152izhpMl','لایه‌ها','توجیه','بازنشانی\x20رنگ','سبک‌های\x20سریع','پشت\x20متن','درج\x20شکل','1900305Zpxtev','شکل','7bqppKI','ایتالیک','نام\x20شیء','3786740rIJTRR','چرخش\x20۹۰\x20درجه\x20به\x20راست','باز\x20کردن\x20پنل\x20لایه‌ها','جلوی\x20متن','باز\x20کردن\x20پنل\x20شکل‌ها'];_0x1330=function(){return _0x29f558;};return _0x1330();}
@@ -1 +1 @@
1
- const _0x20a9cb=_0x34a7;(function(_0x170a3a,_0x364cc7){const _0x12a0e1=_0x34a7,_0x301544=_0x170a3a();while(!![]){try{const _0x11921d=parseInt(_0x12a0e1(0x1ab))/0x1+parseInt(_0x12a0e1(0x18e))/0x2+parseInt(_0x12a0e1(0x1a2))/0x3+parseInt(_0x12a0e1(0x191))/0x4*(-parseInt(_0x12a0e1(0x1aa))/0x5)+parseInt(_0x12a0e1(0x185))/0x6*(parseInt(_0x12a0e1(0x1b2))/0x7)+parseInt(_0x12a0e1(0x187))/0x8+-parseInt(_0x12a0e1(0x1a4))/0x9*(parseInt(_0x12a0e1(0x1a7))/0xa);if(_0x11921d===_0x364cc7)break;else _0x301544['push'](_0x301544['shift']());}catch(_0x49ab82){_0x301544['push'](_0x301544['shift']());}}}(_0x2359,0x6d1fa));function _0x34a7(_0x486aa7,_0x406164){_0x486aa7=_0x486aa7-0x183;const _0x2359f5=_0x2359();let _0x34a755=_0x2359f5[_0x486aa7];return _0x34a755;}function _0x2359(){const _0x1c8606=['Aligner\x20au\x20centre','Aligner\x20au\x20milieu','Masquer','Rogner\x20à\x20la\x20forme','200982xmGqvB','Pivoter\x20à\x20gauche\x20de\x2090°','Aligner\x20à\x20droite','964iEepIL','Couleur\x20du\x20texte','Détails','Devant\x20le\x20texte','Afficher','Ouvrir\x20le\x20panneau\x20des\x20calques','Tout\x20masquer','Format\x20de\x20la\x20forme','Souligné','Couleur\x20de\x20fond\x20du\x20texte','Tout\x20afficher','Nom','Barré','Italique','Style\x20de\x20la\x20forme','Reculer','Basculer\x20le\x20retournement\x20vertical','2519745wYKAMz','Ouvrir\x20le\x20panneau\x20des\x20formes','7759431sbAepD','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Calques','10dlWEPT','Aligné\x20avec\x20le\x20texte','Aligner\x20en\x20haut','12230BUkIMw','296198tzhRRH','Aligner\x20à\x20gauche','Supprimer\x20la\x20forme','Pivoter\x20à\x20droite\x20de\x2090°','Avancer','Aligner\x20en\x20bas','Forme','175IdAQoI','Description','Ajouter\x20une\x20description','26538UjTcqL','Réinitialiser\x20la\x20couleur','4411488gmTxnW','Masquer\x20le\x20panneau\x20des\x20formes','Basculer\x20le\x20retournement\x20horizontal'];_0x2359=function(){return _0x1c8606;};return _0x2359();}const e={'docs-shape-ui':{'title':_0x20a9cb(0x1b1),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x20a9cb(0x1a3),'deleteShape':_0x20a9cb(0x1ad),'hidePanel':_0x20a9cb(0x188),'formatShape':_0x20a9cb(0x198),'shapeStyle':_0x20a9cb(0x19f),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0x20a9cb(0x189),'toggleFlipV':_0x20a9cb(0x1a1),'rotateRight90':_0x20a9cb(0x1ae),'rotateLeft90':_0x20a9cb(0x18f),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x20a9cb(0x1a6),'open':_0x20a9cb(0x196),'empty':'Aucun\x20objet','showAll':_0x20a9cb(0x19b),'hideAll':_0x20a9cb(0x197),'show':_0x20a9cb(0x195),'hide':_0x20a9cb(0x18c),'moveForward':_0x20a9cb(0x1af),'moveBackward':_0x20a9cb(0x1a0),'close':'Fermer','name':_0x20a9cb(0x19c),'nameInput':'Nom\x20de\x20l’objet','description':_0x20a9cb(0x183),'descriptionPlaceholder':_0x20a9cb(0x184),'details':_0x20a9cb(0x193),'noSelection':_0x20a9cb(0x1a5)},'toolbar':{'alignLeft':_0x20a9cb(0x1ac),'alignCenter':_0x20a9cb(0x18a),'alignRight':_0x20a9cb(0x190),'alignJustify':'Justifier','bold':'Gras','italic':_0x20a9cb(0x19e),'underline':_0x20a9cb(0x199),'strikethrough':_0x20a9cb(0x19d),'textColor':_0x20a9cb(0x192),'fillColor':_0x20a9cb(0x19a),'resetColor':_0x20a9cb(0x186)},'align':{'top':_0x20a9cb(0x1a9),'middle':_0x20a9cb(0x18b),'bottom':_0x20a9cb(0x1b0)},'textWrap':{'inline':_0x20a9cb(0x1a8),'square':'Carré','topAndBottom':'Haut\x20et\x20bas','behindText':'Derrière\x20le\x20texte','inFrontText':_0x20a9cb(0x194)},'crop':{'shape':_0x20a9cb(0x18d)}}};export{e as default};
1
+ const _0x2b87db=_0x19af;(function(_0x533260,_0x25bd18){const _0x179ac1=_0x19af,_0x35e619=_0x533260();while(!![]){try{const _0x4db94e=parseInt(_0x179ac1(0xdd))/0x1+-parseInt(_0x179ac1(0xf9))/0x2*(-parseInt(_0x179ac1(0xe7))/0x3)+parseInt(_0x179ac1(0xfa))/0x4*(-parseInt(_0x179ac1(0xd3))/0x5)+-parseInt(_0x179ac1(0xed))/0x6+-parseInt(_0x179ac1(0xd7))/0x7*(parseInt(_0x179ac1(0xeb))/0x8)+parseInt(_0x179ac1(0xec))/0x9+parseInt(_0x179ac1(0xdc))/0xa;if(_0x4db94e===_0x25bd18)break;else _0x35e619['push'](_0x35e619['shift']());}catch(_0x45e77c){_0x35e619['push'](_0x35e619['shift']());}}}(_0x732d,0xde61e));function _0x19af(_0x28eef0,_0xfd1cc3){_0x28eef0=_0x28eef0-0xd0;const _0x732d66=_0x732d();let _0x19afd1=_0x732d66[_0x28eef0];return _0x19afd1;}function _0x732d(){const _0x18d770=['Aligner\x20à\x20droite','6985395TRYARC','Aligner\x20en\x20bas','Calques','Supprimer\x20la\x20forme','11221BQmsVt','Reculer','Souligné','Rogner\x20à\x20la\x20forme','Basculer\x20le\x20retournement\x20vertical','26565850yuGrje','966644pIbqvk','Justifier','Pivoter\x20à\x20gauche\x20de\x2090°','Masquer\x20le\x20panneau\x20des\x20formes','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Gras','Haut\x20et\x20bas','Style\x20de\x20la\x20forme','Aligner\x20à\x20gauche','Forme','14226XLbNmx','Derrière\x20le\x20texte','Masquer','Afficher','6904zllbWy','5142780pEPeWh','7799754USROES','Insérer\x20une\x20forme','Barré','Tout\x20masquer','Pivoter\x20à\x20droite\x20de\x2090°','Ouvrir\x20le\x20panneau\x20des\x20formes','Italique','Couleur\x20du\x20texte','Aucun\x20objet','Basculer\x20le\x20retournement\x20horizontal','Position\x20de\x20la\x20forme','Basculer\x20le\x20texte\x20vertical','336SstjoS','4OIEBOX','Description','Format\x20de\x20la\x20forme','Couleur\x20de\x20fond\x20du\x20texte'];_0x732d=function(){return _0x18d770;};return _0x732d();}const e={'docs-shape-ui':{'quickStyles':'Styles\x20rapides','title':_0x2b87db(0xe6),'insertShape':_0x2b87db(0xee),'openPanel':_0x2b87db(0xf2),'deleteShape':_0x2b87db(0xd6),'hidePanel':_0x2b87db(0xe0),'formatShape':_0x2b87db(0xd0),'shapeStyle':_0x2b87db(0xe4),'shapePosition':_0x2b87db(0xf7),'toggleFlipH':_0x2b87db(0xf6),'toggleFlipV':_0x2b87db(0xdb),'rotateRight90':_0x2b87db(0xf1),'rotateLeft90':_0x2b87db(0xdf),'toggleTextVertical':_0x2b87db(0xf8),'objectListPanel':{'title':_0x2b87db(0xd5),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x2b87db(0xf5),'showAll':'Tout\x20afficher','hideAll':_0x2b87db(0xf0),'show':_0x2b87db(0xea),'hide':_0x2b87db(0xe9),'moveForward':'Avancer','moveBackward':_0x2b87db(0xd8),'close':'Fermer','name':'Nom','nameInput':'Nom\x20de\x20l’objet','description':_0x2b87db(0xfb),'descriptionPlaceholder':'Ajouter\x20une\x20description','details':'Détails','noSelection':_0x2b87db(0xe1)},'toolbar':{'alignLeft':_0x2b87db(0xe5),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x2b87db(0xd2),'alignJustify':_0x2b87db(0xde),'bold':_0x2b87db(0xe2),'italic':_0x2b87db(0xf3),'underline':_0x2b87db(0xd9),'strikethrough':_0x2b87db(0xef),'textColor':_0x2b87db(0xf4),'fillColor':_0x2b87db(0xd1),'resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':'Aligner\x20en\x20haut','middle':'Aligner\x20au\x20milieu','bottom':_0x2b87db(0xd4)},'textWrap':{'inline':'Aligné\x20avec\x20le\x20texte','square':'Carré','topAndBottom':_0x2b87db(0xe3),'behindText':_0x2b87db(0xe8),'inFrontText':'Devant\x20le\x20texte'},'crop':{'shape':_0x2b87db(0xda)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x1e187e=_0x2e9b;(function(_0x32194c,_0x4e98d3){const _0x24e89c=_0x2e9b,_0x5a104a=_0x32194c();while(!![]){try{const _0x5f2744=parseInt(_0x24e89c(0x201))/0x1*(parseInt(_0x24e89c(0x211))/0x2)+-parseInt(_0x24e89c(0x1f6))/0x3+-parseInt(_0x24e89c(0x208))/0x4*(parseInt(_0x24e89c(0x200))/0x5)+parseInt(_0x24e89c(0x209))/0x6*(-parseInt(_0x24e89c(0x20b))/0x7)+parseInt(_0x24e89c(0x1e9))/0x8+parseInt(_0x24e89c(0x1f3))/0x9*(parseInt(_0x24e89c(0x1fd))/0xa)+parseInt(_0x24e89c(0x1eb))/0xb;if(_0x5f2744===_0x4e98d3)break;else _0x5a104a['push'](_0x5a104a['shift']());}catch(_0x4b23e9){_0x5a104a['push'](_0x5a104a['shift']());}}}(_0x1c63,0xbe45f));const e={'docs-shape-ui':{'title':_0x1e187e(0x1ec),'insertShape':_0x1e187e(0x1f1),'openPanel':_0x1e187e(0x1f9),'deleteShape':_0x1e187e(0x1fa),'hidePanel':'Sembunyikan\x20Panel\x20Bentuk','formatShape':_0x1e187e(0x1f0),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x1e187e(0x206),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':'Balik\x20Vertikal','rotateRight90':_0x1e187e(0x1fb),'rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':_0x1e187e(0x20d),'objectListPanel':{'title':'Lapisan','open':_0x1e187e(0x204),'empty':_0x1e187e(0x1ef),'showAll':'Tampilkan\x20semua','hideAll':_0x1e187e(0x1f2),'show':'Tampilkan','hide':_0x1e187e(0x1ff),'moveForward':_0x1e187e(0x20a),'moveBackward':_0x1e187e(0x213),'close':_0x1e187e(0x1ee),'name':_0x1e187e(0x210),'nameInput':'Nama\x20objek','description':'Deskripsi','descriptionPlaceholder':_0x1e187e(0x1f4),'details':_0x1e187e(0x20c),'noSelection':_0x1e187e(0x1ea)},'toolbar':{'alignLeft':_0x1e187e(0x20f),'alignCenter':'Rata\x20Tengah','alignRight':'Rata\x20Kanan','alignJustify':_0x1e187e(0x1ed),'bold':_0x1e187e(0x203),'italic':_0x1e187e(0x202),'underline':'Garis\x20bawah','strikethrough':_0x1e187e(0x205),'textColor':_0x1e187e(0x212),'fillColor':_0x1e187e(0x1fc),'resetColor':'Atur\x20ulang\x20warna'},'align':{'top':_0x1e187e(0x20e),'middle':_0x1e187e(0x1f7),'bottom':'Rata\x20Bawah'},'textWrap':{'inline':_0x1e187e(0x1f8),'square':_0x1e187e(0x207),'topAndBottom':_0x1e187e(0x1fe),'behindText':_0x1e187e(0x1f5),'inFrontText':'Di\x20depan\x20teks'},'crop':{'shape':_0x1e187e(0x214)}}};function _0x2e9b(_0x3a51d6,_0x14a9aa){_0x3a51d6=_0x3a51d6-0x1e9;const _0x1c6366=_0x1c63();let _0x2e9bbd=_0x1c6366[_0x3a51d6];return _0x2e9bbd;}function _0x1c63(){const _0x2157b6=['Rata\x20Kiri','Nama','2VyeIcE','Warna\x20teks','Kirim\x20ke\x20belakang','Pangkas\x20ke\x20Bentuk','2703064CigrbV','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','11514250OiLHct','Bentuk','Rata\x20Kanan\x20Kiri','Tutup','Tidak\x20ada\x20objek','Format\x20Bentuk','Sisipkan\x20Bentuk','Sembunyikan\x20semua','3458898tFBqNL','Tambahkan\x20deskripsi','Di\x20belakang\x20teks','2948442xBqenV','Rata\x20Tengah','Sejajar\x20dengan\x20teks','Buka\x20Panel\x20Bentuk','Hapus\x20Bentuk','Putar\x20Kanan\x2090°','Warna\x20latar\x20teks','20QHDRZx','Atas\x20dan\x20Bawah','Sembunyikan','1207590CQTPgq','1030841NDYTVX','Miring','Tebal','Buka\x20panel\x20lapisan','Coret','Posisi\x20Bentuk','Kotak','8VNgguY','6BlRyGP','Bawa\x20ke\x20depan','6572363tbdIlA','Detail','Ubah\x20Teks\x20Vertikal','Rata\x20Atas'];_0x1c63=function(){return _0x2157b6;};return _0x1c63();}export{e as default};
1
+ const _0x109a38=_0x9369;(function(_0x247764,_0x3f303a){const _0x256d95=_0x9369,_0x58ee06=_0x247764();while(!![]){try{const _0x4a9b43=-parseInt(_0x256d95(0x1e1))/0x1*(parseInt(_0x256d95(0x1f9))/0x2)+parseInt(_0x256d95(0x1f5))/0x3+-parseInt(_0x256d95(0x205))/0x4+parseInt(_0x256d95(0x1e3))/0x5*(-parseInt(_0x256d95(0x1df))/0x6)+-parseInt(_0x256d95(0x1fb))/0x7*(-parseInt(_0x256d95(0x208))/0x8)+-parseInt(_0x256d95(0x1fe))/0x9+parseInt(_0x256d95(0x1ea))/0xa;if(_0x4a9b43===_0x3f303a)break;else _0x58ee06['push'](_0x58ee06['shift']());}catch(_0x12c61f){_0x58ee06['push'](_0x58ee06['shift']());}}}(_0x38a2,0x7d2bb));function _0x9369(_0xb51abf,_0x35ffb1){_0xb51abf=_0xb51abf-0x1df;const _0x38a23b=_0x38a2();let _0x936952=_0x38a23b[_0xb51abf];return _0x936952;}const e={'docs-shape-ui':{'quickStyles':_0x109a38(0x1ed),'title':_0x109a38(0x1fd),'insertShape':_0x109a38(0x1f6),'openPanel':_0x109a38(0x1e2),'deleteShape':'Hapus\x20Bentuk','hidePanel':_0x109a38(0x1e6),'formatShape':_0x109a38(0x1e7),'shapeStyle':_0x109a38(0x1f2),'shapePosition':'Posisi\x20Bentuk','toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x109a38(0x201),'rotateRight90':_0x109a38(0x1e9),'rotateLeft90':_0x109a38(0x1ef),'toggleTextVertical':'Ubah\x20Teks\x20Vertikal','objectListPanel':{'title':_0x109a38(0x20b),'open':_0x109a38(0x1f3),'empty':_0x109a38(0x1eb),'showAll':_0x109a38(0x209),'hideAll':_0x109a38(0x1ee),'show':'Tampilkan','hide':_0x109a38(0x1f1),'moveForward':_0x109a38(0x200),'moveBackward':'Kirim\x20ke\x20belakang','close':_0x109a38(0x1e0),'name':'Nama','nameInput':'Nama\x20objek','description':_0x109a38(0x1ec),'descriptionPlaceholder':_0x109a38(0x1f8),'details':'Detail','noSelection':_0x109a38(0x202)},'toolbar':{'alignLeft':'Rata\x20Kiri','alignCenter':_0x109a38(0x207),'alignRight':_0x109a38(0x1fa),'alignJustify':_0x109a38(0x1e8),'bold':_0x109a38(0x1f0),'italic':_0x109a38(0x20a),'underline':_0x109a38(0x204),'strikethrough':_0x109a38(0x1fc),'textColor':_0x109a38(0x206),'fillColor':_0x109a38(0x1ff),'resetColor':_0x109a38(0x1e4)},'align':{'top':'Rata\x20Atas','middle':_0x109a38(0x207),'bottom':'Rata\x20Bawah'},'textWrap':{'inline':_0x109a38(0x203),'square':_0x109a38(0x1f4),'topAndBottom':_0x109a38(0x1f7),'behindText':'Di\x20belakang\x20teks','inFrontText':'Di\x20depan\x20teks'},'crop':{'shape':_0x109a38(0x1e5)}}};export{e as default};function _0x38a2(){const _0x36be51=['Sisipkan\x20Bentuk','Atas\x20dan\x20Bawah','Tambahkan\x20deskripsi','40686hSJfFF','Rata\x20Kanan','7faMlUk','Coret','Bentuk','8850024FNIhFq','Warna\x20latar\x20teks','Bawa\x20ke\x20depan','Balik\x20Vertikal','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Sejajar\x20dengan\x20teks','Garis\x20bawah','23028RDEMha','Warna\x20teks','Rata\x20Tengah','4204232EvFCaw','Tampilkan\x20semua','Miring','Lapisan','2406PTKAwM','Tutup','43iIvAhl','Buka\x20Panel\x20Bentuk','3465kNYXJh','Atur\x20ulang\x20warna','Pangkas\x20ke\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','Format\x20Bentuk','Rata\x20Kanan\x20Kiri','Putar\x20Kanan\x2090°','18063220UZfPgZ','Tidak\x20ada\x20objek','Deskripsi','Gaya\x20Cepat','Sembunyikan\x20semua','Putar\x20Kiri\x2090°','Tebal','Sembunyikan','Gaya\x20Bentuk','Buka\x20panel\x20lapisan','Kotak','967749FupWcs'];_0x38a2=function(){return _0x36be51;};return _0x38a2();}
@@ -1 +1 @@
1
- const _0x2e75a0=_0x16e9;function _0x16e9(_0x3ba3d4,_0x721b5a){_0x3ba3d4=_0x3ba3d4-0x126;const _0x5ecfa8=_0x5ecf();let _0x16e9d3=_0x5ecfa8[_0x3ba3d4];return _0x16e9d3;}(function(_0x242406,_0xb70b79){const _0x47b811=_0x16e9,_0x1f8172=_0x242406();while(!![]){try{const _0x4ea00a=parseInt(_0x47b811(0x143))/0x1+parseInt(_0x47b811(0x12a))/0x2*(-parseInt(_0x47b811(0x130))/0x3)+parseInt(_0x47b811(0x12f))/0x4*(-parseInt(_0x47b811(0x142))/0x5)+-parseInt(_0x47b811(0x145))/0x6*(parseInt(_0x47b811(0x147))/0x7)+-parseInt(_0x47b811(0x144))/0x8+-parseInt(_0x47b811(0x12c))/0x9*(parseInt(_0x47b811(0x14f))/0xa)+parseInt(_0x47b811(0x13f))/0xb;if(_0x4ea00a===_0xb70b79)break;else _0x1f8172['push'](_0x1f8172['shift']());}catch(_0x307d7e){_0x1f8172['push'](_0x1f8172['shift']());}}}(_0x5ecf,0xe0ff9));function _0x5ecf(){const _0x5ac2b9=['Elimina\x20forma','424613pcQkon','Nascondi','Allinea\x20in\x20basso','Dietro\x20il\x20testo','Posizione\x20forma','Allinea\x20in\x20alto','Superiore\x20e\x20inferiore','Quadrato','557710tYeCNj','Corsivo','Reimposta\x20colore','Mostra','Attiva/disattiva\x20testo\x20verticale','974654ZSdfQq','Attiva/disattiva\x20capovolgimento\x20verticale','261ijPsyu','Dettagli','Inserisci\x20forma','532156GbTDfS','3CwUhDz','Sottolineato','Nome','Descrizione','Nessun\x20oggetto','Ritaglia\x20a\x20forma','Porta\x20avanti','Allinea\x20a\x20Sinistra','Stile\x20forma','Nascondi\x20tutti','Apri\x20pannello\x20forma','Ruota\x20a\x20destra\x2090°','Barrato','Giustifica','Formato\x20forma','59056954HSFXKN','In\x20linea\x20con\x20il\x20testo','Grassetto','5CLOhFo','210951RcVyNU','13055040TLQnbg','78FWYTlo'];_0x5ecf=function(){return _0x5ac2b9;};return _0x5ecf();}const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x2e75a0(0x12e),'openPanel':_0x2e75a0(0x13a),'deleteShape':_0x2e75a0(0x146),'hidePanel':'Nascondi\x20pannello\x20forma','formatShape':_0x2e75a0(0x13e),'shapeStyle':_0x2e75a0(0x138),'shapePosition':_0x2e75a0(0x14b),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x2e75a0(0x12b),'rotateRight90':_0x2e75a0(0x13b),'rotateLeft90':'Ruota\x20a\x20sinistra\x2090°','toggleTextVertical':_0x2e75a0(0x129),'objectListPanel':{'title':'Livelli','open':'Apri\x20il\x20pannello\x20livelli','empty':_0x2e75a0(0x134),'showAll':'Mostra\x20tutti','hideAll':_0x2e75a0(0x139),'show':_0x2e75a0(0x128),'hide':_0x2e75a0(0x148),'moveForward':_0x2e75a0(0x136),'moveBackward':'Porta\x20indietro','close':'Chiudi','name':_0x2e75a0(0x132),'nameInput':'Nome\x20oggetto','description':_0x2e75a0(0x133),'descriptionPlaceholder':'Aggiungi\x20una\x20descrizione','details':_0x2e75a0(0x12d),'noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli'},'toolbar':{'alignLeft':_0x2e75a0(0x137),'alignCenter':'Allinea\x20al\x20Centro','alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x2e75a0(0x13d),'bold':_0x2e75a0(0x141),'italic':_0x2e75a0(0x126),'underline':_0x2e75a0(0x131),'strikethrough':_0x2e75a0(0x13c),'textColor':'Colore\x20testo','fillColor':'Colore\x20sfondo\x20testo','resetColor':_0x2e75a0(0x127)},'align':{'top':_0x2e75a0(0x14c),'middle':'Allinea\x20al\x20centro','bottom':_0x2e75a0(0x149)},'textWrap':{'inline':_0x2e75a0(0x140),'square':_0x2e75a0(0x14e),'topAndBottom':_0x2e75a0(0x14d),'behindText':_0x2e75a0(0x14a),'inFrontText':'Davanti\x20al\x20testo'},'crop':{'shape':_0x2e75a0(0x135)}}};export{e as default};
1
+ const _0x22e619=_0x1510;function _0x9f83(){const _0x367984=['Allinea\x20al\x20Centro','933190MrlCbG','Aggiungi\x20una\x20descrizione','658626bJHtGQ','Giustifica','Stile\x20forma','Chiudi','105wiTHxn','Nome\x20oggetto','Porta\x20avanti','Ruota\x20a\x20sinistra\x2090°','Barrato','In\x20linea\x20con\x20il\x20testo','Ruota\x20a\x20destra\x2090°','17665109vZirWI','Allinea\x20al\x20centro','Dietro\x20il\x20testo','Nessun\x20oggetto','32990tOaBMp','Reimposta\x20colore','Attiva/disattiva\x20capovolgimento\x20verticale','Mostra','113832oHigKV','Allinea\x20in\x20basso','2874456WvNxdB','18GiPTuF','5dJbWLT','Apri\x20pannello\x20forma','Colore\x20sfondo\x20testo','Nascondi\x20tutti','Corsivo','Colore\x20testo','Stili\x20rapidi','Forma','45GatUuE','Posizione\x20forma','Nascondi\x20pannello\x20forma','Ritaglia\x20a\x20forma','Apri\x20il\x20pannello\x20livelli','347609edPcCe','Descrizione','Porta\x20indietro','Allinea\x20in\x20alto','Sottolineato','Elimina\x20forma','Attiva/disattiva\x20testo\x20verticale','Superiore\x20e\x20inferiore','Inserisci\x20forma'];_0x9f83=function(){return _0x367984;};return _0x9f83();}(function(_0xf4589,_0x1ddf65){const _0x2c2a36=_0x1510,_0x4f4475=_0xf4589();while(!![]){try{const _0x4a8773=-parseInt(_0x2c2a36(0x1f6))/0x1+-parseInt(_0x2c2a36(0x211))/0x2*(parseInt(_0x2c2a36(0x1f1))/0x3)+-parseInt(_0x2c2a36(0x1e7))/0x4+parseInt(_0x2c2a36(0x1e9))/0x5*(parseInt(_0x2c2a36(0x202))/0x6)+-parseInt(_0x2c2a36(0x206))/0x7*(parseInt(_0x2c2a36(0x215))/0x8)+-parseInt(_0x2c2a36(0x1e8))/0x9*(-parseInt(_0x2c2a36(0x200))/0xa)+parseInt(_0x2c2a36(0x20d))/0xb;if(_0x4a8773===_0x1ddf65)break;else _0x4f4475['push'](_0x4f4475['shift']());}catch(_0xa842c6){_0x4f4475['push'](_0x4f4475['shift']());}}}(_0x9f83,0x5b9cd));function _0x1510(_0x505c25,_0x106f3a){_0x505c25=_0x505c25-0x1e6;const _0x9f830e=_0x9f83();let _0x15106b=_0x9f830e[_0x505c25];return _0x15106b;}const e={'docs-shape-ui':{'quickStyles':_0x22e619(0x1ef),'title':_0x22e619(0x1f0),'insertShape':_0x22e619(0x1fe),'openPanel':_0x22e619(0x1ea),'deleteShape':_0x22e619(0x1fb),'hidePanel':_0x22e619(0x1f3),'formatShape':'Formato\x20forma','shapeStyle':_0x22e619(0x204),'shapePosition':_0x22e619(0x1f2),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x22e619(0x213),'rotateRight90':_0x22e619(0x20c),'rotateLeft90':_0x22e619(0x209),'toggleTextVertical':_0x22e619(0x1fc),'objectListPanel':{'title':'Livelli','open':_0x22e619(0x1f5),'empty':_0x22e619(0x210),'showAll':'Mostra\x20tutti','hideAll':_0x22e619(0x1ec),'show':_0x22e619(0x214),'hide':'Nascondi','moveForward':_0x22e619(0x208),'moveBackward':_0x22e619(0x1f8),'close':_0x22e619(0x205),'name':'Nome','nameInput':_0x22e619(0x207),'description':_0x22e619(0x1f7),'descriptionPlaceholder':_0x22e619(0x201),'details':'Dettagli','noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli'},'toolbar':{'alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x22e619(0x1ff),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x22e619(0x203),'bold':'Grassetto','italic':_0x22e619(0x1ed),'underline':_0x22e619(0x1fa),'strikethrough':_0x22e619(0x20a),'textColor':_0x22e619(0x1ee),'fillColor':_0x22e619(0x1eb),'resetColor':_0x22e619(0x212)},'align':{'top':_0x22e619(0x1f9),'middle':_0x22e619(0x20e),'bottom':_0x22e619(0x1e6)},'textWrap':{'inline':_0x22e619(0x20b),'square':'Quadrato','topAndBottom':_0x22e619(0x1fd),'behindText':_0x22e619(0x20f),'inFrontText':'Davanti\x20al\x20testo'},'crop':{'shape':_0x22e619(0x1f4)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x2e7a(_0x3b1fcc,_0x316bef){_0x3b1fcc=_0x3b1fcc-0x178;const _0x1d1b32=_0x1d1b();let _0x2e7a00=_0x1d1b32[_0x3b1fcc];return _0x2e7a00;}const _0x4a60d0=_0x2e7a;(function(_0x46d218,_0x35866b){const _0x2a074d=_0x2e7a,_0x2e6652=_0x46d218();while(!![]){try{const _0x1b4217=parseInt(_0x2a074d(0x19e))/0x1+-parseInt(_0x2a074d(0x186))/0x2+-parseInt(_0x2a074d(0x17c))/0x3*(parseInt(_0x2a074d(0x183))/0x4)+parseInt(_0x2a074d(0x193))/0x5+-parseInt(_0x2a074d(0x197))/0x6*(-parseInt(_0x2a074d(0x19a))/0x7)+-parseInt(_0x2a074d(0x192))/0x8*(parseInt(_0x2a074d(0x18d))/0x9)+-parseInt(_0x2a074d(0x184))/0xa*(parseInt(_0x2a074d(0x187))/0xb);if(_0x1b4217===_0x35866b)break;else _0x2e6652['push'](_0x2e6652['shift']());}catch(_0x3a41fe){_0x2e6652['push'](_0x2e6652['shift']());}}}(_0x1d1b,0x25b63));const e={'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x4a60d0(0x17d),'deleteShape':_0x4a60d0(0x18e),'hidePanel':'図形パネルを非表示','formatShape':_0x4a60d0(0x19b),'shapeStyle':_0x4a60d0(0x17a),'shapePosition':'図形の位置','toggleFlipH':_0x4a60d0(0x18a),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x4a60d0(0x195),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x4a60d0(0x182),'objectListPanel':{'title':_0x4a60d0(0x181),'open':_0x4a60d0(0x178),'empty':_0x4a60d0(0x191),'showAll':_0x4a60d0(0x199),'hideAll':_0x4a60d0(0x185),'show':'表示','hide':_0x4a60d0(0x17f),'moveForward':_0x4a60d0(0x189),'moveBackward':_0x4a60d0(0x17b),'close':_0x4a60d0(0x194),'name':'名前','nameInput':_0x4a60d0(0x19c),'description':'説明','descriptionPlaceholder':_0x4a60d0(0x179),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'},'toolbar':{'alignLeft':_0x4a60d0(0x18f),'alignCenter':_0x4a60d0(0x180),'alignRight':_0x4a60d0(0x196),'alignJustify':_0x4a60d0(0x18b),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x4a60d0(0x18c),'textColor':'文字の色','fillColor':'塗りつぶしの色','resetColor':_0x4a60d0(0x188)},'align':{'top':_0x4a60d0(0x198),'middle':'中央揃え','bottom':_0x4a60d0(0x17e)},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':_0x4a60d0(0x19d),'inFrontText':'文字列の前面'},'crop':{'shape':_0x4a60d0(0x190)}}};export{e as default};function _0x1d1b(){const _0x45a0c5=['すべて非表示','598726xoHFkc','11dMmTyB','色をリセット','前面へ移動','水平反転の切り替え','両端揃え','取り消し線','57411TqYILE','図形を削除','左揃え','形状にトリミング','オブジェクトがありません','16YrZsNA','196615okUafR','閉じる','時計回りに\x2090\x20度回転','右揃え','7086sZjXol','上揃え','すべて表示','1442OycCDu','図形の書式設定','オブジェクト名','文字列の背面','269838MLdJPj','レイヤーパネルを開く','説明を追加','図形スタイル','背面へ移動','77010FtSdfE','図形パネルを開く','下揃え','非表示','中央揃え','レイヤー','テキストの縦書き/横書きの切り替え','8CYWDZM','345190FmarpU'];_0x1d1b=function(){return _0x45a0c5;};return _0x1d1b();}
1
+ const _0x2c1a02=_0x365d;function _0x593f(){const _0x20c010=['クイックスタイル','98nmpNZU','図形の書式設定','58oehWoA','図形パネルを非表示','文字の色','非表示','形状にトリミング','水平反転の切り替え','30NiMtLP','レイヤーパネルを開く','右揃え','図形スタイル','676944kouKBL','時計回りに\x2090\x20度回転','背面へ移動','左揃え','反時計回りに\x2090\x20度回転','両端揃え','文字列の前面','詳細を編集するオブジェクトを選択','図形の挿入','36123oDtboY','すべて表示','文字列の背面','オブジェクトがありません','3750768CNRIgR','8900550cqlcGn','11374418VpSFix','垂直反転の切り替え','塗りつぶしの色','76732BNYmRB','図形の位置','色をリセット','中央揃え','すべて非表示','152024sUmRVU','取り消し線','185NqPlwL'];_0x593f=function(){return _0x20c010;};return _0x593f();}(function(_0x27f68a,_0x18286e){const _0x4bb444=_0x365d,_0x367e17=_0x27f68a();while(!![]){try{const _0x17f9d5=parseInt(_0x4bb444(0xfc))/0x1+parseInt(_0x4bb444(0x119))/0x2*(parseInt(_0x4bb444(0x105))/0x3)+parseInt(_0x4bb444(0x10e))/0x4*(parseInt(_0x4bb444(0x115))/0x5)+parseInt(_0x4bb444(0x109))/0x6+-parseInt(_0x4bb444(0x117))/0x7*(-parseInt(_0x4bb444(0x113))/0x8)+parseInt(_0x4bb444(0x10a))/0x9+parseInt(_0x4bb444(0xf8))/0xa*(-parseInt(_0x4bb444(0x10b))/0xb);if(_0x17f9d5===_0x18286e)break;else _0x367e17['push'](_0x367e17['shift']());}catch(_0x6489ed){_0x367e17['push'](_0x367e17['shift']());}}}(_0x593f,0x7d776));function _0x365d(_0x5e2afd,_0x5975f4){_0x5e2afd=_0x5e2afd-0xf8;const _0x593f2a=_0x593f();let _0x365d6=_0x593f2a[_0x5e2afd];return _0x365d6;}const e={'docs-shape-ui':{'quickStyles':_0x2c1a02(0x116),'title':'図形','insertShape':_0x2c1a02(0x104),'openPanel':'図形パネルを開く','deleteShape':'図形を削除','hidePanel':_0x2c1a02(0x11a),'formatShape':_0x2c1a02(0x118),'shapeStyle':_0x2c1a02(0xfb),'shapePosition':_0x2c1a02(0x10f),'toggleFlipH':_0x2c1a02(0x11e),'toggleFlipV':_0x2c1a02(0x10c),'rotateRight90':_0x2c1a02(0xfd),'rotateLeft90':_0x2c1a02(0x100),'toggleTextVertical':'テキストの縦書き/横書きの切り替え','objectListPanel':{'title':'レイヤー','open':_0x2c1a02(0xf9),'empty':_0x2c1a02(0x108),'showAll':_0x2c1a02(0x106),'hideAll':_0x2c1a02(0x112),'show':'表示','hide':_0x2c1a02(0x11c),'moveForward':'前面へ移動','moveBackward':_0x2c1a02(0xfe),'close':'閉じる','name':'名前','nameInput':'オブジェクト名','description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x2c1a02(0x103)},'toolbar':{'alignLeft':_0x2c1a02(0xff),'alignCenter':_0x2c1a02(0x111),'alignRight':_0x2c1a02(0xfa),'alignJustify':_0x2c1a02(0x101),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x2c1a02(0x114),'textColor':_0x2c1a02(0x11b),'fillColor':_0x2c1a02(0x10d),'resetColor':_0x2c1a02(0x110)},'align':{'top':'上揃え','middle':_0x2c1a02(0x111),'bottom':'下揃え'},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':_0x2c1a02(0x107),'inFrontText':_0x2c1a02(0x102)},'crop':{'shape':_0x2c1a02(0x11d)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x5a71(_0xec7765,_0x159580){_0xec7765=_0xec7765-0x8d;const _0x2522ae=_0x2522();let _0x5a714e=_0x2522ae[_0xec7765];return _0x5a714e;}const _0x4bd074=_0x5a71;function _0x2522(){const _0x1507a1=['11YaTlgf','왼쪽\x20정렬','2Zeytii','텍스트\x20뒤','도형\x20패널\x20열기','세로\x20뒤집기\x20전환','40msHcHV','419695zwgGIM','글자\x20색상','3584484wVzgMH','가운데\x20맞춤','도형\x20서식','기울임꼴','앞으로\x20가져오기','도형\x20삽입','반시계\x20방향으로\x2090도\x20회전','개체\x20이름','8lhRGmp','2692308IJMzZK','모두\x20숨기기','도형\x20위치','설명\x20추가','시계\x20방향으로\x2090도\x20회전','뒤로\x20보내기','글자\x20배경색','도형\x20삭제','숨기기','텍스트와\x20같은\x20줄','도형\x20스타일','모양에\x20맞게\x20자르기','취소선','가로\x20뒤집기\x20전환','1694463MXuoLO','2240691ymKKiV','5404761tecoul','3817583SWseJC','색상\x20재설정','사각형','양쪽\x20맞춤','아래쪽\x20맞춤','10wXmAMr','가운데\x20정렬','레이어','텍스트\x20앞'];_0x2522=function(){return _0x1507a1;};return _0x2522();}(function(_0x3a1cdb,_0x2bf707){const _0x4d04a4=_0x5a71,_0x5d98a5=_0x3a1cdb();while(!![]){try{const _0x450336=parseInt(_0x4d04a4(0x8e))/0x1+parseInt(_0x4d04a4(0x9c))/0x2*(-parseInt(_0x4d04a4(0x8f))/0x3)+-parseInt(_0x4d04a4(0xa0))/0x4*(parseInt(_0x4d04a4(0xa1))/0x5)+parseInt(_0x4d04a4(0xa3))/0x6+-parseInt(_0x4d04a4(0x91))/0x7*(-parseInt(_0x4d04a4(0xab))/0x8)+parseInt(_0x4d04a4(0x90))/0x9*(-parseInt(_0x4d04a4(0x96))/0xa)+parseInt(_0x4d04a4(0x9a))/0xb*(parseInt(_0x4d04a4(0xac))/0xc);if(_0x450336===_0x2bf707)break;else _0x5d98a5['push'](_0x5d98a5['shift']());}catch(_0x1d593a){_0x5d98a5['push'](_0x5d98a5['shift']());}}}(_0x2522,0xd5925));const e={'docs-shape-ui':{'title':'도형','insertShape':_0x4bd074(0xa8),'openPanel':_0x4bd074(0x9e),'deleteShape':_0x4bd074(0xb3),'hidePanel':'도형\x20패널\x20숨기기','formatShape':_0x4bd074(0xa5),'shapeStyle':_0x4bd074(0xb6),'shapePosition':_0x4bd074(0xae),'toggleFlipH':_0x4bd074(0x8d),'toggleFlipV':_0x4bd074(0x9f),'rotateRight90':_0x4bd074(0xb0),'rotateLeft90':_0x4bd074(0xa9),'toggleTextVertical':'텍스트\x20세로/가로\x20전환','objectListPanel':{'title':_0x4bd074(0x98),'open':'레이어\x20패널\x20열기','empty':'개체\x20없음','showAll':'모두\x20표시','hideAll':_0x4bd074(0xad),'show':'표시','hide':_0x4bd074(0xb4),'moveForward':_0x4bd074(0xa7),'moveBackward':_0x4bd074(0xb1),'close':'닫기','name':'이름','nameInput':_0x4bd074(0xaa),'description':'설명','descriptionPlaceholder':_0x4bd074(0xaf),'details':'세부\x20정보','noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'},'toolbar':{'alignLeft':_0x4bd074(0x9b),'alignCenter':_0x4bd074(0x97),'alignRight':'오른쪽\x20정렬','alignJustify':_0x4bd074(0x94),'bold':'굵게','italic':_0x4bd074(0xa6),'underline':'밑줄','strikethrough':_0x4bd074(0xb8),'textColor':_0x4bd074(0xa2),'fillColor':_0x4bd074(0xb2),'resetColor':_0x4bd074(0x92)},'align':{'top':'위쪽\x20맞춤','middle':_0x4bd074(0xa4),'bottom':_0x4bd074(0x95)},'textWrap':{'inline':_0x4bd074(0xb5),'square':_0x4bd074(0x93),'topAndBottom':'위아래','behindText':_0x4bd074(0x9d),'inFrontText':_0x4bd074(0x99)},'crop':{'shape':_0x4bd074(0xb7)}}};export{e as default};
1
+ const _0x58a181=_0x4308;function _0x4308(_0x273d32,_0x1eb475){_0x273d32=_0x273d32-0x66;const _0x53d362=_0x53d3();let _0x4308c2=_0x53d362[_0x273d32];return _0x4308c2;}(function(_0x7109c7,_0x232768){const _0x295da3=_0x4308,_0x34a4c9=_0x7109c7();while(!![]){try{const _0xcb1249=-parseInt(_0x295da3(0x7c))/0x1+-parseInt(_0x295da3(0x6f))/0x2+parseInt(_0x295da3(0x73))/0x3*(-parseInt(_0x295da3(0x67))/0x4)+parseInt(_0x295da3(0x75))/0x5*(parseInt(_0x295da3(0x79))/0x6)+-parseInt(_0x295da3(0x77))/0x7*(parseInt(_0x295da3(0x7f))/0x8)+-parseInt(_0x295da3(0x82))/0x9+parseInt(_0x295da3(0x78))/0xa;if(_0xcb1249===_0x232768)break;else _0x34a4c9['push'](_0x34a4c9['shift']());}catch(_0x54ebb8){_0x34a4c9['push'](_0x34a4c9['shift']());}}}(_0x53d3,0x48067));function _0x53d3(){const _0x31e383=['세로\x20뒤집기\x20전환','도형\x20패널\x20숨기기','글자\x20색상','아래쪽\x20맞춤','양쪽\x20맞춤','도형\x20삽입','1107708LJfLVA','가로\x20뒤집기\x20전환','텍스트\x20앞','레이어\x20패널\x20열기','384MFPHsK','도형\x20삭제','160JfBQtP','모두\x20표시','5383RJZSIT','16122430rPIZNk','94404hrWrpn','설명\x20추가','모두\x20숨기기','545909yWtRra','숨기기','오른쪽\x20정렬','2680pjGZPf','뒤로\x20보내기','기울임꼴','3948858rbgoMk','반시계\x20방향으로\x2090도\x20회전','색상\x20재설정','위쪽\x20맞춤','모양에\x20맞게\x20자르기','개체\x20없음','세부\x20정보','위아래','도형\x20서식','사각형','텍스트\x20뒤','텍스트와\x20같은\x20줄','시계\x20방향으로\x2090도\x20회전','텍스트\x20세로/가로\x20전환','앞으로\x20가져오기','도형\x20스타일','빠른\x20스타일','768aWyMet','왼쪽\x20정렬'];_0x53d3=function(){return _0x31e383;};return _0x53d3();}const e={'docs-shape-ui':{'quickStyles':_0x58a181(0x66),'title':'도형','insertShape':_0x58a181(0x6e),'openPanel':'도형\x20패널\x20열기','deleteShape':_0x58a181(0x74),'hidePanel':_0x58a181(0x6a),'formatShape':_0x58a181(0x8a),'shapeStyle':_0x58a181(0x91),'shapePosition':'도형\x20위치','toggleFlipH':_0x58a181(0x70),'toggleFlipV':_0x58a181(0x69),'rotateRight90':_0x58a181(0x8e),'rotateLeft90':_0x58a181(0x83),'toggleTextVertical':_0x58a181(0x8f),'objectListPanel':{'title':'레이어','open':_0x58a181(0x72),'empty':_0x58a181(0x87),'showAll':_0x58a181(0x76),'hideAll':_0x58a181(0x7b),'show':'표시','hide':_0x58a181(0x7d),'moveForward':_0x58a181(0x90),'moveBackward':_0x58a181(0x80),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x58a181(0x7a),'details':_0x58a181(0x88),'noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'},'toolbar':{'alignLeft':_0x58a181(0x68),'alignCenter':'가운데\x20정렬','alignRight':_0x58a181(0x7e),'alignJustify':_0x58a181(0x6d),'bold':'굵게','italic':_0x58a181(0x81),'underline':'밑줄','strikethrough':'취소선','textColor':_0x58a181(0x6b),'fillColor':'글자\x20배경색','resetColor':_0x58a181(0x84)},'align':{'top':_0x58a181(0x85),'middle':'가운데\x20맞춤','bottom':_0x58a181(0x6c)},'textWrap':{'inline':_0x58a181(0x8d),'square':_0x58a181(0x8b),'topAndBottom':_0x58a181(0x89),'behindText':_0x58a181(0x8c),'inFrontText':_0x58a181(0x71)},'crop':{'shape':_0x58a181(0x86)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x4d9db7=_0x1c61;function _0x1c61(_0x16d025,_0x481f66){_0x16d025=_0x16d025-0x166;const _0xfcd811=_0xfcd8();let _0x1c6129=_0xfcd811[_0x16d025];return _0x1c6129;}(function(_0x3237da,_0x542447){const _0x355a1b=_0x1c61,_0x5a2891=_0x3237da();while(!![]){try{const _0x2f595f=parseInt(_0x355a1b(0x18c))/0x1*(-parseInt(_0x355a1b(0x181))/0x2)+parseInt(_0x355a1b(0x192))/0x3*(parseInt(_0x355a1b(0x168))/0x4)+parseInt(_0x355a1b(0x18f))/0x5*(parseInt(_0x355a1b(0x169))/0x6)+-parseInt(_0x355a1b(0x194))/0x7+parseInt(_0x355a1b(0x174))/0x8*(parseInt(_0x355a1b(0x173))/0x9)+parseInt(_0x355a1b(0x16f))/0xa*(parseInt(_0x355a1b(0x179))/0xb)+-parseInt(_0x355a1b(0x195))/0xc*(parseInt(_0x355a1b(0x185))/0xd);if(_0x2f595f===_0x542447)break;else _0x5a2891['push'](_0x5a2891['shift']());}catch(_0x56a071){_0x5a2891['push'](_0x5a2891['shift']());}}}(_0xfcd8,0xcd765));function _0xfcd8(){const _0x1a0655=['Brak\x20obiektów','Warstwy','Resetuj\x20kolor','Przekreślenie','6746hfwanP','Wyrównaj\x20do\x20środka\x20w\x20pionie','Przerzuć\x20w\x20poziomie','5NWAloX','Wyrównaj\x20do\x20prawej','Podkreślenie','3312381GNobmg','Przerzuć\x20w\x20pionie','9416106ZCFyJo','114756xrBTpr','Ukryj','Wyjustuj','4nVnhyB','7752678VNusIz','Usuń\x20kształt','Kształt','Pokaż\x20wszystko','Nazwa\x20obiektu','Przenieś\x20do\x20tyłu','1667030eZMWtJ','Przełącz\x20tekst\x20pionowy','Obróć\x20w\x20prawo\x20o\x2090°','Otwórz\x20panel\x20kształtów','9uzwanK','12352840JlcWQr','Zamknij','Pokaż','Ukryj\x20wszystko','Za\x20tekstem','99pwYfKG','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Przed\x20tekstem','Nazwa','Kwadrat','Styl\x20kształtu','W\x20linii\x20z\x20tekstem','Ukryj\x20panel\x20kształtów','134kwveJb','Wyrównaj\x20do\x20góry','Pogrubienie','Kolor\x20tła\x20tekstu','3809uPWRwX','Dodaj\x20opis','Wstaw\x20kształt'];_0xfcd8=function(){return _0x1a0655;};return _0xfcd8();}const e={'docs-shape-ui':{'title':_0x4d9db7(0x16b),'insertShape':_0x4d9db7(0x187),'openPanel':_0x4d9db7(0x172),'deleteShape':_0x4d9db7(0x16a),'hidePanel':_0x4d9db7(0x180),'formatShape':'Formatuj\x20kształt','shapeStyle':_0x4d9db7(0x17e),'shapePosition':'Pozycja\x20kształtu','toggleFlipH':_0x4d9db7(0x18e),'toggleFlipV':_0x4d9db7(0x193),'rotateRight90':_0x4d9db7(0x171),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':_0x4d9db7(0x170),'objectListPanel':{'title':_0x4d9db7(0x189),'open':'Otwórz\x20panel\x20warstw','empty':_0x4d9db7(0x188),'showAll':_0x4d9db7(0x16c),'hideAll':_0x4d9db7(0x177),'show':_0x4d9db7(0x176),'hide':_0x4d9db7(0x166),'moveForward':'Przenieś\x20do\x20przodu','moveBackward':_0x4d9db7(0x16e),'close':_0x4d9db7(0x175),'name':_0x4d9db7(0x17c),'nameInput':_0x4d9db7(0x16d),'description':'Opis','descriptionPlaceholder':_0x4d9db7(0x186),'details':'Szczegóły','noSelection':_0x4d9db7(0x17a)},'toolbar':{'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x4d9db7(0x190),'alignJustify':_0x4d9db7(0x167),'bold':_0x4d9db7(0x183),'italic':'Kursywa','underline':_0x4d9db7(0x191),'strikethrough':_0x4d9db7(0x18b),'textColor':'Kolor\x20tekstu','fillColor':_0x4d9db7(0x184),'resetColor':_0x4d9db7(0x18a)},'align':{'top':_0x4d9db7(0x182),'middle':_0x4d9db7(0x18d),'bottom':'Wyrównaj\x20do\x20dołu'},'textWrap':{'inline':_0x4d9db7(0x17f),'square':_0x4d9db7(0x17d),'topAndBottom':'Góra\x20i\x20dół','behindText':_0x4d9db7(0x178),'inFrontText':_0x4d9db7(0x17b)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};export{e as default};
1
+ const _0x59a205=_0x4505;(function(_0x275f8a,_0x12c403){const _0x3f5619=_0x4505,_0x56b96a=_0x275f8a();while(!![]){try{const _0x4c027a=parseInt(_0x3f5619(0x1be))/0x1+-parseInt(_0x3f5619(0x1b9))/0x2+-parseInt(_0x3f5619(0x1e4))/0x3*(parseInt(_0x3f5619(0x1c1))/0x4)+parseInt(_0x3f5619(0x1c0))/0x5*(-parseInt(_0x3f5619(0x1cd))/0x6)+-parseInt(_0x3f5619(0x1da))/0x7*(-parseInt(_0x3f5619(0x1c4))/0x8)+-parseInt(_0x3f5619(0x1cb))/0x9+parseInt(_0x3f5619(0x1cc))/0xa;if(_0x4c027a===_0x12c403)break;else _0x56b96a['push'](_0x56b96a['shift']());}catch(_0x31f922){_0x56b96a['push'](_0x56b96a['shift']());}}}(_0xbc8e,0x568c9));const e={'docs-shape-ui':{'quickStyles':_0x59a205(0x1cf),'title':_0x59a205(0x1df),'insertShape':_0x59a205(0x1d9),'openPanel':_0x59a205(0x1d4),'deleteShape':'Usuń\x20kształt','hidePanel':_0x59a205(0x1d8),'formatShape':_0x59a205(0x1c5),'shapeStyle':'Styl\x20kształtu','shapePosition':_0x59a205(0x1ba),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':_0x59a205(0x1d3),'rotateRight90':_0x59a205(0x1b8),'rotateLeft90':_0x59a205(0x1e0),'toggleTextVertical':_0x59a205(0x1d2),'objectListPanel':{'title':_0x59a205(0x1bf),'open':'Otwórz\x20panel\x20warstw','empty':_0x59a205(0x1bb),'showAll':_0x59a205(0x1c6),'hideAll':'Ukryj\x20wszystko','show':'Pokaż','hide':_0x59a205(0x1c2),'moveForward':'Przenieś\x20do\x20przodu','moveBackward':_0x59a205(0x1d7),'close':_0x59a205(0x1dc),'name':_0x59a205(0x1e1),'nameInput':'Nazwa\x20obiektu','description':_0x59a205(0x1ce),'descriptionPlaceholder':_0x59a205(0x1db),'details':'Szczegóły','noSelection':_0x59a205(0x1dd)},'toolbar':{'alignLeft':_0x59a205(0x1d1),'alignCenter':_0x59a205(0x1c3),'alignRight':_0x59a205(0x1e3),'alignJustify':_0x59a205(0x1bd),'bold':'Pogrubienie','italic':'Kursywa','underline':_0x59a205(0x1e2),'strikethrough':_0x59a205(0x1c8),'textColor':'Kolor\x20tekstu','fillColor':_0x59a205(0x1ca),'resetColor':_0x59a205(0x1c7)},'align':{'top':_0x59a205(0x1d5),'middle':_0x59a205(0x1bc),'bottom':'Wyrównaj\x20do\x20dołu'},'textWrap':{'inline':_0x59a205(0x1de),'square':'Kwadrat','topAndBottom':_0x59a205(0x1d0),'behindText':_0x59a205(0x1c9),'inFrontText':'Przed\x20tekstem'},'crop':{'shape':_0x59a205(0x1d6)}}};function _0xbc8e(){const _0x28d0e5=['48yYGgaa','Opis','Szybkie\x20style','Góra\x20i\x20dół','Wyrównaj\x20do\x20lewej','Przełącz\x20tekst\x20pionowy','Przerzuć\x20w\x20pionie','Otwórz\x20panel\x20kształtów','Wyrównaj\x20do\x20góry','Przytnij\x20do\x20kształtu','Przenieś\x20do\x20tyłu','Ukryj\x20panel\x20kształtów','Wstaw\x20kształt','147581yLfOSZ','Dodaj\x20opis','Zamknij','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','W\x20linii\x20z\x20tekstem','Kształt','Obróć\x20w\x20lewo\x20o\x2090°','Nazwa','Podkreślenie','Wyrównaj\x20do\x20prawej','1215381rDxFQG','Obróć\x20w\x20prawo\x20o\x2090°','993010IhufBW','Pozycja\x20kształtu','Brak\x20obiektów','Wyrównaj\x20do\x20środka\x20w\x20pionie','Wyjustuj','670076Cxbsui','Warstwy','177415fHGxlc','4Hkxbzj','Ukryj','Wyrównaj\x20do\x20środka','104XCFqQY','Formatuj\x20kształt','Pokaż\x20wszystko','Resetuj\x20kolor','Przekreślenie','Za\x20tekstem','Kolor\x20tła\x20tekstu','3471381vQimli','9815550LdnDzP'];_0xbc8e=function(){return _0x28d0e5;};return _0xbc8e();}function _0x4505(_0x2ee2a9,_0x5e6061){_0x2ee2a9=_0x2ee2a9-0x1b8;const _0xbc8e1c=_0xbc8e();let _0x45050a=_0xbc8e1c[_0x2ee2a9];return _0x45050a;}export{e as default};
@@ -1 +1 @@
1
- const _0xb2a2f2=_0x10df;function _0x10df(_0x228fb7,_0x272330){_0x228fb7=_0x228fb7-0x71;const _0x274644=_0x2746();let _0x10df3d=_0x274644[_0x228fb7];return _0x10df3d;}(function(_0x2ec26d,_0x58ac78){const _0x1208de=_0x10df,_0x1eb233=_0x2ec26d();while(!![]){try{const _0x11e706=parseInt(_0x1208de(0x91))/0x1+-parseInt(_0x1208de(0x83))/0x2*(parseInt(_0x1208de(0x93))/0x3)+parseInt(_0x1208de(0x9b))/0x4*(-parseInt(_0x1208de(0x78))/0x5)+parseInt(_0x1208de(0x89))/0x6*(-parseInt(_0x1208de(0x90))/0x7)+-parseInt(_0x1208de(0x8d))/0x8*(-parseInt(_0x1208de(0x71))/0x9)+parseInt(_0x1208de(0x77))/0xa*(-parseInt(_0x1208de(0x96))/0xb)+parseInt(_0x1208de(0x95))/0xc*(parseInt(_0x1208de(0x73))/0xd);if(_0x11e706===_0x58ac78)break;else _0x1eb233['push'](_0x1eb233['shift']());}catch(_0x3f20ed){_0x1eb233['push'](_0x1eb233['shift']());}}}(_0x2746,0xb7251));const e={'docs-shape-ui':{'title':_0xb2a2f2(0x7d),'insertShape':_0xb2a2f2(0x7b),'openPanel':_0xb2a2f2(0x94),'deleteShape':'Excluir\x20forma','hidePanel':_0xb2a2f2(0x7a),'formatShape':'Formatar\x20forma','shapeStyle':_0xb2a2f2(0x92),'shapePosition':_0xb2a2f2(0x9e),'toggleFlipH':_0xb2a2f2(0x8b),'toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0xb2a2f2(0x86),'objectListPanel':{'title':_0xb2a2f2(0x7f),'open':_0xb2a2f2(0x8f),'empty':_0xb2a2f2(0x81),'showAll':_0xb2a2f2(0x98),'hideAll':'Ocultar\x20tudo','show':_0xb2a2f2(0x9c),'hide':_0xb2a2f2(0x80),'moveForward':_0xb2a2f2(0x84),'moveBackward':_0xb2a2f2(0x85),'close':'Fechar','name':'Nome','nameInput':_0xb2a2f2(0x7c),'description':_0xb2a2f2(0x76),'descriptionPlaceholder':'Adicionar\x20descrição','details':_0xb2a2f2(0x74),'noSelection':_0xb2a2f2(0x79)},'toolbar':{'alignLeft':'Alinhar\x20à\x20esquerda','alignCenter':'Alinhar\x20ao\x20centro','alignRight':_0xb2a2f2(0x82),'alignJustify':_0xb2a2f2(0x8e),'bold':'Negrito','italic':'Itálico','underline':_0xb2a2f2(0x75),'strikethrough':_0xb2a2f2(0x8c),'textColor':_0xb2a2f2(0x9d),'fillColor':'Cor\x20de\x20fundo\x20do\x20texto','resetColor':'Redefinir\x20cor'},'align':{'top':_0xb2a2f2(0x97),'middle':_0xb2a2f2(0x9a),'bottom':'Alinhar\x20à\x20base'},'textWrap':{'inline':_0xb2a2f2(0x7e),'square':_0xb2a2f2(0x88),'topAndBottom':_0xb2a2f2(0x87),'behindText':_0xb2a2f2(0x72),'inFrontText':_0xb2a2f2(0x8a)},'crop':{'shape':_0xb2a2f2(0x99)}}};export{e as default};function _0x2746(){const _0x2d18f3=['Justificar','Abrir\x20painel\x20de\x20camadas','4200aGuXYY','1093499mmFdIj','Estilo\x20da\x20forma','131676qQJPoC','Abrir\x20painel\x20de\x20formas','312LRIPDJ','62381RVHMVH','Alinhar\x20ao\x20topo','Mostrar\x20tudo','Cortar\x20para\x20forma','Alinhar\x20ao\x20meio','4480376HGbNGj','Mostrar','Cor\x20do\x20texto','Posição\x20da\x20forma','1558107iWLWQb','Atrás\x20do\x20texto','631358eQaXTv','Detalhes','Sublinhado','Descrição','1230yjTTuM','5nSCaoy','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Ocultar\x20painel\x20de\x20formas','Inserir\x20forma','Nome\x20do\x20objeto','Forma','Em\x20linha\x20com\x20o\x20texto','Camadas','Ocultar','Nenhum\x20objeto','Alinhar\x20à\x20direita','28atoJFL','Trazer\x20para\x20frente','Enviar\x20para\x20trás','Alternar\x20texto\x20vertical','Superior\x20e\x20inferior','Quadrado','3858ZPeDLV','À\x20frente\x20do\x20texto','Alternar\x20inversão\x20horizontal','Tachado','56HpsWUS'];_0x2746=function(){return _0x2d18f3;};return _0x2746();}
1
+ const _0x22affb=_0x2928;(function(_0x5e733c,_0x1b016b){const _0x59c9ff=_0x2928,_0x5aff0d=_0x5e733c();while(!![]){try{const _0x3413b1=parseInt(_0x59c9ff(0x120))/0x1+parseInt(_0x59c9ff(0x125))/0x2+parseInt(_0x59c9ff(0x12b))/0x3*(parseInt(_0x59c9ff(0x129))/0x4)+parseInt(_0x59c9ff(0x126))/0x5+parseInt(_0x59c9ff(0x10b))/0x6+-parseInt(_0x59c9ff(0x10f))/0x7*(parseInt(_0x59c9ff(0x108))/0x8)+-parseInt(_0x59c9ff(0x127))/0x9;if(_0x3413b1===_0x1b016b)break;else _0x5aff0d['push'](_0x5aff0d['shift']());}catch(_0x2711dd){_0x5aff0d['push'](_0x5aff0d['shift']());}}}(_0xed5b,0x44cf5));function _0x2928(_0x1e50e2,_0x2e2dd0){_0x1e50e2=_0x1e50e2-0xff;const _0xed5b53=_0xed5b();let _0x2928a2=_0xed5b53[_0x1e50e2];return _0x2928a2;}const e={'docs-shape-ui':{'quickStyles':_0x22affb(0x107),'title':_0x22affb(0x11c),'insertShape':'Inserir\x20forma','openPanel':_0x22affb(0xff),'deleteShape':_0x22affb(0x119),'hidePanel':_0x22affb(0x12c),'formatShape':_0x22affb(0x103),'shapeStyle':'Estilo\x20da\x20forma','shapePosition':_0x22affb(0x109),'toggleFlipH':_0x22affb(0x116),'toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':_0x22affb(0x112),'rotateLeft90':_0x22affb(0x110),'toggleTextVertical':_0x22affb(0x124),'objectListPanel':{'title':_0x22affb(0x10a),'open':_0x22affb(0x122),'empty':'Nenhum\x20objeto','showAll':_0x22affb(0x11b),'hideAll':_0x22affb(0x12e),'show':'Mostrar','hide':_0x22affb(0x115),'moveForward':_0x22affb(0x114),'moveBackward':_0x22affb(0x106),'close':_0x22affb(0x104),'name':_0x22affb(0x128),'nameInput':_0x22affb(0x12a),'description':_0x22affb(0x101),'descriptionPlaceholder':_0x22affb(0x113),'details':_0x22affb(0x121),'noSelection':_0x22affb(0x11a)},'toolbar':{'alignLeft':_0x22affb(0x11f),'alignCenter':'Alinhar\x20ao\x20centro','alignRight':'Alinhar\x20à\x20direita','alignJustify':'Justificar','bold':_0x22affb(0x100),'italic':_0x22affb(0x123),'underline':'Sublinhado','strikethrough':_0x22affb(0x105),'textColor':_0x22affb(0x10e),'fillColor':'Cor\x20de\x20fundo\x20do\x20texto','resetColor':'Redefinir\x20cor'},'align':{'top':_0x22affb(0x11e),'middle':_0x22affb(0x111),'bottom':_0x22affb(0x10c)},'textWrap':{'inline':_0x22affb(0x118),'square':_0x22affb(0x102),'topAndBottom':_0x22affb(0x10d),'behindText':_0x22affb(0x117),'inFrontText':_0x22affb(0x11d)},'crop':{'shape':_0x22affb(0x12d)}}};export{e as default};function _0xed5b(){const _0x59d495=['Enviar\x20para\x20trás','Estilos\x20rápidos','544728AuFahz','Posição\x20da\x20forma','Camadas','3001968IIEvEq','Alinhar\x20à\x20base','Superior\x20e\x20inferior','Cor\x20do\x20texto','7ppvRZU','Girar\x2090°\x20para\x20esquerda','Alinhar\x20ao\x20meio','Girar\x2090°\x20para\x20direita','Adicionar\x20descrição','Trazer\x20para\x20frente','Ocultar','Alternar\x20inversão\x20horizontal','Atrás\x20do\x20texto','Em\x20linha\x20com\x20o\x20texto','Excluir\x20forma','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Mostrar\x20tudo','Forma','À\x20frente\x20do\x20texto','Alinhar\x20ao\x20topo','Alinhar\x20à\x20esquerda','544571tehqub','Detalhes','Abrir\x20painel\x20de\x20camadas','Itálico','Alternar\x20texto\x20vertical','1060414oZzlRD','805290KRtFeF','14836050eIMjnS','Nome','1048888PaHTfD','Nome\x20do\x20objeto','3hwuNPf','Ocultar\x20painel\x20de\x20formas','Cortar\x20para\x20forma','Ocultar\x20tudo','Abrir\x20painel\x20de\x20formas','Negrito','Descrição','Quadrado','Formatar\x20forma','Fechar','Tachado'];_0xed5b=function(){return _0x59d495;};return _0xed5b();}
@@ -1 +1 @@
1
- function _0x2fc6(){const _0x3d91d4=['Фигура','Перед\x20текстом','99841nOGokQ','587615VPieJm','Сведения','Зачеркнутый','72HioReK','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Обрезать\x20по\x20форме','Скрыть\x20все','Стиль\x20фигуры','Скрыть\x20панель\x20фигур','396JcrvFs','Переместить\x20вперед','Вокруг\x20рамки','Открыть\x20панель\x20фигур','Сверху\x20и\x20снизу','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Положение\x20фигуры','Слои','6288810HCYxuo','Удалить\x20фигуру','Выровнять\x20посередине','Переместить\x20назад','Скрыть','4041084oYqqla','2yaBsnt','Выровнять\x20по\x20ширине','Закрыть','Показать\x20все','Выровнять\x20по\x20правому\x20краю','Выровнять\x20по\x20левому\x20краю','Переключить\x20вертикальное\x20отражение','4TTHfGI','Имя','Цвет\x20текста','Подчеркнутый','Добавить\x20описание','Вставить\x20фигуру','1107111EoqQDx','84870GsnFIO','Курсив','Переключить\x20горизонтальное\x20отражение','Выберите\x20объект\x20для\x20редактирования\x20сведений','Открыть\x20панель\x20слоев','Цвет\x20фона\x20текста','Имя\x20объекта','498228voJQGd','Переключить\x20вертикальное\x20положение\x20текста','Выровнять\x20по\x20верхнему\x20краю','Нет\x20объектов'];_0x2fc6=function(){return _0x3d91d4;};return _0x2fc6();}const _0x2e84b5=_0x427b;(function(_0x19994e,_0x38d7e1){const _0x525446=_0x427b,_0x343781=_0x19994e();while(!![]){try{const _0x1e057f=parseInt(_0x525446(0x1ff))/0x1+-parseInt(_0x525446(0x1ea))/0x2*(-parseInt(_0x525446(0x1f7))/0x3)+parseInt(_0x525446(0x1f1))/0x4*(-parseInt(_0x525446(0x206))/0x5)+parseInt(_0x525446(0x1e9))/0x6+parseInt(_0x525446(0x205))/0x7*(-parseInt(_0x525446(0x209))/0x8)+-parseInt(_0x525446(0x20f))/0x9*(parseInt(_0x525446(0x1f8))/0xa)+-parseInt(_0x525446(0x1e4))/0xb;if(_0x1e057f===_0x38d7e1)break;else _0x343781['push'](_0x343781['shift']());}catch(_0x597eea){_0x343781['push'](_0x343781['shift']());}}}(_0x2fc6,0x55637));const e={'docs-shape-ui':{'title':_0x2e84b5(0x203),'insertShape':_0x2e84b5(0x1f6),'openPanel':_0x2e84b5(0x212),'deleteShape':_0x2e84b5(0x1e5),'hidePanel':_0x2e84b5(0x20e),'formatShape':'Форматировать\x20фигуру','shapeStyle':_0x2e84b5(0x20d),'shapePosition':_0x2e84b5(0x215),'toggleFlipH':_0x2e84b5(0x1fa),'toggleFlipV':_0x2e84b5(0x1f0),'rotateRight90':_0x2e84b5(0x20a),'rotateLeft90':_0x2e84b5(0x214),'toggleTextVertical':_0x2e84b5(0x200),'objectListPanel':{'title':_0x2e84b5(0x216),'open':_0x2e84b5(0x1fc),'empty':_0x2e84b5(0x202),'showAll':_0x2e84b5(0x1ed),'hideAll':_0x2e84b5(0x20c),'show':'Показать','hide':_0x2e84b5(0x1e8),'moveForward':_0x2e84b5(0x210),'moveBackward':_0x2e84b5(0x1e7),'close':_0x2e84b5(0x1ec),'name':_0x2e84b5(0x1f2),'nameInput':_0x2e84b5(0x1fe),'description':'Описание','descriptionPlaceholder':_0x2e84b5(0x1f5),'details':_0x2e84b5(0x207),'noSelection':_0x2e84b5(0x1fb)},'toolbar':{'alignLeft':_0x2e84b5(0x1ef),'alignCenter':'Выровнять\x20по\x20центру','alignRight':_0x2e84b5(0x1ee),'alignJustify':_0x2e84b5(0x1eb),'bold':'Полужирный','italic':_0x2e84b5(0x1f9),'underline':_0x2e84b5(0x1f4),'strikethrough':_0x2e84b5(0x208),'textColor':_0x2e84b5(0x1f3),'fillColor':_0x2e84b5(0x1fd),'resetColor':'Сбросить\x20цвет'},'align':{'top':_0x2e84b5(0x201),'middle':_0x2e84b5(0x1e6),'bottom':'Выровнять\x20по\x20нижнему\x20краю'},'textWrap':{'inline':'В\x20тексте','square':_0x2e84b5(0x211),'topAndBottom':_0x2e84b5(0x213),'behindText':'За\x20текстом','inFrontText':_0x2e84b5(0x204)},'crop':{'shape':_0x2e84b5(0x20b)}}};function _0x427b(_0x35ef32,_0x44eada){_0x35ef32=_0x35ef32-0x1e4;const _0x2fc6f6=_0x2fc6();let _0x427b46=_0x2fc6f6[_0x35ef32];return _0x427b46;}export{e as default};
1
+ function _0x276b(){const _0x3ed673=['Выберите\x20объект\x20для\x20редактирования\x20сведений','Добавить\x20описание','Положение\x20фигуры','Переместить\x20назад','Имя\x20объекта','17915MVbVxI','369jqSfDu','Закрыть','Вокруг\x20рамки','5727519FUAOQW','Скрыть\x20панель\x20фигур','Стиль\x20фигуры','712uzsPNf','Слои','Цвет\x20фона\x20текста','Имя','Выровнять\x20по\x20верхнему\x20краю','Выровнять\x20по\x20ширине','Сведения','Подчеркнутый','14aoWirM','В\x20тексте','605796oqsSnN','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Курсив','Переключить\x20вертикальное\x20отражение','Скрыть\x20все','Выровнять\x20по\x20правому\x20краю','Показать\x20все','31950350VvXZhb','Удалить\x20фигуру','Зачеркнутый','Открыть\x20панель\x20слоев','Выровнять\x20по\x20нижнему\x20краю','Вставить\x20фигуру','Выровнять\x20по\x20левому\x20краю','Переместить\x20вперед','Полужирный','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Фигура','Цвет\x20текста','141566PYxHRA','Сверху\x20и\x20снизу','3010398JctPFV','За\x20текстом','Нет\x20объектов','Переключить\x20горизонтальное\x20отражение','Выровнять\x20по\x20центру','12440lmrIZm','Показать','Обрезать\x20по\x20форме','Переключить\x20вертикальное\x20положение\x20текста'];_0x276b=function(){return _0x3ed673;};return _0x276b();}const _0x13d805=_0x5bb4;(function(_0x37d8c3,_0x16a2d6){const _0x46df4c=_0x5bb4,_0x5e7dd0=_0x37d8c3();while(!![]){try{const _0x26e5cf=-parseInt(_0x46df4c(0x1c6))/0x1*(parseInt(_0x46df4c(0x1a7))/0x2)+parseInt(_0x46df4c(0x1c8))/0x3+-parseInt(_0x46df4c(0x1be))/0x4*(parseInt(_0x46df4c(0x1b7))/0x5)+-parseInt(_0x46df4c(0x1a9))/0x6+-parseInt(_0x46df4c(0x1bb))/0x7+parseInt(_0x46df4c(0x1ae))/0x8*(parseInt(_0x46df4c(0x1b8))/0x9)+parseInt(_0x46df4c(0x1cf))/0xa;if(_0x26e5cf===_0x16a2d6)break;else _0x5e7dd0['push'](_0x5e7dd0['shift']());}catch(_0x2069b9){_0x5e7dd0['push'](_0x5e7dd0['shift']());}}}(_0x276b,0x7d024));function _0x5bb4(_0x29417d,_0x6ecd3d){_0x29417d=_0x29417d-0x1a0;const _0x276bde=_0x276b();let _0x5bb471=_0x276bde[_0x29417d];return _0x5bb471;}const e={'docs-shape-ui':{'quickStyles':'Быстрые\x20стили','title':_0x13d805(0x1a5),'insertShape':_0x13d805(0x1a0),'openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0x13d805(0x1d0),'hidePanel':_0x13d805(0x1bc),'formatShape':'Форматировать\x20фигуру','shapeStyle':_0x13d805(0x1bd),'shapePosition':_0x13d805(0x1b4),'toggleFlipH':_0x13d805(0x1ac),'toggleFlipV':_0x13d805(0x1cb),'rotateRight90':_0x13d805(0x1a4),'rotateLeft90':_0x13d805(0x1c9),'toggleTextVertical':_0x13d805(0x1b1),'objectListPanel':{'title':_0x13d805(0x1bf),'open':_0x13d805(0x1d2),'empty':_0x13d805(0x1ab),'showAll':_0x13d805(0x1ce),'hideAll':_0x13d805(0x1cc),'show':_0x13d805(0x1af),'hide':'Скрыть','moveForward':_0x13d805(0x1a2),'moveBackward':_0x13d805(0x1b5),'close':_0x13d805(0x1b9),'name':_0x13d805(0x1c1),'nameInput':_0x13d805(0x1b6),'description':'Описание','descriptionPlaceholder':_0x13d805(0x1b3),'details':_0x13d805(0x1c4),'noSelection':_0x13d805(0x1b2)},'toolbar':{'alignLeft':_0x13d805(0x1a1),'alignCenter':_0x13d805(0x1ad),'alignRight':_0x13d805(0x1cd),'alignJustify':_0x13d805(0x1c3),'bold':_0x13d805(0x1a3),'italic':_0x13d805(0x1ca),'underline':_0x13d805(0x1c5),'strikethrough':_0x13d805(0x1d1),'textColor':_0x13d805(0x1a6),'fillColor':_0x13d805(0x1c0),'resetColor':'Сбросить\x20цвет'},'align':{'top':_0x13d805(0x1c2),'middle':'Выровнять\x20посередине','bottom':_0x13d805(0x1d3)},'textWrap':{'inline':_0x13d805(0x1c7),'square':_0x13d805(0x1ba),'topAndBottom':_0x13d805(0x1a8),'behindText':_0x13d805(0x1aa),'inFrontText':'Перед\x20текстом'},'crop':{'shape':_0x13d805(0x1b0)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x47dd(){const _0x384f0a=['Názov\x20objektu','232092tqemCd','Otočiť\x20doľava\x20o\x2090°','Zavrieť','V\x20riadku\x20s\x20textom','Presunúť\x20dopredu','Žiadne\x20objekty','4032LafVRe','Zarovnať\x20doprava','Pridať\x20popis','Farba\x20textu','Zarovnať\x20dole','Prepnúť\x20vodorovné\x20prevrátenie','1399752XGtHkK','Zobraziť','Otvoriť\x20panel\x20vrstiev','1995624VcieEI','Skryť\x20panel\x20tvarov','Kurzíva','Formátovať\x20tvar','Popis','Názov','Zobraziť\x20všetko','Prepnúť\x20zvislé\x20prevrátenie','321860mbqqRW','Pred\x20textom','Tučné','Zarovnať\x20hore','Obnoviť\x20farbu','Obdĺžnikové','4ncekGw','580197rnrhRQ','Vrstvy','Zarovnať\x20na\x20stred','Presunúť\x20dozadu','Farba\x20pozadia\x20textu','Tvar','98012uHbUwX','18CApQnA','Podčiarknutie','Vložiť\x20tvar','Přepnout\x20text\x20vertikálně','Poloha\x20tvaru','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','Skryť','Odstrániť\x20tvar','Prečiarknuté'];_0x47dd=function(){return _0x384f0a;};return _0x47dd();}function _0x3e15(_0x5d6148,_0x57d89a){_0x5d6148=_0x5d6148-0xa8;const _0x47dda5=_0x47dd();let _0x3e1547=_0x47dda5[_0x5d6148];return _0x3e1547;}const _0x12cdd7=_0x3e15;(function(_0x187bb3,_0x887214){const _0x4e588f=_0x3e15,_0x1efc61=_0x187bb3();while(!![]){try{const _0x180999=parseInt(_0x4e588f(0xb2))/0x1+-parseInt(_0x4e588f(0xc3))/0x2+parseInt(_0x4e588f(0xac))/0x3*(-parseInt(_0x4e588f(0xab))/0x4)+-parseInt(_0x4e588f(0xd4))/0x5*(parseInt(_0x4e588f(0xb3))/0x6)+parseInt(_0x4e588f(0xbd))/0x7+parseInt(_0x4e588f(0xcc))/0x8+parseInt(_0x4e588f(0xc9))/0x9;if(_0x180999===_0x887214)break;else _0x1efc61['push'](_0x1efc61['shift']());}catch(_0x970a26){_0x1efc61['push'](_0x1efc61['shift']());}}}(_0x47dd,0x240a2));const e={'docs-shape-ui':{'title':_0x12cdd7(0xb1),'insertShape':_0x12cdd7(0xb5),'openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':_0x12cdd7(0xba),'hidePanel':_0x12cdd7(0xcd),'formatShape':_0x12cdd7(0xcf),'shapeStyle':'Štýl\x20tvaru','shapePosition':_0x12cdd7(0xb7),'toggleFlipH':_0x12cdd7(0xc8),'toggleFlipV':_0x12cdd7(0xd3),'rotateRight90':'Otočiť\x20doprava\x20o\x2090°','rotateLeft90':_0x12cdd7(0xbe),'toggleTextVertical':_0x12cdd7(0xb6),'objectListPanel':{'title':_0x12cdd7(0xad),'open':_0x12cdd7(0xcb),'empty':_0x12cdd7(0xc2),'showAll':_0x12cdd7(0xd2),'hideAll':'Skryť\x20všetko','show':_0x12cdd7(0xca),'hide':_0x12cdd7(0xb9),'moveForward':_0x12cdd7(0xc1),'moveBackward':_0x12cdd7(0xaf),'close':_0x12cdd7(0xbf),'name':_0x12cdd7(0xd1),'nameInput':_0x12cdd7(0xbc),'description':_0x12cdd7(0xd0),'descriptionPlaceholder':_0x12cdd7(0xc5),'details':'Podrobnosti','noSelection':_0x12cdd7(0xb8)},'toolbar':{'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x12cdd7(0xae),'alignRight':_0x12cdd7(0xc4),'alignJustify':'Zarovnať\x20do\x20bloku','bold':_0x12cdd7(0xd6),'italic':_0x12cdd7(0xce),'underline':_0x12cdd7(0xb4),'strikethrough':_0x12cdd7(0xbb),'textColor':_0x12cdd7(0xc6),'fillColor':_0x12cdd7(0xb0),'resetColor':_0x12cdd7(0xa9)},'align':{'top':_0x12cdd7(0xa8),'middle':_0x12cdd7(0xae),'bottom':_0x12cdd7(0xc7)},'textWrap':{'inline':_0x12cdd7(0xc0),'square':_0x12cdd7(0xaa),'topAndBottom':'Hore\x20a\x20dole','behindText':'Za\x20textom','inFrontText':_0x12cdd7(0xd5)},'crop':{'shape':'Oříznout\x20podle\x20tvaru'}}};export{e as default};
1
+ const _0x17bad3=_0x454a;(function(_0x8af6d8,_0x2d3079){const _0x483859=_0x454a,_0x2d4ee8=_0x8af6d8();while(!![]){try{const _0x1eeb80=-parseInt(_0x483859(0x218))/0x1+-parseInt(_0x483859(0x20f))/0x2+-parseInt(_0x483859(0x1f9))/0x3*(parseInt(_0x483859(0x213))/0x4)+-parseInt(_0x483859(0x219))/0x5*(parseInt(_0x483859(0x205))/0x6)+-parseInt(_0x483859(0x203))/0x7+-parseInt(_0x483859(0x201))/0x8*(-parseInt(_0x483859(0x1ec))/0x9)+parseInt(_0x483859(0x208))/0xa;if(_0x1eeb80===_0x2d3079)break;else _0x2d4ee8['push'](_0x2d4ee8['shift']());}catch(_0x462839){_0x2d4ee8['push'](_0x2d4ee8['shift']());}}}(_0x576f,0x90e03));function _0x454a(_0x337599,_0x518c06){_0x337599=_0x337599-0x1eb;const _0x576ff8=_0x576f();let _0x454a4f=_0x576ff8[_0x337599];return _0x454a4f;}function _0x576f(){const _0x5ef606=['Hore\x20a\x20dole','Zobraziť\x20všetko','Otočiť\x20doprava\x20o\x2090°','Prepnúť\x20vodorovné\x20prevrátenie','Otočiť\x20doľava\x20o\x2090°','Názov','Otvoriť\x20panel\x20vrstiev','Zarovnať\x20do\x20bloku','39dmsDoR','Skryť\x20panel\x20tvarov','Zarovnať\x20na\x20stred','Vložiť\x20tvar','Zavrieť','Presunúť\x20dozadu','Skryť','Obnoviť\x20farbu','101584bGXBDr','Pred\x20textom','7120988ZxMljR','Poloha\x20tvaru','3469746TsTxYj','Štýl\x20tvaru','Názov\x20objektu','26703520JqEsyU','Prepnúť\x20zvislé\x20prevrátenie','Žiadne\x20objekty','Zarovnať\x20doľava','Prečiarknuté','Kurzíva','Farba\x20textu','1277922JiEiDZ','Zarovnať\x20hore','Presunúť\x20dopredu','Za\x20textom','10148HCLcIs','Podčiarknutie','Popis','Skryť\x20všetko','V\x20riadku\x20s\x20textom','888754QSzbGC','5EAhvQH','Formátovať\x20tvar','Oříznout\x20podle\x20tvaru','Tvar','Obdĺžnikové','765bPhuDU','Pridať\x20popis','Zarovnať\x20dole','Přepnout\x20text\x20vertikálně','Zarovnať\x20doprava'];_0x576f=function(){return _0x5ef606;};return _0x576f();}const e={'docs-shape-ui':{'quickStyles':'Rýchle\x20štýly','title':_0x17bad3(0x21c),'insertShape':_0x17bad3(0x1fc),'openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':'Odstrániť\x20tvar','hidePanel':_0x17bad3(0x1fa),'formatShape':_0x17bad3(0x21a),'shapeStyle':_0x17bad3(0x206),'shapePosition':_0x17bad3(0x204),'toggleFlipH':_0x17bad3(0x1f4),'toggleFlipV':_0x17bad3(0x209),'rotateRight90':_0x17bad3(0x1f3),'rotateLeft90':_0x17bad3(0x1f5),'toggleTextVertical':_0x17bad3(0x1ef),'objectListPanel':{'title':'Vrstvy','open':_0x17bad3(0x1f7),'empty':_0x17bad3(0x20a),'showAll':_0x17bad3(0x1f2),'hideAll':_0x17bad3(0x216),'show':'Zobraziť','hide':_0x17bad3(0x1ff),'moveForward':_0x17bad3(0x211),'moveBackward':_0x17bad3(0x1fe),'close':_0x17bad3(0x1fd),'name':_0x17bad3(0x1f6),'nameInput':_0x17bad3(0x207),'description':_0x17bad3(0x215),'descriptionPlaceholder':_0x17bad3(0x1ed),'details':'Podrobnosti','noSelection':'Vyberte\x20objekt\x20na\x20úpravu\x20podrobností'},'toolbar':{'alignLeft':_0x17bad3(0x20b),'alignCenter':_0x17bad3(0x1fb),'alignRight':_0x17bad3(0x1f0),'alignJustify':_0x17bad3(0x1f8),'bold':'Tučné','italic':_0x17bad3(0x20d),'underline':_0x17bad3(0x214),'strikethrough':_0x17bad3(0x20c),'textColor':_0x17bad3(0x20e),'fillColor':'Farba\x20pozadia\x20textu','resetColor':_0x17bad3(0x200)},'align':{'top':_0x17bad3(0x210),'middle':_0x17bad3(0x1fb),'bottom':_0x17bad3(0x1ee)},'textWrap':{'inline':_0x17bad3(0x217),'square':_0x17bad3(0x1eb),'topAndBottom':_0x17bad3(0x1f1),'behindText':_0x17bad3(0x212),'inFrontText':_0x17bad3(0x202)},'crop':{'shape':_0x17bad3(0x21b)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x42d005=_0x42ef;function _0x42ef(_0x5691f5,_0x729ed1){_0x5691f5=_0x5691f5-0x12a;const _0x241d3e=_0x241d();let _0x42ef6c=_0x241d3e[_0x5691f5];return _0x42ef6c;}function _0x241d(){const _0x30990d=['Cùng\x20dòng\x20với\x20văn\x20bản','Màu\x20chữ','Hiện','Đóng','Ẩn\x20bảng\x20hình\x20dạng','1955496XUCxbc','8UMlkHy','Trên\x20và\x20dưới','Căn\x20trái','Đưa\x20xuống\x20dưới','Mở\x20bảng\x20điều\x20khiển\x20lớp','Cắt\x20theo\x20hình\x20dạng','Bao\x20quanh','Căn\x20đều\x20hai\x20bên','Căn\x20trên','Tên\x20đối\x20tượng','Căn\x20phải','568056keemYl','Hiện\x20tất\x20cả','2909OJFJSB','Hình\x20dạng','6534261oxEfCC','Tên','In\x20đậm','Căn\x20dưới','Chèn\x20hình\x20dạng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Vị\x20trí\x20hình\x20dạng','Chi\x20tiết','Định\x20dạng\x20hình\x20dạng','Gạch\x20chân','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','573590nPjKKs','Căn\x20giữa\x20theo\x20chiều\x20dọc','12NNTpvE','Chuyển\x20đổi\x20lật\x20ngang','29386650yWVEfs','Phía\x20sau\x20văn\x20bản','218BLnNDN','Gạch\x20ngang','6767005TecVJA','In\x20nghiêng','Bật/tắt\x20lật\x20dọc'];_0x241d=function(){return _0x30990d;};return _0x241d();}(function(_0x325f52,_0x4422e6){const _0x12d467=_0x42ef,_0x419d60=_0x325f52();while(!![]){try{const _0x4de5c4=parseInt(_0x12d467(0x150))/0x1*(-parseInt(_0x12d467(0x138))/0x2)+-parseInt(_0x12d467(0x142))/0x3+-parseInt(_0x12d467(0x134))/0x4*(-parseInt(_0x12d467(0x132))/0x5)+-parseInt(_0x12d467(0x14e))/0x6+-parseInt(_0x12d467(0x13a))/0x7+-parseInt(_0x12d467(0x143))/0x8*(parseInt(_0x12d467(0x152))/0x9)+parseInt(_0x12d467(0x136))/0xa;if(_0x4de5c4===_0x4422e6)break;else _0x419d60['push'](_0x419d60['shift']());}catch(_0x12651c){_0x419d60['push'](_0x419d60['shift']());}}}(_0x241d,0x80896));const e={'docs-shape-ui':{'title':_0x42d005(0x151),'insertShape':_0x42d005(0x12a),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':'Xóa\x20hình\x20dạng','hidePanel':_0x42d005(0x141),'formatShape':_0x42d005(0x12e),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x42d005(0x12c),'toggleFlipH':_0x42d005(0x135),'toggleFlipV':_0x42d005(0x13c),'rotateRight90':_0x42d005(0x130),'rotateLeft90':_0x42d005(0x12b),'toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','objectListPanel':{'title':'Lớp','open':_0x42d005(0x147),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':_0x42d005(0x14f),'hideAll':'Ẩn\x20tất\x20cả','show':_0x42d005(0x13f),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':_0x42d005(0x146),'close':_0x42d005(0x140),'name':_0x42d005(0x153),'nameInput':_0x42d005(0x14c),'description':'Mô\x20tả','descriptionPlaceholder':'Thêm\x20mô\x20tả','details':_0x42d005(0x12d),'noSelection':_0x42d005(0x131)},'toolbar':{'alignLeft':_0x42d005(0x145),'alignCenter':'Căn\x20giữa','alignRight':_0x42d005(0x14d),'alignJustify':_0x42d005(0x14a),'bold':_0x42d005(0x154),'italic':_0x42d005(0x13b),'underline':_0x42d005(0x12f),'strikethrough':_0x42d005(0x139),'textColor':_0x42d005(0x13e),'fillColor':'Màu\x20nền\x20văn\x20bản','resetColor':'Đặt\x20lại\x20màu'},'align':{'top':_0x42d005(0x14b),'middle':_0x42d005(0x133),'bottom':_0x42d005(0x155)},'textWrap':{'inline':_0x42d005(0x13d),'square':_0x42d005(0x149),'topAndBottom':_0x42d005(0x144),'behindText':_0x42d005(0x137),'inFrontText':'Phía\x20trước\x20văn\x20bản'},'crop':{'shape':_0x42d005(0x148)}}};export{e as default};
1
+ function _0x1a80(_0x40d8b1,_0x3b2f8e){_0x40d8b1=_0x40d8b1-0x76;const _0x5f101d=_0x5f10();let _0x1a8059=_0x5f101d[_0x40d8b1];return _0x1a8059;}const _0x5232d5=_0x1a80;(function(_0x2675d0,_0x315e49){const _0x37058d=_0x1a80,_0x3f7798=_0x2675d0();while(!![]){try{const _0x4558f7=-parseInt(_0x37058d(0x88))/0x1*(parseInt(_0x37058d(0x76))/0x2)+parseInt(_0x37058d(0x96))/0x3+parseInt(_0x37058d(0x82))/0x4+-parseInt(_0x37058d(0x8a))/0x5+parseInt(_0x37058d(0x87))/0x6+parseInt(_0x37058d(0x9e))/0x7*(parseInt(_0x37058d(0x90))/0x8)+-parseInt(_0x37058d(0x81))/0x9;if(_0x4558f7===_0x315e49)break;else _0x3f7798['push'](_0x3f7798['shift']());}catch(_0x3a2083){_0x3f7798['push'](_0x3f7798['shift']());}}}(_0x5f10,0x414a2));function _0x5f10(){const _0x3b32b1=['Vị\x20trí\x20hình\x20dạng','Căn\x20trên','Tên','Màu\x20chữ','Phía\x20trước\x20văn\x20bản','Đưa\x20xuống\x20dưới','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Kiểu\x20hình\x20dạng','Mở\x20bảng\x20điều\x20khiển\x20lớp','2095668bVncJd','1744772aAdDdI','Chưa\x20có\x20đối\x20tượng','Căn\x20dưới','Đặt\x20lại\x20màu','Cắt\x20theo\x20hình\x20dạng','954276RRuopv','283YBuCNA','Đưa\x20lên\x20trên','1957200vVUnnq','Hiện\x20tất\x20cả','Ẩn\x20tất\x20cả','Kiểu\x20nhanh','Hiện','Ẩn\x20bảng\x20hình\x20dạng','152ILuobd','Căn\x20trái','Chi\x20tiết','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Mô\x20tả','In\x20nghiêng','662094ctcUyl','Thêm\x20mô\x20tả','Lớp','Trên\x20và\x20dưới','Chèn\x20hình\x20dạng','Hình\x20dạng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Căn\x20giữa\x20theo\x20chiều\x20dọc','31360PUlCFf','Tên\x20đối\x20tượng','In\x20đậm','66gJkQNV','Xóa\x20hình\x20dạng'];_0x5f10=function(){return _0x3b32b1;};return _0x5f10();}const e={'docs-shape-ui':{'quickStyles':_0x5232d5(0x8d),'title':_0x5232d5(0x9b),'insertShape':_0x5232d5(0x9a),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x5232d5(0x77),'hidePanel':_0x5232d5(0x8f),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x5232d5(0x7f),'shapePosition':_0x5232d5(0x78),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':_0x5232d5(0x9c),'toggleTextVertical':_0x5232d5(0x7e),'objectListPanel':{'title':_0x5232d5(0x98),'open':_0x5232d5(0x80),'empty':_0x5232d5(0x83),'showAll':_0x5232d5(0x8b),'hideAll':_0x5232d5(0x8c),'show':_0x5232d5(0x8e),'hide':'Ẩn','moveForward':_0x5232d5(0x89),'moveBackward':_0x5232d5(0x7d),'close':'Đóng','name':_0x5232d5(0x7a),'nameInput':_0x5232d5(0x9f),'description':_0x5232d5(0x94),'descriptionPlaceholder':_0x5232d5(0x97),'details':_0x5232d5(0x92),'noSelection':_0x5232d5(0x93)},'toolbar':{'alignLeft':_0x5232d5(0x91),'alignCenter':'Căn\x20giữa','alignRight':'Căn\x20phải','alignJustify':'Căn\x20đều\x20hai\x20bên','bold':_0x5232d5(0xa0),'italic':_0x5232d5(0x95),'underline':'Gạch\x20chân','strikethrough':'Gạch\x20ngang','textColor':_0x5232d5(0x7b),'fillColor':'Màu\x20nền\x20văn\x20bản','resetColor':_0x5232d5(0x85)},'align':{'top':_0x5232d5(0x79),'middle':_0x5232d5(0x9d),'bottom':_0x5232d5(0x84)},'textWrap':{'inline':'Cùng\x20dòng\x20với\x20văn\x20bản','square':'Bao\x20quanh','topAndBottom':_0x5232d5(0x99),'behindText':'Phía\x20sau\x20văn\x20bản','inFrontText':_0x5232d5(0x7c)},'crop':{'shape':_0x5232d5(0x86)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x4d294a=_0x12d1;function _0x3e84(){const _0x2bbdb0=['顺时针90度旋转','选择对象以编辑详情','全部显示','逆时针90度旋转','对象名称','格式化形状','重置颜色','右对齐','衬于文字下方','居中对齐','删除线','切换水平翻转','形状位置','添加描述','12033OheZwy','文本背景色','切换文本竖排','顶部对齐','992NrKjNV','54461uBDGUp','1668slZCrt','4HNhqAr','下移一层','63789BLhDtU','垂直居中','4208420YEmlhs','2114210MGFhri','上下型','插入形状','嵌入型','形状样式','隐藏形状面板','删除形状','文本颜色','四周型','打开形状面板','全部隐藏','浮于文字上方','底部对齐','切换垂直翻转','上移一层','122514lXtsXo','3UxkvNn','175rTcWXc','下划线','打开图层面板','2870510hCztVm','暂无对象'];_0x3e84=function(){return _0x2bbdb0;};return _0x3e84();}function _0x12d1(_0x100a2e,_0x4c9137){_0x100a2e=_0x100a2e-0x1b8;const _0x3e84b8=_0x3e84();let _0x12d171=_0x3e84b8[_0x100a2e];return _0x12d171;}(function(_0x2cc840,_0x1f971c){const _0x1421eb=_0x12d1,_0x34fdc0=_0x2cc840();while(!![]){try{const _0x60404a=parseInt(_0x1421eb(0x1bb))/0x1*(parseInt(_0x1421eb(0x1bd))/0x2)+-parseInt(_0x1421eb(0x1d2))/0x3*(parseInt(_0x1421eb(0x1c1))/0x4)+-parseInt(_0x1421eb(0x1d3))/0x5*(-parseInt(_0x1421eb(0x1d1))/0x6)+-parseInt(_0x1421eb(0x1c2))/0x7+-parseInt(_0x1421eb(0x1ba))/0x8*(-parseInt(_0x1421eb(0x1e6))/0x9)+parseInt(_0x1421eb(0x1d6))/0xa+-parseInt(_0x1421eb(0x1bf))/0xb*(-parseInt(_0x1421eb(0x1bc))/0xc);if(_0x60404a===_0x1f971c)break;else _0x34fdc0['push'](_0x34fdc0['shift']());}catch(_0xb2f008){_0x34fdc0['push'](_0x34fdc0['shift']());}}}(_0x3e84,0xb1d20));const e={'docs-shape-ui':{'title':'形状','insertShape':_0x4d294a(0x1c4),'openPanel':_0x4d294a(0x1cb),'deleteShape':_0x4d294a(0x1c8),'hidePanel':_0x4d294a(0x1c7),'formatShape':_0x4d294a(0x1dd),'shapeStyle':_0x4d294a(0x1c6),'shapePosition':_0x4d294a(0x1e4),'toggleFlipH':_0x4d294a(0x1e3),'toggleFlipV':_0x4d294a(0x1cf),'rotateRight90':_0x4d294a(0x1d8),'rotateLeft90':_0x4d294a(0x1db),'toggleTextVertical':_0x4d294a(0x1b8),'objectListPanel':{'title':'图层','open':_0x4d294a(0x1d5),'empty':_0x4d294a(0x1d7),'showAll':_0x4d294a(0x1da),'hideAll':_0x4d294a(0x1cc),'show':'显示','hide':'隐藏','moveForward':_0x4d294a(0x1d0),'moveBackward':_0x4d294a(0x1be),'close':'关闭','name':'名称','nameInput':_0x4d294a(0x1dc),'description':'描述','descriptionPlaceholder':_0x4d294a(0x1e5),'details':'详情','noSelection':_0x4d294a(0x1d9)},'toolbar':{'alignLeft':'左对齐','alignCenter':_0x4d294a(0x1e1),'alignRight':_0x4d294a(0x1df),'alignJustify':'两端对齐','bold':'粗体','italic':'斜体','underline':_0x4d294a(0x1d4),'strikethrough':_0x4d294a(0x1e2),'textColor':_0x4d294a(0x1c9),'fillColor':_0x4d294a(0x1e7),'resetColor':_0x4d294a(0x1de)},'align':{'top':_0x4d294a(0x1b9),'middle':_0x4d294a(0x1c0),'bottom':_0x4d294a(0x1ce)},'textWrap':{'inline':_0x4d294a(0x1c5),'square':_0x4d294a(0x1ca),'topAndBottom':_0x4d294a(0x1c3),'behindText':_0x4d294a(0x1e0),'inFrontText':_0x4d294a(0x1cd)},'crop':{'shape':'裁剪为形状'}}};export{e as default};
1
+ const _0x220b64=_0x527b;function _0x527b(_0x5413eb,_0x5e6748){_0x5413eb=_0x5413eb-0x1e4;const _0x2733da=_0x2733();let _0x527b01=_0x2733da[_0x5413eb];return _0x527b01;}(function(_0x109610,_0xf5daf4){const _0x386d98=_0x527b,_0x573a0e=_0x109610();while(!![]){try{const _0x5c6e25=parseInt(_0x386d98(0x200))/0x1+-parseInt(_0x386d98(0x1fe))/0x2*(parseInt(_0x386d98(0x201))/0x3)+parseInt(_0x386d98(0x1e9))/0x4+-parseInt(_0x386d98(0x1f5))/0x5+-parseInt(_0x386d98(0x1f1))/0x6+-parseInt(_0x386d98(0x1f4))/0x7+parseInt(_0x386d98(0x1e4))/0x8;if(_0x5c6e25===_0xf5daf4)break;else _0x573a0e['push'](_0x573a0e['shift']());}catch(_0x4cc915){_0x573a0e['push'](_0x573a0e['shift']());}}}(_0x2733,0x20136));function _0x2733(){const _0x1c0b6a=['垂直居中','对象名称','打开形状面板','居中对齐','文本颜色','重置颜色','965604iiLkku','全部显示','右对齐','688520QbnsWC','918575JflQze','逆时针90度旋转','衬于文字下方','格式化形状','四周型','裁剪为形状','打开图层面板','添加描述','顺时针90度旋转','11298HCCXZl','文本背景色','222226SnLseP','87fnIzCb','上移一层','快捷样式','切换垂直翻转','插入形状','底部对齐','删除线','3484832hEOfhc','两端对齐','形状位置','下移一层','下划线','321528CANIHg','全部隐藏'];_0x2733=function(){return _0x1c0b6a;};return _0x2733();}const e={'docs-shape-ui':{'quickStyles':_0x220b64(0x203),'title':'形状','insertShape':_0x220b64(0x205),'openPanel':_0x220b64(0x1ed),'deleteShape':'删除形状','hidePanel':'隐藏形状面板','formatShape':_0x220b64(0x1f8),'shapeStyle':'形状样式','shapePosition':_0x220b64(0x1e6),'toggleFlipH':'切换水平翻转','toggleFlipV':_0x220b64(0x204),'rotateRight90':_0x220b64(0x1fd),'rotateLeft90':_0x220b64(0x1f6),'toggleTextVertical':'切换文本竖排','objectListPanel':{'title':'图层','open':_0x220b64(0x1fb),'empty':'暂无对象','showAll':_0x220b64(0x1f2),'hideAll':_0x220b64(0x1ea),'show':'显示','hide':'隐藏','moveForward':_0x220b64(0x202),'moveBackward':_0x220b64(0x1e7),'close':'关闭','name':'名称','nameInput':_0x220b64(0x1ec),'description':'描述','descriptionPlaceholder':_0x220b64(0x1fc),'details':'详情','noSelection':'选择对象以编辑详情'},'toolbar':{'alignLeft':'左对齐','alignCenter':_0x220b64(0x1ee),'alignRight':_0x220b64(0x1f3),'alignJustify':_0x220b64(0x1e5),'bold':'粗体','italic':'斜体','underline':_0x220b64(0x1e8),'strikethrough':_0x220b64(0x207),'textColor':_0x220b64(0x1ef),'fillColor':_0x220b64(0x1ff),'resetColor':_0x220b64(0x1f0)},'align':{'top':'顶部对齐','middle':_0x220b64(0x1eb),'bottom':_0x220b64(0x206)},'textWrap':{'inline':'嵌入型','square':_0x220b64(0x1f9),'topAndBottom':'上下型','behindText':_0x220b64(0x1f7),'inFrontText':'浮于文字上方'},'crop':{'shape':_0x220b64(0x1fa)}}};export{e as default};