@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
- const _0x3b422d=_0x5cb5;function _0x5cb5(_0x3f6e99,_0x2b5db5){_0x3f6e99=_0x3f6e99-0x1d0;const _0x54a51d=_0x54a5();let _0x5cb5d5=_0x54a51d[_0x3f6e99];return _0x5cb5d5;}(function(_0x259b6e,_0xf0fcaa){const _0x26597f=_0x5cb5,_0x2482df=_0x259b6e();while(!![]){try{const _0x402999=-parseInt(_0x26597f(0x1d6))/0x1+-parseInt(_0x26597f(0x1f5))/0x2+parseInt(_0x26597f(0x1e6))/0x3+-parseInt(_0x26597f(0x1f8))/0x4+parseInt(_0x26597f(0x1dd))/0x5*(-parseInt(_0x26597f(0x1f6))/0x6)+parseInt(_0x26597f(0x1ee))/0x7*(-parseInt(_0x26597f(0x1d9))/0x8)+parseInt(_0x26597f(0x1f7))/0x9;if(_0x402999===_0xf0fcaa)break;else _0x2482df['push'](_0x2482df['shift']());}catch(_0xf870e8){_0x2482df['push'](_0x2482df['shift']());}}}(_0x54a5,0xd3598));function _0x54a5(){const _0x2d478c=['شكل','إخفاء','1021448PUCfWf','فتح\x20لوحة\x20الطبقات','أضف\x20وصفًا','151112YRptKd','مربع','موضع\x20الشكل','ضبط','129445YUszud','محاذاة\x20للأسفل','إخفاء\x20لوحة\x20الأشكال','الطبقات','لون\x20خلفية\x20النص','إظهار','تبديل\x20النص\x20العمودي','إدراج\x20شكل','غامق','767646Lvnlao','اسم\x20الكائن','التفاصيل','الاسم','يتوسطه\x20خط','محاذاة\x20لليسار','محاذاة\x20للمنتصف','تبديل\x20الانعكاس\x20الأفقي','84ETAdhb','نمط\x20الشكل','أعلى\x20وأسفل','تنسيق\x20الشكل','مائل','محاذاة\x20للوسط','قص\x20إلى\x20شكل','3361200vFexvT','246gKZIDi','54675675godcsn','5900416KTqrtI','إخفاء\x20الكل','إعادة\x20تعيين\x20اللون','إحضار\x20إلى\x20الأمام','إغلاق','إظهار\x20الكل','محاذاة\x20لليمين','خلف\x20النص'];_0x54a5=function(){return _0x2d478c;};return _0x54a5();}const e={'docs-shape-ui':{'title':_0x3b422d(0x1d4),'insertShape':_0x3b422d(0x1e4),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':'حذف\x20الشكل','hidePanel':_0x3b422d(0x1df),'formatShape':_0x3b422d(0x1f1),'shapeStyle':_0x3b422d(0x1ef),'shapePosition':_0x3b422d(0x1db),'toggleFlipH':_0x3b422d(0x1ed),'toggleFlipV':'تبديل\x20الانعكاس\x20العمودي','rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':'تدوير\x20لليسار\x2090°','toggleTextVertical':_0x3b422d(0x1e3),'objectListPanel':{'title':_0x3b422d(0x1e0),'open':_0x3b422d(0x1d7),'empty':'لا\x20توجد\x20كائنات','showAll':_0x3b422d(0x1d1),'hideAll':_0x3b422d(0x1f9),'show':_0x3b422d(0x1e2),'hide':_0x3b422d(0x1d5),'moveForward':_0x3b422d(0x1fb),'moveBackward':'إرسال\x20إلى\x20الخلف','close':_0x3b422d(0x1d0),'name':_0x3b422d(0x1e9),'nameInput':_0x3b422d(0x1e7),'description':'الوصف','descriptionPlaceholder':_0x3b422d(0x1d8),'details':_0x3b422d(0x1e8),'noSelection':'حدّد\x20كائنًا\x20لتعديل\x20تفاصيله'},'toolbar':{'alignLeft':_0x3b422d(0x1eb),'alignCenter':_0x3b422d(0x1f3),'alignRight':_0x3b422d(0x1d2),'alignJustify':_0x3b422d(0x1dc),'bold':_0x3b422d(0x1e5),'italic':_0x3b422d(0x1f2),'underline':'تسطير','strikethrough':_0x3b422d(0x1ea),'textColor':'لون\x20النص','fillColor':_0x3b422d(0x1e1),'resetColor':_0x3b422d(0x1fa)},'align':{'top':'محاذاة\x20للأعلى','middle':_0x3b422d(0x1ec),'bottom':_0x3b422d(0x1de)},'textWrap':{'inline':'في\x20نفس\x20السطر\x20مع\x20النص','square':_0x3b422d(0x1da),'topAndBottom':_0x3b422d(0x1f0),'behindText':_0x3b422d(0x1d3),'inFrontText':'أمام\x20النص'},'crop':{'shape':_0x3b422d(0x1f4)}}};module['exports']=e;
1
+ const _0x21477c=_0x5978;function _0x5978(_0x4df0a5,_0x24cf6f){_0x4df0a5=_0x4df0a5-0x118;const _0x4af8a7=_0x4af8();let _0x59784e=_0x4af8a7[_0x4df0a5];return _0x59784e;}(function(_0x4e18f5,_0x4630e7){const _0x47950d=_0x5978,_0x5e4a75=_0x4e18f5();while(!![]){try{const _0x2f775c=parseInt(_0x47950d(0x121))/0x1+parseInt(_0x47950d(0x11e))/0x2*(-parseInt(_0x47950d(0x13b))/0x3)+parseInt(_0x47950d(0x133))/0x4*(-parseInt(_0x47950d(0x135))/0x5)+parseInt(_0x47950d(0x127))/0x6*(parseInt(_0x47950d(0x129))/0x7)+-parseInt(_0x47950d(0x125))/0x8+-parseInt(_0x47950d(0x131))/0x9+-parseInt(_0x47950d(0x134))/0xa*(-parseInt(_0x47950d(0x11b))/0xb);if(_0x2f775c===_0x4630e7)break;else _0x5e4a75['push'](_0x5e4a75['shift']());}catch(_0x40a6ee){_0x5e4a75['push'](_0x5e4a75['shift']());}}}(_0x4af8,0x2d584));const e={'docs-shape-ui':{'quickStyles':'أنماط\x20سريعة','title':_0x21477c(0x12d),'insertShape':_0x21477c(0x138),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':_0x21477c(0x142),'hidePanel':_0x21477c(0x12e),'formatShape':_0x21477c(0x123),'shapeStyle':_0x21477c(0x11c),'shapePosition':_0x21477c(0x122),'toggleFlipH':_0x21477c(0x146),'toggleFlipV':_0x21477c(0x132),'rotateRight90':_0x21477c(0x128),'rotateLeft90':'تدوير\x20لليسار\x2090°','toggleTextVertical':'تبديل\x20النص\x20العمودي','objectListPanel':{'title':'الطبقات','open':_0x21477c(0x13f),'empty':_0x21477c(0x130),'showAll':_0x21477c(0x147),'hideAll':_0x21477c(0x13e),'show':_0x21477c(0x141),'hide':'إخفاء','moveForward':_0x21477c(0x11f),'moveBackward':_0x21477c(0x144),'close':_0x21477c(0x145),'name':_0x21477c(0x13d),'nameInput':_0x21477c(0x11a),'description':_0x21477c(0x124),'descriptionPlaceholder':_0x21477c(0x119),'details':'التفاصيل','noSelection':_0x21477c(0x12c)},'toolbar':{'alignLeft':_0x21477c(0x12f),'alignCenter':_0x21477c(0x140),'alignRight':_0x21477c(0x137),'alignJustify':_0x21477c(0x12b),'bold':_0x21477c(0x12a),'italic':_0x21477c(0x120),'underline':'تسطير','strikethrough':_0x21477c(0x143),'textColor':_0x21477c(0x11d),'fillColor':_0x21477c(0x136),'resetColor':'إعادة\x20تعيين\x20اللون'},'align':{'top':_0x21477c(0x13c),'middle':'محاذاة\x20للمنتصف','bottom':'محاذاة\x20للأسفل'},'textWrap':{'inline':_0x21477c(0x118),'square':_0x21477c(0x139),'topAndBottom':_0x21477c(0x126),'behindText':'خلف\x20النص','inFrontText':_0x21477c(0x13a)},'crop':{'shape':'قص\x20إلى\x20شكل'}}};module['exports']=e;function _0x4af8(){const _0x358ca7=['إدراج\x20شكل','مربع','أمام\x20النص','3gaUMls','محاذاة\x20للأعلى','الاسم','إخفاء\x20الكل','فتح\x20لوحة\x20الطبقات','محاذاة\x20للوسط','إظهار','حذف\x20الشكل','يتوسطه\x20خط','إرسال\x20إلى\x20الخلف','إغلاق','تبديل\x20الانعكاس\x20الأفقي','إظهار\x20الكل','في\x20نفس\x20السطر\x20مع\x20النص','أضف\x20وصفًا','اسم\x20الكائن','11QKLybO','نمط\x20الشكل','لون\x20النص','633602hywQzO','إحضار\x20إلى\x20الأمام','مائل','96227VhoYAC','موضع\x20الشكل','تنسيق\x20الشكل','الوصف','2097192kgaGVy','أعلى\x20وأسفل','39462uNdDuK','تدوير\x20لليمين\x2090°','42wQcWHQ','غامق','ضبط','حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','شكل','إخفاء\x20لوحة\x20الأشكال','محاذاة\x20لليسار','لا\x20توجد\x20كائنات','2342214lQcEXd','تبديل\x20الانعكاس\x20العمودي','284408oyUexe','11025450aDwZcO','15SHnvJO','لون\x20خلفية\x20النص','محاذاة\x20لليمين'];_0x4af8=function(){return _0x358ca7;};return _0x4af8();}
@@ -1 +1 @@
1
- const _0x2c7d0c=_0xb0fb;(function(_0x2d1758,_0x53fce7){const _0x34c81a=_0xb0fb,_0x2092b9=_0x2d1758();while(!![]){try{const _0x3c7ea0=parseInt(_0x34c81a(0x112))/0x1*(parseInt(_0x34c81a(0x118))/0x2)+-parseInt(_0x34c81a(0xf4))/0x3*(parseInt(_0x34c81a(0xfe))/0x4)+parseInt(_0x34c81a(0x104))/0x5*(-parseInt(_0x34c81a(0x108))/0x6)+-parseInt(_0x34c81a(0xf8))/0x7*(-parseInt(_0x34c81a(0x10d))/0x8)+parseInt(_0x34c81a(0xfb))/0x9+parseInt(_0x34c81a(0x119))/0xa*(parseInt(_0x34c81a(0x106))/0xb)+parseInt(_0x34c81a(0x11c))/0xc*(-parseInt(_0x34c81a(0x116))/0xd);if(_0x3c7ea0===_0x53fce7)break;else _0x2092b9['push'](_0x2092b9['shift']());}catch(_0x3f63af){_0x2092b9['push'](_0x2092b9['shift']());}}}(_0x5ade,0xde558));const e={'docs-shape-ui':{'title':_0x2c7d0c(0xf3),'insertShape':'Inserir\x20forma','openPanel':_0x2c7d0c(0xfd),'deleteShape':'Eliminar\x20forma','hidePanel':_0x2c7d0c(0x101),'formatShape':_0x2c7d0c(0x11a),'shapeStyle':'Estil\x20de\x20forma','shapePosition':'Posició\x20de\x20forma','toggleFlipH':_0x2c7d0c(0x113),'toggleFlipV':'Alternar\x20volteig\x20vertical','rotateRight90':_0x2c7d0c(0x107),'rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':_0x2c7d0c(0x10b),'objectListPanel':{'title':_0x2c7d0c(0x10a),'open':_0x2c7d0c(0x109),'empty':_0x2c7d0c(0xee),'showAll':_0x2c7d0c(0x115),'hideAll':_0x2c7d0c(0xf6),'show':_0x2c7d0c(0x100),'hide':_0x2c7d0c(0xf9),'moveForward':'Porta\x20endavant','moveBackward':_0x2c7d0c(0x117),'close':_0x2c7d0c(0xf5),'name':_0x2c7d0c(0x114),'nameInput':'Nom\x20de\x20l’objecte','description':_0x2c7d0c(0xff),'descriptionPlaceholder':_0x2c7d0c(0x10e),'details':_0x2c7d0c(0xf2),'noSelection':_0x2c7d0c(0x102)},'toolbar':{'alignLeft':_0x2c7d0c(0xfc),'alignCenter':'Centra','alignRight':_0x2c7d0c(0xef),'alignJustify':_0x2c7d0c(0xf7),'bold':'Negreta','italic':_0x2c7d0c(0xfa),'underline':_0x2c7d0c(0xf1),'strikethrough':_0x2c7d0c(0x10c),'textColor':_0x2c7d0c(0x10f),'fillColor':_0x2c7d0c(0x111),'resetColor':'Restableix\x20el\x20color'},'align':{'top':_0x2c7d0c(0xed),'middle':'Alinea\x20al\x20mig','bottom':'Alinea\x20a\x20baix'},'textWrap':{'inline':'En\x20línia\x20amb\x20el\x20text','square':_0x2c7d0c(0x11b),'topAndBottom':_0x2c7d0c(0x110),'behindText':_0x2c7d0c(0x103),'inFrontText':'Davant\x20del\x20text'},'crop':{'shape':_0x2c7d0c(0xf0)}}};function _0x5ade(){const _0x44f70e=['Ratllat','648328Lswstu','Afegeix\x20una\x20descripció','Color\x20del\x20text','A\x20dalt\x20i\x20a\x20baix','Color\x20de\x20fons\x20del\x20text','45EOryXv','Alternar\x20volteig\x20horitzontal','Nom','Mostra’ls\x20tots','14781rKmDDJ','Envia\x20enrere','66730uauuXr','117640pjrBNn','Format\x20de\x20forma','Quadrat','28932GsKbKB','Alinea\x20a\x20dalt','Sense\x20objectes','Alinea\x20a\x20la\x20dreta','Retalla\x20a\x20forma','Subratllat','Detalls','Forma','13116dBYNyG','Tanca','Amaga’ls\x20tots','Justifica','42MRwQae','Amaga','Cursiva','14908968eqvaZy','Alinea\x20a\x20l\x27esquerra','Obrir\x20panell\x20de\x20formes','1112RxbVRZ','Descripció','Mostra','Amagar\x20panell\x20de\x20formes','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Darrere\x20del\x20text','45SJkpIg','exports','1672QLEtjm','Rotar\x2090°\x20a\x20la\x20dreta','376632lQguQs','Obre\x20el\x20tauler\x20de\x20capes','Capes','Alternar\x20text\x20vertical'];_0x5ade=function(){return _0x44f70e;};return _0x5ade();}function _0xb0fb(_0x420236,_0x4dac84){_0x420236=_0x420236-0xed;const _0x5ade4d=_0x5ade();let _0xb0fb48=_0x5ade4d[_0x420236];return _0xb0fb48;}module[_0x2c7d0c(0x105)]=e;
1
+ function _0x7947(){const _0x41911f=['Alternar\x20text\x20vertical','16bgCmMT','En\x20línia\x20amb\x20el\x20text','Rotar\x2090°\x20a\x20l\x27esquerra','Color\x20de\x20fons\x20del\x20text','Afegeix\x20una\x20descripció','Alinea\x20a\x20l\x27esquerra','Color\x20del\x20text','1372898hopHiO','Envia\x20enrere','1643829EJKxEa','Ratllat','Inserir\x20forma','Alinea\x20a\x20baix','Posició\x20de\x20forma','9DuwsxZ','7OXwkah','Nom\x20de\x20l’objecte','Amaga’ls\x20tots','Capes','3235020TfZYJM','190ICkRDE','Amagar\x20panell\x20de\x20formes','Obre\x20el\x20tauler\x20de\x20capes','Tanca','Descripció','Quadrat','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Amaga','Sense\x20objectes','Retalla\x20a\x20forma','831823XPmnZy','Subratllat','Justifica','exports','Davant\x20del\x20text','Estil\x20de\x20forma','Nom','1112448LmxDif','Centra','10195792UHfFsX','Restableix\x20el\x20color','Rotar\x2090°\x20a\x20la\x20dreta','376570YVhLbt','Format\x20de\x20forma','Mostra’ls\x20tots','Darrere\x20del\x20text','Alternar\x20volteig\x20vertical','A\x20dalt\x20i\x20a\x20baix','Detalls','Mostra','Negreta'];_0x7947=function(){return _0x41911f;};return _0x7947();}const _0x511c60=_0x4e54;(function(_0xca507b,_0x3572f3){const _0xc888a0=_0x4e54,_0x1df698=_0xca507b();while(!![]){try{const _0x48fa40=parseInt(_0xc888a0(0x158))/0x1+-parseInt(_0xc888a0(0x175))/0x2+-parseInt(_0xc888a0(0x181))/0x3+parseInt(_0xc888a0(0x16e))/0x4*(parseInt(_0xc888a0(0x164))/0x5)+parseInt(_0xc888a0(0x15f))/0x6*(-parseInt(_0xc888a0(0x17d))/0x7)+-parseInt(_0xc888a0(0x161))/0x8*(parseInt(_0xc888a0(0x17c))/0x9)+-parseInt(_0xc888a0(0x182))/0xa*(-parseInt(_0xc888a0(0x177))/0xb);if(_0x48fa40===_0x3572f3)break;else _0x1df698['push'](_0x1df698['shift']());}catch(_0x3b1786){_0x1df698['push'](_0x1df698['shift']());}}}(_0x7947,0xb68e5));const e={'docs-shape-ui':{'quickStyles':'Estils\x20ràpids','title':'Forma','insertShape':_0x511c60(0x179),'openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':'Eliminar\x20forma','hidePanel':_0x511c60(0x183),'formatShape':_0x511c60(0x165),'shapeStyle':_0x511c60(0x15d),'shapePosition':_0x511c60(0x17b),'toggleFlipH':'Alternar\x20volteig\x20horitzontal','toggleFlipV':_0x511c60(0x168),'rotateRight90':_0x511c60(0x163),'rotateLeft90':_0x511c60(0x170),'toggleTextVertical':_0x511c60(0x16d),'objectListPanel':{'title':_0x511c60(0x180),'open':_0x511c60(0x184),'empty':_0x511c60(0x156),'showAll':_0x511c60(0x166),'hideAll':_0x511c60(0x17f),'show':_0x511c60(0x16b),'hide':_0x511c60(0x155),'moveForward':'Porta\x20endavant','moveBackward':_0x511c60(0x176),'close':_0x511c60(0x185),'name':_0x511c60(0x15e),'nameInput':_0x511c60(0x17e),'description':_0x511c60(0x186),'descriptionPlaceholder':_0x511c60(0x172),'details':_0x511c60(0x16a),'noSelection':_0x511c60(0x188)},'toolbar':{'alignLeft':_0x511c60(0x173),'alignCenter':_0x511c60(0x160),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':_0x511c60(0x15a),'bold':_0x511c60(0x16c),'italic':'Cursiva','underline':_0x511c60(0x159),'strikethrough':_0x511c60(0x178),'textColor':_0x511c60(0x174),'fillColor':_0x511c60(0x171),'resetColor':_0x511c60(0x162)},'align':{'top':'Alinea\x20a\x20dalt','middle':'Alinea\x20al\x20mig','bottom':_0x511c60(0x17a)},'textWrap':{'inline':_0x511c60(0x16f),'square':_0x511c60(0x187),'topAndBottom':_0x511c60(0x169),'behindText':_0x511c60(0x167),'inFrontText':_0x511c60(0x15c)},'crop':{'shape':_0x511c60(0x157)}}};function _0x4e54(_0x5f4123,_0x59f34f){_0x5f4123=_0x5f4123-0x155;const _0x7947dd=_0x7947();let _0x4e5476=_0x7947dd[_0x5f4123];return _0x4e5476;}module[_0x511c60(0x15b)]=e;
@@ -1 +1 @@
1
- function _0x43ad(){const _0x1a2cf7=['Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Vertikale\x20Spiegelung\x20umschalten','Hinter\x20dem\x20Text','Auf\x20Form\x20zuschneiden','Name','Vertikalen\x20Text\x20umschalten','935928eGbbjY','Alle\x20ausblenden','2577624abOXuq','Linksbündig','Objektname','Quadratisch','exports','Oben\x20bündig','Oben\x20und\x20unten','Rechts\x2090°\x20drehen','Horizontale\x20Spiegelung\x20umschalten','Fett','Keine\x20Objekte','Vor\x20dem\x20Text','Durchgestrichen','1068RFEFHQ','1155EWKiyS','Ebenenbereich\x20öffnen','3033325oPzFNZ','Schließen','Alle\x20anzeigen','Beschreibung','8870688LjRPTR','Weiter\x20nach\x20hinten','Zentriert','Unten\x20bündig','16cZweXw','Weiter\x20nach\x20vorne','Formposition','Form-Panel\x20ausblenden','Details','Mittig','Texthintergrundfarbe','1322963CWmxCI','2699494ppACUQ','Form\x20formatieren'];_0x43ad=function(){return _0x1a2cf7;};return _0x43ad();}const _0x5e84a5=_0x5559;(function(_0x492fa6,_0x342254){const _0x45380a=_0x5559,_0x1604a0=_0x492fa6();while(!![]){try{const _0x1d3e06=parseInt(_0x45380a(0x143))/0x1+parseInt(_0x45380a(0x144))/0x2+parseInt(_0x45380a(0x132))/0x3*(parseInt(_0x45380a(0x131))/0x4)+-parseInt(_0x45380a(0x134))/0x5+-parseInt(_0x45380a(0x138))/0x6+parseInt(_0x45380a(0x14e))/0x7+-parseInt(_0x45380a(0x13c))/0x8*(parseInt(_0x45380a(0x14c))/0x9);if(_0x1d3e06===_0x342254)break;else _0x1604a0['push'](_0x1604a0['shift']());}catch(_0x363f86){_0x1604a0['push'](_0x1604a0['shift']());}}}(_0x43ad,0xcfad0));const e={'docs-shape-ui':{'title':'Form','insertShape':'Form\x20einfügen','openPanel':'Form-Panel\x20öffnen','deleteShape':'Form\x20löschen','hidePanel':_0x5e84a5(0x13f),'formatShape':_0x5e84a5(0x145),'shapeStyle':'Formstil','shapePosition':_0x5e84a5(0x13e),'toggleFlipH':_0x5e84a5(0x156),'toggleFlipV':_0x5e84a5(0x147),'rotateRight90':_0x5e84a5(0x155),'rotateLeft90':'Links\x2090°\x20drehen','toggleTextVertical':_0x5e84a5(0x14b),'objectListPanel':{'title':'Ebenen','open':_0x5e84a5(0x133),'empty':_0x5e84a5(0x158),'showAll':_0x5e84a5(0x136),'hideAll':_0x5e84a5(0x14d),'show':'Anzeigen','hide':'Ausblenden','moveForward':_0x5e84a5(0x13d),'moveBackward':_0x5e84a5(0x139),'close':_0x5e84a5(0x135),'name':_0x5e84a5(0x14a),'nameInput':_0x5e84a5(0x150),'description':_0x5e84a5(0x137),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x5e84a5(0x140),'noSelection':_0x5e84a5(0x146)},'toolbar':{'alignLeft':_0x5e84a5(0x14f),'alignCenter':_0x5e84a5(0x13a),'alignRight':'Rechtsbündig','alignJustify':'Blocksatz','bold':_0x5e84a5(0x157),'italic':'Kursiv','underline':'Unterstrichen','strikethrough':_0x5e84a5(0x130),'textColor':'Textfarbe','fillColor':_0x5e84a5(0x142),'resetColor':'Farbe\x20zurücksetzen'},'align':{'top':_0x5e84a5(0x153),'middle':_0x5e84a5(0x141),'bottom':_0x5e84a5(0x13b)},'textWrap':{'inline':'Im\x20Textfluss','square':_0x5e84a5(0x151),'topAndBottom':_0x5e84a5(0x154),'behindText':_0x5e84a5(0x148),'inFrontText':_0x5e84a5(0x12f)},'crop':{'shape':_0x5e84a5(0x149)}}};function _0x5559(_0x377b9a,_0xc08514){_0x377b9a=_0x377b9a-0x12f;const _0x43ad2d=_0x43ad();let _0x5559f8=_0x43ad2d[_0x377b9a];return _0x5559f8;}module[_0x5e84a5(0x152)]=e;
1
+ const _0x3288b6=_0x52f3;(function(_0x56f380,_0x427e93){const _0x544028=_0x52f3,_0x591854=_0x56f380();while(!![]){try{const _0x2f957f=parseInt(_0x544028(0x11e))/0x1+parseInt(_0x544028(0x106))/0x2*(-parseInt(_0x544028(0xf5))/0x3)+-parseInt(_0x544028(0x118))/0x4+parseInt(_0x544028(0xf2))/0x5*(-parseInt(_0x544028(0xff))/0x6)+parseInt(_0x544028(0xfd))/0x7+parseInt(_0x544028(0x119))/0x8*(-parseInt(_0x544028(0x10f))/0x9)+parseInt(_0x544028(0xfc))/0xa*(parseInt(_0x544028(0x109))/0xb);if(_0x2f957f===_0x427e93)break;else _0x591854['push'](_0x591854['shift']());}catch(_0x4acc70){_0x591854['push'](_0x591854['shift']());}}}(_0x5310,0x2fb3b));function _0x52f3(_0x56bf3a,_0x4a634a){_0x56bf3a=_0x56bf3a-0xf2;const _0x53100a=_0x5310();let _0x52f3ca=_0x53100a[_0x56bf3a];return _0x52f3ca;}const e={'docs-shape-ui':{'quickStyles':_0x3288b6(0xfa),'title':'Form','insertShape':_0x3288b6(0x102),'openPanel':_0x3288b6(0xfb),'deleteShape':_0x3288b6(0x117),'hidePanel':'Form-Panel\x20ausblenden','formatShape':'Form\x20formatieren','shapeStyle':_0x3288b6(0x11a),'shapePosition':'Formposition','toggleFlipH':_0x3288b6(0xf7),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':_0x3288b6(0xf9),'rotateLeft90':_0x3288b6(0xf8),'toggleTextVertical':_0x3288b6(0xf6),'objectListPanel':{'title':_0x3288b6(0x120),'open':'Ebenenbereich\x20öffnen','empty':_0x3288b6(0x104),'showAll':'Alle\x20anzeigen','hideAll':_0x3288b6(0x11f),'show':_0x3288b6(0x10d),'hide':'Ausblenden','moveForward':_0x3288b6(0x100),'moveBackward':'Weiter\x20nach\x20hinten','close':_0x3288b6(0x111),'name':'Name','nameInput':'Objektname','description':_0x3288b6(0xfe),'descriptionPlaceholder':_0x3288b6(0x11d),'details':_0x3288b6(0x103),'noSelection':_0x3288b6(0x107)},'toolbar':{'alignLeft':_0x3288b6(0x11c),'alignCenter':_0x3288b6(0x115),'alignRight':_0x3288b6(0xf3),'alignJustify':'Blocksatz','bold':_0x3288b6(0x10c),'italic':'Kursiv','underline':_0x3288b6(0x105),'strikethrough':_0x3288b6(0xf4),'textColor':_0x3288b6(0x10a),'fillColor':_0x3288b6(0x110),'resetColor':'Farbe\x20zurücksetzen'},'align':{'top':_0x3288b6(0x11b),'middle':_0x3288b6(0x101),'bottom':_0x3288b6(0x108)},'textWrap':{'inline':_0x3288b6(0x112),'square':_0x3288b6(0x113),'topAndBottom':_0x3288b6(0x10b),'behindText':_0x3288b6(0x116),'inFrontText':'Vor\x20dem\x20Text'},'crop':{'shape':_0x3288b6(0x114)}}};function _0x5310(){const _0x1a23e3=['Linksbündig','Beschreibung\x20hinzufügen','114952SoIXsv','Alle\x20ausblenden','Ebenen','5JXczXw','Rechtsbündig','Durchgestrichen','9cCJsoC','Vertikalen\x20Text\x20umschalten','Horizontale\x20Spiegelung\x20umschalten','Links\x2090°\x20drehen','Rechts\x2090°\x20drehen','Schnellformatvorlagen','Form-Panel\x20öffnen','338810icZVQP','171465iZKZpu','Beschreibung','579606EMyyPj','Weiter\x20nach\x20vorne','Mittig','Form\x20einfügen','Details','Keine\x20Objekte','Unterstrichen','235972RNomcO','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Unten\x20bündig','242knOaoy','Textfarbe','Oben\x20und\x20unten','Fett','Anzeigen','exports','373698zidszd','Texthintergrundfarbe','Schließen','Im\x20Textfluss','Quadratisch','Auf\x20Form\x20zuschneiden','Zentriert','Hinter\x20dem\x20Text','Form\x20löschen','789444LfPMHN','8NKMKxq','Formstil','Oben\x20bündig'];_0x5310=function(){return _0x1a23e3;};return _0x5310();}module[_0x3288b6(0x10e)]=e;
@@ -1 +1 @@
1
- const _0x4a3f1d=_0x1c7d;function _0x1c7d(_0x2e0aa9,_0x3af490){_0x2e0aa9=_0x2e0aa9-0xb6;const _0x24e738=_0x24e7();let _0x1c7d42=_0x24e738[_0x2e0aa9];return _0x1c7d42;}(function(_0x4c563c,_0x35dd28){const _0x5bb9eb=_0x1c7d,_0x260b1a=_0x4c563c();while(!![]){try{const _0x3d4562=parseInt(_0x5bb9eb(0xdf))/0x1+-parseInt(_0x5bb9eb(0xba))/0x2+parseInt(_0x5bb9eb(0xcb))/0x3*(-parseInt(_0x5bb9eb(0xbd))/0x4)+parseInt(_0x5bb9eb(0xcf))/0x5*(parseInt(_0x5bb9eb(0xc1))/0x6)+parseInt(_0x5bb9eb(0xb9))/0x7*(-parseInt(_0x5bb9eb(0xc0))/0x8)+parseInt(_0x5bb9eb(0xd9))/0x9*(-parseInt(_0x5bb9eb(0xc4))/0xa)+parseInt(_0x5bb9eb(0xd7))/0xb*(-parseInt(_0x5bb9eb(0xd4))/0xc);if(_0x3d4562===_0x35dd28)break;else _0x260b1a['push'](_0x260b1a['shift']());}catch(_0x30f014){_0x260b1a['push'](_0x260b1a['shift']());}}}(_0x24e7,0x70faa));function _0x24e7(){const _0x427e93=['401848GCwlXA','Select\x20an\x20object\x20to\x20edit\x20details','Toggle\x20Vertical\x20Flip','4iyjwyf','Show\x20All','Shape\x20Position','683248nPuKlH','12ZbecLF','Justify','Italic','90PZoWNb','Format\x20Shape','Object\x20name','Details','Send\x20Backward','Toggle\x20Horizontal\x20Flip','Rotate\x20Right\x2090°','474081IetZLR','In\x20line\x20with\x20text','Bring\x20Forward','Align\x20Bottom','2071480vIKGdV','Open\x20Shape\x20Panel','Name','Crop\x20to\x20Shape','Top\x20and\x20Bottom','36mDSUEm','Bold','Hide\x20Shape\x20Panel','148643YoOKuY','Description','196767tcihlq','Align\x20Right','Add\x20description','Align\x20Top','Delete\x20Shape','Behind\x20text','315833lgKtej','Insert\x20Shape','Strikethrough','Close','No\x20objects','Show','Align\x20Left','Hide','Open\x20Layers\x20Panel','Text\x20Background\x20color','Align\x20Middle','Underline','Rotate\x20Left\x2090°','Align\x20Center','7UZWXUX'];_0x24e7=function(){return _0x427e93;};return _0x24e7();}const e={'docs-shape-ui':{'title':'Shape','insertShape':_0x4a3f1d(0xe0),'openPanel':_0x4a3f1d(0xd0),'deleteShape':_0x4a3f1d(0xdd),'hidePanel':_0x4a3f1d(0xd6),'formatShape':_0x4a3f1d(0xc5),'shapeStyle':'Shape\x20Style','shapePosition':_0x4a3f1d(0xbf),'toggleFlipH':_0x4a3f1d(0xc9),'toggleFlipV':_0x4a3f1d(0xbc),'rotateRight90':_0x4a3f1d(0xca),'rotateLeft90':_0x4a3f1d(0xb7),'toggleTextVertical':'Toggle\x20Text\x20Vertical','objectListPanel':{'title':'Layers','open':_0x4a3f1d(0xe7),'empty':_0x4a3f1d(0xe3),'showAll':_0x4a3f1d(0xbe),'hideAll':'Hide\x20All','show':_0x4a3f1d(0xe4),'hide':_0x4a3f1d(0xe6),'moveForward':_0x4a3f1d(0xcd),'moveBackward':_0x4a3f1d(0xc8),'close':_0x4a3f1d(0xe2),'name':_0x4a3f1d(0xd1),'nameInput':_0x4a3f1d(0xc6),'description':_0x4a3f1d(0xd8),'descriptionPlaceholder':_0x4a3f1d(0xdb),'details':_0x4a3f1d(0xc7),'noSelection':_0x4a3f1d(0xbb)},'toolbar':{'alignLeft':_0x4a3f1d(0xe5),'alignCenter':_0x4a3f1d(0xb8),'alignRight':_0x4a3f1d(0xda),'alignJustify':_0x4a3f1d(0xc2),'bold':_0x4a3f1d(0xd5),'italic':_0x4a3f1d(0xc3),'underline':_0x4a3f1d(0xb6),'strikethrough':_0x4a3f1d(0xe1),'textColor':'Text\x20color','fillColor':_0x4a3f1d(0xe8),'resetColor':'Reset\x20color'},'align':{'top':_0x4a3f1d(0xdc),'middle':_0x4a3f1d(0xe9),'bottom':_0x4a3f1d(0xce)},'textWrap':{'inline':_0x4a3f1d(0xcc),'square':'Square','topAndBottom':_0x4a3f1d(0xd3),'behindText':_0x4a3f1d(0xde),'inFrontText':'In\x20front\x20of\x20text'},'crop':{'shape':_0x4a3f1d(0xd2)}}};module['exports']=e;
1
+ const _0xae2666=_0x39f5;function _0x25c6(){const _0x27c038=['6203729JucFca','11086vwfPgN','Justify','63790LNEwUA','Send\x20Backward','Toggle\x20Text\x20Vertical','Details','Show\x20All','Shape\x20Style','Behind\x20text','Reset\x20color','8MxIYyL','1711170wQrHMD','No\x20objects','Description','Object\x20name','Quick\x20styles','Align\x20Bottom','Toggle\x20Vertical\x20Flip','In\x20front\x20of\x20text','Rotate\x20Right\x2090°','Close','Hide','Align\x20Top','Align\x20Left','In\x20line\x20with\x20text','Italic','Open\x20Layers\x20Panel','12LudQNT','1185476EyjIft','Hide\x20All','Toggle\x20Horizontal\x20Flip','Name','Underline','5ijOiys','639RaiVQM','Layers','Format\x20Shape','41aBXbIz','Top\x20and\x20Bottom','Add\x20description','3222822voFYqX','Square','exports','14205246LjWptg','Bring\x20Forward','Align\x20Middle'];_0x25c6=function(){return _0x27c038;};return _0x25c6();}(function(_0x4cf2c6,_0xf56512){const _0x31d8c6=_0x39f5,_0x2d3acd=_0x4cf2c6();while(!![]){try{const _0x2f9962=parseInt(_0x31d8c6(0x93))/0x1*(-parseInt(_0x31d8c6(0x6e))/0x2)+-parseInt(_0x31d8c6(0x79))/0x3+-parseInt(_0x31d8c6(0x8a))/0x4*(-parseInt(_0x31d8c6(0x8f))/0x5)+parseInt(_0x31d8c6(0x96))/0x6+parseInt(_0x31d8c6(0x6d))/0x7*(-parseInt(_0x31d8c6(0x78))/0x8)+parseInt(_0x31d8c6(0x90))/0x9*(parseInt(_0x31d8c6(0x70))/0xa)+-parseInt(_0x31d8c6(0x99))/0xb*(-parseInt(_0x31d8c6(0x89))/0xc);if(_0x2f9962===_0xf56512)break;else _0x2d3acd['push'](_0x2d3acd['shift']());}catch(_0x336102){_0x2d3acd['push'](_0x2d3acd['shift']());}}}(_0x25c6,0xda3cd));const e={'docs-shape-ui':{'quickStyles':_0xae2666(0x7d),'title':'Shape','insertShape':'Insert\x20Shape','openPanel':'Open\x20Shape\x20Panel','deleteShape':'Delete\x20Shape','hidePanel':'Hide\x20Shape\x20Panel','formatShape':_0xae2666(0x92),'shapeStyle':_0xae2666(0x75),'shapePosition':'Shape\x20Position','toggleFlipH':_0xae2666(0x8c),'toggleFlipV':_0xae2666(0x7f),'rotateRight90':_0xae2666(0x81),'rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':_0xae2666(0x72),'objectListPanel':{'title':_0xae2666(0x91),'open':_0xae2666(0x88),'empty':_0xae2666(0x7a),'showAll':_0xae2666(0x74),'hideAll':_0xae2666(0x8b),'show':'Show','hide':_0xae2666(0x83),'moveForward':_0xae2666(0x6b),'moveBackward':_0xae2666(0x71),'close':_0xae2666(0x82),'name':_0xae2666(0x8d),'nameInput':_0xae2666(0x7c),'description':_0xae2666(0x7b),'descriptionPlaceholder':_0xae2666(0x95),'details':_0xae2666(0x73),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'},'toolbar':{'alignLeft':_0xae2666(0x85),'alignCenter':'Align\x20Center','alignRight':'Align\x20Right','alignJustify':_0xae2666(0x6f),'bold':'Bold','italic':_0xae2666(0x87),'underline':_0xae2666(0x8e),'strikethrough':'Strikethrough','textColor':'Text\x20color','fillColor':'Text\x20Background\x20color','resetColor':_0xae2666(0x77)},'align':{'top':_0xae2666(0x84),'middle':_0xae2666(0x6c),'bottom':_0xae2666(0x7e)},'textWrap':{'inline':_0xae2666(0x86),'square':_0xae2666(0x97),'topAndBottom':_0xae2666(0x94),'behindText':_0xae2666(0x76),'inFrontText':_0xae2666(0x80)},'crop':{'shape':'Crop\x20to\x20Shape'}}};function _0x39f5(_0x12f4e6,_0x25b7e9){_0x12f4e6=_0x12f4e6-0x6b;const _0x25c668=_0x25c6();let _0x39f549=_0x25c668[_0x12f4e6];return _0x39f549;}module[_0xae2666(0x98)]=e;
@@ -1 +1 @@
1
- function _0x55cc(){const _0x277454=['Color\x20de\x20texto','Agregar\x20descripción','Centrar','Alinear\x20a\x20la\x20izquierda','8850tOwZvv','1138334aiXSHq','Cursiva','Nombre','Alinear\x20abajo','Nombre\x20del\x20objeto','Justificar','Enviar\x20atrás','Detalles','Estilo\x20de\x20forma','Descripción','Alinear\x20a\x20la\x20derecha','742722WAKEsq','Subrayado','Posición\x20de\x20forma','Insertar\x20forma','28505124iwZHPE','Negrita','Cerrar','Mostrar\x20todo','Alternar\x20volteo\x20horizontal','4402818hYiUTG','Rotar\x2090°\x20a\x20la\x20derecha','1086smjIhS','exports','Alternar\x20volteo\x20vertical','Recortar\x20a\x20forma','Detrás\x20del\x20texto','Ocultar\x20panel\x20de\x20formas','Cuadrado','Abrir\x20panel\x20de\x20formas','Ocultar\x20todo','1988496ITXsPP','Color\x20de\x20fondo\x20de\x20texto','Arriba\x20y\x20abajo','746904uxHPKh','Rotar\x2090°\x20a\x20la\x20izquierda','Delante\x20del\x20texto','4nALRwJ','Forma','Formato\x20de\x20forma','Eliminar\x20forma'];_0x55cc=function(){return _0x277454;};return _0x55cc();}function _0x4b83(_0x5af367,_0x1050e5){_0x5af367=_0x5af367-0xdb;const _0x55cc99=_0x55cc();let _0x4b8310=_0x55cc99[_0x5af367];return _0x4b8310;}const _0x490dca=_0x4b83;(function(_0x107683,_0x489895){const _0x8573d=_0x4b83,_0x55cf86=_0x107683();while(!![]){try{const _0x232a88=-parseInt(_0x8573d(0xf8))/0x1+parseInt(_0x8573d(0xef))/0x2*(-parseInt(_0x8573d(0x103))/0x3)+-parseInt(_0x8573d(0xe9))/0x4+parseInt(_0x8573d(0xf7))/0x5*(parseInt(_0x8573d(0xe0))/0x6)+-parseInt(_0x8573d(0xde))/0x7+-parseInt(_0x8573d(0xec))/0x8+parseInt(_0x8573d(0x107))/0x9;if(_0x232a88===_0x489895)break;else _0x55cf86['push'](_0x55cf86['shift']());}catch(_0x318852){_0x55cf86['push'](_0x55cf86['shift']());}}}(_0x55cc,0x9af27));const e={'docs-shape-ui':{'title':_0x490dca(0xf0),'insertShape':_0x490dca(0x106),'openPanel':_0x490dca(0xe7),'deleteShape':_0x490dca(0xf2),'hidePanel':_0x490dca(0xe5),'formatShape':_0x490dca(0xf1),'shapeStyle':_0x490dca(0x100),'shapePosition':_0x490dca(0x105),'toggleFlipH':_0x490dca(0xdd),'toggleFlipV':_0x490dca(0xe2),'rotateRight90':_0x490dca(0xdf),'rotateLeft90':_0x490dca(0xed),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':'Capas','open':'Abrir\x20panel\x20de\x20capas','empty':'Sin\x20objetos','showAll':_0x490dca(0xdc),'hideAll':_0x490dca(0xe8),'show':'Mostrar','hide':'Ocultar','moveForward':'Traer\x20adelante','moveBackward':_0x490dca(0xfe),'close':_0x490dca(0xdb),'name':_0x490dca(0xfa),'nameInput':_0x490dca(0xfc),'description':_0x490dca(0x101),'descriptionPlaceholder':_0x490dca(0xf4),'details':_0x490dca(0xff),'noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'},'toolbar':{'alignLeft':_0x490dca(0xf6),'alignCenter':_0x490dca(0xf5),'alignRight':_0x490dca(0x102),'alignJustify':_0x490dca(0xfd),'bold':_0x490dca(0x108),'italic':_0x490dca(0xf9),'underline':_0x490dca(0x104),'strikethrough':'Tachado','textColor':_0x490dca(0xf3),'fillColor':_0x490dca(0xea),'resetColor':'Restablecer\x20color'},'align':{'top':'Alinear\x20arriba','middle':'Alinear\x20al\x20medio','bottom':_0x490dca(0xfb)},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':_0x490dca(0xe6),'topAndBottom':_0x490dca(0xeb),'behindText':_0x490dca(0xe4),'inFrontText':_0x490dca(0xee)},'crop':{'shape':_0x490dca(0xe3)}}};module[_0x490dca(0xe1)]=e;
1
+ const _0x23335f=_0xadd8;(function(_0x200705,_0x335661){const _0x30762b=_0xadd8,_0x10e140=_0x200705();while(!![]){try{const _0x39abf9=parseInt(_0x30762b(0x84))/0x1*(parseInt(_0x30762b(0x99))/0x2)+-parseInt(_0x30762b(0x96))/0x3+parseInt(_0x30762b(0x9a))/0x4*(parseInt(_0x30762b(0x74))/0x5)+-parseInt(_0x30762b(0x87))/0x6*(-parseInt(_0x30762b(0x7a))/0x7)+parseInt(_0x30762b(0x8d))/0x8+-parseInt(_0x30762b(0x82))/0x9*(-parseInt(_0x30762b(0x94))/0xa)+-parseInt(_0x30762b(0x6a))/0xb;if(_0x39abf9===_0x335661)break;else _0x10e140['push'](_0x10e140['shift']());}catch(_0xb26963){_0x10e140['push'](_0x10e140['shift']());}}}(_0x5c53,0x4efc5));function _0xadd8(_0x2e8e05,_0x1201c9){_0x2e8e05=_0x2e8e05-0x67;const _0x5c53e8=_0x5c53();let _0xadd8e6=_0x5c53e8[_0x2e8e05];return _0xadd8e6;}const e={'docs-shape-ui':{'quickStyles':_0x23335f(0x86),'title':_0x23335f(0x90),'insertShape':_0x23335f(0x77),'openPanel':_0x23335f(0x68),'deleteShape':_0x23335f(0x88),'hidePanel':_0x23335f(0x6e),'formatShape':_0x23335f(0x6b),'shapeStyle':_0x23335f(0x6f),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':_0x23335f(0x8b),'toggleFlipV':'Alternar\x20volteo\x20vertical','rotateRight90':'Rotar\x2090°\x20a\x20la\x20derecha','rotateLeft90':_0x23335f(0x72),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':_0x23335f(0x95),'open':_0x23335f(0x7e),'empty':_0x23335f(0x78),'showAll':_0x23335f(0x67),'hideAll':_0x23335f(0x8c),'show':'Mostrar','hide':_0x23335f(0x89),'moveForward':_0x23335f(0x98),'moveBackward':_0x23335f(0x8f),'close':'Cerrar','name':_0x23335f(0x71),'nameInput':_0x23335f(0x7d),'description':_0x23335f(0x85),'descriptionPlaceholder':_0x23335f(0x7f),'details':_0x23335f(0x81),'noSelection':_0x23335f(0x69)},'toolbar':{'alignLeft':_0x23335f(0x7c),'alignCenter':_0x23335f(0x97),'alignRight':_0x23335f(0x75),'alignJustify':_0x23335f(0x7b),'bold':'Negrita','italic':_0x23335f(0x83),'underline':_0x23335f(0x79),'strikethrough':'Tachado','textColor':_0x23335f(0x70),'fillColor':_0x23335f(0x9b),'resetColor':_0x23335f(0x76)},'align':{'top':_0x23335f(0x8e),'middle':_0x23335f(0x91),'bottom':_0x23335f(0x6d)},'textWrap':{'inline':_0x23335f(0x73),'square':_0x23335f(0x92),'topAndBottom':_0x23335f(0x8a),'behindText':'Detrás\x20del\x20texto','inFrontText':_0x23335f(0x80)},'crop':{'shape':_0x23335f(0x93)}}};function _0x5c53(){const _0x26df4b=['Agregar\x20descripción','Delante\x20del\x20texto','Detalles','11691ECsCQd','Cursiva','86385nlvdpA','Descripción','Estilos\x20rápidos','328746aYetlI','Eliminar\x20forma','Ocultar','Arriba\x20y\x20abajo','Alternar\x20volteo\x20horizontal','Ocultar\x20todo','2966976wQqJdx','Alinear\x20arriba','Enviar\x20atrás','Forma','Alinear\x20al\x20medio','Cuadrado','Recortar\x20a\x20forma','3540ESqFmP','Capas','1732020JLnWuT','Centrar','Traer\x20adelante','8iaZAOQ','2044SKczHL','Color\x20de\x20fondo\x20de\x20texto','Mostrar\x20todo','Abrir\x20panel\x20de\x20formas','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','5953497yeXdQM','Formato\x20de\x20forma','exports','Alinear\x20abajo','Ocultar\x20panel\x20de\x20formas','Estilo\x20de\x20forma','Color\x20de\x20texto','Nombre','Rotar\x2090°\x20a\x20la\x20izquierda','En\x20línea\x20con\x20el\x20texto','2065qrZMbA','Alinear\x20a\x20la\x20derecha','Restablecer\x20color','Insertar\x20forma','Sin\x20objetos','Subrayado','7DAIoKX','Justificar','Alinear\x20a\x20la\x20izquierda','Nombre\x20del\x20objeto','Abrir\x20panel\x20de\x20capas'];_0x5c53=function(){return _0x26df4b;};return _0x5c53();}module[_0x23335f(0x6c)]=e;
@@ -1 +1 @@
1
- function _0x50e8(_0x2a8911,_0xf6dcdd){_0x2a8911=_0x2a8911-0x190;const _0x419ca0=_0x419c();let _0x50e829=_0x419ca0[_0x2a8911];return _0x50e829;}function _0x419c(){const _0x8b398d=['توضیحات','خط‌دار','پنهان\x20کردن\x20همه','خط‌کشی','تغییر\x20وضعیت\x20متن\x20عمودی','154GTObkd','نام\x20شیء','3997xBmfjz','رنگ\x20پس‌زمینه\x20متن','565030bVlaSN','چرخش\x20۹۰\x20درجه\x20به\x20چپ','exports','19754148aTcIUy','شکل','عقب\x20بردن','توضیحی\x20اضافه\x20کنید','3534EBWPLZ','چرخش\x20۹۰\x20درجه\x20به\x20راست','مخفی\x20کردن\x20پنل\x20شکل‌ها','1300727UIeItK','تراز\x20راست','رنگ\x20متن','لایه‌ها','بستن','تراز\x20وسط','50136EKeyFk','9izWuOz','180vQlNqp','تغییر\x20وضعیت\x20چرخش\x20افقی','کراپ\x20به\x20شکل','درج\x20شکل','حذف\x20شکل','بازنشانی\x20رنگ','ایتالیک','نمایش\x20همه','6841736AdZmgh','2FWiPGv','هیچ\x20شیئی\x20وجود\x20ندارد','2716100nhFgDq','تراز\x20چپ','تغییر\x20وضعیت\x20چرخش\x20عمودی','باز\x20کردن\x20پنل\x20لایه‌ها','جزئیات','جلوی\x20متن','تراز\x20بالا','جلو\x20آوردن','تراز\x20پایین','نام'];_0x419c=function(){return _0x8b398d;};return _0x419c();}const _0x370609=_0x50e8;(function(_0x20a752,_0x11b56c){const _0x574924=_0x50e8,_0x18ba41=_0x20a752();while(!![]){try{const _0x30da91=-parseInt(_0x574924(0x19f))/0x1*(parseInt(_0x574924(0x1b0))/0x2)+-parseInt(_0x574924(0x1a5))/0x3*(-parseInt(_0x574924(0x1a7))/0x4)+-parseInt(_0x574924(0x1b2))/0x5+-parseInt(_0x574924(0x19c))/0x6*(-parseInt(_0x574924(0x193))/0x7)+-parseInt(_0x574924(0x1af))/0x8*(parseInt(_0x574924(0x1a6))/0x9)+-parseInt(_0x574924(0x195))/0xa*(-parseInt(_0x574924(0x191))/0xb)+parseInt(_0x574924(0x198))/0xc;if(_0x30da91===_0x11b56c)break;else _0x18ba41['push'](_0x18ba41['shift']());}catch(_0xb42d32){_0x18ba41['push'](_0x18ba41['shift']());}}}(_0x419c,0xc9c30));const e={'docs-shape-ui':{'title':_0x370609(0x199),'insertShape':_0x370609(0x1aa),'openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x370609(0x1ab),'hidePanel':_0x370609(0x19e),'formatShape':'قالب‌بندی\x20شکل','shapeStyle':'سبک\x20شکل','shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x370609(0x1a8),'toggleFlipV':_0x370609(0x1b4),'rotateRight90':_0x370609(0x19d),'rotateLeft90':_0x370609(0x196),'toggleTextVertical':_0x370609(0x190),'objectListPanel':{'title':_0x370609(0x1a2),'open':_0x370609(0x1b5),'empty':_0x370609(0x1b1),'showAll':_0x370609(0x1ae),'hideAll':_0x370609(0x1be),'show':'نمایش','hide':'پنهان\x20کردن','moveForward':_0x370609(0x1b9),'moveBackward':_0x370609(0x19a),'close':_0x370609(0x1a3),'name':_0x370609(0x1bb),'nameInput':_0x370609(0x192),'description':_0x370609(0x1bc),'descriptionPlaceholder':_0x370609(0x19b),'details':_0x370609(0x1b6),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید'},'toolbar':{'alignLeft':_0x370609(0x1b3),'alignCenter':_0x370609(0x1a4),'alignRight':_0x370609(0x1a0),'alignJustify':'توجیه','bold':'پررنگ','italic':_0x370609(0x1ad),'underline':_0x370609(0x1bf),'strikethrough':_0x370609(0x1bd),'textColor':_0x370609(0x1a1),'fillColor':_0x370609(0x194),'resetColor':_0x370609(0x1ac)},'align':{'top':_0x370609(0x1b8),'middle':_0x370609(0x1a4),'bottom':_0x370609(0x1ba)},'textWrap':{'inline':'در\x20یک\x20خط\x20با\x20متن','square':'مربع','topAndBottom':'بالا\x20و\x20پایین','behindText':'پشت\x20متن','inFrontText':_0x370609(0x1b7)},'crop':{'shape':_0x370609(0x1a9)}}};module[_0x370609(0x197)]=e;
1
+ const _0x2af38b=_0x37b4;function _0x10e5(){const _0x4404e6=['564tXYFUG','توضیحات','1527796DeUCRf','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','تراز\x20چپ','14SRYwRC','تراز\x20وسط','تراز\x20بالا','سبک‌های\x20سریع','جلو\x20آوردن','مخفی\x20کردن\x20پنل\x20شکل‌ها','17595WLhgXB','چرخش\x20۹۰\x20درجه\x20به\x20چپ','1bIrLnc','توجیه','2378331fZKbOK','پشت\x20متن','نمایش','بازنشانی\x20رنگ','exports','50cAdgwZ','قالب‌بندی\x20شکل','سبک\x20شکل','تغییر\x20وضعیت\x20متن\x20عمودی','772456jrVosv','در\x20یک\x20خط\x20با\x20متن','رنگ\x20متن','شکل','خط‌کشی','تراز\x20راست','باز\x20کردن\x20پنل\x20شکل‌ها','بستن','نام','1745568ehBjMT','رنگ\x20پس‌زمینه\x20متن','درج\x20شکل','نمایش\x20همه','پررنگ','هیچ\x20شیئی\x20وجود\x20ندارد','پنهان\x20کردن','باز\x20کردن\x20پنل\x20لایه‌ها','تغییر\x20وضعیت\x20چرخش\x20افقی','بالا\x20و\x20پایین','جلوی\x20متن','1760652GfHpGE','32152BYgcWL'];_0x10e5=function(){return _0x4404e6;};return _0x10e5();}function _0x37b4(_0x941377,_0x68cd5d){_0x941377=_0x941377-0x106;const _0x10e5a9=_0x10e5();let _0x37b42d=_0x10e5a9[_0x941377];return _0x37b42d;}(function(_0x17190e,_0xe5d217){const _0x1a5dcd=_0x37b4,_0x52e8df=_0x17190e();while(!![]){try{const _0x3ef199=-parseInt(_0x1a5dcd(0x12a))/0x1*(parseInt(_0x1a5dcd(0x11f))/0x2)+parseInt(_0x1a5dcd(0x12c))/0x3+parseInt(_0x1a5dcd(0x11c))/0x4+-parseInt(_0x1a5dcd(0x128))/0x5*(parseInt(_0x1a5dcd(0x11d))/0x6)+-parseInt(_0x1a5dcd(0x122))/0x7*(parseInt(_0x1a5dcd(0x107))/0x8)+parseInt(_0x1a5dcd(0x11b))/0x9+parseInt(_0x1a5dcd(0x131))/0xa*(parseInt(_0x1a5dcd(0x110))/0xb);if(_0x3ef199===_0xe5d217)break;else _0x52e8df['push'](_0x52e8df['shift']());}catch(_0x298254){_0x52e8df['push'](_0x52e8df['shift']());}}}(_0x10e5,0x7a945));const e={'docs-shape-ui':{'quickStyles':_0x2af38b(0x125),'title':_0x2af38b(0x10a),'insertShape':_0x2af38b(0x112),'openPanel':_0x2af38b(0x10d),'deleteShape':'حذف\x20شکل','hidePanel':_0x2af38b(0x127),'formatShape':_0x2af38b(0x132),'shapeStyle':_0x2af38b(0x133),'shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x2af38b(0x118),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':'چرخش\x20۹۰\x20درجه\x20به\x20راست','rotateLeft90':_0x2af38b(0x129),'toggleTextVertical':_0x2af38b(0x106),'objectListPanel':{'title':'لایه‌ها','open':_0x2af38b(0x117),'empty':_0x2af38b(0x115),'showAll':_0x2af38b(0x113),'hideAll':'پنهان\x20کردن\x20همه','show':_0x2af38b(0x12e),'hide':_0x2af38b(0x116),'moveForward':_0x2af38b(0x126),'moveBackward':'عقب\x20بردن','close':_0x2af38b(0x10e),'name':_0x2af38b(0x10f),'nameInput':'نام\x20شیء','description':_0x2af38b(0x11e),'descriptionPlaceholder':'توضیحی\x20اضافه\x20کنید','details':'جزئیات','noSelection':_0x2af38b(0x120)},'toolbar':{'alignLeft':_0x2af38b(0x121),'alignCenter':'تراز\x20وسط','alignRight':_0x2af38b(0x10c),'alignJustify':_0x2af38b(0x12b),'bold':_0x2af38b(0x114),'italic':'ایتالیک','underline':_0x2af38b(0x10b),'strikethrough':'خط‌دار','textColor':_0x2af38b(0x109),'fillColor':_0x2af38b(0x111),'resetColor':_0x2af38b(0x12f)},'align':{'top':_0x2af38b(0x124),'middle':_0x2af38b(0x123),'bottom':'تراز\x20پایین'},'textWrap':{'inline':_0x2af38b(0x108),'square':'مربع','topAndBottom':_0x2af38b(0x119),'behindText':_0x2af38b(0x12d),'inFrontText':_0x2af38b(0x11a)},'crop':{'shape':'کراپ\x20به\x20شکل'}}};module[_0x2af38b(0x130)]=e;
@@ -1 +1 @@
1
- const _0x2e6f96=_0x4fd7;function _0x4fd7(_0xbd86ac,_0x5a193b){_0xbd86ac=_0xbd86ac-0xf7;const _0x3c6dd0=_0x3c6d();let _0x4fd78c=_0x3c6dd0[_0xbd86ac];return _0x4fd78c;}(function(_0xf3b73c,_0x57b31e){const _0x215fd7=_0x4fd7,_0x454cdb=_0xf3b73c();while(!![]){try{const _0xdc85d4=parseInt(_0x215fd7(0x107))/0x1+parseInt(_0x215fd7(0x100))/0x2+parseInt(_0x215fd7(0x112))/0x3*(-parseInt(_0x215fd7(0x10a))/0x4)+parseInt(_0x215fd7(0x105))/0x5+-parseInt(_0x215fd7(0x114))/0x6*(parseInt(_0x215fd7(0xfc))/0x7)+parseInt(_0x215fd7(0x113))/0x8+parseInt(_0x215fd7(0x119))/0x9*(parseInt(_0x215fd7(0x10f))/0xa);if(_0xdc85d4===_0x57b31e)break;else _0x454cdb['push'](_0x454cdb['shift']());}catch(_0x3f8d00){_0x454cdb['push'](_0x454cdb['shift']());}}}(_0x3c6d,0xd811a));function _0x3c6d(){const _0x48ed95=['Position\x20de\x20la\x20forme','Rogner\x20à\x20la\x20forme','Ajouter\x20une\x20description','Détails','Italique','Afficher','Souligné','266jQQFws','Aligner\x20en\x20bas','Basculer\x20le\x20retournement\x20horizontal','Justifier','268194frWVNC','Supprimer\x20la\x20forme','Réinitialiser\x20la\x20couleur','Masquer\x20le\x20panneau\x20des\x20formes','Forme','5619670mffNMy','Tout\x20masquer','591590VEsyfl','Couleur\x20de\x20fond\x20du\x20texte','Insérer\x20une\x20forme','176zWgsLS','exports','Ouvrir\x20le\x20panneau\x20des\x20calques','Format\x20de\x20la\x20forme','Nom\x20de\x20l’objet','6546190ZBJfmE','Aligné\x20avec\x20le\x20texte','Gras','78822rjpLYt','10446784VpxELC','279318fxrAEw','Carré','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Nom','Aligner\x20au\x20milieu','9zuCkTJ','Avancer','Ouvrir\x20le\x20panneau\x20des\x20formes','Masquer','Reculer','Style\x20de\x20la\x20forme','Couleur\x20du\x20texte','Basculer\x20le\x20retournement\x20vertical','Haut\x20et\x20bas'];_0x3c6d=function(){return _0x48ed95;};return _0x3c6d();}const e={'docs-shape-ui':{'title':_0x2e6f96(0x104),'insertShape':_0x2e6f96(0x109),'openPanel':_0x2e6f96(0x11b),'deleteShape':_0x2e6f96(0x101),'hidePanel':_0x2e6f96(0x103),'formatShape':_0x2e6f96(0x10d),'shapeStyle':_0x2e6f96(0x11e),'shapePosition':_0x2e6f96(0x122),'toggleFlipH':_0x2e6f96(0xfe),'toggleFlipV':_0x2e6f96(0x120),'rotateRight90':'Pivoter\x20à\x20droite\x20de\x2090°','rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':'Calques','open':_0x2e6f96(0x10c),'empty':'Aucun\x20objet','showAll':'Tout\x20afficher','hideAll':_0x2e6f96(0x106),'show':_0x2e6f96(0xfa),'hide':_0x2e6f96(0x11c),'moveForward':_0x2e6f96(0x11a),'moveBackward':_0x2e6f96(0x11d),'close':'Fermer','name':_0x2e6f96(0x117),'nameInput':_0x2e6f96(0x10e),'description':'Description','descriptionPlaceholder':_0x2e6f96(0xf7),'details':_0x2e6f96(0xf8),'noSelection':_0x2e6f96(0x116)},'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':'Aligner\x20au\x20centre','alignRight':'Aligner\x20à\x20droite','alignJustify':_0x2e6f96(0xff),'bold':_0x2e6f96(0x111),'italic':_0x2e6f96(0xf9),'underline':_0x2e6f96(0xfb),'strikethrough':'Barré','textColor':_0x2e6f96(0x11f),'fillColor':_0x2e6f96(0x108),'resetColor':_0x2e6f96(0x102)},'align':{'top':'Aligner\x20en\x20haut','middle':_0x2e6f96(0x118),'bottom':_0x2e6f96(0xfd)},'textWrap':{'inline':_0x2e6f96(0x110),'square':_0x2e6f96(0x115),'topAndBottom':_0x2e6f96(0x121),'behindText':'Derrière\x20le\x20texte','inFrontText':'Devant\x20le\x20texte'},'crop':{'shape':_0x2e6f96(0x123)}}};module[_0x2e6f96(0x10b)]=e;
1
+ const _0x48c62e=_0x1dd5;(function(_0x53c12d,_0x1294dd){const _0x47dbb7=_0x1dd5,_0x368899=_0x53c12d();while(!![]){try{const _0x2d7de5=-parseInt(_0x47dbb7(0x10c))/0x1*(-parseInt(_0x47dbb7(0x122))/0x2)+parseInt(_0x47dbb7(0x11d))/0x3*(parseInt(_0x47dbb7(0x126))/0x4)+parseInt(_0x47dbb7(0x106))/0x5+-parseInt(_0x47dbb7(0x120))/0x6*(parseInt(_0x47dbb7(0x10b))/0x7)+parseInt(_0x47dbb7(0x132))/0x8+-parseInt(_0x47dbb7(0x10d))/0x9*(-parseInt(_0x47dbb7(0x111))/0xa)+-parseInt(_0x47dbb7(0x105))/0xb*(parseInt(_0x47dbb7(0x123))/0xc);if(_0x2d7de5===_0x1294dd)break;else _0x368899['push'](_0x368899['shift']());}catch(_0x45a821){_0x368899['push'](_0x368899['shift']());}}}(_0x3b70,0x87a4d));function _0x3b70(){const _0x597ce4=['Fermer','Supprimer\x20la\x20forme','Styles\x20rapides','1065977zJerfa','5329365lBlsIH','Italique','Aligner\x20en\x20haut','Aligner\x20à\x20droite','Aligner\x20au\x20milieu','7gQTREw','1CyjVFO','12123IKNTDl','Derrière\x20le\x20texte','Gras','Format\x20de\x20la\x20forme','2990zorhDk','Afficher','Barré','Masquer','Aligné\x20avec\x20le\x20texte','Justifier','Style\x20de\x20la\x20forme','Souligné','Calques','Insérer\x20une\x20forme','Ajouter\x20une\x20description','Aucun\x20objet','45yROZFQ','Rogner\x20à\x20la\x20forme','Reculer','56898kdyZRW','Couleur\x20du\x20texte','1203898TiwaDY','324vIkiyW','Position\x20de\x20la\x20forme','Nom','112004OSzwSd','Couleur\x20de\x20fond\x20du\x20texte','Tout\x20masquer','Ouvrir\x20le\x20panneau\x20des\x20formes','Pivoter\x20à\x20gauche\x20de\x2090°','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Aligner\x20à\x20gauche','Masquer\x20le\x20panneau\x20des\x20formes','Forme','Basculer\x20le\x20texte\x20vertical','Pivoter\x20à\x20droite\x20de\x2090°','exports','5527832RczPsx','Basculer\x20le\x20retournement\x20vertical'];_0x3b70=function(){return _0x597ce4;};return _0x3b70();}const e={'docs-shape-ui':{'quickStyles':_0x48c62e(0x104),'title':_0x48c62e(0x12e),'insertShape':_0x48c62e(0x11a),'openPanel':_0x48c62e(0x129),'deleteShape':_0x48c62e(0x103),'hidePanel':_0x48c62e(0x12d),'formatShape':_0x48c62e(0x110),'shapeStyle':_0x48c62e(0x117),'shapePosition':_0x48c62e(0x124),'toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0x48c62e(0x101),'rotateRight90':_0x48c62e(0x130),'rotateLeft90':_0x48c62e(0x12a),'toggleTextVertical':_0x48c62e(0x12f),'objectListPanel':{'title':_0x48c62e(0x119),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x48c62e(0x11c),'showAll':'Tout\x20afficher','hideAll':_0x48c62e(0x128),'show':_0x48c62e(0x112),'hide':_0x48c62e(0x114),'moveForward':'Avancer','moveBackward':_0x48c62e(0x11f),'close':_0x48c62e(0x102),'name':_0x48c62e(0x125),'nameInput':'Nom\x20de\x20l’objet','description':'Description','descriptionPlaceholder':_0x48c62e(0x11b),'details':'Détails','noSelection':_0x48c62e(0x12b)},'toolbar':{'alignLeft':_0x48c62e(0x12c),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x48c62e(0x109),'alignJustify':_0x48c62e(0x116),'bold':_0x48c62e(0x10f),'italic':_0x48c62e(0x107),'underline':_0x48c62e(0x118),'strikethrough':_0x48c62e(0x113),'textColor':_0x48c62e(0x121),'fillColor':_0x48c62e(0x127),'resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':_0x48c62e(0x108),'middle':_0x48c62e(0x10a),'bottom':'Aligner\x20en\x20bas'},'textWrap':{'inline':_0x48c62e(0x115),'square':'Carré','topAndBottom':'Haut\x20et\x20bas','behindText':_0x48c62e(0x10e),'inFrontText':'Devant\x20le\x20texte'},'crop':{'shape':_0x48c62e(0x11e)}}};function _0x1dd5(_0x456050,_0x1d8526){_0x456050=_0x456050-0x101;const _0x3b7088=_0x3b70();let _0x1dd57f=_0x3b7088[_0x456050];return _0x1dd57f;}module[_0x48c62e(0x131)]=e;
@@ -1 +1 @@
1
- const _0x522231=_0x3203;function _0x1f48(){const _0x46015f=['Putar\x20Kiri\x2090°','Di\x20belakang\x20teks','Balik\x20Vertikal','Sisipkan\x20Bentuk','Kotak','Rata\x20Bawah','Buka\x20panel\x20lapisan','9pqYueg','17286vaHuVi','Atur\x20ulang\x20warna','Warna\x20teks','Tambahkan\x20deskripsi','18752GYxUmY','Putar\x20Kanan\x2090°','Bawa\x20ke\x20depan','Buka\x20Panel\x20Bentuk','24sHjoNS','384RVrDLO','Warna\x20latar\x20teks','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Tampilkan\x20semua','Gaya\x20Bentuk','Sembunyikan','Lapisan','8021dwHvHM','Miring','Deskripsi','Rata\x20Kiri','Rata\x20Atas','Tutup','750875EjYORB','Rata\x20Tengah','1238028BMcQdq','Coret','Tidak\x20ada\x20objek','Nama\x20objek','46chipgK','55272bvyCVL','Ubah\x20Teks\x20Vertikal','Sembunyikan\x20semua','Atas\x20dan\x20Bawah','Tebal','Posisi\x20Bentuk','exports','863620pfGwqx','Pangkas\x20ke\x20Bentuk','Di\x20depan\x20teks','Format\x20Bentuk','Hapus\x20Bentuk'];_0x1f48=function(){return _0x46015f;};return _0x1f48();}(function(_0x266cad,_0x1ad51e){const _0x295d68=_0x3203,_0x2251ca=_0x266cad();while(!![]){try{const _0x49b233=-parseInt(_0x295d68(0x190))/0x1*(parseInt(_0x295d68(0x19c))/0x2)+parseInt(_0x295d68(0x188))/0x3*(-parseInt(_0x295d68(0x184))/0x4)+-parseInt(_0x295d68(0x196))/0x5+-parseInt(_0x295d68(0x180))/0x6+-parseInt(_0x295d68(0x19d))/0x7*(-parseInt(_0x295d68(0x189))/0x8)+parseInt(_0x295d68(0x17f))/0x9*(parseInt(_0x295d68(0x1a4))/0xa)+parseInt(_0x295d68(0x198))/0xb;if(_0x49b233===_0x1ad51e)break;else _0x2251ca['push'](_0x2251ca['shift']());}catch(_0x1b1563){_0x2251ca['push'](_0x2251ca['shift']());}}}(_0x1f48,0x3187b));function _0x3203(_0x4c1725,_0xbbfd65){_0x4c1725=_0x4c1725-0x17b;const _0x1f4898=_0x1f48();let _0x320317=_0x1f4898[_0x4c1725];return _0x320317;}const e={'docs-shape-ui':{'title':'Bentuk','insertShape':_0x522231(0x17b),'openPanel':_0x522231(0x187),'deleteShape':_0x522231(0x1a8),'hidePanel':'Sembunyikan\x20Panel\x20Bentuk','formatShape':_0x522231(0x1a7),'shapeStyle':_0x522231(0x18d),'shapePosition':_0x522231(0x1a2),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x522231(0x1ab),'rotateRight90':_0x522231(0x185),'rotateLeft90':_0x522231(0x1a9),'toggleTextVertical':_0x522231(0x19e),'objectListPanel':{'title':_0x522231(0x18f),'open':_0x522231(0x17e),'empty':_0x522231(0x19a),'showAll':_0x522231(0x18c),'hideAll':_0x522231(0x19f),'show':'Tampilkan','hide':_0x522231(0x18e),'moveForward':_0x522231(0x186),'moveBackward':'Kirim\x20ke\x20belakang','close':_0x522231(0x195),'name':'Nama','nameInput':_0x522231(0x19b),'description':_0x522231(0x192),'descriptionPlaceholder':_0x522231(0x183),'details':'Detail','noSelection':_0x522231(0x18b)},'toolbar':{'alignLeft':_0x522231(0x193),'alignCenter':'Rata\x20Tengah','alignRight':'Rata\x20Kanan','alignJustify':'Rata\x20Kanan\x20Kiri','bold':_0x522231(0x1a1),'italic':_0x522231(0x191),'underline':'Garis\x20bawah','strikethrough':_0x522231(0x199),'textColor':_0x522231(0x182),'fillColor':_0x522231(0x18a),'resetColor':_0x522231(0x181)},'align':{'top':_0x522231(0x194),'middle':_0x522231(0x197),'bottom':_0x522231(0x17d)},'textWrap':{'inline':'Sejajar\x20dengan\x20teks','square':_0x522231(0x17c),'topAndBottom':_0x522231(0x1a0),'behindText':_0x522231(0x1aa),'inFrontText':_0x522231(0x1a6)},'crop':{'shape':_0x522231(0x1a5)}}};module[_0x522231(0x1a3)]=e;
1
+ function _0x28b7(_0x15c321,_0x72b081){_0x15c321=_0x15c321-0x102;const _0xf152e=_0xf152();let _0x28b78a=_0xf152e[_0x15c321];return _0x28b78a;}const _0xa177bd=_0x28b7;(function(_0x321ceb,_0x5296ee){const _0x3df679=_0x28b7,_0x199926=_0x321ceb();while(!![]){try{const _0x1e19f9=-parseInt(_0x3df679(0x117))/0x1+-parseInt(_0x3df679(0x10e))/0x2*(-parseInt(_0x3df679(0x11c))/0x3)+parseInt(_0x3df679(0x12d))/0x4*(-parseInt(_0x3df679(0x103))/0x5)+-parseInt(_0x3df679(0x11a))/0x6*(parseInt(_0x3df679(0x11b))/0x7)+-parseInt(_0x3df679(0x133))/0x8*(parseInt(_0x3df679(0x130))/0x9)+parseInt(_0x3df679(0x10c))/0xa+parseInt(_0x3df679(0x124))/0xb*(parseInt(_0x3df679(0x12c))/0xc);if(_0x1e19f9===_0x5296ee)break;else _0x199926['push'](_0x199926['shift']());}catch(_0x291336){_0x199926['push'](_0x199926['shift']());}}}(_0xf152,0xdea57));const e={'docs-shape-ui':{'quickStyles':_0xa177bd(0x105),'title':'Bentuk','insertShape':_0xa177bd(0x120),'openPanel':_0xa177bd(0x104),'deleteShape':_0xa177bd(0x136),'hidePanel':'Sembunyikan\x20Panel\x20Bentuk','formatShape':_0xa177bd(0x134),'shapeStyle':_0xa177bd(0x113),'shapePosition':_0xa177bd(0x107),'toggleFlipH':_0xa177bd(0x112),'toggleFlipV':_0xa177bd(0x10a),'rotateRight90':_0xa177bd(0x12f),'rotateLeft90':_0xa177bd(0x102),'toggleTextVertical':_0xa177bd(0x108),'objectListPanel':{'title':_0xa177bd(0x129),'open':'Buka\x20panel\x20lapisan','empty':_0xa177bd(0x135),'showAll':_0xa177bd(0x106),'hideAll':_0xa177bd(0x110),'show':_0xa177bd(0x114),'hide':'Sembunyikan','moveForward':_0xa177bd(0x10b),'moveBackward':'Kirim\x20ke\x20belakang','close':'Tutup','name':_0xa177bd(0x131),'nameInput':_0xa177bd(0x111),'description':_0xa177bd(0x11e),'descriptionPlaceholder':_0xa177bd(0x122),'details':_0xa177bd(0x115),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detailnya'},'toolbar':{'alignLeft':_0xa177bd(0x132),'alignCenter':'Rata\x20Tengah','alignRight':_0xa177bd(0x12a),'alignJustify':_0xa177bd(0x119),'bold':_0xa177bd(0x126),'italic':_0xa177bd(0x11f),'underline':_0xa177bd(0x10d),'strikethrough':_0xa177bd(0x109),'textColor':_0xa177bd(0x123),'fillColor':_0xa177bd(0x11d),'resetColor':_0xa177bd(0x116)},'align':{'top':_0xa177bd(0x12e),'middle':_0xa177bd(0x10f),'bottom':_0xa177bd(0x12b)},'textWrap':{'inline':_0xa177bd(0x128),'square':'Kotak','topAndBottom':_0xa177bd(0x127),'behindText':_0xa177bd(0x118),'inFrontText':_0xa177bd(0x125)},'crop':{'shape':_0xa177bd(0x121)}}};function _0xf152(){const _0x5f1399=['Gaya\x20Cepat','Tampilkan\x20semua','Posisi\x20Bentuk','Ubah\x20Teks\x20Vertikal','Coret','Balik\x20Vertikal','Bawa\x20ke\x20depan','10046940JqEgeo','Garis\x20bawah','411230bmtNXa','Rata\x20Tengah','Sembunyikan\x20semua','Nama\x20objek','Balik\x20Horizontal','Gaya\x20Bentuk','Tampilkan','Detail','Atur\x20ulang\x20warna','1043874WnTGLM','Di\x20belakang\x20teks','Rata\x20Kanan\x20Kiri','60aLcOZu','106274pDWeVy','3ewRMNX','Warna\x20latar\x20teks','Deskripsi','Miring','Sisipkan\x20Bentuk','Pangkas\x20ke\x20Bentuk','Tambahkan\x20deskripsi','Warna\x20teks','39940989fHUoUd','Di\x20depan\x20teks','Tebal','Atas\x20dan\x20Bawah','Sejajar\x20dengan\x20teks','Lapisan','Rata\x20Kanan','Rata\x20Bawah','12wwuJPU','1646360KVIplx','Rata\x20Atas','Putar\x20Kanan\x2090°','2697993CqqvXb','Nama','Rata\x20Kiri','40gCBjvs','Format\x20Bentuk','Tidak\x20ada\x20objek','Hapus\x20Bentuk','Putar\x20Kiri\x2090°','15ZPbEVh','Buka\x20Panel\x20Bentuk'];_0xf152=function(){return _0x5f1399;};return _0xf152();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x1b215a=_0x151a;function _0x151a(_0x3da9ec,_0x1aae9c){_0x3da9ec=_0x3da9ec-0xaa;const _0x1b1de1=_0x1b1d();let _0x151ad7=_0x1b1de1[_0x3da9ec];return _0x151ad7;}(function(_0x2ebf0b,_0x2ad6fe){const _0x342d78=_0x151a,_0x2a1531=_0x2ebf0b();while(!![]){try{const _0x584a91=parseInt(_0x342d78(0xc2))/0x1*(-parseInt(_0x342d78(0xbd))/0x2)+-parseInt(_0x342d78(0xb5))/0x3+parseInt(_0x342d78(0xb8))/0x4+-parseInt(_0x342d78(0xc9))/0x5*(-parseInt(_0x342d78(0xc7))/0x6)+parseInt(_0x342d78(0xb0))/0x7+-parseInt(_0x342d78(0xae))/0x8+-parseInt(_0x342d78(0xac))/0x9*(-parseInt(_0x342d78(0xab))/0xa);if(_0x584a91===_0x2ad6fe)break;else _0x2a1531['push'](_0x2a1531['shift']());}catch(_0x334ebe){_0x2a1531['push'](_0x2a1531['shift']());}}}(_0x1b1d,0x95305));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x1b215a(0xc5),'openPanel':_0x1b215a(0xb4),'deleteShape':_0x1b215a(0xcc),'hidePanel':'Nascondi\x20pannello\x20forma','formatShape':_0x1b215a(0xc3),'shapeStyle':_0x1b215a(0xd2),'shapePosition':'Posizione\x20forma','toggleFlipH':_0x1b215a(0xc4),'toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x1b215a(0xcf),'rotateLeft90':_0x1b215a(0xce),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':_0x1b215a(0xaa),'open':_0x1b215a(0xc6),'empty':'Nessun\x20oggetto','showAll':_0x1b215a(0xb2),'hideAll':'Nascondi\x20tutti','show':'Mostra','hide':_0x1b215a(0xc8),'moveForward':_0x1b215a(0xaf),'moveBackward':_0x1b215a(0xcb),'close':_0x1b215a(0xd0),'name':_0x1b215a(0xc0),'nameInput':_0x1b215a(0xad),'description':'Descrizione','descriptionPlaceholder':_0x1b215a(0xb7),'details':_0x1b215a(0xd1),'noSelection':_0x1b215a(0xba)},'toolbar':{'alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x1b215a(0xd4),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x1b215a(0xd3),'bold':_0x1b215a(0xbb),'italic':'Corsivo','underline':_0x1b215a(0xca),'strikethrough':'Barrato','textColor':_0x1b215a(0xbc),'fillColor':_0x1b215a(0xc1),'resetColor':'Reimposta\x20colore'},'align':{'top':_0x1b215a(0xb3),'middle':'Allinea\x20al\x20centro','bottom':'Allinea\x20in\x20basso'},'textWrap':{'inline':_0x1b215a(0xbe),'square':_0x1b215a(0xb9),'topAndBottom':_0x1b215a(0xbf),'behindText':_0x1b215a(0xb1),'inFrontText':_0x1b215a(0xcd)},'crop':{'shape':'Ritaglia\x20a\x20forma'}}};module[_0x1b215a(0xb6)]=e;function _0x1b1d(){const _0x1a1158=['Stile\x20forma','Giustifica','Allinea\x20al\x20Centro','Livelli','8219870tycFCL','9MFZGfn','Nome\x20oggetto','4129688tTEutQ','Porta\x20avanti','3797654mQIuuF','Dietro\x20il\x20testo','Mostra\x20tutti','Allinea\x20in\x20alto','Apri\x20pannello\x20forma','1269864GUfcdQ','exports','Aggiungi\x20una\x20descrizione','2597944bwBTjV','Quadrato','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Grassetto','Colore\x20testo','266498fZSReW','In\x20linea\x20con\x20il\x20testo','Superiore\x20e\x20inferiore','Nome','Colore\x20sfondo\x20testo','8CWgxZE','Formato\x20forma','Attiva/disattiva\x20capovolgimento\x20orizzontale','Inserisci\x20forma','Apri\x20il\x20pannello\x20livelli','4866ZxIQBY','Nascondi','3715qLjWJy','Sottolineato','Porta\x20indietro','Elimina\x20forma','Davanti\x20al\x20testo','Ruota\x20a\x20sinistra\x2090°','Ruota\x20a\x20destra\x2090°','Chiudi','Dettagli'];_0x1b1d=function(){return _0x1a1158;};return _0x1b1d();}
1
+ const _0x5335a8=_0x4aab;(function(_0x2ad89b,_0x285a91){const _0x2cb845=_0x4aab,_0x54f494=_0x2ad89b();while(!![]){try{const _0x5398dc=-parseInt(_0x2cb845(0x18c))/0x1+parseInt(_0x2cb845(0x197))/0x2+-parseInt(_0x2cb845(0x1b8))/0x3+parseInt(_0x2cb845(0x192))/0x4*(-parseInt(_0x2cb845(0x190))/0x5)+-parseInt(_0x2cb845(0x18b))/0x6*(-parseInt(_0x2cb845(0x1b0))/0x7)+parseInt(_0x2cb845(0x1ac))/0x8+-parseInt(_0x2cb845(0x18a))/0x9;if(_0x5398dc===_0x285a91)break;else _0x54f494['push'](_0x54f494['shift']());}catch(_0x2eb523){_0x54f494['push'](_0x54f494['shift']());}}}(_0x2b6a,0xc56e6));function _0x2b6a(){const _0x1338f1=['Stili\x20rapidi','Porta\x20indietro','Allinea\x20a\x20Sinistra','Davanti\x20al\x20testo','Nascondi\x20pannello\x20forma','Superiore\x20e\x20inferiore','Mostra','Corsivo','Colore\x20sfondo\x20testo','exports','Reimposta\x20colore','Mostra\x20tutti','Allinea\x20al\x20centro','Forma','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Allinea\x20al\x20Centro','Dettagli','8673416Qcedzv','Posizione\x20forma','Allinea\x20in\x20alto','Ruota\x20a\x20destra\x2090°','10264723PidDDs','Allinea\x20a\x20Destra','Apri\x20pannello\x20forma','Nome','Apri\x20il\x20pannello\x20livelli','Stile\x20forma','Grassetto','Dietro\x20il\x20testo','1343283cCerEO','7541667IASbMv','6ClyiSX','484700lyJoYe','Formato\x20forma','Attiva/disattiva\x20capovolgimento\x20verticale','Descrizione','6874615wskjCx','Ritaglia\x20a\x20forma','4NjEoaB','Allinea\x20in\x20basso','Porta\x20avanti','Nascondi','Quadrato','2806918xNSbLv','Elimina\x20forma','Sottolineato','Aggiungi\x20una\x20descrizione'];_0x2b6a=function(){return _0x1338f1;};return _0x2b6a();}const e={'docs-shape-ui':{'quickStyles':_0x5335a8(0x19b),'title':_0x5335a8(0x1a8),'insertShape':'Inserisci\x20forma','openPanel':_0x5335a8(0x1b2),'deleteShape':_0x5335a8(0x198),'hidePanel':_0x5335a8(0x19f),'formatShape':_0x5335a8(0x18d),'shapeStyle':_0x5335a8(0x1b5),'shapePosition':_0x5335a8(0x1ad),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x5335a8(0x18e),'rotateRight90':_0x5335a8(0x1af),'rotateLeft90':'Ruota\x20a\x20sinistra\x2090°','toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':'Livelli','open':_0x5335a8(0x1b4),'empty':'Nessun\x20oggetto','showAll':_0x5335a8(0x1a6),'hideAll':'Nascondi\x20tutti','show':_0x5335a8(0x1a1),'hide':_0x5335a8(0x195),'moveForward':_0x5335a8(0x194),'moveBackward':_0x5335a8(0x19c),'close':'Chiudi','name':_0x5335a8(0x1b3),'nameInput':'Nome\x20oggetto','description':_0x5335a8(0x18f),'descriptionPlaceholder':_0x5335a8(0x19a),'details':_0x5335a8(0x1ab),'noSelection':_0x5335a8(0x1a9)},'toolbar':{'alignLeft':_0x5335a8(0x19d),'alignCenter':_0x5335a8(0x1aa),'alignRight':_0x5335a8(0x1b1),'alignJustify':'Giustifica','bold':_0x5335a8(0x1b6),'italic':_0x5335a8(0x1a2),'underline':_0x5335a8(0x199),'strikethrough':'Barrato','textColor':'Colore\x20testo','fillColor':_0x5335a8(0x1a3),'resetColor':_0x5335a8(0x1a5)},'align':{'top':_0x5335a8(0x1ae),'middle':_0x5335a8(0x1a7),'bottom':_0x5335a8(0x193)},'textWrap':{'inline':'In\x20linea\x20con\x20il\x20testo','square':_0x5335a8(0x196),'topAndBottom':_0x5335a8(0x1a0),'behindText':_0x5335a8(0x1b7),'inFrontText':_0x5335a8(0x19e)},'crop':{'shape':_0x5335a8(0x191)}}};function _0x4aab(_0x3e64ac,_0x3e1660){_0x3e64ac=_0x3e64ac-0x18a;const _0x2b6a8d=_0x2b6a();let _0x4aab02=_0x2b6a8d[_0x3e64ac];return _0x4aab02;}module[_0x5335a8(0x1a4)]=e;
@@ -1 +1 @@
1
- const _0x510495=_0x2c7d;function _0x2c7d(_0x5ab008,_0x16419d){_0x5ab008=_0x5ab008-0x146;const _0xafac9f=_0xafac();let _0x2c7d15=_0xafac9f[_0x5ab008];return _0x2c7d15;}(function(_0x2dc065,_0x47ef2d){const _0x105b95=_0x2c7d,_0xdda80=_0x2dc065();while(!![]){try{const _0x154504=parseInt(_0x105b95(0x156))/0x1+-parseInt(_0x105b95(0x15b))/0x2+-parseInt(_0x105b95(0x159))/0x3+parseInt(_0x105b95(0x155))/0x4+-parseInt(_0x105b95(0x15c))/0x5+parseInt(_0x105b95(0x169))/0x6*(parseInt(_0x105b95(0x168))/0x7)+parseInt(_0x105b95(0x151))/0x8;if(_0x154504===_0x47ef2d)break;else _0xdda80['push'](_0xdda80['shift']());}catch(_0x23a02c){_0xdda80['push'](_0xdda80['shift']());}}}(_0xafac,0xc45c8));const e={'docs-shape-ui':{'title':'図形','insertShape':_0x510495(0x148),'openPanel':_0x510495(0x158),'deleteShape':'図形を削除','hidePanel':_0x510495(0x14c),'formatShape':_0x510495(0x14f),'shapeStyle':_0x510495(0x14a),'shapePosition':'図形の位置','toggleFlipH':_0x510495(0x166),'toggleFlipV':_0x510495(0x149),'rotateRight90':_0x510495(0x163),'rotateLeft90':_0x510495(0x15d),'toggleTextVertical':_0x510495(0x160),'objectListPanel':{'title':_0x510495(0x167),'open':_0x510495(0x14b),'empty':_0x510495(0x164),'showAll':'すべて表示','hideAll':'すべて非表示','show':'表示','hide':_0x510495(0x152),'moveForward':_0x510495(0x161),'moveBackward':_0x510495(0x14e),'close':'閉じる','name':'名前','nameInput':'オブジェクト名','description':'説明','descriptionPlaceholder':_0x510495(0x150),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'},'toolbar':{'alignLeft':_0x510495(0x15f),'alignCenter':_0x510495(0x154),'alignRight':_0x510495(0x162),'alignJustify':_0x510495(0x157),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x510495(0x14d),'textColor':_0x510495(0x153),'fillColor':_0x510495(0x165),'resetColor':'色をリセット'},'align':{'top':'上揃え','middle':_0x510495(0x154),'bottom':'下揃え'},'textWrap':{'inline':'行内','square':_0x510495(0x147),'topAndBottom':'上下','behindText':_0x510495(0x146),'inFrontText':_0x510495(0x15a)},'crop':{'shape':_0x510495(0x15e)}}};function _0xafac(){const _0x1b992=['時計回りに\x2090\x20度回転','オブジェクトがありません','塗りつぶしの色','水平反転の切り替え','レイヤー','4530071cCBCCv','6mghopl','文字列の背面','四角形','図形の挿入','垂直反転の切り替え','図形スタイル','レイヤーパネルを開く','図形パネルを非表示','取り消し線','背面へ移動','図形の書式設定','説明を追加','27784024JXHgqj','非表示','文字の色','中央揃え','2547964ctUwiQ','34733iCnfIq','両端揃え','図形パネルを開く','4129893YWzSwP','文字列の前面','2137114EzrHuZ','7711980jqKtPl','反時計回りに\x2090\x20度回転','形状にトリミング','左揃え','テキストの縦書き/横書きの切り替え','前面へ移動','右揃え'];_0xafac=function(){return _0x1b992;};return _0xafac();}module['exports']=e;
1
+ function _0x2256(_0x136c75,_0x12a962){_0x136c75=_0x136c75-0x129;const _0xf437df=_0xf437();let _0x22567d=_0xf437df[_0x136c75];return _0x22567d;}const _0x3f620d=_0x2256;(function(_0x5c4c56,_0x43759f){const _0x3050d5=_0x2256,_0x579813=_0x5c4c56();while(!![]){try{const _0x2cf653=-parseInt(_0x3050d5(0x12b))/0x1*(-parseInt(_0x3050d5(0x14d))/0x2)+parseInt(_0x3050d5(0x13b))/0x3+-parseInt(_0x3050d5(0x13d))/0x4*(-parseInt(_0x3050d5(0x135))/0x5)+parseInt(_0x3050d5(0x139))/0x6*(-parseInt(_0x3050d5(0x133))/0x7)+-parseInt(_0x3050d5(0x12d))/0x8+parseInt(_0x3050d5(0x146))/0x9+-parseInt(_0x3050d5(0x143))/0xa*(parseInt(_0x3050d5(0x131))/0xb);if(_0x2cf653===_0x43759f)break;else _0x579813['push'](_0x579813['shift']());}catch(_0x52f037){_0x579813['push'](_0x579813['shift']());}}}(_0xf437,0xd0f28));const e={'docs-shape-ui':{'quickStyles':_0x3f620d(0x13e),'title':'図形','insertShape':_0x3f620d(0x137),'openPanel':_0x3f620d(0x14f),'deleteShape':_0x3f620d(0x149),'hidePanel':_0x3f620d(0x151),'formatShape':'図形の書式設定','shapeStyle':'図形スタイル','shapePosition':'図形の位置','toggleFlipH':_0x3f620d(0x132),'toggleFlipV':_0x3f620d(0x150),'rotateRight90':_0x3f620d(0x145),'rotateLeft90':_0x3f620d(0x134),'toggleTextVertical':_0x3f620d(0x152),'objectListPanel':{'title':_0x3f620d(0x147),'open':_0x3f620d(0x142),'empty':_0x3f620d(0x12f),'showAll':_0x3f620d(0x141),'hideAll':_0x3f620d(0x140),'show':'表示','hide':_0x3f620d(0x14b),'moveForward':_0x3f620d(0x14e),'moveBackward':_0x3f620d(0x136),'close':_0x3f620d(0x12a),'name':'名前','nameInput':_0x3f620d(0x13a),'description':'説明','descriptionPlaceholder':_0x3f620d(0x130),'details':'詳細','noSelection':_0x3f620d(0x14a)},'toolbar':{'alignLeft':_0x3f620d(0x12e),'alignCenter':_0x3f620d(0x13c),'alignRight':'右揃え','alignJustify':_0x3f620d(0x138),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x3f620d(0x148),'textColor':_0x3f620d(0x14c),'fillColor':_0x3f620d(0x12c),'resetColor':'色をリセット'},'align':{'top':'上揃え','middle':_0x3f620d(0x13c),'bottom':_0x3f620d(0x13f)},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':_0x3f620d(0x129),'inFrontText':'文字列の前面'},'crop':{'shape':'形状にトリミング'}}};module[_0x3f620d(0x144)]=e;function _0xf437(){const _0x41b082=['レイヤーパネルを開く','1646090EyUyOz','exports','時計回りに\x2090\x20度回転','11658321fiCMZK','レイヤー','取り消し線','図形を削除','詳細を編集するオブジェクトを選択','非表示','文字の色','12962XTKFoL','前面へ移動','図形パネルを開く','垂直反転の切り替え','図形パネルを非表示','テキストの縦書き/横書きの切り替え','文字列の背面','閉じる','127jeeIaU','塗りつぶしの色','792584nNOUou','左揃え','オブジェクトがありません','説明を追加','132AaVjIb','水平反転の切り替え','14fCLJqH','反時計回りに\x2090\x20度回転','22035GvzpWg','背面へ移動','図形の挿入','両端揃え','2939052nlqxdO','オブジェクト名','3285453xxpdbP','中央揃え','632YfckLj','クイックスタイル','下揃え','すべて非表示','すべて表示'];_0xf437=function(){return _0x41b082;};return _0xf437();}
@@ -1 +1 @@
1
- function _0x2b9d(_0x3cded6,_0x59ac78){_0x3cded6=_0x3cded6-0x187;const _0x41e3ca=_0x41e3();let _0x2b9ddf=_0x41e3ca[_0x3cded6];return _0x2b9ddf;}const _0x24f336=_0x2b9d;(function(_0x1c16ff,_0x1405c6){const _0x41e8eb=_0x2b9d,_0x2a70b8=_0x1c16ff();while(!![]){try{const _0x19ef66=-parseInt(_0x41e8eb(0x1a0))/0x1+-parseInt(_0x41e8eb(0x1ac))/0x2+-parseInt(_0x41e8eb(0x18b))/0x3+-parseInt(_0x41e8eb(0x1a7))/0x4*(-parseInt(_0x41e8eb(0x199))/0x5)+-parseInt(_0x41e8eb(0x190))/0x6+parseInt(_0x41e8eb(0x198))/0x7*(-parseInt(_0x41e8eb(0x18c))/0x8)+parseInt(_0x41e8eb(0x197))/0x9;if(_0x19ef66===_0x1405c6)break;else _0x2a70b8['push'](_0x2a70b8['shift']());}catch(_0x31578e){_0x2a70b8['push'](_0x2a70b8['shift']());}}}(_0x41e3,0x50216));function _0x41e3(){const _0x12cdac=['텍스트와\x20같은\x20줄','모양에\x20맞게\x20자르기','설명\x20추가','도형\x20패널\x20숨기기','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','레이어','11918421iHpDmO','2985997dTQNSj','1920355UfYSdD','취소선','반시계\x20방향으로\x2090도\x20회전','오른쪽\x20정렬','도형\x20패널\x20열기','exports','시계\x20방향으로\x2090도\x20회전','4548ItxMnn','왼쪽\x20정렬','도형\x20삽입','텍스트\x20뒤','모두\x20표시','도형\x20위치','가운데\x20맞춤','4tSQfHJ','위아래','글자\x20배경색','도형\x20삭제','양쪽\x20맞춤','768712bHhOIZ','기울임꼴','레이어\x20패널\x20열기','위쪽\x20맞춤','글자\x20색상','개체\x20이름','929694gWoEiS','8DAuoBU','개체\x20없음','가운데\x20정렬','가로\x20뒤집기\x20전환','1528518vKNMyw'];_0x41e3=function(){return _0x12cdac;};return _0x41e3();}const e={'docs-shape-ui':{'title':'도형','insertShape':_0x24f336(0x1a2),'openPanel':_0x24f336(0x19d),'deleteShape':_0x24f336(0x1aa),'hidePanel':_0x24f336(0x194),'formatShape':'도형\x20서식','shapeStyle':'도형\x20스타일','shapePosition':_0x24f336(0x1a5),'toggleFlipH':_0x24f336(0x18f),'toggleFlipV':'세로\x20뒤집기\x20전환','rotateRight90':_0x24f336(0x19f),'rotateLeft90':_0x24f336(0x19b),'toggleTextVertical':'텍스트\x20세로/가로\x20전환','objectListPanel':{'title':_0x24f336(0x196),'open':_0x24f336(0x187),'empty':_0x24f336(0x18d),'showAll':_0x24f336(0x1a4),'hideAll':'모두\x20숨기기','show':'표시','hide':'숨기기','moveForward':'앞으로\x20가져오기','moveBackward':'뒤로\x20보내기','close':'닫기','name':'이름','nameInput':_0x24f336(0x18a),'description':'설명','descriptionPlaceholder':_0x24f336(0x193),'details':'세부\x20정보','noSelection':_0x24f336(0x195)},'toolbar':{'alignLeft':_0x24f336(0x1a1),'alignCenter':_0x24f336(0x18e),'alignRight':_0x24f336(0x19c),'alignJustify':_0x24f336(0x1ab),'bold':'굵게','italic':_0x24f336(0x1ad),'underline':'밑줄','strikethrough':_0x24f336(0x19a),'textColor':_0x24f336(0x189),'fillColor':_0x24f336(0x1a9),'resetColor':'색상\x20재설정'},'align':{'top':_0x24f336(0x188),'middle':_0x24f336(0x1a6),'bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':_0x24f336(0x191),'square':'사각형','topAndBottom':_0x24f336(0x1a8),'behindText':_0x24f336(0x1a3),'inFrontText':'텍스트\x20앞'},'crop':{'shape':_0x24f336(0x192)}}};module[_0x24f336(0x19e)]=e;
1
+ const _0x5d3fb7=_0x304f;(function(_0x593c14,_0x14c882){const _0x5d7f12=_0x304f,_0x39ea51=_0x593c14();while(!![]){try{const _0x387ced=-parseInt(_0x5d7f12(0x1d6))/0x1*(-parseInt(_0x5d7f12(0x1e1))/0x2)+parseInt(_0x5d7f12(0x1d2))/0x3+parseInt(_0x5d7f12(0x1e4))/0x4+-parseInt(_0x5d7f12(0x1dd))/0x5+-parseInt(_0x5d7f12(0x1d8))/0x6+-parseInt(_0x5d7f12(0x1de))/0x7+-parseInt(_0x5d7f12(0x1df))/0x8*(-parseInt(_0x5d7f12(0x1cc))/0x9);if(_0x387ced===_0x14c882)break;else _0x39ea51['push'](_0x39ea51['shift']());}catch(_0x2a4b1a){_0x39ea51['push'](_0x39ea51['shift']());}}}(_0x4ae5,0x5bb77));function _0x4ae5(){const _0x9eac7d=['텍스트\x20뒤','도형\x20위치','글자\x20배경색','모두\x20숨기기','도형\x20삽입','오른쪽\x20정렬','위아래','왼쪽\x20정렬','숨기기','기울임꼴','72useGOh','세로\x20뒤집기\x20전환','빠른\x20스타일','모양에\x20맞게\x20자르기','개체\x20없음','양쪽\x20맞춤','1095597iugkza','앞으로\x20가져오기','도형\x20삭제','사각형','511JlPQLE','설명\x20추가','2795352luFBZF','텍스트\x20앞','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','반시계\x20방향으로\x2090도\x20회전','도형\x20패널\x20숨기기','3029675Hjxymm','1714573oifFBI','516272RUyQRD','exports','444qgUxIN','텍스트\x20세로/가로\x20전환','가운데\x20정렬','2790096SFVyso','위쪽\x20맞춤','글자\x20색상','색상\x20재설정','취소선'];_0x4ae5=function(){return _0x9eac7d;};return _0x4ae5();}function _0x304f(_0x2e4efd,_0x310a70){_0x2e4efd=_0x2e4efd-0x1c7;const _0x4ae543=_0x4ae5();let _0x304ff5=_0x4ae543[_0x2e4efd];return _0x304ff5;}const e={'docs-shape-ui':{'quickStyles':_0x5d3fb7(0x1ce),'title':'도형','insertShape':_0x5d3fb7(0x1ed),'openPanel':'도형\x20패널\x20열기','deleteShape':_0x5d3fb7(0x1d4),'hidePanel':_0x5d3fb7(0x1dc),'formatShape':'도형\x20서식','shapeStyle':'도형\x20스타일','shapePosition':_0x5d3fb7(0x1ea),'toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x5d3fb7(0x1cd),'rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':_0x5d3fb7(0x1db),'toggleTextVertical':_0x5d3fb7(0x1e2),'objectListPanel':{'title':'레이어','open':'레이어\x20패널\x20열기','empty':_0x5d3fb7(0x1d0),'showAll':'모두\x20표시','hideAll':_0x5d3fb7(0x1ec),'show':'표시','hide':_0x5d3fb7(0x1ca),'moveForward':_0x5d3fb7(0x1d3),'moveBackward':'뒤로\x20보내기','close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x5d3fb7(0x1d7),'details':'세부\x20정보','noSelection':_0x5d3fb7(0x1da)},'toolbar':{'alignLeft':_0x5d3fb7(0x1c9),'alignCenter':_0x5d3fb7(0x1e3),'alignRight':_0x5d3fb7(0x1c7),'alignJustify':_0x5d3fb7(0x1d1),'bold':'굵게','italic':_0x5d3fb7(0x1cb),'underline':'밑줄','strikethrough':_0x5d3fb7(0x1e8),'textColor':_0x5d3fb7(0x1e6),'fillColor':_0x5d3fb7(0x1eb),'resetColor':_0x5d3fb7(0x1e7)},'align':{'top':_0x5d3fb7(0x1e5),'middle':'가운데\x20맞춤','bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':'텍스트와\x20같은\x20줄','square':_0x5d3fb7(0x1d5),'topAndBottom':_0x5d3fb7(0x1c8),'behindText':_0x5d3fb7(0x1e9),'inFrontText':_0x5d3fb7(0x1d9)},'crop':{'shape':_0x5d3fb7(0x1cf)}}};module[_0x5d3fb7(0x1e0)]=e;
@@ -1 +1 @@
1
- function _0x50f0(){const _0x45312b=['84700NTNKrh','Przenieś\x20do\x20przodu','Przytnij\x20do\x20kształtu','Usuń\x20kształt','1645792ELdbfL','Kolor\x20tła\x20tekstu','Wyrównaj\x20do\x20góry','1970540XwpQDt','Ukryj\x20wszystko','Dodaj\x20opis','Zamknij','exports','142IjzQyd','650601UhFguD','Nazwa','Kolor\x20tekstu','Ukryj','5862VsjPuy','Przenieś\x20do\x20tyłu','Styl\x20kształtu','Wyrównaj\x20do\x20środka\x20w\x20pionie','Wyrównaj\x20do\x20środka','Obróć\x20w\x20prawo\x20o\x2090°','Wyjustuj','Szczegóły','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Wyrównaj\x20do\x20dołu','Obróć\x20w\x20lewo\x20o\x2090°','Góra\x20i\x20dół','Otwórz\x20panel\x20warstw','113392doFfiB','Pozycja\x20kształtu','Przełącz\x20tekst\x20pionowy','Pokaż\x20wszystko','Wstaw\x20kształt','Nazwa\x20obiektu','Kursywa','Brak\x20obiektów','6baiQEU','Pogrubienie','Za\x20tekstem','Wyrównaj\x20do\x20prawej','Pokaż','Formatuj\x20kształt','Kwadrat','4465278OcnlLJ','Przekreślenie'];_0x50f0=function(){return _0x45312b;};return _0x50f0();}function _0x3c2a(_0x3b7b8e,_0x271436){_0x3b7b8e=_0x3b7b8e-0xce;const _0x50f01a=_0x50f0();let _0x3c2a46=_0x50f01a[_0x3b7b8e];return _0x3c2a46;}const _0x13b948=_0x3c2a;(function(_0x27874c,_0x347c17){const _0x360ed0=_0x3c2a,_0x4a3849=_0x27874c();while(!![]){try{const _0x1833c1=parseInt(_0x360ed0(0xeb))/0x1+-parseInt(_0x360ed0(0xd9))/0x2*(-parseInt(_0x360ed0(0xde))/0x3)+-parseInt(_0x360ed0(0xfc))/0x4+-parseInt(_0x360ed0(0xd4))/0x5+-parseInt(_0x360ed0(0xf3))/0x6*(-parseInt(_0x360ed0(0xda))/0x7)+-parseInt(_0x360ed0(0xd1))/0x8+parseInt(_0x360ed0(0xfa))/0x9;if(_0x1833c1===_0x347c17)break;else _0x4a3849['push'](_0x4a3849['shift']());}catch(_0x51dc64){_0x4a3849['push'](_0x4a3849['shift']());}}}(_0x50f0,0x35c2c));const e={'docs-shape-ui':{'title':'Kształt','insertShape':_0x13b948(0xef),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x13b948(0xd0),'hidePanel':'Ukryj\x20panel\x20kształtów','formatShape':_0x13b948(0xf8),'shapeStyle':_0x13b948(0xe0),'shapePosition':_0x13b948(0xec),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x13b948(0xe3),'rotateLeft90':_0x13b948(0xe8),'toggleTextVertical':_0x13b948(0xed),'objectListPanel':{'title':'Warstwy','open':_0x13b948(0xea),'empty':_0x13b948(0xf2),'showAll':_0x13b948(0xee),'hideAll':_0x13b948(0xd5),'show':_0x13b948(0xf7),'hide':_0x13b948(0xdd),'moveForward':_0x13b948(0xce),'moveBackward':_0x13b948(0xdf),'close':_0x13b948(0xd7),'name':_0x13b948(0xdb),'nameInput':_0x13b948(0xf0),'description':'Opis','descriptionPlaceholder':_0x13b948(0xd6),'details':_0x13b948(0xe5),'noSelection':_0x13b948(0xe6)},'toolbar':{'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':_0x13b948(0xe2),'alignRight':_0x13b948(0xf6),'alignJustify':_0x13b948(0xe4),'bold':_0x13b948(0xf4),'italic':_0x13b948(0xf1),'underline':'Podkreślenie','strikethrough':_0x13b948(0xfb),'textColor':_0x13b948(0xdc),'fillColor':_0x13b948(0xd2),'resetColor':'Resetuj\x20kolor'},'align':{'top':_0x13b948(0xd3),'middle':_0x13b948(0xe1),'bottom':_0x13b948(0xe7)},'textWrap':{'inline':'W\x20linii\x20z\x20tekstem','square':_0x13b948(0xf9),'topAndBottom':_0x13b948(0xe9),'behindText':_0x13b948(0xf5),'inFrontText':'Przed\x20tekstem'},'crop':{'shape':_0x13b948(0xcf)}}};module[_0x13b948(0xd8)]=e;
1
+ function _0x3f92(_0x294d49,_0x310783){_0x294d49=_0x294d49-0xf6;const _0xb8ab53=_0xb8ab();let _0x3f92e9=_0xb8ab53[_0x294d49];return _0x3f92e9;}const _0x3e6dab=_0x3f92;function _0xb8ab(){const _0x2b2ec1=['77715eULugW','4541789kgcjHc','Wyrównaj\x20do\x20prawej','Otwórz\x20panel\x20kształtów','Przed\x20tekstem','Wyjustuj','Wyrównaj\x20do\x20lewej','4001155qLidYT','Ukryj\x20panel\x20kształtów','2052906tjoudC','Kolor\x20tła\x20tekstu','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Dodaj\x20opis','Przenieś\x20do\x20przodu','Przerzuć\x20w\x20pionie','Wyrównaj\x20do\x20dołu','7219kIsnaq','Szybkie\x20style','Wyrównaj\x20do\x20góry','Wyrównaj\x20do\x20środka\x20w\x20pionie','Kolor\x20tekstu','35562fedWxI','W\x20linii\x20z\x20tekstem','Pozycja\x20kształtu','Szczegóły','Przełącz\x20tekst\x20pionowy','16TaUSQM','641656nBQIaq','Resetuj\x20kolor','Przekreślenie','Formatuj\x20kształt','Kształt','Wstaw\x20kształt','Opis','Pokaż\x20wszystko','Obróć\x20w\x20lewo\x20o\x2090°','Przerzuć\x20w\x20poziomie','Ukryj','Zamknij','Otwórz\x20panel\x20warstw','Pokaż','140XAxyUJ','Brak\x20obiektów','326UWbomp','Obróć\x20w\x20prawo\x20o\x2090°','Warstwy','Ukryj\x20wszystko','Przenieś\x20do\x20tyłu','Przytnij\x20do\x20kształtu'];_0xb8ab=function(){return _0x2b2ec1;};return _0xb8ab();}(function(_0x36545d,_0x21b3b5){const _0x32974b=_0x3f92,_0x26f696=_0x36545d();while(!![]){try{const _0x7b36e7=-parseInt(_0x32974b(0x116))/0x1*(-parseInt(_0x32974b(0x100))/0x2)+-parseInt(_0x32974b(0x11b))/0x3*(parseInt(_0x32974b(0x120))/0x4)+-parseInt(_0x32974b(0x10d))/0x5+-parseInt(_0x32974b(0x10f))/0x6+parseInt(_0x32974b(0x107))/0x7+parseInt(_0x32974b(0x121))/0x8+-parseInt(_0x32974b(0x106))/0x9*(parseInt(_0x32974b(0xfe))/0xa);if(_0x7b36e7===_0x21b3b5)break;else _0x26f696['push'](_0x26f696['shift']());}catch(_0x5441de){_0x26f696['push'](_0x26f696['shift']());}}}(_0xb8ab,0x91463));const e={'docs-shape-ui':{'quickStyles':_0x3e6dab(0x117),'title':_0x3e6dab(0x125),'insertShape':_0x3e6dab(0x126),'openPanel':_0x3e6dab(0x109),'deleteShape':'Usuń\x20kształt','hidePanel':_0x3e6dab(0x10e),'formatShape':_0x3e6dab(0x124),'shapeStyle':'Styl\x20kształtu','shapePosition':_0x3e6dab(0x11d),'toggleFlipH':_0x3e6dab(0xf9),'toggleFlipV':_0x3e6dab(0x114),'rotateRight90':_0x3e6dab(0x101),'rotateLeft90':_0x3e6dab(0xf8),'toggleTextVertical':_0x3e6dab(0x11f),'objectListPanel':{'title':_0x3e6dab(0x102),'open':_0x3e6dab(0xfc),'empty':_0x3e6dab(0xff),'showAll':_0x3e6dab(0xf7),'hideAll':_0x3e6dab(0x103),'show':_0x3e6dab(0xfd),'hide':_0x3e6dab(0xfa),'moveForward':_0x3e6dab(0x113),'moveBackward':_0x3e6dab(0x104),'close':_0x3e6dab(0xfb),'name':'Nazwa','nameInput':'Nazwa\x20obiektu','description':_0x3e6dab(0xf6),'descriptionPlaceholder':_0x3e6dab(0x112),'details':_0x3e6dab(0x11e),'noSelection':_0x3e6dab(0x111)},'toolbar':{'alignLeft':_0x3e6dab(0x10c),'alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x3e6dab(0x108),'alignJustify':_0x3e6dab(0x10b),'bold':'Pogrubienie','italic':'Kursywa','underline':'Podkreślenie','strikethrough':_0x3e6dab(0x123),'textColor':_0x3e6dab(0x11a),'fillColor':_0x3e6dab(0x110),'resetColor':_0x3e6dab(0x122)},'align':{'top':_0x3e6dab(0x118),'middle':_0x3e6dab(0x119),'bottom':_0x3e6dab(0x115)},'textWrap':{'inline':_0x3e6dab(0x11c),'square':'Kwadrat','topAndBottom':'Góra\x20i\x20dół','behindText':'Za\x20tekstem','inFrontText':_0x3e6dab(0x10a)},'crop':{'shape':_0x3e6dab(0x105)}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x35ef(_0x4157f5,_0x43fb72){_0x4157f5=_0x4157f5-0x124;const _0x284fc1=_0x284f();let _0x35ef26=_0x284fc1[_0x4157f5];return _0x35ef26;}const _0x33eed1=_0x35ef;(function(_0x513e7d,_0x237a09){const _0x24431e=_0x35ef,_0x563c1b=_0x513e7d();while(!![]){try{const _0x52fc27=parseInt(_0x24431e(0x13f))/0x1*(parseInt(_0x24431e(0x126))/0x2)+-parseInt(_0x24431e(0x144))/0x3*(-parseInt(_0x24431e(0x14d))/0x4)+parseInt(_0x24431e(0x142))/0x5*(-parseInt(_0x24431e(0x14f))/0x6)+-parseInt(_0x24431e(0x12b))/0x7+-parseInt(_0x24431e(0x12d))/0x8*(-parseInt(_0x24431e(0x151))/0x9)+parseInt(_0x24431e(0x129))/0xa+parseInt(_0x24431e(0x12f))/0xb*(parseInt(_0x24431e(0x134))/0xc);if(_0x52fc27===_0x237a09)break;else _0x563c1b['push'](_0x563c1b['shift']());}catch(_0x2a546e){_0x563c1b['push'](_0x563c1b['shift']());}}}(_0x284f,0x8a688));function _0x284f(){const _0x5b9647=['Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','48771tfwlHy','Descrição','Tachado','987274eiqKyY','Quadrado','Ocultar','2358290YYjBXB','Camadas','4291581XwpPGP','Estilo\x20da\x20forma','152YAyvPW','Alinhar\x20à\x20base','5408953CayyCx','Itálico','Superior\x20e\x20inferior','Mostrar','Alinhar\x20à\x20direita','24Rijmha','Justificar','Girar\x2090°\x20para\x20esquerda','exports','Ocultar\x20painel\x20de\x20formas','Alternar\x20inversão\x20horizontal','Ocultar\x20tudo','Fechar','Nome\x20do\x20objeto','Nome','Enviar\x20para\x20trás','1yjhJry','À\x20frente\x20do\x20texto','Posição\x20da\x20forma','95YKsNYw','Alinhar\x20ao\x20topo','3dKnyHx','Alinhar\x20ao\x20meio','Inserir\x20forma','Redefinir\x20cor','Abrir\x20painel\x20de\x20camadas','Excluir\x20forma','Em\x20linha\x20com\x20o\x20texto','Cor\x20do\x20texto','Negrito','1616912iGdBxn','Girar\x2090°\x20para\x20direita','328452bvuzdu'];_0x284f=function(){return _0x5b9647;};return _0x284f();}const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x33eed1(0x146),'openPanel':'Abrir\x20painel\x20de\x20formas','deleteShape':_0x33eed1(0x149),'hidePanel':_0x33eed1(0x138),'formatShape':'Formatar\x20forma','shapeStyle':_0x33eed1(0x12c),'shapePosition':_0x33eed1(0x141),'toggleFlipH':_0x33eed1(0x139),'toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':_0x33eed1(0x14e),'rotateLeft90':_0x33eed1(0x136),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':_0x33eed1(0x12a),'open':_0x33eed1(0x148),'empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':_0x33eed1(0x13a),'show':_0x33eed1(0x132),'hide':_0x33eed1(0x128),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x33eed1(0x13e),'close':_0x33eed1(0x13b),'name':_0x33eed1(0x13d),'nameInput':_0x33eed1(0x13c),'description':_0x33eed1(0x124),'descriptionPlaceholder':'Adicionar\x20descrição','details':'Detalhes','noSelection':_0x33eed1(0x150)},'toolbar':{'alignLeft':'Alinhar\x20à\x20esquerda','alignCenter':'Alinhar\x20ao\x20centro','alignRight':_0x33eed1(0x133),'alignJustify':_0x33eed1(0x135),'bold':_0x33eed1(0x14c),'italic':_0x33eed1(0x130),'underline':'Sublinhado','strikethrough':_0x33eed1(0x125),'textColor':_0x33eed1(0x14b),'fillColor':'Cor\x20de\x20fundo\x20do\x20texto','resetColor':_0x33eed1(0x147)},'align':{'top':_0x33eed1(0x143),'middle':_0x33eed1(0x145),'bottom':_0x33eed1(0x12e)},'textWrap':{'inline':_0x33eed1(0x14a),'square':_0x33eed1(0x127),'topAndBottom':_0x33eed1(0x131),'behindText':'Atrás\x20do\x20texto','inFrontText':_0x33eed1(0x140)},'crop':{'shape':'Cortar\x20para\x20forma'}}};module[_0x33eed1(0x137)]=e;
1
+ const _0x313a97=_0x537e;(function(_0x5c4010,_0x5a893f){const _0x312f33=_0x537e,_0x438a69=_0x5c4010();while(!![]){try{const _0x4d0123=-parseInt(_0x312f33(0xf3))/0x1+-parseInt(_0x312f33(0x107))/0x2*(parseInt(_0x312f33(0x103))/0x3)+-parseInt(_0x312f33(0xee))/0x4+-parseInt(_0x312f33(0xeb))/0x5+parseInt(_0x312f33(0xed))/0x6+parseInt(_0x312f33(0x105))/0x7+-parseInt(_0x312f33(0xe1))/0x8*(-parseInt(_0x312f33(0xe4))/0x9);if(_0x4d0123===_0x5a893f)break;else _0x438a69['push'](_0x438a69['shift']());}catch(_0x572836){_0x438a69['push'](_0x438a69['shift']());}}}(_0x1357,0xcf40b));const e={'docs-shape-ui':{'quickStyles':_0x313a97(0xe6),'title':_0x313a97(0xf0),'insertShape':_0x313a97(0xdb),'openPanel':_0x313a97(0xfe),'deleteShape':_0x313a97(0xf1),'hidePanel':_0x313a97(0xfc),'formatShape':_0x313a97(0x102),'shapeStyle':_0x313a97(0xf4),'shapePosition':_0x313a97(0x104),'toggleFlipH':_0x313a97(0x100),'toggleFlipV':_0x313a97(0xf7),'rotateRight90':_0x313a97(0xda),'rotateLeft90':_0x313a97(0xef),'toggleTextVertical':_0x313a97(0xec),'objectListPanel':{'title':_0x313a97(0xdd),'open':_0x313a97(0x10a),'empty':_0x313a97(0x101),'showAll':_0x313a97(0xe7),'hideAll':'Ocultar\x20tudo','show':_0x313a97(0xdc),'hide':'Ocultar','moveForward':_0x313a97(0xe2),'moveBackward':_0x313a97(0xdf),'close':_0x313a97(0xe9),'name':'Nome','nameInput':'Nome\x20do\x20objeto','description':'Descrição','descriptionPlaceholder':_0x313a97(0xea),'details':_0x313a97(0xf5),'noSelection':'Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'},'toolbar':{'alignLeft':_0x313a97(0xfd),'alignCenter':_0x313a97(0xde),'alignRight':_0x313a97(0x106),'alignJustify':_0x313a97(0xe8),'bold':_0x313a97(0xf6),'italic':'Itálico','underline':'Sublinhado','strikethrough':_0x313a97(0x108),'textColor':_0x313a97(0xe0),'fillColor':_0x313a97(0xfb),'resetColor':_0x313a97(0x109)},'align':{'top':'Alinhar\x20ao\x20topo','middle':_0x313a97(0xf9),'bottom':_0x313a97(0xf8)},'textWrap':{'inline':'Em\x20linha\x20com\x20o\x20texto','square':_0x313a97(0xff),'topAndBottom':_0x313a97(0xe3),'behindText':_0x313a97(0xf2),'inFrontText':'À\x20frente\x20do\x20texto'},'crop':{'shape':_0x313a97(0xfa)}}};function _0x1357(){const _0x5b90b4=['Cortar\x20para\x20forma','Cor\x20de\x20fundo\x20do\x20texto','Ocultar\x20painel\x20de\x20formas','Alinhar\x20à\x20esquerda','Abrir\x20painel\x20de\x20formas','Quadrado','Alternar\x20inversão\x20horizontal','Nenhum\x20objeto','Formatar\x20forma','445845SQbdJD','Posição\x20da\x20forma','5619649ybGJCA','Alinhar\x20à\x20direita','8uTBBya','Tachado','Redefinir\x20cor','Abrir\x20painel\x20de\x20camadas','Girar\x2090°\x20para\x20direita','Inserir\x20forma','Mostrar','Camadas','Alinhar\x20ao\x20centro','Enviar\x20para\x20trás','Cor\x20do\x20texto','256zNjsHa','Trazer\x20para\x20frente','Superior\x20e\x20inferior','293256oxLFpw','exports','Estilos\x20rápidos','Mostrar\x20tudo','Justificar','Fechar','Adicionar\x20descrição','2405795hOqWCq','Alternar\x20texto\x20vertical','8638272ybIenl','4608888FHbZnV','Girar\x2090°\x20para\x20esquerda','Forma','Excluir\x20forma','Atrás\x20do\x20texto','208459jcaede','Estilo\x20da\x20forma','Detalhes','Negrito','Alternar\x20inversão\x20vertical','Alinhar\x20à\x20base','Alinhar\x20ao\x20meio'];_0x1357=function(){return _0x5b90b4;};return _0x1357();}function _0x537e(_0x572329,_0x1af7b6){_0x572329=_0x572329-0xda;const _0x13572e=_0x1357();let _0x537ef6=_0x13572e[_0x572329];return _0x537ef6;}module[_0x313a97(0xe5)]=e;
@@ -1 +1 @@
1
- const _0x5051ed=_0x393c;(function(_0x54ca85,_0x2a88f5){const _0x52450c=_0x393c,_0x1d5647=_0x54ca85();while(!![]){try{const _0x15d976=-parseInt(_0x52450c(0x125))/0x1+-parseInt(_0x52450c(0x12a))/0x2*(-parseInt(_0x52450c(0x127))/0x3)+parseInt(_0x52450c(0x123))/0x4*(parseInt(_0x52450c(0x10e))/0x5)+-parseInt(_0x52450c(0x109))/0x6*(parseInt(_0x52450c(0x116))/0x7)+-parseInt(_0x52450c(0x119))/0x8+parseInt(_0x52450c(0x121))/0x9+parseInt(_0x52450c(0x11b))/0xa;if(_0x15d976===_0x2a88f5)break;else _0x1d5647['push'](_0x1d5647['shift']());}catch(_0x507a22){_0x1d5647['push'](_0x1d5647['shift']());}}}(_0x1714,0x3b331));function _0x393c(_0x2dec2b,_0x1dc1da){_0x2dec2b=_0x2dec2b-0x108;const _0x17146c=_0x1714();let _0x393cf6=_0x17146c[_0x2dec2b];return _0x393cf6;}const e={'docs-shape-ui':{'title':'Фигура','insertShape':_0x5051ed(0x12d),'openPanel':_0x5051ed(0x134),'deleteShape':_0x5051ed(0x10b),'hidePanel':_0x5051ed(0x114),'formatShape':_0x5051ed(0x124),'shapeStyle':_0x5051ed(0x12b),'shapePosition':_0x5051ed(0x135),'toggleFlipH':_0x5051ed(0x117),'toggleFlipV':_0x5051ed(0x136),'rotateRight90':_0x5051ed(0x120),'rotateLeft90':_0x5051ed(0x11d),'toggleTextVertical':_0x5051ed(0x122),'objectListPanel':{'title':'Слои','open':_0x5051ed(0x132),'empty':_0x5051ed(0x10f),'showAll':_0x5051ed(0x110),'hideAll':'Скрыть\x20все','show':_0x5051ed(0x11e),'hide':_0x5051ed(0x12c),'moveForward':_0x5051ed(0x131),'moveBackward':'Переместить\x20назад','close':_0x5051ed(0x113),'name':'Имя','nameInput':_0x5051ed(0x12e),'description':_0x5051ed(0x111),'descriptionPlaceholder':'Добавить\x20описание','details':_0x5051ed(0x133),'noSelection':_0x5051ed(0x11a)},'toolbar':{'alignLeft':'Выровнять\x20по\x20левому\x20краю','alignCenter':'Выровнять\x20по\x20центру','alignRight':_0x5051ed(0x108),'alignJustify':_0x5051ed(0x10d),'bold':_0x5051ed(0x129),'italic':'Курсив','underline':_0x5051ed(0x11f),'strikethrough':_0x5051ed(0x115),'textColor':'Цвет\x20текста','fillColor':_0x5051ed(0x130),'resetColor':_0x5051ed(0x126)},'align':{'top':_0x5051ed(0x11c),'middle':'Выровнять\x20посередине','bottom':_0x5051ed(0x10a)},'textWrap':{'inline':'В\x20тексте','square':_0x5051ed(0x118),'topAndBottom':_0x5051ed(0x10c),'behindText':_0x5051ed(0x12f),'inFrontText':'Перед\x20текстом'},'crop':{'shape':_0x5051ed(0x128)}}};module[_0x5051ed(0x112)]=e;function _0x1714(){const _0xaef3e1=['8324NWBnpC','Стиль\x20фигуры','Скрыть','Вставить\x20фигуру','Имя\x20объекта','За\x20текстом','Цвет\x20фона\x20текста','Переместить\x20вперед','Открыть\x20панель\x20слоев','Сведения','Открыть\x20панель\x20фигур','Положение\x20фигуры','Переключить\x20вертикальное\x20отражение','Выровнять\x20по\x20правому\x20краю','31554FAfrJB','Выровнять\x20по\x20нижнему\x20краю','Удалить\x20фигуру','Сверху\x20и\x20снизу','Выровнять\x20по\x20ширине','5UaYZAi','Нет\x20объектов','Показать\x20все','Описание','exports','Закрыть','Скрыть\x20панель\x20фигур','Зачеркнутый','399nSjlVt','Переключить\x20горизонтальное\x20отражение','Вокруг\x20рамки','2793328ZWsbmv','Выберите\x20объект\x20для\x20редактирования\x20сведений','1736980LLlVdq','Выровнять\x20по\x20верхнему\x20краю','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Показать','Подчеркнутый','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','2209212mhTJud','Переключить\x20вертикальное\x20положение\x20текста','1051060qIcTGP','Форматировать\x20фигуру','194235EncbwT','Сбросить\x20цвет','291OVDyFD','Обрезать\x20по\x20форме','Полужирный'];_0x1714=function(){return _0xaef3e1;};return _0x1714();}
1
+ const _0x3f27d7=_0x38b6;(function(_0x33b4de,_0x13606d){const _0x1b455d=_0x38b6,_0x1ebb79=_0x33b4de();while(!![]){try{const _0x2f287c=-parseInt(_0x1b455d(0xa8))/0x1+-parseInt(_0x1b455d(0xa3))/0x2+parseInt(_0x1b455d(0xb0))/0x3*(parseInt(_0x1b455d(0xaa))/0x4)+-parseInt(_0x1b455d(0x92))/0x5*(parseInt(_0x1b455d(0x8e))/0x6)+parseInt(_0x1b455d(0x84))/0x7+parseInt(_0x1b455d(0x8f))/0x8*(parseInt(_0x1b455d(0x9b))/0x9)+-parseInt(_0x1b455d(0xac))/0xa*(-parseInt(_0x1b455d(0xad))/0xb);if(_0x2f287c===_0x13606d)break;else _0x1ebb79['push'](_0x1ebb79['shift']());}catch(_0x1d7311){_0x1ebb79['push'](_0x1ebb79['shift']());}}}(_0x5da6,0xb002a));function _0x5da6(){const _0x16bc6e=['Цвет\x20фона\x20текста','Открыть\x20панель\x20фигур','1419061gmnfyY','Форматировать\x20фигуру','Добавить\x20описание','Переключить\x20вертикальное\x20положение\x20текста','За\x20текстом','Выровнять\x20по\x20центру','Выровнять\x20по\x20верхнему\x20краю','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Выровнять\x20по\x20ширине','Подчеркнутый','210GTtHIh','216136eTUkLf','Переместить\x20вперед','Вокруг\x20рамки','50945asOpLK','Стиль\x20фигуры','Переключить\x20горизонтальное\x20отражение','Показать\x20все','Полужирный','Выровнять\x20посередине','Сверху\x20и\x20снизу','Удалить\x20фигуру','Скрыть\x20все','171JcgDsF','Показать','Переключить\x20вертикальное\x20отражение','Цвет\x20текста','Нет\x20объектов','В\x20тексте','Фигура','Перед\x20текстом','1438376wdiMMe','Сведения','Имя','Описание','Закрыть','854154MpmDwK','Зачеркнутый','308awjyOV','Переместить\x20назад','560FOkVBH','205502yFeohk','exports','Скрыть\x20панель\x20фигур','34623wYiqYk','Вставить\x20фигуру','Сбросить\x20цвет','Выберите\x20объект\x20для\x20редактирования\x20сведений'];_0x5da6=function(){return _0x16bc6e;};return _0x5da6();}function _0x38b6(_0x4913d6,_0x2c3065){_0x4913d6=_0x4913d6-0x83;const _0x5da6bd=_0x5da6();let _0x38b6a9=_0x5da6bd[_0x4913d6];return _0x38b6a9;}const e={'docs-shape-ui':{'quickStyles':'Быстрые\x20стили','title':_0x3f27d7(0xa1),'insertShape':_0x3f27d7(0xb1),'openPanel':_0x3f27d7(0x83),'deleteShape':_0x3f27d7(0x99),'hidePanel':_0x3f27d7(0xaf),'formatShape':_0x3f27d7(0x85),'shapeStyle':_0x3f27d7(0x93),'shapePosition':'Положение\x20фигуры','toggleFlipH':_0x3f27d7(0x94),'toggleFlipV':_0x3f27d7(0x9d),'rotateRight90':'Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','rotateLeft90':_0x3f27d7(0x8b),'toggleTextVertical':_0x3f27d7(0x87),'objectListPanel':{'title':'Слои','open':'Открыть\x20панель\x20слоев','empty':_0x3f27d7(0x9f),'showAll':_0x3f27d7(0x95),'hideAll':_0x3f27d7(0x9a),'show':_0x3f27d7(0x9c),'hide':'Скрыть','moveForward':_0x3f27d7(0x90),'moveBackward':_0x3f27d7(0xab),'close':_0x3f27d7(0xa7),'name':_0x3f27d7(0xa5),'nameInput':'Имя\x20объекта','description':_0x3f27d7(0xa6),'descriptionPlaceholder':_0x3f27d7(0x86),'details':_0x3f27d7(0xa4),'noSelection':_0x3f27d7(0xb3)},'toolbar':{'alignLeft':'Выровнять\x20по\x20левому\x20краю','alignCenter':_0x3f27d7(0x89),'alignRight':'Выровнять\x20по\x20правому\x20краю','alignJustify':_0x3f27d7(0x8c),'bold':_0x3f27d7(0x96),'italic':'Курсив','underline':_0x3f27d7(0x8d),'strikethrough':_0x3f27d7(0xa9),'textColor':_0x3f27d7(0x9e),'fillColor':_0x3f27d7(0xb4),'resetColor':_0x3f27d7(0xb2)},'align':{'top':_0x3f27d7(0x8a),'middle':_0x3f27d7(0x97),'bottom':'Выровнять\x20по\x20нижнему\x20краю'},'textWrap':{'inline':_0x3f27d7(0xa0),'square':_0x3f27d7(0x91),'topAndBottom':_0x3f27d7(0x98),'behindText':_0x3f27d7(0x88),'inFrontText':_0x3f27d7(0xa2)},'crop':{'shape':'Обрезать\x20по\x20форме'}}};module[_0x3f27d7(0xae)]=e;
@@ -1 +1 @@
1
- function _0x2afc(_0x2215a9,_0x237d00){_0x2215a9=_0x2215a9-0x186;const _0x9e3d25=_0x9e3d();let _0x2afc15=_0x9e3d25[_0x2215a9];return _0x2afc15;}const _0x46de63=_0x2afc;(function(_0x52a0a8,_0x1bfdcb){const _0x4579ba=_0x2afc,_0x232bb1=_0x52a0a8();while(!![]){try{const _0x30a8d6=parseInt(_0x4579ba(0x186))/0x1*(parseInt(_0x4579ba(0x1ae))/0x2)+parseInt(_0x4579ba(0x190))/0x3+parseInt(_0x4579ba(0x193))/0x4*(-parseInt(_0x4579ba(0x194))/0x5)+parseInt(_0x4579ba(0x1a2))/0x6*(parseInt(_0x4579ba(0x1a7))/0x7)+parseInt(_0x4579ba(0x18c))/0x8+parseInt(_0x4579ba(0x1a8))/0x9+-parseInt(_0x4579ba(0x198))/0xa;if(_0x30a8d6===_0x1bfdcb)break;else _0x232bb1['push'](_0x232bb1['shift']());}catch(_0x3bd169){_0x232bb1['push'](_0x232bb1['shift']());}}}(_0x9e3d,0x54b54));function _0x9e3d(){const _0x3d764f=['Tučné','Skryť\x20panel\x20tvarov','Přepnout\x20text\x20vertikálně','Názov','Prepnúť\x20vodorovné\x20prevrátenie','558KpEcuJ','Zavrieť','Farba\x20textu','Zarovnať\x20hore','Štýl\x20tvaru','14091SAWBpb','5349168eAMtHu','Poloha\x20tvaru','Názov\x20objektu','Zarovnať\x20na\x20stred','Obnoviť\x20farbu','Vrstvy','33766LmNjJK','Zobraziť','Zarovnať\x20do\x20bloku','Otvoriť\x20panel\x20vrstiev','Presunúť\x20dopredu','39uDRXqO','Zarovnať\x20doprava','Hore\x20a\x20dole','Oříznout\x20podle\x20tvaru','Podčiarknutie','Otočiť\x20doľava\x20o\x2090°','2278872aTNcxi','Zarovnať\x20doľava','Prečiarknuté','Podrobnosti','327849VYtdiA','exports','Pridať\x20popis','4KDwVAw','2071640GGlPYX','Skryť','V\x20riadku\x20s\x20textom','Za\x20textom','10728480CREeqR','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','Odstrániť\x20tvar','Zobraziť\x20všetko','Otočiť\x20doprava\x20o\x2090°'];_0x9e3d=function(){return _0x3d764f;};return _0x9e3d();}const e={'docs-shape-ui':{'title':'Tvar','insertShape':'Vložiť\x20tvar','openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':_0x46de63(0x19a),'hidePanel':_0x46de63(0x19e),'formatShape':'Formátovať\x20tvar','shapeStyle':_0x46de63(0x1a6),'shapePosition':_0x46de63(0x1a9),'toggleFlipH':_0x46de63(0x1a1),'toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':_0x46de63(0x19c),'rotateLeft90':_0x46de63(0x18b),'toggleTextVertical':_0x46de63(0x19f),'objectListPanel':{'title':_0x46de63(0x1ad),'open':_0x46de63(0x1b1),'empty':'Žiadne\x20objekty','showAll':_0x46de63(0x19b),'hideAll':'Skryť\x20všetko','show':_0x46de63(0x1af),'hide':_0x46de63(0x195),'moveForward':_0x46de63(0x1b2),'moveBackward':'Presunúť\x20dozadu','close':_0x46de63(0x1a3),'name':_0x46de63(0x1a0),'nameInput':_0x46de63(0x1aa),'description':'Popis','descriptionPlaceholder':_0x46de63(0x192),'details':_0x46de63(0x18f),'noSelection':_0x46de63(0x199)},'toolbar':{'alignLeft':_0x46de63(0x18d),'alignCenter':_0x46de63(0x1ab),'alignRight':_0x46de63(0x187),'alignJustify':_0x46de63(0x1b0),'bold':_0x46de63(0x19d),'italic':'Kurzíva','underline':_0x46de63(0x18a),'strikethrough':_0x46de63(0x18e),'textColor':_0x46de63(0x1a4),'fillColor':'Farba\x20pozadia\x20textu','resetColor':_0x46de63(0x1ac)},'align':{'top':_0x46de63(0x1a5),'middle':'Zarovnať\x20na\x20stred','bottom':'Zarovnať\x20dole'},'textWrap':{'inline':_0x46de63(0x196),'square':'Obdĺžnikové','topAndBottom':_0x46de63(0x188),'behindText':_0x46de63(0x197),'inFrontText':'Pred\x20textom'},'crop':{'shape':_0x46de63(0x189)}}};module[_0x46de63(0x191)]=e;
1
+ const _0x2effe5=_0x4d04;(function(_0x474d50,_0x366327){const _0x1f41eb=_0x4d04,_0x9d5e7e=_0x474d50();while(!![]){try{const _0x177292=-parseInt(_0x1f41eb(0x11f))/0x1+-parseInt(_0x1f41eb(0x119))/0x2*(-parseInt(_0x1f41eb(0x120))/0x3)+-parseInt(_0x1f41eb(0x108))/0x4+-parseInt(_0x1f41eb(0x130))/0x5*(parseInt(_0x1f41eb(0x109))/0x6)+-parseInt(_0x1f41eb(0x118))/0x7*(-parseInt(_0x1f41eb(0x10b))/0x8)+-parseInt(_0x1f41eb(0x11e))/0x9*(-parseInt(_0x1f41eb(0x112))/0xa)+parseInt(_0x1f41eb(0x122))/0xb*(-parseInt(_0x1f41eb(0x116))/0xc);if(_0x177292===_0x366327)break;else _0x9d5e7e['push'](_0x9d5e7e['shift']());}catch(_0x156a0f){_0x9d5e7e['push'](_0x9d5e7e['shift']());}}}(_0x457f,0x1994f));function _0x457f(){const _0x2464e6=['Názov','134208ZZCHVF','6YLFODN','Odstrániť\x20tvar','13192QRmLGG','Rýchle\x20štýly','Zavrieť','Přepnout\x20text\x20vertikálně','Zarovnať\x20doprava','Hore\x20a\x20dole','Zobraziť','30tdLpYn','Kurzíva','Prepnúť\x20vodorovné\x20prevrátenie','Zarovnať\x20hore','1230756NBEJPX','Obnoviť\x20farbu','581Hctyop','2pHEHjt','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','Pred\x20textom','Prepnúť\x20zvislé\x20prevrátenie','Prečiarknuté','480978wqlnPr','205417CYlKKo','549987SVBrwM','Zarovnať\x20na\x20stred','11zITJmp','Presunúť\x20dozadu','Podrobnosti','Zobraziť\x20všetko','Oříznout\x20podle\x20tvaru','Popis','Žiadne\x20objekty','Zarovnať\x20do\x20bloku','Pridať\x20popis','Farba\x20textu','Tučné','Skryť','Otvoriť\x20panel\x20tvarov','Tvar','171035gYKoyi','exports','Otočiť\x20doľava\x20o\x2090°','Farba\x20pozadia\x20textu','Zarovnať\x20dole','Poloha\x20tvaru','Obdĺžnikové'];_0x457f=function(){return _0x2464e6;};return _0x457f();}function _0x4d04(_0xbc1f0,_0x7a7624){_0xbc1f0=_0xbc1f0-0x106;const _0x457f48=_0x457f();let _0x4d0460=_0x457f48[_0xbc1f0];return _0x4d0460;}const e={'docs-shape-ui':{'quickStyles':_0x2effe5(0x10c),'title':_0x2effe5(0x12f),'insertShape':'Vložiť\x20tvar','openPanel':_0x2effe5(0x12e),'deleteShape':_0x2effe5(0x10a),'hidePanel':'Skryť\x20panel\x20tvarov','formatShape':'Formátovať\x20tvar','shapeStyle':'Štýl\x20tvaru','shapePosition':_0x2effe5(0x135),'toggleFlipH':_0x2effe5(0x114),'toggleFlipV':_0x2effe5(0x11c),'rotateRight90':'Otočiť\x20doprava\x20o\x2090°','rotateLeft90':_0x2effe5(0x132),'toggleTextVertical':_0x2effe5(0x10e),'objectListPanel':{'title':'Vrstvy','open':'Otvoriť\x20panel\x20vrstiev','empty':_0x2effe5(0x128),'showAll':_0x2effe5(0x125),'hideAll':'Skryť\x20všetko','show':_0x2effe5(0x111),'hide':_0x2effe5(0x12d),'moveForward':'Presunúť\x20dopredu','moveBackward':_0x2effe5(0x123),'close':_0x2effe5(0x10d),'name':_0x2effe5(0x107),'nameInput':'Názov\x20objektu','description':_0x2effe5(0x127),'descriptionPlaceholder':_0x2effe5(0x12a),'details':_0x2effe5(0x124),'noSelection':_0x2effe5(0x11a)},'toolbar':{'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x2effe5(0x121),'alignRight':_0x2effe5(0x10f),'alignJustify':_0x2effe5(0x129),'bold':_0x2effe5(0x12c),'italic':_0x2effe5(0x113),'underline':'Podčiarknutie','strikethrough':_0x2effe5(0x11d),'textColor':_0x2effe5(0x12b),'fillColor':_0x2effe5(0x133),'resetColor':_0x2effe5(0x117)},'align':{'top':_0x2effe5(0x115),'middle':_0x2effe5(0x121),'bottom':_0x2effe5(0x134)},'textWrap':{'inline':'V\x20riadku\x20s\x20textom','square':_0x2effe5(0x106),'topAndBottom':_0x2effe5(0x110),'behindText':'Za\x20textom','inFrontText':_0x2effe5(0x11b)},'crop':{'shape':_0x2effe5(0x126)}}};module[_0x2effe5(0x131)]=e;
@@ -1 +1 @@
1
- function _0x5ec6(){const _0xc0931e=['Cắt\x20theo\x20hình\x20dạng','Tên','Định\x20dạng\x20hình\x20dạng','Đặt\x20lại\x20màu','Căn\x20đều\x20hai\x20bên','Đóng','Hình\x20dạng','Xóa\x20hình\x20dạng','258cXmsSy','111220iewhKg','Căn\x20dưới','Đưa\x20lên\x20trên','15743SWpZur','1114836YJGaZV','Bật/tắt\x20lật\x20dọc','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Chèn\x20hình\x20dạng','Căn\x20giữa\x20theo\x20chiều\x20dọc','Chưa\x20có\x20đối\x20tượng','Tên\x20đối\x20tượng','Hiện','1030nHVKQC','Mở\x20bảng\x20hình\x20dạng','Màu\x20nền\x20văn\x20bản','Chuyển\x20đổi\x20lật\x20ngang','22lKcxIb','26wtMqHr','Hiện\x20tất\x20cả','20NpNRyN','Bao\x20quanh','Chi\x20tiết','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Gạch\x20ngang','325167iBlUSt','Ẩn\x20bảng\x20hình\x20dạng','13541JkOOTI','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Căn\x20trên','Mở\x20bảng\x20điều\x20khiển\x20lớp','Mô\x20tả','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Kiểu\x20hình\x20dạng','Đưa\x20xuống\x20dưới','exports','Vị\x20trí\x20hình\x20dạng','Cùng\x20dòng\x20với\x20văn\x20bản','13704UWgqcE','792axQMsa','In\x20nghiêng','Trên\x20và\x20dưới','Lớp','Phía\x20sau\x20văn\x20bản','Màu\x20chữ','9837LtACJH'];_0x5ec6=function(){return _0xc0931e;};return _0x5ec6();}const _0x1d507e=_0x5480;(function(_0x32c723,_0x5ae83b){const _0x5ab165=_0x5480,_0x4440c8=_0x32c723();while(!![]){try{const _0x35bf57=-parseInt(_0x5ab165(0x140))/0x1*(-parseInt(_0x5ab165(0x11f))/0x2)+parseInt(_0x5ab165(0x148))/0x3+parseInt(_0x5ab165(0x130))/0x4*(-parseInt(_0x5ab165(0x143))/0x5)+parseInt(_0x5ab165(0x12f))/0x6*(parseInt(_0x5ab165(0x133))/0x7)+-parseInt(_0x5ab165(0x120))/0x8*(parseInt(_0x5ab165(0x126))/0x9)+parseInt(_0x5ab165(0x13c))/0xa*(-parseInt(_0x5ab165(0x114))/0xb)+parseInt(_0x5ab165(0x134))/0xc*(parseInt(_0x5ab165(0x141))/0xd);if(_0x35bf57===_0x5ae83b)break;else _0x4440c8['push'](_0x4440c8['shift']());}catch(_0x4ac4c3){_0x4440c8['push'](_0x4440c8['shift']());}}}(_0x5ec6,0x2fb62));function _0x5480(_0x655945,_0x159a03){_0x655945=_0x655945-0x113;const _0x5ec6d5=_0x5ec6();let _0x5480a8=_0x5ec6d5[_0x655945];return _0x5480a8;}const e={'docs-shape-ui':{'title':_0x1d507e(0x12d),'insertShape':_0x1d507e(0x137),'openPanel':_0x1d507e(0x13d),'deleteShape':_0x1d507e(0x12e),'hidePanel':_0x1d507e(0x113),'formatShape':_0x1d507e(0x129),'shapeStyle':_0x1d507e(0x11a),'shapePosition':_0x1d507e(0x11d),'toggleFlipH':_0x1d507e(0x13f),'toggleFlipV':_0x1d507e(0x135),'rotateRight90':_0x1d507e(0x115),'rotateLeft90':_0x1d507e(0x146),'toggleTextVertical':_0x1d507e(0x136),'objectListPanel':{'title':_0x1d507e(0x123),'open':_0x1d507e(0x117),'empty':_0x1d507e(0x139),'showAll':_0x1d507e(0x142),'hideAll':'Ẩn\x20tất\x20cả','show':_0x1d507e(0x13b),'hide':'Ẩn','moveForward':_0x1d507e(0x132),'moveBackward':_0x1d507e(0x11b),'close':_0x1d507e(0x12c),'name':_0x1d507e(0x128),'nameInput':_0x1d507e(0x13a),'description':_0x1d507e(0x118),'descriptionPlaceholder':'Thêm\x20mô\x20tả','details':_0x1d507e(0x145),'noSelection':_0x1d507e(0x119)},'toolbar':{'alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':'Căn\x20phải','alignJustify':_0x1d507e(0x12b),'bold':'In\x20đậm','italic':_0x1d507e(0x121),'underline':'Gạch\x20chân','strikethrough':_0x1d507e(0x147),'textColor':_0x1d507e(0x125),'fillColor':_0x1d507e(0x13e),'resetColor':_0x1d507e(0x12a)},'align':{'top':_0x1d507e(0x116),'middle':_0x1d507e(0x138),'bottom':_0x1d507e(0x131)},'textWrap':{'inline':_0x1d507e(0x11e),'square':_0x1d507e(0x144),'topAndBottom':_0x1d507e(0x122),'behindText':_0x1d507e(0x124),'inFrontText':'Phía\x20trước\x20văn\x20bản'},'crop':{'shape':_0x1d507e(0x127)}}};module[_0x1d507e(0x11c)]=e;
1
+ function _0x1256(_0x1421a2,_0x36ad84){_0x1421a2=_0x1421a2-0x18e;const _0x3c030a=_0x3c03();let _0x1256f6=_0x3c030a[_0x1421a2];return _0x1256f6;}function _0x3c03(){const _0x4b2d2b=['Căn\x20dưới','8tMXHoZ','10snvxgZ','Chèn\x20hình\x20dạng','Cùng\x20dòng\x20với\x20văn\x20bản','Ẩn\x20bảng\x20hình\x20dạng','Hiện','Xóa\x20hình\x20dạng','376984OWrVkB','Chuyển\x20đổi\x20lật\x20ngang','Mở\x20bảng\x20điều\x20khiển\x20lớp','Gạch\x20chân','exports','Lớp','Đưa\x20lên\x20trên','Căn\x20giữa','7WDCGXs','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Vị\x20trí\x20hình\x20dạng','In\x20đậm','Căn\x20giữa\x20theo\x20chiều\x20dọc','Căn\x20phải','Chưa\x20có\x20đối\x20tượng','Thêm\x20mô\x20tả','Tên\x20đối\x20tượng','4632282jSOlXd','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Hình\x20dạng','Căn\x20trái','Định\x20dạng\x20hình\x20dạng','Trên\x20và\x20dưới','678RskZSP','44215Deqeon','137283oxeiYp','26522540SuhDRW','Phía\x20trước\x20văn\x20bản','In\x20nghiêng','193997XxIyaF','Căn\x20đều\x20hai\x20bên','Màu\x20chữ','Kiểu\x20hình\x20dạng','3841576KTesyj','Hiện\x20tất\x20cả','Đưa\x20xuống\x20dưới'];_0x3c03=function(){return _0x4b2d2b;};return _0x3c03();}const _0x5df40d=_0x1256;(function(_0x4b2e16,_0x5479de){const _0x51e7c9=_0x1256,_0x349c03=_0x4b2e16();while(!![]){try{const _0x4f921a=-parseInt(_0x51e7c9(0x198))/0x1+parseInt(_0x51e7c9(0x1a0))/0x2*(-parseInt(_0x51e7c9(0x194))/0x3)+-parseInt(_0x51e7c9(0x19c))/0x4+parseInt(_0x51e7c9(0x193))/0x5*(-parseInt(_0x51e7c9(0x192))/0x6)+-parseInt(_0x51e7c9(0x1af))/0x7*(parseInt(_0x51e7c9(0x1a7))/0x8)+-parseInt(_0x51e7c9(0x1b9))/0x9*(-parseInt(_0x51e7c9(0x1a1))/0xa)+parseInt(_0x51e7c9(0x195))/0xb;if(_0x4f921a===_0x5479de)break;else _0x349c03['push'](_0x349c03['shift']());}catch(_0x3a1700){_0x349c03['push'](_0x349c03['shift']());}}}(_0x3c03,0x84545));const e={'docs-shape-ui':{'quickStyles':'Kiểu\x20nhanh','title':_0x5df40d(0x18e),'insertShape':_0x5df40d(0x1a2),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x5df40d(0x1a6),'hidePanel':_0x5df40d(0x1a4),'formatShape':_0x5df40d(0x190),'shapeStyle':_0x5df40d(0x19b),'shapePosition':_0x5df40d(0x1b2),'toggleFlipH':_0x5df40d(0x1a8),'toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':_0x5df40d(0x1b1),'toggleTextVertical':_0x5df40d(0x1b0),'objectListPanel':{'title':_0x5df40d(0x1ac),'open':_0x5df40d(0x1a9),'empty':_0x5df40d(0x1b6),'showAll':_0x5df40d(0x19d),'hideAll':'Ẩn\x20tất\x20cả','show':_0x5df40d(0x1a5),'hide':'Ẩn','moveForward':_0x5df40d(0x1ad),'moveBackward':_0x5df40d(0x19e),'close':'Đóng','name':'Tên','nameInput':_0x5df40d(0x1b8),'description':'Mô\x20tả','descriptionPlaceholder':_0x5df40d(0x1b7),'details':'Chi\x20tiết','noSelection':_0x5df40d(0x1ba)},'toolbar':{'alignLeft':_0x5df40d(0x18f),'alignCenter':_0x5df40d(0x1ae),'alignRight':_0x5df40d(0x1b5),'alignJustify':_0x5df40d(0x199),'bold':_0x5df40d(0x1b3),'italic':_0x5df40d(0x197),'underline':_0x5df40d(0x1aa),'strikethrough':'Gạch\x20ngang','textColor':_0x5df40d(0x19a),'fillColor':'Màu\x20nền\x20văn\x20bản','resetColor':'Đặt\x20lại\x20màu'},'align':{'top':'Căn\x20trên','middle':_0x5df40d(0x1b4),'bottom':_0x5df40d(0x19f)},'textWrap':{'inline':_0x5df40d(0x1a3),'square':'Bao\x20quanh','topAndBottom':_0x5df40d(0x191),'behindText':'Phía\x20sau\x20văn\x20bản','inFrontText':_0x5df40d(0x196)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};module[_0x5df40d(0x1ab)]=e;
@@ -1 +1 @@
1
- function _0x416d(_0x1d9ba9,_0x2fbbeb){_0x1d9ba9=_0x1d9ba9-0x119;const _0x2fb2b7=_0x2fb2();let _0x416db7=_0x2fb2b7[_0x1d9ba9];return _0x416db7;}const _0x56161c=_0x416d;function _0x2fb2(){const _0x447d8a=['上移一层','暂无对象','1076252IUiSnJ','402728DUkarW','上下型','四周型','逆时针90度旋转','切换水平翻转','对象名称','109138rPqQHa','全部隐藏','593895jMEqcf','文本颜色','顺时针90度旋转','衬于文字下方','exports','选择对象以编辑详情','下移一层','70FEiMpB','5623758xRbilm','全部显示','删除线','143744NiMfVA','6SxLFou','隐藏形状面板','两端对齐','切换文本竖排','右对齐','浮于文字上方','顶部对齐','11130570GuIqnh','底部对齐','裁剪为形状','打开图层面板','左对齐','垂直居中','形状位置','78mrbnjm','形状样式','下划线'];_0x2fb2=function(){return _0x447d8a;};return _0x2fb2();}(function(_0x239064,_0x3447c6){const _0x33e66e=_0x416d,_0x1a1547=_0x239064();while(!![]){try{const _0x583fbd=-parseInt(_0x33e66e(0x136))/0x1+-parseInt(_0x33e66e(0x12f))/0x2+parseInt(_0x33e66e(0x12a))/0x3*(-parseInt(_0x33e66e(0x11b))/0x4)+parseInt(_0x33e66e(0x138))/0x5*(-parseInt(_0x33e66e(0x11c))/0x6)+parseInt(_0x33e66e(0x13f))/0x7*(parseInt(_0x33e66e(0x130))/0x8)+parseInt(_0x33e66e(0x140))/0x9+parseInt(_0x33e66e(0x123))/0xa;if(_0x583fbd===_0x3447c6)break;else _0x1a1547['push'](_0x1a1547['shift']());}catch(_0x1b6233){_0x1a1547['push'](_0x1a1547['shift']());}}}(_0x2fb2,0x84116));const e={'docs-shape-ui':{'title':'形状','insertShape':'插入形状','openPanel':'打开形状面板','deleteShape':'删除形状','hidePanel':_0x56161c(0x11d),'formatShape':'格式化形状','shapeStyle':_0x56161c(0x12b),'shapePosition':_0x56161c(0x129),'toggleFlipH':_0x56161c(0x134),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x56161c(0x13a),'rotateLeft90':_0x56161c(0x133),'toggleTextVertical':_0x56161c(0x11f),'objectListPanel':{'title':'图层','open':_0x56161c(0x126),'empty':_0x56161c(0x12e),'showAll':_0x56161c(0x119),'hideAll':_0x56161c(0x137),'show':'显示','hide':'隐藏','moveForward':_0x56161c(0x12d),'moveBackward':_0x56161c(0x13e),'close':'关闭','name':'名称','nameInput':_0x56161c(0x135),'description':'描述','descriptionPlaceholder':'添加描述','details':'详情','noSelection':_0x56161c(0x13d)},'toolbar':{'alignLeft':_0x56161c(0x127),'alignCenter':'居中对齐','alignRight':_0x56161c(0x120),'alignJustify':_0x56161c(0x11e),'bold':'粗体','italic':'斜体','underline':_0x56161c(0x12c),'strikethrough':_0x56161c(0x11a),'textColor':_0x56161c(0x139),'fillColor':'文本背景色','resetColor':'重置颜色'},'align':{'top':_0x56161c(0x122),'middle':_0x56161c(0x128),'bottom':_0x56161c(0x124)},'textWrap':{'inline':'嵌入型','square':_0x56161c(0x132),'topAndBottom':_0x56161c(0x131),'behindText':_0x56161c(0x13b),'inFrontText':_0x56161c(0x121)},'crop':{'shape':_0x56161c(0x125)}}};module[_0x56161c(0x13c)]=e;
1
+ const _0x19f75f=_0x537f;(function(_0x5ecbdc,_0x5c27d8){const _0x785db=_0x537f,_0xdec9a6=_0x5ecbdc();while(!![]){try{const _0x2ca5d5=-parseInt(_0x785db(0xf5))/0x1*(-parseInt(_0x785db(0xf0))/0x2)+-parseInt(_0x785db(0x106))/0x3*(-parseInt(_0x785db(0x104))/0x4)+parseInt(_0x785db(0xe5))/0x5*(-parseInt(_0x785db(0x101))/0x6)+parseInt(_0x785db(0xe4))/0x7+parseInt(_0x785db(0xfe))/0x8*(parseInt(_0x785db(0xf7))/0x9)+-parseInt(_0x785db(0xfb))/0xa+parseInt(_0x785db(0x105))/0xb*(parseInt(_0x785db(0xe6))/0xc);if(_0x2ca5d5===_0x5c27d8)break;else _0xdec9a6['push'](_0xdec9a6['shift']());}catch(_0x18977d){_0xdec9a6['push'](_0xdec9a6['shift']());}}}(_0x4625,0x45eb4));function _0x4625(){const _0x19d3b6=['删除线','675SmCIKj','选择对象以编辑详情','上下型','四周型','5676050ITjGiZ','形状位置','切换水平翻转','25512jgvNGU','右对齐','添加描述','708jhApyW','文本背景色','形状样式','5708hFVgsU','612271jLjgor','339SoEqzX','下划线','左对齐','底部对齐','顺时针90度旋转','下移一层','1059506amsWHe','5765OGxEta','84NRBRMn','垂直居中','打开形状面板','顶部对齐','删除形状','对象名称','逆时针90度旋转','文本颜色','暂无对象','重置颜色','3474VsuHXd','切换垂直翻转','嵌入型','上移一层','居中对齐','28SirnMO'];_0x4625=function(){return _0x19d3b6;};return _0x4625();}const e={'docs-shape-ui':{'quickStyles':'快捷样式','title':'形状','insertShape':'插入形状','openPanel':_0x19f75f(0xe8),'deleteShape':_0x19f75f(0xea),'hidePanel':'隐藏形状面板','formatShape':'格式化形状','shapeStyle':_0x19f75f(0x103),'shapePosition':_0x19f75f(0xfc),'toggleFlipH':_0x19f75f(0xfd),'toggleFlipV':_0x19f75f(0xf1),'rotateRight90':_0x19f75f(0xe2),'rotateLeft90':_0x19f75f(0xec),'toggleTextVertical':'切换文本竖排','objectListPanel':{'title':'图层','open':'打开图层面板','empty':_0x19f75f(0xee),'showAll':'全部显示','hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':_0x19f75f(0xf3),'moveBackward':_0x19f75f(0xe3),'close':'关闭','name':'名称','nameInput':_0x19f75f(0xeb),'description':'描述','descriptionPlaceholder':_0x19f75f(0x100),'details':'详情','noSelection':_0x19f75f(0xf8)},'toolbar':{'alignLeft':_0x19f75f(0xe0),'alignCenter':_0x19f75f(0xf4),'alignRight':_0x19f75f(0xff),'alignJustify':'两端对齐','bold':'粗体','italic':'斜体','underline':_0x19f75f(0xdf),'strikethrough':_0x19f75f(0xf6),'textColor':_0x19f75f(0xed),'fillColor':_0x19f75f(0x102),'resetColor':_0x19f75f(0xef)},'align':{'top':_0x19f75f(0xe9),'middle':_0x19f75f(0xe7),'bottom':_0x19f75f(0xe1)},'textWrap':{'inline':_0x19f75f(0xf2),'square':_0x19f75f(0xfa),'topAndBottom':_0x19f75f(0xf9),'behindText':'衬于文字下方','inFrontText':'浮于文字上方'},'crop':{'shape':'裁剪为形状'}}};function _0x537f(_0x338b48,_0x81d65e){_0x338b48=_0x338b48-0xdf;const _0x4625bd=_0x4625();let _0x537fd3=_0x4625bd[_0x338b48];return _0x537fd3;}module['exports']=e;