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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/README.md +5 -3
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +21 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/command-util.d.ts +9 -3
  64. package/lib/types/commands/menu/menu-dependencies.d.ts +2 -0
  65. package/lib/types/commands/menu/object-list.menu.d.ts +4 -0
  66. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  67. package/lib/types/const.d.ts +2 -1
  68. package/lib/types/controllers/components.controller.d.ts +4 -2
  69. package/lib/types/controllers/shape-update.controller.d.ts +1 -0
  70. package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
  71. package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
  72. package/lib/types/controllers/sheet-shape-render.controller.d.ts +8 -3
  73. package/lib/types/index.d.ts +1 -7
  74. package/lib/types/locale/en-US.d.ts +18 -0
  75. package/lib/types/services/shape-text-editing.service.d.ts +8 -0
  76. package/lib/types/utils/shape-text-document.d.ts +1 -11
  77. package/lib/types/view-model/drawing-shape.d.ts +6 -2
  78. package/lib/types/view-model/shape-data-model.d.ts +7 -5
  79. package/lib/types/views/ShapePicker.d.ts +4 -0
  80. package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +1 -0
  81. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ar-SA.js +1 -1
  84. package/lib/umd/locale/ca-ES.js +1 -1
  85. package/lib/umd/locale/de-DE.js +1 -1
  86. package/lib/umd/locale/en-US.js +1 -1
  87. package/lib/umd/locale/es-ES.js +1 -1
  88. package/lib/umd/locale/fa-IR.js +1 -1
  89. package/lib/umd/locale/fr-FR.js +1 -1
  90. package/lib/umd/locale/id-ID.js +1 -1
  91. package/lib/umd/locale/it-IT.js +1 -1
  92. package/lib/umd/locale/ja-JP.js +1 -1
  93. package/lib/umd/locale/ko-KR.js +1 -1
  94. package/lib/umd/locale/pl-PL.js +1 -1
  95. package/lib/umd/locale/pt-BR.js +1 -1
  96. package/lib/umd/locale/ru-RU.js +1 -1
  97. package/lib/umd/locale/sk-SK.js +1 -1
  98. package/lib/umd/locale/vi-VN.js +1 -1
  99. package/lib/umd/locale/zh-CN.js +1 -1
  100. package/lib/umd/locale/zh-HK.js +1 -1
  101. package/lib/umd/locale/zh-TW.js +1 -1
  102. package/package.json +20 -19
  103. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
