@univerjs-pro/sheets-shape-ui 1.0.0-alpha.2 → 1.0.0-alpha.3

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 (103) hide show
  1. package/README.md +5 -3
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +21 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/command-util.d.ts +9 -3
  64. package/lib/types/commands/menu/menu-dependencies.d.ts +2 -0
  65. package/lib/types/commands/menu/object-list.menu.d.ts +4 -0
  66. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  67. package/lib/types/const.d.ts +2 -1
  68. package/lib/types/controllers/components.controller.d.ts +4 -2
  69. package/lib/types/controllers/shape-update.controller.d.ts +1 -0
  70. package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
  71. package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
  72. package/lib/types/controllers/sheet-shape-render.controller.d.ts +8 -3
  73. package/lib/types/index.d.ts +1 -7
  74. package/lib/types/locale/en-US.d.ts +18 -0
  75. package/lib/types/services/shape-text-editing.service.d.ts +8 -0
  76. package/lib/types/utils/shape-text-document.d.ts +1 -11
  77. package/lib/types/view-model/drawing-shape.d.ts +6 -2
  78. package/lib/types/view-model/shape-data-model.d.ts +7 -5
  79. package/lib/types/views/ShapePicker.d.ts +4 -0
  80. package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +1 -0
  81. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ar-SA.js +1 -1
  84. package/lib/umd/locale/ca-ES.js +1 -1
  85. package/lib/umd/locale/de-DE.js +1 -1
  86. package/lib/umd/locale/en-US.js +1 -1
  87. package/lib/umd/locale/es-ES.js +1 -1
  88. package/lib/umd/locale/fa-IR.js +1 -1
  89. package/lib/umd/locale/fr-FR.js +1 -1
  90. package/lib/umd/locale/id-ID.js +1 -1
  91. package/lib/umd/locale/it-IT.js +1 -1
  92. package/lib/umd/locale/ja-JP.js +1 -1
  93. package/lib/umd/locale/ko-KR.js +1 -1
  94. package/lib/umd/locale/pl-PL.js +1 -1
  95. package/lib/umd/locale/pt-BR.js +1 -1
  96. package/lib/umd/locale/ru-RU.js +1 -1
  97. package/lib/umd/locale/sk-SK.js +1 -1
  98. package/lib/umd/locale/vi-VN.js +1 -1
  99. package/lib/umd/locale/zh-CN.js +1 -1
  100. package/lib/umd/locale/zh-HK.js +1 -1
  101. package/lib/umd/locale/zh-TW.js +1 -1
  102. package/package.json +20 -19
  103. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
