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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) 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 +0 -11
  64. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  65. package/lib/types/const.d.ts +3 -1
  66. package/lib/types/controllers/components.controller.d.ts +4 -2
  67. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
  68. package/lib/types/controllers/shape-update.controller.d.ts +1 -0
  69. package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
  70. package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
  71. package/lib/types/controllers/sheet-shape-render.controller.d.ts +9 -3
  72. package/lib/types/index.d.ts +1 -7
  73. package/lib/types/locale/en-US.d.ts +18 -33
  74. package/lib/types/menu/object-list.menu.d.ts +4 -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/views/ShapePicker.d.ts +2 -0
  79. package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +1 -0
  80. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +20 -19
  102. package/lib/types/commands/command/set-shape-text-align.command.d.ts +0 -5
  103. package/lib/types/commands/command/set-shape-text-style.command.d.ts +0 -7
  104. package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +0 -5
  105. package/lib/types/commands/command/shape-doc-align.command.d.ts +0 -10
  106. package/lib/types/commands/menu/shape-doc-format.menu.d.ts +0 -19
  107. package/lib/types/commands/menu/shape-font-size.menu.d.ts +0 -6
  108. package/lib/types/commands/menu/shape-text-align.menu.d.ts +0 -10
  109. package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +0 -10
  110. package/lib/types/view-model/shape-data-model.d.ts +0 -6
  111. package/lib/types/views/shape-editor-panel/index.d.ts +0 -1
  112. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
  113. /package/lib/types/commands/operations/{actvie-drawing-operation.d.ts → active-drawing-operation.d.ts} +0 -0