@@ -1 +1 @@
1
- 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 _0x180146=_0x5032;(function(_0x1585ae,_0x118e9f){const _0x449418=_0x5032,_0x117d57=_0x1585ae();while(!![]){try{const _0xfc9534=parseInt(_0x449418(0x13c))/0x1+-parseInt(_0x449418(0x128))/0x2+parseInt(_0x449418(0x12f))/0x3+-parseInt(_0x449418(0x12a))/0x4+parseInt(_0x449418(0x11d))/0x5*(parseInt(_0x449418(0x11c))/0x6)+parseInt(_0x449418(0x122))/0x7*(parseInt(_0x449418(0x11f))/0x8)+-parseInt(_0x449418(0x12e))/0x9;if(_0xfc9534===_0x118e9f)break;else _0x117d57['push'](_0x117d57['shift']());}catch(_0x3bb13a){_0x117d57['push'](_0x117d57['shift']());}}}(_0x5dcf,0x6e414));const e={'sheets-shape-ui':{'align':{'top':_0x180146(0x118),'middle':_0x180146(0x13f),'bottom':_0x180146(0x138),'left':_0x180146(0x140),'center':_0x180146(0x131),'right':_0x180146(0x116)},'toolbar':{'verticalAlignMode':{'main':_0x180146(0x126)},'horizontalAlignMode':{'main':_0x180146(0x124)},'fillColor':{'main':'لون\x20التعبئة'},'fontSize':_0x180146(0x136),'fontSizeIncrease':_0x180146(0x13a),'fontSizeDecrease':'تقليل\x20حجم\x20الخط','alignLeft':_0x180146(0x117),'alignCenter':_0x180146(0x130),'alignRight':'محاذاة\x20لليمين','alignJustify':_0x180146(0x144),'bold':'غامق','italic':'مائل','underline':_0x180146(0x143),'strikethrough':_0x180146(0x145),'textColor':_0x180146(0x12d),'textBackgroundColor':'لون\x20خلفية\x20النص','resetColor':_0x180146(0x137)},'imagePanel':{'crop':{'shape':_0x180146(0x13b)}},'permission':{'editErr':_0x180146(0x139)},'title':_0x180146(0x133),'insertShape':_0x180146(0x134),'openPanel':_0x180146(0x13e),'deleteShape':'حذف\x20الشكل','hidePanel':_0x180146(0x11e),'formatShape':'تنسيق\x20الشكل','shapeStyle':_0x180146(0x119),'shapePosition':_0x180146(0x123),'toggleFlipH':_0x180146(0x121),'toggleFlipV':_0x180146(0x12c),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x180146(0x142),'toggleTextVertical':_0x180146(0x12b),'objectListPanel':{'title':_0x180146(0x127),'open':'فتح\x20لوحة\x20الطبقات','empty':_0x180146(0x11b),'showAll':_0x180146(0x125),'hideAll':_0x180146(0x141),'show':_0x180146(0x11a),'hide':'إخفاء','moveForward':_0x180146(0x132),'moveBackward':_0x180146(0x120),'close':_0x180146(0x13d),'name':_0x180146(0x129),'nameInput':'اسم\x20الكائن','description':'الوصف','descriptionPlaceholder':_0x180146(0x135),'details':'التفاصيل','noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};module['exports']=e;function _0x5032(_0x37e338,_0x218bd7){_0x37e338=_0x37e338-0x116;const _0x5dcf06=_0x5dcf();let _0x503239=_0x5dcf06[_0x37e338];return _0x503239;}function _0x5dcf(){const _0x18b438=['تبديل\x20الانعكاس\x20العمودي','لون\x20النص','3796551LbfopA','1253367EMibqZ','محاذاة\x20للوسط','وسط','إحضار\x20للأمام','شكل','إدراج\x20شكل','إضافة\x20وصف','حجم\x20الخط','إعادة\x20تعيين','أسفل','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','زيادة\x20حجم\x20الخط','قص\x20إلى\x20شكل','255734CGUaaX','إغلاق','فتح\x20لوحة\x20الأشكال','منتصف','يسار','إخفاء\x20الكل','تدوير\x20لليسار\x2090°','تسطير','ضبط','يتوسطه\x20خط','يمين','محاذاة\x20لليسار','أعلى','نمط\x20الشكل','إظهار','لا\x20توجد\x20كائنات','5066316vXQYKV','5PTkkll','إخفاء\x20لوحة\x20الأشكال','1100912npEYki','إرسال\x20للخلف','تبديل\x20الانعكاس\x20الأفقي','28QTYYOK','موضع\x20الشكل','محاذاة\x20أفقية','إظهار\x20الكل','محاذاة\x20عمودية','الطبقات','1551936AKLiVb','الاسم','1675816yHIdtK','تبديل\x20النص\x20العمودي'];_0x5dcf=function(){return _0x18b438;};return _0x5dcf();}
@@ -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 _0x594530=_0x2ade;function _0x3ccc(){const _0x2383ff=['996709CrMJUu','centre','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','Detalls','Restablir','60388KbcEyh','Subratllat','Alinea\x20a\x20la\x20dreta','Inserir\x20forma','Color\x20de\x20fons','Estil\x20de\x20forma','Amaga-ho\x20tot','mig','Sense\x20objectes','Alternar\x20text\x20vertical','Amagar','96EiGOav','Centra','Mostra-ho\x20tot','Color\x20del\x20text','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','123AAfqbH','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Rotar\x2090°\x20a\x20l\x27esquerra','Obrir\x20panell\x20de\x20formes','8983290dsMEqY','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Amagar\x20panell\x20de\x20formes','Alineació\x20vertical','Retalla\x20a\x20forma','10NmHXPt','Justifica','9743459sXKtey','3157KfkxLB','esquerra','Alternar\x20volteig\x20horitzontal','Obre\x20el\x20tauler\x20de\x20capes','Mida\x20de\x20la\x20lletra','dreta','Nom\x20de\x20l’objecte','Alternar\x20volteig\x20vertical','Forma','32rwNcuW','exports','Capes','998DrtRWb','7988070eRbBYP','Ratllat','13518711nMXYPu','Posició\x20de\x20forma','Alinea\x20a\x20l\x27esquerra','Alineació\x20horitzontal','Rotar\x2090°\x20a\x20la\x20dreta','Eliminar\x20forma','Mostra','Color\x20de\x20fons\x20del\x20text'];_0x3ccc=function(){return _0x2383ff;};return _0x3ccc();}function _0x2ade(_0x21cdd3,_0x56fe47){_0x21cdd3=_0x21cdd3-0x11b;const _0x3ccc60=_0x3ccc();let _0x2ade50=_0x3ccc60[_0x21cdd3];return _0x2ade50;}(function(_0x559fe7,_0x362f66){const _0x2bb27e=_0x2ade,_0x350d0e=_0x559fe7();while(!![]){try{const _0x579f2e=-parseInt(_0x2bb27e(0x129))/0x1*(parseInt(_0x2bb27e(0x135))/0x2)+-parseInt(_0x2bb27e(0x11d))/0x3*(parseInt(_0x2bb27e(0x145))/0x4)+-parseInt(_0x2bb27e(0x136))/0x5+-parseInt(_0x2bb27e(0x121))/0x6+parseInt(_0x2bb27e(0x140))/0x7*(parseInt(_0x2bb27e(0x132))/0x8)+parseInt(_0x2bb27e(0x138))/0x9*(-parseInt(_0x2bb27e(0x126))/0xa)+parseInt(_0x2bb27e(0x128))/0xb*(parseInt(_0x2bb27e(0x150))/0xc);if(_0x579f2e===_0x362f66)break;else _0x350d0e['push'](_0x350d0e['shift']());}catch(_0x199387){_0x350d0e['push'](_0x350d0e['shift']());}}}(_0x3ccc,0xd30d8));const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x594530(0x14c),'bottom':'inferior','left':_0x594530(0x12a),'center':_0x594530(0x141),'right':_0x594530(0x12e)},'toolbar':{'verticalAlignMode':{'main':_0x594530(0x124)},'horizontalAlignMode':{'main':_0x594530(0x13b)},'fillColor':{'main':_0x594530(0x149)},'fontSize':_0x594530(0x12d),'fontSizeIncrease':_0x594530(0x11c),'fontSizeDecrease':_0x594530(0x142),'alignLeft':_0x594530(0x13a),'alignCenter':_0x594530(0x151),'alignRight':_0x594530(0x147),'alignJustify':_0x594530(0x127),'bold':'Negreta','italic':'Cursiva','underline':_0x594530(0x146),'strikethrough':_0x594530(0x137),'textColor':_0x594530(0x11b),'textBackgroundColor':_0x594530(0x13f),'resetColor':_0x594530(0x144)},'imagePanel':{'crop':{'shape':_0x594530(0x125)}},'permission':{'editErr':_0x594530(0x122)},'title':_0x594530(0x131),'insertShape':_0x594530(0x148),'openPanel':_0x594530(0x120),'deleteShape':_0x594530(0x13d),'hidePanel':_0x594530(0x123),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x594530(0x14a),'shapePosition':_0x594530(0x139),'toggleFlipH':_0x594530(0x12b),'toggleFlipV':_0x594530(0x130),'rotateRight90':_0x594530(0x13c),'rotateLeft90':_0x594530(0x11f),'toggleTextVertical':_0x594530(0x14e),'objectListPanel':{'title':_0x594530(0x134),'open':_0x594530(0x12c),'empty':_0x594530(0x14d),'showAll':_0x594530(0x152),'hideAll':_0x594530(0x14b),'show':_0x594530(0x13e),'hide':_0x594530(0x14f),'moveForward':'Porta\x20endavant','moveBackward':'Envia\x20enrere','close':'Tancar','name':'Nom','nameInput':_0x594530(0x12f),'description':'Descripció','descriptionPlaceholder':'Afegeix\x20descripcio','details':_0x594530(0x143),'noSelection':_0x594530(0x11e)}}};module[_0x594530(0x133)]=e;
@@ -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 _0x42da6c=_0x392d;function _0x1bd6(){const _0x5def34=['Weiter\x20nach\x20hinten','Vertikale\x20Spiegelung\x20umschalten','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','7ezGorA','Form-Panel\x20ausblenden','Schriftgröße','exports','Auf\x20Form\x20zuschneiden','20569790BTUcDw','Unten','Alle\x20ausblenden','Keine\x20Objekte','Rechts','Horizontale\x20Ausrichtung','Weiter\x20nach\x20vorne','Linksbündig','Mitte','Ausblenden','7996020aaGgVJ','Form\x20formatieren','Rechtsbündig','Fett','Form-Panel\x20öffnen','Oben','Objektname','Ebenenbereich\x20öffnen','2590280KSznom','Schriftgröße\x20verkleinern','5779272SaiFnQ','Links','Details','Form\x20einfügen','Beschreibung','Formstil','Alle\x20anzeigen','Texthintergrundfarbe','10393461eUyOTD','Füllfarbe','Unterstrichen','4716333JvDgRM','Zurücksetzen','Name','542mObgEh','Ebenen','Blocksatz','Beschreibung\x20hinzufügen','Vertikalen\x20Text\x20umschalten','Vertikale\x20Ausrichtung','5AfRUNQ','Rechts\x2090°\x20drehen','5522KTkzMT','Durchgestrichen','Formposition','Textfarbe','Schriftgröße\x20vergrößern'];_0x1bd6=function(){return _0x5def34;};return _0x1bd6();}(function(_0x512e1a,_0x46068b){const _0x48e6e2=_0x392d,_0xb9a9cf=_0x512e1a();while(!![]){try{const _0x12bcbd=parseInt(_0x48e6e2(0x143))/0x1*(parseInt(_0x48e6e2(0x14b))/0x2)+-parseInt(_0x48e6e2(0x140))/0x3+-parseInt(_0x48e6e2(0x133))/0x4*(parseInt(_0x48e6e2(0x149))/0x5)+parseInt(_0x48e6e2(0x12b))/0x6+-parseInt(_0x48e6e2(0x153))/0x7*(parseInt(_0x48e6e2(0x135))/0x8)+-parseInt(_0x48e6e2(0x13d))/0x9+parseInt(_0x48e6e2(0x158))/0xa;if(_0x12bcbd===_0x46068b)break;else _0xb9a9cf['push'](_0xb9a9cf['shift']());}catch(_0x31cf39){_0xb9a9cf['push'](_0xb9a9cf['shift']());}}}(_0x1bd6,0xc0ac8));function _0x392d(_0x1935f4,_0x3202ae){_0x1935f4=_0x1935f4-0x12b;const _0x1bd694=_0x1bd6();let _0x392dc6=_0x1bd694[_0x1935f4];return _0x392dc6;}const e={'sheets-shape-ui':{'align':{'top':_0x42da6c(0x130),'middle':_0x42da6c(0x160),'bottom':_0x42da6c(0x159),'left':_0x42da6c(0x136),'center':_0x42da6c(0x160),'right':_0x42da6c(0x15c)},'toolbar':{'verticalAlignMode':{'main':_0x42da6c(0x148)},'horizontalAlignMode':{'main':_0x42da6c(0x15d)},'fillColor':{'main':_0x42da6c(0x13e)},'fontSize':_0x42da6c(0x155),'fontSizeIncrease':_0x42da6c(0x14f),'fontSizeDecrease':_0x42da6c(0x134),'alignLeft':_0x42da6c(0x15f),'alignCenter':'Zentriert','alignRight':_0x42da6c(0x12d),'alignJustify':_0x42da6c(0x145),'bold':_0x42da6c(0x12e),'italic':'Kursiv','underline':_0x42da6c(0x13f),'strikethrough':_0x42da6c(0x14c),'textColor':_0x42da6c(0x14e),'textBackgroundColor':_0x42da6c(0x13c),'resetColor':_0x42da6c(0x141)},'imagePanel':{'crop':{'shape':_0x42da6c(0x157)}},'permission':{'editErr':_0x42da6c(0x152)},'title':'Form','insertShape':_0x42da6c(0x138),'openPanel':_0x42da6c(0x12f),'deleteShape':'Form\x20löschen','hidePanel':_0x42da6c(0x154),'formatShape':_0x42da6c(0x12c),'shapeStyle':_0x42da6c(0x13a),'shapePosition':_0x42da6c(0x14d),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':_0x42da6c(0x151),'rotateRight90':_0x42da6c(0x14a),'rotateLeft90':'Links\x2090°\x20drehen','toggleTextVertical':_0x42da6c(0x147),'objectListPanel':{'title':_0x42da6c(0x144),'open':_0x42da6c(0x132),'empty':_0x42da6c(0x15b),'showAll':_0x42da6c(0x13b),'hideAll':_0x42da6c(0x15a),'show':'Anzeigen','hide':_0x42da6c(0x161),'moveForward':_0x42da6c(0x15e),'moveBackward':_0x42da6c(0x150),'close':'Schließen','name':_0x42da6c(0x142),'nameInput':_0x42da6c(0x131),'description':_0x42da6c(0x139),'descriptionPlaceholder':_0x42da6c(0x146),'details':_0x42da6c(0x137),'noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'}}};module[_0x42da6c(0x156)]=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
+ function _0x2cb1(_0x5d423b,_0x285cde){_0x5d423b=_0x5d423b-0x1b0;const _0x499595=_0x4995();let _0x2cb12a=_0x499595[_0x5d423b];return _0x2cb12a;}const _0x3f51dc=_0x2cb1;(function(_0x459e65,_0x28daf2){const _0x39bba2=_0x2cb1,_0x556e7=_0x459e65();while(!![]){try{const _0x226371=parseInt(_0x39bba2(0x1d0))/0x1+parseInt(_0x39bba2(0x1de))/0x2*(-parseInt(_0x39bba2(0x1e3))/0x3)+parseInt(_0x39bba2(0x1b5))/0x4*(-parseInt(_0x39bba2(0x1b8))/0x5)+parseInt(_0x39bba2(0x1db))/0x6+-parseInt(_0x39bba2(0x1c7))/0x7*(-parseInt(_0x39bba2(0x1e1))/0x8)+-parseInt(_0x39bba2(0x1ca))/0x9*(parseInt(_0x39bba2(0x1bb))/0xa)+-parseInt(_0x39bba2(0x1e6))/0xb;if(_0x226371===_0x28daf2)break;else _0x556e7['push'](_0x556e7['shift']());}catch(_0x2bb042){_0x556e7['push'](_0x556e7['shift']());}}}(_0x4995,0xeee3a));const e={'sheets-shape-ui':{'align':{'top':_0x3f51dc(0x1c3),'middle':_0x3f51dc(0x1cd),'bottom':_0x3f51dc(0x1bc),'left':_0x3f51dc(0x1b1),'center':_0x3f51dc(0x1d2),'right':_0x3f51dc(0x1dc)},'toolbar':{'verticalAlignMode':{'main':_0x3f51dc(0x1d3)},'horizontalAlignMode':{'main':'Horizontal\x20align'},'fillColor':{'main':_0x3f51dc(0x1e2)},'fontSize':'Font\x20size','fontSizeIncrease':'Increase\x20font\x20size','fontSizeDecrease':_0x3f51dc(0x1e4),'alignLeft':_0x3f51dc(0x1c8),'alignCenter':_0x3f51dc(0x1ba),'alignRight':_0x3f51dc(0x1e0),'alignJustify':_0x3f51dc(0x1b7),'bold':_0x3f51dc(0x1b9),'italic':'Italic','underline':'Underline','strikethrough':_0x3f51dc(0x1d6),'textColor':_0x3f51dc(0x1dd),'textBackgroundColor':_0x3f51dc(0x1cc),'resetColor':_0x3f51dc(0x1c4)},'imagePanel':{'crop':{'shape':_0x3f51dc(0x1bf)}},'permission':{'editErr':'The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.'},'title':_0x3f51dc(0x1ce),'insertShape':'Insert\x20Shape','openPanel':_0x3f51dc(0x1c6),'deleteShape':_0x3f51dc(0x1d4),'hidePanel':_0x3f51dc(0x1be),'formatShape':_0x3f51dc(0x1bd),'shapeStyle':_0x3f51dc(0x1c2),'shapePosition':_0x3f51dc(0x1d9),'toggleFlipH':_0x3f51dc(0x1b4),'toggleFlipV':'Toggle\x20Vertical\x20Flip','rotateRight90':_0x3f51dc(0x1c1),'rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':_0x3f51dc(0x1d8),'objectListPanel':{'title':_0x3f51dc(0x1b2),'open':_0x3f51dc(0x1da),'empty':_0x3f51dc(0x1cf),'showAll':_0x3f51dc(0x1d7),'hideAll':_0x3f51dc(0x1c5),'show':_0x3f51dc(0x1e5),'hide':_0x3f51dc(0x1c9),'moveForward':_0x3f51dc(0x1d5),'moveBackward':_0x3f51dc(0x1cb),'close':'Close','name':'Name','nameInput':_0x3f51dc(0x1c0),'description':_0x3f51dc(0x1b6),'descriptionPlaceholder':_0x3f51dc(0x1d1),'details':_0x3f51dc(0x1b3),'noSelection':_0x3f51dc(0x1b0)}}};module[_0x3f51dc(0x1df)]=e;function _0x4995(){const _0x4c72d2=['Strikethrough','Show\x20All','Toggle\x20Text\x20Vertical','Shape\x20Position','Open\x20Layers\x20Panel','9734772IjedNt','right','Text\x20color','2PoqLoF','exports','Align\x20Right','3000UCQzyg','Fill\x20color','1238154UApERa','Decrease\x20font\x20size','Show','12489587cwueEG','Select\x20an\x20object\x20to\x20edit\x20details','left','Layers','Details','Toggle\x20Horizontal\x20Flip','2724tYZaCs','Description','Justify','1150xplRyG','Bold','Align\x20Center','1455770azSqKd','bottom','Format\x20Shape','Hide\x20Shape\x20Panel','Crop\x20to\x20Shape','Object\x20name','Rotate\x20Right\x2090°','Shape\x20Style','top','Reset','Hide\x20All','Open\x20Shape\x20Panel','9772rqYzjQ','Align\x20Left','Hide','9vUEGFT','Send\x20Backward','Text\x20Background\x20color','middle','Shape','No\x20objects','682870BNvcru','Add\x20description','center','Vertical\x20align','Delete\x20Shape','Bring\x20Forward'];_0x4995=function(){return _0x4c72d2;};return _0x4995();}
@@ -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
+ function _0x10c2(){const _0x131213=['667920CmBsBI','Agregar\x20descripción','izquierda','Mostrar','Color\x20de\x20texto','Alineación\x20horizontal','Rotar\x2090°\x20a\x20la\x20derecha','Centrar','inferior','Posición\x20de\x20forma','Aumentar\x20tamaño\x20de\x20fuente','Disminuir\x20tamaño\x20de\x20fuente','7879689wCYQYD','Mostrar\x20todo','Color\x20de\x20relleno','Negrita','173392zeUzuM','2XCzrOR','Traer\x20adelante','Color\x20de\x20fondo\x20de\x20texto','Detalles','centro','Alternar\x20texto\x20vertical','Abrir\x20panel\x20de\x20formas','Descripción','Alinear\x20a\x20la\x20izquierda','2700936FSNcZT','940959fqlLmL','Alineación\x20vertical','8nuCZki','Sin\x20objetos','Cursiva','Tamaño\x20de\x20fuente','derecha','medio','Eliminar\x20forma','Subrayado','Capas','Estilo\x20de\x20forma','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','995432wKNOBI','exports','Cerrar','Restablecer','Recortar\x20a\x20forma','Nombre\x20del\x20objeto','Formato\x20de\x20forma','804335TIDJfC','Abrir\x20panel\x20de\x20capas','Forma'];_0x10c2=function(){return _0x131213;};return _0x10c2();}const _0x384c48=_0x3092;function _0x3092(_0xdda69d,_0x18fe6f){_0xdda69d=_0xdda69d-0x1cb;const _0x10c2ca=_0x10c2();let _0x30924c=_0x10c2ca[_0xdda69d];return _0x30924c;}(function(_0x116afb,_0x12479c){const _0x24170b=_0x3092,_0x522437=_0x116afb();while(!![]){try{const _0x560cdc=-parseInt(_0x24170b(0x1ef))/0x1*(-parseInt(_0x24170b(0x1ee))/0x2)+parseInt(_0x24170b(0x1f9))/0x3+parseInt(_0x24170b(0x1d4))/0x4+-parseInt(_0x24170b(0x1db))/0x5+parseInt(_0x24170b(0x1de))/0x6+parseInt(_0x24170b(0x1f8))/0x7+parseInt(_0x24170b(0x1fb))/0x8*(-parseInt(_0x24170b(0x1ea))/0x9);if(_0x560cdc===_0x12479c)break;else _0x522437['push'](_0x522437['shift']());}catch(_0x423755){_0x522437['push'](_0x522437['shift']());}}}(_0x10c2,0x3004b));const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x384c48(0x1ce),'bottom':_0x384c48(0x1e6),'left':_0x384c48(0x1e0),'center':_0x384c48(0x1f3),'right':_0x384c48(0x1cd)},'toolbar':{'verticalAlignMode':{'main':_0x384c48(0x1fa)},'horizontalAlignMode':{'main':_0x384c48(0x1e3)},'fillColor':{'main':_0x384c48(0x1ec)},'fontSize':_0x384c48(0x1cc),'fontSizeIncrease':_0x384c48(0x1e8),'fontSizeDecrease':_0x384c48(0x1e9),'alignLeft':_0x384c48(0x1f7),'alignCenter':_0x384c48(0x1e5),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':'Justificar','bold':_0x384c48(0x1ed),'italic':_0x384c48(0x1cb),'underline':_0x384c48(0x1d0),'strikethrough':'Tachado','textColor':_0x384c48(0x1e2),'textBackgroundColor':_0x384c48(0x1f1),'resetColor':_0x384c48(0x1d7)},'imagePanel':{'crop':{'shape':_0x384c48(0x1d8)}},'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':_0x384c48(0x1dd),'insertShape':'Insertar\x20forma','openPanel':_0x384c48(0x1f5),'deleteShape':_0x384c48(0x1cf),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':_0x384c48(0x1da),'shapeStyle':_0x384c48(0x1d2),'shapePosition':_0x384c48(0x1e7),'toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':'Alternar\x20volteo\x20vertical','rotateRight90':_0x384c48(0x1e4),'rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x384c48(0x1f4),'objectListPanel':{'title':_0x384c48(0x1d1),'open':_0x384c48(0x1dc),'empty':_0x384c48(0x1fc),'showAll':_0x384c48(0x1eb),'hideAll':'Ocultar\x20todo','show':_0x384c48(0x1e1),'hide':'Ocultar','moveForward':_0x384c48(0x1f0),'moveBackward':'Enviar\x20atrás','close':_0x384c48(0x1d6),'name':'Nombre','nameInput':_0x384c48(0x1d9),'description':_0x384c48(0x1f6),'descriptionPlaceholder':_0x384c48(0x1df),'details':_0x384c48(0x1f2),'noSelection':_0x384c48(0x1d3)}}};module[_0x384c48(0x1d5)]=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
+ const _0x43d398=_0x364f;function _0x3c84(){const _0x33619b=['1664352SDZRRb','تغییر\x20وضعیت\x20چرخش\x20عمودی','توضیحات','قالب‌بندی\x20شکل','لایه‌ها','24RLkhDo','exports','کراپ\x20به\x20شکل','پررنگ','4167168NLfMiT','آوردن\x20به\x20جلو','جزئیات','نام\x20شیء','رنگ\x20متن','سبک\x20شکل','تراز\x20راست','باز\x20کردن\x20پنل\x20لایه‌ها','703983UIKobS','وسط','2580075zVWGIT','کاهش\x20اندازه\x20فونت','تراز\x20افقی','هیچ\x20شیئی\x20وجود\x20ندارد','بازنشانی','بالا','بستن','خط‌کشی','3685556FMpRse','توجیه','پایین','پنهان\x20کردن','5910984ZxNKBp','نام','افزودن\x20توضیحات','پنهان\x20کردن\x20همه','چرخش\x20۹۰\x20درجه\x20به\x20راست','22792rADeLg','رنگ\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ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','شکل','تراز\x20چپ','6rGSRoq','ایتالیک','مخفی\x20کردن\x20پنل\x20شکل‌ها','موقعیت\x20شکل'];_0x3c84=function(){return _0x33619b;};return _0x3c84();}(function(_0x535f01,_0x4d49ba){const _0x23fb7e=_0x364f,_0x4b8ae3=_0x535f01();while(!![]){try{const _0x247558=-parseInt(_0x23fb7e(0x1d1))/0x1+parseInt(_0x23fb7e(0x1b3))/0x2*(-parseInt(_0x23fb7e(0x1c5))/0x3)+parseInt(_0x23fb7e(0x1c0))/0x4+parseInt(_0x23fb7e(0x1d3))/0x5*(parseInt(_0x23fb7e(0x1bc))/0x6)+parseInt(_0x23fb7e(0x1db))/0x7+parseInt(_0x23fb7e(0x1c9))/0x8+-parseInt(_0x23fb7e(0x1df))/0x9;if(_0x247558===_0x4d49ba)break;else _0x4b8ae3['push'](_0x4b8ae3['shift']());}catch(_0x2a72d3){_0x4b8ae3['push'](_0x4b8ae3['shift']());}}}(_0x3c84,0x80cdc));const e={'sheets-shape-ui':{'align':{'top':_0x43d398(0x1d8),'middle':_0x43d398(0x1d2),'bottom':_0x43d398(0x1dd),'left':'چپ','center':_0x43d398(0x1d2),'right':'راست'},'toolbar':{'verticalAlignMode':{'main':'تراز\x20عمودی'},'horizontalAlignMode':{'main':_0x43d398(0x1d5)},'fillColor':{'main':_0x43d398(0x1b7)},'fontSize':'اندازه\x20فونت','fontSizeIncrease':'افزایش\x20اندازه\x20فونت','fontSizeDecrease':_0x43d398(0x1d4),'alignLeft':_0x43d398(0x1bb),'alignCenter':'تراز\x20وسط','alignRight':_0x43d398(0x1cf),'alignJustify':_0x43d398(0x1dc),'bold':_0x43d398(0x1c8),'italic':_0x43d398(0x1bd),'underline':_0x43d398(0x1da),'strikethrough':_0x43d398(0x1b5),'textColor':_0x43d398(0x1cd),'textBackgroundColor':_0x43d398(0x1b4),'resetColor':_0x43d398(0x1d7)},'imagePanel':{'crop':{'shape':_0x43d398(0x1c7)}},'permission':{'editErr':_0x43d398(0x1b9)},'title':_0x43d398(0x1ba),'insertShape':'درج\x20شکل','openPanel':_0x43d398(0x1b8),'deleteShape':'حذف\x20شکل','hidePanel':_0x43d398(0x1be),'formatShape':_0x43d398(0x1c3),'shapeStyle':_0x43d398(0x1ce),'shapePosition':_0x43d398(0x1bf),'toggleFlipH':'تغییر\x20وضعیت\x20چرخش\x20افقی','toggleFlipV':_0x43d398(0x1c1),'rotateRight90':_0x43d398(0x1e3),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':_0x43d398(0x1c4),'open':_0x43d398(0x1d0),'empty':_0x43d398(0x1d6),'showAll':'نمایش\x20همه','hideAll':_0x43d398(0x1e2),'show':'نمایش','hide':_0x43d398(0x1de),'moveForward':_0x43d398(0x1ca),'moveBackward':'فرستادن\x20به\x20عقب','close':_0x43d398(0x1d9),'name':_0x43d398(0x1e0),'nameInput':_0x43d398(0x1cc),'description':_0x43d398(0x1c2),'descriptionPlaceholder':_0x43d398(0x1e1),'details':_0x43d398(0x1cb),'noSelection':_0x43d398(0x1b6)}}};function _0x364f(_0x2a92ee,_0x61d89a){_0x2a92ee=_0x2a92ee-0x1b3;const _0x3c84b2=_0x3c84();let _0x364f97=_0x3c84b2[_0x2a92ee];return _0x364f97;}module[_0x43d398(0x1c6)]=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
+ const _0x3b4371=_0x18ea;(function(_0x5d67e7,_0x4175be){const _0xcf1db3=_0x18ea,_0x4fd236=_0x5d67e7();while(!![]){try{const _0x1cb220=-parseInt(_0xcf1db3(0x19d))/0x1+-parseInt(_0xcf1db3(0x1b7))/0x2+-parseInt(_0xcf1db3(0x1b0))/0x3*(parseInt(_0xcf1db3(0x192))/0x4)+parseInt(_0xcf1db3(0x1a4))/0x5*(-parseInt(_0xcf1db3(0x193))/0x6)+-parseInt(_0xcf1db3(0x19f))/0x7+parseInt(_0xcf1db3(0x197))/0x8+parseInt(_0xcf1db3(0x1b1))/0x9*(parseInt(_0xcf1db3(0x1a3))/0xa);if(_0x1cb220===_0x4175be)break;else _0x4fd236['push'](_0x4fd236['shift']());}catch(_0x3255d6){_0x4fd236['push'](_0x4fd236['shift']());}}}(_0xc4af,0x99fcb));const e={'sheets-shape-ui':{'align':{'top':'haut','middle':_0x3b4371(0x1b2),'bottom':_0x3b4371(0x1a0),'left':_0x3b4371(0x18a),'center':_0x3b4371(0x191),'right':_0x3b4371(0x1a1)},'toolbar':{'verticalAlignMode':{'main':_0x3b4371(0x1b5)},'horizontalAlignMode':{'main':_0x3b4371(0x190)},'fillColor':{'main':_0x3b4371(0x1ab)},'fontSize':_0x3b4371(0x1bb),'fontSizeIncrease':_0x3b4371(0x1b9),'fontSizeDecrease':_0x3b4371(0x199),'alignLeft':_0x3b4371(0x19b),'alignCenter':'Aligner\x20au\x20centre','alignRight':'Aligner\x20à\x20droite','alignJustify':_0x3b4371(0x1a7),'bold':_0x3b4371(0x18e),'italic':_0x3b4371(0x18b),'underline':_0x3b4371(0x18f),'strikethrough':_0x3b4371(0x1ac),'textColor':_0x3b4371(0x198),'textBackgroundColor':_0x3b4371(0x1b8),'resetColor':_0x3b4371(0x1a5)},'imagePanel':{'crop':{'shape':_0x3b4371(0x189)}},'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':_0x3b4371(0x185),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x3b4371(0x196),'deleteShape':_0x3b4371(0x194),'hidePanel':_0x3b4371(0x18d),'formatShape':_0x3b4371(0x195),'shapeStyle':'Style\x20de\x20la\x20forme','shapePosition':_0x3b4371(0x186),'toggleFlipH':_0x3b4371(0x1a2),'toggleFlipV':_0x3b4371(0x1aa),'rotateRight90':_0x3b4371(0x1ba),'rotateLeft90':_0x3b4371(0x1a6),'toggleTextVertical':_0x3b4371(0x19c),'objectListPanel':{'title':_0x3b4371(0x1b3),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x3b4371(0x18c),'showAll':_0x3b4371(0x1b6),'hideAll':_0x3b4371(0x1af),'show':'Afficher','hide':_0x3b4371(0x1ae),'moveForward':_0x3b4371(0x188),'moveBackward':_0x3b4371(0x187),'close':_0x3b4371(0x1ad),'name':'Nom','nameInput':_0x3b4371(0x19a),'description':_0x3b4371(0x1a8),'descriptionPlaceholder':_0x3b4371(0x19e),'details':'Détails','noSelection':_0x3b4371(0x1a9)}}};function _0x18ea(_0x5088da,_0xb88466){_0x5088da=_0x5088da-0x185;const _0xc4afcd=_0xc4af();let _0x18eabb=_0xc4afcd[_0x5088da];return _0x18eabb;}function _0xc4af(){const _0x4205ac=['1622824KsfvkC','bas','droite','Basculer\x20le\x20retournement\x20horizontal','22417710RmMduw','1605670hsuOpv','Réinitialiser','Pivoter\x20à\x20gauche\x20de\x2090°','Justifier','Description','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Basculer\x20le\x20retournement\x20vertical','Couleur\x20de\x20remplissage','Barré','Fermer','Masquer','Tout\x20masquer','800418zeRAuy','9uxXEWn','milieu','Calques','exports','Alignement\x20vertical','Tout\x20afficher','224312aCFXWi','Couleur\x20de\x20fond\x20du\x20texte','Augmenter\x20la\x20taille\x20de\x20la\x20police','Pivoter\x20à\x20droite\x20de\x2090°','Taille\x20de\x20police','Forme','Position\x20de\x20la\x20forme','Reculer','Avancer','Rogner\x20à\x20la\x20forme','gauche','Italique','Aucun\x20objet','Masquer\x20le\x20panneau\x20des\x20formes','Gras','Souligné','Alignement\x20horizontal','centre','16YlEzKj','18baWatR','Supprimer\x20la\x20forme','Format\x20de\x20la\x20forme','Ouvrir\x20le\x20panneau\x20des\x20formes','8853880HvFrSk','Couleur\x20du\x20texte','Diminuer\x20la\x20taille\x20de\x20la\x20police','Nom\x20de\x20l’objet','Aligner\x20à\x20gauche','Basculer\x20le\x20texte\x20vertical','343161zVbeOf','Ajouter\x20une\x20description'];_0xc4af=function(){return _0x4205ac;};return _0xc4af();}module[_0x3b4371(0x1b4)]=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
+ function _0x5ab0(_0x260d9f,_0x1c2fd6){_0x260d9f=_0x260d9f-0x9a;const _0x431068=_0x4310();let _0x5ab098=_0x431068[_0x260d9f];return _0x5ab098;}const _0xc1e18d=_0x5ab0;(function(_0x3d3555,_0x380a20){const _0x35e21f=_0x5ab0,_0x1b08af=_0x3d3555();while(!![]){try{const _0x44dbaf=parseInt(_0x35e21f(0xb7))/0x1*(parseInt(_0x35e21f(0xc0))/0x2)+parseInt(_0x35e21f(0xab))/0x3*(parseInt(_0x35e21f(0xa0))/0x4)+-parseInt(_0x35e21f(0xa7))/0x5+parseInt(_0x35e21f(0x9e))/0x6+parseInt(_0x35e21f(0xba))/0x7+parseInt(_0x35e21f(0xc2))/0x8+parseInt(_0x35e21f(0xc7))/0x9*(-parseInt(_0x35e21f(0xca))/0xa);if(_0x44dbaf===_0x380a20)break;else _0x1b08af['push'](_0x1b08af['shift']());}catch(_0x37b4c9){_0x1b08af['push'](_0x1b08af['shift']());}}}(_0x4310,0xd3d59));function _0x4310(){const _0x26c724=['Putar\x20Kiri\x2090°','Rata\x20Kanan\x20Kiri','Perbesar\x20ukuran\x20font','Warna\x20latar\x20teks','Rata\x20Kanan','Sembunyikan\x20semua','Tebal','Buka\x20Panel\x20Lapisan','exports','Rata\x20Kiri','1aTxTSF','tengah','Tambahkan\x20deskripsi','11703188knMKit','Deskripsi','Nama\x20objek','Nama','Buka\x20Panel\x20Bentuk','Miring','2690698SYqadx','Hapus\x20Bentuk','2601256nNxLeC','Format\x20Bentuk','Warna\x20teks','Warna\x20isian','Bawa\x20ke\x20Depan','176391tbhvMH','Garis\x20bawah','Kirim\x20ke\x20Belakang','1210szcirO','Ukuran\x20font','Sembunyikan','Atur\x20ulang','Sembunyikan\x20Panel\x20Bentuk','Balik\x20Vertikal','5015694NhhzNv','Perkecil\x20ukuran\x20font','1636zkcdkc','Tidak\x20ada\x20objek','Tutup','Putar\x20Kanan\x2090°','Perataan\x20vertikal','Balik\x20Horizontal','Perataan\x20horizontal','6411690xgOnSj','Tampilkan','bawah','Posisi\x20Bentuk','2517JfhGqM','kanan'];_0x4310=function(){return _0x26c724;};return _0x4310();}const e={'sheets-shape-ui':{'align':{'top':'atas','middle':_0xc1e18d(0xb8),'bottom':_0xc1e18d(0xa9),'left':'kiri','center':_0xc1e18d(0xb8),'right':_0xc1e18d(0xac)},'toolbar':{'verticalAlignMode':{'main':_0xc1e18d(0xa4)},'horizontalAlignMode':{'main':_0xc1e18d(0xa6)},'fillColor':{'main':_0xc1e18d(0xc5)},'fontSize':_0xc1e18d(0xcb),'fontSizeIncrease':_0xc1e18d(0xaf),'fontSizeDecrease':_0xc1e18d(0x9f),'alignLeft':_0xc1e18d(0xb6),'alignCenter':'Rata\x20Tengah','alignRight':_0xc1e18d(0xb1),'alignJustify':_0xc1e18d(0xae),'bold':_0xc1e18d(0xb3),'italic':_0xc1e18d(0xbf),'underline':_0xc1e18d(0xc8),'strikethrough':'Coret','textColor':_0xc1e18d(0xc4),'textBackgroundColor':_0xc1e18d(0xb0),'resetColor':_0xc1e18d(0x9b)},'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':'Bentuk','insertShape':'Sisipkan\x20Bentuk','openPanel':_0xc1e18d(0xbe),'deleteShape':_0xc1e18d(0xc1),'hidePanel':_0xc1e18d(0x9c),'formatShape':_0xc1e18d(0xc3),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0xc1e18d(0xaa),'toggleFlipH':_0xc1e18d(0xa5),'toggleFlipV':_0xc1e18d(0x9d),'rotateRight90':_0xc1e18d(0xa3),'rotateLeft90':_0xc1e18d(0xad),'toggleTextVertical':'Ubah\x20Teks\x20Vertikal','objectListPanel':{'title':'Lapisan','open':_0xc1e18d(0xb4),'empty':_0xc1e18d(0xa1),'showAll':'Tampilkan\x20semua','hideAll':_0xc1e18d(0xb2),'show':_0xc1e18d(0xa8),'hide':_0xc1e18d(0x9a),'moveForward':_0xc1e18d(0xc6),'moveBackward':_0xc1e18d(0xc9),'close':_0xc1e18d(0xa2),'name':_0xc1e18d(0xbd),'nameInput':_0xc1e18d(0xbc),'description':_0xc1e18d(0xbb),'descriptionPlaceholder':_0xc1e18d(0xb9),'details':'Detail','noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'}}};module[_0xc1e18d(0xb5)]=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
+ function _0x2a64(){const _0x41fc66=['Posizione\x20forma','Dimensione\x20carattere','centrale','Forma','Aggiungi\x20descrizione','Giustifica','146104TUbult','Livelli','inferiore','Diminuisci\x20dimensione\x20carattere','Elimina\x20forma','Ritaglia\x20a\x20forma','22Xbkzul','129213gpAlYj','43062CNPmMq','600cmOqaw','Inserisci\x20forma','Stile\x20forma','41126aEZRaQ','22HXsroX','Allinea\x20a\x20Destra','Nascondi','Attiva/disattiva\x20testo\x20verticale','Nascondi\x20tutto','8hSxSTO','Allineamento\x20orizzontale','Porta\x20indietro','Allinea\x20a\x20Sinistra','Aumenta\x20dimensione\x20carattere','Descrizione','Colore\x20testo','exports','Nome','Reimposta','15964932NRYZWb','Mostra','4073217VjQPRV','Nascondi\x20pannello\x20forma','Colore\x20sfondo\x20testo','Ruota\x20a\x20sinistra\x2090°','sinistra','Nome\x20oggetto','197100RzBCZV','Allineamento\x20verticale','Apri\x20pannello\x20livelli','945KEjAaZ','Dettagli','Sottolineato','Mostra\x20tutto','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','destra','Porta\x20avanti','Formato\x20forma','Attiva/disattiva\x20capovolgimento\x20verticale','Colore\x20riempimento'];_0x2a64=function(){return _0x41fc66;};return _0x2a64();}const _0x4651dc=_0x46b2;(function(_0x383e50,_0x9d40cb){const _0x27ad3d=_0x46b2,_0x42c892=_0x383e50();while(!![]){try{const _0x51b3ee=-parseInt(_0x27ad3d(0x1a6))/0x1*(parseInt(_0x27ad3d(0x1a7))/0x2)+parseInt(_0x27ad3d(0x1b8))/0x3+-parseInt(_0x27ad3d(0x1d1))/0x4+-parseInt(_0x27ad3d(0x1c1))/0x5*(-parseInt(_0x27ad3d(0x1d9))/0x6)+parseInt(_0x27ad3d(0x1d8))/0x7*(-parseInt(_0x27ad3d(0x1ac))/0x8)+-parseInt(_0x27ad3d(0x1be))/0x9*(-parseInt(_0x27ad3d(0x1a3))/0xa)+parseInt(_0x27ad3d(0x1d7))/0xb*(-parseInt(_0x27ad3d(0x1b6))/0xc);if(_0x51b3ee===_0x9d40cb)break;else _0x42c892['push'](_0x42c892['shift']());}catch(_0x492001){_0x42c892['push'](_0x42c892['shift']());}}}(_0x2a64,0xd1f5f));const e={'sheets-shape-ui':{'align':{'top':'superiore','middle':_0x4651dc(0x1cd),'bottom':_0x4651dc(0x1d3),'left':_0x4651dc(0x1bc),'center':'centro','right':_0x4651dc(0x1c6)},'toolbar':{'verticalAlignMode':{'main':_0x4651dc(0x1bf)},'horizontalAlignMode':{'main':_0x4651dc(0x1ad)},'fillColor':{'main':_0x4651dc(0x1ca)},'fontSize':_0x4651dc(0x1cc),'fontSizeIncrease':_0x4651dc(0x1b0),'fontSizeDecrease':_0x4651dc(0x1d4),'alignLeft':_0x4651dc(0x1af),'alignCenter':'Allinea\x20al\x20Centro','alignRight':_0x4651dc(0x1a8),'alignJustify':_0x4651dc(0x1d0),'bold':'Grassetto','italic':'Corsivo','underline':_0x4651dc(0x1c3),'strikethrough':'Barrato','textColor':_0x4651dc(0x1b2),'textBackgroundColor':_0x4651dc(0x1ba),'resetColor':_0x4651dc(0x1b5)},'imagePanel':{'crop':{'shape':_0x4651dc(0x1d6)}},'permission':{'editErr':'L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.'},'title':_0x4651dc(0x1ce),'insertShape':_0x4651dc(0x1a4),'openPanel':'Apri\x20pannello\x20forma','deleteShape':_0x4651dc(0x1d5),'hidePanel':_0x4651dc(0x1b9),'formatShape':_0x4651dc(0x1c8),'shapeStyle':_0x4651dc(0x1a5),'shapePosition':_0x4651dc(0x1cb),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x4651dc(0x1c9),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x4651dc(0x1bb),'toggleTextVertical':_0x4651dc(0x1aa),'objectListPanel':{'title':_0x4651dc(0x1d2),'open':_0x4651dc(0x1c0),'empty':'Nessun\x20oggetto','showAll':_0x4651dc(0x1c4),'hideAll':_0x4651dc(0x1ab),'show':_0x4651dc(0x1b7),'hide':_0x4651dc(0x1a9),'moveForward':_0x4651dc(0x1c7),'moveBackward':_0x4651dc(0x1ae),'close':'Chiudi','name':_0x4651dc(0x1b4),'nameInput':_0x4651dc(0x1bd),'description':_0x4651dc(0x1b1),'descriptionPlaceholder':_0x4651dc(0x1cf),'details':_0x4651dc(0x1c2),'noSelection':_0x4651dc(0x1c5)}}};function _0x46b2(_0x50fb83,_0x4bd1f4){_0x50fb83=_0x50fb83-0x1a3;const _0x2a64c1=_0x2a64();let _0x46b297=_0x2a64c1[_0x50fb83];return _0x46b297;}module[_0x4651dc(0x1b3)]=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 _0x2ea83b=_0x2bf2;function _0x2bf2(_0x510092,_0x12ec7d){_0x510092=_0x510092-0x1d4;const _0x5bfaa5=_0x5bfa();let _0x2bf215=_0x5bfaa5[_0x510092];return _0x2bf215;}(function(_0x5ceef6,_0x3058c){const _0x37acd6=_0x2bf2,_0x886c0d=_0x5ceef6();while(!![]){try{const _0xeac713=-parseInt(_0x37acd6(0x1f2))/0x1+parseInt(_0x37acd6(0x1ec))/0x2+-parseInt(_0x37acd6(0x1e2))/0x3+-parseInt(_0x37acd6(0x1ed))/0x4+-parseInt(_0x37acd6(0x1f0))/0x5+parseInt(_0x37acd6(0x1e7))/0x6+-parseInt(_0x37acd6(0x1e9))/0x7*(-parseInt(_0x37acd6(0x1eb))/0x8);if(_0xeac713===_0x3058c)break;else _0x886c0d['push'](_0x886c0d['shift']());}catch(_0x54dad9){_0x886c0d['push'](_0x886c0d['shift']());}}}(_0x5bfa,0x2f89d));const e={'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x2ea83b(0x1f3),'center':'中央','right':_0x2ea83b(0x1e4)},'toolbar':{'verticalAlignMode':{'main':_0x2ea83b(0x1ef)},'horizontalAlignMode':{'main':_0x2ea83b(0x1d9)},'fillColor':{'main':_0x2ea83b(0x1dd)},'fontSize':_0x2ea83b(0x1d8),'fontSizeIncrease':_0x2ea83b(0x1df),'fontSizeDecrease':_0x2ea83b(0x1f4),'alignLeft':_0x2ea83b(0x1ee),'alignCenter':_0x2ea83b(0x1d5),'alignRight':'右揃え','alignJustify':_0x2ea83b(0x1de),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x2ea83b(0x1db),'textColor':'文字の色','textBackgroundColor':_0x2ea83b(0x1d4),'resetColor':_0x2ea83b(0x1d6)},'imagePanel':{'crop':{'shape':'形状にトリミング'}},'permission':{'editErr':_0x2ea83b(0x1da)},'title':'図形','insertShape':'図形の挿入','openPanel':_0x2ea83b(0x1e8),'deleteShape':_0x2ea83b(0x1d7),'hidePanel':_0x2ea83b(0x1ea),'formatShape':'図形の書式設定','shapeStyle':_0x2ea83b(0x1f9),'shapePosition':'図形の位置','toggleFlipH':'水平反転の切り替え','toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x2ea83b(0x1e6),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x2ea83b(0x1f5),'objectListPanel':{'title':_0x2ea83b(0x1e1),'open':_0x2ea83b(0x1f8),'empty':'オブジェクトがありません','showAll':'すべて表示','hideAll':_0x2ea83b(0x1f7),'show':'表示','hide':_0x2ea83b(0x1e3),'moveForward':_0x2ea83b(0x1fa),'moveBackward':_0x2ea83b(0x1dc),'close':_0x2ea83b(0x1e5),'name':'名前','nameInput':_0x2ea83b(0x1f6),'description':'説明','descriptionPlaceholder':_0x2ea83b(0x1f1),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'}}};function _0x5bfa(){const _0x151f7a=['閉じる','時計回りに\x2090\x20度回転','1502964mPsPDP','図形パネルを開く','3857WGCbqD','図形パネルを非表示','11064GUmMKh','474402MzxEdN','1349296pRTvuX','左揃え','縦方向の配置','1433985weUpJq','説明を追加','99040CqFANG','左寄せ','フォントサイズを縮小','テキストの縦書き/横書きの切り替え','オブジェクト名','すべて非表示','レイヤーパネルを開く','図形スタイル','前面へ移動','塗りつぶしの色','中央揃え','初期化','図形を削除','フォントサイズ','横方向の配置','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','取り消し線','背面へ移動','塗りつぶし色','両端揃え','フォントサイズを拡大','exports','レイヤー','995550PgcxYv','非表示','右寄せ'];_0x5bfa=function(){return _0x151f7a;};return _0x5bfa();}module[_0x2ea83b(0x1e0)]=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 _0x409770=_0x3e0e;function _0x3e0e(_0x1205c3,_0x2c29b6){_0x1205c3=_0x1205c3-0x161;const _0x5befa9=_0x5bef();let _0x3e0eee=_0x5befa9[_0x1205c3];return _0x3e0eee;}(function(_0x6084e6,_0x36b4a5){const _0x5d0ace=_0x3e0e,_0x577a4f=_0x6084e6();while(!![]){try{const _0xd97bab=parseInt(_0x5d0ace(0x162))/0x1*(-parseInt(_0x5d0ace(0x17d))/0x2)+-parseInt(_0x5d0ace(0x179))/0x3*(-parseInt(_0x5d0ace(0x165))/0x4)+-parseInt(_0x5d0ace(0x186))/0x5*(parseInt(_0x5d0ace(0x16c))/0x6)+parseInt(_0x5d0ace(0x163))/0x7+parseInt(_0x5d0ace(0x175))/0x8+-parseInt(_0x5d0ace(0x184))/0x9+parseInt(_0x5d0ace(0x169))/0xa*(parseInt(_0x5d0ace(0x16e))/0xb);if(_0xd97bab===_0x36b4a5)break;else _0x577a4f['push'](_0x577a4f['shift']());}catch(_0x2d8f8a){_0x577a4f['push'](_0x577a4f['shift']());}}}(_0x5bef,0xc52da));function _0x5bef(){const _0x5df427=['모두\x20숨기기','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','반시계\x20방향으로\x2090도\x20회전','38946MowOYd','양쪽\x20맞춤','시계\x20방향으로\x2090도\x20회전','오른쪽\x20정렬','10sVxXDN','텍스트\x20세로/가로\x20전환','글꼴\x20크기\x20증가','모두\x20표시','기울임꼴','초기화','도형\x20패널\x20숨기기','6720516hOWfVG','아래쪽','115xwdBeK','가운데','도형\x20삽입','세부\x20정보','도형\x20위치','레이어','숨기기','20233BrQHPF','3937430dfbbzc','취소선','184svrIrP','가운데\x20정렬','글자\x20색상','세로\x20뒤집기\x20전환','10nleLzy','오른쪽','앞으로\x20가져오기','10866oYMgwj','도형\x20삭제','1061335heqdKj','뒤로\x20보내기','글자\x20배경색','모양에\x20맞게\x20자르기','설명\x20추가','exports','가로\x20뒤집기\x20전환','3528296emEFIn'];_0x5bef=function(){return _0x5df427;};return _0x5bef();}const e={'sheets-shape-ui':{'align':{'top':'위쪽','middle':_0x409770(0x187),'bottom':_0x409770(0x185),'left':'왼쪽','center':_0x409770(0x187),'right':_0x409770(0x16a)},'toolbar':{'verticalAlignMode':{'main':'세로\x20정렬'},'horizontalAlignMode':{'main':'가로\x20정렬'},'fillColor':{'main':'채우기\x20색상'},'fontSize':'글꼴\x20크기','fontSizeIncrease':_0x409770(0x17f),'fontSizeDecrease':'글꼴\x20크기\x20감소','alignLeft':'왼쪽\x20정렬','alignCenter':_0x409770(0x166),'alignRight':_0x409770(0x17c),'alignJustify':_0x409770(0x17a),'bold':'굵게','italic':_0x409770(0x181),'underline':'밑줄','strikethrough':_0x409770(0x164),'textColor':_0x409770(0x167),'textBackgroundColor':_0x409770(0x170),'resetColor':_0x409770(0x182)},'imagePanel':{'crop':{'shape':_0x409770(0x171)}},'permission':{'editErr':_0x409770(0x177)},'title':'도형','insertShape':_0x409770(0x188),'openPanel':'도형\x20패널\x20열기','deleteShape':_0x409770(0x16d),'hidePanel':_0x409770(0x183),'formatShape':'도형\x20서식','shapeStyle':'도형\x20스타일','shapePosition':_0x409770(0x18a),'toggleFlipH':_0x409770(0x174),'toggleFlipV':_0x409770(0x168),'rotateRight90':_0x409770(0x17b),'rotateLeft90':_0x409770(0x178),'toggleTextVertical':_0x409770(0x17e),'objectListPanel':{'title':_0x409770(0x18b),'open':'레이어\x20패널\x20열기','empty':'개체\x20없음','showAll':_0x409770(0x180),'hideAll':_0x409770(0x176),'show':'표시','hide':_0x409770(0x161),'moveForward':_0x409770(0x16b),'moveBackward':_0x409770(0x16f),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x409770(0x172),'details':_0x409770(0x189),'noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'}}};module[_0x409770(0x173)]=e;
@@ -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 _0x37a546=_0x3564;function _0x57c5(){const _0x20ef7a=['Ukryj\x20wszystko','exports','Wstaw\x20kształt','187730ODGyGH','Kształt','Wyrównaj\x20do\x20środka','Otwórz\x20panel\x20warstw','Kursywa','Pokaż','prawo','Styl\x20kształtu','Kolor\x20tekstu','Obróć\x20w\x20prawo\x20o\x2090°','lewo','1840220wYIZrB','Przerzuć\x20w\x20pionie','1238032tealFQ','55GhDCTj','Podkreślenie','3974OMcCuI','Pogrubienie','dół','Kolor\x20tła\x20tekstu','8WrdCJn','góra','Brak\x20obiektów','3xEdDkr','470645tHgXfa','Usuń\x20kształt','środek','Dodaj\x20opis','3231189cPTomB','Przytnij\x20do\x20kształtu','Zmniejsz\x20rozmiar\x20czcionki','Warstwy','Pokaż\x20wszystko','Wyrównanie\x20pionowe','1832388vOhZcO','Nazwa','Zamknij','Nazwa\x20obiektu','131YLMMCn','Pozycja\x20kształtu','Rozmiar\x20czcionki'];_0x57c5=function(){return _0x20ef7a;};return _0x57c5();}(function(_0x329195,_0x50851b){const _0x84e55a=_0x3564,_0x576b71=_0x329195();while(!![]){try{const _0x3ea021=parseInt(_0x84e55a(0xbd))/0x1*(-parseInt(_0x84e55a(0xd3))/0x2)+parseInt(_0x84e55a(0xda))/0x3*(parseInt(_0x84e55a(0xd0))/0x4)+-parseInt(_0x84e55a(0xce))/0x5+parseInt(_0x84e55a(0xe5))/0x6+-parseInt(_0x84e55a(0xdb))/0x7+-parseInt(_0x84e55a(0xd7))/0x8*(-parseInt(_0x84e55a(0xdf))/0x9)+parseInt(_0x84e55a(0xc3))/0xa*(-parseInt(_0x84e55a(0xd1))/0xb);if(_0x3ea021===_0x50851b)break;else _0x576b71['push'](_0x576b71['shift']());}catch(_0x6bd348){_0x576b71['push'](_0x576b71['shift']());}}}(_0x57c5,0x2d0a6));const e={'sheets-shape-ui':{'align':{'top':_0x37a546(0xd8),'middle':_0x37a546(0xdd),'bottom':_0x37a546(0xd5),'left':_0x37a546(0xcd),'center':_0x37a546(0xdd),'right':_0x37a546(0xc9)},'toolbar':{'verticalAlignMode':{'main':_0x37a546(0xe4)},'horizontalAlignMode':{'main':'Wyrównanie\x20poziome'},'fillColor':{'main':'Kolor\x20wypełnienia'},'fontSize':_0x37a546(0xbf),'fontSizeIncrease':'Zwiększ\x20rozmiar\x20czcionki','fontSizeDecrease':_0x37a546(0xe1),'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':_0x37a546(0xc5),'alignRight':'Wyrównaj\x20do\x20prawej','alignJustify':'Wyjustuj','bold':_0x37a546(0xd4),'italic':_0x37a546(0xc7),'underline':_0x37a546(0xd2),'strikethrough':'Przekreślenie','textColor':_0x37a546(0xcb),'textBackgroundColor':_0x37a546(0xd6),'resetColor':'Resetuj'},'imagePanel':{'crop':{'shape':_0x37a546(0xe0)}},'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':_0x37a546(0xc4),'insertShape':_0x37a546(0xc2),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x37a546(0xdc),'hidePanel':'Ukryj\x20panel\x20kształtów','formatShape':'Formatuj\x20kształt','shapeStyle':_0x37a546(0xca),'shapePosition':_0x37a546(0xbe),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':_0x37a546(0xcf),'rotateRight90':_0x37a546(0xcc),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':'Przełącz\x20tekst\x20pionowy','objectListPanel':{'title':_0x37a546(0xe2),'open':_0x37a546(0xc6),'empty':_0x37a546(0xd9),'showAll':_0x37a546(0xe3),'hideAll':_0x37a546(0xc0),'show':_0x37a546(0xc8),'hide':'Ukryj','moveForward':'Przesuń\x20do\x20przodu','moveBackward':'Przesuń\x20do\x20tyłu','close':_0x37a546(0xe7),'name':_0x37a546(0xe6),'nameInput':_0x37a546(0xbc),'description':'Opis','descriptionPlaceholder':_0x37a546(0xde),'details':'Szczegóły','noSelection':'Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły'}}};function _0x3564(_0x482325,_0x1bf80a){_0x482325=_0x482325-0xbc;const _0x57c5db=_0x57c5();let _0x3564ea=_0x57c5db[_0x482325];return _0x3564ea;}module[_0x37a546(0xc1)]=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
+ const _0x2568a5=_0x45cc;function _0xe398(){const _0x55474e=['Alinhamento\x20horizontal','Negrito','Redefinir','Tamanho\x20da\x20fonte','Itálico','Descrição','Alinhar\x20ao\x20centro','Aumentar\x20tamanho\x20da\x20fonte','esquerda','Alinhar\x20à\x20esquerda','1480824lcZDHB','2897325nWOhYX','Enviar\x20para\x20trás','Detalhes','Girar\x2090°\x20para\x20direita','Excluir\x20forma','378888TxVIVx','Formatar\x20forma','meio','9051007fFoYmb','exports','Cor\x20de\x20fundo\x20do\x20texto','Nome\x20do\x20objeto','40246704aAegHN','Posição\x20da\x20forma','Mostrar','Tachado','superior','Forma','Ocultar\x20painel\x20de\x20formas','8770878DCQLuO','Ocultar','centro','inferior','Alinhar\x20à\x20direita','Fechar','Alternar\x20inversão\x20horizontal','Cor\x20de\x20preenchimento','Adicionar\x20descrição','1945734cNEaym','9OrDuhd','Cortar\x20para\x20forma','Camadas','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Estilo\x20da\x20forma','Justificar'];_0xe398=function(){return _0x55474e;};return _0xe398();}(function(_0x376a40,_0x4b71e1){const _0x205fb2=_0x45cc,_0x5e02f1=_0x376a40();while(!![]){try{const _0x498f7e=-parseInt(_0x205fb2(0x125))/0x1+parseInt(_0x205fb2(0x142))/0x2+-parseInt(_0x205fb2(0x143))/0x3*(parseInt(_0x205fb2(0x12b))/0x4)+-parseInt(_0x205fb2(0x126))/0x5+-parseInt(_0x205fb2(0x139))/0x6+-parseInt(_0x205fb2(0x12e))/0x7+parseInt(_0x205fb2(0x132))/0x8;if(_0x498f7e===_0x4b71e1)break;else _0x5e02f1['push'](_0x5e02f1['shift']());}catch(_0x6290ea){_0x5e02f1['push'](_0x5e02f1['shift']());}}}(_0xe398,0xdccf4));const e={'sheets-shape-ui':{'align':{'top':_0x2568a5(0x136),'middle':_0x2568a5(0x12d),'bottom':_0x2568a5(0x13c),'left':_0x2568a5(0x123),'center':_0x2568a5(0x13b),'right':'direita'},'toolbar':{'verticalAlignMode':{'main':'Alinhamento\x20vertical'},'horizontalAlignMode':{'main':_0x2568a5(0x149)},'fillColor':{'main':_0x2568a5(0x140)},'fontSize':_0x2568a5(0x11e),'fontSizeIncrease':_0x2568a5(0x122),'fontSizeDecrease':'Diminuir\x20tamanho\x20da\x20fonte','alignLeft':_0x2568a5(0x124),'alignCenter':_0x2568a5(0x121),'alignRight':_0x2568a5(0x13d),'alignJustify':_0x2568a5(0x148),'bold':_0x2568a5(0x14a),'italic':_0x2568a5(0x11f),'underline':'Sublinhado','strikethrough':_0x2568a5(0x135),'textColor':'Cor\x20do\x20texto','textBackgroundColor':_0x2568a5(0x130),'resetColor':_0x2568a5(0x14b)},'imagePanel':{'crop':{'shape':_0x2568a5(0x144)}},'permission':{'editErr':_0x2568a5(0x146)},'title':_0x2568a5(0x137),'insertShape':'Inserir\x20forma','openPanel':'Abrir\x20painel\x20de\x20formas','deleteShape':_0x2568a5(0x12a),'hidePanel':_0x2568a5(0x138),'formatShape':_0x2568a5(0x12c),'shapeStyle':_0x2568a5(0x147),'shapePosition':_0x2568a5(0x133),'toggleFlipH':_0x2568a5(0x13f),'toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':_0x2568a5(0x129),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':_0x2568a5(0x145),'open':'Abrir\x20painel\x20de\x20camadas','empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':'Ocultar\x20tudo','show':_0x2568a5(0x134),'hide':_0x2568a5(0x13a),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x2568a5(0x127),'close':_0x2568a5(0x13e),'name':'Nome','nameInput':_0x2568a5(0x131),'description':_0x2568a5(0x120),'descriptionPlaceholder':_0x2568a5(0x141),'details':_0x2568a5(0x128),'noSelection':'Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'}}};function _0x45cc(_0x352188,_0x1f72ee){_0x352188=_0x352188-0x11e;const _0xe398a=_0xe398();let _0x45ccef=_0xe398a[_0x352188];return _0x45ccef;}module[_0x2568a5(0x12f)]=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
+ function _0x397c(){const _0x82a702=['Низ','2TFUqcg','Закрыть','Цвет\x20фона\x20текста','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Показать\x20все','Вставить\x20фигуру','Открыть\x20панель\x20слоев','Форматировать\x20фигуру','Увеличить\x20размер\x20шрифта','Горизонтальное\x20выравнивание','Цвет\x20заливки','7WazxeA','8bxntzE','Показать','Добавить\x20описание','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Уменьшить\x20размер\x20шрифта','exports','Цвет\x20текста','268446YrpOKC','Имя','1109980aChfzx','4274930bAixqy','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Курсив','Нет\x20объектов','Сбросить','Стиль\x20фигуры','885162KUZNAY','Выровнять\x20по\x20левому\x20краю','6343238irXVxn','Фигура','Переместить\x20вперед','Центр','Удалить\x20фигуру','Скрыть\x20все','Вертикальное\x20выравнивание','Выровнять\x20по\x20центру','Выровнять\x20по\x20правому\x20краю','Выровнять\x20по\x20ширине','Слои','Право','Описание','Открыть\x20панель\x20фигур','Переключить\x20горизонтальное\x20отражение','1438352yhHIbH','Полужирный','3OMmTED','Переместить\x20назад','Подчеркнутый','845379ZuPtFO','Зачеркнутый','Верх','Лево'];_0x397c=function(){return _0x82a702;};return _0x397c();}const _0x508912=_0x37dd;function _0x37dd(_0xa06b4b,_0x3ce7ad){_0xa06b4b=_0xa06b4b-0x1ce;const _0x397c7f=_0x397c();let _0x37dd62=_0x397c7f[_0xa06b4b];return _0x37dd62;}(function(_0x42da84,_0x1a0d52){const _0xba941e=_0x37dd,_0x1921f7=_0x42da84();while(!![]){try{const _0x28eacc=-parseInt(_0xba941e(0x1e1))/0x1*(-parseInt(_0xba941e(0x1f4))/0x2)+-parseInt(_0xba941e(0x1d9))/0x3*(parseInt(_0xba941e(0x1d7))/0x4)+parseInt(_0xba941e(0x1f6))/0x5+parseInt(_0xba941e(0x1fd))/0x6*(parseInt(_0xba941e(0x1ec))/0x7)+parseInt(_0xba941e(0x1ed))/0x8*(parseInt(_0xba941e(0x1dc))/0x9)+parseInt(_0xba941e(0x1f7))/0xa+-parseInt(_0xba941e(0x1ff))/0xb;if(_0x28eacc===_0x1a0d52)break;else _0x1921f7['push'](_0x1921f7['shift']());}catch(_0x1e8d1f){_0x1921f7['push'](_0x1921f7['shift']());}}}(_0x397c,0x367ab));const e={'sheets-shape-ui':{'align':{'top':_0x508912(0x1de),'middle':'Середина','bottom':_0x508912(0x1e0),'left':_0x508912(0x1df),'center':_0x508912(0x202),'right':_0x508912(0x1d3)},'toolbar':{'verticalAlignMode':{'main':_0x508912(0x1ce)},'horizontalAlignMode':{'main':_0x508912(0x1ea)},'fillColor':{'main':_0x508912(0x1eb)},'fontSize':'Размер\x20шрифта','fontSizeIncrease':_0x508912(0x1e9),'fontSizeDecrease':_0x508912(0x1f1),'alignLeft':_0x508912(0x1fe),'alignCenter':_0x508912(0x1cf),'alignRight':_0x508912(0x1d0),'alignJustify':_0x508912(0x1d1),'bold':_0x508912(0x1d8),'italic':_0x508912(0x1f9),'underline':_0x508912(0x1db),'strikethrough':_0x508912(0x1dd),'textColor':_0x508912(0x1f3),'textBackgroundColor':_0x508912(0x1e3),'resetColor':_0x508912(0x1fb)},'imagePanel':{'crop':{'shape':'Обрезать\x20по\x20форме'}},'permission':{'editErr':_0x508912(0x1e4)},'title':_0x508912(0x200),'insertShape':_0x508912(0x1e6),'openPanel':_0x508912(0x1d5),'deleteShape':_0x508912(0x203),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':_0x508912(0x1e8),'shapeStyle':_0x508912(0x1fc),'shapePosition':'Положение\x20фигуры','toggleFlipH':_0x508912(0x1d6),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0x508912(0x1f8),'rotateLeft90':_0x508912(0x1f0),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','objectListPanel':{'title':_0x508912(0x1d2),'open':_0x508912(0x1e7),'empty':_0x508912(0x1fa),'showAll':_0x508912(0x1e5),'hideAll':_0x508912(0x204),'show':_0x508912(0x1ee),'hide':'Скрыть','moveForward':_0x508912(0x201),'moveBackward':_0x508912(0x1da),'close':_0x508912(0x1e2),'name':_0x508912(0x1f5),'nameInput':'Имя\x20объекта','description':_0x508912(0x1d4),'descriptionPlaceholder':_0x508912(0x1ef),'details':'Сведения','noSelection':'Выберите\x20объект\x20для\x20редактирования\x20сведений'}}};module[_0x508912(0x1f2)]=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
+ function _0x21dd(_0x142e99,_0x24b1c9){_0x142e99=_0x142e99-0x135;const _0x496b0f=_0x496b();let _0x21dd43=_0x496b0f[_0x142e99];return _0x21dd43;}const _0x51a7bd=_0x21dd;(function(_0x1322ca,_0x56c2a0){const _0x4a919c=_0x21dd,_0x16a636=_0x1322ca();while(!![]){try{const _0x2150da=-parseInt(_0x4a919c(0x163))/0x1*(-parseInt(_0x4a919c(0x162))/0x2)+-parseInt(_0x4a919c(0x143))/0x3*(-parseInt(_0x4a919c(0x161))/0x4)+-parseInt(_0x4a919c(0x142))/0x5+-parseInt(_0x4a919c(0x13d))/0x6*(-parseInt(_0x4a919c(0x14c))/0x7)+-parseInt(_0x4a919c(0x159))/0x8*(-parseInt(_0x4a919c(0x144))/0x9)+-parseInt(_0x4a919c(0x13b))/0xa+parseInt(_0x4a919c(0x154))/0xb;if(_0x2150da===_0x56c2a0)break;else _0x16a636['push'](_0x16a636['shift']());}catch(_0x266da6){_0x16a636['push'](_0x16a636['shift']());}}}(_0x496b,0x71600));const e={'sheets-shape-ui':{'align':{'top':_0x51a7bd(0x167),'middle':_0x51a7bd(0x164),'bottom':_0x51a7bd(0x153),'left':'vľavo','center':_0x51a7bd(0x137),'right':_0x51a7bd(0x14b)},'toolbar':{'verticalAlignMode':{'main':_0x51a7bd(0x156)},'horizontalAlignMode':{'main':_0x51a7bd(0x146)},'fillColor':{'main':'Farba\x20výplne'},'fontSize':_0x51a7bd(0x14a),'fontSizeIncrease':_0x51a7bd(0x15f),'fontSizeDecrease':_0x51a7bd(0x160),'alignLeft':_0x51a7bd(0x15a),'alignCenter':_0x51a7bd(0x168),'alignRight':_0x51a7bd(0x166),'alignJustify':_0x51a7bd(0x13a),'bold':_0x51a7bd(0x135),'italic':_0x51a7bd(0x15b),'underline':'Podčiarknutie','strikethrough':_0x51a7bd(0x147),'textColor':_0x51a7bd(0x136),'textBackgroundColor':'Farba\x20pozadia\x20textu','resetColor':_0x51a7bd(0x15c)},'imagePanel':{'crop':{'shape':_0x51a7bd(0x14d)}},'permission':{'editErr':_0x51a7bd(0x13e)},'title':_0x51a7bd(0x148),'insertShape':_0x51a7bd(0x13f),'openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':_0x51a7bd(0x15d),'hidePanel':'Skryť\x20panel\x20tvarov','formatShape':'Formátovať\x20tvar','shapeStyle':_0x51a7bd(0x151),'shapePosition':_0x51a7bd(0x138),'toggleFlipH':_0x51a7bd(0x140),'toggleFlipV':_0x51a7bd(0x15e),'rotateRight90':_0x51a7bd(0x157),'rotateLeft90':'Otočiť\x20doľava\x20o\x2090°','toggleTextVertical':_0x51a7bd(0x145),'objectListPanel':{'title':'Vrstvy','open':_0x51a7bd(0x14e),'empty':_0x51a7bd(0x141),'showAll':'Zobraziť\x20všetko','hideAll':_0x51a7bd(0x149),'show':_0x51a7bd(0x150),'hide':'Skryť','moveForward':_0x51a7bd(0x158),'moveBackward':_0x51a7bd(0x139),'close':'Zavrieť','name':_0x51a7bd(0x14f),'nameInput':_0x51a7bd(0x165),'description':'Popis','descriptionPlaceholder':'Pridat\x20popis','details':_0x51a7bd(0x13c),'noSelection':_0x51a7bd(0x152)}}};module[_0x51a7bd(0x155)]=e;function _0x496b(){const _0x380d92=['Prepnúť\x20zvislé\x20prevrátenie','Zväčšiť\x20písmo','Zmenšiť\x20písmo','1143068blpuvM','28rJrqOy','10371NCWboq','stred','Názov\x20objektu','Zarovnať\x20doprava','hore','Zarovnať\x20na\x20stred','Tučné','Farba\x20textu','na\x20stred','Poloha\x20tvaru','Posunúť\x20dozadu','Zarovnať\x20do\x20bloku','3708660bcqkPx','Podrobnosti','6zsMuGn','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Vložiť\x20tvar','Prepnúť\x20vodorovné\x20prevrátenie','Žiadne\x20objekty','1925675iBTIUa','3pyaVPb','828000XpMHYh','Přepnout\x20text\x20vertikálně','Vodorovné\x20zarovnanie','Prečiarknuté','Tvar','Skryť\x20všetko','Veľkosť\x20písma','vpravo','235648ufYhIQ','Oříznout\x20podle\x20tvaru','Otvoriť\x20panel\x20vrstiev','Názov','Zobraziť','Štýl\x20tvaru','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','dole','4265360AHbCtP','exports','Zvislé\x20zarovnanie','Otočiť\x20doprava\x20o\x2090°','Posunúť\x20dopredu','32mETJth','Zarovnať\x20doľava','Kurzíva','Obnoviť','Odstrániť\x20tvar'];_0x496b=function(){return _0x380d92;};return _0x496b();}
@@ -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
+ function _0x5943(_0x2d9cce,_0x4c11ea){_0x2d9cce=_0x2d9cce-0x1f2;const _0x5001ad=_0x5001();let _0x594370=_0x5001ad[_0x2d9cce];return _0x594370;}function _0x5001(){const _0x5aa203=['Lớp','exports','Ẩn\x20bảng\x20hình\x20dạng','Chi\x20tiết','Kiểu\x20hình\x20dạng','9RVEzfe','Căn\x20trái','3463674qKcAqV','Hiện','7xjuKtJ','Căn\x20trên','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','57918OiVwlO','Xóa\x20hình\x20dạng','Giảm\x20cỡ\x20chữ','Vị\x20trí\x20hình\x20dạng','Đưa\x20xuống\x20dưới','Căn\x20đều\x20hai\x20bên','Hiển\x20thị\x20tất\x20cả','90446fZKVRa','Mở\x20bảng\x20hình\x20dạng','Mô\x20tả','Hình\x20dạng','In\x20đậm','18woGRSo','Căn\x20phải','Tên\x20đối\x20tượng','Mở\x20bảng\x20điều\x20khiển\x20lớp','Tăng\x20cỡ\x20chữ','Màu\x20chữ','395748UuEEbF','Cỡ\x20chữ','Chèn\x20hình\x20dạng','827016UhOVEd','Them\x20mo\x20ta','Đóng','Căn\x20dọc','2033300oPTQLa','Cắt\x20theo\x20hình\x20dạng','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Đưa\x20lên\x20trên','Căn\x20giữa','In\x20nghiêng','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','18818151hqMefJ','Chưa\x20có\x20đối\x20tượng','Ẩn\x20tất\x20cả','Màu\x20nền\x20văn\x20bản','Căn\x20ngang','Định\x20dạng\x20hình\x20dạng','10mlHZhi','Đặt\x20lại\x20màu'];_0x5001=function(){return _0x5aa203;};return _0x5001();}const _0x4c2f9f=_0x5943;(function(_0x4bbdbe,_0x34c322){const _0x33c9f1=_0x5943,_0x594c8a=_0x4bbdbe();while(!![]){try{const _0x1c93a0=-parseInt(_0x33c9f1(0x208))/0x1+-parseInt(_0x33c9f1(0x20f))/0x2*(parseInt(_0x33c9f1(0x214))/0x3)+-parseInt(_0x33c9f1(0x21a))/0x4*(parseInt(_0x33c9f1(0x1fa))/0x5)+parseInt(_0x33c9f1(0x203))/0x6*(-parseInt(_0x33c9f1(0x205))/0x7)+-parseInt(_0x33c9f1(0x21d))/0x8*(parseInt(_0x33c9f1(0x201))/0x9)+-parseInt(_0x33c9f1(0x221))/0xa+parseInt(_0x33c9f1(0x1f4))/0xb;if(_0x1c93a0===_0x34c322)break;else _0x594c8a['push'](_0x594c8a['shift']());}catch(_0x5da76b){_0x594c8a['push'](_0x594c8a['shift']());}}}(_0x5001,0x49269));const e={'sheets-shape-ui':{'align':{'top':_0x4c2f9f(0x206),'middle':_0x4c2f9f(0x225),'bottom':'Căn\x20dưới','left':_0x4c2f9f(0x202),'center':_0x4c2f9f(0x225),'right':_0x4c2f9f(0x215)},'toolbar':{'verticalAlignMode':{'main':_0x4c2f9f(0x220)},'horizontalAlignMode':{'main':_0x4c2f9f(0x1f8)},'fillColor':{'main':'Màu\x20ô'},'fontSize':_0x4c2f9f(0x21b),'fontSizeIncrease':_0x4c2f9f(0x218),'fontSizeDecrease':_0x4c2f9f(0x20a),'alignLeft':_0x4c2f9f(0x202),'alignCenter':_0x4c2f9f(0x225),'alignRight':'Căn\x20phải','alignJustify':_0x4c2f9f(0x20d),'bold':_0x4c2f9f(0x213),'italic':_0x4c2f9f(0x1f2),'underline':'Gạch\x20chân','strikethrough':'Gạch\x20ngang','textColor':_0x4c2f9f(0x219),'textBackgroundColor':_0x4c2f9f(0x1f7),'resetColor':_0x4c2f9f(0x1fb)},'imagePanel':{'crop':{'shape':_0x4c2f9f(0x222)}},'permission':{'editErr':_0x4c2f9f(0x1f3)},'title':_0x4c2f9f(0x212),'insertShape':_0x4c2f9f(0x21c),'openPanel':_0x4c2f9f(0x210),'deleteShape':_0x4c2f9f(0x209),'hidePanel':_0x4c2f9f(0x1fe),'formatShape':_0x4c2f9f(0x1f9),'shapeStyle':_0x4c2f9f(0x200),'shapePosition':_0x4c2f9f(0x20b),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x4c2f9f(0x207),'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':_0x4c2f9f(0x1fc),'open':_0x4c2f9f(0x217),'empty':_0x4c2f9f(0x1f5),'showAll':_0x4c2f9f(0x20e),'hideAll':_0x4c2f9f(0x1f6),'show':_0x4c2f9f(0x204),'hide':'Ẩn','moveForward':_0x4c2f9f(0x224),'moveBackward':_0x4c2f9f(0x20c),'close':_0x4c2f9f(0x21f),'name':'Tên','nameInput':_0x4c2f9f(0x216),'description':_0x4c2f9f(0x211),'descriptionPlaceholder':_0x4c2f9f(0x21e),'details':_0x4c2f9f(0x1ff),'noSelection':_0x4c2f9f(0x223)}}};module[_0x4c2f9f(0x1fd)]=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 _0x4b8b44=_0x1d90;function _0x1d90(_0x2e5b63,_0x321311){_0x2e5b63=_0x2e5b63-0x82;const _0x34a1bc=_0x34a1();let _0x1d900e=_0x34a1bc[_0x2e5b63];return _0x1d900e;}function _0x34a1(){const _0x899be3=['顶部对齐','水平对齐','形状位置','左对齐','垂直对齐','3160012VGUcBE','1616748YUAefN','6930115TAndjG','删除形状','2183262sYKvUc','单元格颜色','裁剪为形状','文字颜色','逆时针90度旋转','暂无对象','对象名称','切换水平翻转','右对齐','exports','底部对齐','格式化形状','形状样式','打开图层面板','重置颜色','选择对象以编辑详情','上移一层','4367130mcfsOZ','16GotVVT','18oJLryD','2075756JrPvgM','5898543LPohYL','切换文本竖排','文字背景颜色','添加描述','1UytTuP','全部隐藏','居中对齐','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','下移一层','增大字号','顺时针90度旋转','插入形状','删除线'];_0x34a1=function(){return _0x899be3;};return _0x34a1();}(function(_0x1b9988,_0x3888ca){const _0x3adaac=_0x1d90,_0x3837cc=_0x1b9988();while(!![]){try{const _0x2b866b=parseInt(_0x3adaac(0x8b))/0x1*(-parseInt(_0x3adaac(0x99))/0x2)+-parseInt(_0x3adaac(0x9a))/0x3+-parseInt(_0x3adaac(0x86))/0x4+parseInt(_0x3adaac(0x9b))/0x5+-parseInt(_0x3adaac(0x9d))/0x6+-parseInt(_0x3adaac(0x87))/0x7*(-parseInt(_0x3adaac(0x84))/0x8)+-parseInt(_0x3adaac(0x85))/0x9*(-parseInt(_0x3adaac(0x83))/0xa);if(_0x2b866b===_0x3888ca)break;else _0x3837cc['push'](_0x3837cc['shift']());}catch(_0xf7e066){_0x3837cc['push'](_0x3837cc['shift']());}}}(_0x34a1,0xe63a1));const e={'sheets-shape-ui':{'align':{'top':_0x4b8b44(0x94),'middle':_0x4b8b44(0x8d),'bottom':_0x4b8b44(0xa7),'left':_0x4b8b44(0x97),'center':'中间对齐','right':_0x4b8b44(0xa5)},'toolbar':{'verticalAlignMode':{'main':_0x4b8b44(0x98)},'horizontalAlignMode':{'main':_0x4b8b44(0x95)},'fillColor':{'main':_0x4b8b44(0x9e)},'fontSize':'字号','fontSizeIncrease':_0x4b8b44(0x90),'fontSizeDecrease':'减小字号','alignLeft':_0x4b8b44(0x97),'alignCenter':_0x4b8b44(0x8d),'alignRight':_0x4b8b44(0xa5),'alignJustify':'两端对齐','bold':'加粗','italic':'斜体','underline':'下划线','strikethrough':_0x4b8b44(0x93),'textColor':_0x4b8b44(0xa0),'textBackgroundColor':_0x4b8b44(0x89),'resetColor':_0x4b8b44(0xab)},'imagePanel':{'crop':{'shape':_0x4b8b44(0x9f)}},'permission':{'editErr':_0x4b8b44(0x8e)},'title':'形状','insertShape':_0x4b8b44(0x92),'openPanel':'打开形状面板','deleteShape':_0x4b8b44(0x9c),'hidePanel':'隐藏形状面板','formatShape':_0x4b8b44(0xa8),'shapeStyle':_0x4b8b44(0xa9),'shapePosition':_0x4b8b44(0x96),'toggleFlipH':_0x4b8b44(0xa4),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x4b8b44(0x91),'rotateLeft90':_0x4b8b44(0xa1),'toggleTextVertical':_0x4b8b44(0x88),'objectListPanel':{'title':'图层','open':_0x4b8b44(0xaa),'empty':_0x4b8b44(0xa2),'showAll':'全部显示','hideAll':_0x4b8b44(0x8c),'show':'显示','hide':'隐藏','moveForward':_0x4b8b44(0x82),'moveBackward':_0x4b8b44(0x8f),'close':'关闭','name':'名称','nameInput':_0x4b8b44(0xa3),'description':'描述','descriptionPlaceholder':_0x4b8b44(0x8a),'details':'详情','noSelection':_0x4b8b44(0xac)}}};module[_0x4b8b44(0xa6)]=e;
@@ -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 _0x49df17=_0x5650;function _0x5650(_0x3c67c5,_0x196d62){_0x3c67c5=_0x3c67c5-0xf9;const _0x496565=_0x4965();let _0x5650bb=_0x496565[_0x3c67c5];return _0x5650bb;}(function(_0xb23d8b,_0xf1bff8){const _0x571359=_0x5650,_0x4bc2fe=_0xb23d8b();while(!![]){try{const _0x1dd8ea=-parseInt(_0x571359(0x11a))/0x1*(-parseInt(_0x571359(0x116))/0x2)+-parseInt(_0x571359(0x10e))/0x3+parseInt(_0x571359(0x109))/0x4+-parseInt(_0x571359(0x10b))/0x5+-parseInt(_0x571359(0x11c))/0x6+parseInt(_0x571359(0xff))/0x7+-parseInt(_0x571359(0x107))/0x8;if(_0x1dd8ea===_0xf1bff8)break;else _0x4bc2fe['push'](_0x4bc2fe['shift']());}catch(_0x5a2ee4){_0x4bc2fe['push'](_0x4bc2fe['shift']());}}}(_0x4965,0xe44da));function _0x4965(){const _0x50ab10=['垂直置中','左對齊','開啟圖層面板','3649498QFNBKW','逆時針\x2090\x20度旋轉','靠左對齊','切換水平翻轉','1NKkoDb','全部顯示','635670FfCvFH','新增描述','垂直對齊','靠右對齊','全部隱藏','插入形狀','圖形樣式','縮小字型','居中對齊','重置顏色','切換垂直翻轉','填滿色彩','1976429RSPNKl','文字顏色','下移一層','圖形位置','順時針\x2090\x20度旋轉','刪除線','打開形狀面板','文字背景色','12830616zweXYI','選擇物件以編輯詳情','6420264DmlROw','裁切為形狀','2764410vdcfxs','靠下對齊','物件名稱','1543134meEFXg','字型大小','水平對齊','exports','右對齊'];_0x4965=function(){return _0x50ab10;};return _0x4965();}const e={'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':_0x49df17(0x113),'bottom':_0x49df17(0x10c),'left':_0x49df17(0x118),'center':'置中','right':_0x49df17(0x11f)},'toolbar':{'verticalAlignMode':{'main':_0x49df17(0x11e)},'horizontalAlignMode':{'main':_0x49df17(0x110)},'fillColor':{'main':_0x49df17(0xfe)},'fontSize':_0x49df17(0x10f),'fontSizeIncrease':'放大字型','fontSizeDecrease':_0x49df17(0xfa),'alignLeft':_0x49df17(0x114),'alignCenter':_0x49df17(0xfb),'alignRight':_0x49df17(0x112),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x49df17(0x104),'textColor':_0x49df17(0x100),'textBackgroundColor':_0x49df17(0x106),'resetColor':_0x49df17(0xfc)},'imagePanel':{'crop':{'shape':_0x49df17(0x10a)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x49df17(0x121),'openPanel':_0x49df17(0x105),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':'格式化形狀','shapeStyle':_0x49df17(0xf9),'shapePosition':_0x49df17(0x102),'toggleFlipH':_0x49df17(0x119),'toggleFlipV':_0x49df17(0xfd),'rotateRight90':_0x49df17(0x103),'rotateLeft90':_0x49df17(0x117),'toggleTextVertical':'切換文本竖排','objectListPanel':{'title':'圖層','open':_0x49df17(0x115),'empty':'暫無物件','showAll':_0x49df17(0x11b),'hideAll':_0x49df17(0x120),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x49df17(0x101),'close':'關閉','name':'名稱','nameInput':_0x49df17(0x10d),'description':'描述','descriptionPlaceholder':_0x49df17(0x11d),'details':'詳情','noSelection':_0x49df17(0x108)}}};module[_0x49df17(0x111)]=e;