@@ -1 +1 @@
1
- (function(_0x2a6f56,_0x1e25e5){var _0x2fb887=_0xebeb,_0x455600=_0x2a6f56();while(!![]){try{var _0x304e92=-parseInt(_0x2fb887(0x1a1))/0x1*(parseInt(_0x2fb887(0x19b))/0x2)+-parseInt(_0x2fb887(0x1b5))/0x3*(parseInt(_0x2fb887(0x1a0))/0x4)+-parseInt(_0x2fb887(0x1a6))/0x5+parseInt(_0x2fb887(0x199))/0x6+-parseInt(_0x2fb887(0x1bd))/0x7+-parseInt(_0x2fb887(0x1a9))/0x8*(parseInt(_0x2fb887(0x1be))/0x9)+parseInt(_0x2fb887(0x197))/0xa*(parseInt(_0x2fb887(0x19c))/0xb);if(_0x304e92===_0x1e25e5)break;else _0x455600['push'](_0x455600['shift']());}catch(_0x43355f){_0x455600['push'](_0x455600['shift']());}}}(_0x5a61,0xcba37),function(_0x140a3a,_0x284d55){var _0x349d52=_0xebeb;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x284d55():typeof define==_0x349d52(0x1af)&&define[_0x349d52(0x1c0)]?define([],_0x284d55):(_0x140a3a=typeof globalThis<'u'?globalThis:_0x140a3a||self,_0x140a3a[_0x349d52(0x1bf)]=_0x284d55());}(this,function(){var _0x556b92=_0xebeb;return{'sheets-shape-ui':{'align':{'top':_0x556b92(0x1b6),'middle':_0x556b92(0x1b9),'bottom':_0x556b92(0x1a4),'left':'يسار','center':'وسط','right':'يمين'},'toolbar':{'verticalAlignMode':{'main':_0x556b92(0x1a2)},'horizontalAlignMode':{'main':_0x556b92(0x1ae)},'fillColor':{'main':_0x556b92(0x1bc)},'fontSize':'حجم\x20الخط','fontSizeIncrease':_0x556b92(0x1a8),'fontSizeDecrease':'تقليل\x20حجم\x20الخط','alignLeft':_0x556b92(0x1b8),'alignCenter':_0x556b92(0x1b1),'alignRight':_0x556b92(0x1b0),'alignJustify':_0x556b92(0x1b7),'bold':_0x556b92(0x1ad),'italic':_0x556b92(0x1c1),'underline':_0x556b92(0x1b3),'strikethrough':_0x556b92(0x198),'textColor':_0x556b92(0x1b4),'textBackgroundColor':_0x556b92(0x1aa),'resetColor':'إعادة\x20تعيين'},'imagePanel':{'crop':{'shape':_0x556b92(0x19e)}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':'شكل','insertShape':_0x556b92(0x1ac),'openPanel':_0x556b92(0x1a7),'deleteShape':_0x556b92(0x19d),'hidePanel':_0x556b92(0x1a5),'formatShape':_0x556b92(0x1b2),'shapeStyle':_0x556b92(0x19f),'shapePosition':_0x556b92(0x19a),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':_0x556b92(0x1a3),'rotateRight90':_0x556b92(0x1ab),'rotateLeft90':_0x556b92(0x1ba),'toggleTextVertical':_0x556b92(0x1bb)}};}));function _0xebeb(_0x165938,_0x4e9fc9){_0x165938=_0x165938-0x197;var _0x5a6165=_0x5a61();var _0xebebde=_0x5a6165[_0x165938];return _0xebebde;}function _0x5a61(){var _0x4b8757=['حذف\x20الشكل','قص\x20إلى\x20شكل','نمط\x20الشكل','4699692zqcxKH','2Khwshk','محاذاة\x20عمودية','تبديل\x20الانعكاس\x20العمودي','أسفل','إخفاء\x20لوحة\x20الأشكال','3619790UvgHUs','فتح\x20لوحة\x20الأشكال','زيادة\x20حجم\x20الخط','8yoCDYt','Text\x20Background\x20color','تدوير\x20لليمين\x2090°','إدراج\x20شكل','Bold','محاذاة\x20أفقية','function','Align\x20Right','Align\x20Center','تنسيق\x20الشكل','Underline','Text\x20color','3kPJMgI','أعلى','Justify','Align\x20Left','منتصف','تدوير\x20لليسار\x2090°','تبديل\x20النص\x20العمودي','لون\x20التعبئة','10247713aEeZIt','4964409FcBZya','UniverProSheetsShapeUiArSA','amd','Italic','10ugTKey','Strikethrough','496080evCrxV','موضع\x20الشكل','800154IyEnuX','60126198uPfVBD'];_0x5a61=function(){return _0x4b8757;};return _0x5a61();}
1
+ function _0xcd04(){var _0x3d23e8=['فتح\x20لوحة\x20الطبقات','الاسم','تبديل\x20النص\x20العمودي','إخفاء','أسفل','93554FKVZac','تنسيق\x20الشكل','يتوسطه\x20خط','exports','تسطير','نمط\x20الشكل','الطبقات','10qAjAYK','تبديل\x20الانعكاس\x20الأفقي','object','40XcgutK','428541ZfsJrO','إحضار\x20للأمام','إضافة\x20وصف','اسم\x20الكائن','شكل','محاذاة\x20أفقية','الوصف','إدراج\x20شكل','397000WeMTtw','محاذاة\x20لليمين','حجم\x20الخط','إظهار\x20الكل','479592OKzlOM','تقليل\x20حجم\x20الخط','إظهار','ضبط','لون\x20خلفية\x20النص','قص\x20إلى\x20شكل','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','تبديل\x20الانعكاس\x20العمودي','زيادة\x20حجم\x20الخط','إعادة\x20تعيين','يمين','منتصف','مائل','479646QrvYkv','UniverProSheetsShapeUiArSA','لون\x20التعبئة','غامق','محاذاة\x20للوسط','92236UKUAIb','إخفاء\x20لوحة\x20الأشكال','إغلاق','function','163016fMwApi','محاذاة\x20عمودية','8eWfdNC','لا\x20توجد\x20كائنات','لون\x20النص','موضع\x20الشكل','تدوير\x20لليسار\x2090°'];_0xcd04=function(){return _0x3d23e8;};return _0xcd04();}function _0x21de(_0x2d267d,_0x2f2c21){_0x2d267d=_0x2d267d-0xde;var _0xcd04ec=_0xcd04();var _0x21de39=_0xcd04ec[_0x2d267d];return _0x21de39;}(function(_0x199591,_0xaca782){var _0x10c1df=_0x21de,_0x4f952a=_0x199591();while(!![]){try{var _0xf8461d=-parseInt(_0x10c1df(0x102))/0x1+parseInt(_0x10c1df(0x112))/0x2+-parseInt(_0x10c1df(0xe4))/0x3+-parseInt(_0x10c1df(0xec))/0x4+parseInt(_0x10c1df(0xe0))/0x5*(parseInt(_0x10c1df(0xfd))/0x6)+parseInt(_0x10c1df(0x106))/0x7*(parseInt(_0x10c1df(0x108))/0x8)+-parseInt(_0x10c1df(0xf0))/0x9*(-parseInt(_0x10c1df(0xe3))/0xa);if(_0xf8461d===_0xaca782)break;else _0x4f952a['push'](_0x4f952a['shift']());}catch(_0x53a6da){_0x4f952a['push'](_0x4f952a['shift']());}}}(_0xcd04,0x1a8de),function(_0xbc4891,_0xb777e0){var _0x4889ab=_0x21de;typeof exports==_0x4889ab(0xe2)&&typeof module<'u'?module[_0x4889ab(0x115)]=_0xb777e0():typeof define==_0x4889ab(0x105)&&define['amd']?define([],_0xb777e0):(_0xbc4891=typeof globalThis<'u'?globalThis:_0xbc4891||self,_0xbc4891[_0x4889ab(0xfe)]=_0xb777e0());}(this,function(){var _0x549752=_0x21de;return{'sheets-shape-ui':{'align':{'top':'أعلى','middle':_0x549752(0xfb),'bottom':_0x549752(0x111),'left':'يسار','center':'وسط','right':_0x549752(0xfa)},'toolbar':{'verticalAlignMode':{'main':_0x549752(0x107)},'horizontalAlignMode':{'main':_0x549752(0xe9)},'fillColor':{'main':_0x549752(0xff)},'fontSize':_0x549752(0xee),'fontSizeIncrease':_0x549752(0xf8),'fontSizeDecrease':_0x549752(0xf1),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x549752(0x101),'alignRight':_0x549752(0xed),'alignJustify':_0x549752(0xf3),'bold':_0x549752(0x100),'italic':_0x549752(0xfc),'underline':_0x549752(0x116),'strikethrough':_0x549752(0x114),'textColor':_0x549752(0x10a),'textBackgroundColor':_0x549752(0xf4),'resetColor':_0x549752(0xf9)},'imagePanel':{'crop':{'shape':_0x549752(0xf5)}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x549752(0xe8),'insertShape':_0x549752(0xeb),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':'حذف\x20الشكل','hidePanel':_0x549752(0x103),'formatShape':_0x549752(0x113),'shapeStyle':_0x549752(0xde),'shapePosition':_0x549752(0x10b),'toggleFlipH':_0x549752(0xe1),'toggleFlipV':_0x549752(0xf7),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x549752(0x10c),'toggleTextVertical':_0x549752(0x10f),'objectListPanel':{'title':_0x549752(0xdf),'open':_0x549752(0x10d),'empty':_0x549752(0x109),'showAll':_0x549752(0xef),'hideAll':'إخفاء\x20الكل','show':_0x549752(0xf2),'hide':_0x549752(0x110),'moveForward':_0x549752(0xe5),'moveBackward':'إرسال\x20للخلف','close':_0x549752(0x104),'name':_0x549752(0x10e),'nameInput':_0x549752(0xe7),'description':_0x549752(0xea),'descriptionPlaceholder':_0x549752(0xe6),'details':'التفاصيل','noSelection':_0x549752(0xf6)}}};}));
@@ -1 +1 @@
1
- function _0xff82(){var _0x38215d=['Eliminar\x20forma','Inserir\x20forma','exports','superior','Text\x20color','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','670703qIBfdL','function','object','239lzOamJ','esquerra','447295flMndo','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Justify','480981cIKAfq','centre','UniverProSheetsShapeUiCaES','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','2959008xHtbhw','Posició\x20de\x20forma','Text\x20Background\x20color','2496vNivpx','dreta','Retalla\x20a\x20forma','Format\x20de\x20forma','Estil\x20de\x20forma','Align\x20Center','Italic','Amagar\x20panell\x20de\x20formes','amd','Alternar\x20text\x20vertical','Forma','4tppJZv','180IHjlfN','Rotar\x2090°\x20a\x20l\x27esquerra','46790pKaWFh','819vFpHsc','Alternar\x20volteig\x20vertical','Alternar\x20volteig\x20horitzontal','12sddRsl','695527QOilqr','Obrir\x20panell\x20de\x20formes','Color\x20de\x20fons'];_0xff82=function(){return _0x38215d;};return _0xff82();}function _0x58e3(_0x5e4427,_0xa3f16){_0x5e4427=_0x5e4427-0x15a;var _0xff82a6=_0xff82();var _0x58e306=_0xff82a6[_0x5e4427];return _0x58e306;}(function(_0x3eb2b0,_0x1219d2){var _0x6d6b5f=_0x58e3,_0x5db9c2=_0x3eb2b0();while(!![]){try{var _0x373aa2=parseInt(_0x6d6b5f(0x16f))/0x1*(parseInt(_0x6d6b5f(0x17b))/0x2)+-parseInt(_0x6d6b5f(0x174))/0x3+-parseInt(_0x6d6b5f(0x15b))/0x4*(parseInt(_0x6d6b5f(0x171))/0x5)+-parseInt(_0x6d6b5f(0x162))/0x6*(-parseInt(_0x6d6b5f(0x163))/0x7)+-parseInt(_0x6d6b5f(0x178))/0x8+-parseInt(_0x6d6b5f(0x15f))/0x9*(parseInt(_0x6d6b5f(0x15e))/0xa)+-parseInt(_0x6d6b5f(0x16c))/0xb*(-parseInt(_0x6d6b5f(0x15c))/0xc);if(_0x373aa2===_0x1219d2)break;else _0x5db9c2['push'](_0x5db9c2['shift']());}catch(_0x5564cf){_0x5db9c2['push'](_0x5db9c2['shift']());}}}(_0xff82,0x5963a),function(_0x398990,_0x2619b8){var _0xeaa47f=_0x58e3;typeof exports==_0xeaa47f(0x16e)&&typeof module<'u'?module[_0xeaa47f(0x168)]=_0x2619b8():typeof define==_0xeaa47f(0x16d)&&define[_0xeaa47f(0x183)]?define([],_0x2619b8):(_0x398990=typeof globalThis<'u'?globalThis:_0x398990||self,_0x398990[_0xeaa47f(0x176)]=_0x2619b8());}(this,function(){var _0x20d8d0=_0x58e3;return{'sheets-shape-ui':{'align':{'top':_0x20d8d0(0x169),'middle':'mig','bottom':'inferior','left':_0x20d8d0(0x170),'center':_0x20d8d0(0x175),'right':_0x20d8d0(0x17c)},'toolbar':{'verticalAlignMode':{'main':'Alineació\x20vertical'},'horizontalAlignMode':{'main':'Alineació\x20horitzontal'},'fillColor':{'main':_0x20d8d0(0x165)},'fontSize':'Mida\x20de\x20la\x20lletra','fontSizeIncrease':_0x20d8d0(0x177),'fontSizeDecrease':_0x20d8d0(0x16b),'alignLeft':'Align\x20Left','alignCenter':_0x20d8d0(0x180),'alignRight':'Align\x20Right','alignJustify':_0x20d8d0(0x173),'bold':'Bold','italic':_0x20d8d0(0x181),'underline':'Underline','strikethrough':'Strikethrough','textColor':_0x20d8d0(0x16a),'textBackgroundColor':_0x20d8d0(0x17a),'resetColor':'Restablir'},'imagePanel':{'crop':{'shape':_0x20d8d0(0x17d)}},'permission':{'editErr':_0x20d8d0(0x172)},'title':_0x20d8d0(0x15a),'insertShape':_0x20d8d0(0x167),'openPanel':_0x20d8d0(0x164),'deleteShape':_0x20d8d0(0x166),'hidePanel':_0x20d8d0(0x182),'formatShape':_0x20d8d0(0x17e),'shapeStyle':_0x20d8d0(0x17f),'shapePosition':_0x20d8d0(0x179),'toggleFlipH':_0x20d8d0(0x161),'toggleFlipV':_0x20d8d0(0x160),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20dreta','rotateLeft90':_0x20d8d0(0x15d),'toggleTextVertical':_0x20d8d0(0x184)}};}));
1
+ (function(_0x114853,_0x5c536b){var _0x5d8550=_0x4e87,_0x161ea9=_0x114853();while(!![]){try{var _0x986919=-parseInt(_0x5d8550(0x1e1))/0x1*(-parseInt(_0x5d8550(0x1f5))/0x2)+parseInt(_0x5d8550(0x1e0))/0x3+-parseInt(_0x5d8550(0x1da))/0x4*(-parseInt(_0x5d8550(0x1e3))/0x5)+-parseInt(_0x5d8550(0x1dd))/0x6+parseInt(_0x5d8550(0x1d9))/0x7*(parseInt(_0x5d8550(0x1c3))/0x8)+parseInt(_0x5d8550(0x1e7))/0x9+-parseInt(_0x5d8550(0x1ed))/0xa*(parseInt(_0x5d8550(0x1c8))/0xb);if(_0x986919===_0x5c536b)break;else _0x161ea9['push'](_0x161ea9['shift']());}catch(_0x2c134d){_0x161ea9['push'](_0x161ea9['shift']());}}}(_0x308f,0xa5d6f),function(_0x567c51,_0x3e3dd4){var _0xa2101f=_0x4e87;typeof exports==_0xa2101f(0x1f3)&&typeof module<'u'?module[_0xa2101f(0x1f7)]=_0x3e3dd4():typeof define==_0xa2101f(0x1f6)&&define[_0xa2101f(0x1ca)]?define([],_0x3e3dd4):(_0x567c51=typeof globalThis<'u'?globalThis:_0x567c51||self,_0x567c51[_0xa2101f(0x1f2)]=_0x3e3dd4());}(this,function(){var _0x40baae=_0x4e87;return{'sheets-shape-ui':{'align':{'top':_0x40baae(0x1e9),'middle':_0x40baae(0x1c4),'bottom':'inferior','left':'esquerra','center':'centre','right':'dreta'},'toolbar':{'verticalAlignMode':{'main':_0x40baae(0x1f1)},'horizontalAlignMode':{'main':'Alineació\x20horitzontal'},'fillColor':{'main':'Color\x20de\x20fons'},'fontSize':_0x40baae(0x1d2),'fontSizeIncrease':_0x40baae(0x1d5),'fontSizeDecrease':_0x40baae(0x1df),'alignLeft':_0x40baae(0x1f8),'alignCenter':_0x40baae(0x1db),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':'Justifica','bold':_0x40baae(0x1d3),'italic':_0x40baae(0x1d1),'underline':_0x40baae(0x1e6),'strikethrough':_0x40baae(0x1c7),'textColor':'Color\x20del\x20text','textBackgroundColor':_0x40baae(0x1ce),'resetColor':_0x40baae(0x1d6)},'imagePanel':{'crop':{'shape':_0x40baae(0x1d8)}},'permission':{'editErr':_0x40baae(0x1c9)},'title':_0x40baae(0x1c5),'insertShape':_0x40baae(0x1ec),'openPanel':_0x40baae(0x1ef),'deleteShape':_0x40baae(0x1cd),'hidePanel':_0x40baae(0x1e2),'formatShape':_0x40baae(0x1dc),'shapeStyle':_0x40baae(0x1d7),'shapePosition':_0x40baae(0x1ea),'toggleFlipH':_0x40baae(0x1d4),'toggleFlipV':_0x40baae(0x1e4),'rotateRight90':_0x40baae(0x1cf),'rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':'Alternar\x20text\x20vertical','objectListPanel':{'title':_0x40baae(0x1e5),'open':_0x40baae(0x1ee),'empty':_0x40baae(0x1c6),'showAll':'Mostra-ho\x20tot','hideAll':'Amaga-ho\x20tot','show':'Mostra','hide':'Amagar','moveForward':_0x40baae(0x1de),'moveBackward':_0x40baae(0x1eb),'close':_0x40baae(0x1cc),'name':_0x40baae(0x1e8),'nameInput':_0x40baae(0x1d0),'description':_0x40baae(0x1f0),'descriptionPlaceholder':_0x40baae(0x1f4),'details':_0x40baae(0x1cb),'noSelection':'Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls'}}};}));function _0x4e87(_0x35e9b7,_0x212fed){_0x35e9b7=_0x35e9b7-0x1c3;var _0x308fc8=_0x308f();var _0x4e87a9=_0x308fc8[_0x35e9b7];return _0x4e87a9;}function _0x308f(){var _0x46999b=['Posició\x20de\x20forma','Envia\x20enrere','Inserir\x20forma','10yJtkEx','Obre\x20el\x20tauler\x20de\x20capes','Obrir\x20panell\x20de\x20formes','Descripció','Alineació\x20vertical','UniverProSheetsShapeUiCaES','object','Afegeix\x20descripcio','2uPxopB','function','exports','Alinea\x20a\x20l\x27esquerra','4364504LbxSqN','mig','Forma','Sense\x20objectes','Ratllat','9945331aDRPRe','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','amd','Detalls','Tancar','Eliminar\x20forma','Color\x20de\x20fons\x20del\x20text','Rotar\x2090°\x20a\x20la\x20dreta','Nom\x20de\x20l’objecte','Cursiva','Mida\x20de\x20la\x20lletra','Negreta','Alternar\x20volteig\x20horitzontal','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','Restablir','Estil\x20de\x20forma','Retalla\x20a\x20forma','7EjuOAS','16wilHug','Centra','Format\x20de\x20forma','4735002lzjZWk','Porta\x20endavant','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','1204014LJQVqd','91783lpMMWy','Amagar\x20panell\x20de\x20formes','88420iDMaGN','Alternar\x20volteig\x20vertical','Capes','Subratllat','11368323JaeESr','Nom','superior'];_0x308f=function(){return _0x46999b;};return _0x308f();}
@@ -1 +1 @@
1
- (function(_0x5c06cb,_0xd2649c){var _0x49a987=_0x19fc,_0xc2308e=_0x5c06cb();while(!![]){try{var _0x3b4149=-parseInt(_0x49a987(0x93))/0x1+-parseInt(_0x49a987(0x90))/0x2+parseInt(_0x49a987(0xa3))/0x3*(-parseInt(_0x49a987(0x8c))/0x4)+-parseInt(_0x49a987(0xa0))/0x5*(parseInt(_0x49a987(0x88))/0x6)+parseInt(_0x49a987(0x89))/0x7+-parseInt(_0x49a987(0x97))/0x8*(-parseInt(_0x49a987(0x96))/0x9)+parseInt(_0x49a987(0x8b))/0xa*(parseInt(_0x49a987(0x8d))/0xb);if(_0x3b4149===_0xd2649c)break;else _0xc2308e['push'](_0xc2308e['shift']());}catch(_0x3c4389){_0xc2308e['push'](_0xc2308e['shift']());}}}(_0x8cdc,0x7a7a2),function(_0x446d1e,_0x197576){var _0x6aad26=_0x19fc;typeof exports=='object'&&typeof module<'u'?module[_0x6aad26(0x91)]=_0x197576():typeof define==_0x6aad26(0x8f)&&define[_0x6aad26(0x9e)]?define([],_0x197576):(_0x446d1e=typeof globalThis<'u'?globalThis:_0x446d1e||self,_0x446d1e['UniverProSheetsShapeUiDeDE']=_0x197576());}(this,function(){var _0x345f0a=_0x19fc;return{'sheets-shape-ui':{'align':{'top':_0x345f0a(0x9d),'middle':_0x345f0a(0xa2),'bottom':_0x345f0a(0x92),'left':'Links','center':_0x345f0a(0xa2),'right':_0x345f0a(0x94)},'toolbar':{'verticalAlignMode':{'main':_0x345f0a(0x84)},'horizontalAlignMode':{'main':_0x345f0a(0x95)},'fillColor':{'main':_0x345f0a(0x98)},'fontSize':'Schriftgröße','fontSizeIncrease':_0x345f0a(0x9f),'fontSizeDecrease':_0x345f0a(0xa4),'alignLeft':'Align\x20Left','alignCenter':_0x345f0a(0x87),'alignRight':_0x345f0a(0x82),'alignJustify':_0x345f0a(0x9a),'bold':'Bold','italic':_0x345f0a(0xa6),'underline':_0x345f0a(0x99),'strikethrough':_0x345f0a(0x80),'textColor':_0x345f0a(0x9b),'textBackgroundColor':_0x345f0a(0x7f),'resetColor':'Zurücksetzen'},'imagePanel':{'crop':{'shape':_0x345f0a(0x81)}},'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':_0x345f0a(0x85),'insertShape':_0x345f0a(0x8e),'openPanel':_0x345f0a(0x86),'deleteShape':_0x345f0a(0x83),'hidePanel':_0x345f0a(0xa5),'formatShape':'Form\x20formatieren','shapeStyle':'Formstil','shapePosition':_0x345f0a(0x9c),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':_0x345f0a(0x8a),'rotateRight90':_0x345f0a(0x7e),'rotateLeft90':'Links\x2090°\x20drehen','toggleTextVertical':_0x345f0a(0xa1)}};}));function _0x19fc(_0x581df9,_0x51eca3){_0x581df9=_0x581df9-0x7e;var _0x8cdcef=_0x8cdc();var _0x19fc36=_0x8cdcef[_0x581df9];return _0x19fc36;}function _0x8cdc(){var _0x47b779=['Rechts','Horizontale\x20Ausrichtung','60381MdGZGh','1040cqFDMi','Füllfarbe','Underline','Justify','Text\x20color','Formposition','Oben','amd','Schriftgröße\x20vergrößern','15KepMoc','Vertikalen\x20Text\x20umschalten','Mitte','3iavmyB','Schriftgröße\x20verkleinern','Form-Panel\x20ausblenden','Italic','Rechts\x2090°\x20drehen','Text\x20Background\x20color','Strikethrough','Auf\x20Form\x20zuschneiden','Align\x20Right','Form\x20löschen','Vertikale\x20Ausrichtung','Form','Form-Panel\x20öffnen','Align\x20Center','1308804DAbmax','3476011FEJIMP','Vertikale\x20Spiegelung\x20umschalten','10wKrbVJ','1909940fsnNuk','9139394IItyYT','Form\x20einfügen','function','1012924QMLLZS','exports','Unten','59582MsRlRC'];_0x8cdc=function(){return _0x47b779;};return _0x8cdc();}
1
+ function _0x4a96(){var _0xf00a00=['Schließen','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Durchgestrichen','20ygCVPP','exports','Details','Schriftgröße\x20vergrößern','Form-Panel\x20öffnen','UniverProSheetsShapeUiDeDE','Formposition','Ebenenbereich\x20öffnen','2312316kvhUUt','Beschreibung','Rechtsbündig','Alle\x20ausblenden','Schriftgröße','Texthintergrundfarbe','1516872YdjdYY','Weiter\x20nach\x20vorne','object','Name','Weiter\x20nach\x20hinten','Textfarbe','485736ZhxMqF','Zurücksetzen','Füllfarbe','Formstil','Form\x20einfügen','Vertikale\x20Ausrichtung','Mitte','Oben','Links\x2090°\x20drehen','Blocksatz','Auf\x20Form\x20zuschneiden','8TYeNcR','Horizontale\x20Ausrichtung','102932UYcuFI','Anzeigen','Keine\x20Objekte','Links','Objektname','260385AHGXdK','Beschreibung\x20hinzufügen','50595LaHEIO','Rechts\x2090°\x20drehen','Ausblenden','Zentriert','Rechts','Fett','572098DgPgsL','Vertikale\x20Spiegelung\x20umschalten','Form\x20löschen','Form\x20formatieren','Unten','Horizontale\x20Spiegelung\x20umschalten','function'];_0x4a96=function(){return _0xf00a00;};return _0x4a96();}function _0x4c7d(_0x365940,_0x352341){_0x365940=_0x365940-0x1ee;var _0x4a965a=_0x4a96();var _0x4c7d7b=_0x4a965a[_0x365940];return _0x4c7d7b;}(function(_0x1d6464,_0x34b6ad){var _0x15868c=_0x4c7d,_0x18b93d=_0x1d6464();while(!![]){try{var _0x4d89a5=-parseInt(_0x15868c(0x216))/0x1+parseInt(_0x15868c(0x223))/0x2+-parseInt(_0x15868c(0x21b))/0x3+-parseInt(_0x15868c(0x1f5))/0x4*(-parseInt(_0x15868c(0x21d))/0x5)+parseInt(_0x15868c(0x209))/0x6+parseInt(_0x15868c(0x203))/0x7+-parseInt(_0x15868c(0x214))/0x8*(parseInt(_0x15868c(0x1fd))/0x9);if(_0x4d89a5===_0x34b6ad)break;else _0x18b93d['push'](_0x18b93d['shift']());}catch(_0x149e20){_0x18b93d['push'](_0x18b93d['shift']());}}}(_0x4a96,0x2dcfd),function(_0x1b36d4,_0x4e6f36){var _0x3e97e1=_0x4c7d;typeof exports==_0x3e97e1(0x205)&&typeof module<'u'?module[_0x3e97e1(0x1f6)]=_0x4e6f36():typeof define==_0x3e97e1(0x1f0)&&define['amd']?define([],_0x4e6f36):(_0x1b36d4=typeof globalThis<'u'?globalThis:_0x1b36d4||self,_0x1b36d4[_0x3e97e1(0x1fa)]=_0x4e6f36());}(this,function(){var _0x2bad3a=_0x4c7d;return{'sheets-shape-ui':{'align':{'top':_0x2bad3a(0x210),'middle':_0x2bad3a(0x20f),'bottom':_0x2bad3a(0x1ee),'left':_0x2bad3a(0x219),'center':'Mitte','right':_0x2bad3a(0x221)},'toolbar':{'verticalAlignMode':{'main':_0x2bad3a(0x20e)},'horizontalAlignMode':{'main':_0x2bad3a(0x215)},'fillColor':{'main':_0x2bad3a(0x20b)},'fontSize':_0x2bad3a(0x201),'fontSizeIncrease':_0x2bad3a(0x1f8),'fontSizeDecrease':'Schriftgröße\x20verkleinern','alignLeft':'Linksbündig','alignCenter':_0x2bad3a(0x220),'alignRight':_0x2bad3a(0x1ff),'alignJustify':_0x2bad3a(0x212),'bold':_0x2bad3a(0x222),'italic':'Kursiv','underline':'Unterstrichen','strikethrough':_0x2bad3a(0x1f4),'textColor':_0x2bad3a(0x208),'textBackgroundColor':_0x2bad3a(0x202),'resetColor':_0x2bad3a(0x20a)},'imagePanel':{'crop':{'shape':_0x2bad3a(0x213)}},'permission':{'editErr':_0x2bad3a(0x1f2)},'title':'Form','insertShape':_0x2bad3a(0x20d),'openPanel':_0x2bad3a(0x1f9),'deleteShape':_0x2bad3a(0x225),'hidePanel':'Form-Panel\x20ausblenden','formatShape':_0x2bad3a(0x226),'shapeStyle':_0x2bad3a(0x20c),'shapePosition':_0x2bad3a(0x1fb),'toggleFlipH':_0x2bad3a(0x1ef),'toggleFlipV':_0x2bad3a(0x224),'rotateRight90':_0x2bad3a(0x21e),'rotateLeft90':_0x2bad3a(0x211),'toggleTextVertical':'Vertikalen\x20Text\x20umschalten','objectListPanel':{'title':'Ebenen','open':_0x2bad3a(0x1fc),'empty':_0x2bad3a(0x218),'showAll':'Alle\x20anzeigen','hideAll':_0x2bad3a(0x200),'show':_0x2bad3a(0x217),'hide':_0x2bad3a(0x21f),'moveForward':_0x2bad3a(0x204),'moveBackward':_0x2bad3a(0x207),'close':_0x2bad3a(0x1f1),'name':_0x2bad3a(0x206),'nameInput':_0x2bad3a(0x21a),'description':_0x2bad3a(0x1fe),'descriptionPlaceholder':_0x2bad3a(0x21c),'details':_0x2bad3a(0x1f7),'noSelection':_0x2bad3a(0x1f3)}}};}));
@@ -1 +1 @@
1
- function _0x2fd4(_0x2baaea,_0x42b056){_0x2baaea=_0x2baaea-0x1ea;var _0x229708=_0x2297();var _0x2fd423=_0x229708[_0x2baaea];return _0x2fd423;}function _0x2297(){var _0x3e99f4=['amd','11367671JvrllZ','144DMNmVI','Align\x20Right','Increase\x20font\x20size','Hide\x20Shape\x20Panel','function','5227915kqfnQF','Crop\x20to\x20Shape','Rotate\x20Right\x2090°','object','1478640aJvCot','6bkwqFR','middle','3261388OLsdZw','Toggle\x20Vertical\x20Flip','Rotate\x20Left\x2090°','Format\x20Shape','Fill\x20color','Italic','Open\x20Shape\x20Panel','Strikethrough','Toggle\x20Horizontal\x20Flip','Text\x20Background\x20color','Align\x20Center','Toggle\x20Text\x20Vertical','bottom','4qEwwUs','Horizontal\x20align','center','exports','Justify','2806329lTDiJM','Reset','Shape','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','99714XfBWeI','Font\x20size','Decrease\x20font\x20size','Shape\x20Position','518536Libfan'];_0x2297=function(){return _0x3e99f4;};return _0x2297();}(function(_0x2c432e,_0x244364){var _0x5396d9=_0x2fd4,_0x57ff38=_0x2c432e();while(!![]){try{var _0x5f1ad5=parseInt(_0x5396d9(0x20e))/0x1+-parseInt(_0x5396d9(0x205))/0x2*(parseInt(_0x5396d9(0x20a))/0x3)+-parseInt(_0x5396d9(0x1f8))/0x4+parseInt(_0x5396d9(0x1f1))/0x5+-parseInt(_0x5396d9(0x1f6))/0x6*(-parseInt(_0x5396d9(0x1eb))/0x7)+parseInt(_0x5396d9(0x212))/0x8*(parseInt(_0x5396d9(0x1ec))/0x9)+-parseInt(_0x5396d9(0x1f5))/0xa;if(_0x5f1ad5===_0x244364)break;else _0x57ff38['push'](_0x57ff38['shift']());}catch(_0x1d1cb9){_0x57ff38['push'](_0x57ff38['shift']());}}}(_0x2297,0xed5c1),function(_0x317a30,_0x25d4b6){var _0x4e0123=_0x2fd4;typeof exports==_0x4e0123(0x1f4)&&typeof module<'u'?module[_0x4e0123(0x208)]=_0x25d4b6():typeof define==_0x4e0123(0x1f0)&&define[_0x4e0123(0x1ea)]?define([],_0x25d4b6):(_0x317a30=typeof globalThis<'u'?globalThis:_0x317a30||self,_0x317a30['UniverProSheetsShapeUiEnUS']=_0x25d4b6());}(this,function(){var _0x5986c1=_0x2fd4;return{'sheets-shape-ui':{'align':{'top':'top','middle':_0x5986c1(0x1f7),'bottom':_0x5986c1(0x204),'left':'left','center':_0x5986c1(0x207),'right':'right'},'toolbar':{'verticalAlignMode':{'main':'Vertical\x20align'},'horizontalAlignMode':{'main':_0x5986c1(0x206)},'fillColor':{'main':_0x5986c1(0x1fc)},'fontSize':_0x5986c1(0x20f),'fontSizeIncrease':_0x5986c1(0x1ee),'fontSizeDecrease':_0x5986c1(0x210),'alignLeft':'Align\x20Left','alignCenter':_0x5986c1(0x202),'alignRight':_0x5986c1(0x1ed),'alignJustify':_0x5986c1(0x209),'bold':'Bold','italic':_0x5986c1(0x1fd),'underline':'Underline','strikethrough':_0x5986c1(0x1ff),'textColor':'Text\x20color','textBackgroundColor':_0x5986c1(0x201),'resetColor':_0x5986c1(0x20b)},'imagePanel':{'crop':{'shape':_0x5986c1(0x1f2)}},'permission':{'editErr':_0x5986c1(0x20d)},'title':_0x5986c1(0x20c),'insertShape':'Insert\x20Shape','openPanel':_0x5986c1(0x1fe),'deleteShape':'Delete\x20Shape','hidePanel':_0x5986c1(0x1ef),'formatShape':_0x5986c1(0x1fb),'shapeStyle':'Shape\x20Style','shapePosition':_0x5986c1(0x211),'toggleFlipH':_0x5986c1(0x200),'toggleFlipV':_0x5986c1(0x1f9),'rotateRight90':_0x5986c1(0x1f3),'rotateLeft90':_0x5986c1(0x1fa),'toggleTextVertical':_0x5986c1(0x203)}};}));
1
+ function _0x21bb(_0x2062a4,_0x515ba2){_0x2062a4=_0x2062a4-0x166;var _0x133938=_0x1339();var _0x21bbba=_0x133938[_0x2062a4];return _0x21bbba;}(function(_0x503f4c,_0x365d78){var _0x2501c0=_0x21bb,_0x2e0b1c=_0x503f4c();while(!![]){try{var _0x3dc1cc=-parseInt(_0x2501c0(0x19c))/0x1*(-parseInt(_0x2501c0(0x178))/0x2)+parseInt(_0x2501c0(0x177))/0x3+parseInt(_0x2501c0(0x18e))/0x4+-parseInt(_0x2501c0(0x16f))/0x5*(parseInt(_0x2501c0(0x16b))/0x6)+-parseInt(_0x2501c0(0x17b))/0x7*(parseInt(_0x2501c0(0x191))/0x8)+parseInt(_0x2501c0(0x170))/0x9*(parseInt(_0x2501c0(0x175))/0xa)+-parseInt(_0x2501c0(0x18b))/0xb;if(_0x3dc1cc===_0x365d78)break;else _0x2e0b1c['push'](_0x2e0b1c['shift']());}catch(_0xb8052e){_0x2e0b1c['push'](_0x2e0b1c['shift']());}}}(_0x1339,0x3289f),function(_0x4d5c00,_0x44e619){var _0x2fb8dc=_0x21bb;typeof exports=='object'&&typeof module<'u'?module[_0x2fb8dc(0x174)]=_0x44e619():typeof define==_0x2fb8dc(0x17f)&&define['amd']?define([],_0x44e619):(_0x4d5c00=typeof globalThis<'u'?globalThis:_0x4d5c00||self,_0x4d5c00['UniverProSheetsShapeUiEnUS']=_0x44e619());}(this,function(){var _0x34fe19=_0x21bb;return{'sheets-shape-ui':{'align':{'top':_0x34fe19(0x183),'middle':_0x34fe19(0x167),'bottom':_0x34fe19(0x169),'left':_0x34fe19(0x194),'center':_0x34fe19(0x171),'right':_0x34fe19(0x199)},'toolbar':{'verticalAlignMode':{'main':_0x34fe19(0x17c)},'horizontalAlignMode':{'main':'Horizontal\x20align'},'fillColor':{'main':_0x34fe19(0x17e)},'fontSize':_0x34fe19(0x179),'fontSizeIncrease':'Increase\x20font\x20size','fontSizeDecrease':_0x34fe19(0x182),'alignLeft':_0x34fe19(0x16e),'alignCenter':_0x34fe19(0x189),'alignRight':_0x34fe19(0x184),'alignJustify':_0x34fe19(0x19a),'bold':_0x34fe19(0x195),'italic':_0x34fe19(0x172),'underline':_0x34fe19(0x190),'strikethrough':_0x34fe19(0x186),'textColor':_0x34fe19(0x168),'textBackgroundColor':_0x34fe19(0x187),'resetColor':_0x34fe19(0x192)},'imagePanel':{'crop':{'shape':'Crop\x20to\x20Shape'}},'permission':{'editErr':_0x34fe19(0x17a)},'title':'Shape','insertShape':_0x34fe19(0x16d),'openPanel':_0x34fe19(0x176),'deleteShape':'Delete\x20Shape','hidePanel':_0x34fe19(0x18f),'formatShape':_0x34fe19(0x19b),'shapeStyle':_0x34fe19(0x19f),'shapePosition':'Shape\x20Position','toggleFlipH':_0x34fe19(0x173),'toggleFlipV':_0x34fe19(0x18a),'rotateRight90':_0x34fe19(0x185),'rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':_0x34fe19(0x19d),'objectListPanel':{'title':_0x34fe19(0x198),'open':'Open\x20Layers\x20Panel','empty':_0x34fe19(0x17d),'showAll':_0x34fe19(0x188),'hideAll':'Hide\x20All','show':_0x34fe19(0x193),'hide':_0x34fe19(0x166),'moveForward':_0x34fe19(0x16c),'moveBackward':_0x34fe19(0x18d),'close':_0x34fe19(0x19e),'name':_0x34fe19(0x181),'nameInput':_0x34fe19(0x197),'description':_0x34fe19(0x18c),'descriptionPlaceholder':_0x34fe19(0x16a),'details':_0x34fe19(0x180),'noSelection':_0x34fe19(0x196)}}};}));function _0x1339(){var _0x43c11d=['Text\x20color','bottom','Add\x20description','10890NWVpgn','Bring\x20Forward','Insert\x20Shape','Align\x20Left','665FPZwoD','1044837yyBjmx','center','Italic','Toggle\x20Horizontal\x20Flip','exports','10aRxJYp','Open\x20Shape\x20Panel','328761tORuSA','539974jtQsgG','Font\x20size','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','14WiNJTn','Vertical\x20align','No\x20objects','Fill\x20color','function','Details','Name','Decrease\x20font\x20size','top','Align\x20Right','Rotate\x20Right\x2090°','Strikethrough','Text\x20Background\x20color','Show\x20All','Align\x20Center','Toggle\x20Vertical\x20Flip','452386gswkcw','Description','Send\x20Backward','399772mYndkd','Hide\x20Shape\x20Panel','Underline','424328wvJPER','Reset','Show','left','Bold','Select\x20an\x20object\x20to\x20edit\x20details','Object\x20name','Layers','right','Justify','Format\x20Shape','1zVsLSO','Toggle\x20Text\x20Vertical','Close','Shape\x20Style','Hide','middle'];_0x1339=function(){return _0x43c11d;};return _0x1339();}
@@ -1 +1 @@
1
- (function(_0x223889,_0xd974bb){var _0x2631b5=_0x9b3d,_0x4a9e69=_0x223889();while(!![]){try{var _0x5850fc=parseInt(_0x2631b5(0x1da))/0x1*(-parseInt(_0x2631b5(0x1fb))/0x2)+parseInt(_0x2631b5(0x1ee))/0x3+-parseInt(_0x2631b5(0x1f1))/0x4*(-parseInt(_0x2631b5(0x1f2))/0x5)+-parseInt(_0x2631b5(0x1fc))/0x6+parseInt(_0x2631b5(0x1e9))/0x7*(-parseInt(_0x2631b5(0x1ed))/0x8)+-parseInt(_0x2631b5(0x1f9))/0x9*(parseInt(_0x2631b5(0x1e4))/0xa)+-parseInt(_0x2631b5(0x1dc))/0xb*(-parseInt(_0x2631b5(0x1e8))/0xc);if(_0x5850fc===_0xd974bb)break;else _0x4a9e69['push'](_0x4a9e69['shift']());}catch(_0x29e599){_0x4a9e69['push'](_0x4a9e69['shift']());}}}(_0x44e7,0xe46e0),function(_0x4ab2cd,_0x1322c9){var _0x38fddb=_0x9b3d;typeof exports==_0x38fddb(0x1fe)&&typeof module<'u'?module[_0x38fddb(0x1fd)]=_0x1322c9():typeof define==_0x38fddb(0x1e1)&&define[_0x38fddb(0x1e3)]?define([],_0x1322c9):(_0x4ab2cd=typeof globalThis<'u'?globalThis:_0x4ab2cd||self,_0x4ab2cd['UniverProSheetsShapeUiEsES']=_0x1322c9());}(this,function(){var _0x2bc543=_0x9b3d;return{'sheets-shape-ui':{'align':{'top':_0x2bc543(0x1ea),'middle':_0x2bc543(0x1de),'bottom':_0x2bc543(0x1d9),'left':_0x2bc543(0x1e6),'center':_0x2bc543(0x1e0),'right':_0x2bc543(0x1d7)},'toolbar':{'verticalAlignMode':{'main':_0x2bc543(0x1f0)},'horizontalAlignMode':{'main':'Alineación\x20horizontal'},'fillColor':{'main':_0x2bc543(0x1ec)},'fontSize':'Tamaño\x20de\x20fuente','fontSizeIncrease':_0x2bc543(0x1d8),'fontSizeDecrease':_0x2bc543(0x1eb),'alignLeft':_0x2bc543(0x1df),'alignCenter':_0x2bc543(0x1f8),'alignRight':_0x2bc543(0x1d6),'alignJustify':_0x2bc543(0x1f4),'bold':_0x2bc543(0x1ff),'italic':_0x2bc543(0x1db),'underline':_0x2bc543(0x1e7),'strikethrough':_0x2bc543(0x1f3),'textColor':'Text\x20color','textBackgroundColor':_0x2bc543(0x1f5),'resetColor':_0x2bc543(0x1f7)},'imagePanel':{'crop':{'shape':'Recortar\x20a\x20forma'}},'permission':{'editErr':_0x2bc543(0x1dd)},'title':'Forma','insertShape':_0x2bc543(0x1e5),'openPanel':_0x2bc543(0x1fa),'deleteShape':_0x2bc543(0x1f6),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':_0x2bc543(0x1e2),'shapeStyle':_0x2bc543(0x1ef),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':'Alternar\x20volteo\x20vertical','rotateRight90':'Rotar\x2090°\x20a\x20la\x20derecha','rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':'Alternar\x20texto\x20vertical'}};}));function _0x9b3d(_0x34d4a6,_0x26a9d8){_0x34d4a6=_0x34d4a6-0x1d6;var _0x44e7e7=_0x44e7();var _0x9b3d17=_0x44e7e7[_0x34d4a6];return _0x9b3d17;}function _0x44e7(){var _0x1e6ab9=['Formato\x20de\x20forma','amd','596960rafAXp','Insertar\x20forma','izquierda','Underline','2892QEtdQJ','4067084DHQvOy','superior','Disminuir\x20tamaño\x20de\x20fuente','Color\x20de\x20relleno','24fIbAjQ','4164372oDbZLM','Estilo\x20de\x20forma','Alineación\x20vertical','5838828VaQdtL','5iEMFcf','Strikethrough','Justify','Text\x20Background\x20color','Eliminar\x20forma','Restablecer','Align\x20Center','207aMyWzt','Abrir\x20panel\x20de\x20formas','74YAzFGa','6041406kSgilb','exports','object','Bold','Align\x20Right','derecha','Aumentar\x20tamaño\x20de\x20fuente','inferior','14393RzhssU','Italic','125213mWPDnq','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','medio','Align\x20Left','centro','function'];_0x44e7=function(){return _0x1e6ab9;};return _0x44e7();}
1
+ (function(_0x56225c,_0x33fb7f){var _0x5df624=_0x476b,_0x496857=_0x56225c();while(!![]){try{var _0x189754=-parseInt(_0x5df624(0xd9))/0x1+-parseInt(_0x5df624(0xda))/0x2*(parseInt(_0x5df624(0xd8))/0x3)+-parseInt(_0x5df624(0xc4))/0x4*(-parseInt(_0x5df624(0xd2))/0x5)+-parseInt(_0x5df624(0xe2))/0x6*(-parseInt(_0x5df624(0xd6))/0x7)+-parseInt(_0x5df624(0xca))/0x8+-parseInt(_0x5df624(0xc7))/0x9+parseInt(_0x5df624(0xee))/0xa;if(_0x189754===_0x33fb7f)break;else _0x496857['push'](_0x496857['shift']());}catch(_0x3b11d0){_0x496857['push'](_0x496857['shift']());}}}(_0x4996,0x963a8),function(_0x380f0e,_0x862612){var _0x5cec0a=_0x476b;typeof exports=='object'&&typeof module<'u'?module[_0x5cec0a(0xf1)]=_0x862612():typeof define==_0x5cec0a(0xec)&&define[_0x5cec0a(0xf5)]?define([],_0x862612):(_0x380f0e=typeof globalThis<'u'?globalThis:_0x380f0e||self,_0x380f0e['UniverProSheetsShapeUiEsES']=_0x862612());}(this,function(){var _0x27fed3=_0x476b;return{'sheets-shape-ui':{'align':{'top':'superior','middle':_0x27fed3(0xcf),'bottom':_0x27fed3(0xe4),'left':_0x27fed3(0xd4),'center':_0x27fed3(0xcc),'right':'derecha'},'toolbar':{'verticalAlignMode':{'main':_0x27fed3(0xe6)},'horizontalAlignMode':{'main':_0x27fed3(0xef)},'fillColor':{'main':'Color\x20de\x20relleno'},'fontSize':_0x27fed3(0xe9),'fontSizeIncrease':_0x27fed3(0xdb),'fontSizeDecrease':_0x27fed3(0xde),'alignLeft':_0x27fed3(0xdd),'alignCenter':'Centrar','alignRight':_0x27fed3(0xc1),'alignJustify':_0x27fed3(0xc2),'bold':'Negrita','italic':_0x27fed3(0xf0),'underline':_0x27fed3(0xf4),'strikethrough':_0x27fed3(0xc3),'textColor':_0x27fed3(0xcd),'textBackgroundColor':_0x27fed3(0xd3),'resetColor':_0x27fed3(0xc6)},'imagePanel':{'crop':{'shape':_0x27fed3(0xeb)}},'permission':{'editErr':_0x27fed3(0xed)},'title':_0x27fed3(0xdc),'insertShape':_0x27fed3(0xf2),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':'Eliminar\x20forma','hidePanel':_0x27fed3(0xd0),'formatShape':_0x27fed3(0xd7),'shapeStyle':'Estilo\x20de\x20forma','shapePosition':_0x27fed3(0xe0),'toggleFlipH':_0x27fed3(0xdf),'toggleFlipV':_0x27fed3(0xe3),'rotateRight90':_0x27fed3(0xc8),'rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x27fed3(0xd1),'objectListPanel':{'title':_0x27fed3(0xc9),'open':_0x27fed3(0xe7),'empty':_0x27fed3(0xd5),'showAll':_0x27fed3(0xf3),'hideAll':_0x27fed3(0xce),'show':_0x27fed3(0xe1),'hide':'Ocultar','moveForward':_0x27fed3(0xc5),'moveBackward':'Enviar\x20atrás','close':_0x27fed3(0xe5),'name':'Nombre','nameInput':_0x27fed3(0xea),'description':_0x27fed3(0xe8),'descriptionPlaceholder':_0x27fed3(0xcb),'details':'Detalles','noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'}}};}));function _0x476b(_0x427637,_0xe829a0){_0x427637=_0x427637-0xc1;var _0x4996c0=_0x4996();var _0x476be9=_0x4996c0[_0x427637];return _0x476be9;}function _0x4996(){var _0x1a7837=['Mostrar','29208sqmwkd','Alternar\x20volteo\x20vertical','inferior','Cerrar','Alineación\x20vertical','Abrir\x20panel\x20de\x20capas','Descripción','Tamaño\x20de\x20fuente','Nombre\x20del\x20objeto','Recortar\x20a\x20forma','function','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','26498850SwpIlN','Alineación\x20horizontal','Cursiva','exports','Insertar\x20forma','Mostrar\x20todo','Subrayado','amd','Alinear\x20a\x20la\x20derecha','Justificar','Tachado','8aNdLde','Traer\x20adelante','Restablecer','4697361nujkfj','Rotar\x2090°\x20a\x20la\x20derecha','Capas','1783192ezOOSY','Agregar\x20descripción','centro','Color\x20de\x20texto','Ocultar\x20todo','medio','Ocultar\x20panel\x20de\x20formas','Alternar\x20texto\x20vertical','857270Vfhrse','Color\x20de\x20fondo\x20de\x20texto','izquierda','Sin\x20objetos','882ELtAdo','Formato\x20de\x20forma','15MBmmVg','1197552pTmtiw','419378SFvHfB','Aumentar\x20tamaño\x20de\x20fuente','Forma','Alinear\x20a\x20la\x20izquierda','Disminuir\x20tamaño\x20de\x20fuente','Alternar\x20volteo\x20horizontal','Posición\x20de\x20forma'];_0x4996=function(){return _0x1a7837;};return _0x4996();}
@@ -1 +1 @@
1
- function _0x34ad(_0x225147,_0xdf4723){_0x225147=_0x225147-0x189;var _0x4f58d=_0x4f58();var _0x34ad24=_0x4f58d[_0x225147];return _0x34ad24;}(function(_0x307b9a,_0x3160f9){var _0x2aac80=_0x34ad,_0xdab489=_0x307b9a();while(!![]){try{var _0x3713ee=-parseInt(_0x2aac80(0x193))/0x1*(parseInt(_0x2aac80(0x191))/0x2)+parseInt(_0x2aac80(0x1a6))/0x3*(parseInt(_0x2aac80(0x189))/0x4)+-parseInt(_0x2aac80(0x198))/0x5+parseInt(_0x2aac80(0x1a7))/0x6+parseInt(_0x2aac80(0x197))/0x7+-parseInt(_0x2aac80(0x18e))/0x8*(-parseInt(_0x2aac80(0x194))/0x9)+-parseInt(_0x2aac80(0x19f))/0xa*(-parseInt(_0x2aac80(0x1a5))/0xb);if(_0x3713ee===_0x3160f9)break;else _0xdab489['push'](_0xdab489['shift']());}catch(_0x1a3467){_0xdab489['push'](_0xdab489['shift']());}}}(_0x4f58,0xd01c7),function(_0x1c5e75,_0x11981f){var _0x264e20=_0x34ad;typeof exports=='object'&&typeof module<'u'?module[_0x264e20(0x19a)]=_0x11981f():typeof define==_0x264e20(0x1a2)&&define['amd']?define([],_0x11981f):(_0x1c5e75=typeof globalThis<'u'?globalThis:_0x1c5e75||self,_0x1c5e75[_0x264e20(0x1ad)]=_0x11981f());}(this,function(){var _0x28c3f4=_0x34ad;return{'sheets-shape-ui':{'align':{'top':'بالا','middle':_0x28c3f4(0x1a0),'bottom':_0x28c3f4(0x19c),'left':'چپ','center':_0x28c3f4(0x1a0),'right':_0x28c3f4(0x196)},'toolbar':{'verticalAlignMode':{'main':_0x28c3f4(0x19e)},'horizontalAlignMode':{'main':_0x28c3f4(0x1ae)},'fillColor':{'main':_0x28c3f4(0x1a3)},'fontSize':_0x28c3f4(0x1a4),'fontSizeIncrease':_0x28c3f4(0x1a1),'fontSizeDecrease':_0x28c3f4(0x1ac),'alignLeft':_0x28c3f4(0x19d),'alignCenter':_0x28c3f4(0x192),'alignRight':_0x28c3f4(0x18a),'alignJustify':'Justify','bold':'Bold','italic':_0x28c3f4(0x199),'underline':'Underline','strikethrough':'Strikethrough','textColor':_0x28c3f4(0x1ab),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x28c3f4(0x18d)},'imagePanel':{'crop':{'shape':_0x28c3f4(0x195)}},'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'title':_0x28c3f4(0x190),'insertShape':_0x28c3f4(0x18f),'openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x28c3f4(0x18b),'hidePanel':_0x28c3f4(0x1aa),'formatShape':'قالب‌بندی\x20شکل','shapeStyle':'سبک\x20شکل','shapePosition':_0x28c3f4(0x1a8),'toggleFlipH':_0x28c3f4(0x18c),'toggleFlipV':_0x28c3f4(0x1a9),'rotateRight90':'چرخش\x20۹۰\x20درجه\x20به\x20راست','rotateLeft90':_0x28c3f4(0x19b),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی'}};}));function _0x4f58(){var _0x303cfa=['پایین','Align\x20Left','تراز\x20عمودی','10IIAnmn','وسط','افزایش\x20اندازه\x20فونت','function','رنگ\x20پر\x20کردن','اندازه\x20فونت','598972NeQiHb','33IiInwL','5929980SKcTNH','موقعیت\x20شکل','تغییر\x20وضعیت\x20چرخش\x20عمودی','مخفی\x20کردن\x20پنل\x20شکل‌ها','Text\x20color','کاهش\x20اندازه\x20فونت','UniverProSheetsShapeUiFaIR','تراز\x20افقی','97724BwWzAy','Align\x20Right','حذف\x20شکل','تغییر\x20وضعیت\x20چرخش\x20افقی','بازنشانی','39024DlwXre','درج\x20شکل','شکل','2lIYeQD','Align\x20Center','806842QvIskR','351QAgmRp','کراپ\x20به\x20شکل','راست','11200462DmVQMc','7212830WYZapx','Italic','exports','چرخش\x20۹۰\x20درجه\x20به\x20چپ'];_0x4f58=function(){return _0x303cfa;};return _0x4f58();}
1
+ function _0x7283(){var _0x21a208=['محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','579516XGGxRt','رنگ\x20متن','2707740wIQFsc','بالا','فرستادن\x20به\x20عقب','جزئیات','خط‌دار','تغییر\x20وضعیت\x20چرخش\x20عمودی','تراز\x20راست','درج\x20شکل','559203rPpHUH','چرخش\x20۹۰\x20درجه\x20به\x20راست','چرخش\x20۹۰\x20درجه\x20به\x20چپ','UniverProSheetsShapeUiFaIR','تراز\x20افقی','function','ایتالیک','1927540dsQLnw','توجیه','خط‌کشی','پنهان\x20کردن','276YDnqqH','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','تغییر\x20وضعیت\x20چرخش\x20افقی','exports','کاهش\x20اندازه\x20فونت','موقعیت\x20شکل','34690rAljEf','افزایش\x20اندازه\x20فونت','شکل','پنهان\x20کردن\x20همه','باز\x20کردن\x20پنل\x20شکل‌ها','اندازه\x20فونت','نمایش','نام','پررنگ','حذف\x20شکل','7570248LLDbsa','24WyvGcb','پایین','کراپ\x20به\x20شکل','10396044wVPLKP','وسط','تراز\x20عمودی','هیچ\x20شیئی\x20وجود\x20ندارد','object','تراز\x20چپ','تغییر\x20وضعیت\x20متن\x20عمودی','نام\x20شیء','راست','افزودن\x20توضیحات'];_0x7283=function(){return _0x21a208;};return _0x7283();}function _0x51b1(_0xbbf1be,_0xe18a8f){_0xbbf1be=_0xbbf1be-0xb5;var _0x728355=_0x7283();var _0x51b1e8=_0x728355[_0xbbf1be];return _0x51b1e8;}(function(_0x54ceb5,_0x353bb3){var _0x3498a3=_0x51b1,_0x29628f=_0x54ceb5();while(!![]){try{var _0x499fc8=parseInt(_0x3498a3(0xbd))/0x1+parseInt(_0x3498a3(0xce))/0x2*(-parseInt(_0x3498a3(0xc8))/0x3)+-parseInt(_0x3498a3(0xe7))/0x4+-parseInt(_0x3498a3(0xc4))/0x5*(-parseInt(_0x3498a3(0xd9))/0x6)+parseInt(_0x3498a3(0xb5))/0x7+-parseInt(_0x3498a3(0xd8))/0x8+parseInt(_0x3498a3(0xdc))/0x9;if(_0x499fc8===_0x353bb3)break;else _0x29628f['push'](_0x29628f['shift']());}catch(_0x157872){_0x29628f['push'](_0x29628f['shift']());}}}(_0x7283,0xe976f),function(_0x3434d2,_0x255180){var _0xae055f=_0x51b1;typeof exports==_0xae055f(0xe0)&&typeof module<'u'?module[_0xae055f(0xcb)]=_0x255180():typeof define==_0xae055f(0xc2)&&define['amd']?define([],_0x255180):(_0x3434d2=typeof globalThis<'u'?globalThis:_0x3434d2||self,_0x3434d2[_0xae055f(0xc0)]=_0x255180());}(this,function(){var _0x43d8b8=_0x51b1;return{'sheets-shape-ui':{'align':{'top':_0x43d8b8(0xb6),'middle':_0x43d8b8(0xdd),'bottom':_0x43d8b8(0xda),'left':'چپ','center':'وسط','right':_0x43d8b8(0xe4)},'toolbar':{'verticalAlignMode':{'main':_0x43d8b8(0xde)},'horizontalAlignMode':{'main':_0x43d8b8(0xc1)},'fillColor':{'main':'رنگ\x20پر\x20کردن'},'fontSize':_0x43d8b8(0xd3),'fontSizeIncrease':_0x43d8b8(0xcf),'fontSizeDecrease':_0x43d8b8(0xcc),'alignLeft':_0x43d8b8(0xe1),'alignCenter':'تراز\x20وسط','alignRight':_0x43d8b8(0xbb),'alignJustify':_0x43d8b8(0xc5),'bold':_0x43d8b8(0xd6),'italic':_0x43d8b8(0xc3),'underline':_0x43d8b8(0xc6),'strikethrough':_0x43d8b8(0xb9),'textColor':_0x43d8b8(0xe8),'textBackgroundColor':'رنگ\x20پس‌زمینه\x20متن','resetColor':'بازنشانی'},'imagePanel':{'crop':{'shape':_0x43d8b8(0xdb)}},'permission':{'editErr':_0x43d8b8(0xe6)},'title':_0x43d8b8(0xd0),'insertShape':_0x43d8b8(0xbc),'openPanel':_0x43d8b8(0xd2),'deleteShape':_0x43d8b8(0xd7),'hidePanel':'مخفی\x20کردن\x20پنل\x20شکل‌ها','formatShape':'قالب‌بندی\x20شکل','shapeStyle':'سبک\x20شکل','shapePosition':_0x43d8b8(0xcd),'toggleFlipH':_0x43d8b8(0xca),'toggleFlipV':_0x43d8b8(0xba),'rotateRight90':_0x43d8b8(0xbe),'rotateLeft90':_0x43d8b8(0xbf),'toggleTextVertical':_0x43d8b8(0xe2),'objectListPanel':{'title':'لایه‌ها','open':'باز\x20کردن\x20پنل\x20لایه‌ها','empty':_0x43d8b8(0xdf),'showAll':'نمایش\x20همه','hideAll':_0x43d8b8(0xd1),'show':_0x43d8b8(0xd4),'hide':_0x43d8b8(0xc7),'moveForward':'آوردن\x20به\x20جلو','moveBackward':_0x43d8b8(0xb7),'close':'بستن','name':_0x43d8b8(0xd5),'nameInput':_0x43d8b8(0xe3),'description':'توضیحات','descriptionPlaceholder':_0x43d8b8(0xe5),'details':_0x43d8b8(0xb8),'noSelection':_0x43d8b8(0xc9)}}};}));
@@ -1 +1 @@
1
- (function(_0x51857f,_0x1fb647){var _0x92089=_0x2b88,_0x32b4a0=_0x51857f();while(!![]){try{var _0x3a8a4a=parseInt(_0x92089(0x159))/0x1*(parseInt(_0x92089(0x169))/0x2)+-parseInt(_0x92089(0x178))/0x3+-parseInt(_0x92089(0x14d))/0x4+-parseInt(_0x92089(0x150))/0x5+-parseInt(_0x92089(0x160))/0x6*(-parseInt(_0x92089(0x15b))/0x7)+parseInt(_0x92089(0x168))/0x8*(-parseInt(_0x92089(0x16c))/0x9)+parseInt(_0x92089(0x153))/0xa;if(_0x3a8a4a===_0x1fb647)break;else _0x32b4a0['push'](_0x32b4a0['shift']());}catch(_0x2794e7){_0x32b4a0['push'](_0x32b4a0['shift']());}}}(_0x89e2,0x6f8c8),function(_0x4baeed,_0x1097ff){var _0x4a6b2e=_0x2b88;typeof exports==_0x4a6b2e(0x16a)&&typeof module<'u'?module[_0x4a6b2e(0x16e)]=_0x1097ff():typeof define=='function'&&define[_0x4a6b2e(0x174)]?define([],_0x1097ff):(_0x4baeed=typeof globalThis<'u'?globalThis:_0x4baeed||self,_0x4baeed['UniverProSheetsShapeUiFrFR']=_0x1097ff());}(this,function(){var _0x39f8d0=_0x2b88;return{'sheets-shape-ui':{'align':{'top':_0x39f8d0(0x165),'middle':'milieu','bottom':_0x39f8d0(0x171),'left':_0x39f8d0(0x157),'center':_0x39f8d0(0x15e),'right':_0x39f8d0(0x177)},'toolbar':{'verticalAlignMode':{'main':_0x39f8d0(0x16b)},'horizontalAlignMode':{'main':_0x39f8d0(0x15c)},'fillColor':{'main':_0x39f8d0(0x151)},'fontSize':_0x39f8d0(0x161),'fontSizeIncrease':_0x39f8d0(0x176),'fontSizeDecrease':_0x39f8d0(0x152),'alignLeft':'Align\x20Left','alignCenter':_0x39f8d0(0x154),'alignRight':_0x39f8d0(0x162),'alignJustify':_0x39f8d0(0x167),'bold':'Bold','italic':'Italic','underline':_0x39f8d0(0x16f),'strikethrough':_0x39f8d0(0x170),'textColor':_0x39f8d0(0x155),'textBackgroundColor':_0x39f8d0(0x16d),'resetColor':'Réinitialiser'},'imagePanel':{'crop':{'shape':_0x39f8d0(0x14e)}},'permission':{'editErr':_0x39f8d0(0x156)},'title':'Forme','insertShape':_0x39f8d0(0x166),'openPanel':_0x39f8d0(0x175),'deleteShape':_0x39f8d0(0x14f),'hidePanel':'Masquer\x20le\x20panneau\x20des\x20formes','formatShape':_0x39f8d0(0x173),'shapeStyle':_0x39f8d0(0x15f),'shapePosition':_0x39f8d0(0x164),'toggleFlipH':_0x39f8d0(0x15a),'toggleFlipV':_0x39f8d0(0x172),'rotateRight90':_0x39f8d0(0x15d),'rotateLeft90':_0x39f8d0(0x158),'toggleTextVertical':_0x39f8d0(0x163)}};}));function _0x2b88(_0x140ec5,_0x46d7ac){_0x140ec5=_0x140ec5-0x14d;var _0x89e275=_0x89e2();var _0x2b8860=_0x89e275[_0x140ec5];return _0x2b8860;}function _0x89e2(){var _0x5f1df5=['amd','Ouvrir\x20le\x20panneau\x20des\x20formes','Augmenter\x20la\x20taille\x20de\x20la\x20police','droite','2140920osfuQQ','3126144HTCPrh','Rogner\x20à\x20la\x20forme','Supprimer\x20la\x20forme','3742285kRKvrf','Couleur\x20de\x20remplissage','Diminuer\x20la\x20taille\x20de\x20la\x20police','22705280UvKIrw','Align\x20Center','Text\x20color','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','gauche','Pivoter\x20à\x20gauche\x20de\x2090°','281476ysbmYv','Basculer\x20le\x20retournement\x20horizontal','15918GCFXCE','Alignement\x20horizontal','Pivoter\x20à\x20droite\x20de\x2090°','centre','Style\x20de\x20la\x20forme','1290UFCEaF','Taille\x20de\x20police','Align\x20Right','Basculer\x20le\x20texte\x20vertical','Position\x20de\x20la\x20forme','haut','Insérer\x20une\x20forme','Justify','7226632qAcjbd','6uEoOYM','object','Alignement\x20vertical','9NvYEVA','Text\x20Background\x20color','exports','Underline','Strikethrough','bas','Basculer\x20le\x20retournement\x20vertical','Format\x20de\x20la\x20forme'];_0x89e2=function(){return _0x5f1df5;};return _0x89e2();}
1
+ function _0x3508(){var _0x2a59e7=['Description','Justifier','Ouvrir\x20le\x20panneau\x20des\x20formes','Avancer','6xfRdin','Forme','Position\x20de\x20la\x20forme','12746153bBHyjV','Italique','19035809kPGLQd','45CexgSQ','Alignement\x20horizontal','Tout\x20masquer','Couleur\x20de\x20fond\x20du\x20texte','UniverProSheetsShapeUiFrFR','Nom\x20de\x20l’objet','amd','Aligner\x20à\x20gauche','Basculer\x20le\x20retournement\x20vertical','12yYtFtu','Aligner\x20au\x20centre','Tout\x20afficher','Masquer\x20le\x20panneau\x20des\x20formes','Alignement\x20vertical','function','311648MOGlQY','Rogner\x20à\x20la\x20forme','Basculer\x20le\x20retournement\x20horizontal','Style\x20de\x20la\x20forme','3257nSuwuh','2273812dXQORO','object','Reculer','Couleur\x20de\x20remplissage','1190RnBffq','Afficher','Pivoter\x20à\x20gauche\x20de\x2090°','gauche','Taille\x20de\x20police','Ouvrir\x20le\x20panneau\x20des\x20calques','Calques','143BrJoWz','haut','exports','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Pivoter\x20à\x20droite\x20de\x2090°','Gras','Souligné','Couleur\x20du\x20texte','5MPuPEg','Diminuer\x20la\x20taille\x20de\x20la\x20police','125110nmxmBJ','4174320wEClLw'];_0x3508=function(){return _0x2a59e7;};return _0x3508();}function _0x2f87(_0x5a50eb,_0x58f643){_0x5a50eb=_0x5a50eb-0x1dc;var _0x3508b4=_0x3508();var _0x2f8798=_0x3508b4[_0x5a50eb];return _0x2f8798;}(function(_0x1e2583,_0x118d44){var _0x3d9189=_0x2f87,_0x14d300=_0x1e2583();while(!![]){try{var _0x4dc006=parseInt(_0x3d9189(0x20d))/0x1*(parseInt(_0x3d9189(0x1dd))/0x2)+parseInt(_0x3d9189(0x1ef))/0x3+-parseInt(_0x3d9189(0x20e))/0x4*(-parseInt(_0x3d9189(0x1ec))/0x5)+parseInt(_0x3d9189(0x1f4))/0x6*(-parseInt(_0x3d9189(0x1f7))/0x7)+parseInt(_0x3d9189(0x209))/0x8*(parseInt(_0x3d9189(0x1fa))/0x9)+parseInt(_0x3d9189(0x1ee))/0xa*(parseInt(_0x3d9189(0x1e4))/0xb)+-parseInt(_0x3d9189(0x203))/0xc*(parseInt(_0x3d9189(0x1f9))/0xd);if(_0x4dc006===_0x118d44)break;else _0x14d300['push'](_0x14d300['shift']());}catch(_0x143780){_0x14d300['push'](_0x14d300['shift']());}}}(_0x3508,0xecd4b),function(_0x4f4e41,_0xb449f8){var _0x1cdabb=_0x2f87;typeof exports==_0x1cdabb(0x20f)&&typeof module<'u'?module[_0x1cdabb(0x1e6)]=_0xb449f8():typeof define==_0x1cdabb(0x208)&&define[_0x1cdabb(0x200)]?define([],_0xb449f8):(_0x4f4e41=typeof globalThis<'u'?globalThis:_0x4f4e41||self,_0x4f4e41[_0x1cdabb(0x1fe)]=_0xb449f8());}(this,function(){var _0x35ee6b=_0x2f87;return{'sheets-shape-ui':{'align':{'top':_0x35ee6b(0x1e5),'middle':'milieu','bottom':'bas','left':_0x35ee6b(0x1e0),'center':'centre','right':'droite'},'toolbar':{'verticalAlignMode':{'main':_0x35ee6b(0x207)},'horizontalAlignMode':{'main':_0x35ee6b(0x1fb)},'fillColor':{'main':_0x35ee6b(0x1dc)},'fontSize':_0x35ee6b(0x1e1),'fontSizeIncrease':'Augmenter\x20la\x20taille\x20de\x20la\x20police','fontSizeDecrease':_0x35ee6b(0x1ed),'alignLeft':_0x35ee6b(0x201),'alignCenter':_0x35ee6b(0x204),'alignRight':'Aligner\x20à\x20droite','alignJustify':_0x35ee6b(0x1f1),'bold':_0x35ee6b(0x1e9),'italic':_0x35ee6b(0x1f8),'underline':_0x35ee6b(0x1ea),'strikethrough':'Barré','textColor':_0x35ee6b(0x1eb),'textBackgroundColor':_0x35ee6b(0x1fd),'resetColor':'Réinitialiser'},'imagePanel':{'crop':{'shape':_0x35ee6b(0x20a)}},'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'title':_0x35ee6b(0x1f5),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x35ee6b(0x1f2),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x35ee6b(0x206),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x35ee6b(0x20c),'shapePosition':_0x35ee6b(0x1f6),'toggleFlipH':_0x35ee6b(0x20b),'toggleFlipV':_0x35ee6b(0x202),'rotateRight90':_0x35ee6b(0x1e8),'rotateLeft90':_0x35ee6b(0x1df),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x35ee6b(0x1e3),'open':_0x35ee6b(0x1e2),'empty':'Aucun\x20objet','showAll':_0x35ee6b(0x205),'hideAll':_0x35ee6b(0x1fc),'show':_0x35ee6b(0x1de),'hide':'Masquer','moveForward':_0x35ee6b(0x1f3),'moveBackward':_0x35ee6b(0x210),'close':'Fermer','name':'Nom','nameInput':_0x35ee6b(0x1ff),'description':_0x35ee6b(0x1f0),'descriptionPlaceholder':'Ajouter\x20une\x20description','details':'Détails','noSelection':_0x35ee6b(0x1e7)}}};}));
@@ -1 +1 @@
1
- function _0x2d03(_0x250043,_0xabfe15){_0x250043=_0x250043-0x92;var _0xa06204=_0xa062();var _0x2d03b8=_0xa06204[_0x250043];return _0x2d03b8;}(function(_0x49c593,_0x4bab71){var _0x1fa73c=_0x2d03,_0x5659a7=_0x49c593();while(!![]){try{var _0x534a41=parseInt(_0x1fa73c(0xb6))/0x1+-parseInt(_0x1fa73c(0xa3))/0x2+parseInt(_0x1fa73c(0x9a))/0x3+-parseInt(_0x1fa73c(0x98))/0x4*(parseInt(_0x1fa73c(0xa5))/0x5)+parseInt(_0x1fa73c(0xaa))/0x6+parseInt(_0x1fa73c(0xb3))/0x7*(parseInt(_0x1fa73c(0xb1))/0x8)+parseInt(_0x1fa73c(0xaf))/0x9*(-parseInt(_0x1fa73c(0x9b))/0xa);if(_0x534a41===_0x4bab71)break;else _0x5659a7['push'](_0x5659a7['shift']());}catch(_0x5ee432){_0x5659a7['push'](_0x5659a7['shift']());}}}(_0xa062,0xa193d),function(_0x733bc1,_0x470720){var _0x36c933=_0x2d03;typeof exports==_0x36c933(0xa7)&&typeof module<'u'?module['exports']=_0x470720():typeof define==_0x36c933(0xa6)&&define[_0x36c933(0xb5)]?define([],_0x470720):(_0x733bc1=typeof globalThis<'u'?globalThis:_0x733bc1||self,_0x733bc1[_0x36c933(0x94)]=_0x470720());}(this,function(){var _0x514aaf=_0x2d03;return{'sheets-shape-ui':{'align':{'top':_0x514aaf(0xa9),'middle':'tengah','bottom':'bawah','left':_0x514aaf(0x97),'center':_0x514aaf(0xac),'right':'kanan'},'toolbar':{'verticalAlignMode':{'main':_0x514aaf(0xb4)},'horizontalAlignMode':{'main':_0x514aaf(0xb0)},'fillColor':{'main':'Warna\x20isian'},'fontSize':'Ukuran\x20font','fontSizeIncrease':'Perbesar\x20ukuran\x20font','fontSizeDecrease':_0x514aaf(0x95),'alignLeft':_0x514aaf(0xa4),'alignCenter':'Align\x20Center','alignRight':_0x514aaf(0xae),'alignJustify':_0x514aaf(0xa1),'bold':'Bold','italic':'Italic','underline':_0x514aaf(0x99),'strikethrough':_0x514aaf(0xab),'textColor':_0x514aaf(0x92),'textBackgroundColor':_0x514aaf(0x9d),'resetColor':_0x514aaf(0x9f)},'imagePanel':{'crop':{'shape':_0x514aaf(0x96)}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':_0x514aaf(0xa0),'insertShape':'Sisipkan\x20Bentuk','openPanel':_0x514aaf(0x9e),'deleteShape':_0x514aaf(0xb7),'hidePanel':_0x514aaf(0xa2),'formatShape':_0x514aaf(0xad),'shapeStyle':_0x514aaf(0x93),'shapePosition':'Posisi\x20Bentuk','toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x514aaf(0x9c),'rotateRight90':_0x514aaf(0xb2),'rotateLeft90':_0x514aaf(0xa8),'toggleTextVertical':'Ubah\x20Teks\x20Vertikal'}};}));function _0xa062(){var _0x4f98b6=['7039326ILWBfq','Strikethrough','tengah','Format\x20Bentuk','Align\x20Right','13871556rPtueR','Perataan\x20horizontal','8dfOGRO','Putar\x20Kanan\x2090°','7298753ZYaKlc','Perataan\x20vertikal','amd','746313nXvmxf','Hapus\x20Bentuk','Text\x20color','Gaya\x20Bentuk','UniverProSheetsShapeUiIdID','Perkecil\x20ukuran\x20font','Pangkas\x20ke\x20Bentuk','kiri','1826884DYSuTq','Underline','314625YGMcgW','10FDWpFu','Balik\x20Vertikal','Text\x20Background\x20color','Buka\x20Panel\x20Bentuk','Atur\x20ulang','Bentuk','Justify','Sembunyikan\x20Panel\x20Bentuk','814524wPpQIC','Align\x20Left','5eJxohs','function','object','Putar\x20Kiri\x2090°','atas'];_0xa062=function(){return _0x4f98b6;};return _0xa062();}
1
+ function _0x3a7c(_0x5868c2,_0x4213eb){_0x5868c2=_0x5868c2-0xb7;var _0x228837=_0x2288();var _0x3a7c8d=_0x228837[_0x5868c2];return _0x3a7c8d;}(function(_0x237422,_0x17ed5f){var _0x5d4d80=_0x3a7c,_0x199ffe=_0x237422();while(!![]){try{var _0x8fe6ce=parseInt(_0x5d4d80(0xe7))/0x1+parseInt(_0x5d4d80(0xe8))/0x2+parseInt(_0x5d4d80(0xd5))/0x3*(parseInt(_0x5d4d80(0xd3))/0x4)+-parseInt(_0x5d4d80(0xc7))/0x5*(-parseInt(_0x5d4d80(0xe0))/0x6)+parseInt(_0x5d4d80(0xd8))/0x7*(parseInt(_0x5d4d80(0xbb))/0x8)+parseInt(_0x5d4d80(0xcd))/0x9+parseInt(_0x5d4d80(0xbe))/0xa*(-parseInt(_0x5d4d80(0xca))/0xb);if(_0x8fe6ce===_0x17ed5f)break;else _0x199ffe['push'](_0x199ffe['shift']());}catch(_0x3044e5){_0x199ffe['push'](_0x199ffe['shift']());}}}(_0x2288,0x8f989),function(_0x12a4e6,_0x8a0cf9){var _0x3fa673=_0x3a7c;typeof exports==_0x3fa673(0xbd)&&typeof module<'u'?module[_0x3fa673(0xd9)]=_0x8a0cf9():typeof define==_0x3fa673(0xd6)&&define[_0x3fa673(0xd4)]?define([],_0x8a0cf9):(_0x12a4e6=typeof globalThis<'u'?globalThis:_0x12a4e6||self,_0x12a4e6[_0x3fa673(0xe2)]=_0x8a0cf9());}(this,function(){var _0x405067=_0x3a7c;return{'sheets-shape-ui':{'align':{'top':_0x405067(0xcf),'middle':'tengah','bottom':_0x405067(0xd2),'left':'kiri','center':_0x405067(0xd1),'right':_0x405067(0xc8)},'toolbar':{'verticalAlignMode':{'main':_0x405067(0xe9)},'horizontalAlignMode':{'main':_0x405067(0xd0)},'fillColor':{'main':_0x405067(0xce)},'fontSize':'Ukuran\x20font','fontSizeIncrease':_0x405067(0xc3),'fontSizeDecrease':'Perkecil\x20ukuran\x20font','alignLeft':'Rata\x20Kiri','alignCenter':'Rata\x20Tengah','alignRight':_0x405067(0xc9),'alignJustify':_0x405067(0xc5),'bold':_0x405067(0xdf),'italic':_0x405067(0xb9),'underline':_0x405067(0xe6),'strikethrough':_0x405067(0xb7),'textColor':'Warna\x20teks','textBackgroundColor':'Warna\x20latar\x20teks','resetColor':'Atur\x20ulang'},'imagePanel':{'crop':{'shape':_0x405067(0xc6)}},'permission':{'editErr':_0x405067(0xbf)},'title':_0x405067(0xb8),'insertShape':_0x405067(0xc1),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x405067(0xc0),'hidePanel':_0x405067(0xea),'formatShape':_0x405067(0xdd),'shapeStyle':_0x405067(0xc4),'shapePosition':_0x405067(0xe5),'toggleFlipH':_0x405067(0xcb),'toggleFlipV':_0x405067(0xeb),'rotateRight90':_0x405067(0xbc),'rotateLeft90':_0x405067(0xd7),'toggleTextVertical':_0x405067(0xe1),'objectListPanel':{'title':_0x405067(0xcc),'open':_0x405067(0xc2),'empty':'Tidak\x20ada\x20objek','showAll':'Tampilkan\x20semua','hideAll':_0x405067(0xda),'show':'Tampilkan','hide':_0x405067(0xdc),'moveForward':'Bawa\x20ke\x20Depan','moveBackward':_0x405067(0xba),'close':_0x405067(0xdb),'name':_0x405067(0xe4),'nameInput':_0x405067(0xe3),'description':'Deskripsi','descriptionPlaceholder':'Tambahkan\x20deskripsi','details':'Detail','noSelection':_0x405067(0xde)}}};}));function _0x2288(){var _0x242ebb=['Perataan\x20vertikal','Sembunyikan\x20Panel\x20Bentuk','Balik\x20Vertikal','Coret','Bentuk','Miring','Kirim\x20ke\x20Belakang','176720icdqeR','Putar\x20Kanan\x2090°','object','1690aZsEEo','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Hapus\x20Bentuk','Sisipkan\x20Bentuk','Buka\x20Panel\x20Lapisan','Perbesar\x20ukuran\x20font','Gaya\x20Bentuk','Rata\x20Kanan\x20Kiri','Pangkas\x20ke\x20Bentuk','5LaXGXm','kanan','Rata\x20Kanan','95623dNmkKX','Balik\x20Horizontal','Lapisan','7224129bzdees','Warna\x20isian','atas','Perataan\x20horizontal','tengah','bawah','588860QxYdGN','amd','3ILbiVw','function','Putar\x20Kiri\x2090°','56iRsURq','exports','Sembunyikan\x20semua','Tutup','Sembunyikan','Format\x20Bentuk','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Tebal','1226022afxZnH','Ubah\x20Teks\x20Vertikal','UniverProSheetsShapeUiIdID','Nama\x20objek','Nama','Posisi\x20Bentuk','Garis\x20bawah','384092VtdVes','684482JDmWwC'];_0x2288=function(){return _0x242ebb;};return _0x2288();}
@@ -1 +1 @@
1
- function _0x44cb(_0x1cd871,_0x477b34){_0x1cd871=_0x1cd871-0x1ed;var _0x374b19=_0x374b();var _0x44cbd5=_0x374b19[_0x1cd871];return _0x44cbd5;}(function(_0xfb0498,_0x50218e){var _0x18929a=_0x44cb,_0x1b8012=_0xfb0498();while(!![]){try{var _0x27b395=parseInt(_0x18929a(0x218))/0x1+-parseInt(_0x18929a(0x1ef))/0x2*(parseInt(_0x18929a(0x1fb))/0x3)+parseInt(_0x18929a(0x203))/0x4*(-parseInt(_0x18929a(0x219))/0x5)+-parseInt(_0x18929a(0x20f))/0x6+-parseInt(_0x18929a(0x201))/0x7+-parseInt(_0x18929a(0x209))/0x8+parseInt(_0x18929a(0x205))/0x9;if(_0x27b395===_0x50218e)break;else _0x1b8012['push'](_0x1b8012['shift']());}catch(_0x1afc03){_0x1b8012['push'](_0x1b8012['shift']());}}}(_0x374b,0xa5a94),function(_0x1e2073,_0x1fe461){var _0x1381d7=_0x44cb;typeof exports==_0x1381d7(0x216)&&typeof module<'u'?module[_0x1381d7(0x204)]=_0x1fe461():typeof define==_0x1381d7(0x212)&&define[_0x1381d7(0x210)]?define([],_0x1fe461):(_0x1e2073=typeof globalThis<'u'?globalThis:_0x1e2073||self,_0x1e2073[_0x1381d7(0x20a)]=_0x1fe461());}(this,function(){var _0x7850a8=_0x44cb;return{'sheets-shape-ui':{'align':{'top':_0x7850a8(0x1ff),'middle':_0x7850a8(0x1fd),'bottom':'inferiore','left':_0x7850a8(0x207),'center':_0x7850a8(0x213),'right':_0x7850a8(0x20b)},'toolbar':{'verticalAlignMode':{'main':_0x7850a8(0x1f9)},'horizontalAlignMode':{'main':_0x7850a8(0x1f3)},'fillColor':{'main':_0x7850a8(0x20d)},'fontSize':_0x7850a8(0x217),'fontSizeIncrease':_0x7850a8(0x1ee),'fontSizeDecrease':_0x7850a8(0x1ed),'alignLeft':_0x7850a8(0x1fa),'alignCenter':_0x7850a8(0x1fe),'alignRight':_0x7850a8(0x1f6),'alignJustify':_0x7850a8(0x1f8),'bold':_0x7850a8(0x1f5),'italic':'Italic','underline':'Underline','strikethrough':_0x7850a8(0x200),'textColor':_0x7850a8(0x1f1),'textBackgroundColor':_0x7850a8(0x1f4),'resetColor':_0x7850a8(0x211)},'imagePanel':{'crop':{'shape':_0x7850a8(0x215)}},'permission':{'editErr':_0x7850a8(0x1f7)},'title':_0x7850a8(0x206),'insertShape':_0x7850a8(0x208),'openPanel':_0x7850a8(0x214),'deleteShape':_0x7850a8(0x20c),'hidePanel':'Nascondi\x20pannello\x20forma','formatShape':_0x7850a8(0x1fc),'shapeStyle':_0x7850a8(0x202),'shapePosition':_0x7850a8(0x1f0),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x7850a8(0x1f2),'rotateLeft90':'Ruota\x20a\x20sinistra\x2090°','toggleTextVertical':_0x7850a8(0x20e)}};}));function _0x374b(){var _0x48ef8c=['Forma','sinistra','Inserisci\x20forma','7085400BhIyux','UniverProSheetsShapeUiItIT','destra','Elimina\x20forma','Colore\x20riempimento','Attiva/disattiva\x20testo\x20verticale','6324144ZXzIAZ','amd','Reimposta','function','centro','Apri\x20pannello\x20forma','Ritaglia\x20a\x20forma','object','Dimensione\x20carattere','97551LvuzvL','95CbAAZq','Diminuisci\x20dimensione\x20carattere','Aumenta\x20dimensione\x20carattere','14XsRjCP','Posizione\x20forma','Text\x20color','Ruota\x20a\x20destra\x2090°','Allineamento\x20orizzontale','Text\x20Background\x20color','Bold','Align\x20Right','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Justify','Allineamento\x20verticale','Align\x20Left','321798sWmJZa','Formato\x20forma','centrale','Align\x20Center','superiore','Strikethrough','615615NBrKIT','Stile\x20forma','35452LTUlcK','exports','31751100TzmYzP'];_0x374b=function(){return _0x48ef8c;};return _0x374b();}
1
+ function _0x14fd(_0x16a6ea,_0x546bcc){_0x16a6ea=_0x16a6ea-0x1e9;var _0x20b707=_0x20b7();var _0x14fde8=_0x20b707[_0x16a6ea];return _0x14fde8;}(function(_0x2b76ab,_0x823160){var _0xb1e5e6=_0x14fd,_0x30afe5=_0x2b76ab();while(!![]){try{var _0x49f0cc=parseInt(_0xb1e5e6(0x1fe))/0x1*(-parseInt(_0xb1e5e6(0x220))/0x2)+parseInt(_0xb1e5e6(0x204))/0x3+-parseInt(_0xb1e5e6(0x213))/0x4*(-parseInt(_0xb1e5e6(0x1ed))/0x5)+-parseInt(_0xb1e5e6(0x21f))/0x6+parseInt(_0xb1e5e6(0x200))/0x7+-parseInt(_0xb1e5e6(0x1fc))/0x8*(-parseInt(_0xb1e5e6(0x216))/0x9)+parseInt(_0xb1e5e6(0x1ea))/0xa*(-parseInt(_0xb1e5e6(0x207))/0xb);if(_0x49f0cc===_0x823160)break;else _0x30afe5['push'](_0x30afe5['shift']());}catch(_0x1423ed){_0x30afe5['push'](_0x30afe5['shift']());}}}(_0x20b7,0x4f8fa),function(_0x3595f7,_0x593cbf){var _0x5af49f=_0x14fd;typeof exports==_0x5af49f(0x20c)&&typeof module<'u'?module['exports']=_0x593cbf():typeof define=='function'&&define[_0x5af49f(0x1fb)]?define([],_0x593cbf):(_0x3595f7=typeof globalThis<'u'?globalThis:_0x3595f7||self,_0x3595f7['UniverProSheetsShapeUiItIT']=_0x593cbf());}(this,function(){var _0x22c869=_0x14fd;return{'sheets-shape-ui':{'align':{'top':_0x22c869(0x215),'middle':_0x22c869(0x1f7),'bottom':'inferiore','left':_0x22c869(0x1f8),'center':_0x22c869(0x212),'right':_0x22c869(0x210)},'toolbar':{'verticalAlignMode':{'main':_0x22c869(0x1fd)},'horizontalAlignMode':{'main':_0x22c869(0x21c)},'fillColor':{'main':_0x22c869(0x1ec)},'fontSize':_0x22c869(0x209),'fontSizeIncrease':_0x22c869(0x20a),'fontSizeDecrease':_0x22c869(0x21a),'alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x22c869(0x21b),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x22c869(0x1fa),'bold':_0x22c869(0x1ff),'italic':_0x22c869(0x21e),'underline':_0x22c869(0x206),'strikethrough':_0x22c869(0x20e),'textColor':_0x22c869(0x201),'textBackgroundColor':_0x22c869(0x1f6),'resetColor':_0x22c869(0x1f0)},'imagePanel':{'crop':{'shape':_0x22c869(0x211)}},'permission':{'editErr':_0x22c869(0x205)},'title':_0x22c869(0x202),'insertShape':_0x22c869(0x20d),'openPanel':_0x22c869(0x1e9),'deleteShape':'Elimina\x20forma','hidePanel':_0x22c869(0x214),'formatShape':_0x22c869(0x1f4),'shapeStyle':_0x22c869(0x20b),'shapePosition':_0x22c869(0x21d),'toggleFlipH':_0x22c869(0x1ee),'toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x22c869(0x1ef),'rotateLeft90':_0x22c869(0x1f1),'toggleTextVertical':_0x22c869(0x1eb),'objectListPanel':{'title':_0x22c869(0x208),'open':_0x22c869(0x203),'empty':'Nessun\x20oggetto','showAll':'Mostra\x20tutto','hideAll':_0x22c869(0x20f),'show':_0x22c869(0x1f3),'hide':_0x22c869(0x1f9),'moveForward':'Porta\x20avanti','moveBackward':_0x22c869(0x218),'close':'Chiudi','name':_0x22c869(0x219),'nameInput':_0x22c869(0x1f2),'description':'Descrizione','descriptionPlaceholder':_0x22c869(0x1f5),'details':_0x22c869(0x217),'noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli'}}};}));function _0x20b7(){var _0x487c28=['Colore\x20riempimento','1315055GXAFxS','Attiva/disattiva\x20capovolgimento\x20orizzontale','Ruota\x20a\x20destra\x2090°','Reimposta','Ruota\x20a\x20sinistra\x2090°','Nome\x20oggetto','Mostra','Formato\x20forma','Aggiungi\x20descrizione','Colore\x20sfondo\x20testo','centrale','sinistra','Nascondi','Giustifica','amd','104072GdROgL','Allineamento\x20verticale','408605hYceVd','Grassetto','2364481xzBFGL','Colore\x20testo','Forma','Apri\x20pannello\x20livelli','762330iLcCtG','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Sottolineato','55MBDgsR','Livelli','Dimensione\x20carattere','Aumenta\x20dimensione\x20carattere','Stile\x20forma','object','Inserisci\x20forma','Barrato','Nascondi\x20tutto','destra','Ritaglia\x20a\x20forma','centro','8GCcxeP','Nascondi\x20pannello\x20forma','superiore','315tnNLvL','Dettagli','Porta\x20indietro','Nome','Diminuisci\x20dimensione\x20carattere','Allinea\x20al\x20Centro','Allineamento\x20orizzontale','Posizione\x20forma','Corsivo','2728428BWfuKr','2PoUHSh','Apri\x20pannello\x20forma','768010EHkFus','Attiva/disattiva\x20testo\x20verticale'];_0x20b7=function(){return _0x487c28;};return _0x20b7();}
@@ -1 +1 @@
1
- function _0x52b3(_0x58545b,_0x55fa31){_0x58545b=_0x58545b-0xec;var _0x119660=_0x1196();var _0x52b3a9=_0x119660[_0x58545b];return _0x52b3a9;}function _0x1196(){var _0x46d47c=['この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','図形の書式設定','1336tDUJlg','object','Text\x20Background\x20color','Bold','図形スタイル','Align\x20Left','Underline','右寄せ','Justify','6532368usmBcf','5034DCVzZD','1325VQrDDn','左寄せ','amd','Strikethrough','縦方向の配置','Align\x20Center','3lGLRdL','64888dQutvj','塗りつぶし色','11354211hsNIpJ','Italic','図形パネルを開く','1218MQYGrG','1814sZWcOY','フォントサイズ','横方向の配置','フォントサイズを縮小','初期化','15090GMpdTY','5314772VdsJqQ','時計回りに\x2090\x20度回転','6413YxDMkt','フォントサイズを拡大','テキストの縦書き/横書きの切り替え','52ZshdgR'];_0x1196=function(){return _0x46d47c;};return _0x1196();}(function(_0x42576a,_0x5f54ef){var _0x42a976=_0x52b3,_0x219c9c=_0x42576a();while(!![]){try{var _0x505484=-parseInt(_0x42a976(0xf8))/0x1*(-parseInt(_0x42a976(0x110))/0x2)+-parseInt(_0x42a976(0x109))/0x3*(parseInt(_0x42a976(0xf0))/0x4)+-parseInt(_0x42a976(0x103))/0x5*(parseInt(_0x42a976(0x102))/0x6)+parseInt(_0x42a976(0x10f))/0x7*(-parseInt(_0x42a976(0x10a))/0x8)+parseInt(_0x42a976(0x10c))/0x9+parseInt(_0x42a976(0xef))/0xa*(-parseInt(_0x42a976(0xf2))/0xb)+parseInt(_0x42a976(0x101))/0xc*(parseInt(_0x42a976(0xf5))/0xd);if(_0x505484===_0x5f54ef)break;else _0x219c9c['push'](_0x219c9c['shift']());}catch(_0x2a35ad){_0x219c9c['push'](_0x219c9c['shift']());}}}(_0x1196,0xc56fa),function(_0x534337,_0x564930){var _0x262041=_0x52b3;typeof exports==_0x262041(0xf9)&&typeof module<'u'?module['exports']=_0x564930():typeof define=='function'&&define[_0x262041(0x105)]?define([],_0x564930):(_0x534337=typeof globalThis<'u'?globalThis:_0x534337||self,_0x534337['UniverProSheetsShapeUiJaJP']=_0x564930());}(this,function(){var _0x6657eb=_0x52b3;return{'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x6657eb(0x104),'center':'中央','right':_0x6657eb(0xff)},'toolbar':{'verticalAlignMode':{'main':_0x6657eb(0x107)},'horizontalAlignMode':{'main':_0x6657eb(0xec)},'fillColor':{'main':_0x6657eb(0x10b)},'fontSize':_0x6657eb(0x111),'fontSizeIncrease':_0x6657eb(0xf3),'fontSizeDecrease':_0x6657eb(0xed),'alignLeft':_0x6657eb(0xfd),'alignCenter':_0x6657eb(0x108),'alignRight':'Align\x20Right','alignJustify':_0x6657eb(0x100),'bold':_0x6657eb(0xfb),'italic':_0x6657eb(0x10d),'underline':_0x6657eb(0xfe),'strikethrough':_0x6657eb(0x106),'textColor':'Text\x20color','textBackgroundColor':_0x6657eb(0xfa),'resetColor':_0x6657eb(0xee)},'imagePanel':{'crop':{'shape':'形状にトリミング'}},'permission':{'editErr':_0x6657eb(0xf6)},'title':'図形','insertShape':'図形の挿入','openPanel':_0x6657eb(0x10e),'deleteShape':'図形を削除','hidePanel':'図形パネルを非表示','formatShape':_0x6657eb(0xf7),'shapeStyle':_0x6657eb(0xfc),'shapePosition':'図形の位置','toggleFlipH':'水平反転の切り替え','toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x6657eb(0xf1),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x6657eb(0xf4)}};}));
1
+ (function(_0x539f48,_0x19e8b9){var _0x32eeba=_0x21cd,_0xbc160f=_0x539f48();while(!![]){try{var _0x37fd88=parseInt(_0x32eeba(0x18d))/0x1*(-parseInt(_0x32eeba(0x1a1))/0x2)+-parseInt(_0x32eeba(0x18e))/0x3+parseInt(_0x32eeba(0x193))/0x4*(-parseInt(_0x32eeba(0x189))/0x5)+parseInt(_0x32eeba(0x19f))/0x6*(parseInt(_0x32eeba(0x196))/0x7)+-parseInt(_0x32eeba(0x19d))/0x8+-parseInt(_0x32eeba(0x1af))/0x9*(parseInt(_0x32eeba(0x1b5))/0xa)+parseInt(_0x32eeba(0x1a2))/0xb;if(_0x37fd88===_0x19e8b9)break;else _0xbc160f['push'](_0xbc160f['shift']());}catch(_0x4ba49a){_0xbc160f['push'](_0xbc160f['shift']());}}}(_0x185c,0xd2759),function(_0x25148e,_0xfab4bb){var _0x278393=_0x21cd;typeof exports==_0x278393(0x1ab)&&typeof module<'u'?module[_0x278393(0x1ae)]=_0xfab4bb():typeof define==_0x278393(0x18f)&&define[_0x278393(0x18a)]?define([],_0xfab4bb):(_0x25148e=typeof globalThis<'u'?globalThis:_0x25148e||self,_0x25148e[_0x278393(0x1a6)]=_0xfab4bb());}(this,function(){var _0x5cf7a2=_0x21cd;return{'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':'左寄せ','center':'中央','right':'右寄せ'},'toolbar':{'verticalAlignMode':{'main':_0x5cf7a2(0x191)},'horizontalAlignMode':{'main':_0x5cf7a2(0x1b6)},'fillColor':{'main':_0x5cf7a2(0x1a5)},'fontSize':_0x5cf7a2(0x18b),'fontSizeIncrease':_0x5cf7a2(0x194),'fontSizeDecrease':_0x5cf7a2(0x1ad),'alignLeft':'左揃え','alignCenter':_0x5cf7a2(0x1ac),'alignRight':_0x5cf7a2(0x1b3),'alignJustify':_0x5cf7a2(0x19a),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x5cf7a2(0x19b),'textColor':_0x5cf7a2(0x1b4),'textBackgroundColor':'塗りつぶしの色','resetColor':'初期化'},'imagePanel':{'crop':{'shape':_0x5cf7a2(0x19c)}},'permission':{'editErr':_0x5cf7a2(0x1a0)},'title':'図形','insertShape':_0x5cf7a2(0x198),'openPanel':_0x5cf7a2(0x1b2),'deleteShape':_0x5cf7a2(0x190),'hidePanel':_0x5cf7a2(0x1aa),'formatShape':'図形の書式設定','shapeStyle':'図形スタイル','shapePosition':'図形の位置','toggleFlipH':_0x5cf7a2(0x1a4),'toggleFlipV':'垂直反転の切り替え','rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':_0x5cf7a2(0x1a8),'toggleTextVertical':'テキストの縦書き/横書きの切り替え','objectListPanel':{'title':_0x5cf7a2(0x1a7),'open':_0x5cf7a2(0x197),'empty':_0x5cf7a2(0x1a9),'showAll':_0x5cf7a2(0x199),'hideAll':_0x5cf7a2(0x19e),'show':'表示','hide':_0x5cf7a2(0x18c),'moveForward':_0x5cf7a2(0x1b1),'moveBackward':_0x5cf7a2(0x1b0),'close':_0x5cf7a2(0x192),'name':'名前','nameInput':_0x5cf7a2(0x195),'description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x5cf7a2(0x1a3)}}};}));function _0x21cd(_0xa0042e,_0x2f77cb){_0xa0042e=_0xa0042e-0x189;var _0x185c28=_0x185c();var _0x21cd64=_0x185c28[_0xa0042e];return _0x21cd64;}function _0x185c(){var _0x4cea1b=['取り消し線','形状にトリミング','11524216nQTSSg','すべて非表示','174iLPtRv','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','39684uuOXOP','58761274lPPire','詳細を編集するオブジェクトを選択','水平反転の切り替え','塗りつぶし色','UniverProSheetsShapeUiJaJP','レイヤー','反時計回りに\x2090\x20度回転','オブジェクトがありません','図形パネルを非表示','object','中央揃え','フォントサイズを縮小','exports','9tSfWdU','背面へ移動','前面へ移動','図形パネルを開く','右揃え','文字の色','10836370rWQPeN','横方向の配置','5Gttlwb','amd','フォントサイズ','非表示','8DZZGRW','4772565ClazkQ','function','図形を削除','縦方向の配置','閉じる','4623436QGomWu','フォントサイズを拡大','オブジェクト名','229243QpBKSV','レイヤーパネルを開く','図形の挿入','すべて表示','両端揃え'];_0x185c=function(){return _0x4cea1b;};return _0x185c();}
@@ -1 +1 @@
1
- (function(_0x57bae2,_0x4c7a5e){var _0x32ded1=_0xf068,_0x15b0cc=_0x57bae2();while(!![]){try{var _0x2dbc59=-parseInt(_0x32ded1(0x133))/0x1*(-parseInt(_0x32ded1(0x119))/0x2)+parseInt(_0x32ded1(0x132))/0x3*(parseInt(_0x32ded1(0x125))/0x4)+parseInt(_0x32ded1(0x137))/0x5+parseInt(_0x32ded1(0x126))/0x6*(parseInt(_0x32ded1(0x11a))/0x7)+-parseInt(_0x32ded1(0x11c))/0x8*(parseInt(_0x32ded1(0x114))/0x9)+-parseInt(_0x32ded1(0x11d))/0xa+parseInt(_0x32ded1(0x129))/0xb*(parseInt(_0x32ded1(0x128))/0xc);if(_0x2dbc59===_0x4c7a5e)break;else _0x15b0cc['push'](_0x15b0cc['shift']());}catch(_0x534506){_0x15b0cc['push'](_0x15b0cc['shift']());}}}(_0x4966,0xa74e6),function(_0x24ef62,_0x12f2b5){var _0x447546=_0xf068;typeof exports==_0x447546(0x12e)&&typeof module<'u'?module['exports']=_0x12f2b5():typeof define==_0x447546(0x122)&&define[_0x447546(0x110)]?define([],_0x12f2b5):(_0x24ef62=typeof globalThis<'u'?globalThis:_0x24ef62||self,_0x24ef62[_0x447546(0x123)]=_0x12f2b5());}(this,function(){var _0x536c14=_0xf068;return{'sheets-shape-ui':{'align':{'top':'위쪽','middle':_0x536c14(0x11e),'bottom':'아래쪽','left':'왼쪽','center':_0x536c14(0x11e),'right':_0x536c14(0x12a)},'toolbar':{'verticalAlignMode':{'main':'세로\x20정렬'},'horizontalAlignMode':{'main':'가로\x20정렬'},'fillColor':{'main':_0x536c14(0x118)},'fontSize':_0x536c14(0x134),'fontSizeIncrease':_0x536c14(0x131),'fontSizeDecrease':_0x536c14(0x135),'alignLeft':_0x536c14(0x112),'alignCenter':_0x536c14(0x11b),'alignRight':_0x536c14(0x124),'alignJustify':'Justify','bold':_0x536c14(0x12f),'italic':_0x536c14(0x111),'underline':_0x536c14(0x12d),'strikethrough':_0x536c14(0x138),'textColor':_0x536c14(0x116),'textBackgroundColor':_0x536c14(0x130),'resetColor':_0x536c14(0x136)},'imagePanel':{'crop':{'shape':_0x536c14(0x12c)}},'permission':{'editErr':_0x536c14(0x115)},'title':'도형','insertShape':_0x536c14(0x11f),'openPanel':_0x536c14(0x117),'deleteShape':_0x536c14(0x127),'hidePanel':'도형\x20패널\x20숨기기','formatShape':_0x536c14(0x121),'shapeStyle':_0x536c14(0x10f),'shapePosition':_0x536c14(0x113),'toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':'세로\x20뒤집기\x20전환','rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':_0x536c14(0x120),'toggleTextVertical':_0x536c14(0x12b)}};}));function _0xf068(_0x4f56d8,_0x17efdc){_0x4f56d8=_0x4f56d8-0x10f;var _0x4966e1=_0x4966();var _0xf06845=_0x4966e1[_0x4f56d8];return _0xf06845;}function _0x4966(){var _0x237bca=['도형\x20위치','25524rhDifD','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','Text\x20color','도형\x20패널\x20열기','채우기\x20색상','44724rGFnYO','1257067pNmSMg','Align\x20Center','992WDcFjB','11825480RsAnOr','가운데','도형\x20삽입','반시계\x20방향으로\x2090도\x20회전','도형\x20서식','function','UniverProSheetsShapeUiKoKR','Align\x20Right','676UEKOfC','6uNbBwE','도형\x20삭제','12dyadtF','2129567cWRiob','오른쪽','텍스트\x20세로/가로\x20전환','모양에\x20맞게\x20자르기','Underline','object','Bold','Text\x20Background\x20color','글꼴\x20크기\x20증가','6141UfcdpW','25ZZaRbq','글꼴\x20크기','글꼴\x20크기\x20감소','초기화','4706635MuAIYW','Strikethrough','도형\x20스타일','amd','Italic','Align\x20Left'];_0x4966=function(){return _0x237bca;};return _0x4966();}
1
+ function _0x3512(_0x4f2390,_0x1c101d){_0x4f2390=_0x4f2390-0x72;var _0x4201ab=_0x4201();var _0x3512fc=_0x4201ab[_0x4f2390];return _0x3512fc;}(function(_0x377cca,_0x2c0dcf){var _0x5c1867=_0x3512,_0x47d24e=_0x377cca();while(!![]){try{var _0x5f43ab=parseInt(_0x5c1867(0x9a))/0x1*(parseInt(_0x5c1867(0x8b))/0x2)+parseInt(_0x5c1867(0x89))/0x3*(parseInt(_0x5c1867(0x91))/0x4)+-parseInt(_0x5c1867(0x8d))/0x5*(-parseInt(_0x5c1867(0x9e))/0x6)+parseInt(_0x5c1867(0x96))/0x7*(parseInt(_0x5c1867(0x76))/0x8)+parseInt(_0x5c1867(0x9b))/0x9+-parseInt(_0x5c1867(0x7d))/0xa*(-parseInt(_0x5c1867(0x75))/0xb)+-parseInt(_0x5c1867(0xa2))/0xc;if(_0x5f43ab===_0x2c0dcf)break;else _0x47d24e['push'](_0x47d24e['shift']());}catch(_0xf66775){_0x47d24e['push'](_0x47d24e['shift']());}}}(_0x4201,0xa3ab5),function(_0x5bacd9,_0x512fac){var _0x49ad06=_0x3512;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x512fac():typeof define==_0x49ad06(0x78)&&define[_0x49ad06(0x9c)]?define([],_0x512fac):(_0x5bacd9=typeof globalThis<'u'?globalThis:_0x5bacd9||self,_0x5bacd9['UniverProSheetsShapeUiKoKR']=_0x512fac());}(this,function(){var _0x59a032=_0x3512;return{'sheets-shape-ui':{'align':{'top':'위쪽','middle':_0x59a032(0x73),'bottom':_0x59a032(0x74),'left':'왼쪽','center':_0x59a032(0x73),'right':'오른쪽'},'toolbar':{'verticalAlignMode':{'main':_0x59a032(0x88)},'horizontalAlignMode':{'main':_0x59a032(0x7e)},'fillColor':{'main':_0x59a032(0x93)},'fontSize':'글꼴\x20크기','fontSizeIncrease':_0x59a032(0x77),'fontSizeDecrease':_0x59a032(0x82),'alignLeft':_0x59a032(0x92),'alignCenter':_0x59a032(0xa1),'alignRight':_0x59a032(0x7a),'alignJustify':'양쪽\x20맞춤','bold':'굵게','italic':_0x59a032(0x85),'underline':'밑줄','strikethrough':_0x59a032(0x90),'textColor':_0x59a032(0x99),'textBackgroundColor':_0x59a032(0x9d),'resetColor':_0x59a032(0x7b)},'imagePanel':{'crop':{'shape':_0x59a032(0x9f)}},'permission':{'editErr':_0x59a032(0x7f)},'title':'도형','insertShape':_0x59a032(0x81),'openPanel':_0x59a032(0x94),'deleteShape':_0x59a032(0x8a),'hidePanel':_0x59a032(0x98),'formatShape':_0x59a032(0x8f),'shapeStyle':_0x59a032(0x95),'shapePosition':'도형\x20위치','toggleFlipH':_0x59a032(0x86),'toggleFlipV':_0x59a032(0x8c),'rotateRight90':_0x59a032(0x84),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':'텍스트\x20세로/가로\x20전환','objectListPanel':{'title':_0x59a032(0x87),'open':_0x59a032(0x80),'empty':_0x59a032(0x72),'showAll':_0x59a032(0x83),'hideAll':'모두\x20숨기기','show':'표시','hide':_0x59a032(0xa0),'moveForward':'앞으로\x20가져오기','moveBackward':_0x59a032(0x79),'close':'닫기','name':'이름','nameInput':_0x59a032(0x8e),'description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x59a032(0x97),'noSelection':_0x59a032(0x7c)}}};}));function _0x4201(){var _0x2cd5c4=['912SEtAKC','글꼴\x20크기\x20증가','function','뒤로\x20보내기','오른쪽\x20정렬','초기화','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','96110hqFCwJ','가로\x20정렬','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','레이어\x20패널\x20열기','도형\x20삽입','글꼴\x20크기\x20감소','모두\x20표시','시계\x20방향으로\x2090도\x20회전','기울임꼴','가로\x20뒤집기\x20전환','레이어','세로\x20정렬','213JJqTUj','도형\x20삭제','22210bfwcvm','세로\x20뒤집기\x20전환','744295zslOYj','개체\x20이름','도형\x20서식','취소선','35548ZxDWUg','왼쪽\x20정렬','채우기\x20색상','도형\x20패널\x20열기','도형\x20스타일','58933JURivl','세부\x20정보','도형\x20패널\x20숨기기','글자\x20색상','114ViaHtZ','9034956DdzdrL','amd','글자\x20배경색','42yBadxA','모양에\x20맞게\x20자르기','숨기기','가운데\x20정렬','56899248MSVWDU','개체\x20없음','가운데','아래쪽','583tjxggn'];_0x4201=function(){return _0x2cd5c4;};return _0x4201();}
@@ -1 +1 @@
1
- (function(_0x434efa,_0x499c2f){var _0xeb36be=_0x2cef,_0x354289=_0x434efa();while(!![]){try{var _0x5eaf84=-parseInt(_0xeb36be(0xa0))/0x1*(-parseInt(_0xeb36be(0xa5))/0x2)+-parseInt(_0xeb36be(0xab))/0x3*(parseInt(_0xeb36be(0x98))/0x4)+parseInt(_0xeb36be(0xb1))/0x5*(-parseInt(_0xeb36be(0xb0))/0x6)+parseInt(_0xeb36be(0xad))/0x7*(parseInt(_0xeb36be(0xbb))/0x8)+-parseInt(_0xeb36be(0xaa))/0x9*(parseInt(_0xeb36be(0xa3))/0xa)+-parseInt(_0xeb36be(0xa8))/0xb*(parseInt(_0xeb36be(0xbe))/0xc)+parseInt(_0xeb36be(0xaf))/0xd;if(_0x5eaf84===_0x499c2f)break;else _0x354289['push'](_0x354289['shift']());}catch(_0x338a77){_0x354289['push'](_0x354289['shift']());}}}(_0x486e,0x9a4bc),function(_0xdb0038,_0x332d26){var _0x41bcab=_0x2cef;typeof exports==_0x41bcab(0xb7)&&typeof module<'u'?module['exports']=_0x332d26():typeof define=='function'&&define[_0x41bcab(0xb2)]?define([],_0x332d26):(_0xdb0038=typeof globalThis<'u'?globalThis:_0xdb0038||self,_0xdb0038['UniverProSheetsShapeUiPlPL']=_0x332d26());}(this,function(){var _0x2e046=_0x2cef;return{'sheets-shape-ui':{'align':{'top':'góra','middle':_0x2e046(0x95),'bottom':_0x2e046(0x99),'left':_0x2e046(0xb8),'center':_0x2e046(0x95),'right':'prawo'},'toolbar':{'verticalAlignMode':{'main':_0x2e046(0xb9)},'horizontalAlignMode':{'main':_0x2e046(0x9a)},'fillColor':{'main':_0x2e046(0xa7)},'fontSize':_0x2e046(0xb6),'fontSizeIncrease':_0x2e046(0xa2),'fontSizeDecrease':_0x2e046(0x9e),'alignLeft':'Align\x20Left','alignCenter':_0x2e046(0xae),'alignRight':_0x2e046(0xa6),'alignJustify':_0x2e046(0x9f),'bold':_0x2e046(0xa9),'italic':_0x2e046(0x9c),'underline':_0x2e046(0x97),'strikethrough':_0x2e046(0xc0),'textColor':_0x2e046(0xba),'textBackgroundColor':_0x2e046(0xbc),'resetColor':_0x2e046(0xb3)},'imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':_0x2e046(0x9b)},'title':_0x2e046(0xa4),'insertShape':'Wstaw\x20kształt','openPanel':_0x2e046(0xb5),'deleteShape':_0x2e046(0xbf),'hidePanel':_0x2e046(0x96),'formatShape':'Formatuj\x20kształt','shapeStyle':_0x2e046(0xbd),'shapePosition':_0x2e046(0xa1),'toggleFlipH':_0x2e046(0xb4),'toggleFlipV':_0x2e046(0x9d),'rotateRight90':_0x2e046(0x94),'rotateLeft90':_0x2e046(0x93),'toggleTextVertical':_0x2e046(0xac)}};}));function _0x2cef(_0x98f6f1,_0x59d053){_0x98f6f1=_0x98f6f1-0x93;var _0x486e1d=_0x486e();var _0x2cefb3=_0x486e1d[_0x98f6f1];return _0x2cefb3;}function _0x486e(){var _0x4f0579=['Kształt','194TpxyJQ','Align\x20Right','Kolor\x20wypełnienia','4301418IouMzo','Bold','45zlchtR','114882rECTru','Przełącz\x20tekst\x20pionowy','35PYxgUY','Align\x20Center','22684636gkTJhp','378OxneLY','25195DWMaVX','amd','Resetuj','Przerzuć\x20w\x20poziomie','Otwórz\x20panel\x20kształtów','Rozmiar\x20czcionki','object','lewo','Wyrównanie\x20pionowe','Text\x20color','1215560GkUSOk','Text\x20Background\x20color','Styl\x20kształtu','12OatPCt','Usuń\x20kształt','Strikethrough','Obróć\x20w\x20lewo\x20o\x2090°','Obróć\x20w\x20prawo\x20o\x2090°','środek','Ukryj\x20panel\x20kształtów','Underline','92xFVCIT','dół','Wyrównanie\x20poziome','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Italic','Przerzuć\x20w\x20pionie','Zmniejsz\x20rozmiar\x20czcionki','Justify','7293EEoSml','Pozycja\x20kształtu','Zwiększ\x20rozmiar\x20czcionki','1981730XwWJda'];_0x486e=function(){return _0x4f0579;};return _0x486e();}
1
+ function _0x1ae7(){var _0x5a1ae2=['Styl\x20kształtu','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Przytnij\x20do\x20kształtu','2554376ucreoG','Przesuń\x20do\x20przodu','Warstwy','14494766WnOGyO','30cbQrGa','4228884HzcyjH','Zwiększ\x20rozmiar\x20czcionki','UniverProSheetsShapeUiPlPL','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','amd','Otwórz\x20panel\x20kształtów','Ukryj\x20panel\x20kształtów','1123112GsWQHL','object','Formatuj\x20kształt','8270896LOnxTQ','góra','Resetuj','3nADvto','1129664SyZhFR','Kształt','Nazwa\x20obiektu','Przerzuć\x20w\x20poziomie','Kolor\x20tła\x20tekstu','Pozycja\x20kształtu','Pokaż','Kolor\x20tekstu','Opis','Pogrubienie','1672278zPBraV','Przełącz\x20tekst\x20pionowy','Przesuń\x20do\x20tyłu','Obróć\x20w\x20prawo\x20o\x2090°','Wyrównanie\x20pionowe','środek','Wyjustuj','Wstaw\x20kształt','Nazwa','Zmniejsz\x20rozmiar\x20czcionki','Brak\x20obiektów','Wyrównaj\x20do\x20środka','Przekreślenie','7BMOgHS','Ukryj','Szczegóły','Otwórz\x20panel\x20warstw','Przerzuć\x20w\x20pionie','Rozmiar\x20czcionki','Wyrównaj\x20do\x20lewej','Dodaj\x20opis','10ZJvkHq','Kolor\x20wypełnienia','Zamknij'];_0x1ae7=function(){return _0x5a1ae2;};return _0x1ae7();}function _0x1f92(_0x1d2d4a,_0x1b3d5f){_0x1d2d4a=_0x1d2d4a-0x19c;var _0x1ae714=_0x1ae7();var _0x1f9294=_0x1ae714[_0x1d2d4a];return _0x1f9294;}(function(_0x2fe966,_0x36d3c8){var _0x9c259b=_0x1f92,_0x388316=_0x2fe966();while(!![]){try{var _0x38681d=-parseInt(_0x9c259b(0x1ab))/0x1+-parseInt(_0x9c259b(0x1b2))/0x2+parseInt(_0x9c259b(0x1b1))/0x3*(-parseInt(_0x9c259b(0x19f))/0x4)+parseInt(_0x9c259b(0x1d1))/0x5*(parseInt(_0x9c259b(0x1bc))/0x6)+parseInt(_0x9c259b(0x1c9))/0x7*(-parseInt(_0x9c259b(0x1ae))/0x8)+-parseInt(_0x9c259b(0x1a4))/0x9+parseInt(_0x9c259b(0x1a3))/0xa*(parseInt(_0x9c259b(0x1a2))/0xb);if(_0x38681d===_0x36d3c8)break;else _0x388316['push'](_0x388316['shift']());}catch(_0x14a48b){_0x388316['push'](_0x388316['shift']());}}}(_0x1ae7,0xa614c),function(_0x345105,_0x26c527){var _0x51b635=_0x1f92;typeof exports==_0x51b635(0x1ac)&&typeof module<'u'?module['exports']=_0x26c527():typeof define=='function'&&define[_0x51b635(0x1a8)]?define([],_0x26c527):(_0x345105=typeof globalThis<'u'?globalThis:_0x345105||self,_0x345105[_0x51b635(0x1a6)]=_0x26c527());}(this,function(){var _0x4c8fd8=_0x1f92;return{'sheets-shape-ui':{'align':{'top':_0x4c8fd8(0x1af),'middle':'środek','bottom':'dół','left':'lewo','center':_0x4c8fd8(0x1c1),'right':'prawo'},'toolbar':{'verticalAlignMode':{'main':_0x4c8fd8(0x1c0)},'horizontalAlignMode':{'main':'Wyrównanie\x20poziome'},'fillColor':{'main':_0x4c8fd8(0x1d2)},'fontSize':_0x4c8fd8(0x1ce),'fontSizeIncrease':_0x4c8fd8(0x1a5),'fontSizeDecrease':_0x4c8fd8(0x1c5),'alignLeft':_0x4c8fd8(0x1cf),'alignCenter':_0x4c8fd8(0x1c7),'alignRight':'Wyrównaj\x20do\x20prawej','alignJustify':_0x4c8fd8(0x1c2),'bold':_0x4c8fd8(0x1bb),'italic':'Kursywa','underline':'Podkreślenie','strikethrough':_0x4c8fd8(0x1c8),'textColor':_0x4c8fd8(0x1b9),'textBackgroundColor':_0x4c8fd8(0x1b6),'resetColor':_0x4c8fd8(0x1b0)},'imagePanel':{'crop':{'shape':_0x4c8fd8(0x19e)}},'permission':{'editErr':_0x4c8fd8(0x1a7)},'title':_0x4c8fd8(0x1b3),'insertShape':_0x4c8fd8(0x1c3),'openPanel':_0x4c8fd8(0x1a9),'deleteShape':'Usuń\x20kształt','hidePanel':_0x4c8fd8(0x1aa),'formatShape':_0x4c8fd8(0x1ad),'shapeStyle':_0x4c8fd8(0x19c),'shapePosition':_0x4c8fd8(0x1b7),'toggleFlipH':_0x4c8fd8(0x1b5),'toggleFlipV':_0x4c8fd8(0x1cd),'rotateRight90':_0x4c8fd8(0x1bf),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':_0x4c8fd8(0x1bd),'objectListPanel':{'title':_0x4c8fd8(0x1a1),'open':_0x4c8fd8(0x1cc),'empty':_0x4c8fd8(0x1c6),'showAll':'Pokaż\x20wszystko','hideAll':'Ukryj\x20wszystko','show':_0x4c8fd8(0x1b8),'hide':_0x4c8fd8(0x1ca),'moveForward':_0x4c8fd8(0x1a0),'moveBackward':_0x4c8fd8(0x1be),'close':_0x4c8fd8(0x1d3),'name':_0x4c8fd8(0x1c4),'nameInput':_0x4c8fd8(0x1b4),'description':_0x4c8fd8(0x1ba),'descriptionPlaceholder':_0x4c8fd8(0x1d0),'details':_0x4c8fd8(0x1cb),'noSelection':_0x4c8fd8(0x19d)}}};}));
@@ -1 +1 @@
1
- function _0x5c19(_0x3a0ba9,_0x253384){_0x3a0ba9=_0x3a0ba9-0x1c5;var _0x543ed1=_0x543e();var _0x5c197f=_0x543ed1[_0x3a0ba9];return _0x5c197f;}(function(_0x59da1e,_0x5760fe){var _0x19d86d=_0x5c19,_0x5a53ee=_0x59da1e();while(!![]){try{var _0x5a96cc=parseInt(_0x19d86d(0x1e2))/0x1+-parseInt(_0x19d86d(0x1e1))/0x2*(-parseInt(_0x19d86d(0x1e3))/0x3)+-parseInt(_0x19d86d(0x1c6))/0x4*(parseInt(_0x19d86d(0x1e6))/0x5)+-parseInt(_0x19d86d(0x1ca))/0x6+-parseInt(_0x19d86d(0x1c9))/0x7*(-parseInt(_0x19d86d(0x1de))/0x8)+parseInt(_0x19d86d(0x1f2))/0x9+parseInt(_0x19d86d(0x1c8))/0xa*(parseInt(_0x19d86d(0x1f3))/0xb);if(_0x5a96cc===_0x5760fe)break;else _0x5a53ee['push'](_0x5a53ee['shift']());}catch(_0xc3162b){_0x5a53ee['push'](_0x5a53ee['shift']());}}}(_0x543e,0x9997a),function(_0x2bfb3b,_0x4d5ec5){var _0x3674cd=_0x5c19;typeof exports==_0x3674cd(0x1ee)&&typeof module<'u'?module['exports']=_0x4d5ec5():typeof define==_0x3674cd(0x1d5)&&define[_0x3674cd(0x1cf)]?define([],_0x4d5ec5):(_0x2bfb3b=typeof globalThis<'u'?globalThis:_0x2bfb3b||self,_0x2bfb3b[_0x3674cd(0x1cd)]=_0x4d5ec5());}(this,function(){var _0x239016=_0x5c19;return{'sheets-shape-ui':{'align':{'top':_0x239016(0x1cb),'middle':_0x239016(0x1f0),'bottom':_0x239016(0x1dc),'left':_0x239016(0x1ea),'center':_0x239016(0x1c5),'right':_0x239016(0x1e7)},'toolbar':{'verticalAlignMode':{'main':_0x239016(0x1e8)},'horizontalAlignMode':{'main':_0x239016(0x1ec)},'fillColor':{'main':_0x239016(0x1e9)},'fontSize':_0x239016(0x1da),'fontSizeIncrease':_0x239016(0x1d3),'fontSizeDecrease':_0x239016(0x1c7),'alignLeft':_0x239016(0x1d0),'alignCenter':'Align\x20Center','alignRight':_0x239016(0x1d2),'alignJustify':'Justify','bold':_0x239016(0x1d8),'italic':_0x239016(0x1ef),'underline':_0x239016(0x1db),'strikethrough':_0x239016(0x1e5),'textColor':_0x239016(0x1cc),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x239016(0x1d4)},'imagePanel':{'crop':{'shape':_0x239016(0x1eb)}},'permission':{'editErr':_0x239016(0x1d6)},'title':_0x239016(0x1d1),'insertShape':'Inserir\x20forma','openPanel':_0x239016(0x1f1),'deleteShape':_0x239016(0x1df),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':'Formatar\x20forma','shapeStyle':_0x239016(0x1ce),'shapePosition':_0x239016(0x1d9),'toggleFlipH':_0x239016(0x1dd),'toggleFlipV':_0x239016(0x1e0),'rotateRight90':_0x239016(0x1e4),'rotateLeft90':_0x239016(0x1ed),'toggleTextVertical':_0x239016(0x1d7)}};}));function _0x543e(){var _0x514a8f=['object','Italic','meio','Abrir\x20painel\x20de\x20formas','8066835BZYpJx','44EiCxit','centro','2552pNeOHt','Diminuir\x20tamanho\x20da\x20fonte','1858760MeqvdF','2513xysrDw','5216442Uqgudt','superior','Text\x20color','UniverProSheetsShapeUiPtBR','Estilo\x20da\x20forma','amd','Align\x20Left','Forma','Align\x20Right','Aumentar\x20tamanho\x20da\x20fonte','Redefinir','function','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Alternar\x20texto\x20vertical','Bold','Posição\x20da\x20forma','Tamanho\x20da\x20fonte','Underline','inferior','Alternar\x20inversão\x20horizontal','13592lthQbI','Excluir\x20forma','Alternar\x20inversão\x20vertical','28yLWaLF','219983kjnKag','34959WDRoWT','Girar\x2090°\x20para\x20direita','Strikethrough','8890eRNMTC','direita','Alinhamento\x20vertical','Cor\x20de\x20preenchimento','esquerda','Cortar\x20para\x20forma','Alinhamento\x20horizontal','Girar\x2090°\x20para\x20esquerda'];_0x543e=function(){return _0x514a8f;};return _0x543e();}
1
+ function _0x255e(_0x3ff57a,_0x506537){_0x3ff57a=_0x3ff57a-0x1f4;var _0x325b87=_0x325b();var _0x255e12=_0x325b87[_0x3ff57a];return _0x255e12;}(function(_0x172932,_0x474c45){var _0x7f43c0=_0x255e,_0x55fcfa=_0x172932();while(!![]){try{var _0xbe809c=-parseInt(_0x7f43c0(0x226))/0x1*(parseInt(_0x7f43c0(0x20d))/0x2)+-parseInt(_0x7f43c0(0x21d))/0x3+-parseInt(_0x7f43c0(0x1f9))/0x4*(-parseInt(_0x7f43c0(0x203))/0x5)+parseInt(_0x7f43c0(0x209))/0x6*(parseInt(_0x7f43c0(0x1fd))/0x7)+-parseInt(_0x7f43c0(0x1f7))/0x8*(parseInt(_0x7f43c0(0x227))/0x9)+parseInt(_0x7f43c0(0x222))/0xa+parseInt(_0x7f43c0(0x21b))/0xb;if(_0xbe809c===_0x474c45)break;else _0x55fcfa['push'](_0x55fcfa['shift']());}catch(_0x210597){_0x55fcfa['push'](_0x55fcfa['shift']());}}}(_0x325b,0x34e62),function(_0xcc9340,_0x607d82){var _0x36645c=_0x255e;typeof exports==_0x36645c(0x1fe)&&typeof module<'u'?module['exports']=_0x607d82():typeof define==_0x36645c(0x214)&&define[_0x36645c(0x221)]?define([],_0x607d82):(_0xcc9340=typeof globalThis<'u'?globalThis:_0xcc9340||self,_0xcc9340['UniverProSheetsShapeUiPtBR']=_0x607d82());}(this,function(){var _0xc00aa=_0x255e;return{'sheets-shape-ui':{'align':{'top':_0xc00aa(0x21e),'middle':_0xc00aa(0x218),'bottom':_0xc00aa(0x21f),'left':_0xc00aa(0x20b),'center':_0xc00aa(0x202),'right':'direita'},'toolbar':{'verticalAlignMode':{'main':_0xc00aa(0x220)},'horizontalAlignMode':{'main':_0xc00aa(0x201)},'fillColor':{'main':_0xc00aa(0x21c)},'fontSize':_0xc00aa(0x22d),'fontSizeIncrease':_0xc00aa(0x219),'fontSizeDecrease':_0xc00aa(0x225),'alignLeft':_0xc00aa(0x1fb),'alignCenter':_0xc00aa(0x228),'alignRight':_0xc00aa(0x22c),'alignJustify':_0xc00aa(0x22f),'bold':_0xc00aa(0x210),'italic':'Itálico','underline':'Sublinhado','strikethrough':_0xc00aa(0x213),'textColor':_0xc00aa(0x1f4),'textBackgroundColor':_0xc00aa(0x1f5),'resetColor':_0xc00aa(0x211)},'imagePanel':{'crop':{'shape':_0xc00aa(0x22e)}},'permission':{'editErr':_0xc00aa(0x200)},'title':_0xc00aa(0x22b),'insertShape':_0xc00aa(0x204),'openPanel':_0xc00aa(0x1fc),'deleteShape':_0xc00aa(0x223),'hidePanel':_0xc00aa(0x22a),'formatShape':_0xc00aa(0x212),'shapeStyle':_0xc00aa(0x21a),'shapePosition':'Posição\x20da\x20forma','toggleFlipH':_0xc00aa(0x217),'toggleFlipV':_0xc00aa(0x20c),'rotateRight90':_0xc00aa(0x215),'rotateLeft90':_0xc00aa(0x206),'toggleTextVertical':_0xc00aa(0x208),'objectListPanel':{'title':_0xc00aa(0x207),'open':_0xc00aa(0x1f8),'empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':_0xc00aa(0x229),'show':_0xc00aa(0x20a),'hide':_0xc00aa(0x205),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0xc00aa(0x1fa),'close':_0xc00aa(0x1ff),'name':_0xc00aa(0x216),'nameInput':'Nome\x20do\x20objeto','description':_0xc00aa(0x20e),'descriptionPlaceholder':_0xc00aa(0x224),'details':_0xc00aa(0x1f6),'noSelection':_0xc00aa(0x20f)}}};}));function _0x325b(){var _0x543d81=['Alinhar\x20à\x20esquerda','Abrir\x20painel\x20de\x20formas','4368NrnUsq','object','Fechar','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Alinhamento\x20horizontal','centro','450LfdLXl','Inserir\x20forma','Ocultar','Girar\x2090°\x20para\x20esquerda','Camadas','Alternar\x20texto\x20vertical','4044bTfPJJ','Mostrar','esquerda','Alternar\x20inversão\x20vertical','1658ULOdXm','Descrição','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Negrito','Redefinir','Formatar\x20forma','Tachado','function','Girar\x2090°\x20para\x20direita','Nome','Alternar\x20inversão\x20horizontal','meio','Aumentar\x20tamanho\x20da\x20fonte','Estilo\x20da\x20forma','2933018WWatOn','Cor\x20de\x20preenchimento','307941nxmAgq','superior','inferior','Alinhamento\x20vertical','amd','255490MZkSiA','Excluir\x20forma','Adicionar\x20descrição','Diminuir\x20tamanho\x20da\x20fonte','390ytzSIq','18RTVnhJ','Alinhar\x20ao\x20centro','Ocultar\x20tudo','Ocultar\x20painel\x20de\x20formas','Forma','Alinhar\x20à\x20direita','Tamanho\x20da\x20fonte','Cortar\x20para\x20forma','Justificar','Cor\x20do\x20texto','Cor\x20de\x20fundo\x20do\x20texto','Detalhes','315448QLjdvJ','Abrir\x20painel\x20de\x20camadas','388XonDQG','Enviar\x20para\x20trás'];_0x325b=function(){return _0x543d81;};return _0x325b();}
@@ -1 +1 @@
1
- function _0x2925(){var _0x283b73=['74ymsAsI','Align\x20Center','36cVKGoe','108EUerzG','7jcrqsR','Верх','Align\x20Left','4392861kiylRI','8344296hBaWfy','Переключить\x20горизонтальное\x20отражение','Фигура','exports','Увеличить\x20размер\x20шрифта','Вертикальное\x20выравнивание','Italic','Strikethrough','Переключить\x20вертикальное\x20отражение','function','Горизонтальное\x20выравнивание','Лево','UniverProSheetsShapeUiRuRU','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Центр','Text\x20color','object','Уменьшить\x20размер\x20шрифта','2309290WcPVyg','1590330fypUDc','Justify','29617fOGorA','Удалить\x20фигуру','Text\x20Background\x20color','Размер\x20шрифта','Обрезать\x20по\x20форме','Цвет\x20заливки','9053544ffAqft','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Право','Вставить\x20фигуру','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','5DDbKVj','Скрыть\x20панель\x20фигур','Низ','Положение\x20фигуры','Стиль\x20фигуры','21936CGLeHE'];_0x2925=function(){return _0x283b73;};return _0x2925();}function _0x1992(_0x5abeb0,_0x56871c){_0x5abeb0=_0x5abeb0-0x150;var _0x29252f=_0x2925();var _0x19923a=_0x29252f[_0x5abeb0];return _0x19923a;}(function(_0x49bbc2,_0x5ec103){var _0x502491=_0x1992,_0x52e41a=_0x49bbc2();while(!![]){try{var _0x533267=-parseInt(_0x502491(0x15d))/0x1*(-parseInt(_0x502491(0x16e))/0x2)+parseInt(_0x502491(0x16d))/0x3*(-parseInt(_0x502491(0x171))/0x4)+-parseInt(_0x502491(0x168))/0x5*(parseInt(_0x502491(0x15b))/0x6)+parseInt(_0x502491(0x172))/0x7*(-parseInt(_0x502491(0x163))/0x8)+-parseInt(_0x502491(0x170))/0x9*(-parseInt(_0x502491(0x15a))/0xa)+-parseInt(_0x502491(0x175))/0xb+parseInt(_0x502491(0x176))/0xc;if(_0x533267===_0x5ec103)break;else _0x52e41a['push'](_0x52e41a['shift']());}catch(_0x15b6fc){_0x52e41a['push'](_0x52e41a['shift']());}}}(_0x2925,0xb01e4),function(_0x3cf86c,_0x194908){var _0xbe1b94=_0x1992;typeof exports==_0xbe1b94(0x158)&&typeof module<'u'?module[_0xbe1b94(0x179)]=_0x194908():typeof define==_0xbe1b94(0x151)&&define['amd']?define([],_0x194908):(_0x3cf86c=typeof globalThis<'u'?globalThis:_0x3cf86c||self,_0x3cf86c[_0xbe1b94(0x154)]=_0x194908());}(this,function(){var _0x330641=_0x1992;return{'sheets-shape-ui':{'align':{'top':_0x330641(0x173),'middle':'Середина','bottom':_0x330641(0x16a),'left':_0x330641(0x153),'center':_0x330641(0x156),'right':_0x330641(0x165)},'toolbar':{'verticalAlignMode':{'main':_0x330641(0x17b)},'horizontalAlignMode':{'main':_0x330641(0x152)},'fillColor':{'main':_0x330641(0x162)},'fontSize':_0x330641(0x160),'fontSizeIncrease':_0x330641(0x17a),'fontSizeDecrease':_0x330641(0x159),'alignLeft':_0x330641(0x174),'alignCenter':_0x330641(0x16f),'alignRight':'Align\x20Right','alignJustify':_0x330641(0x15c),'bold':'Bold','italic':_0x330641(0x17c),'underline':'Underline','strikethrough':_0x330641(0x17d),'textColor':_0x330641(0x157),'textBackgroundColor':_0x330641(0x15f),'resetColor':'Сбросить'},'imagePanel':{'crop':{'shape':_0x330641(0x161)}},'permission':{'editErr':_0x330641(0x164)},'title':_0x330641(0x178),'insertShape':_0x330641(0x166),'openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0x330641(0x15e),'hidePanel':_0x330641(0x169),'formatShape':'Форматировать\x20фигуру','shapeStyle':_0x330641(0x16c),'shapePosition':_0x330641(0x16b),'toggleFlipH':_0x330641(0x177),'toggleFlipV':_0x330641(0x150),'rotateRight90':_0x330641(0x155),'rotateLeft90':_0x330641(0x167),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста'}};}));
1
+ function _0x9daf(_0x3d5b1f,_0x2a967b){_0x3d5b1f=_0x3d5b1f-0xec;var _0x2399e8=_0x2399();var _0x9daf09=_0x2399e8[_0x3d5b1f];return _0x9daf09;}function _0x2399(){var _0x5cef81=['Имя','6273948yzGUoK','Переключить\x20горизонтальное\x20отражение','Выберите\x20объект\x20для\x20редактирования\x20сведений','Увеличить\x20размер\x20шрифта','Подчеркнутый','Скрыть\x20все','Обрезать\x20по\x20форме','Добавить\x20описание','Переместить\x20вперед','object','Уменьшить\x20размер\x20шрифта','Фигура','Вертикальное\x20выравнивание','Горизонтальное\x20выравнивание','Выровнять\x20по\x20правому\x20краю','Лево','Имя\x20объекта','Центр','Переключить\x20вертикальное\x20отражение','amd','Слои','exports','Курсив','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Сведения','Переместить\x20назад','Верх','Сбросить','Закрыть','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','156RgaMDu','Показать','549HYrlGB','84MRcEMl','1833578xPgQCo','41110lSletA','Открыть\x20панель\x20фигур','499080ifhdIP','Описание','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','42850ppiweO','2452252fkOVfg','Середина','Удалить\x20фигуру','3ypzwAM','Положение\x20фигуры','11orBIkb','Выровнять\x20по\x20левому\x20краю','Цвет\x20заливки','Выровнять\x20по\x20центру','102192uTuZQS','function'];_0x2399=function(){return _0x5cef81;};return _0x2399();}(function(_0x5636d3,_0x102022){var _0x155aed=_0x9daf,_0xbbf5b=_0x5636d3();while(!![]){try{var _0x31aefe=parseInt(_0x155aed(0x11e))/0x1+-parseInt(_0x155aed(0x11b))/0x2+-parseInt(_0x155aed(0xf0))/0x3*(-parseInt(_0x155aed(0xed))/0x4)+parseInt(_0x155aed(0xec))/0x5*(-parseInt(_0x155aed(0x117))/0x6)+parseInt(_0x155aed(0x11a))/0x7*(-parseInt(_0x155aed(0xf6))/0x8)+-parseInt(_0x155aed(0x119))/0x9*(-parseInt(_0x155aed(0x11c))/0xa)+-parseInt(_0x155aed(0xf2))/0xb*(-parseInt(_0x155aed(0xf9))/0xc);if(_0x31aefe===_0x102022)break;else _0xbbf5b['push'](_0xbbf5b['shift']());}catch(_0x4d103d){_0xbbf5b['push'](_0xbbf5b['shift']());}}}(_0x2399,0x90bce),function(_0x46262f,_0x1b5d9e){var _0x2eea5f=_0x9daf;typeof exports==_0x2eea5f(0x102)&&typeof module<'u'?module[_0x2eea5f(0x10e)]=_0x1b5d9e():typeof define==_0x2eea5f(0xf7)&&define[_0x2eea5f(0x10c)]?define([],_0x1b5d9e):(_0x46262f=typeof globalThis<'u'?globalThis:_0x46262f||self,_0x46262f['UniverProSheetsShapeUiRuRU']=_0x1b5d9e());}(this,function(){var _0x237deb=_0x9daf;return{'sheets-shape-ui':{'align':{'top':_0x237deb(0x113),'middle':_0x237deb(0xee),'bottom':'Низ','left':_0x237deb(0x108),'center':_0x237deb(0x10a),'right':'Право'},'toolbar':{'verticalAlignMode':{'main':_0x237deb(0x105)},'horizontalAlignMode':{'main':_0x237deb(0x106)},'fillColor':{'main':_0x237deb(0xf4)},'fontSize':'Размер\x20шрифта','fontSizeIncrease':_0x237deb(0xfc),'fontSizeDecrease':_0x237deb(0x103),'alignLeft':_0x237deb(0xf3),'alignCenter':_0x237deb(0xf5),'alignRight':_0x237deb(0x107),'alignJustify':'Выровнять\x20по\x20ширине','bold':'Полужирный','italic':_0x237deb(0x10f),'underline':_0x237deb(0xfd),'strikethrough':'Зачеркнутый','textColor':'Цвет\x20текста','textBackgroundColor':'Цвет\x20фона\x20текста','resetColor':_0x237deb(0x114)},'imagePanel':{'crop':{'shape':_0x237deb(0xff)}},'permission':{'editErr':_0x237deb(0x110)},'title':_0x237deb(0x104),'insertShape':'Вставить\x20фигуру','openPanel':_0x237deb(0x11d),'deleteShape':_0x237deb(0xef),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':'Форматировать\x20фигуру','shapeStyle':'Стиль\x20фигуры','shapePosition':_0x237deb(0xf1),'toggleFlipH':_0x237deb(0xfa),'toggleFlipV':_0x237deb(0x10b),'rotateRight90':_0x237deb(0x116),'rotateLeft90':_0x237deb(0x120),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','objectListPanel':{'title':_0x237deb(0x10d),'open':'Открыть\x20панель\x20слоев','empty':'Нет\x20объектов','showAll':'Показать\x20все','hideAll':_0x237deb(0xfe),'show':_0x237deb(0x118),'hide':'Скрыть','moveForward':_0x237deb(0x101),'moveBackward':_0x237deb(0x112),'close':_0x237deb(0x115),'name':_0x237deb(0xf8),'nameInput':_0x237deb(0x109),'description':_0x237deb(0x11f),'descriptionPlaceholder':_0x237deb(0x100),'details':_0x237deb(0x111),'noSelection':_0x237deb(0xfb)}}};}));
@@ -1 +1 @@
1
- function _0x1ea3(){var _0x14ff80=['Otočiť\x20doprava\x20o\x2090°','Farba\x20výplne','UniverProSheetsShapeUiSkSK','Přepnout\x20text\x20vertikálně','1663551HXxZMx','Vložiť\x20tvar','amd','Text\x20Background\x20color','na\x20stred','Align\x20Center','function','16qWRMkB','Zvislé\x20zarovnanie','120KeslAz','4024XjYUzc','Veľkosť\x20písma','stred','Otvoriť\x20panel\x20tvarov','Zmenšiť\x20písmo','2229475fhkAni','Align\x20Left','exports','149202OVinpp','640997ggUxep','4dxcFPn','Obnoviť','Align\x20Right','Formátovať\x20tvar','Štýl\x20tvaru','object','253791vpvyVZ','Zväčšiť\x20písmo','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Prepnúť\x20vodorovné\x20prevrátenie','Poloha\x20tvaru','vľavo','Prepnúť\x20zvislé\x20prevrátenie','2567279xLojGX','Skryť\x20panel\x20tvarov','hore','Otočiť\x20doľava\x20o\x2090°','6HrhXnr','Italic'];_0x1ea3=function(){return _0x14ff80;};return _0x1ea3();}function _0x2afa(_0x5be99c,_0x410b51){_0x5be99c=_0x5be99c-0x1b3;var _0x1ea396=_0x1ea3();var _0x2afabb=_0x1ea396[_0x5be99c];return _0x2afabb;}(function(_0x1d78c1,_0x11a7ae){var _0xbd1290=_0x2afa,_0x393483=_0x1d78c1();while(!![]){try{var _0x315658=parseInt(_0xbd1290(0x1ca))/0x1+-parseInt(_0xbd1290(0x1d2))/0x2+-parseInt(_0xbd1290(0x1c0))/0x3*(-parseInt(_0xbd1290(0x1d4))/0x4)+parseInt(_0xbd1290(0x1cf))/0x5*(-parseInt(_0xbd1290(0x1ba))/0x6)+-parseInt(_0xbd1290(0x1d3))/0x7*(-parseInt(_0xbd1290(0x1c7))/0x8)+parseInt(_0xbd1290(0x1da))/0x9*(parseInt(_0xbd1290(0x1c9))/0xa)+-parseInt(_0xbd1290(0x1b6))/0xb;if(_0x315658===_0x11a7ae)break;else _0x393483['push'](_0x393483['shift']());}catch(_0xf41f08){_0x393483['push'](_0x393483['shift']());}}}(_0x1ea3,0x4fa2a),function(_0x569c0a,_0x6a5f93){var _0x2c7789=_0x2afa;typeof exports==_0x2c7789(0x1d9)&&typeof module<'u'?module[_0x2c7789(0x1d1)]=_0x6a5f93():typeof define==_0x2c7789(0x1c6)&&define[_0x2c7789(0x1c2)]?define([],_0x6a5f93):(_0x569c0a=typeof globalThis<'u'?globalThis:_0x569c0a||self,_0x569c0a[_0x2c7789(0x1be)]=_0x6a5f93());}(this,function(){var _0x2f5d78=_0x2afa;return{'sheets-shape-ui':{'align':{'top':_0x2f5d78(0x1b8),'middle':_0x2f5d78(0x1cc),'bottom':'dole','left':_0x2f5d78(0x1b4),'center':_0x2f5d78(0x1c4),'right':'vpravo'},'toolbar':{'verticalAlignMode':{'main':_0x2f5d78(0x1c8)},'horizontalAlignMode':{'main':'Vodorovné\x20zarovnanie'},'fillColor':{'main':_0x2f5d78(0x1bd)},'fontSize':_0x2f5d78(0x1cb),'fontSizeIncrease':_0x2f5d78(0x1db),'fontSizeDecrease':_0x2f5d78(0x1ce),'alignLeft':_0x2f5d78(0x1d0),'alignCenter':_0x2f5d78(0x1c5),'alignRight':_0x2f5d78(0x1d6),'alignJustify':'Justify','bold':'Bold','italic':_0x2f5d78(0x1bb),'underline':'Underline','strikethrough':'Strikethrough','textColor':'Text\x20color','textBackgroundColor':_0x2f5d78(0x1c3),'resetColor':_0x2f5d78(0x1d5)},'imagePanel':{'crop':{'shape':'Oříznout\x20podle\x20tvaru'}},'permission':{'editErr':_0x2f5d78(0x1dc)},'title':'Tvar','insertShape':_0x2f5d78(0x1c1),'openPanel':_0x2f5d78(0x1cd),'deleteShape':'Odstrániť\x20tvar','hidePanel':_0x2f5d78(0x1b7),'formatShape':_0x2f5d78(0x1d7),'shapeStyle':_0x2f5d78(0x1d8),'shapePosition':_0x2f5d78(0x1b3),'toggleFlipH':_0x2f5d78(0x1dd),'toggleFlipV':_0x2f5d78(0x1b5),'rotateRight90':_0x2f5d78(0x1bc),'rotateLeft90':_0x2f5d78(0x1b9),'toggleTextVertical':_0x2f5d78(0x1bf)}};}));
1
+ function _0x2ee5(_0x319b56,_0x5b18b1){_0x319b56=_0x319b56-0xa8;var _0x260ded=_0x260d();var _0x2ee502=_0x260ded[_0x319b56];return _0x2ee502;}(function(_0x58a250,_0x55c13){var _0x2c2718=_0x2ee5,_0x5a4973=_0x58a250();while(!![]){try{var _0x40709a=-parseInt(_0x2c2718(0xae))/0x1*(-parseInt(_0x2c2718(0xc6))/0x2)+-parseInt(_0x2c2718(0xba))/0x3+-parseInt(_0x2c2718(0xce))/0x4+-parseInt(_0x2c2718(0xc8))/0x5*(-parseInt(_0x2c2718(0xd5))/0x6)+-parseInt(_0x2c2718(0xbc))/0x7*(parseInt(_0x2c2718(0xd0))/0x8)+-parseInt(_0x2c2718(0xad))/0x9*(parseInt(_0x2c2718(0xbb))/0xa)+parseInt(_0x2c2718(0xc2))/0xb;if(_0x40709a===_0x55c13)break;else _0x5a4973['push'](_0x5a4973['shift']());}catch(_0x13fe5c){_0x5a4973['push'](_0x5a4973['shift']());}}}(_0x260d,0x9ddea),function(_0xc1915a,_0x11af00){var _0x43eb9a=_0x2ee5;typeof exports==_0x43eb9a(0xd3)&&typeof module<'u'?module[_0x43eb9a(0xab)]=_0x11af00():typeof define=='function'&&define[_0x43eb9a(0xdc)]?define([],_0x11af00):(_0xc1915a=typeof globalThis<'u'?globalThis:_0xc1915a||self,_0xc1915a[_0x43eb9a(0xc9)]=_0x11af00());}(this,function(){var _0x15b213=_0x2ee5;return{'sheets-shape-ui':{'align':{'top':_0x15b213(0xc0),'middle':'stred','bottom':'dole','left':_0x15b213(0xca),'center':_0x15b213(0xd4),'right':_0x15b213(0xd2)},'toolbar':{'verticalAlignMode':{'main':_0x15b213(0xaf)},'horizontalAlignMode':{'main':_0x15b213(0xb3)},'fillColor':{'main':'Farba\x20výplne'},'fontSize':_0x15b213(0xc1),'fontSizeIncrease':_0x15b213(0xaa),'fontSizeDecrease':_0x15b213(0xd6),'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x15b213(0xdb),'alignRight':_0x15b213(0xcc),'alignJustify':'Zarovnať\x20do\x20bloku','bold':_0x15b213(0xd9),'italic':_0x15b213(0xbf),'underline':'Podčiarknutie','strikethrough':'Prečiarknuté','textColor':_0x15b213(0xa9),'textBackgroundColor':_0x15b213(0xc4),'resetColor':'Obnoviť'},'imagePanel':{'crop':{'shape':_0x15b213(0xda)}},'permission':{'editErr':_0x15b213(0xd7)},'title':'Tvar','insertShape':_0x15b213(0xdd),'openPanel':_0x15b213(0xac),'deleteShape':_0x15b213(0xbe),'hidePanel':_0x15b213(0xb0),'formatShape':'Formátovať\x20tvar','shapeStyle':_0x15b213(0xb9),'shapePosition':_0x15b213(0xb2),'toggleFlipH':'Prepnúť\x20vodorovné\x20prevrátenie','toggleFlipV':_0x15b213(0xd8),'rotateRight90':_0x15b213(0xa8),'rotateLeft90':_0x15b213(0xcd),'toggleTextVertical':_0x15b213(0xc5),'objectListPanel':{'title':_0x15b213(0xb7),'open':_0x15b213(0xcf),'empty':'Žiadne\x20objekty','showAll':'Zobraziť\x20všetko','hideAll':_0x15b213(0xb1),'show':_0x15b213(0xb4),'hide':'Skryť','moveForward':_0x15b213(0xcb),'moveBackward':_0x15b213(0xd1),'close':_0x15b213(0xb8),'name':_0x15b213(0xc3),'nameInput':_0x15b213(0xde),'description':_0x15b213(0xc7),'descriptionPlaceholder':_0x15b213(0xb6),'details':_0x15b213(0xb5),'noSelection':_0x15b213(0xbd)}}};}));function _0x260d(){var _0x4cdf24=['Otočiť\x20doprava\x20o\x2090°','Farba\x20textu','Zväčšiť\x20písmo','exports','Otvoriť\x20panel\x20tvarov','9cfJdWH','2jTHcxS','Zvislé\x20zarovnanie','Skryť\x20panel\x20tvarov','Skryť\x20všetko','Poloha\x20tvaru','Vodorovné\x20zarovnanie','Zobraziť','Podrobnosti','Pridat\x20popis','Vrstvy','Zavrieť','Štýl\x20tvaru','1254096drfNWM','6563230LgvAHc','6952001fMqtgh','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Odstrániť\x20tvar','Kurzíva','hore','Veľkosť\x20písma','26087413nhMKQz','Názov','Farba\x20pozadia\x20textu','Přepnout\x20text\x20vertikálně','739488IcObvA','Popis','2992130znMOnD','UniverProSheetsShapeUiSkSK','vľavo','Posunúť\x20dopredu','Zarovnať\x20doprava','Otočiť\x20doľava\x20o\x2090°','3981460dRWAVR','Otvoriť\x20panel\x20vrstiev','8BILqoq','Posunúť\x20dozadu','vpravo','object','na\x20stred','6bvRAzM','Zmenšiť\x20písmo','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Prepnúť\x20zvislé\x20prevrátenie','Tučné','Oříznout\x20podle\x20tvaru','Zarovnať\x20na\x20stred','amd','Vložiť\x20tvar','Názov\x20objektu'];_0x260d=function(){return _0x4cdf24;};return _0x260d();}
@@ -1 +1 @@
1
- function _0x4ad2(_0x353405,_0x237271){_0x353405=_0x353405-0x132;var _0x334535=_0x3345();var _0x4ad2f2=_0x334535[_0x353405];return _0x4ad2f2;}function _0x3345(){var _0x15b637=['Strikethrough','131499chVviK','Căn\x20phải','Căn\x20trái','Căn\x20trên','Định\x20dạng\x20hình\x20dạng','Justify','Align\x20Center','7288tQYpwk','UniverProSheetsShapeUiViVN','Tăng\x20cỡ\x20chữ','Italic','6OHgxAV','1386630hDWCUV','Bật/tắt\x20lật\x20dọc','2846kApkqq','240ZZCKTS','Căn\x20dưới','Hình\x20dạng','2429636uUZVxV','371Fnauwr','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Chuyển\x20đổi\x20lật\x20ngang','Mở\x20bảng\x20hình\x20dạng','amd','exports','Căn\x20dọc','Text\x20color','Cỡ\x20chữ','157004yuBzwJ','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Xóa\x20hình\x20dạng','Cắt\x20theo\x20hình\x20dạng','685505OmJymi','Vị\x20trí\x20hình\x20dạng','Underline','Đặt\x20lại\x20màu','196XNXinl','Bold','Căn\x20ngang','Giảm\x20cỡ\x20chữ','Căn\x20giữa'];_0x3345=function(){return _0x15b637;};return _0x3345();}(function(_0x47be80,_0x365aa){var _0x35198c=_0x4ad2,_0x83c773=_0x47be80();while(!![]){try{var _0x3daf01=parseInt(_0x35198c(0x146))/0x1*(parseInt(_0x35198c(0x15a))/0x2)+parseInt(_0x35198c(0x157))/0x3*(-parseInt(_0x35198c(0x13e))/0x4)+-parseInt(_0x35198c(0x142))/0x5+parseInt(_0x35198c(0x158))/0x6+-parseInt(_0x35198c(0x135))/0x7*(-parseInt(_0x35198c(0x153))/0x8)+parseInt(_0x35198c(0x14c))/0x9*(-parseInt(_0x35198c(0x15b))/0xa)+parseInt(_0x35198c(0x134))/0xb;if(_0x3daf01===_0x365aa)break;else _0x83c773['push'](_0x83c773['shift']());}catch(_0x1acb5a){_0x83c773['push'](_0x83c773['shift']());}}}(_0x3345,0x33fa9),function(_0x3834cc,_0x3b680a){var _0x423e8c=_0x4ad2;typeof exports=='object'&&typeof module<'u'?module[_0x423e8c(0x13a)]=_0x3b680a():typeof define=='function'&&define[_0x423e8c(0x139)]?define([],_0x3b680a):(_0x3834cc=typeof globalThis<'u'?globalThis:_0x3834cc||self,_0x3834cc[_0x423e8c(0x154)]=_0x3b680a());}(this,function(){var _0x2ac3b0=_0x4ad2;return{'sheets-shape-ui':{'align':{'top':_0x2ac3b0(0x14f),'middle':_0x2ac3b0(0x14a),'bottom':_0x2ac3b0(0x132),'left':_0x2ac3b0(0x14e),'center':'Căn\x20giữa','right':_0x2ac3b0(0x14d)},'toolbar':{'verticalAlignMode':{'main':_0x2ac3b0(0x13b)},'horizontalAlignMode':{'main':_0x2ac3b0(0x148)},'fillColor':{'main':'Màu\x20ô'},'fontSize':_0x2ac3b0(0x13d),'fontSizeIncrease':_0x2ac3b0(0x155),'fontSizeDecrease':_0x2ac3b0(0x149),'alignLeft':'Align\x20Left','alignCenter':_0x2ac3b0(0x152),'alignRight':'Align\x20Right','alignJustify':_0x2ac3b0(0x151),'bold':_0x2ac3b0(0x147),'italic':_0x2ac3b0(0x156),'underline':_0x2ac3b0(0x144),'strikethrough':_0x2ac3b0(0x14b),'textColor':_0x2ac3b0(0x13c),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x2ac3b0(0x145)},'imagePanel':{'crop':{'shape':_0x2ac3b0(0x141)}},'permission':{'editErr':_0x2ac3b0(0x136)},'title':_0x2ac3b0(0x133),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x2ac3b0(0x138),'deleteShape':_0x2ac3b0(0x140),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x2ac3b0(0x150),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x2ac3b0(0x143),'toggleFlipH':_0x2ac3b0(0x137),'toggleFlipV':_0x2ac3b0(0x159),'rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x2ac3b0(0x13f)}};}));
1
+ function _0x6e8e(_0x574099,_0x6aef6f){_0x574099=_0x574099-0x1e8;var _0x9cbf25=_0x9cbf();var _0x6e8e8a=_0x9cbf25[_0x574099];return _0x6e8e8a;}function _0x9cbf(){var _0x5ce1cf=['Căn\x20trái','Chèn\x20hình\x20dạng','318315batkjn','object','11muTthO','Chuyển\x20đổi\x20lật\x20ngang','Căn\x20dọc','Kiểu\x20hình\x20dạng','Căn\x20ngang','Bật/tắt\x20lật\x20dọc','Đóng','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Cỡ\x20chữ','Đưa\x20lên\x20trên','Tên','Căn\x20giữa','Chi\x20tiết','Mở\x20bảng\x20điều\x20khiển\x20lớp','13196wNKNgW','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Hiện','Màu\x20ô','Đưa\x20xuống\x20dưới','Xóa\x20hình\x20dạng','Đặt\x20lại\x20màu','408910aTCPfu','Ẩn\x20tất\x20cả','48046utoIaL','504553sRxcvi','Them\x20mo\x20ta','Mô\x20tả','305HKRHID','Màu\x20nền\x20văn\x20bản','Mở\x20bảng\x20hình\x20dạng','In\x20nghiêng','Căn\x20trên','In\x20đậm','18PjvVdh','Căn\x20phải','function','Lớp','Hiển\x20thị\x20tất\x20cả','Giảm\x20cỡ\x20chữ','2tvIiEX','Gạch\x20chân','Căn\x20dưới','2494752MfRmax','Tên\x20đối\x20tượng','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Căn\x20đều\x20hai\x20bên','96507qXPXam','exports','Vị\x20trí\x20hình\x20dạng','Gạch\x20ngang'];_0x9cbf=function(){return _0x5ce1cf;};return _0x9cbf();}(function(_0x53a46e,_0x46ae1a){var _0x5a3198=_0x6e8e,_0x4fcd6b=_0x53a46e();while(!![]){try{var _0xb5f5e9=-parseInt(_0x5a3198(0x21c))/0x1*(parseInt(_0x5a3198(0x20c))/0x2)+parseInt(_0x5a3198(0x1f3))/0x3+parseInt(_0x5a3198(0x203))/0x4*(parseInt(_0x5a3198(0x210))/0x5)+-parseInt(_0x5a3198(0x216))/0x6*(-parseInt(_0x5a3198(0x20d))/0x7)+-parseInt(_0x5a3198(0x1e9))/0x8+-parseInt(_0x5a3198(0x1ed))/0x9+-parseInt(_0x5a3198(0x20a))/0xa*(-parseInt(_0x5a3198(0x1f5))/0xb);if(_0xb5f5e9===_0x46ae1a)break;else _0x4fcd6b['push'](_0x4fcd6b['shift']());}catch(_0x2b9be5){_0x4fcd6b['push'](_0x4fcd6b['shift']());}}}(_0x9cbf,0x2f543),function(_0x283630,_0x58bb65){var _0x18bac7=_0x6e8e;typeof exports==_0x18bac7(0x1f4)&&typeof module<'u'?module[_0x18bac7(0x1ee)]=_0x58bb65():typeof define==_0x18bac7(0x218)&&define['amd']?define([],_0x58bb65):(_0x283630=typeof globalThis<'u'?globalThis:_0x283630||self,_0x283630['UniverProSheetsShapeUiViVN']=_0x58bb65());}(this,function(){var _0x152dac=_0x6e8e;return{'sheets-shape-ui':{'align':{'top':_0x152dac(0x214),'middle':_0x152dac(0x200),'bottom':_0x152dac(0x1e8),'left':_0x152dac(0x1f1),'center':_0x152dac(0x200),'right':_0x152dac(0x217)},'toolbar':{'verticalAlignMode':{'main':_0x152dac(0x1f7)},'horizontalAlignMode':{'main':_0x152dac(0x1f9)},'fillColor':{'main':_0x152dac(0x206)},'fontSize':_0x152dac(0x1fd),'fontSizeIncrease':'Tăng\x20cỡ\x20chữ','fontSizeDecrease':_0x152dac(0x21b),'alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':_0x152dac(0x217),'alignJustify':_0x152dac(0x1ec),'bold':_0x152dac(0x215),'italic':_0x152dac(0x213),'underline':_0x152dac(0x21d),'strikethrough':_0x152dac(0x1f0),'textColor':'Màu\x20chữ','textBackgroundColor':_0x152dac(0x211),'resetColor':_0x152dac(0x209)},'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x152dac(0x1fc)},'title':'Hình\x20dạng','insertShape':_0x152dac(0x1f2),'openPanel':_0x152dac(0x212),'deleteShape':_0x152dac(0x208),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x152dac(0x1f8),'shapePosition':_0x152dac(0x1ef),'toggleFlipH':_0x152dac(0x1f6),'toggleFlipV':_0x152dac(0x1fa),'rotateRight90':_0x152dac(0x204),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x152dac(0x1eb),'objectListPanel':{'title':_0x152dac(0x219),'open':_0x152dac(0x202),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':_0x152dac(0x21a),'hideAll':_0x152dac(0x20b),'show':_0x152dac(0x205),'hide':'Ẩn','moveForward':_0x152dac(0x1fe),'moveBackward':_0x152dac(0x207),'close':_0x152dac(0x1fb),'name':_0x152dac(0x1ff),'nameInput':_0x152dac(0x1ea),'description':_0x152dac(0x20f),'descriptionPlaceholder':_0x152dac(0x20e),'details':_0x152dac(0x201),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'}}};}));