@@ -1 +1 @@
1
- const _0x8d598c=_0x436f;(function(_0x845644,_0x1919d1){const _0x49f72b=_0x436f,_0x2ffae2=_0x845644();while(!![]){try{const _0x1d2c34=-parseInt(_0x49f72b(0x189))/0x1*(-parseInt(_0x49f72b(0x171))/0x2)+parseInt(_0x49f72b(0x188))/0x3*(-parseInt(_0x49f72b(0x170))/0x4)+-parseInt(_0x49f72b(0x17e))/0x5*(parseInt(_0x49f72b(0x16e))/0x6)+-parseInt(_0x49f72b(0x190))/0x7+parseInt(_0x49f72b(0x181))/0x8+parseInt(_0x49f72b(0x185))/0x9*(-parseInt(_0x49f72b(0x16b))/0xa)+parseInt(_0x49f72b(0x16f))/0xb;if(_0x1d2c34===_0x1919d1)break;else _0x2ffae2['push'](_0x2ffae2['shift']());}catch(_0x3d5c32){_0x2ffae2['push'](_0x2ffae2['shift']());}}}(_0x26ce,0x55468));const e={'sheets-shape-ui':{'align':{'top':_0x8d598c(0x192),'middle':_0x8d598c(0x187),'bottom':_0x8d598c(0x191),'left':'يسار','center':'وسط','right':_0x8d598c(0x178)},'toolbar':{'verticalAlignMode':{'main':_0x8d598c(0x18c)},'horizontalAlignMode':{'main':'محاذاة\x20أفقية'},'fillColor':{'main':_0x8d598c(0x18a)},'fontSize':_0x8d598c(0x175),'fontSizeIncrease':_0x8d598c(0x18d),'fontSizeDecrease':'تقليل\x20حجم\x20الخط','alignLeft':_0x8d598c(0x180),'alignCenter':_0x8d598c(0x194),'alignRight':_0x8d598c(0x17f),'alignJustify':_0x8d598c(0x172),'bold':_0x8d598c(0x18b),'italic':_0x8d598c(0x184),'underline':'Underline','strikethrough':'Strikethrough','textColor':_0x8d598c(0x182),'textBackgroundColor':_0x8d598c(0x177),'resetColor':_0x8d598c(0x18f)},'imagePanel':{'crop':{'shape':_0x8d598c(0x17d)}},'permission':{'editErr':_0x8d598c(0x174)},'title':'شكل','insertShape':'إدراج\x20شكل','openPanel':_0x8d598c(0x179),'deleteShape':_0x8d598c(0x173),'hidePanel':_0x8d598c(0x193),'formatShape':_0x8d598c(0x183),'shapeStyle':_0x8d598c(0x17b),'shapePosition':_0x8d598c(0x18e),'toggleFlipH':_0x8d598c(0x16c),'toggleFlipV':_0x8d598c(0x16d),'rotateRight90':_0x8d598c(0x176),'rotateLeft90':_0x8d598c(0x17c),'toggleTextVertical':_0x8d598c(0x186)}};module[_0x8d598c(0x17a)]=e;function _0x436f(_0x122a6e,_0x1dc268){_0x122a6e=_0x122a6e-0x16b;const _0x26ce5c=_0x26ce();let _0x436fe8=_0x26ce5c[_0x122a6e];return _0x436fe8;}function _0x26ce(){const _0x16dc66=['حذف\x20الشكل','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','حجم\x20الخط','تدوير\x20لليمين\x2090°','Text\x20Background\x20color','يمين','فتح\x20لوحة\x20الأشكال','exports','نمط\x20الشكل','تدوير\x20لليسار\x2090°','قص\x20إلى\x20شكل','85AcbToo','Align\x20Right','Align\x20Left','3529024wdkNQh','Text\x20color','تنسيق\x20الشكل','Italic','36bBApOX','تبديل\x20النص\x20العمودي','منتصف','294LjbgNs','19KOfcst','لون\x20التعبئة','Bold','محاذاة\x20عمودية','زيادة\x20حجم\x20الخط','موضع\x20الشكل','إعادة\x20تعيين','1329678DjicWH','أسفل','أعلى','إخفاء\x20لوحة\x20الأشكال','Align\x20Center','1575160CDhnID','تبديل\x20الانعكاس\x20الأفقي','تبديل\x20الانعكاس\x20العمودي','214554oFCfYM','15843366wCSaZz','7284TDohJr','7814aKsPTJ','Justify'];_0x26ce=function(){return _0x16dc66;};return _0x26ce();}
1
+ const _0x1c6bc9=_0x14be;function _0xbe57(){const _0x4823d4=['قص\x20إلى\x20شكل','1839fqAamI','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','1896KxFxOt','إرسال\x20للخلف','3410GfULLS','exports','30235ZhRibm','فتح\x20لوحة\x20الأشكال','موضع\x20الشكل','83988OXlCPW','إخفاء','10100KUACLK','15148TJVKWV','إدراج\x20شكل','14724KbuwWL','إخفاء\x20الكل','4339446pqcUXB','918tpKIQA','الطبقات','حذف\x20الشكل','الوصف','497228ZSVPss','إخفاء\x20لوحة\x20الأشكال','إظهار','تبديل\x20الانعكاس\x20العمودي','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','التفاصيل','تدوير\x20لليسار\x2090°','إضافة\x20وصف','تبديل\x20النص\x20العمودي','إحضار\x20للأمام','الاسم','1382DIOpym'];_0xbe57=function(){return _0x4823d4;};return _0xbe57();}(function(_0x33978a,_0x26eef7){const _0x50ddff=_0x14be,_0x5686e8=_0x33978a();while(!![]){try{const _0x4c3439=-parseInt(_0x50ddff(0xe3))/0x1*(-parseInt(_0x50ddff(0xe1))/0x2)+-parseInt(_0x50ddff(0xd1))/0x3+parseInt(_0x50ddff(0xd6))/0x4+parseInt(_0x50ddff(0xe9))/0x5*(parseInt(_0x50ddff(0xd2))/0x6)+parseInt(_0x50ddff(0xcd))/0x7*(parseInt(_0x50ddff(0xe5))/0x8)+-parseInt(_0x50ddff(0xcf))/0x9*(-parseInt(_0x50ddff(0xcc))/0xa)+-parseInt(_0x50ddff(0xe7))/0xb*(parseInt(_0x50ddff(0xca))/0xc);if(_0x4c3439===_0x26eef7)break;else _0x5686e8['push'](_0x5686e8['shift']());}catch(_0x2a1e79){_0x5686e8['push'](_0x5686e8['shift']());}}}(_0xbe57,0xd43b7));function _0x14be(_0x2fb855,_0x1ee08b){_0x2fb855=_0x2fb855-0xc8;const _0xbe5776=_0xbe57();let _0x14beaf=_0xbe5776[_0x2fb855];return _0x14beaf;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1c6bc9(0xe2)}},'permission':{'editErr':_0x1c6bc9(0xda)},'title':'شكل','insertShape':_0x1c6bc9(0xce),'openPanel':_0x1c6bc9(0xc8),'deleteShape':_0x1c6bc9(0xd4),'hidePanel':_0x1c6bc9(0xd7),'formatShape':'تنسيق\x20الشكل','shapeStyle':'نمط\x20الشكل','shapePosition':_0x1c6bc9(0xc9),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':_0x1c6bc9(0xd9),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x1c6bc9(0xdc),'toggleTextVertical':_0x1c6bc9(0xde),'objectListPanel':{'title':_0x1c6bc9(0xd3),'open':'فتح\x20لوحة\x20الطبقات','empty':'لا\x20توجد\x20كائنات','showAll':'إظهار\x20الكل','hideAll':_0x1c6bc9(0xd0),'show':_0x1c6bc9(0xd8),'hide':_0x1c6bc9(0xcb),'moveForward':_0x1c6bc9(0xdf),'moveBackward':_0x1c6bc9(0xe6),'close':'إغلاق','name':_0x1c6bc9(0xe0),'nameInput':'اسم\x20الكائن','description':_0x1c6bc9(0xd5),'descriptionPlaceholder':_0x1c6bc9(0xdd),'details':_0x1c6bc9(0xdb),'noSelection':_0x1c6bc9(0xe4)}}};module[_0x1c6bc9(0xe8)]=e;
@@ -1 +1 @@
1
- const _0x565502=_0x38df;function _0x38df(_0x16cbd4,_0x9fd503){_0x16cbd4=_0x16cbd4-0x16b;const _0x253f58=_0x253f();let _0x38df5c=_0x253f58[_0x16cbd4];return _0x38df5c;}(function(_0xc9e41,_0x42d938){const _0x28b9cf=_0x38df,_0x5b6867=_0xc9e41();while(!![]){try{const _0xeba1f=parseInt(_0x28b9cf(0x184))/0x1*(-parseInt(_0x28b9cf(0x173))/0x2)+parseInt(_0x28b9cf(0x16c))/0x3+-parseInt(_0x28b9cf(0x17c))/0x4+-parseInt(_0x28b9cf(0x188))/0x5+parseInt(_0x28b9cf(0x18e))/0x6*(parseInt(_0x28b9cf(0x182))/0x7)+-parseInt(_0x28b9cf(0x16f))/0x8*(-parseInt(_0x28b9cf(0x177))/0x9)+-parseInt(_0x28b9cf(0x198))/0xa*(-parseInt(_0x28b9cf(0x192))/0xb);if(_0xeba1f===_0x42d938)break;else _0x5b6867['push'](_0x5b6867['shift']());}catch(_0x1ba61e){_0x5b6867['push'](_0x5b6867['shift']());}}}(_0x253f,0xd9bb4));const e={'sheets-shape-ui':{'align':{'top':_0x565502(0x186),'middle':'mig','bottom':_0x565502(0x171),'left':_0x565502(0x16b),'center':_0x565502(0x196),'right':_0x565502(0x18d)},'toolbar':{'verticalAlignMode':{'main':_0x565502(0x17a)},'horizontalAlignMode':{'main':_0x565502(0x174)},'fillColor':{'main':'Color\x20de\x20fons'},'fontSize':_0x565502(0x189),'fontSizeIncrease':_0x565502(0x17e),'fontSizeDecrease':_0x565502(0x176),'alignLeft':_0x565502(0x18b),'alignCenter':_0x565502(0x18c),'alignRight':_0x565502(0x194),'alignJustify':_0x565502(0x17d),'bold':_0x565502(0x179),'italic':_0x565502(0x197),'underline':_0x565502(0x18a),'strikethrough':_0x565502(0x175),'textColor':_0x565502(0x16d),'textBackgroundColor':_0x565502(0x17f),'resetColor':_0x565502(0x178)},'imagePanel':{'crop':{'shape':'Retalla\x20a\x20forma'}},'permission':{'editErr':_0x565502(0x181)},'title':_0x565502(0x18f),'insertShape':_0x565502(0x180),'openPanel':_0x565502(0x16e),'deleteShape':_0x565502(0x190),'hidePanel':'Amagar\x20panell\x20de\x20formes','formatShape':_0x565502(0x195),'shapeStyle':_0x565502(0x17b),'shapePosition':_0x565502(0x191),'toggleFlipH':_0x565502(0x172),'toggleFlipV':_0x565502(0x187),'rotateRight90':_0x565502(0x193),'rotateLeft90':_0x565502(0x185),'toggleTextVertical':_0x565502(0x170)}};module[_0x565502(0x183)]=e;function _0x253f(){const _0x1488f8=['4345212akoMjh','Text\x20color','Obrir\x20panell\x20de\x20formes','156424hWIDtb','Alternar\x20text\x20vertical','inferior','Alternar\x20volteig\x20horitzontal','394LCGjWA','Alineació\x20horitzontal','Strikethrough','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','342dNzNDb','Restablir','Bold','Alineació\x20vertical','Estil\x20de\x20forma','4770308LeQJzB','Justify','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','Text\x20Background\x20color','Inserir\x20forma','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','3025043vAmnWk','exports','8041QoqxtW','Rotar\x2090°\x20a\x20l\x27esquerra','superior','Alternar\x20volteig\x20vertical','5706665IitYJH','Mida\x20de\x20la\x20lletra','Underline','Align\x20Left','Align\x20Center','dreta','24BzJlte','Forma','Eliminar\x20forma','Posició\x20de\x20forma','889801pVfDRY','Rotar\x2090°\x20a\x20la\x20dreta','Align\x20Right','Format\x20de\x20forma','centre','Italic','110GulstB','esquerra'];_0x253f=function(){return _0x1488f8;};return _0x253f();}
1
+ const _0x2a27d5=_0x36e4;(function(_0x434fb6,_0x3fe8ad){const _0x52bb43=_0x36e4,_0x35695d=_0x434fb6();while(!![]){try{const _0x249b51=-parseInt(_0x52bb43(0xaa))/0x1+-parseInt(_0x52bb43(0xb5))/0x2+-parseInt(_0x52bb43(0xb2))/0x3+-parseInt(_0x52bb43(0xa2))/0x4*(-parseInt(_0x52bb43(0xae))/0x5)+parseInt(_0x52bb43(0xa1))/0x6+parseInt(_0x52bb43(0xba))/0x7+-parseInt(_0x52bb43(0xa7))/0x8*(parseInt(_0x52bb43(0xa5))/0x9);if(_0x249b51===_0x3fe8ad)break;else _0x35695d['push'](_0x35695d['shift']());}catch(_0x9945ef){_0x35695d['push'](_0x35695d['shift']());}}}(_0x2821,0x613ba));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2a27d5(0xa8)}},'permission':{'editErr':_0x2a27d5(0xb0)},'title':'Forma','insertShape':_0x2a27d5(0xa6),'openPanel':_0x2a27d5(0x9b),'deleteShape':_0x2a27d5(0xb9),'hidePanel':_0x2a27d5(0x9c),'formatShape':_0x2a27d5(0xb1),'shapeStyle':'Estil\x20de\x20forma','shapePosition':_0x2a27d5(0xac),'toggleFlipH':_0x2a27d5(0x9e),'toggleFlipV':_0x2a27d5(0xa3),'rotateRight90':_0x2a27d5(0xa4),'rotateLeft90':_0x2a27d5(0xab),'toggleTextVertical':_0x2a27d5(0xb7),'objectListPanel':{'title':_0x2a27d5(0x9f),'open':_0x2a27d5(0xaf),'empty':_0x2a27d5(0xb3),'showAll':_0x2a27d5(0x9a),'hideAll':_0x2a27d5(0xb6),'show':_0x2a27d5(0xa9),'hide':'Amagar','moveForward':_0x2a27d5(0xb4),'moveBackward':'Envia\x20enrere','close':_0x2a27d5(0xbc),'name':'Nom','nameInput':_0x2a27d5(0xb8),'description':_0x2a27d5(0xbb),'descriptionPlaceholder':_0x2a27d5(0xad),'details':_0x2a27d5(0x99),'noSelection':_0x2a27d5(0x9d)}}};module[_0x2a27d5(0xa0)]=e;function _0x36e4(_0x2a564d,_0x271acf){_0x2a564d=_0x2a564d-0x99;const _0x28219b=_0x2821();let _0x36e4cc=_0x28219b[_0x2a564d];return _0x36e4cc;}function _0x2821(){const _0xc209f9=['Format\x20de\x20forma','757290HEAToi','Sense\x20objectes','Porta\x20endavant','881370ahZEEl','Amaga-ho\x20tot','Alternar\x20text\x20vertical','Nom\x20de\x20l’objecte','Eliminar\x20forma','3671661UirEja','Descripció','Tancar','Detalls','Mostra-ho\x20tot','Obrir\x20panell\x20de\x20formes','Amagar\x20panell\x20de\x20formes','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Alternar\x20volteig\x20horitzontal','Capes','exports','603060tfDxBl','166676GEaZgl','Alternar\x20volteig\x20vertical','Rotar\x2090°\x20a\x20la\x20dreta','29313klfKcH','Inserir\x20forma','152EcZbyN','Retalla\x20a\x20forma','Mostra','55135hgHeuw','Rotar\x2090°\x20a\x20l\x27esquerra','Posició\x20de\x20forma','Afegeix\x20descripcio','70CBHoei','Obre\x20el\x20tauler\x20de\x20capes','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.'];_0x2821=function(){return _0xc209f9;};return _0x2821();}
@@ -1 +1 @@
1
- const _0x1f0058=_0xd648;(function(_0x208058,_0x2c6273){const _0x41f522=_0xd648,_0x50ee62=_0x208058();while(!![]){try{const _0x3db260=-parseInt(_0x41f522(0x109))/0x1+-parseInt(_0x41f522(0x10a))/0x2*(parseInt(_0x41f522(0x108))/0x3)+-parseInt(_0x41f522(0x107))/0x4*(-parseInt(_0x41f522(0x100))/0x5)+parseInt(_0x41f522(0x102))/0x6*(parseInt(_0x41f522(0x105))/0x7)+parseInt(_0x41f522(0xfb))/0x8+parseInt(_0x41f522(0x114))/0x9+parseInt(_0x41f522(0x117))/0xa*(-parseInt(_0x41f522(0x113))/0xb);if(_0x3db260===_0x2c6273)break;else _0x50ee62['push'](_0x50ee62['shift']());}catch(_0x1932e0){_0x50ee62['push'](_0x50ee62['shift']());}}}(_0x39f7,0x76c07));const e={'sheets-shape-ui':{'align':{'top':_0x1f0058(0x10f),'middle':_0x1f0058(0x115),'bottom':_0x1f0058(0x10b),'left':_0x1f0058(0x103),'center':'Mitte','right':'Rechts'},'toolbar':{'verticalAlignMode':{'main':_0x1f0058(0xf9)},'horizontalAlignMode':{'main':_0x1f0058(0x10e)},'fillColor':{'main':_0x1f0058(0xfc)},'fontSize':'Schriftgröße','fontSizeIncrease':_0x1f0058(0xfe),'fontSizeDecrease':_0x1f0058(0x11b),'alignLeft':_0x1f0058(0x11c),'alignCenter':_0x1f0058(0x119),'alignRight':_0x1f0058(0x106),'alignJustify':_0x1f0058(0x112),'bold':_0x1f0058(0x104),'italic':'Italic','underline':_0x1f0058(0x116),'strikethrough':_0x1f0058(0x110),'textColor':_0x1f0058(0xf5),'textBackgroundColor':_0x1f0058(0x101),'resetColor':_0x1f0058(0xff)},'imagePanel':{'crop':{'shape':_0x1f0058(0xfa)}},'permission':{'editErr':_0x1f0058(0xf6)},'title':_0x1f0058(0x10d),'insertShape':'Form\x20einfügen','openPanel':'Form-Panel\x20öffnen','deleteShape':'Form\x20löschen','hidePanel':_0x1f0058(0x111),'formatShape':'Form\x20formatieren','shapeStyle':_0x1f0058(0xf8),'shapePosition':_0x1f0058(0xf7),'toggleFlipH':_0x1f0058(0x10c),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0x1f0058(0xfd),'toggleTextVertical':_0x1f0058(0x118)}};module[_0x1f0058(0x11a)]=e;function _0xd648(_0x3ab373,_0x30ceff){_0x3ab373=_0x3ab373-0xf5;const _0x39f743=_0x39f7();let _0xd64833=_0x39f743[_0x3ab373];return _0xd64833;}function _0x39f7(){const _0x5d5a4e=['3273210JWASJz','Mitte','Underline','36310gciEBJ','Vertikalen\x20Text\x20umschalten','Align\x20Center','exports','Schriftgröße\x20verkleinern','Align\x20Left','Text\x20color','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Formposition','Formstil','Vertikale\x20Ausrichtung','Auf\x20Form\x20zuschneiden','2085048omUlhN','Füllfarbe','Links\x2090°\x20drehen','Schriftgröße\x20vergrößern','Zurücksetzen','63975UClsgr','Text\x20Background\x20color','114VTTfxR','Links','Bold','160993SDLAJf','Align\x20Right','116mzOsQn','33486vRCYsb','371176VsYxQd','8FLyhir','Unten','Horizontale\x20Spiegelung\x20umschalten','Form','Horizontale\x20Ausrichtung','Oben','Strikethrough','Form-Panel\x20ausblenden','Justify','1606QRnZJG'];_0x39f7=function(){return _0x5d5a4e;};return _0x39f7();}
1
+ const _0x162acd=_0x35a2;function _0x23e5(){const _0x45c398=['Schließen','exports','Links\x2090°\x20drehen','Alle\x20ausblenden','Objektname','Form-Panel\x20ausblenden','579160ZLAQVN','Form','13460130DeieWp','19512NRYrge','Beschreibung','Formposition','Form\x20löschen','Name','Beschreibung\x20hinzufügen','Form\x20formatieren','1059366iryscv','6wVLYxq','Form-Panel\x20öffnen','Weiter\x20nach\x20hinten','Details','91vJzwwC','Keine\x20Objekte','Formstil','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Horizontale\x20Spiegelung\x20umschalten','Anzeigen','9CqFsqX','Ausblenden','2522555srDtvi','Ebenen','442994kzeNTc','Auf\x20Form\x20zuschneiden','Form\x20einfügen','Vertikalen\x20Text\x20umschalten','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','630172ANUZip','Ebenenbereich\x20öffnen'];_0x23e5=function(){return _0x45c398;};return _0x23e5();}(function(_0x2561bd,_0x11a056){const _0x1a0871=_0x35a2,_0x4f0ec3=_0x2561bd();while(!![]){try{const _0x39b7bb=parseInt(_0x1a0871(0xf6))/0x1+parseInt(_0x1a0871(0xfb))/0x2*(-parseInt(_0x1a0871(0x10e))/0x3)+-parseInt(_0x1a0871(0x103))/0x4+-parseInt(_0x1a0871(0xf4))/0x5+-parseInt(_0x1a0871(0x10d))/0x6+-parseInt(_0x1a0871(0x112))/0x7*(-parseInt(_0x1a0871(0x106))/0x8)+-parseInt(_0x1a0871(0x118))/0x9*(-parseInt(_0x1a0871(0x105))/0xa);if(_0x39b7bb===_0x11a056)break;else _0x4f0ec3['push'](_0x4f0ec3['shift']());}catch(_0x75982b){_0x4f0ec3['push'](_0x4f0ec3['shift']());}}}(_0x23e5,0x59088));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x162acd(0xf7)}},'permission':{'editErr':_0x162acd(0xfa)},'title':_0x162acd(0x104),'insertShape':_0x162acd(0xf8),'openPanel':_0x162acd(0x10f),'deleteShape':_0x162acd(0x109),'hidePanel':_0x162acd(0x102),'formatShape':_0x162acd(0x10c),'shapeStyle':_0x162acd(0x114),'shapePosition':_0x162acd(0x108),'toggleFlipH':_0x162acd(0x116),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0x162acd(0xff),'toggleTextVertical':_0x162acd(0xf9),'objectListPanel':{'title':_0x162acd(0xf5),'open':_0x162acd(0xfc),'empty':_0x162acd(0x113),'showAll':'Alle\x20anzeigen','hideAll':_0x162acd(0x100),'show':_0x162acd(0x117),'hide':_0x162acd(0x119),'moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x162acd(0x110),'close':_0x162acd(0xfd),'name':_0x162acd(0x10a),'nameInput':_0x162acd(0x101),'description':_0x162acd(0x107),'descriptionPlaceholder':_0x162acd(0x10b),'details':_0x162acd(0x111),'noSelection':_0x162acd(0x115)}}};function _0x35a2(_0x4ec3c2,_0x23d560){_0x4ec3c2=_0x4ec3c2-0xf4;const _0x23e5af=_0x23e5();let _0x35a23d=_0x23e5af[_0x4ec3c2];return _0x35a23d;}module[_0x162acd(0xfe)]=e;
@@ -1 +1 @@
1
- function _0x2300(){const _0x346f5d=['1781689VvzxQy','Rotate\x20Right\x2090°','Shape','Vertical\x20align','Fill\x20color','1140045BoSsMv','right','Delete\x20Shape','Open\x20Shape\x20Panel','Toggle\x20Text\x20Vertical','Align\x20Center','Reset','Justify','bottom','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Bold','Font\x20size','Text\x20color','Crop\x20to\x20Shape','Shape\x20Position','Align\x20Left','Format\x20Shape','Hide\x20Shape\x20Panel','Italic','10vqWOQT','Text\x20Background\x20color','Underline','1724268TcKOGo','Toggle\x20Horizontal\x20Flip','38778LrodDl','top','Strikethrough','102gPeCUR','1045480pUTrwf','116fzANQl','Shape\x20Style','Increase\x20font\x20size','8405703ECHNFi','9663fZfTdg','exports'];_0x2300=function(){return _0x346f5d;};return _0x2300();}const _0x4eb90b=_0x37ef;(function(_0x430b25,_0x5bc4a3){const _0x401735=_0x37ef,_0x3710ab=_0x430b25();while(!![]){try{const _0x5841fb=-parseInt(_0x401735(0x1b8))/0x1*(-parseInt(_0x401735(0x1b2))/0x2)+-parseInt(_0x401735(0x1af))/0x3*(-parseInt(_0x401735(0x1b4))/0x4)+parseInt(_0x401735(0x1bf))/0x5+-parseInt(_0x401735(0x1ad))/0x6+parseInt(_0x401735(0x1ba))/0x7+parseInt(_0x401735(0x1b3))/0x8+-parseInt(_0x401735(0x1b7))/0x9*(parseInt(_0x401735(0x1aa))/0xa);if(_0x5841fb===_0x5bc4a3)break;else _0x3710ab['push'](_0x3710ab['shift']());}catch(_0xe611a9){_0x3710ab['push'](_0x3710ab['shift']());}}}(_0x2300,0x3f5d7));function _0x37ef(_0x2edce2,_0x40007a){_0x2edce2=_0x2edce2-0x1a8;const _0x2300a1=_0x2300();let _0x37ef01=_0x2300a1[_0x2edce2];return _0x37ef01;}const e={'sheets-shape-ui':{'align':{'top':_0x4eb90b(0x1b0),'middle':'middle','bottom':_0x4eb90b(0x1c7),'left':'left','center':'center','right':_0x4eb90b(0x1c0)},'toolbar':{'verticalAlignMode':{'main':_0x4eb90b(0x1bd)},'horizontalAlignMode':{'main':'Horizontal\x20align'},'fillColor':{'main':_0x4eb90b(0x1be)},'fontSize':_0x4eb90b(0x1ca),'fontSizeIncrease':_0x4eb90b(0x1b6),'fontSizeDecrease':'Decrease\x20font\x20size','alignLeft':_0x4eb90b(0x1ce),'alignCenter':_0x4eb90b(0x1c4),'alignRight':'Align\x20Right','alignJustify':_0x4eb90b(0x1c6),'bold':_0x4eb90b(0x1c9),'italic':_0x4eb90b(0x1a9),'underline':_0x4eb90b(0x1ac),'strikethrough':_0x4eb90b(0x1b1),'textColor':_0x4eb90b(0x1cb),'textBackgroundColor':_0x4eb90b(0x1ab),'resetColor':_0x4eb90b(0x1c5)},'imagePanel':{'crop':{'shape':_0x4eb90b(0x1cc)}},'permission':{'editErr':_0x4eb90b(0x1c8)},'title':_0x4eb90b(0x1bc),'insertShape':'Insert\x20Shape','openPanel':_0x4eb90b(0x1c2),'deleteShape':_0x4eb90b(0x1c1),'hidePanel':_0x4eb90b(0x1a8),'formatShape':_0x4eb90b(0x1cf),'shapeStyle':_0x4eb90b(0x1b5),'shapePosition':_0x4eb90b(0x1cd),'toggleFlipH':_0x4eb90b(0x1ae),'toggleFlipV':'Toggle\x20Vertical\x20Flip','rotateRight90':_0x4eb90b(0x1bb),'rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':_0x4eb90b(0x1c3)}};module[_0x4eb90b(0x1b9)]=e;
1
+ const _0x2bcbcd=_0x417a;(function(_0x106f7b,_0x372733){const _0x5abd79=_0x417a,_0x464a7c=_0x106f7b();while(!![]){try{const _0x3907b7=parseInt(_0x5abd79(0x15a))/0x1+parseInt(_0x5abd79(0x161))/0x2*(parseInt(_0x5abd79(0x148))/0x3)+parseInt(_0x5abd79(0x142))/0x4+parseInt(_0x5abd79(0x144))/0x5*(-parseInt(_0x5abd79(0x156))/0x6)+-parseInt(_0x5abd79(0x146))/0x7*(-parseInt(_0x5abd79(0x141))/0x8)+-parseInt(_0x5abd79(0x162))/0x9*(-parseInt(_0x5abd79(0x15c))/0xa)+-parseInt(_0x5abd79(0x153))/0xb;if(_0x3907b7===_0x372733)break;else _0x464a7c['push'](_0x464a7c['shift']());}catch(_0x57b578){_0x464a7c['push'](_0x464a7c['shift']());}}}(_0x4ce0,0x6d9c8));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2bcbcd(0x14b)}},'permission':{'editErr':_0x2bcbcd(0x140)},'title':'Shape','insertShape':_0x2bcbcd(0x15b),'openPanel':_0x2bcbcd(0x157),'deleteShape':'Delete\x20Shape','hidePanel':_0x2bcbcd(0x150),'formatShape':_0x2bcbcd(0x152),'shapeStyle':_0x2bcbcd(0x14f),'shapePosition':_0x2bcbcd(0x151),'toggleFlipH':_0x2bcbcd(0x147),'toggleFlipV':_0x2bcbcd(0x15e),'rotateRight90':_0x2bcbcd(0x155),'rotateLeft90':_0x2bcbcd(0x159),'toggleTextVertical':'Toggle\x20Text\x20Vertical','objectListPanel':{'title':_0x2bcbcd(0x14c),'open':'Open\x20Layers\x20Panel','empty':_0x2bcbcd(0x158),'showAll':_0x2bcbcd(0x154),'hideAll':_0x2bcbcd(0x15f),'show':_0x2bcbcd(0x15d),'hide':_0x2bcbcd(0x149),'moveForward':'Bring\x20Forward','moveBackward':_0x2bcbcd(0x14a),'close':'Close','name':_0x2bcbcd(0x14d),'nameInput':_0x2bcbcd(0x160),'description':'Description','descriptionPlaceholder':_0x2bcbcd(0x143),'details':_0x2bcbcd(0x145),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'}}};module[_0x2bcbcd(0x14e)]=e;function _0x417a(_0x16c7dd,_0x2db27b){_0x16c7dd=_0x16c7dd-0x140;const _0x4ce0ad=_0x4ce0();let _0x417afc=_0x4ce0ad[_0x16c7dd];return _0x417afc;}function _0x4ce0(){const _0x15c37f=['Rotate\x20Left\x2090°','203140WaEgGG','Insert\x20Shape','8080BqCRLz','Show','Toggle\x20Vertical\x20Flip','Hide\x20All','Object\x20name','1052ROvVMo','2934UJBCQk','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','211936FVpQAl','1748768hHpjsw','Add\x20description','335QSZSbo','Details','133iqXZoc','Toggle\x20Horizontal\x20Flip','921UhahuB','Hide','Send\x20Backward','Crop\x20to\x20Shape','Layers','Name','exports','Shape\x20Style','Hide\x20Shape\x20Panel','Shape\x20Position','Format\x20Shape','6153565PczcQT','Show\x20All','Rotate\x20Right\x2090°','50166voABQK','Open\x20Shape\x20Panel','No\x20objects'];_0x4ce0=function(){return _0x15c37f;};return _0x4ce0();}
@@ -1 +1 @@
1
- const _0x3af21a=_0x36f9;function _0x36f9(_0x6b5c8c,_0x144cfc){_0x6b5c8c=_0x6b5c8c-0xae;const _0x4c7389=_0x4c73();let _0x36f992=_0x4c7389[_0x6b5c8c];return _0x36f992;}(function(_0x2d999f,_0x58c331){const _0x1a3acc=_0x36f9,_0x5ddf77=_0x2d999f();while(!![]){try{const _0x3c7b7a=parseInt(_0x1a3acc(0xb4))/0x1+parseInt(_0x1a3acc(0xaf))/0x2*(parseInt(_0x1a3acc(0xb6))/0x3)+parseInt(_0x1a3acc(0xbf))/0x4*(-parseInt(_0x1a3acc(0xb9))/0x5)+-parseInt(_0x1a3acc(0xcd))/0x6+parseInt(_0x1a3acc(0xcf))/0x7+parseInt(_0x1a3acc(0xc5))/0x8+parseInt(_0x1a3acc(0xc8))/0x9;if(_0x3c7b7a===_0x58c331)break;else _0x5ddf77['push'](_0x5ddf77['shift']());}catch(_0x3e5f3c){_0x5ddf77['push'](_0x5ddf77['shift']());}}}(_0x4c73,0x4ec8c));const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x3af21a(0xd0),'bottom':_0x3af21a(0xc1),'left':_0x3af21a(0xc6),'center':_0x3af21a(0xc7),'right':_0x3af21a(0xb0)},'toolbar':{'verticalAlignMode':{'main':_0x3af21a(0xbe)},'horizontalAlignMode':{'main':'Alineación\x20horizontal'},'fillColor':{'main':'Color\x20de\x20relleno'},'fontSize':_0x3af21a(0xb7),'fontSizeIncrease':_0x3af21a(0xbc),'fontSizeDecrease':_0x3af21a(0xc0),'alignLeft':'Align\x20Left','alignCenter':_0x3af21a(0xbb),'alignRight':'Align\x20Right','alignJustify':_0x3af21a(0xcc),'bold':_0x3af21a(0xbd),'italic':_0x3af21a(0xc9),'underline':_0x3af21a(0xb5),'strikethrough':_0x3af21a(0xd1),'textColor':_0x3af21a(0xb8),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x3af21a(0xd2)},'imagePanel':{'crop':{'shape':_0x3af21a(0xae)}},'permission':{'editErr':_0x3af21a(0xca)},'title':_0x3af21a(0xb2),'insertShape':'Insertar\x20forma','openPanel':_0x3af21a(0xce),'deleteShape':_0x3af21a(0xc3),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':'Formato\x20de\x20forma','shapeStyle':_0x3af21a(0xba),'shapePosition':_0x3af21a(0xb3),'toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x3af21a(0xcb),'rotateRight90':_0x3af21a(0xc2),'rotateLeft90':_0x3af21a(0xc4),'toggleTextVertical':'Alternar\x20texto\x20vertical'}};module[_0x3af21a(0xb1)]=e;function _0x4c73(){const _0x4acfa3=['Justify','3307458iNQaLf','Abrir\x20panel\x20de\x20formas','1997044EovuBS','medio','Strikethrough','Restablecer','Recortar\x20a\x20forma','9994MKIGih','derecha','exports','Forma','Posición\x20de\x20forma','130257VXsLac','Underline','330AVENzY','Tamaño\x20de\x20fuente','Text\x20color','173395mPElPt','Estilo\x20de\x20forma','Align\x20Center','Aumentar\x20tamaño\x20de\x20fuente','Bold','Alineación\x20vertical','44uvUHEQ','Disminuir\x20tamaño\x20de\x20fuente','inferior','Rotar\x2090°\x20a\x20la\x20derecha','Eliminar\x20forma','Rotar\x2090°\x20a\x20la\x20izquierda','369920qlflyB','izquierda','centro','2195577mrzBXL','Italic','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Alternar\x20volteo\x20vertical'];_0x4c73=function(){return _0x4acfa3;};return _0x4c73();}
1
+ const _0x1df9bf=_0x6661;(function(_0x5bb395,_0x1f3fb1){const _0x143adf=_0x6661,_0x270729=_0x5bb395();while(!![]){try{const _0x2a5299=parseInt(_0x143adf(0x149))/0x1+parseInt(_0x143adf(0x145))/0x2*(parseInt(_0x143adf(0x138))/0x3)+-parseInt(_0x143adf(0x142))/0x4*(-parseInt(_0x143adf(0x14c))/0x5)+parseInt(_0x143adf(0x130))/0x6+parseInt(_0x143adf(0x14b))/0x7*(parseInt(_0x143adf(0x13e))/0x8)+-parseInt(_0x143adf(0x14a))/0x9+-parseInt(_0x143adf(0x132))/0xa;if(_0x2a5299===_0x1f3fb1)break;else _0x270729['push'](_0x270729['shift']());}catch(_0x4280f8){_0x270729['push'](_0x270729['shift']());}}}(_0x5195,0xe6c52));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1df9bf(0x148)}},'permission':{'editErr':_0x1df9bf(0x12d)},'title':_0x1df9bf(0x131),'insertShape':_0x1df9bf(0x12c),'openPanel':_0x1df9bf(0x143),'deleteShape':_0x1df9bf(0x13a),'hidePanel':_0x1df9bf(0x13c),'formatShape':_0x1df9bf(0x137),'shapeStyle':_0x1df9bf(0x14d),'shapePosition':_0x1df9bf(0x13b),'toggleFlipH':_0x1df9bf(0x141),'toggleFlipV':'Alternar\x20volteo\x20vertical','rotateRight90':'Rotar\x2090°\x20a\x20la\x20derecha','rotateLeft90':_0x1df9bf(0x140),'toggleTextVertical':_0x1df9bf(0x133),'objectListPanel':{'title':_0x1df9bf(0x13f),'open':_0x1df9bf(0x12f),'empty':_0x1df9bf(0x14e),'showAll':'Mostrar\x20todo','hideAll':'Ocultar\x20todo','show':'Mostrar','hide':_0x1df9bf(0x12e),'moveForward':_0x1df9bf(0x139),'moveBackward':'Enviar\x20atrás','close':_0x1df9bf(0x147),'name':_0x1df9bf(0x146),'nameInput':_0x1df9bf(0x144),'description':_0x1df9bf(0x134),'descriptionPlaceholder':_0x1df9bf(0x13d),'details':'Detalles','noSelection':_0x1df9bf(0x135)}}};function _0x5195(){const _0x45c420=['Posición\x20de\x20forma','Ocultar\x20panel\x20de\x20formas','Agregar\x20descripción','8kBdnYu','Capas','Rotar\x2090°\x20a\x20la\x20izquierda','Alternar\x20volteo\x20horizontal','4499788FmCUJS','Abrir\x20panel\x20de\x20formas','Nombre\x20del\x20objeto','1066Myekhs','Nombre','Cerrar','Recortar\x20a\x20forma','909610qfeiOl','9150444EXGMgr','5711692AVXOYI','5jwjWCb','Estilo\x20de\x20forma','Sin\x20objetos','Insertar\x20forma','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Ocultar','Abrir\x20panel\x20de\x20capas','9829782uGTXAP','Forma','31563330bzZtHK','Alternar\x20texto\x20vertical','Descripción','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','exports','Formato\x20de\x20forma','3543voMxnP','Traer\x20adelante','Eliminar\x20forma'];_0x5195=function(){return _0x45c420;};return _0x5195();}function _0x6661(_0x379be2,_0x26ff63){_0x379be2=_0x379be2-0x12c;const _0x519518=_0x5195();let _0x66615c=_0x519518[_0x379be2];return _0x66615c;}module[_0x1df9bf(0x136)]=e;
@@ -1 +1 @@
1
- function _0x5633(){const _0x161e19=['تغییر\x20وضعیت\x20متن\x20عمودی','مخفی\x20کردن\x20پنل\x20شکل‌ها','قالب‌بندی\x20شکل','7ySASbD','وسط','حذف\x20شکل','تراز\x20عمودی','راست','Align\x20Right','2730706DBwHVH','تراز\x20افقی','پایین','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','بازنشانی','641072nEojio','Underline','افزایش\x20اندازه\x20فونت','Text\x20color','کراپ\x20به\x20شکل','رنگ\x20پر\x20کردن','16EaKnat','کاهش\x20اندازه\x20فونت','اندازه\x20فونت','Strikethrough','exports','بالا','Italic','تغییر\x20وضعیت\x20چرخش\x20افقی','974145nsnGmL','58669xMObZK','Justify','چرخش\x20۹۰\x20درجه\x20به\x20چپ','507243TbeWuc','872154Hexnfj','موقعیت\x20شکل','چرخش\x20۹۰\x20درجه\x20به\x20راست','4SWDKNs','1545834iPitJb','30zKdaDz'];_0x5633=function(){return _0x161e19;};return _0x5633();}const _0x5927fe=_0x190c;(function(_0x4e0b9c,_0x26ae35){const _0x1799ba=_0x190c,_0x48eca9=_0x4e0b9c();while(!![]){try{const _0x54f4d7=parseInt(_0x1799ba(0xd7))/0x1+-parseInt(_0x1799ba(0xc8))/0x2+-parseInt(_0x1799ba(0xb3))/0x3*(parseInt(_0x1799ba(0xb7))/0x4)+-parseInt(_0x1799ba(0xd6))/0x5+-parseInt(_0x1799ba(0xb8))/0x6*(-parseInt(_0x1799ba(0xbd))/0x7)+parseInt(_0x1799ba(0xce))/0x8*(-parseInt(_0x1799ba(0xb4))/0x9)+-parseInt(_0x1799ba(0xb9))/0xa*(-parseInt(_0x1799ba(0xc3))/0xb);if(_0x54f4d7===_0x26ae35)break;else _0x48eca9['push'](_0x48eca9['shift']());}catch(_0x2b2f25){_0x48eca9['push'](_0x48eca9['shift']());}}}(_0x5633,0x2ca04));const e={'sheets-shape-ui':{'align':{'top':_0x5927fe(0xd3),'middle':'وسط','bottom':_0x5927fe(0xc5),'left':'چپ','center':_0x5927fe(0xbe),'right':_0x5927fe(0xc1)},'toolbar':{'verticalAlignMode':{'main':_0x5927fe(0xc0)},'horizontalAlignMode':{'main':_0x5927fe(0xc4)},'fillColor':{'main':_0x5927fe(0xcd)},'fontSize':_0x5927fe(0xd0),'fontSizeIncrease':_0x5927fe(0xca),'fontSizeDecrease':_0x5927fe(0xcf),'alignLeft':'Align\x20Left','alignCenter':'Align\x20Center','alignRight':_0x5927fe(0xc2),'alignJustify':_0x5927fe(0xd8),'bold':'Bold','italic':_0x5927fe(0xd4),'underline':_0x5927fe(0xc9),'strikethrough':_0x5927fe(0xd1),'textColor':_0x5927fe(0xcb),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x5927fe(0xc7)},'imagePanel':{'crop':{'shape':_0x5927fe(0xcc)}},'permission':{'editErr':_0x5927fe(0xc6)},'title':'شکل','insertShape':'درج\x20شکل','openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x5927fe(0xbf),'hidePanel':_0x5927fe(0xbb),'formatShape':_0x5927fe(0xbc),'shapeStyle':'سبک\x20شکل','shapePosition':_0x5927fe(0xb5),'toggleFlipH':_0x5927fe(0xd5),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x5927fe(0xb6),'rotateLeft90':_0x5927fe(0xb2),'toggleTextVertical':_0x5927fe(0xba)}};function _0x190c(_0x5b73c7,_0x2fcb97){_0x5b73c7=_0x5b73c7-0xb2;const _0x5633c0=_0x5633();let _0x190c98=_0x5633c0[_0x5b73c7];return _0x190c98;}module[_0x5927fe(0xd2)]=e;
1
+ function _0x63bc(_0x5e0bf8,_0x11f973){_0x5e0bf8=_0x5e0bf8-0x10a;const _0xe6418d=_0xe641();let _0x63bc92=_0xe6418d[_0x5e0bf8];return _0x63bc92;}const _0x593bc0=_0x63bc;(function(_0x200862,_0x5aaf19){const _0x3b1d69=_0x63bc,_0x54e3d4=_0x200862();while(!![]){try{const _0x413d49=parseInt(_0x3b1d69(0x111))/0x1*(-parseInt(_0x3b1d69(0x12a))/0x2)+-parseInt(_0x3b1d69(0x129))/0x3*(-parseInt(_0x3b1d69(0x115))/0x4)+parseInt(_0x3b1d69(0x10a))/0x5+parseInt(_0x3b1d69(0x11c))/0x6*(-parseInt(_0x3b1d69(0x12d))/0x7)+-parseInt(_0x3b1d69(0x112))/0x8*(-parseInt(_0x3b1d69(0x10c))/0x9)+-parseInt(_0x3b1d69(0x128))/0xa+-parseInt(_0x3b1d69(0x11b))/0xb*(-parseInt(_0x3b1d69(0x118))/0xc);if(_0x413d49===_0x5aaf19)break;else _0x54e3d4['push'](_0x54e3d4['shift']());}catch(_0x1c341c){_0x54e3d4['push'](_0x54e3d4['shift']());}}}(_0xe641,0x45b9b));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x593bc0(0x10e)}},'permission':{'editErr':_0x593bc0(0x11e)},'title':_0x593bc0(0x126),'insertShape':_0x593bc0(0x10b),'openPanel':_0x593bc0(0x10d),'deleteShape':'حذف\x20شکل','hidePanel':'مخفی\x20کردن\x20پنل\x20شکل‌ها','formatShape':_0x593bc0(0x127),'shapeStyle':_0x593bc0(0x113),'shapePosition':_0x593bc0(0x12c),'toggleFlipH':_0x593bc0(0x10f),'toggleFlipV':_0x593bc0(0x122),'rotateRight90':_0x593bc0(0x12b),'rotateLeft90':_0x593bc0(0x114),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':_0x593bc0(0x110),'open':'باز\x20کردن\x20پنل\x20لایه‌ها','empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':_0x593bc0(0x11f),'hideAll':_0x593bc0(0x125),'show':_0x593bc0(0x121),'hide':_0x593bc0(0x120),'moveForward':'آوردن\x20به\x20جلو','moveBackward':_0x593bc0(0x116),'close':_0x593bc0(0x11d),'name':_0x593bc0(0x12e),'nameInput':'نام\x20شیء','description':_0x593bc0(0x117),'descriptionPlaceholder':_0x593bc0(0x123),'details':_0x593bc0(0x124),'noSelection':_0x593bc0(0x11a)}}};function _0xe641(){const _0xcf6e4d=['6faWfpK','بستن','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','نمایش\x20همه','پنهان\x20کردن','نمایش','تغییر\x20وضعیت\x20چرخش\x20عمودی','افزودن\x20توضیحات','جزئیات','پنهان\x20کردن\x20همه','شکل','قالب‌بندی\x20شکل','4881030ILRkIj','3HKMICk','60KxXAiu','چرخش\x20۹۰\x20درجه\x20به\x20راست','موقعیت\x20شکل','559069gayneh','نام','1145185rQlqcd','درج\x20شکل','278199jxDnaN','باز\x20کردن\x20پنل\x20شکل‌ها','کراپ\x20به\x20شکل','تغییر\x20وضعیت\x20چرخش\x20افقی','لایه‌ها','3387EVgWTB','8obybyT','سبک\x20شکل','چرخش\x20۹۰\x20درجه\x20به\x20چپ','1652212NIQbYO','فرستادن\x20به\x20عقب','توضیحات','8616Nrblnd','exports','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','4323mIOFNK'];_0xe641=function(){return _0xcf6e4d;};return _0xe641();}module[_0x593bc0(0x119)]=e;
@@ -1 +1 @@
1
- const _0x2edb6f=_0x2042;(function(_0x45e1f2,_0x2c50c1){const _0x469761=_0x2042,_0x8aab0f=_0x45e1f2();while(!![]){try{const _0x142731=-parseInt(_0x469761(0xca))/0x1*(parseInt(_0x469761(0xbc))/0x2)+-parseInt(_0x469761(0xd6))/0x3*(parseInt(_0x469761(0xcb))/0x4)+parseInt(_0x469761(0xc2))/0x5*(-parseInt(_0x469761(0xcd))/0x6)+parseInt(_0x469761(0xbf))/0x7*(parseInt(_0x469761(0xb7))/0x8)+-parseInt(_0x469761(0xd4))/0x9*(parseInt(_0x469761(0xb2))/0xa)+parseInt(_0x469761(0xbb))/0xb*(-parseInt(_0x469761(0xcc))/0xc)+parseInt(_0x469761(0xb6))/0xd;if(_0x142731===_0x2c50c1)break;else _0x8aab0f['push'](_0x8aab0f['shift']());}catch(_0x344718){_0x8aab0f['push'](_0x8aab0f['shift']());}}}(_0x393d,0x659fd));function _0x2042(_0x55af8b,_0x2160b6){_0x55af8b=_0x55af8b-0xac;const _0x393d06=_0x393d();let _0x204238=_0x393d06[_0x55af8b];return _0x204238;}function _0x393d(){const _0x5c729d=['Text\x20color','198qveaeg','Justify','3aYdEyF','haut','Pivoter\x20à\x20gauche\x20de\x2090°','Format\x20de\x20la\x20forme','Diminuer\x20la\x20taille\x20de\x20la\x20police','Align\x20Left','Masquer\x20le\x20panneau\x20des\x20formes','milieu','282570jlnRkF','Augmenter\x20la\x20taille\x20de\x20la\x20police','Alignement\x20horizontal','Alignement\x20vertical','24950211bAIObD','13384uFbDiR','Insérer\x20une\x20forme','Forme','Pivoter\x20à\x20droite\x20de\x2090°','242csUbdf','38hhGRmi','Position\x20de\x20la\x20forme','centre','3374iQvPNF','Italic','Supprimer\x20la\x20forme','1445065oHVhrq','droite','Bold','bas','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Taille\x20de\x20police','Rogner\x20à\x20la\x20forme','Style\x20de\x20la\x20forme','34554boeimo','2497244hpADqY','64296OHgtoo','6kWWmDf','Ouvrir\x20le\x20panneau\x20des\x20formes','Align\x20Center','gauche','Text\x20Background\x20color','Strikethrough'];_0x393d=function(){return _0x5c729d;};return _0x393d();}const e={'sheets-shape-ui':{'align':{'top':_0x2edb6f(0xd7),'middle':_0x2edb6f(0xb1),'bottom':_0x2edb6f(0xc5),'left':_0x2edb6f(0xd0),'center':_0x2edb6f(0xbe),'right':_0x2edb6f(0xc3)},'toolbar':{'verticalAlignMode':{'main':_0x2edb6f(0xb5)},'horizontalAlignMode':{'main':_0x2edb6f(0xb4)},'fillColor':{'main':'Couleur\x20de\x20remplissage'},'fontSize':_0x2edb6f(0xc7),'fontSizeIncrease':_0x2edb6f(0xb3),'fontSizeDecrease':_0x2edb6f(0xae),'alignLeft':_0x2edb6f(0xaf),'alignCenter':_0x2edb6f(0xcf),'alignRight':'Align\x20Right','alignJustify':_0x2edb6f(0xd5),'bold':_0x2edb6f(0xc4),'italic':_0x2edb6f(0xc0),'underline':'Underline','strikethrough':_0x2edb6f(0xd2),'textColor':_0x2edb6f(0xd3),'textBackgroundColor':_0x2edb6f(0xd1),'resetColor':'Réinitialiser'},'imagePanel':{'crop':{'shape':_0x2edb6f(0xc8)}},'permission':{'editErr':_0x2edb6f(0xc6)},'title':_0x2edb6f(0xb9),'insertShape':_0x2edb6f(0xb8),'openPanel':_0x2edb6f(0xce),'deleteShape':_0x2edb6f(0xc1),'hidePanel':_0x2edb6f(0xb0),'formatShape':_0x2edb6f(0xad),'shapeStyle':_0x2edb6f(0xc9),'shapePosition':_0x2edb6f(0xbd),'toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':'Basculer\x20le\x20retournement\x20vertical','rotateRight90':_0x2edb6f(0xba),'rotateLeft90':_0x2edb6f(0xac),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical'}};module['exports']=e;
1
+ function _0x4795(_0x2073f8,_0x400dcd){_0x2073f8=_0x2073f8-0x162;const _0x4f2999=_0x4f29();let _0x479586=_0x4f2999[_0x2073f8];return _0x479586;}const _0xf31b99=_0x4795;(function(_0xcd7dd8,_0x32b627){const _0x373e29=_0x4795,_0x4faf58=_0xcd7dd8();while(!![]){try{const _0x2463d5=parseInt(_0x373e29(0x16f))/0x1*(-parseInt(_0x373e29(0x169))/0x2)+parseInt(_0x373e29(0x172))/0x3+parseInt(_0x373e29(0x16e))/0x4*(parseInt(_0x373e29(0x180))/0x5)+-parseInt(_0x373e29(0x167))/0x6+-parseInt(_0x373e29(0x179))/0x7+parseInt(_0x373e29(0x16d))/0x8+-parseInt(_0x373e29(0x16b))/0x9*(-parseInt(_0x373e29(0x171))/0xa);if(_0x2463d5===_0x32b627)break;else _0x4faf58['push'](_0x4faf58['shift']());}catch(_0x477dce){_0x4faf58['push'](_0x4faf58['shift']());}}}(_0x4f29,0xd273f));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xf31b99(0x16a)}},'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':_0xf31b99(0x162),'insertShape':_0xf31b99(0x173),'openPanel':_0xf31b99(0x16c),'deleteShape':_0xf31b99(0x17a),'hidePanel':_0xf31b99(0x163),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0xf31b99(0x175),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0xf31b99(0x181),'rotateRight90':_0xf31b99(0x165),'rotateLeft90':_0xf31b99(0x17b),'toggleTextVertical':_0xf31b99(0x170),'objectListPanel':{'title':_0xf31b99(0x17e),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':'Aucun\x20objet','showAll':_0xf31b99(0x168),'hideAll':_0xf31b99(0x164),'show':'Afficher','hide':_0xf31b99(0x17d),'moveForward':_0xf31b99(0x176),'moveBackward':_0xf31b99(0x17f),'close':'Fermer','name':_0xf31b99(0x17c),'nameInput':_0xf31b99(0x177),'description':_0xf31b99(0x166),'descriptionPlaceholder':_0xf31b99(0x178),'details':'Détails','noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};function _0x4f29(){const _0x162d22=['Ouvrir\x20le\x20panneau\x20des\x20formes','648976gYNOMg','61156ZsHEvZ','106flwCiU','Basculer\x20le\x20texte\x20vertical','10IOOItG','2660955OsIeWG','Insérer\x20une\x20forme','exports','Style\x20de\x20la\x20forme','Avancer','Nom\x20de\x20l’objet','Ajouter\x20une\x20description','10549518YldUrr','Supprimer\x20la\x20forme','Pivoter\x20à\x20gauche\x20de\x2090°','Nom','Masquer','Calques','Reculer','470BufqMw','Basculer\x20le\x20retournement\x20vertical','Forme','Masquer\x20le\x20panneau\x20des\x20formes','Tout\x20masquer','Pivoter\x20à\x20droite\x20de\x2090°','Description','3252624iRzuxE','Tout\x20afficher','22286mZgpjg','Rogner\x20à\x20la\x20forme','15183702JZLsxG'];_0x4f29=function(){return _0x162d22;};return _0x4f29();}module[_0xf31b99(0x174)]=e;
@@ -1 +1 @@
1
- function _0xa0e9(_0x392b85,_0x15b6b9){_0x392b85=_0x392b85-0x167;const _0x5913d6=_0x5913();let _0xa0e9fd=_0x5913d6[_0x392b85];return _0xa0e9fd;}const _0x2f5dd5=_0xa0e9;function _0x5913(){const _0x1b67ec=['3027495mGMVEv','Text\x20color','Bold','Posisi\x20Bentuk','399407vbNmmM','Pangkas\x20ke\x20Bentuk','bawah','kanan','Align\x20Center','exports','Perataan\x20vertikal','Ubah\x20Teks\x20Vertikal','31958840uvpyHa','Align\x20Right','Sembunyikan\x20Panel\x20Bentuk','Bentuk','1022106YcuQLq','Text\x20Background\x20color','Perkecil\x20ukuran\x20font','Ukuran\x20font','Align\x20Left','Italic','Format\x20Bentuk','Strikethrough','2373muwYSs','4sKLaJX','Buka\x20Panel\x20Bentuk','Hapus\x20Bentuk','Warna\x20isian','atas','Sisipkan\x20Bentuk','18968NNUTKN','kiri','tengah','6279996IBamqh','2199906fCMRgJ','Balik\x20Horizontal','2qASuRP','Perataan\x20horizontal'];_0x5913=function(){return _0x1b67ec;};return _0x5913();}(function(_0x11ac30,_0x4a29d9){const _0x40d865=_0xa0e9,_0x3aecb8=_0x11ac30();while(!![]){try{const _0x1a90a=parseInt(_0x40d865(0x176))/0x1+-parseInt(_0x40d865(0x170))/0x2*(parseInt(_0x40d865(0x182))/0x3)+parseInt(_0x40d865(0x18b))/0x4*(-parseInt(_0x40d865(0x172))/0x5)+-parseInt(_0x40d865(0x16d))/0x6+-parseInt(_0x40d865(0x18a))/0x7*(parseInt(_0x40d865(0x16a))/0x8)+-parseInt(_0x40d865(0x16e))/0x9+parseInt(_0x40d865(0x17e))/0xa;if(_0x1a90a===_0x4a29d9)break;else _0x3aecb8['push'](_0x3aecb8['shift']());}catch(_0x13d190){_0x3aecb8['push'](_0x3aecb8['shift']());}}}(_0x5913,0x874ed));const e={'sheets-shape-ui':{'align':{'top':_0x2f5dd5(0x168),'middle':_0x2f5dd5(0x16c),'bottom':_0x2f5dd5(0x178),'left':_0x2f5dd5(0x16b),'center':_0x2f5dd5(0x16c),'right':_0x2f5dd5(0x179)},'toolbar':{'verticalAlignMode':{'main':_0x2f5dd5(0x17c)},'horizontalAlignMode':{'main':_0x2f5dd5(0x171)},'fillColor':{'main':_0x2f5dd5(0x167)},'fontSize':_0x2f5dd5(0x185),'fontSizeIncrease':'Perbesar\x20ukuran\x20font','fontSizeDecrease':_0x2f5dd5(0x184),'alignLeft':_0x2f5dd5(0x186),'alignCenter':_0x2f5dd5(0x17a),'alignRight':_0x2f5dd5(0x17f),'alignJustify':'Justify','bold':_0x2f5dd5(0x174),'italic':_0x2f5dd5(0x187),'underline':'Underline','strikethrough':_0x2f5dd5(0x189),'textColor':_0x2f5dd5(0x173),'textBackgroundColor':_0x2f5dd5(0x183),'resetColor':'Atur\x20ulang'},'imagePanel':{'crop':{'shape':_0x2f5dd5(0x177)}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':_0x2f5dd5(0x181),'insertShape':_0x2f5dd5(0x169),'openPanel':_0x2f5dd5(0x18c),'deleteShape':_0x2f5dd5(0x18d),'hidePanel':_0x2f5dd5(0x180),'formatShape':_0x2f5dd5(0x188),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x2f5dd5(0x175),'toggleFlipH':_0x2f5dd5(0x16f),'toggleFlipV':'Balik\x20Vertikal','rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':_0x2f5dd5(0x17d)}};module[_0x2f5dd5(0x17b)]=e;
1
+ const _0x174dbe=_0x24a1;(function(_0x23a8c8,_0xd8c8f2){const _0x37a2ae=_0x24a1,_0x15b836=_0x23a8c8();while(!![]){try{const _0x4a6c46=parseInt(_0x37a2ae(0x181))/0x1+-parseInt(_0x37a2ae(0x183))/0x2+parseInt(_0x37a2ae(0x178))/0x3+parseInt(_0x37a2ae(0x16c))/0x4*(-parseInt(_0x37a2ae(0x16e))/0x5)+-parseInt(_0x37a2ae(0x17e))/0x6*(-parseInt(_0x37a2ae(0x163))/0x7)+-parseInt(_0x37a2ae(0x17f))/0x8+parseInt(_0x37a2ae(0x17d))/0x9*(-parseInt(_0x37a2ae(0x172))/0xa);if(_0x4a6c46===_0xd8c8f2)break;else _0x15b836['push'](_0x15b836['shift']());}catch(_0x19644e){_0x15b836['push'](_0x15b836['shift']());}}}(_0x4e9f,0x450f8));function _0x24a1(_0x11ffa1,_0x3e93d0){_0x11ffa1=_0x11ffa1-0x161;const _0x4e9f60=_0x4e9f();let _0x24a1e5=_0x4e9f60[_0x11ffa1];return _0x24a1e5;}function _0x4e9f(){const _0x565da4=['Lapisan','Bawa\x20ke\x20Depan','Balik\x20Horizontal','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','4046139xXfeqr','16566wbThlH','102816ztTJZl','Balik\x20Vertikal','492844tlhXxH','Tutup','336836qNpjum','Format\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','602ZYacEI','Deskripsi','Buka\x20Panel\x20Bentuk','Sembunyikan\x20semua','Kirim\x20ke\x20Belakang','Nama\x20objek','Tampilkan\x20semua','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Tambahkan\x20deskripsi','1373428udCsPg','Sembunyikan','5SkJrcb','Ubah\x20Teks\x20Vertikal','Putar\x20Kanan\x2090°','Putar\x20Kiri\x2090°','10AkvpQP','Tidak\x20ada\x20objek','Detail','Posisi\x20Bentuk','Nama','Bentuk','1580340hLMoPD'];_0x4e9f=function(){return _0x565da4;};return _0x4e9f();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':_0x174dbe(0x17c)},'title':_0x174dbe(0x177),'insertShape':'Sisipkan\x20Bentuk','openPanel':_0x174dbe(0x165),'deleteShape':'Hapus\x20Bentuk','hidePanel':_0x174dbe(0x162),'formatShape':_0x174dbe(0x161),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x174dbe(0x175),'toggleFlipH':_0x174dbe(0x17b),'toggleFlipV':_0x174dbe(0x180),'rotateRight90':_0x174dbe(0x170),'rotateLeft90':_0x174dbe(0x171),'toggleTextVertical':_0x174dbe(0x16f),'objectListPanel':{'title':_0x174dbe(0x179),'open':'Buka\x20Panel\x20Lapisan','empty':_0x174dbe(0x173),'showAll':_0x174dbe(0x169),'hideAll':_0x174dbe(0x166),'show':'Tampilkan','hide':_0x174dbe(0x16d),'moveForward':_0x174dbe(0x17a),'moveBackward':_0x174dbe(0x167),'close':_0x174dbe(0x182),'name':_0x174dbe(0x176),'nameInput':_0x174dbe(0x168),'description':_0x174dbe(0x164),'descriptionPlaceholder':_0x174dbe(0x16b),'details':_0x174dbe(0x174),'noSelection':_0x174dbe(0x16a)}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x4f5b9c=_0x4309;(function(_0x4784b0,_0x10a4ea){const _0x4418cc=_0x4309,_0x180ae1=_0x4784b0();while(!![]){try{const _0x2f77d4=-parseInt(_0x4418cc(0x108))/0x1*(parseInt(_0x4418cc(0xfe))/0x2)+parseInt(_0x4418cc(0x116))/0x3*(parseInt(_0x4418cc(0x119))/0x4)+-parseInt(_0x4418cc(0x100))/0x5*(parseInt(_0x4418cc(0x115))/0x6)+parseInt(_0x4418cc(0x11c))/0x7*(parseInt(_0x4418cc(0xff))/0x8)+parseInt(_0x4418cc(0x10b))/0x9+-parseInt(_0x4418cc(0x105))/0xa+parseInt(_0x4418cc(0x112))/0xb;if(_0x2f77d4===_0x10a4ea)break;else _0x180ae1['push'](_0x180ae1['shift']());}catch(_0x10749a){_0x180ae1['push'](_0x180ae1['shift']());}}}(_0x1aa6,0xe4f96));function _0x1aa6(){const _0x36641d=['150957JIUNOa','exports','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','16nGocJp','Posizione\x20forma','Ruota\x20a\x20destra\x2090°','444045yqQEfD','Align\x20Right','Attiva/disattiva\x20testo\x20verticale','Text\x20color','superiore','Ritaglia\x20a\x20forma','Formato\x20forma','Inserisci\x20forma','Strikethrough','Aumenta\x20dimensione\x20carattere','centro','sinistra','52946cvGiyD','8xnebLy','10yZAUrq','Align\x20Left','Text\x20Background\x20color','Allineamento\x20verticale','Justify','13150850KCnxZr','Attiva/disattiva\x20capovolgimento\x20orizzontale','Apri\x20pannello\x20forma','44iWueex','Colore\x20riempimento','Stile\x20forma','12243618qHfvmv','destra','Attiva/disattiva\x20capovolgimento\x20verticale','Forma','Elimina\x20forma','Italic','Nascondi\x20pannello\x20forma','35846624kXCycO','inferiore','Align\x20Center','4398366GBfOVs'];_0x1aa6=function(){return _0x36641d;};return _0x1aa6();}function _0x4309(_0xf4867d,_0x3db159){_0xf4867d=_0xf4867d-0xfb;const _0x1aa601=_0x1aa6();let _0x430951=_0x1aa601[_0xf4867d];return _0x430951;}const e={'sheets-shape-ui':{'align':{'top':_0x4f5b9c(0x120),'middle':'centrale','bottom':_0x4f5b9c(0x113),'left':_0x4f5b9c(0xfd),'center':_0x4f5b9c(0xfc),'right':_0x4f5b9c(0x10c)},'toolbar':{'verticalAlignMode':{'main':_0x4f5b9c(0x103)},'horizontalAlignMode':{'main':'Allineamento\x20orizzontale'},'fillColor':{'main':_0x4f5b9c(0x109)},'fontSize':'Dimensione\x20carattere','fontSizeIncrease':_0x4f5b9c(0xfb),'fontSizeDecrease':'Diminuisci\x20dimensione\x20carattere','alignLeft':_0x4f5b9c(0x101),'alignCenter':_0x4f5b9c(0x114),'alignRight':_0x4f5b9c(0x11d),'alignJustify':_0x4f5b9c(0x104),'bold':'Bold','italic':_0x4f5b9c(0x110),'underline':'Underline','strikethrough':_0x4f5b9c(0x124),'textColor':_0x4f5b9c(0x11f),'textBackgroundColor':_0x4f5b9c(0x102),'resetColor':'Reimposta'},'imagePanel':{'crop':{'shape':_0x4f5b9c(0x121)}},'permission':{'editErr':_0x4f5b9c(0x118)},'title':_0x4f5b9c(0x10e),'insertShape':_0x4f5b9c(0x123),'openPanel':_0x4f5b9c(0x107),'deleteShape':_0x4f5b9c(0x10f),'hidePanel':_0x4f5b9c(0x111),'formatShape':_0x4f5b9c(0x122),'shapeStyle':_0x4f5b9c(0x10a),'shapePosition':_0x4f5b9c(0x11a),'toggleFlipH':_0x4f5b9c(0x106),'toggleFlipV':_0x4f5b9c(0x10d),'rotateRight90':_0x4f5b9c(0x11b),'rotateLeft90':'Ruota\x20a\x20sinistra\x2090°','toggleTextVertical':_0x4f5b9c(0x11e)}};module[_0x4f5b9c(0x117)]=e;
1
+ const _0x5e25fd=_0xcb6e;function _0xcb6e(_0x12c2a2,_0xab089e){_0x12c2a2=_0x12c2a2-0x13b;const _0x31b9ef=_0x31b9();let _0xcb6e58=_0x31b9ef[_0x12c2a2];return _0xcb6e58;}function _0x31b9(){const _0x15b560=['Mostra','987390fAKbIp','8rgxkJf','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Ruota\x20a\x20sinistra\x2090°','Mostra\x20tutto','Apri\x20pannello\x20forma','Elimina\x20forma','exports','Descrizione','Inserisci\x20forma','336ZPlRrE','402FcdoIX','Formato\x20forma','Stile\x20forma','Porta\x20indietro','Posizione\x20forma','Nascondi','2172168YjXGPt','Aggiungi\x20descrizione','2959319GHaLGr','Chiudi','Nome','Forma','5gertRD','76892DjwUwo','Ruota\x20a\x20destra\x2090°','Nessun\x20oggetto','Nascondi\x20pannello\x20forma','Nome\x20oggetto','10cLbcTc','133609JXTERc','Nascondi\x20tutto','Dettagli','1049871ZZVoXv','Apri\x20pannello\x20livelli'];_0x31b9=function(){return _0x15b560;};return _0x31b9();}(function(_0x425a6d,_0x1c2a2d){const _0x351c29=_0xcb6e,_0x2146eb=_0x425a6d();while(!![]){try{const _0xbeac0d=-parseInt(_0x351c29(0x13c))/0x1*(parseInt(_0x351c29(0x13d))/0x2)+parseInt(_0x351c29(0x153))/0x3+-parseInt(_0x351c29(0x14a))/0x4*(-parseInt(_0x351c29(0x149))/0x5)+-parseInt(_0x351c29(0x156))/0x6+parseInt(_0x351c29(0x150))/0x7+parseInt(_0x351c29(0x157))/0x8*(-parseInt(_0x351c29(0x143))/0x9)+-parseInt(_0x351c29(0x14f))/0xa*(-parseInt(_0x351c29(0x145))/0xb);if(_0xbeac0d===_0x1c2a2d)break;else _0x2146eb['push'](_0x2146eb['shift']());}catch(_0x234861){_0x2146eb['push'](_0x2146eb['shift']());}}}(_0x31b9,0x2ce23));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x5e25fd(0x159)},'title':_0x5e25fd(0x148),'insertShape':_0x5e25fd(0x13b),'openPanel':_0x5e25fd(0x15c),'deleteShape':_0x5e25fd(0x15d),'hidePanel':_0x5e25fd(0x14d),'formatShape':_0x5e25fd(0x13e),'shapeStyle':_0x5e25fd(0x13f),'shapePosition':_0x5e25fd(0x141),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x5e25fd(0x14b),'rotateLeft90':_0x5e25fd(0x15a),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':'Livelli','open':_0x5e25fd(0x154),'empty':_0x5e25fd(0x14c),'showAll':_0x5e25fd(0x15b),'hideAll':_0x5e25fd(0x151),'show':_0x5e25fd(0x155),'hide':_0x5e25fd(0x142),'moveForward':'Porta\x20avanti','moveBackward':_0x5e25fd(0x140),'close':_0x5e25fd(0x146),'name':_0x5e25fd(0x147),'nameInput':_0x5e25fd(0x14e),'description':_0x5e25fd(0x15f),'descriptionPlaceholder':_0x5e25fd(0x144),'details':_0x5e25fd(0x152),'noSelection':_0x5e25fd(0x158)}}};module[_0x5e25fd(0x15e)]=e;
@@ -1 +1 @@
1
- const _0x2454cd=_0x5668;function _0x5668(_0x2ab306,_0x486f8f){_0x2ab306=_0x2ab306-0x92;const _0xfa63e1=_0xfa63();let _0x56681c=_0xfa63e1[_0x2ab306];return _0x56681c;}function _0xfa63(){const _0xba57b0=['フォントサイズを縮小','水平反転の切り替え','塗りつぶし色','縦方向の配置','Align\x20Center','右寄せ','図形パネルを非表示','左寄せ','図形を削除','514107YilrGL','図形パネルを開く','形状にトリミング','1682170hqDWse','Bold','反時計回りに\x2090\x20度回転','670195mHBXrO','8aTcPDu','Align\x20Right','フォントサイズ','Align\x20Left','図形の位置','Justify','時計回りに\x2090\x20度回転','図形の挿入','Underline','576SZrCdz','垂直反転の切り替え','exports','Text\x20color','初期化','1451652kqZUWJ','10588OJrfXo','Text\x20Background\x20color','174038MJTLUT','Strikethrough','11222838amCsIh'];_0xfa63=function(){return _0xba57b0;};return _0xfa63();}(function(_0x443047,_0x415aa2){const _0x56ae48=_0x5668,_0x1971ce=_0x443047();while(!![]){try{const _0x4b5536=-parseInt(_0x56ae48(0xac))/0x1+-parseInt(_0x56ae48(0xa0))/0x2+-parseInt(_0x56ae48(0x98))/0x3*(parseInt(_0x56ae48(0x9e))/0x4)+parseInt(_0x56ae48(0xb2))/0x5+parseInt(_0x56ae48(0x9d))/0x6+parseInt(_0x56ae48(0xaf))/0x7*(-parseInt(_0x56ae48(0xb3))/0x8)+parseInt(_0x56ae48(0xa2))/0x9;if(_0x4b5536===_0x415aa2)break;else _0x1971ce['push'](_0x1971ce['shift']());}catch(_0x68ac77){_0x1971ce['push'](_0x1971ce['shift']());}}}(_0xfa63,0x42b97));const e={'sheets-shape-ui':{'align':{'top':'','middle':'中央','bottom':'','left':_0x2454cd(0xaa),'center':'中央','right':_0x2454cd(0xa8)},'toolbar':{'verticalAlignMode':{'main':_0x2454cd(0xa6)},'horizontalAlignMode':{'main':'横方向の配置'},'fillColor':{'main':_0x2454cd(0xa5)},'fontSize':_0x2454cd(0xb5),'fontSizeIncrease':'フォントサイズを拡大','fontSizeDecrease':_0x2454cd(0xa3),'alignLeft':_0x2454cd(0x92),'alignCenter':_0x2454cd(0xa7),'alignRight':_0x2454cd(0xb4),'alignJustify':_0x2454cd(0x94),'bold':_0x2454cd(0xb0),'italic':'Italic','underline':_0x2454cd(0x97),'strikethrough':_0x2454cd(0xa1),'textColor':_0x2454cd(0x9b),'textBackgroundColor':_0x2454cd(0x9f),'resetColor':_0x2454cd(0x9c)},'imagePanel':{'crop':{'shape':_0x2454cd(0xae)}},'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':'図形','insertShape':_0x2454cd(0x96),'openPanel':_0x2454cd(0xad),'deleteShape':_0x2454cd(0xab),'hidePanel':_0x2454cd(0xa9),'formatShape':'図形の書式設定','shapeStyle':'図形スタイル','shapePosition':_0x2454cd(0x93),'toggleFlipH':_0x2454cd(0xa4),'toggleFlipV':_0x2454cd(0x99),'rotateRight90':_0x2454cd(0x95),'rotateLeft90':_0x2454cd(0xb1),'toggleTextVertical':'テキストの縦書き/横書きの切り替え'}};module[_0x2454cd(0x9a)]=e;
1
+ const _0xbfb9db=_0x2e63;(function(_0x53d9f8,_0x5ef732){const _0x47f325=_0x2e63,_0x32ea8e=_0x53d9f8();while(!![]){try{const _0x4fb385=parseInt(_0x47f325(0xa7))/0x1*(parseInt(_0x47f325(0xa2))/0x2)+parseInt(_0x47f325(0x90))/0x3*(-parseInt(_0x47f325(0x98))/0x4)+-parseInt(_0x47f325(0x9c))/0x5+-parseInt(_0x47f325(0xa1))/0x6*(-parseInt(_0x47f325(0x96))/0x7)+parseInt(_0x47f325(0x99))/0x8*(parseInt(_0x47f325(0xa6))/0x9)+-parseInt(_0x47f325(0x93))/0xa+-parseInt(_0x47f325(0x92))/0xb*(-parseInt(_0x47f325(0x8e))/0xc);if(_0x4fb385===_0x5ef732)break;else _0x32ea8e['push'](_0x32ea8e['shift']());}catch(_0x5ba8b5){_0x32ea8e['push'](_0x32ea8e['shift']());}}}(_0x1d44,0x7a032));function _0x1d44(){const _0x50c93a=['閉じる','993768QFXQGD','270874lwkwse','図形の位置','説明を追加','非表示','8829459qspNRx','4mZBbbL','レイヤーパネルを開く','テキストの縦書き/横書きの切り替え','図形スタイル','レイヤー','垂直反転の切り替え','7191672UNgcIW','形状にトリミング','3642lIIosg','図形パネルを開く','11xsvtoC','6861660TqQfcG','オブジェクト名','図形の挿入','14StYOUe','水平反転の切り替え','2840FFFTBH','8qJjbJX','すべて非表示','exports','2027465ksgBSc','図形パネルを非表示','時計回りに\x2090\x20度回転','詳細を編集するオブジェクトを選択'];_0x1d44=function(){return _0x50c93a;};return _0x1d44();}function _0x2e63(_0x35dd0d,_0x22c06c){_0x35dd0d=_0x35dd0d-0x89;const _0x1d44ef=_0x1d44();let _0x2e637d=_0x1d44ef[_0x35dd0d];return _0x2e637d;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xbfb9db(0x8f)}},'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':'図形','insertShape':_0xbfb9db(0x95),'openPanel':_0xbfb9db(0x91),'deleteShape':'図形を削除','hidePanel':_0xbfb9db(0x9d),'formatShape':'図形の書式設定','shapeStyle':_0xbfb9db(0x8b),'shapePosition':_0xbfb9db(0xa3),'toggleFlipH':_0xbfb9db(0x97),'toggleFlipV':_0xbfb9db(0x8d),'rotateRight90':_0xbfb9db(0x9e),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0xbfb9db(0x8a),'objectListPanel':{'title':_0xbfb9db(0x8c),'open':_0xbfb9db(0x89),'empty':'オブジェクトがありません','showAll':'すべて表示','hideAll':_0xbfb9db(0x9a),'show':'表示','hide':_0xbfb9db(0xa5),'moveForward':'前面へ移動','moveBackward':'背面へ移動','close':_0xbfb9db(0xa0),'name':'名前','nameInput':_0xbfb9db(0x94),'description':'説明','descriptionPlaceholder':_0xbfb9db(0xa4),'details':'詳細','noSelection':_0xbfb9db(0x9f)}}};module[_0xbfb9db(0x9b)]=e;
@@ -1 +1 @@
1
- const _0x5dadb2=_0x550f;(function(_0x4729cb,_0x89b5b4){const _0x4cfe22=_0x550f,_0x41537c=_0x4729cb();while(!![]){try{const _0x567ec5=parseInt(_0x4cfe22(0x119))/0x1+-parseInt(_0x4cfe22(0x10f))/0x2*(parseInt(_0x4cfe22(0x123))/0x3)+-parseInt(_0x4cfe22(0x126))/0x4*(-parseInt(_0x4cfe22(0x125))/0x5)+-parseInt(_0x4cfe22(0x124))/0x6+parseInt(_0x4cfe22(0x12a))/0x7*(-parseInt(_0x4cfe22(0x112))/0x8)+-parseInt(_0x4cfe22(0x12e))/0x9*(-parseInt(_0x4cfe22(0x129))/0xa)+-parseInt(_0x4cfe22(0x11d))/0xb;if(_0x567ec5===_0x89b5b4)break;else _0x41537c['push'](_0x41537c['shift']());}catch(_0x1c5c0f){_0x41537c['push'](_0x41537c['shift']());}}}(_0x2085,0x96707));function _0x550f(_0x4b5f24,_0x95042f){_0x4b5f24=_0x4b5f24-0x10a;const _0x208568=_0x2085();let _0x550ff0=_0x208568[_0x4b5f24];return _0x550ff0;}function _0x2085(){const _0x561ed9=['2144495fAoshM','4lLVGyp','가운데','도형\x20위치','10ZhsAtu','1805615GlXlNG','오른쪽','세로\x20정렬','Text\x20color','9552555OUSzcl','가로\x20뒤집기\x20전환','Underline','Strikethrough','도형\x20패널\x20숨기기','Align\x20Left','76922dGzEni','가로\x20정렬','도형\x20삽입','16YRXGCt','시계\x20방향으로\x2090도\x20회전','반시계\x20방향으로\x2090도\x20회전','글꼴\x20크기\x20감소','Align\x20Center','텍스트\x20세로/가로\x20전환','Text\x20Background\x20color','1016322SKsrDu','세로\x20뒤집기\x20전환','도형\x20패널\x20열기','Italic','355751SeOWuU','도형\x20서식','Justify','초기화','아래쪽','도형\x20스타일','72KDjySE','2514732sUuxTP'];_0x2085=function(){return _0x561ed9;};return _0x2085();}const e={'sheets-shape-ui':{'align':{'top':'위쪽','middle':_0x5dadb2(0x127),'bottom':_0x5dadb2(0x121),'left':'왼쪽','center':_0x5dadb2(0x127),'right':_0x5dadb2(0x12b)},'toolbar':{'verticalAlignMode':{'main':_0x5dadb2(0x12c)},'horizontalAlignMode':{'main':_0x5dadb2(0x110)},'fillColor':{'main':'채우기\x20색상'},'fontSize':'글꼴\x20크기','fontSizeIncrease':'글꼴\x20크기\x20증가','fontSizeDecrease':_0x5dadb2(0x115),'alignLeft':_0x5dadb2(0x10e),'alignCenter':_0x5dadb2(0x116),'alignRight':'Align\x20Right','alignJustify':_0x5dadb2(0x11f),'bold':'Bold','italic':_0x5dadb2(0x11c),'underline':_0x5dadb2(0x10b),'strikethrough':_0x5dadb2(0x10c),'textColor':_0x5dadb2(0x12d),'textBackgroundColor':_0x5dadb2(0x118),'resetColor':_0x5dadb2(0x120)},'imagePanel':{'crop':{'shape':'모양에\x20맞게\x20자르기'}},'permission':{'editErr':'해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.'},'title':'도형','insertShape':_0x5dadb2(0x111),'openPanel':_0x5dadb2(0x11b),'deleteShape':'도형\x20삭제','hidePanel':_0x5dadb2(0x10d),'formatShape':_0x5dadb2(0x11e),'shapeStyle':_0x5dadb2(0x122),'shapePosition':_0x5dadb2(0x128),'toggleFlipH':_0x5dadb2(0x10a),'toggleFlipV':_0x5dadb2(0x11a),'rotateRight90':_0x5dadb2(0x113),'rotateLeft90':_0x5dadb2(0x114),'toggleTextVertical':_0x5dadb2(0x117)}};module['exports']=e;
1
+ const _0x75ec65=_0x21aa;function _0x21aa(_0x29f9ff,_0x43da55){_0x29f9ff=_0x29f9ff-0x9c;const _0x1becd4=_0x1bec();let _0x21aa79=_0x1becd4[_0x29f9ff];return _0x21aa79;}(function(_0x2a0250,_0x269dac){const _0xc2b2b7=_0x21aa,_0x11cbea=_0x2a0250();while(!![]){try{const _0x4b9f77=-parseInt(_0xc2b2b7(0xa6))/0x1*(-parseInt(_0xc2b2b7(0xa7))/0x2)+-parseInt(_0xc2b2b7(0xaa))/0x3*(parseInt(_0xc2b2b7(0xb1))/0x4)+-parseInt(_0xc2b2b7(0xac))/0x5*(parseInt(_0xc2b2b7(0xb7))/0x6)+parseInt(_0xc2b2b7(0xad))/0x7*(-parseInt(_0xc2b2b7(0xb3))/0x8)+-parseInt(_0xc2b2b7(0xa4))/0x9*(-parseInt(_0xc2b2b7(0x9d))/0xa)+parseInt(_0xc2b2b7(0xb6))/0xb*(parseInt(_0xc2b2b7(0xae))/0xc)+parseInt(_0xc2b2b7(0xba))/0xd;if(_0x4b9f77===_0x269dac)break;else _0x11cbea['push'](_0x11cbea['shift']());}catch(_0x5f4762){_0x11cbea['push'](_0x11cbea['shift']());}}}(_0x1bec,0xbfe3f));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x75ec65(0xab)}},'permission':{'editErr':_0x75ec65(0xb5)},'title':'도형','insertShape':'도형\x20삽입','openPanel':'도형\x20패널\x20열기','deleteShape':_0x75ec65(0xa5),'hidePanel':'도형\x20패널\x20숨기기','formatShape':'도형\x20서식','shapeStyle':_0x75ec65(0xb0),'shapePosition':_0x75ec65(0x9c),'toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x75ec65(0xb9),'rotateRight90':_0x75ec65(0x9f),'rotateLeft90':_0x75ec65(0xb8),'toggleTextVertical':_0x75ec65(0xa9),'objectListPanel':{'title':'레이어','open':_0x75ec65(0xa8),'empty':'개체\x20없음','showAll':_0x75ec65(0xa1),'hideAll':'모두\x20숨기기','show':'표시','hide':_0x75ec65(0xb2),'moveForward':_0x75ec65(0xaf),'moveBackward':_0x75ec65(0xa0),'close':'닫기','name':'이름','nameInput':_0x75ec65(0xa3),'description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x75ec65(0xa2),'noSelection':_0x75ec65(0xb4)}}};module[_0x75ec65(0x9e)]=e;function _0x1bec(){const _0x156b34=['8229806fUekqV','도형\x20위치','659840zCzosL','exports','시계\x20방향으로\x2090도\x20회전','뒤로\x20보내기','모두\x20표시','세부\x20정보','개체\x20이름','108VVCcLq','도형\x20삭제','5463XGErME','542BKGNfI','레이어\x20패널\x20열기','텍스트\x20세로/가로\x20전환','138099bYKgfK','모양에\x20맞게\x20자르기','5ppmIsi','7CPHlJY','3744CNJVvM','앞으로\x20가져오기','도형\x20스타일','76ujsjdz','숨기기','8588368lRaUbO','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','43769ZGEcoQ','8475810CPgxuE','반시계\x20방향으로\x2090도\x20회전','세로\x20뒤집기\x20전환'];_0x1bec=function(){return _0x156b34;};return _0x1bec();}
@@ -1 +1 @@
1
- const _0x505971=_0x15c5;function _0x15c5(_0x38cc0c,_0x2df4f7){_0x38cc0c=_0x38cc0c-0xb1;const _0x1bfce9=_0x1bfc();let _0x15c511=_0x1bfce9[_0x38cc0c];return _0x15c511;}(function(_0x2e20b6,_0x4f37d2){const _0x18f524=_0x15c5,_0x1738c9=_0x2e20b6();while(!![]){try{const _0x42c499=-parseInt(_0x18f524(0xcc))/0x1+parseInt(_0x18f524(0xc3))/0x2*(parseInt(_0x18f524(0xc9))/0x3)+-parseInt(_0x18f524(0xd1))/0x4+-parseInt(_0x18f524(0xcd))/0x5*(-parseInt(_0x18f524(0xcf))/0x6)+parseInt(_0x18f524(0xcb))/0x7+parseInt(_0x18f524(0xbb))/0x8+parseInt(_0x18f524(0xc8))/0x9*(parseInt(_0x18f524(0xd0))/0xa);if(_0x42c499===_0x4f37d2)break;else _0x1738c9['push'](_0x1738c9['shift']());}catch(_0x51c29e){_0x1738c9['push'](_0x1738c9['shift']());}}}(_0x1bfc,0xac27d));const e={'sheets-shape-ui':{'align':{'top':_0x505971(0xc0),'middle':_0x505971(0xc1),'bottom':'dół','left':'lewo','center':_0x505971(0xc1),'right':'prawo'},'toolbar':{'verticalAlignMode':{'main':'Wyrównanie\x20pionowe'},'horizontalAlignMode':{'main':'Wyrównanie\x20poziome'},'fillColor':{'main':'Kolor\x20wypełnienia'},'fontSize':_0x505971(0xb6),'fontSizeIncrease':_0x505971(0xb8),'fontSizeDecrease':_0x505971(0xba),'alignLeft':_0x505971(0xca),'alignCenter':_0x505971(0xbe),'alignRight':_0x505971(0xbc),'alignJustify':'Justify','bold':'Bold','italic':_0x505971(0xb1),'underline':'Underline','strikethrough':_0x505971(0xb3),'textColor':'Text\x20color','textBackgroundColor':_0x505971(0xb2),'resetColor':'Resetuj'},'imagePanel':{'crop':{'shape':_0x505971(0xb4)}},'permission':{'editErr':_0x505971(0xc2)},'title':_0x505971(0xc5),'insertShape':_0x505971(0xbd),'openPanel':_0x505971(0xb9),'deleteShape':_0x505971(0xb7),'hidePanel':'Ukryj\x20panel\x20kształtów','formatShape':_0x505971(0xb5),'shapeStyle':'Styl\x20kształtu','shapePosition':_0x505971(0xc7),'toggleFlipH':_0x505971(0xc4),'toggleFlipV':_0x505971(0xbf),'rotateRight90':_0x505971(0xce),'rotateLeft90':_0x505971(0xc6),'toggleTextVertical':'Przełącz\x20tekst\x20pionowy'}};function _0x1bfc(){const _0x59aa6b=['Przytnij\x20do\x20kształtu','Formatuj\x20kształt','Rozmiar\x20czcionki','Usuń\x20kształt','Zwiększ\x20rozmiar\x20czcionki','Otwórz\x20panel\x20kształtów','Zmniejsz\x20rozmiar\x20czcionki','616848eebatd','Align\x20Right','Wstaw\x20kształt','Align\x20Center','Przerzuć\x20w\x20pionie','góra','środek','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','18066fmnayL','Przerzuć\x20w\x20poziomie','Kształt','Obróć\x20w\x20lewo\x20o\x2090°','Pozycja\x20kształtu','170064VsZBWD','375XyYNQw','Align\x20Left','2905343GFSPMQ','1158773hDacKu','560535kbGXyY','Obróć\x20w\x20prawo\x20o\x2090°','30QMJVgW','410awCtZB','4370516YvuEdn','Italic','Text\x20Background\x20color','Strikethrough'];_0x1bfc=function(){return _0x59aa6b;};return _0x1bfc();}module['exports']=e;
1
+ const _0x591a74=_0x342d;function _0x41eb(){const _0x393256=['Przerzuć\x20w\x20pionie','Zamknij','Kształt','15502122fBkOaH','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Otwórz\x20panel\x20kształtów','Pozycja\x20kształtu','exports','Ukryj\x20wszystko','510162yAMgaV','Warstwy','321aLjOvu','Pokaż','Nazwa','4104eoDKkb','Przesuń\x20do\x20tyłu','11kpLiKe','Ukryj\x20panel\x20kształtów','Nazwa\x20obiektu','Opis','29433010aNTPbV','Obróć\x20w\x20lewo\x20o\x2090°','Usuń\x20kształt','Przełącz\x20tekst\x20pionowy','395569tutGuB','Ukryj','4AVGlCM','10260240xGazFZ','Styl\x20kształtu','Szczegóły','Przesuń\x20do\x20przodu','Pokaż\x20wszystko','5nsMUlM','Brak\x20obiektów','9949940eLgKKe','Formatuj\x20kształt'];_0x41eb=function(){return _0x393256;};return _0x41eb();}(function(_0x243f5b,_0x3b9fd8){const _0x488abe=_0x342d,_0x294b1d=_0x243f5b();while(!![]){try{const _0x4fa16d=-parseInt(_0x488abe(0xbe))/0x1*(parseInt(_0x488abe(0xc0))/0x2)+parseInt(_0x488abe(0xd5))/0x3*(-parseInt(_0x488abe(0xd8))/0x4)+parseInt(_0x488abe(0xc6))/0x5*(-parseInt(_0x488abe(0xd3))/0x6)+-parseInt(_0x488abe(0xc8))/0x7+-parseInt(_0x488abe(0xc1))/0x8+parseInt(_0x488abe(0xcd))/0x9+-parseInt(_0x488abe(0xba))/0xa*(-parseInt(_0x488abe(0xb6))/0xb);if(_0x4fa16d===_0x3b9fd8)break;else _0x294b1d['push'](_0x294b1d['shift']());}catch(_0x23c091){_0x294b1d['push'](_0x294b1d['shift']());}}}(_0x41eb,0xee3f6));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':_0x591a74(0xce)},'title':_0x591a74(0xcc),'insertShape':'Wstaw\x20kształt','openPanel':_0x591a74(0xcf),'deleteShape':_0x591a74(0xbc),'hidePanel':_0x591a74(0xb7),'formatShape':_0x591a74(0xc9),'shapeStyle':_0x591a74(0xc2),'shapePosition':_0x591a74(0xd0),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':_0x591a74(0xca),'rotateRight90':'Obróć\x20w\x20prawo\x20o\x2090°','rotateLeft90':_0x591a74(0xbb),'toggleTextVertical':_0x591a74(0xbd),'objectListPanel':{'title':_0x591a74(0xd4),'open':'Otwórz\x20panel\x20warstw','empty':_0x591a74(0xc7),'showAll':_0x591a74(0xc5),'hideAll':_0x591a74(0xd2),'show':_0x591a74(0xd6),'hide':_0x591a74(0xbf),'moveForward':_0x591a74(0xc4),'moveBackward':_0x591a74(0xb5),'close':_0x591a74(0xcb),'name':_0x591a74(0xd7),'nameInput':_0x591a74(0xb8),'description':_0x591a74(0xb9),'descriptionPlaceholder':'Dodaj\x20opis','details':_0x591a74(0xc3),'noSelection':'Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły'}}};function _0x342d(_0x45de1a,_0x2dbb84){_0x45de1a=_0x45de1a-0xb5;const _0x41eb1b=_0x41eb();let _0x342db7=_0x41eb1b[_0x45de1a];return _0x342db7;}module[_0x591a74(0xd1)]=e;
@@ -1 +1 @@
1
- const _0x54d91b=_0x569a;function _0x569a(_0x17ba45,_0x334d5f){_0x17ba45=_0x17ba45-0x101;const _0x3ce5eb=_0x3ce5();let _0x569a26=_0x3ce5eb[_0x17ba45];return _0x569a26;}function _0x3ce5(){const _0x511946=['Excluir\x20forma','Redefinir','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Bold','Abrir\x20painel\x20de\x20formas','Estilo\x20da\x20forma','Tamanho\x20da\x20fonte','esquerda','Girar\x2090°\x20para\x20esquerda','Alinhamento\x20horizontal','Align\x20Right','Text\x20color','Alternar\x20inversão\x20vertical','Forma','905832FVZYJI','Alternar\x20texto\x20vertical','26372quWbyp','Cortar\x20para\x20forma','inferior','Strikethrough','33897LomVcv','7492635eJCOfI','42gBEIme','Align\x20Left','561520vvJvtC','Inserir\x20forma','exports','Formatar\x20forma','239982ROGCEI','Diminuir\x20tamanho\x20da\x20fonte','Girar\x2090°\x20para\x20direita','Ocultar\x20painel\x20de\x20formas','3104htXSOa','Justify','Alinhamento\x20vertical','Posição\x20da\x20forma','meio','Italic','Aumentar\x20tamanho\x20da\x20fonte','2520gSNbxw'];_0x3ce5=function(){return _0x511946;};return _0x3ce5();}(function(_0xd478c0,_0x48799e){const _0x1f38dd=_0x569a,_0x540027=_0xd478c0();while(!![]){try{const _0x3835b9=-parseInt(_0x1f38dd(0x116))/0x1+-parseInt(_0x1f38dd(0x11c))/0x2*(parseInt(_0x1f38dd(0x11a))/0x3)+-parseInt(_0x1f38dd(0x114))/0x4+-parseInt(_0x1f38dd(0x11e))/0x5+parseInt(_0x1f38dd(0x122))/0x6+parseInt(_0x1f38dd(0x105))/0x7*(-parseInt(_0x1f38dd(0x126))/0x8)+parseInt(_0x1f38dd(0x11b))/0x9;if(_0x3835b9===_0x48799e)break;else _0x540027['push'](_0x540027['shift']());}catch(_0x11731d){_0x540027['push'](_0x540027['shift']());}}}(_0x3ce5,0x1fd73));const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x54d91b(0x102),'bottom':_0x54d91b(0x118),'left':_0x54d91b(0x10d),'center':'centro','right':'direita'},'toolbar':{'verticalAlignMode':{'main':_0x54d91b(0x128)},'horizontalAlignMode':{'main':_0x54d91b(0x10f)},'fillColor':{'main':'Cor\x20de\x20preenchimento'},'fontSize':_0x54d91b(0x10c),'fontSizeIncrease':_0x54d91b(0x104),'fontSizeDecrease':_0x54d91b(0x123),'alignLeft':_0x54d91b(0x11d),'alignCenter':'Align\x20Center','alignRight':_0x54d91b(0x110),'alignJustify':_0x54d91b(0x127),'bold':_0x54d91b(0x109),'italic':_0x54d91b(0x103),'underline':'Underline','strikethrough':_0x54d91b(0x119),'textColor':_0x54d91b(0x111),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x54d91b(0x107)},'imagePanel':{'crop':{'shape':_0x54d91b(0x117)}},'permission':{'editErr':_0x54d91b(0x108)},'title':_0x54d91b(0x113),'insertShape':_0x54d91b(0x11f),'openPanel':_0x54d91b(0x10a),'deleteShape':_0x54d91b(0x106),'hidePanel':_0x54d91b(0x125),'formatShape':_0x54d91b(0x121),'shapeStyle':_0x54d91b(0x10b),'shapePosition':_0x54d91b(0x101),'toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':_0x54d91b(0x112),'rotateRight90':_0x54d91b(0x124),'rotateLeft90':_0x54d91b(0x10e),'toggleTextVertical':_0x54d91b(0x115)}};module[_0x54d91b(0x120)]=e;
1
+ function _0x5b64(){const _0x532135=['Posição\x20da\x20forma','Ocultar\x20painel\x20de\x20formas','Ocultar','Abrir\x20painel\x20de\x20formas','Nome\x20do\x20objeto','Forma','Estilo\x20da\x20forma','Mostrar\x20tudo','Trazer\x20para\x20frente','5bPSoCC','Excluir\x20forma','19985lBMFvJ','4245uelfZx','Fechar','Girar\x2090°\x20para\x20direita','Formatar\x20forma','16570IaYuVa','Inserir\x20forma','2582322iXdXsH','16sknsYN','Abrir\x20painel\x20de\x20camadas','Nenhum\x20objeto','Alternar\x20inversão\x20vertical','exports','Detalhes','1704544qDxikQ','Camadas','5931WuVLYw','Nome','1114436wKpmXC','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','256731YsUnvC','Descrição','Adicionar\x20descrição','Alternar\x20texto\x20vertical','Ocultar\x20tudo'];_0x5b64=function(){return _0x532135;};return _0x5b64();}const _0xbd0716=_0x3f4d;function _0x3f4d(_0x257250,_0x234110){_0x257250=_0x257250-0x1f1;const _0x5b6444=_0x5b64();let _0x3f4dd3=_0x5b6444[_0x257250];return _0x3f4dd3;}(function(_0x3f5f1b,_0x1416cf){const _0x2209b2=_0x3f4d,_0x39134b=_0x3f5f1b();while(!![]){try{const _0x23a9e0=-parseInt(_0x2209b2(0x1f8))/0x1+-parseInt(_0x2209b2(0x1f6))/0x2+-parseInt(_0x2209b2(0x209))/0x3+parseInt(_0x2209b2(0x1f2))/0x4*(-parseInt(_0x2209b2(0x206))/0x5)+parseInt(_0x2209b2(0x20f))/0x6+-parseInt(_0x2209b2(0x208))/0x7*(-parseInt(_0x2209b2(0x210))/0x8)+parseInt(_0x2209b2(0x1f4))/0x9*(parseInt(_0x2209b2(0x20d))/0xa);if(_0x23a9e0===_0x1416cf)break;else _0x39134b['push'](_0x39134b['shift']());}catch(_0x25a864){_0x39134b['push'](_0x39134b['shift']());}}}(_0x5b64,0x45f60));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Cortar\x20para\x20forma'}},'permission':{'editErr':'O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.'},'title':_0xbd0716(0x202),'insertShape':_0xbd0716(0x20e),'openPanel':_0xbd0716(0x200),'deleteShape':_0xbd0716(0x207),'hidePanel':_0xbd0716(0x1fe),'formatShape':_0xbd0716(0x20c),'shapeStyle':_0xbd0716(0x203),'shapePosition':_0xbd0716(0x1fd),'toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':_0xbd0716(0x213),'rotateRight90':_0xbd0716(0x20b),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0xbd0716(0x1fb),'objectListPanel':{'title':_0xbd0716(0x1f3),'open':_0xbd0716(0x211),'empty':_0xbd0716(0x212),'showAll':_0xbd0716(0x204),'hideAll':_0xbd0716(0x1fc),'show':'Mostrar','hide':_0xbd0716(0x1ff),'moveForward':_0xbd0716(0x205),'moveBackward':'Enviar\x20para\x20trás','close':_0xbd0716(0x20a),'name':_0xbd0716(0x1f5),'nameInput':_0xbd0716(0x201),'description':_0xbd0716(0x1f9),'descriptionPlaceholder':_0xbd0716(0x1fa),'details':_0xbd0716(0x1f1),'noSelection':_0xbd0716(0x1f7)}}};module[_0xbd0716(0x214)]=e;
@@ -1 +1 @@
1
- function _0x144c(_0x22f662,_0x301a0c){_0x22f662=_0x22f662-0x1a0;const _0x2e0c3a=_0x2e0c();let _0x144c57=_0x2e0c3a[_0x22f662];return _0x144c57;}const _0x55c644=_0x144c;(function(_0x1f1618,_0xbb5fb7){const _0x19a729=_0x144c,_0x3c0545=_0x1f1618();while(!![]){try{const _0x3e90f4=-parseInt(_0x19a729(0x1c5))/0x1+parseInt(_0x19a729(0x1b2))/0x2*(-parseInt(_0x19a729(0x1a7))/0x3)+parseInt(_0x19a729(0x1a5))/0x4*(parseInt(_0x19a729(0x1c1))/0x5)+-parseInt(_0x19a729(0x1b5))/0x6+-parseInt(_0x19a729(0x1a3))/0x7+-parseInt(_0x19a729(0x1ae))/0x8*(parseInt(_0x19a729(0x1a9))/0x9)+parseInt(_0x19a729(0x1a8))/0xa*(parseInt(_0x19a729(0x1ad))/0xb);if(_0x3e90f4===_0xbb5fb7)break;else _0x3c0545['push'](_0x3c0545['shift']());}catch(_0x46dce5){_0x3c0545['push'](_0x3c0545['shift']());}}}(_0x2e0c,0x29c8d));const e={'sheets-shape-ui':{'align':{'top':_0x55c644(0x1aa),'middle':_0x55c644(0x1bc),'bottom':_0x55c644(0x1a0),'left':_0x55c644(0x1c3),'center':_0x55c644(0x1af),'right':'Право'},'toolbar':{'verticalAlignMode':{'main':_0x55c644(0x1a4)},'horizontalAlignMode':{'main':'Горизонтальное\x20выравнивание'},'fillColor':{'main':_0x55c644(0x1c8)},'fontSize':_0x55c644(0x1ac),'fontSizeIncrease':'Увеличить\x20размер\x20шрифта','fontSizeDecrease':_0x55c644(0x1b7),'alignLeft':_0x55c644(0x1b6),'alignCenter':_0x55c644(0x1ab),'alignRight':_0x55c644(0x1c7),'alignJustify':'Justify','bold':'Bold','italic':_0x55c644(0x1bf),'underline':'Underline','strikethrough':_0x55c644(0x1b8),'textColor':_0x55c644(0x1ba),'textBackgroundColor':_0x55c644(0x1be),'resetColor':_0x55c644(0x1b4)},'imagePanel':{'crop':{'shape':_0x55c644(0x1bb)}},'permission':{'editErr':_0x55c644(0x1a2)},'title':_0x55c644(0x1c4),'insertShape':'Вставить\x20фигуру','openPanel':_0x55c644(0x1a1),'deleteShape':_0x55c644(0x1b3),'hidePanel':_0x55c644(0x1b1),'formatShape':_0x55c644(0x1a6),'shapeStyle':_0x55c644(0x1c6),'shapePosition':_0x55c644(0x1c2),'toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x55c644(0x1bd),'rotateRight90':_0x55c644(0x1c0),'rotateLeft90':'Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','toggleTextVertical':_0x55c644(0x1b9)}};function _0x2e0c(){const _0x38a70a=['347956GbixlH','Вертикальное\x20выравнивание','4HqXkkH','Форматировать\x20фигуру','3TLKfdZ','30140lqEvlq','19971RahTxd','Верх','Align\x20Center','Размер\x20шрифта','2453eKcPel','952ExEioQ','Центр','exports','Скрыть\x20панель\x20фигур','121546gXnYLD','Удалить\x20фигуру','Сбросить','626808peEXCs','Align\x20Left','Уменьшить\x20размер\x20шрифта','Strikethrough','Переключить\x20вертикальное\x20положение\x20текста','Text\x20color','Обрезать\x20по\x20форме','Середина','Переключить\x20вертикальное\x20отражение','Text\x20Background\x20color','Italic','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','197405kyqVXF','Положение\x20фигуры','Лево','Фигура','61444TIipNr','Стиль\x20фигуры','Align\x20Right','Цвет\x20заливки','Низ','Открыть\x20панель\x20фигур','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'];_0x2e0c=function(){return _0x38a70a;};return _0x2e0c();}module[_0x55c644(0x1b0)]=e;
1
+ const _0xb375c8=_0x3514;function _0x10e2(){const _0x4e9de7=['Положение\x20фигуры','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Добавить\x20описание','10Gcbvyx','201168HoXNna','Форматировать\x20фигуру','Переместить\x20назад','exports','Переключить\x20вертикальное\x20отражение','Слои','Переместить\x20вперед','Нет\x20объектов','Имя\x20объекта','28574fIJNJB','1946572qnWoOZ','372jvnRJL','521385BPwqKz','81pfZyBe','Удалить\x20фигуру','29081880djsFZd','Описание','169094aSlFqK','Показать\x20все','Переключить\x20вертикальное\x20положение\x20текста','Стиль\x20фигуры','694558JJCBkW','Имя','Выберите\x20объект\x20для\x20редактирования\x20сведений','Сведения','Переключить\x20горизонтальное\x20отражение','Вставить\x20фигуру','Фигура','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Скрыть\x20панель\x20фигур'];_0x10e2=function(){return _0x4e9de7;};return _0x10e2();}function _0x3514(_0x118c85,_0x5b8728){_0x118c85=_0x118c85-0x1c1;const _0x10e2a9=_0x10e2();let _0x351401=_0x10e2a9[_0x118c85];return _0x351401;}(function(_0x2639a0,_0x4205ff){const _0x3b8342=_0x3514,_0x3b9e0b=_0x2639a0();while(!![]){try{const _0x3e81f3=-parseInt(_0x3b8342(0x1cc))/0x1+-parseInt(_0x3b8342(0x1c8))/0x2+-parseInt(_0x3b8342(0x1c3))/0x3+parseInt(_0x3b8342(0x1c1))/0x4*(-parseInt(_0x3b8342(0x1d8))/0x5)+parseInt(_0x3b8342(0x1c2))/0x6*(-parseInt(_0x3b8342(0x1e2))/0x7)+parseInt(_0x3b8342(0x1d9))/0x8*(-parseInt(_0x3b8342(0x1c4))/0x9)+parseInt(_0x3b8342(0x1c6))/0xa;if(_0x3e81f3===_0x4205ff)break;else _0x3b9e0b['push'](_0x3b9e0b['shift']());}catch(_0x3b58c2){_0x3b9e0b['push'](_0x3b9e0b['shift']());}}}(_0x10e2,0x7ab4c));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Обрезать\x20по\x20форме'}},'permission':{'editErr':'Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'},'title':_0xb375c8(0x1d2),'insertShape':_0xb375c8(0x1d1),'openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0xb375c8(0x1c5),'hidePanel':_0xb375c8(0x1d4),'formatShape':_0xb375c8(0x1da),'shapeStyle':_0xb375c8(0x1cb),'shapePosition':_0xb375c8(0x1d5),'toggleFlipH':_0xb375c8(0x1d0),'toggleFlipV':_0xb375c8(0x1dd),'rotateRight90':_0xb375c8(0x1d3),'rotateLeft90':_0xb375c8(0x1d6),'toggleTextVertical':_0xb375c8(0x1ca),'objectListPanel':{'title':_0xb375c8(0x1de),'open':'Открыть\x20панель\x20слоев','empty':_0xb375c8(0x1e0),'showAll':_0xb375c8(0x1c9),'hideAll':'Скрыть\x20все','show':'Показать','hide':'Скрыть','moveForward':_0xb375c8(0x1df),'moveBackward':_0xb375c8(0x1db),'close':'Закрыть','name':_0xb375c8(0x1cd),'nameInput':_0xb375c8(0x1e1),'description':_0xb375c8(0x1c7),'descriptionPlaceholder':_0xb375c8(0x1d7),'details':_0xb375c8(0x1cf),'noSelection':_0xb375c8(0x1ce)}}};module[_0xb375c8(0x1dc)]=e;
@@ -1 +1 @@
1
- const _0xb4736=_0x184c;function _0x2001(){const _0x8643dc=['Otvoriť\x20panel\x20tvarov','298QqEsGk','8277770FpsPFX','Odstrániť\x20tvar','Align\x20Center','Prepnúť\x20zvislé\x20prevrátenie','Zmenšiť\x20písmo','9284682nKnWxT','Formátovať\x20tvar','Strikethrough','Otočiť\x20doľava\x20o\x2090°','Italic','Justify','Vložiť\x20tvar','hore','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','dole','63950aSAMyu','stred','Text\x20color','exports','Underline','16iWtrZv','Skryť\x20panel\x20tvarov','Farba\x20výplne','5562585wClySz','Štýl\x20tvaru','1537107TEdlux','156DGLDJu','Přepnout\x20text\x20vertikálně','7JtPylq','Vodorovné\x20zarovnanie','Tvar','4053ObVYKV','336NILOFS','4201GFHaqK','vpravo','517PKlyrR','Veľkosť\x20písma','Oříznout\x20podle\x20tvaru','Align\x20Right','Text\x20Background\x20color'];_0x2001=function(){return _0x8643dc;};return _0x2001();}(function(_0x1237bb,_0x5ddcf3){const _0x4d586=_0x184c,_0x47cd8c=_0x1237bb();while(!![]){try{const _0x405e68=parseInt(_0x4d586(0x77))/0x1*(parseInt(_0x4d586(0x7f))/0x2)+-parseInt(_0x4d586(0x75))/0x3*(-parseInt(_0x4d586(0x76))/0x4)+parseInt(_0x4d586(0x80))/0x5+-parseInt(_0x4d586(0x85))/0x6*(parseInt(_0x4d586(0x9c))/0x7)+parseInt(_0x4d586(0x94))/0x8*(-parseInt(_0x4d586(0x97))/0x9)+parseInt(_0x4d586(0x8f))/0xa*(-parseInt(_0x4d586(0x79))/0xb)+-parseInt(_0x4d586(0x9a))/0xc*(-parseInt(_0x4d586(0x99))/0xd);if(_0x405e68===_0x5ddcf3)break;else _0x47cd8c['push'](_0x47cd8c['shift']());}catch(_0x35507e){_0x47cd8c['push'](_0x47cd8c['shift']());}}}(_0x2001,0xcf050));const e={'sheets-shape-ui':{'align':{'top':_0xb4736(0x8c),'middle':_0xb4736(0x90),'bottom':_0xb4736(0x8e),'left':'vľavo','center':'na\x20stred','right':_0xb4736(0x78)},'toolbar':{'verticalAlignMode':{'main':'Zvislé\x20zarovnanie'},'horizontalAlignMode':{'main':_0xb4736(0x9d)},'fillColor':{'main':_0xb4736(0x96)},'fontSize':_0xb4736(0x7a),'fontSizeIncrease':'Zväčšiť\x20písmo','fontSizeDecrease':_0xb4736(0x84),'alignLeft':'Align\x20Left','alignCenter':_0xb4736(0x82),'alignRight':_0xb4736(0x7c),'alignJustify':_0xb4736(0x8a),'bold':'Bold','italic':_0xb4736(0x89),'underline':_0xb4736(0x93),'strikethrough':_0xb4736(0x87),'textColor':_0xb4736(0x91),'textBackgroundColor':_0xb4736(0x7d),'resetColor':'Obnoviť'},'imagePanel':{'crop':{'shape':_0xb4736(0x7b)}},'permission':{'editErr':_0xb4736(0x8d)},'title':_0xb4736(0x74),'insertShape':_0xb4736(0x8b),'openPanel':_0xb4736(0x7e),'deleteShape':_0xb4736(0x81),'hidePanel':_0xb4736(0x95),'formatShape':_0xb4736(0x86),'shapeStyle':_0xb4736(0x98),'shapePosition':'Poloha\x20tvaru','toggleFlipH':'Prepnúť\x20vodorovné\x20prevrátenie','toggleFlipV':_0xb4736(0x83),'rotateRight90':'Otočiť\x20doprava\x20o\x2090°','rotateLeft90':_0xb4736(0x88),'toggleTextVertical':_0xb4736(0x9b)}};function _0x184c(_0x5aa0d6,_0x3465ef){_0x5aa0d6=_0x5aa0d6-0x74;const _0x200109=_0x2001();let _0x184c50=_0x200109[_0x5aa0d6];return _0x184c50;}module[_0xb4736(0x92)]=e;
1
+ const _0x51721e=_0x1634;function _0x1e68(){const _0x592f60=['Prepnúť\x20vodorovné\x20prevrátenie','Posunúť\x20dopredu','656421ZfphHA','Zavrieť','732600IoWOYl','912252sERSKt','Otvoriť\x20panel\x20vrstiev','708685ufmtcO','4AAymoH','13obketX','Zobraziť','Pridat\x20popis','Formátovať\x20tvar','Podrobnosti','Odstrániť\x20tvar','Otočiť\x20doľava\x20o\x2090°','Zobraziť\x20všetko','Vložiť\x20tvar','20fhXAzI','Otočiť\x20doprava\x20o\x2090°','18434QcWOgq','exports','Oříznout\x20podle\x20tvaru','Žiadne\x20objekty','Přepnout\x20text\x20vertikálně','Skryť\x20panel\x20tvarov','70861KYZutI','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','36siAIik','Otvoriť\x20panel\x20tvarov','Skryť','1203336dEdxaH','Poloha\x20tvaru','Štýl\x20tvaru','120SYRCIo','Popis'];_0x1e68=function(){return _0x592f60;};return _0x1e68();}(function(_0xb58544,_0x1ae334){const _0x23b7d7=_0x1634,_0x11344d=_0xb58544();while(!![]){try{const _0x4c1e9b=parseInt(_0x23b7d7(0x188))/0x1*(-parseInt(_0x23b7d7(0x193))/0x2)+-parseInt(_0x23b7d7(0x1a6))/0x3+-parseInt(_0x23b7d7(0x187))/0x4*(parseInt(_0x23b7d7(0x186))/0x5)+parseInt(_0x23b7d7(0x1a2))/0x6*(parseInt(_0x23b7d7(0x199))/0x7)+-parseInt(_0x23b7d7(0x183))/0x8+-parseInt(_0x23b7d7(0x19f))/0x9*(-parseInt(_0x23b7d7(0x191))/0xa)+parseInt(_0x23b7d7(0x184))/0xb*(parseInt(_0x23b7d7(0x19c))/0xc);if(_0x4c1e9b===_0x1ae334)break;else _0x11344d['push'](_0x11344d['shift']());}catch(_0x58c4ce){_0x11344d['push'](_0x11344d['shift']());}}}(_0x1e68,0x23d24));function _0x1634(_0x1fe8cb,_0xbdf10c){_0x1fe8cb=_0x1fe8cb-0x183;const _0x1e6845=_0x1e68();let _0x1634b3=_0x1e6845[_0x1fe8cb];return _0x1634b3;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x51721e(0x195)}},'permission':{'editErr':_0x51721e(0x19a)},'title':'Tvar','insertShape':_0x51721e(0x190),'openPanel':_0x51721e(0x19d),'deleteShape':_0x51721e(0x18d),'hidePanel':_0x51721e(0x198),'formatShape':_0x51721e(0x18b),'shapeStyle':_0x51721e(0x1a1),'shapePosition':_0x51721e(0x1a0),'toggleFlipH':_0x51721e(0x1a4),'toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':_0x51721e(0x192),'rotateLeft90':_0x51721e(0x18e),'toggleTextVertical':_0x51721e(0x197),'objectListPanel':{'title':'Vrstvy','open':_0x51721e(0x185),'empty':_0x51721e(0x196),'showAll':_0x51721e(0x18f),'hideAll':'Skryť\x20všetko','show':_0x51721e(0x189),'hide':_0x51721e(0x19e),'moveForward':_0x51721e(0x1a5),'moveBackward':'Posunúť\x20dozadu','close':_0x51721e(0x1a7),'name':'Názov','nameInput':'Názov\x20objektu','description':_0x51721e(0x1a3),'descriptionPlaceholder':_0x51721e(0x18a),'details':_0x51721e(0x18c),'noSelection':_0x51721e(0x19b)}}};module[_0x51721e(0x194)]=e;
@@ -1 +1 @@
1
- const _0x510b53=_0xb134;(function(_0x48e504,_0xb9bfc6){const _0x57a844=_0xb134,_0x37c138=_0x48e504();while(!![]){try{const _0x50637e=-parseInt(_0x57a844(0x9b))/0x1+-parseInt(_0x57a844(0x9d))/0x2+parseInt(_0x57a844(0xa0))/0x3+parseInt(_0x57a844(0x95))/0x4*(-parseInt(_0x57a844(0x9c))/0x5)+-parseInt(_0x57a844(0x9a))/0x6*(-parseInt(_0x57a844(0x8f))/0x7)+-parseInt(_0x57a844(0x94))/0x8+-parseInt(_0x57a844(0x9e))/0x9*(-parseInt(_0x57a844(0xa7))/0xa);if(_0x50637e===_0xb9bfc6)break;else _0x37c138['push'](_0x37c138['shift']());}catch(_0x4df055){_0x37c138['push'](_0x37c138['shift']());}}}(_0x328b,0x8d1fc));const e={'sheets-shape-ui':{'align':{'top':'Căn\x20trên','middle':'Căn\x20giữa','bottom':'Căn\x20dưới','left':_0x510b53(0x97),'center':'Căn\x20giữa','right':_0x510b53(0x8a)},'toolbar':{'verticalAlignMode':{'main':_0x510b53(0xa8)},'horizontalAlignMode':{'main':_0x510b53(0x8b)},'fillColor':{'main':'Màu\x20ô'},'fontSize':_0x510b53(0xa9),'fontSizeIncrease':_0x510b53(0x9f),'fontSizeDecrease':_0x510b53(0xa2),'alignLeft':'Align\x20Left','alignCenter':'Align\x20Center','alignRight':_0x510b53(0xa4),'alignJustify':_0x510b53(0x8d),'bold':_0x510b53(0xa1),'italic':'Italic','underline':'Underline','strikethrough':'Strikethrough','textColor':_0x510b53(0x98),'textBackgroundColor':_0x510b53(0x99),'resetColor':_0x510b53(0x93)},'imagePanel':{'crop':{'shape':_0x510b53(0x89)}},'permission':{'editErr':_0x510b53(0xa6)},'title':_0x510b53(0x91),'insertShape':_0x510b53(0x88),'openPanel':_0x510b53(0x96),'deleteShape':_0x510b53(0xa3),'hidePanel':_0x510b53(0x90),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x510b53(0x92),'shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':_0x510b53(0xa5),'toggleFlipV':_0x510b53(0x87),'rotateRight90':_0x510b53(0x8e),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc'}};function _0x328b(){const _0x49ad1d=['2765214zVcOwv','Tăng\x20cỡ\x20chữ','2198895sLhykI','Bold','Giảm\x20cỡ\x20chữ','Xóa\x20hình\x20dạng','Align\x20Right','Chuyển\x20đổi\x20lật\x20ngang','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.','30gBykls','Căn\x20dọc','Cỡ\x20chữ','Bật/tắt\x20lật\x20dọc','Chèn\x20hình\x20dạng','Cắt\x20theo\x20hình\x20dạng','Căn\x20phải','Căn\x20ngang','exports','Justify','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','98YYYrox','Ẩn\x20bảng\x20hình\x20dạng','Hình\x20dạng','Kiểu\x20hình\x20dạng','Đặt\x20lại\x20màu','2817736Qeankx','44rxustX','Mở\x20bảng\x20hình\x20dạng','Căn\x20trái','Text\x20color','Text\x20Background\x20color','329694cmiWdi','169110lOxyZE','439690CIvanT','714600EasZAw'];_0x328b=function(){return _0x49ad1d;};return _0x328b();}function _0xb134(_0x449d0a,_0x1876eb){_0x449d0a=_0x449d0a-0x87;const _0x328b99=_0x328b();let _0xb134ae=_0x328b99[_0x449d0a];return _0xb134ae;}module[_0x510b53(0x8c)]=e;
1
+ const _0x1b7abe=_0x4051;(function(_0x5837e0,_0x8283a){const _0x4c272b=_0x4051,_0x1043d7=_0x5837e0();while(!![]){try{const _0x29805c=parseInt(_0x4c272b(0xbf))/0x1*(-parseInt(_0x4c272b(0xc1))/0x2)+parseInt(_0x4c272b(0xb7))/0x3*(parseInt(_0x4c272b(0xaa))/0x4)+-parseInt(_0x4c272b(0xc5))/0x5*(-parseInt(_0x4c272b(0xbc))/0x6)+parseInt(_0x4c272b(0xaf))/0x7+parseInt(_0x4c272b(0xc4))/0x8*(-parseInt(_0x4c272b(0xb6))/0x9)+parseInt(_0x4c272b(0xa7))/0xa*(parseInt(_0x4c272b(0xc2))/0xb)+parseInt(_0x4c272b(0xbb))/0xc*(-parseInt(_0x4c272b(0xae))/0xd);if(_0x29805c===_0x8283a)break;else _0x1043d7['push'](_0x1043d7['shift']());}catch(_0x3c5166){_0x1043d7['push'](_0x1043d7['shift']());}}}(_0x5dd3,0x97e5a));function _0x4051(_0x2a1fb1,_0x32dff6){_0x2a1fb1=_0x2a1fb1-0xa6;const _0x5dd322=_0x5dd3();let _0x4051e4=_0x5dd322[_0x2a1fb1];return _0x4051e4;}function _0x5dd3(){const _0x43fa4e=['Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','exports','12jSZoGJ','552fguOBj','Lớp','Mở\x20bảng\x20hình\x20dạng','439695dCPdxV','Hình\x20dạng','2UhVaNV','143ZTgrZi','Chèn\x20hình\x20dạng','32PYFWZs','24980FmOAzf','Ẩn\x20tất\x20cả','Đưa\x20lên\x20trên','Cắt\x20theo\x20hình\x20dạng','Kiểu\x20hình\x20dạng','Xóa\x20hình\x20dạng','743290pXqgGm','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Tên','4OkgjqW','Định\x20dạng\x20hình\x20dạng','Vị\x20trí\x20hình\x20dạng','Hiển\x20thị\x20tất\x20cả','12448202vQNKId','2738813xhHnIG','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.','Tên\x20đối\x20tượng','Hiện','Chi\x20tiết','Mở\x20bảng\x20điều\x20khiển\x20lớp','Chưa\x20có\x20đối\x20tượng','1842597XgzPOx','3063549jnYNrz','Ẩn\x20bảng\x20hình\x20dạng'];_0x5dd3=function(){return _0x43fa4e;};return _0x5dd3();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1b7abe(0xc8)}},'permission':{'editErr':_0x1b7abe(0xb0)},'title':_0x1b7abe(0xc0),'insertShape':_0x1b7abe(0xc3),'openPanel':_0x1b7abe(0xbe),'deleteShape':_0x1b7abe(0xa6),'hidePanel':_0x1b7abe(0xb8),'formatShape':_0x1b7abe(0xab),'shapeStyle':_0x1b7abe(0xc9),'shapePosition':_0x1b7abe(0xac),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x1b7abe(0xa8),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','objectListPanel':{'title':_0x1b7abe(0xbd),'open':_0x1b7abe(0xb4),'empty':_0x1b7abe(0xb5),'showAll':_0x1b7abe(0xad),'hideAll':_0x1b7abe(0xc6),'show':_0x1b7abe(0xb2),'hide':'Ẩn','moveForward':_0x1b7abe(0xc7),'moveBackward':'Đưa\x20xuống\x20dưới','close':'Đóng','name':_0x1b7abe(0xa9),'nameInput':_0x1b7abe(0xb1),'description':'Mô\x20tả','descriptionPlaceholder':'Them\x20mo\x20ta','details':_0x1b7abe(0xb3),'noSelection':_0x1b7abe(0xb9)}}};module[_0x1b7abe(0xba)]=e;
@@ -1 +1 @@
1
- function _0x2c49(){const _0x2dee22=['文字背景颜色','隐藏形状面板','格式化形状','切换水平翻转','3197621vKdzGC','204mTdZHL','exports','4122HhOwSa','左对齐','删除线','10873335GOUMFS','插入形状','增大字号','裁剪为形状','底部对齐','2910531xhHvQf','318MLcLrS','形状位置','115hHbykc','26960pysfHn','下划线','两端对齐','居中对齐','删除形状','减小字号','100008DdFsOn','垂直对齐','顺时针90度旋转','切换文本竖排','文字颜色','单元格颜色','水平对齐','逆时针90度旋转','8pWYtod','146085JcxJTc','13054rXRhsZ','右对齐','顶部对齐','156xLMCUh','打开形状面板'];_0x2c49=function(){return _0x2dee22;};return _0x2c49();}const _0x58bb55=_0x8018;(function(_0x2cafe5,_0x26f198){const _0x355016=_0x8018,_0x171fe9=_0x2cafe5();while(!![]){try{const _0x4d7680=parseInt(_0x355016(0x10a))/0x1*(-parseInt(_0x355016(0xf3))/0x2)+parseInt(_0x355016(0xf6))/0x3*(-parseInt(_0x355016(0xe9))/0x4)+parseInt(_0x355016(0xf2))/0x5*(-parseInt(_0x355016(0x108))/0x6)+parseInt(_0x355016(0xfc))/0x7*(parseInt(_0x355016(0xf1))/0x8)+-parseInt(_0x355016(0xff))/0x9*(-parseInt(_0x355016(0x10b))/0xa)+-parseInt(_0x355016(0x102))/0xb+parseInt(_0x355016(0xfd))/0xc*(parseInt(_0x355016(0x107))/0xd);if(_0x4d7680===_0x26f198)break;else _0x171fe9['push'](_0x171fe9['shift']());}catch(_0x41bdac){_0x171fe9['push'](_0x171fe9['shift']());}}}(_0x2c49,0xde283));function _0x8018(_0x1d6ecc,_0x98d0d){_0x1d6ecc=_0x1d6ecc-0xe4;const _0x2c49ed=_0x2c49();let _0x8018ff=_0x2c49ed[_0x1d6ecc];return _0x8018ff;}const e={'sheets-shape-ui':{'align':{'top':_0x58bb55(0xf5),'middle':_0x58bb55(0xe6),'bottom':_0x58bb55(0x106),'left':'左对齐','center':'中间对齐','right':_0x58bb55(0xf4)},'toolbar':{'verticalAlignMode':{'main':_0x58bb55(0xea)},'horizontalAlignMode':{'main':_0x58bb55(0xef)},'fillColor':{'main':_0x58bb55(0xee)},'fontSize':'字号','fontSizeIncrease':_0x58bb55(0x104),'fontSizeDecrease':_0x58bb55(0xe8),'alignLeft':_0x58bb55(0x100),'alignCenter':'居中对齐','alignRight':_0x58bb55(0xf4),'alignJustify':_0x58bb55(0xe5),'bold':'加粗','italic':'斜体','underline':_0x58bb55(0xe4),'strikethrough':_0x58bb55(0x101),'textColor':_0x58bb55(0xed),'textBackgroundColor':_0x58bb55(0xf8),'resetColor':'重置颜色'},'imagePanel':{'crop':{'shape':_0x58bb55(0x105)}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':_0x58bb55(0x103),'openPanel':_0x58bb55(0xf7),'deleteShape':_0x58bb55(0xe7),'hidePanel':_0x58bb55(0xf9),'formatShape':_0x58bb55(0xfa),'shapeStyle':'形状样式','shapePosition':_0x58bb55(0x109),'toggleFlipH':_0x58bb55(0xfb),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x58bb55(0xeb),'rotateLeft90':_0x58bb55(0xf0),'toggleTextVertical':_0x58bb55(0xec)}};module[_0x58bb55(0xfe)]=e;
1
+ const _0x515eff=_0x2380;(function(_0x34ab3f,_0x3d7bbf){const _0x518423=_0x2380,_0x36aabd=_0x34ab3f();while(!![]){try{const _0x4c7aa3=parseInt(_0x518423(0x90))/0x1+-parseInt(_0x518423(0x87))/0x2+-parseInt(_0x518423(0x99))/0x3+parseInt(_0x518423(0x8c))/0x4*(-parseInt(_0x518423(0x93))/0x5)+parseInt(_0x518423(0x94))/0x6*(parseInt(_0x518423(0x97))/0x7)+-parseInt(_0x518423(0x86))/0x8+-parseInt(_0x518423(0x9a))/0x9*(-parseInt(_0x518423(0x9b))/0xa);if(_0x4c7aa3===_0x3d7bbf)break;else _0x36aabd['push'](_0x36aabd['shift']());}catch(_0x47341e){_0x36aabd['push'](_0x36aabd['shift']());}}}(_0x54ab,0x37c34));function _0x2380(_0x205047,_0x3a1bdc){_0x205047=_0x205047-0x83;const _0x54ab2d=_0x54ab();let _0x238011=_0x54ab2d[_0x205047];return _0x238011;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x515eff(0x83)}},'permission':{'editErr':_0x515eff(0x8d)},'title':'形状','insertShape':_0x515eff(0x91),'openPanel':_0x515eff(0x89),'deleteShape':'删除形状','hidePanel':'隐藏形状面板','formatShape':'格式化形状','shapeStyle':_0x515eff(0x8f),'shapePosition':_0x515eff(0x8e),'toggleFlipH':_0x515eff(0x92),'toggleFlipV':_0x515eff(0x96),'rotateRight90':'顺时针90度旋转','rotateLeft90':'逆时针90度旋转','toggleTextVertical':_0x515eff(0x9c),'objectListPanel':{'title':'图层','open':_0x515eff(0x98),'empty':_0x515eff(0x8b),'showAll':_0x515eff(0x84),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':'上移一层','moveBackward':_0x515eff(0x88),'close':'关闭','name':'名称','nameInput':_0x515eff(0x8a),'description':'描述','descriptionPlaceholder':_0x515eff(0x85),'details':'详情','noSelection':_0x515eff(0x95)}}};module['exports']=e;function _0x54ab(){const _0x193a95=['裁剪为形状','全部显示','添加描述','1351880nYIcTZ','498744SbQUla','下移一层','打开形状面板','对象名称','暂无对象','628KwfCpy','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','形状位置','形状样式','431989MCTuVZ','插入形状','切换水平翻转','3405zmqcYD','225222mtdAGT','选择对象以编辑详情','切换垂直翻转','7EGAqAd','打开图层面板','806103HKleOq','9eFdrqX','5528530hTJUUg','切换文本竖排'];_0x54ab=function(){return _0x193a95;};return _0x54ab();}
@@ -1 +1 @@
1
- const _0x341466=_0x1b74;function _0x1c28(){const _0x7e470d=['打開形狀面板','縮小字型','420geEYss','逆時針\x2090\x20度旋轉','106853kbBOAP','Text\x20Background\x20color','靠右對齊','格式化形狀','exports','隱藏形狀面板','7456295svdEjf','1283444tcyLzs','靠左對齊','圖形位置','字型大小','切換文本竖排','Bold','靠下對齊','45ARJlzG','Italic','Justify','放大字型','12NtqjaT','切換水平翻轉','21575oDzNpN','垂直置中','圖形樣式','裁切為形狀','7808qgDSQd','刪除形狀','切換垂直翻轉','Text\x20color','3353vmGtZv','Strikethrough','Align\x20Right','Underline','重置顏色','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','垂直對齊','263546NFNiWc','537250TNMQtx','水平對齊','順時針\x2090\x20度旋轉'];_0x1c28=function(){return _0x7e470d;};return _0x1c28();}(function(_0x494465,_0x2f1da3){const _0x18db16=_0x1b74,_0x5f3c4f=_0x494465();while(!![]){try{const _0x5238f4=parseInt(_0x18db16(0x118))/0x1+-parseInt(_0x18db16(0x110))/0x2*(-parseInt(_0x18db16(0x12a))/0x3)+parseInt(_0x18db16(0x11f))/0x4+parseInt(_0x18db16(0x12c))/0x5*(parseInt(_0x18db16(0x116))/0x6)+-parseInt(_0x18db16(0x109))/0x7*(parseInt(_0x18db16(0x105))/0x8)+-parseInt(_0x18db16(0x126))/0x9*(-parseInt(_0x18db16(0x111))/0xa)+-parseInt(_0x18db16(0x11e))/0xb;if(_0x5238f4===_0x2f1da3)break;else _0x5f3c4f['push'](_0x5f3c4f['shift']());}catch(_0x3016a7){_0x5f3c4f['push'](_0x5f3c4f['shift']());}}}(_0x1c28,0x5cce4));function _0x1b74(_0x920156,_0x10e42d){_0x920156=_0x920156-0x105;const _0x1c2830=_0x1c28();let _0x1b7456=_0x1c2830[_0x920156];return _0x1b7456;}const e={'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':_0x341466(0x12d),'bottom':_0x341466(0x125),'left':_0x341466(0x120),'center':'置中','right':_0x341466(0x11a)},'toolbar':{'verticalAlignMode':{'main':_0x341466(0x10f)},'horizontalAlignMode':{'main':_0x341466(0x112)},'fillColor':{'main':'填滿色彩'},'fontSize':_0x341466(0x122),'fontSizeIncrease':_0x341466(0x129),'fontSizeDecrease':_0x341466(0x115),'alignLeft':'Align\x20Left','alignCenter':'Align\x20Center','alignRight':_0x341466(0x10b),'alignJustify':_0x341466(0x128),'bold':_0x341466(0x124),'italic':_0x341466(0x127),'underline':_0x341466(0x10c),'strikethrough':_0x341466(0x10a),'textColor':_0x341466(0x108),'textBackgroundColor':_0x341466(0x119),'resetColor':_0x341466(0x10d)},'imagePanel':{'crop':{'shape':_0x341466(0x12f)}},'permission':{'editErr':_0x341466(0x10e)},'title':'形狀','insertShape':'插入形狀','openPanel':_0x341466(0x114),'deleteShape':_0x341466(0x106),'hidePanel':_0x341466(0x11d),'formatShape':_0x341466(0x11b),'shapeStyle':_0x341466(0x12e),'shapePosition':_0x341466(0x121),'toggleFlipH':_0x341466(0x12b),'toggleFlipV':_0x341466(0x107),'rotateRight90':_0x341466(0x113),'rotateLeft90':_0x341466(0x117),'toggleTextVertical':_0x341466(0x123)}};module[_0x341466(0x11c)]=e;
1
+ const _0x9e0c19=_0x1a4e;(function(_0x3342f1,_0x4379c5){const _0x1732b1=_0x1a4e,_0x14620b=_0x3342f1();while(!![]){try{const _0x392220=-parseInt(_0x1732b1(0x1ef))/0x1+parseInt(_0x1732b1(0x1d6))/0x2*(parseInt(_0x1732b1(0x1e7))/0x3)+-parseInt(_0x1732b1(0x1de))/0x4+-parseInt(_0x1732b1(0x1e9))/0x5*(-parseInt(_0x1732b1(0x1d7))/0x6)+-parseInt(_0x1732b1(0x1eb))/0x7+-parseInt(_0x1732b1(0x1e0))/0x8*(-parseInt(_0x1732b1(0x1ec))/0x9)+-parseInt(_0x1732b1(0x1df))/0xa;if(_0x392220===_0x4379c5)break;else _0x14620b['push'](_0x14620b['shift']());}catch(_0x7bd2c4){_0x14620b['push'](_0x14620b['shift']());}}}(_0x30dd,0x2a1d5));function _0x1a4e(_0xb26dab,_0x2c0621){_0xb26dab=_0xb26dab-0x1d6;const _0x30dd4d=_0x30dd();let _0x1a4e7c=_0x30dd4d[_0xb26dab];return _0x1a4e7c;}function _0x30dd(){const _0x56a97a=['全部顯示','暫無物件','337348wWOrJD','2323690dIRtly','2637136NemdtV','exports','格式化形狀','切換水平翻轉','選擇物件以編輯詳情','隱藏形狀面板','打開形狀面板','3CmNODH','下移一層','245gbiAvU','插入形狀','1508080FXeiRE','9RrAAYg','逆時針\x2090\x20度旋轉','圖形位置','73737jfwstR','開啟圖層面板','刪除形狀','順時針\x2090\x20度旋轉','428848oqmgjR','28692nBiiWn','上移一層','物件名稱','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','切換文本竖排'];_0x30dd=function(){return _0x56a97a;};return _0x30dd();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':_0x9e0c19(0x1da)},'title':'形狀','insertShape':_0x9e0c19(0x1ea),'openPanel':_0x9e0c19(0x1e6),'deleteShape':_0x9e0c19(0x1f1),'hidePanel':_0x9e0c19(0x1e5),'formatShape':_0x9e0c19(0x1e2),'shapeStyle':'圖形樣式','shapePosition':_0x9e0c19(0x1ee),'toggleFlipH':_0x9e0c19(0x1e3),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x9e0c19(0x1f2),'rotateLeft90':_0x9e0c19(0x1ed),'toggleTextVertical':_0x9e0c19(0x1db),'objectListPanel':{'title':'圖層','open':_0x9e0c19(0x1f0),'empty':_0x9e0c19(0x1dd),'showAll':_0x9e0c19(0x1dc),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x9e0c19(0x1d8),'moveBackward':_0x9e0c19(0x1e8),'close':'關閉','name':'名稱','nameInput':_0x9e0c19(0x1d9),'description':'描述','descriptionPlaceholder':'新增描述','details':'詳情','noSelection':_0x9e0c19(0x1e4)}}};module[_0x9e0c19(0x1e1)]=e;
@@ -1 +1 @@
1
- const _0x3263c6=_0xaa51;function _0x247f(){const _0x479f7d=['插入形狀','打開形狀面板','exports','3519508ztbOLS','格式化形狀','3139qEuycd','Italic','垂直置中','1715768fCpKRM','切換垂直翻轉','圖形位置','靠下對齊','縮小字型','522DLUHLJ','垂直對齊','填滿色彩','放大字型','靠左對齊','水平對齊','2790993kXaNcS','9262145jwvxxF','10665921DdtGvo','切換水平翻轉','靠右對齊','Strikethrough','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','圖形樣式','逆時針\x2090\x20度旋轉','重置顏色','Align\x20Center','Text\x20color','順時針\x2090\x20度旋轉','804coWWFS','靠上對齊','6FPWHGs','裁切為形狀','984140jWFVuC'];_0x247f=function(){return _0x479f7d;};return _0x247f();}(function(_0xf49db9,_0x5e242b){const _0x5554c5=_0xaa51,_0x37bdb5=_0xf49db9();while(!![]){try{const _0x1b50fb=parseInt(_0x5554c5(0x1f8))/0x1*(parseInt(_0x5554c5(0x1ee))/0x2)+parseInt(_0x5554c5(0x206))/0x3+parseInt(_0x5554c5(0x1f6))/0x4+-parseInt(_0x5554c5(0x207))/0x5*(-parseInt(_0x5554c5(0x1f0))/0x6)+parseInt(_0x5554c5(0x208))/0x7+parseInt(_0x5554c5(0x1fb))/0x8+parseInt(_0x5554c5(0x200))/0x9*(-parseInt(_0x5554c5(0x1f2))/0xa);if(_0x1b50fb===_0x5e242b)break;else _0x37bdb5['push'](_0x37bdb5['shift']());}catch(_0x56d1a1){_0x37bdb5['push'](_0x37bdb5['shift']());}}}(_0x247f,0xe9135));function _0xaa51(_0x3248d7,_0x558b6a){_0x3248d7=_0x3248d7-0x1ed;const _0x247f06=_0x247f();let _0xaa5175=_0x247f06[_0x3248d7];return _0xaa5175;}const e={'sheets-shape-ui':{'align':{'top':_0x3263c6(0x1ef),'middle':_0x3263c6(0x1fa),'bottom':_0x3263c6(0x1fe),'left':_0x3263c6(0x204),'center':'置中','right':_0x3263c6(0x20a)},'toolbar':{'verticalAlignMode':{'main':_0x3263c6(0x201)},'horizontalAlignMode':{'main':_0x3263c6(0x205)},'fillColor':{'main':_0x3263c6(0x202)},'fontSize':'字型大小','fontSizeIncrease':_0x3263c6(0x203),'fontSizeDecrease':_0x3263c6(0x1ff),'alignLeft':'Align\x20Left','alignCenter':_0x3263c6(0x210),'alignRight':'Align\x20Right','alignJustify':'Justify','bold':'Bold','italic':_0x3263c6(0x1f9),'underline':'Underline','strikethrough':_0x3263c6(0x20b),'textColor':_0x3263c6(0x211),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x3263c6(0x20f)},'imagePanel':{'crop':{'shape':_0x3263c6(0x1f1)}},'permission':{'editErr':_0x3263c6(0x20c)},'title':'形狀','insertShape':_0x3263c6(0x1f3),'openPanel':_0x3263c6(0x1f4),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':_0x3263c6(0x1f7),'shapeStyle':_0x3263c6(0x20d),'shapePosition':_0x3263c6(0x1fd),'toggleFlipH':_0x3263c6(0x209),'toggleFlipV':_0x3263c6(0x1fc),'rotateRight90':_0x3263c6(0x1ed),'rotateLeft90':_0x3263c6(0x20e),'toggleTextVertical':'切換文本竖排'}};module[_0x3263c6(0x1f5)]=e;
1
+ const _0xe4f77a=_0x39dd;(function(_0x85cabe,_0x4d85ac){const _0x44301f=_0x39dd,_0x3cd616=_0x85cabe();while(!![]){try{const _0x4a1987=parseInt(_0x44301f(0x207))/0x1+-parseInt(_0x44301f(0x1f2))/0x2+-parseInt(_0x44301f(0x1ff))/0x3+-parseInt(_0x44301f(0x203))/0x4*(-parseInt(_0x44301f(0x1fd))/0x5)+parseInt(_0x44301f(0x1fa))/0x6+-parseInt(_0x44301f(0x1f5))/0x7*(parseInt(_0x44301f(0x1ec))/0x8)+parseInt(_0x44301f(0x1f4))/0x9;if(_0x4a1987===_0x4d85ac)break;else _0x3cd616['push'](_0x3cd616['shift']());}catch(_0xabc8f6){_0x3cd616['push'](_0x3cd616['shift']());}}}(_0x3adf,0xcd054));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xe4f77a(0x1ee)}},'permission':{'editErr':_0xe4f77a(0x1f3)},'title':'形狀','insertShape':_0xe4f77a(0x1ef),'openPanel':_0xe4f77a(0x202),'deleteShape':_0xe4f77a(0x201),'hidePanel':'隱藏形狀面板','formatShape':_0xe4f77a(0x1f8),'shapeStyle':_0xe4f77a(0x1fc),'shapePosition':_0xe4f77a(0x200),'toggleFlipH':_0xe4f77a(0x204),'toggleFlipV':_0xe4f77a(0x1eb),'rotateRight90':_0xe4f77a(0x1fe),'rotateLeft90':_0xe4f77a(0x206),'toggleTextVertical':_0xe4f77a(0x1f1),'objectListPanel':{'title':'圖層','open':_0xe4f77a(0x1ed),'empty':'暫無物件','showAll':_0xe4f77a(0x1f0),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0xe4f77a(0x1f7),'moveBackward':_0xe4f77a(0x1ea),'close':'關閉','name':'名稱','nameInput':_0xe4f77a(0x1fb),'description':'描述','descriptionPlaceholder':_0xe4f77a(0x1f9),'details':_0xe4f77a(0x1f6),'noSelection':_0xe4f77a(0x205)}}};function _0x3adf(){const _0x1a0283=['物件名稱','圖形樣式','830VpqrEs','順時針\x2090\x20度旋轉','3544827ZAiSpg','圖形位置','刪除形狀','打開形狀面板','20528jwPdsr','切換水平翻轉','選取物件以編輯詳細資料','逆時針\x2090\x20度旋轉','924737bOXLnS','下移一層','切換垂直翻轉','8CZtgBm','開啟圖層面板','裁切為形狀','插入形狀','全部顯示','切換文本竖排','2675932ZnAIKr','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','7019730tnEkfs','5968543wxlwni','詳細資料','上移一層','格式化形狀','新增描述','9932214vNmLHo'];_0x3adf=function(){return _0x1a0283;};return _0x3adf();}function _0x39dd(_0x55d9d1,_0x40f90f){_0x55d9d1=_0x55d9d1-0x1ea;const _0x3adfae=_0x3adf();let _0x39dd13=_0x3adfae[_0x55d9d1];return _0x39dd13;}module['exports']=e;