@univerjs-pro/sheets-shape-ui 1.0.0-alpha.7 → 1.0.0-beta.0

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 (88) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/const.d.ts +1 -1
  62. package/lib/types/controllers/ui.controller.d.ts +1 -98
  63. package/lib/types/locale/en-US.d.ts +2 -10
  64. package/lib/types/menu/shape-context-menu.d.ts +7 -0
  65. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +1 -1
  66. package/lib/umd/index.js +1 -1
  67. package/lib/umd/locale/ar-SA.js +1 -1
  68. package/lib/umd/locale/ca-ES.js +1 -1
  69. package/lib/umd/locale/de-DE.js +1 -1
  70. package/lib/umd/locale/en-US.js +1 -1
  71. package/lib/umd/locale/es-ES.js +1 -1
  72. package/lib/umd/locale/fa-IR.js +1 -1
  73. package/lib/umd/locale/fr-FR.js +1 -1
  74. package/lib/umd/locale/id-ID.js +1 -1
  75. package/lib/umd/locale/it-IT.js +1 -1
  76. package/lib/umd/locale/ja-JP.js +1 -1
  77. package/lib/umd/locale/ko-KR.js +1 -1
  78. package/lib/umd/locale/pl-PL.js +1 -1
  79. package/lib/umd/locale/pt-BR.js +1 -1
  80. package/lib/umd/locale/ru-RU.js +1 -1
  81. package/lib/umd/locale/sk-SK.js +1 -1
  82. package/lib/umd/locale/vi-VN.js +1 -1
  83. package/lib/umd/locale/zh-CN.js +1 -1
  84. package/lib/umd/locale/zh-HK.js +1 -1
  85. package/lib/umd/locale/zh-TW.js +1 -1
  86. package/package.json +20 -20
  87. package/lib/types/views/ShapeOptions.d.ts +0 -26
  88. package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +0 -11
@@ -1 +1 @@
1
- const _0x8e14ba=_0x4f95;(function(_0x43abd1,_0x200472){const _0xfac7b0=_0x4f95,_0x13b264=_0x43abd1();while(!![]){try{const _0x175992=-parseInt(_0xfac7b0(0x1f8))/0x1+-parseInt(_0xfac7b0(0x200))/0x2+-parseInt(_0xfac7b0(0x1fd))/0x3+-parseInt(_0xfac7b0(0x204))/0x4*(-parseInt(_0xfac7b0(0x1f0))/0x5)+parseInt(_0xfac7b0(0x1eb))/0x6*(-parseInt(_0xfac7b0(0x1ed))/0x7)+-parseInt(_0xfac7b0(0x1ee))/0x8*(parseInt(_0xfac7b0(0x1f2))/0x9)+parseInt(_0xfac7b0(0x1f6))/0xa;if(_0x175992===_0x200472)break;else _0x13b264['push'](_0x13b264['shift']());}catch(_0x5132cd){_0x13b264['push'](_0x13b264['shift']());}}}(_0xcef7,0xf2b96));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x8e14ba(0x202)}},'permission':{'editErr':_0x8e14ba(0x1f7)},'title':_0x8e14ba(0x1ef),'insertShape':_0x8e14ba(0x207),'openPanel':_0x8e14ba(0x1e7),'deleteShape':_0x8e14ba(0x1fa),'hidePanel':_0x8e14ba(0x1f9),'formatShape':_0x8e14ba(0x1ff),'shapeStyle':'نمط\x20الشكل','shapePosition':_0x8e14ba(0x205),'toggleFlipH':'تبديل\x20الانعكاس\x20الأفقي','toggleFlipV':_0x8e14ba(0x1f1),'rotateRight90':_0x8e14ba(0x1ea),'rotateLeft90':'تدوير\x20لليسار\x2090°','toggleTextVertical':'تبديل\x20النص\x20العمودي','objectListPanel':{'title':_0x8e14ba(0x1f3),'open':'فتح\x20لوحة\x20الطبقات','empty':_0x8e14ba(0x1f4),'showAll':_0x8e14ba(0x201),'hideAll':'إخفاء\x20الكل','show':_0x8e14ba(0x1ec),'hide':_0x8e14ba(0x1fb),'moveForward':_0x8e14ba(0x1e9),'moveBackward':_0x8e14ba(0x203),'close':_0x8e14ba(0x206),'name':'الاسم','nameInput':_0x8e14ba(0x1e8),'description':_0x8e14ba(0x1fc),'descriptionPlaceholder':'إضافة\x20وصف','details':_0x8e14ba(0x1fe),'noSelection':_0x8e14ba(0x1f5)}}};module['exports']=e;function _0x4f95(_0x497254,_0x1b4ea2){_0x497254=_0x497254-0x1e7;const _0xcef786=_0xcef7();let _0x4f95a4=_0xcef786[_0x497254];return _0x4f95a4;}function _0xcef7(){const _0x55227f=['9BejAAB','الطبقات','لا\x20توجد\x20كائنات','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','44587370LaBmWW','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','1617763rhZrHl','إخفاء\x20لوحة\x20الأشكال','حذف\x20الشكل','إخفاء','الوصف','4855005KyTapI','التفاصيل','تنسيق\x20الشكل','639946NHwlCs','إظهار\x20الكل','قص\x20إلى\x20شكل','إرسال\x20للخلف','14540wyrtGW','موضع\x20الشكل','إغلاق','إدراج\x20شكل','فتح\x20لوحة\x20الأشكال','اسم\x20الكائن','إحضار\x20للأمام','تدوير\x20لليمين\x2090°','7260ImoOgX','إظهار','700SYtypg','4377464hBbSjo','شكل','1045fhsVSb','تبديل\x20الانعكاس\x20العمودي'];_0xcef7=function(){return _0x55227f;};return _0xcef7();}
1
+ function _0x3bf6(_0x19ee26,_0xd38d2d){_0x19ee26=_0x19ee26-0x1b1;const _0xd45d1b=_0xd45d();let _0x3bf692=_0xd45d1b[_0x19ee26];return _0x3bf692;}const _0x3f387a=_0x3bf6;function _0xd45d(){const _0x46eb76=['30fVnlOa','إرسال\x20للخلف','إخفاء\x20الكل','الطبقات','286914SFNvHv','إدراج\x20شكل','عكس\x20أفقي','1536248dVYvzn','2834538JbbDnv','لا\x20توجد\x20كائنات','عكس\x20رأسي','قص\x20إلى\x20شكل','الاسم','إغلاق','الوصف','466095nOwHPF','323288UUURxb','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','تنسيق\x20الشكل','اسم\x20الكائن','300073LqZsoQ','إظهار\x20الكل','إظهار','إخفاء','فتح\x20لوحة\x20الطبقات','التفاصيل','6568480BXQPun'];_0xd45d=function(){return _0x46eb76;};return _0xd45d();}(function(_0x29b100,_0x321691){const _0x3a90c9=_0x3bf6,_0x4c8efb=_0x29b100();while(!![]){try{const _0xece1b0=-parseInt(_0x3a90c9(0x1b4))/0x1+parseInt(_0x3a90c9(0x1cb))/0x2+parseInt(_0x3a90c9(0x1ca))/0x3+-parseInt(_0x3a90c9(0x1c2))/0x4+-parseInt(_0x3a90c9(0x1bb))/0x5*(-parseInt(_0x3a90c9(0x1bf))/0x6)+-parseInt(_0x3a90c9(0x1c3))/0x7+parseInt(_0x3a90c9(0x1ba))/0x8;if(_0xece1b0===_0x321691)break;else _0x4c8efb['push'](_0x4c8efb['shift']());}catch(_0x58743a){_0x4c8efb['push'](_0x4c8efb['shift']());}}}(_0xd45d,0x5202a));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x3f387a(0x1c6)}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':'شكل','insertShape':_0x3f387a(0x1c0),'formatShape':_0x3f387a(0x1b2),'flipHorizontal':_0x3f387a(0x1c1),'flipVertical':_0x3f387a(0x1c5),'objectListPanel':{'title':_0x3f387a(0x1be),'open':_0x3f387a(0x1b8),'empty':_0x3f387a(0x1c4),'showAll':_0x3f387a(0x1b5),'hideAll':_0x3f387a(0x1bd),'show':_0x3f387a(0x1b6),'hide':_0x3f387a(0x1b7),'moveForward':'إحضار\x20للأمام','moveBackward':_0x3f387a(0x1bc),'close':_0x3f387a(0x1c8),'name':_0x3f387a(0x1c7),'nameInput':_0x3f387a(0x1b3),'description':_0x3f387a(0x1c9),'descriptionPlaceholder':'إضافة\x20وصف','details':_0x3f387a(0x1b9),'noSelection':_0x3f387a(0x1b1)}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x588214=_0x57d6;function _0x164d(){const _0xf48fd5=['Amagar\x20panell\x20de\x20formes','Amaga-ho\x20tot','10mdamQW','Eliminar\x20forma','Alternar\x20text\x20vertical','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','11172vWBqIh','Detalls','Estil\x20de\x20forma','Nom\x20de\x20l’objecte','Capes','Obre\x20el\x20tauler\x20de\x20capes','Envia\x20enrere','Nom','Retalla\x20a\x20forma','Mostra-ho\x20tot','613200NZbopm','Inserir\x20forma','Porta\x20endavant','Posició\x20de\x20forma','Alternar\x20volteig\x20horitzontal','Rotar\x2090°\x20a\x20l\x27esquerra','Alternar\x20volteig\x20vertical','995658unIVUD','3898710BFmzoq','478561gugnEw','12061854lvZSXk','1087640fGTFBx','Format\x20de\x20forma','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Tancar','2srIUGV','Descripció','Obrir\x20panell\x20de\x20formes','exports'];_0x164d=function(){return _0xf48fd5;};return _0x164d();}(function(_0x1dee10,_0x552a01){const _0x43f5f2=_0x57d6,_0x145df7=_0x1dee10();while(!![]){try{const _0x2f531d=-parseInt(_0x43f5f2(0x82))/0x1+parseInt(_0x43f5f2(0x88))/0x2*(parseInt(_0x43f5f2(0x80))/0x3)+-parseInt(_0x43f5f2(0x92))/0x4*(-parseInt(_0x43f5f2(0x8e))/0x5)+-parseInt(_0x43f5f2(0x81))/0x6+-parseInt(_0x43f5f2(0x9c))/0x7+-parseInt(_0x43f5f2(0x84))/0x8+parseInt(_0x43f5f2(0x83))/0x9;if(_0x2f531d===_0x552a01)break;else _0x145df7['push'](_0x145df7['shift']());}catch(_0x1af269){_0x145df7['push'](_0x145df7['shift']());}}}(_0x164d,0x4f891));function _0x57d6(_0x34af49,_0x166799){_0x34af49=_0x34af49-0x7c;const _0x164df4=_0x164d();let _0x57d699=_0x164df4[_0x34af49];return _0x57d699;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x588214(0x9a)}},'permission':{'editErr':_0x588214(0x86)},'title':'Forma','insertShape':_0x588214(0x9d),'openPanel':_0x588214(0x8a),'deleteShape':_0x588214(0x8f),'hidePanel':_0x588214(0x8c),'formatShape':_0x588214(0x85),'shapeStyle':_0x588214(0x94),'shapePosition':_0x588214(0x7c),'toggleFlipH':_0x588214(0x7d),'toggleFlipV':_0x588214(0x7f),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20dreta','rotateLeft90':_0x588214(0x7e),'toggleTextVertical':_0x588214(0x90),'objectListPanel':{'title':_0x588214(0x96),'open':_0x588214(0x97),'empty':'Sense\x20objectes','showAll':_0x588214(0x9b),'hideAll':_0x588214(0x8d),'show':'Mostra','hide':'Amagar','moveForward':_0x588214(0x9e),'moveBackward':_0x588214(0x98),'close':_0x588214(0x87),'name':_0x588214(0x99),'nameInput':_0x588214(0x95),'description':_0x588214(0x89),'descriptionPlaceholder':'Afegeix\x20descripcio','details':_0x588214(0x93),'noSelection':_0x588214(0x91)}}};module[_0x588214(0x8b)]=e;
1
+ const _0x299e2c=_0x3a0d;function _0x230e(){const _0x42ee24=['Porta\x20endavant','8eoYjmW','Girar\x20verticalment','2012600fqvvqy','30TUjHrm','exports','Sense\x20objectes','27618OyEMtt','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','1078112wAUYTt','Nom','537392zWLtEa','Capes','Descripció','Mostra-ho\x20tot','Forma','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','1248289MRZEES','3183168ggqZel','Mostra','3482550BbJQbN','Tancar','Amagar'];_0x230e=function(){return _0x42ee24;};return _0x230e();}function _0x3a0d(_0x1a3923,_0x5a1bcc){_0x1a3923=_0x1a3923-0x10a;const _0x230ecf=_0x230e();let _0x3a0d92=_0x230ecf[_0x1a3923];return _0x3a0d92;}(function(_0x20e3a3,_0x2a4981){const _0x8f5f23=_0x3a0d,_0x182287=_0x20e3a3();while(!![]){try{const _0xaa4784=-parseInt(_0x8f5f23(0x11e))/0x1+-parseInt(_0x8f5f23(0x11a))/0x2*(parseInt(_0x8f5f23(0x117))/0x3)+parseInt(_0x8f5f23(0x11c))/0x4+parseInt(_0x8f5f23(0x116))/0x5+parseInt(_0x8f5f23(0x10e))/0x6+-parseInt(_0x8f5f23(0x10d))/0x7*(-parseInt(_0x8f5f23(0x114))/0x8)+-parseInt(_0x8f5f23(0x110))/0x9;if(_0xaa4784===_0x2a4981)break;else _0x182287['push'](_0x182287['shift']());}catch(_0x37c115){_0x182287['push'](_0x182287['shift']());}}}(_0x230e,0x4dc07));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Retalla\x20a\x20forma'}},'permission':{'editErr':_0x299e2c(0x11b)},'title':_0x299e2c(0x10b),'insertShape':'Inserir\x20forma','formatShape':'Format\x20de\x20forma','flipHorizontal':'Girar\x20horitzontalment','flipVertical':_0x299e2c(0x115),'objectListPanel':{'title':_0x299e2c(0x11f),'open':'Obre\x20el\x20tauler\x20de\x20capes','empty':_0x299e2c(0x119),'showAll':_0x299e2c(0x10a),'hideAll':'Amaga-ho\x20tot','show':_0x299e2c(0x10f),'hide':_0x299e2c(0x112),'moveForward':_0x299e2c(0x113),'moveBackward':'Envia\x20enrere','close':_0x299e2c(0x111),'name':_0x299e2c(0x11d),'nameInput':'Nom\x20de\x20l’objecte','description':_0x299e2c(0x120),'descriptionPlaceholder':'Afegeix\x20descripcio','details':'Detalls','noSelection':_0x299e2c(0x10c)}}};module[_0x299e2c(0x118)]=e;
@@ -1 +1 @@
1
- function _0x39e3(_0x9737df,_0x186171){_0x9737df=_0x9737df-0xbf;const _0x5ba911=_0x5ba9();let _0x39e319=_0x5ba911[_0x9737df];return _0x39e319;}const _0x1f30e7=_0x39e3;(function(_0x5665ed,_0x4efe10){const _0x22de79=_0x39e3,_0x404b2c=_0x5665ed();while(!![]){try{const _0x273169=parseInt(_0x22de79(0xc2))/0x1+parseInt(_0x22de79(0xd3))/0x2*(-parseInt(_0x22de79(0xc1))/0x3)+parseInt(_0x22de79(0xce))/0x4*(-parseInt(_0x22de79(0xd7))/0x5)+parseInt(_0x22de79(0xc4))/0x6*(parseInt(_0x22de79(0xcb))/0x7)+-parseInt(_0x22de79(0xbf))/0x8+-parseInt(_0x22de79(0xde))/0x9*(parseInt(_0x22de79(0xe1))/0xa)+-parseInt(_0x22de79(0xd1))/0xb*(-parseInt(_0x22de79(0xc7))/0xc);if(_0x273169===_0x4efe10)break;else _0x404b2c['push'](_0x404b2c['shift']());}catch(_0x2e6347){_0x404b2c['push'](_0x404b2c['shift']());}}}(_0x5ba9,0x9c241));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1f30e7(0xc5)}},'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':_0x1f30e7(0xd5),'insertShape':_0x1f30e7(0xd4),'openPanel':_0x1f30e7(0xc9),'deleteShape':_0x1f30e7(0xdc),'hidePanel':_0x1f30e7(0xcd),'formatShape':_0x1f30e7(0xdb),'shapeStyle':_0x1f30e7(0xe2),'shapePosition':'Formposition','toggleFlipH':_0x1f30e7(0xca),'toggleFlipV':_0x1f30e7(0xd0),'rotateRight90':_0x1f30e7(0xc6),'rotateLeft90':_0x1f30e7(0xc0),'toggleTextVertical':'Vertikalen\x20Text\x20umschalten','objectListPanel':{'title':_0x1f30e7(0xc3),'open':_0x1f30e7(0xdf),'empty':'Keine\x20Objekte','showAll':'Alle\x20anzeigen','hideAll':_0x1f30e7(0xd6),'show':_0x1f30e7(0xcc),'hide':_0x1f30e7(0xda),'moveForward':_0x1f30e7(0xc8),'moveBackward':_0x1f30e7(0xd9),'close':_0x1f30e7(0xdd),'name':'Name','nameInput':_0x1f30e7(0xd8),'description':'Beschreibung','descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x1f30e7(0xd2),'noSelection':_0x1f30e7(0xcf)}}};function _0x5ba9(){const _0x504098=['Links\x2090°\x20drehen','6zrYGRG','50374gCvOwq','Ebenen','1026lXajdM','Auf\x20Form\x20zuschneiden','Rechts\x2090°\x20drehen','10356OEaJEz','Weiter\x20nach\x20vorne','Form-Panel\x20öffnen','Horizontale\x20Spiegelung\x20umschalten','9107Zlmwmj','Anzeigen','Form-Panel\x20ausblenden','36cFGMNF','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Vertikale\x20Spiegelung\x20umschalten','30965juXAix','Details','463976YDbljk','Form\x20einfügen','Form','Alle\x20ausblenden','261670BuUopU','Objektname','Weiter\x20nach\x20hinten','Ausblenden','Form\x20formatieren','Form\x20löschen','Schließen','1683RjpZsj','Ebenenbereich\x20öffnen','exports','19930Uwukaz','Formstil','6039712xIiRqr'];_0x5ba9=function(){return _0x504098;};return _0x5ba9();}module[_0x1f30e7(0xe0)]=e;
1
+ const _0x57bb0c=_0x7c3b;(function(_0x41ce45,_0x2070b9){const _0x31c70f=_0x7c3b,_0x1b51e3=_0x41ce45();while(!![]){try{const _0x1e6411=-parseInt(_0x31c70f(0x1d6))/0x1+-parseInt(_0x31c70f(0x1ed))/0x2*(-parseInt(_0x31c70f(0x1dc))/0x3)+-parseInt(_0x31c70f(0x1e7))/0x4+parseInt(_0x31c70f(0x1de))/0x5*(parseInt(_0x31c70f(0x1e3))/0x6)+parseInt(_0x31c70f(0x1d7))/0x7+parseInt(_0x31c70f(0x1e1))/0x8+parseInt(_0x31c70f(0x1e5))/0x9*(parseInt(_0x31c70f(0x1eb))/0xa);if(_0x1e6411===_0x2070b9)break;else _0x1b51e3['push'](_0x1b51e3['shift']());}catch(_0x855fc){_0x1b51e3['push'](_0x1b51e3['shift']());}}}(_0x4358,0x7d3de));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x57bb0c(0x1da)}},'permission':{'editErr':_0x57bb0c(0x1e0)},'title':_0x57bb0c(0x1ec),'insertShape':_0x57bb0c(0x1e2),'formatShape':_0x57bb0c(0x1d8),'flipHorizontal':_0x57bb0c(0x1dd),'flipVertical':'Vertikal\x20spiegeln','objectListPanel':{'title':_0x57bb0c(0x1ea),'open':_0x57bb0c(0x1e4),'empty':_0x57bb0c(0x1d9),'showAll':_0x57bb0c(0x1db),'hideAll':'Alle\x20ausblenden','show':_0x57bb0c(0x1d5),'hide':'Ausblenden','moveForward':'Weiter\x20nach\x20vorne','moveBackward':'Weiter\x20nach\x20hinten','close':_0x57bb0c(0x1e9),'name':'Name','nameInput':_0x57bb0c(0x1e8),'description':'Beschreibung','descriptionPlaceholder':_0x57bb0c(0x1df),'details':'Details','noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'}}};function _0x4358(){const _0x256a43=['Form','381110kIuaBJ','Anzeigen','701829WfRDiQ','55034BKFwyR','Form\x20formatieren','Keine\x20Objekte','Auf\x20Form\x20zuschneiden','Alle\x20anzeigen','3NMUvJD','Horizontal\x20spiegeln','115tPLxDS','Beschreibung\x20hinzufügen','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','4030448aVaQwa','Form\x20einfügen','213102KTxMbo','Ebenenbereich\x20öffnen','261MerDYB','exports','3458532vplxzy','Objektname','Schließen','Ebenen','193220BOFxzY'];_0x4358=function(){return _0x256a43;};return _0x4358();}function _0x7c3b(_0x2dbd14,_0x5f1d56){_0x2dbd14=_0x2dbd14-0x1d5;const _0x435863=_0x4358();let _0x7c3bf8=_0x435863[_0x2dbd14];return _0x7c3bf8;}module[_0x57bb0c(0x1e6)]=e;
@@ -1 +1 @@
1
- function _0x23fc(_0x485ace,_0x1cc5aa){_0x485ace=_0x485ace-0x1da;const _0x3aea19=_0x3aea();let _0x23fcb0=_0x3aea19[_0x485ace];return _0x23fcb0;}const _0x496296=_0x23fc;(function(_0x251f6f,_0x472bef){const _0x530e28=_0x23fc,_0x9b01d5=_0x251f6f();while(!![]){try{const _0x2b6d8f=-parseInt(_0x530e28(0x1e0))/0x1*(parseInt(_0x530e28(0x1f0))/0x2)+parseInt(_0x530e28(0x1e7))/0x3*(-parseInt(_0x530e28(0x1eb))/0x4)+-parseInt(_0x530e28(0x1f4))/0x5+-parseInt(_0x530e28(0x1e2))/0x6+parseInt(_0x530e28(0x1f2))/0x7+parseInt(_0x530e28(0x1fa))/0x8*(parseInt(_0x530e28(0x1e8))/0x9)+parseInt(_0x530e28(0x1f5))/0xa;if(_0x2b6d8f===_0x472bef)break;else _0x9b01d5['push'](_0x9b01d5['shift']());}catch(_0x1526e4){_0x9b01d5['push'](_0x9b01d5['shift']());}}}(_0x3aea,0x71898));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x496296(0x1dc)}},'permission':{'editErr':_0x496296(0x1e5)},'title':'Shape','insertShape':'Insert\x20Shape','openPanel':_0x496296(0x1e6),'deleteShape':_0x496296(0x1f9),'hidePanel':_0x496296(0x1da),'formatShape':_0x496296(0x1e3),'shapeStyle':_0x496296(0x1ef),'shapePosition':'Shape\x20Position','toggleFlipH':_0x496296(0x1ea),'toggleFlipV':_0x496296(0x1ed),'rotateRight90':_0x496296(0x1dd),'rotateLeft90':_0x496296(0x1db),'toggleTextVertical':_0x496296(0x1de),'objectListPanel':{'title':_0x496296(0x1df),'open':_0x496296(0x1f8),'empty':'No\x20objects','showAll':_0x496296(0x1f3),'hideAll':_0x496296(0x1f1),'show':_0x496296(0x1e1),'hide':_0x496296(0x1e4),'moveForward':'Bring\x20Forward','moveBackward':_0x496296(0x1fb),'close':_0x496296(0x1e9),'name':'Name','nameInput':'Object\x20name','description':_0x496296(0x1f6),'descriptionPlaceholder':_0x496296(0x1f7),'details':'Details','noSelection':_0x496296(0x1ee)}}};module[_0x496296(0x1ec)]=e;function _0x3aea(){const _0x6a156=['Format\x20Shape','Hide','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Open\x20Shape\x20Panel','3nluqfg','63SXkPEE','Close','Toggle\x20Horizontal\x20Flip','2672196hBvtMj','exports','Toggle\x20Vertical\x20Flip','Select\x20an\x20object\x20to\x20edit\x20details','Shape\x20Style','2SsMVta','Hide\x20All','5429473yMxOhV','Show\x20All','1274010HkGgxW','13643230zkZmFv','Description','Add\x20description','Open\x20Layers\x20Panel','Delete\x20Shape','105336iphoVw','Send\x20Backward','Hide\x20Shape\x20Panel','Rotate\x20Left\x2090°','Crop\x20to\x20Shape','Rotate\x20Right\x2090°','Toggle\x20Text\x20Vertical','Layers','289171DkPjFu','Show','3330366azpzxk'];_0x3aea=function(){return _0x6a156;};return _0x3aea();}
1
+ function _0x35e7(_0x13fba9,_0x58c84c){_0x13fba9=_0x13fba9-0x13c;const _0xcee336=_0xcee3();let _0x35e767=_0xcee336[_0x13fba9];return _0x35e767;}const _0x1223c7=_0x35e7;(function(_0x4eae82,_0x26d565){const _0x2c89fc=_0x35e7,_0x3d949f=_0x4eae82();while(!![]){try{const _0x532748=-parseInt(_0x2c89fc(0x153))/0x1+-parseInt(_0x2c89fc(0x155))/0x2*(parseInt(_0x2c89fc(0x13f))/0x3)+parseInt(_0x2c89fc(0x149))/0x4*(-parseInt(_0x2c89fc(0x140))/0x5)+parseInt(_0x2c89fc(0x150))/0x6+parseInt(_0x2c89fc(0x152))/0x7*(parseInt(_0x2c89fc(0x148))/0x8)+parseInt(_0x2c89fc(0x156))/0x9+parseInt(_0x2c89fc(0x154))/0xa*(parseInt(_0x2c89fc(0x146))/0xb);if(_0x532748===_0x26d565)break;else _0x3d949f['push'](_0x3d949f['shift']());}catch(_0x126cc4){_0x3d949f['push'](_0x3d949f['shift']());}}}(_0xcee3,0xac32b));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1223c7(0x145)}},'permission':{'editErr':_0x1223c7(0x14c)},'title':_0x1223c7(0x14a),'insertShape':_0x1223c7(0x157),'formatShape':'Format\x20Shape','flipHorizontal':_0x1223c7(0x15a),'flipVertical':_0x1223c7(0x151),'objectListPanel':{'title':_0x1223c7(0x14b),'open':'Open\x20Layers\x20Panel','empty':_0x1223c7(0x14f),'showAll':_0x1223c7(0x147),'hideAll':_0x1223c7(0x158),'show':'Show','hide':'Hide','moveForward':_0x1223c7(0x142),'moveBackward':_0x1223c7(0x13e),'close':_0x1223c7(0x141),'name':_0x1223c7(0x143),'nameInput':_0x1223c7(0x13c),'description':_0x1223c7(0x144),'descriptionPlaceholder':_0x1223c7(0x14e),'details':_0x1223c7(0x159),'noSelection':_0x1223c7(0x14d)}}};function _0xcee3(){const _0x2052ff=['The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Select\x20an\x20object\x20to\x20edit\x20details','Add\x20description','No\x20objects','5488704NpcXip','Flip\x20Vertical','1334263qlhTIn','1272910SpZEeU','12640PnwxwA','26apYdIC','6376671OEeLCf','Insert\x20Shape','Hide\x20All','Details','Flip\x20Horizontal','Object\x20name','exports','Send\x20Backward','206040jNkvlN','844595LFUsNn','Close','Bring\x20Forward','Name','Description','Crop\x20to\x20Shape','10670AmHgNx','Show\x20All','8VxRLXo','4UlKePL','Shape','Layers'];_0xcee3=function(){return _0x2052ff;};return _0xcee3();}module[_0x1223c7(0x13d)]=e;
@@ -1 +1 @@
1
- function _0x1fc1(){const _0x412cf0=['Capas','540864nwmuKo','Posición\x20de\x20forma','2598hvYqky','Traer\x20adelante','Nombre\x20del\x20objeto','19770cEMoyT','1YVYnlT','Agregar\x20descripción','21ieaJYO','Abrir\x20panel\x20de\x20capas','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','12693758KIduFT','Descripción','2862KXrYoA','Rotar\x2090°\x20a\x20la\x20izquierda','Abrir\x20panel\x20de\x20formas','9121jbDEJS','Alternar\x20volteo\x20vertical','Eliminar\x20forma','Enviar\x20atrás','1008690qqcNzZ','Mostrar','Forma','227312bSjFwX','3081050bqZuHk','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Sin\x20objetos','Insertar\x20forma','Ocultar\x20panel\x20de\x20formas','Alternar\x20texto\x20vertical','Detalles','Estilo\x20de\x20forma','Cerrar','Rotar\x2090°\x20a\x20la\x20derecha'];_0x1fc1=function(){return _0x412cf0;};return _0x1fc1();}const _0x1dc4b1=_0x1001;(function(_0x23e2a5,_0x1ebcca){const _0x42f0ea=_0x1001,_0x8945d5=_0x23e2a5();while(!![]){try{const _0x1c75ae=-parseInt(_0x42f0ea(0x1db))/0x1*(parseInt(_0x42f0ea(0x1e9))/0x2)+parseInt(_0x42f0ea(0x1dd))/0x3*(parseInt(_0x42f0ea(0x1ec))/0x4)+parseInt(_0x42f0ea(0x1ed))/0x5+-parseInt(_0x42f0ea(0x1d7))/0x6*(parseInt(_0x42f0ea(0x1e5))/0x7)+-parseInt(_0x42f0ea(0x1d5))/0x8+parseInt(_0x42f0ea(0x1e2))/0x9*(-parseInt(_0x42f0ea(0x1da))/0xa)+parseInt(_0x42f0ea(0x1e0))/0xb;if(_0x1c75ae===_0x1ebcca)break;else _0x8945d5['push'](_0x8945d5['shift']());}catch(_0x3cc98d){_0x8945d5['push'](_0x8945d5['shift']());}}}(_0x1fc1,0x626ca));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Recortar\x20a\x20forma'}},'permission':{'editErr':_0x1dc4b1(0x1ee)},'title':_0x1dc4b1(0x1eb),'insertShape':_0x1dc4b1(0x1f0),'openPanel':_0x1dc4b1(0x1e4),'deleteShape':_0x1dc4b1(0x1e7),'hidePanel':_0x1dc4b1(0x1f1),'formatShape':'Formato\x20de\x20forma','shapeStyle':_0x1dc4b1(0x1f4),'shapePosition':_0x1dc4b1(0x1d6),'toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x1dc4b1(0x1e6),'rotateRight90':_0x1dc4b1(0x1d3),'rotateLeft90':_0x1dc4b1(0x1e3),'toggleTextVertical':_0x1dc4b1(0x1f2),'objectListPanel':{'title':_0x1dc4b1(0x1d4),'open':_0x1dc4b1(0x1de),'empty':_0x1dc4b1(0x1ef),'showAll':'Mostrar\x20todo','hideAll':'Ocultar\x20todo','show':_0x1dc4b1(0x1ea),'hide':'Ocultar','moveForward':_0x1dc4b1(0x1d8),'moveBackward':_0x1dc4b1(0x1e8),'close':_0x1dc4b1(0x1d2),'name':'Nombre','nameInput':_0x1dc4b1(0x1d9),'description':_0x1dc4b1(0x1e1),'descriptionPlaceholder':_0x1dc4b1(0x1dc),'details':_0x1dc4b1(0x1f3),'noSelection':_0x1dc4b1(0x1df)}}};function _0x1001(_0x3d120b,_0x45f271){_0x3d120b=_0x3d120b-0x1d2;const _0x1fc1f3=_0x1fc1();let _0x100190=_0x1fc1f3[_0x3d120b];return _0x100190;}module['exports']=e;
1
+ const _0x318f9c=_0x3865;(function(_0x1e78cd,_0x3d18db){const _0x55fed0=_0x3865,_0x3e49cb=_0x1e78cd();while(!![]){try{const _0x4c4643=parseInt(_0x55fed0(0x1cf))/0x1*(-parseInt(_0x55fed0(0x1dd))/0x2)+parseInt(_0x55fed0(0x1d0))/0x3+-parseInt(_0x55fed0(0x1d1))/0x4+parseInt(_0x55fed0(0x1d5))/0x5*(parseInt(_0x55fed0(0x1d6))/0x6)+parseInt(_0x55fed0(0x1cd))/0x7+-parseInt(_0x55fed0(0x1ce))/0x8*(-parseInt(_0x55fed0(0x1de))/0x9)+-parseInt(_0x55fed0(0x1d3))/0xa;if(_0x4c4643===_0x3d18db)break;else _0x3e49cb['push'](_0x3e49cb['shift']());}catch(_0x2ec5f7){_0x3e49cb['push'](_0x3e49cb['shift']());}}}(_0x3d86,0x759f2));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x318f9c(0x1c7)}},'permission':{'editErr':_0x318f9c(0x1c6)},'title':_0x318f9c(0x1c9),'insertShape':_0x318f9c(0x1db),'formatShape':'Formato\x20de\x20forma','flipHorizontal':_0x318f9c(0x1ca),'flipVertical':_0x318f9c(0x1d4),'objectListPanel':{'title':'Capas','open':_0x318f9c(0x1cc),'empty':_0x318f9c(0x1d9),'showAll':_0x318f9c(0x1da),'hideAll':_0x318f9c(0x1d2),'show':'Mostrar','hide':_0x318f9c(0x1d7),'moveForward':_0x318f9c(0x1c4),'moveBackward':'Enviar\x20atrás','close':_0x318f9c(0x1c8),'name':_0x318f9c(0x1d8),'nameInput':'Nombre\x20del\x20objeto','description':_0x318f9c(0x1dc),'descriptionPlaceholder':'Agregar\x20descripción','details':_0x318f9c(0x1cb),'noSelection':_0x318f9c(0x1c5)}}};function _0x3d86(){const _0x3667de=['33648pGVJCx','9pjmlJj','exports','Traer\x20adelante','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Recortar\x20a\x20forma','Cerrar','Forma','Voltear\x20horizontalmente','Detalles','Abrir\x20panel\x20de\x20capas','4729256GpjuOS','3337792aqCoVK','17CbswUf','477429kiAoJT','1756796QPINzd','Ocultar\x20todo','8767540LFSUUn','Voltear\x20verticalmente','5BIGqts','4990584JBaxYM','Ocultar','Nombre','Sin\x20objetos','Mostrar\x20todo','Insertar\x20forma','Descripción'];_0x3d86=function(){return _0x3667de;};return _0x3d86();}function _0x3865(_0x2f91c3,_0x27e4e9){_0x2f91c3=_0x2f91c3-0x1c4;const _0x3d8623=_0x3d86();let _0x38653a=_0x3d8623[_0x2f91c3];return _0x38653a;}module[_0x318f9c(0x1df)]=e;
@@ -1 +1 @@
1
- function _0x2900(){const _0x51e693=['پنهان\x20کردن\x20همه','باز\x20کردن\x20پنل\x20شکل‌ها','هیچ\x20شیئی\x20وجود\x20ندارد','230JgMJCv','قالب‌بندی\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شکل','120849pRdoEx','6YuXqkq','پنهان\x20کردن','856780pLRpss','5400423UsdaPo','کراپ\x20به\x20شکل','1210032snYZux','1515192KzvoYs','نمایش\x20همه','چرخش\x20۹۰\x20درجه\x20به\x20چپ','چرخش\x20۹۰\x20درجه\x20به\x20راست','موقعیت\x20شکل','توضیحات','نام','نام\x20شیء','1420461xajrvn','فرستادن\x20به\x20عقب','آوردن\x20به\x20جلو','exports','6234TpzOhq','افزودن\x20توضیحات'];_0x2900=function(){return _0x51e693;};return _0x2900();}const _0x3a9030=_0x560e;(function(_0x3d636b,_0x12877d){const _0x22997d=_0x560e,_0x43aa28=_0x3d636b();while(!![]){try{const _0x382e61=-parseInt(_0x22997d(0x19f))/0x1+-parseInt(_0x22997d(0x196))/0x2*(-parseInt(_0x22997d(0x1b2))/0x3)+-parseInt(_0x22997d(0x1a6))/0x4+-parseInt(_0x22997d(0x1a2))/0x5+parseInt(_0x22997d(0x1a0))/0x6*(parseInt(_0x22997d(0x1ae))/0x7)+-parseInt(_0x22997d(0x1a5))/0x8+parseInt(_0x22997d(0x1a3))/0x9;if(_0x382e61===_0x12877d)break;else _0x43aa28['push'](_0x43aa28['shift']());}catch(_0x4dc8cd){_0x43aa28['push'](_0x43aa28['shift']());}}}(_0x2900,0x35a23));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x3a9030(0x1a4)}},'permission':{'editErr':_0x3a9030(0x19c)},'title':'شکل','insertShape':_0x3a9030(0x19b),'openPanel':_0x3a9030(0x1b5),'deleteShape':'حذف\x20شکل','hidePanel':'مخفی\x20کردن\x20پنل\x20شکل‌ها','formatShape':_0x3a9030(0x197),'shapeStyle':_0x3a9030(0x19e),'shapePosition':_0x3a9030(0x1aa),'toggleFlipH':_0x3a9030(0x19a),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x3a9030(0x1a9),'rotateLeft90':_0x3a9030(0x1a8),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':'لایه‌ها','open':'باز\x20کردن\x20پنل\x20لایه‌ها','empty':_0x3a9030(0x195),'showAll':_0x3a9030(0x1a7),'hideAll':_0x3a9030(0x1b4),'show':'نمایش','hide':_0x3a9030(0x1a1),'moveForward':_0x3a9030(0x1b0),'moveBackward':_0x3a9030(0x1af),'close':_0x3a9030(0x199),'name':_0x3a9030(0x1ac),'nameInput':_0x3a9030(0x1ad),'description':_0x3a9030(0x1ab),'descriptionPlaceholder':_0x3a9030(0x1b3),'details':_0x3a9030(0x198),'noSelection':_0x3a9030(0x19d)}}};function _0x560e(_0x4d1692,_0x4c7baf){_0x4d1692=_0x4d1692-0x195;const _0x29005b=_0x2900();let _0x560ec2=_0x29005b[_0x4d1692];return _0x560ec2;}module[_0x3a9030(0x1b1)]=e;
1
+ const _0xca06a9=_0x2fe3;(function(_0x2021f5,_0x3eac04){const _0x1a4ce7=_0x2fe3,_0x203096=_0x2021f5();while(!![]){try{const _0x2ee39c=-parseInt(_0x1a4ce7(0xa0))/0x1+parseInt(_0x1a4ce7(0xa6))/0x2+parseInt(_0x1a4ce7(0x9f))/0x3+parseInt(_0x1a4ce7(0x96))/0x4+parseInt(_0x1a4ce7(0x95))/0x5*(-parseInt(_0x1a4ce7(0x9a))/0x6)+parseInt(_0x1a4ce7(0xa8))/0x7*(parseInt(_0x1a4ce7(0xa2))/0x8)+-parseInt(_0x1a4ce7(0xaa))/0x9;if(_0x2ee39c===_0x3eac04)break;else _0x203096['push'](_0x203096['shift']());}catch(_0x1fd59a){_0x203096['push'](_0x203096['shift']());}}}(_0x156c,0xac13d));function _0x2fe3(_0x3becf8,_0xe3cadd){_0x3becf8=_0x3becf8-0x95;const _0x156c12=_0x156c();let _0x2fe35a=_0x156c12[_0x3becf8];return _0x2fe35a;}function _0x156c(){const _0x5bf101=['614568MsVkzX','برگرداندن\x20افقی','هیچ\x20شیئی\x20وجود\x20ندارد','باز\x20کردن\x20پنل\x20لایه‌ها','نمایش\x20همه','803106LfhhWz','1054485Ydxvhg','لایه‌ها','8XVBgFe','بستن','آوردن\x20به\x20جلو','برگرداندن\x20عمودی','2568238nCKKYv','افزودن\x20توضیحات','9489361WxFfdZ','کراپ\x20به\x20شکل','6831774Xsndbh','جزئیات','شکل','قالب‌بندی\x20شکل','40XMOwGy','1721520gbcSEX','توضیحات','فرستادن\x20به\x20عقب','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید'];_0x156c=function(){return _0x5bf101;};return _0x156c();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xca06a9(0xa9)}},'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'title':_0xca06a9(0xac),'insertShape':'درج\x20شکل','formatShape':_0xca06a9(0xad),'flipHorizontal':_0xca06a9(0x9b),'flipVertical':_0xca06a9(0xa5),'objectListPanel':{'title':_0xca06a9(0xa1),'open':_0xca06a9(0x9d),'empty':_0xca06a9(0x9c),'showAll':_0xca06a9(0x9e),'hideAll':'پنهان\x20کردن\x20همه','show':'نمایش','hide':'پنهان\x20کردن','moveForward':_0xca06a9(0xa4),'moveBackward':_0xca06a9(0x98),'close':_0xca06a9(0xa3),'name':'نام','nameInput':'نام\x20شیء','description':_0xca06a9(0x97),'descriptionPlaceholder':_0xca06a9(0xa7),'details':_0xca06a9(0xab),'noSelection':_0xca06a9(0x99)}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x14f47e=_0x3bf6;(function(_0x4195cd,_0x749a8){const _0x2886cb=_0x3bf6,_0x37c526=_0x4195cd();while(!![]){try{const _0x104720=-parseInt(_0x2886cb(0xb9))/0x1*(parseInt(_0x2886cb(0x97))/0x2)+parseInt(_0x2886cb(0xba))/0x3*(-parseInt(_0x2886cb(0xb8))/0x4)+-parseInt(_0x2886cb(0xbb))/0x5*(-parseInt(_0x2886cb(0xa9))/0x6)+-parseInt(_0x2886cb(0xa4))/0x7*(-parseInt(_0x2886cb(0x99))/0x8)+-parseInt(_0x2886cb(0xa7))/0x9*(-parseInt(_0x2886cb(0x98))/0xa)+parseInt(_0x2886cb(0xa0))/0xb*(parseInt(_0x2886cb(0xa1))/0xc)+parseInt(_0x2886cb(0xad))/0xd*(-parseInt(_0x2886cb(0xaa))/0xe);if(_0x104720===_0x749a8)break;else _0x37c526['push'](_0x37c526['shift']());}catch(_0x376508){_0x37c526['push'](_0x37c526['shift']());}}}(_0x13c9,0x859f8));function _0x3bf6(_0x58b844,_0x27a4de){_0x58b844=_0x58b844-0x93;const _0x13c90b=_0x13c9();let _0x3bf632=_0x13c90b[_0x58b844];return _0x3bf632;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x14f47e(0x9b)}},'permission':{'editErr':_0x14f47e(0xaf)},'title':_0x14f47e(0xb7),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x14f47e(0x9c),'deleteShape':_0x14f47e(0xae),'hidePanel':_0x14f47e(0x93),'formatShape':_0x14f47e(0xac),'shapeStyle':_0x14f47e(0xa2),'shapePosition':_0x14f47e(0x94),'toggleFlipH':_0x14f47e(0x9a),'toggleFlipV':_0x14f47e(0xb6),'rotateRight90':'Pivoter\x20à\x20droite\x20de\x2090°','rotateLeft90':_0x14f47e(0x9f),'toggleTextVertical':_0x14f47e(0xb0),'objectListPanel':{'title':'Calques','open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x14f47e(0x95),'showAll':_0x14f47e(0xb5),'hideAll':_0x14f47e(0x9d),'show':_0x14f47e(0xa6),'hide':_0x14f47e(0x96),'moveForward':'Avancer','moveBackward':_0x14f47e(0xa3),'close':_0x14f47e(0xb3),'name':_0x14f47e(0xa8),'nameInput':_0x14f47e(0xb1),'description':_0x14f47e(0xab),'descriptionPlaceholder':_0x14f47e(0xa5),'details':_0x14f47e(0xb4),'noSelection':_0x14f47e(0x9e)}}};module[_0x14f47e(0xb2)]=e;function _0x13c9(){const _0x353fb2=['Supprimer\x20la\x20forme','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Basculer\x20le\x20texte\x20vertical','Nom\x20de\x20l’objet','exports','Fermer','Détails','Tout\x20afficher','Basculer\x20le\x20retournement\x20vertical','Forme','19008XBUlnJ','233ZEvvHs','522TrhMrO','4720iFOmSG','Masquer\x20le\x20panneau\x20des\x20formes','Position\x20de\x20la\x20forme','Aucun\x20objet','Masquer','1768cSeURo','694030mNVbfn','8FcjGQy','Basculer\x20le\x20retournement\x20horizontal','Rogner\x20à\x20la\x20forme','Ouvrir\x20le\x20panneau\x20des\x20formes','Tout\x20masquer','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Pivoter\x20à\x20gauche\x20de\x2090°','4532XQZkbC','29784AvMswa','Style\x20de\x20la\x20forme','Reculer','2437631jWiFgI','Ajouter\x20une\x20description','Afficher','108FWEncz','Nom','6756ARPvYp','14yiaCsh','Description','Format\x20de\x20la\x20forme','21923941dXBTyA'];_0x13c9=function(){return _0x353fb2;};return _0x13c9();}
1
+ const _0x2c2840=_0x378f;function _0x378f(_0x549c3b,_0x16e76e){_0x549c3b=_0x549c3b-0xd8;const _0x1449f=_0x1449();let _0x378fd5=_0x1449f[_0x549c3b];return _0x378fd5;}function _0x1449(){const _0x3eae89=['4855568gtiOeX','Avancer','exports','90cgxPOO','Calques','Ajouter\x20une\x20description','1039576wDtkst','103626PTKMAt','Nom','Insérer\x20une\x20forme','Format\x20de\x20la\x20forme','3TJIJTM','Retourner\x20verticalement','Description','Fermer','383636PNoHVC','Afficher','27447REitfa','Rogner\x20à\x20la\x20forme','Tout\x20masquer','Reculer','Aucun\x20objet','4420170NjQPti','213578IBDOMm','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Masquer','Forme'];_0x1449=function(){return _0x3eae89;};return _0x1449();}(function(_0x3cb140,_0x1779d4){const _0x552f7e=_0x378f,_0x2a7fad=_0x3cb140();while(!![]){try{const _0x5d4970=-parseInt(_0x552f7e(0xe3))/0x1+parseInt(_0x552f7e(0xd9))/0x2+parseInt(_0x552f7e(0xe8))/0x3*(-parseInt(_0x552f7e(0xec))/0x4)+parseInt(_0x552f7e(0xd8))/0x5+-parseInt(_0x552f7e(0xe0))/0x6*(-parseInt(_0x552f7e(0xee))/0x7)+parseInt(_0x552f7e(0xdd))/0x8+parseInt(_0x552f7e(0xe4))/0x9;if(_0x5d4970===_0x1779d4)break;else _0x2a7fad['push'](_0x2a7fad['shift']());}catch(_0x2b2810){_0x2a7fad['push'](_0x2a7fad['shift']());}}}(_0x1449,0x82085));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2c2840(0xef)}},'permission':{'editErr':_0x2c2840(0xda)},'title':_0x2c2840(0xdc),'insertShape':_0x2c2840(0xe6),'formatShape':_0x2c2840(0xe7),'flipHorizontal':'Retourner\x20horizontalement','flipVertical':_0x2c2840(0xe9),'objectListPanel':{'title':_0x2c2840(0xe1),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x2c2840(0xf2),'showAll':'Tout\x20afficher','hideAll':_0x2c2840(0xf0),'show':_0x2c2840(0xed),'hide':_0x2c2840(0xdb),'moveForward':_0x2c2840(0xde),'moveBackward':_0x2c2840(0xf1),'close':_0x2c2840(0xeb),'name':_0x2c2840(0xe5),'nameInput':'Nom\x20de\x20l’objet','description':_0x2c2840(0xea),'descriptionPlaceholder':_0x2c2840(0xe2),'details':'Détails','noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};module[_0x2c2840(0xdf)]=e;
@@ -1 +1 @@
1
- const _0x4e959b=_0x2cb5;function _0xd965(){const _0x5d0cb2=['Ubah\x20Teks\x20Vertikal','20uvnarL','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Tutup','Tampilkan','99272eILFAU','Sembunyikan\x20Panel\x20Bentuk','3147524qADrGY','Buka\x20Panel\x20Lapisan','Buka\x20Panel\x20Bentuk','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Hapus\x20Bentuk','Pangkas\x20ke\x20Bentuk','Bawa\x20ke\x20Depan','Balik\x20Horizontal','Putar\x20Kanan\x2090°','5377064GNluag','Tampilkan\x20semua','Nama\x20objek','Sisipkan\x20Bentuk','130OAVPWs','27203fPzBMu','exports','Deskripsi','6MmEYEz','69582teRUPr','9VceuCq','Format\x20Bentuk','Lapisan','Kirim\x20ke\x20Belakang','13298208gBfrqu','Sembunyikan','5180bAcYKf','Gaya\x20Bentuk','12040920dujTmc'];_0xd965=function(){return _0x5d0cb2;};return _0xd965();}function _0x2cb5(_0x1ef4ca,_0x4f7ff9){_0x1ef4ca=_0x1ef4ca-0x154;const _0xd965b5=_0xd965();let _0x2cb54e=_0xd965b5[_0x1ef4ca];return _0x2cb54e;}(function(_0x11ca71,_0x15f78e){const _0x4c1cea=_0x2cb5,_0x4ea541=_0x11ca71();while(!![]){try{const _0x1fa58d=parseInt(_0x4c1cea(0x160))/0x1*(-parseInt(_0x4c1cea(0x164))/0x2)+-parseInt(_0x4c1cea(0x154))/0x3*(-parseInt(_0x4c1cea(0x166))/0x4)+-parseInt(_0x4c1cea(0x173))/0x5*(parseInt(_0x4c1cea(0x155))/0x6)+-parseInt(_0x4c1cea(0x16f))/0x7+parseInt(_0x4c1cea(0x15a))/0x8*(parseInt(_0x4c1cea(0x156))/0x9)+parseInt(_0x4c1cea(0x15c))/0xa*(-parseInt(_0x4c1cea(0x174))/0xb)+parseInt(_0x4c1cea(0x15e))/0xc;if(_0x1fa58d===_0x15f78e)break;else _0x4ea541['push'](_0x4ea541['shift']());}catch(_0x23832f){_0x4ea541['push'](_0x4ea541['shift']());}}}(_0xd965,0xdac28));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4e959b(0x16b)}},'permission':{'editErr':_0x4e959b(0x169)},'title':'Bentuk','insertShape':_0x4e959b(0x172),'openPanel':_0x4e959b(0x168),'deleteShape':_0x4e959b(0x16a),'hidePanel':_0x4e959b(0x165),'formatShape':_0x4e959b(0x157),'shapeStyle':_0x4e959b(0x15d),'shapePosition':'Posisi\x20Bentuk','toggleFlipH':_0x4e959b(0x16d),'toggleFlipV':'Balik\x20Vertikal','rotateRight90':_0x4e959b(0x16e),'rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':_0x4e959b(0x15f),'objectListPanel':{'title':_0x4e959b(0x158),'open':_0x4e959b(0x167),'empty':'Tidak\x20ada\x20objek','showAll':_0x4e959b(0x170),'hideAll':'Sembunyikan\x20semua','show':_0x4e959b(0x163),'hide':_0x4e959b(0x15b),'moveForward':_0x4e959b(0x16c),'moveBackward':_0x4e959b(0x159),'close':_0x4e959b(0x162),'name':'Nama','nameInput':_0x4e959b(0x171),'description':_0x4e959b(0x176),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':'Detail','noSelection':_0x4e959b(0x161)}}};module[_0x4e959b(0x175)]=e;
1
+ const _0x334979=_0x4ae5;function _0x2d77(){const _0x426bfe=['Sembunyikan\x20semua','11SMBira','130352ENilcz','381698ntGNfw','Tutup','20824740ovWKQh','Lapisan','Tampilkan','8472140qZNtiS','463104SjaFmc','6IEluvC','Tampilkan\x20semua','Tidak\x20ada\x20objek','Balik\x20Horizontal','Balik\x20Vertikal','Format\x20Bentuk','Buka\x20Panel\x20Lapisan','1178268jHohmv','Nama','Sembunyikan','Deskripsi','Detail','16PFGwjR','30jhsqtC','3438535gtsZvw','Nama\x20objek','exports','2fwFaAt','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Sisipkan\x20Bentuk'];_0x2d77=function(){return _0x426bfe;};return _0x2d77();}(function(_0x57452f,_0x117f68){const _0xc992a2=_0x4ae5,_0x4b86f8=_0x57452f();while(!![]){try{const _0x5f3a56=-parseInt(_0xc992a2(0xeb))/0x1*(-parseInt(_0xc992a2(0xe5))/0x2)+-parseInt(_0xc992a2(0xe1))/0x3*(parseInt(_0xc992a2(0xea))/0x4)+parseInt(_0xc992a2(0xe2))/0x5*(-parseInt(_0xc992a2(0xd4))/0x6)+parseInt(_0xc992a2(0xdb))/0x7+parseInt(_0xc992a2(0xe0))/0x8*(parseInt(_0xc992a2(0xd3))/0x9)+-parseInt(_0xc992a2(0xd2))/0xa*(parseInt(_0xc992a2(0xe9))/0xb)+parseInt(_0xc992a2(0xed))/0xc;if(_0x5f3a56===_0x117f68)break;else _0x4b86f8['push'](_0x4b86f8['shift']());}catch(_0x4ca4b0){_0x4b86f8['push'](_0x4b86f8['shift']());}}}(_0x2d77,0x80ca8));function _0x4ae5(_0x386bcc,_0x4020af){_0x386bcc=_0x386bcc-0xd0;const _0x2d774d=_0x2d77();let _0x4ae5e9=_0x2d774d[_0x386bcc];return _0x4ae5e9;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':'Bentuk','insertShape':_0x334979(0xe7),'formatShape':_0x334979(0xd9),'flipHorizontal':_0x334979(0xd7),'flipVertical':_0x334979(0xd8),'objectListPanel':{'title':_0x334979(0xd0),'open':_0x334979(0xda),'empty':_0x334979(0xd6),'showAll':_0x334979(0xd5),'hideAll':_0x334979(0xe8),'show':_0x334979(0xd1),'hide':_0x334979(0xdd),'moveForward':'Bawa\x20ke\x20Depan','moveBackward':'Kirim\x20ke\x20Belakang','close':_0x334979(0xec),'name':_0x334979(0xdc),'nameInput':_0x334979(0xe3),'description':_0x334979(0xde),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x334979(0xdf),'noSelection':_0x334979(0xe6)}}};module[_0x334979(0xe4)]=e;
@@ -1 +1 @@
1
- function _0x3d58(){const _0x10d419=['Nascondi\x20tutto','Stile\x20forma','Apri\x20pannello\x20forma','Nascondi','Attiva/disattiva\x20testo\x20verticale','Attiva/disattiva\x20capovolgimento\x20verticale','Posizione\x20forma','984728csoeTQ','Inserisci\x20forma','Nome','Forma','616780xdllUd','Nome\x20oggetto','exports','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','93996NThyAl','Mostra\x20tutto','Porta\x20avanti','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','Ritaglia\x20a\x20forma','968832DabbAn','Attiva/disattiva\x20capovolgimento\x20orizzontale','Porta\x20indietro','226820iUUldQ','2997660WROgLf','Nascondi\x20pannello\x20forma','Chiudi','Ruota\x20a\x20destra\x2090°','3223416onXYra','35VgrhXf','171GvTgVB','42XrRJSh','Ruota\x20a\x20sinistra\x2090°','Descrizione'];_0x3d58=function(){return _0x10d419;};return _0x3d58();}const _0x2b9c95=_0x4f7c;function _0x4f7c(_0x4dd0d9,_0x18730f){_0x4dd0d9=_0x4dd0d9-0x14d;const _0x3d5838=_0x3d58();let _0x4f7ca7=_0x3d5838[_0x4dd0d9];return _0x4f7ca7;}(function(_0x129f80,_0x3b5810){const _0x5cbf54=_0x4f7c,_0xd5771c=_0x129f80();while(!![]){try{const _0x599c48=parseInt(_0x5cbf54(0x155))/0x1+parseInt(_0x5cbf54(0x150))/0x2+-parseInt(_0x5cbf54(0x159))/0x3+parseInt(_0x5cbf54(0x15d))/0x4+parseInt(_0x5cbf54(0x158))/0x5*(parseInt(_0x5cbf54(0x160))/0x6)+-parseInt(_0x5cbf54(0x15e))/0x7*(-parseInt(_0x5cbf54(0x16a))/0x8)+-parseInt(_0x5cbf54(0x15f))/0x9*(parseInt(_0x5cbf54(0x16e))/0xa);if(_0x599c48===_0x3b5810)break;else _0xd5771c['push'](_0xd5771c['shift']());}catch(_0x3f0d73){_0xd5771c['push'](_0xd5771c['shift']());}}}(_0x3d58,0x8e7a1));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2b9c95(0x154)}},'permission':{'editErr':_0x2b9c95(0x14f)},'title':_0x2b9c95(0x16d),'insertShape':_0x2b9c95(0x16b),'openPanel':_0x2b9c95(0x165),'deleteShape':'Elimina\x20forma','hidePanel':_0x2b9c95(0x15a),'formatShape':'Formato\x20forma','shapeStyle':_0x2b9c95(0x164),'shapePosition':_0x2b9c95(0x169),'toggleFlipH':_0x2b9c95(0x156),'toggleFlipV':_0x2b9c95(0x168),'rotateRight90':_0x2b9c95(0x15c),'rotateLeft90':_0x2b9c95(0x161),'toggleTextVertical':_0x2b9c95(0x167),'objectListPanel':{'title':'Livelli','open':'Apri\x20pannello\x20livelli','empty':'Nessun\x20oggetto','showAll':_0x2b9c95(0x151),'hideAll':_0x2b9c95(0x163),'show':'Mostra','hide':_0x2b9c95(0x166),'moveForward':_0x2b9c95(0x152),'moveBackward':_0x2b9c95(0x157),'close':_0x2b9c95(0x15b),'name':_0x2b9c95(0x16c),'nameInput':_0x2b9c95(0x14d),'description':_0x2b9c95(0x162),'descriptionPlaceholder':'Aggiungi\x20descrizione','details':'Dettagli','noSelection':_0x2b9c95(0x153)}}};module[_0x2b9c95(0x14e)]=e;
1
+ const _0x4441bb=_0x4555;(function(_0x352671,_0x1f1cc5){const _0x45e793=_0x4555,_0x341f19=_0x352671();while(!![]){try{const _0x3ba251=parseInt(_0x45e793(0x149))/0x1+parseInt(_0x45e793(0x15c))/0x2+parseInt(_0x45e793(0x14e))/0x3+parseInt(_0x45e793(0x161))/0x4*(-parseInt(_0x45e793(0x15a))/0x5)+parseInt(_0x45e793(0x151))/0x6+parseInt(_0x45e793(0x157))/0x7*(parseInt(_0x45e793(0x153))/0x8)+-parseInt(_0x45e793(0x163))/0x9;if(_0x3ba251===_0x1f1cc5)break;else _0x341f19['push'](_0x341f19['shift']());}catch(_0x523ec6){_0x341f19['push'](_0x341f19['shift']());}}}(_0x71fc,0x43a73));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4441bb(0x155)}},'permission':{'editErr':_0x4441bb(0x14c)},'title':_0x4441bb(0x14a),'insertShape':_0x4441bb(0x158),'formatShape':_0x4441bb(0x15d),'flipHorizontal':'Capovolgi\x20orizzontalmente','flipVertical':_0x4441bb(0x14d),'objectListPanel':{'title':_0x4441bb(0x159),'open':'Apri\x20pannello\x20livelli','empty':_0x4441bb(0x148),'showAll':_0x4441bb(0x15f),'hideAll':_0x4441bb(0x15e),'show':_0x4441bb(0x15b),'hide':_0x4441bb(0x150),'moveForward':_0x4441bb(0x154),'moveBackward':'Porta\x20indietro','close':_0x4441bb(0x14b),'name':_0x4441bb(0x162),'nameInput':_0x4441bb(0x152),'description':'Descrizione','descriptionPlaceholder':_0x4441bb(0x156),'details':'Dettagli','noSelection':_0x4441bb(0x160)}}};function _0x4555(_0x340250,_0x10dcbe){_0x340250=_0x340250-0x148;const _0x71fc57=_0x71fc();let _0x4555d2=_0x71fc57[_0x340250];return _0x4555d2;}module[_0x4441bb(0x14f)]=e;function _0x71fc(){const _0x3266e1=['Nome','5274954ISCPTx','Nessun\x20oggetto','207000NsLXbK','Forma','Chiudi','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Capovolgi\x20verticalmente','60693GPaomW','exports','Nascondi','1241754grxoog','Nome\x20oggetto','8OxzjfM','Porta\x20avanti','Ritaglia\x20a\x20forma','Aggiungi\x20descrizione','135821dwZqpv','Inserisci\x20forma','Livelli','537860PcIBWr','Mostra','1034384gRsTlE','Formato\x20forma','Nascondi\x20tutto','Mostra\x20tutto','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','4JJcPJb'];_0x71fc=function(){return _0x3266e1;};return _0x71fc();}
@@ -1 +1 @@
1
- const _0x25d762=_0x21c6;(function(_0x61e5ab,_0x56b9ae){const _0x31657e=_0x21c6,_0x4532cc=_0x61e5ab();while(!![]){try{const _0x58ce04=-parseInt(_0x31657e(0x1b0))/0x1+parseInt(_0x31657e(0x1c5))/0x2*(parseInt(_0x31657e(0x1b2))/0x3)+-parseInt(_0x31657e(0x1af))/0x4*(parseInt(_0x31657e(0x1ae))/0x5)+parseInt(_0x31657e(0x1b6))/0x6+-parseInt(_0x31657e(0x1b1))/0x7+parseInt(_0x31657e(0x1ac))/0x8*(parseInt(_0x31657e(0x1ad))/0x9)+-parseInt(_0x31657e(0x1c0))/0xa*(parseInt(_0x31657e(0x1b4))/0xb);if(_0x58ce04===_0x56b9ae)break;else _0x4532cc['push'](_0x4532cc['shift']());}catch(_0x5396a7){_0x4532cc['push'](_0x4532cc['shift']());}}}(_0x5b86,0xb81d4));function _0x21c6(_0x3d4d38,_0x285253){_0x3d4d38=_0x3d4d38-0x1ab;const _0x5b86c8=_0x5b86();let _0x21c623=_0x5b86c8[_0x3d4d38];return _0x21c623;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x25d762(0x1b8)}},'permission':{'editErr':_0x25d762(0x1bc)},'title':'図形','insertShape':_0x25d762(0x1be),'openPanel':_0x25d762(0x1c1),'deleteShape':_0x25d762(0x1b9),'hidePanel':'図形パネルを非表示','formatShape':'図形の書式設定','shapeStyle':_0x25d762(0x1bd),'shapePosition':'図形の位置','toggleFlipH':'水平反転の切り替え','toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x25d762(0x1ab),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x25d762(0x1bb),'objectListPanel':{'title':'レイヤー','open':_0x25d762(0x1ba),'empty':_0x25d762(0x1b5),'showAll':'すべて表示','hideAll':_0x25d762(0x1c2),'show':'表示','hide':_0x25d762(0x1b3),'moveForward':'前面へ移動','moveBackward':_0x25d762(0x1c4),'close':'閉じる','name':'名前','nameInput':_0x25d762(0x1b7),'description':'説明','descriptionPlaceholder':_0x25d762(0x1c3),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'}}};module[_0x25d762(0x1bf)]=e;function _0x5b86(){const _0x3e8b2f=['背面へ移動','518IQIdsG','時計回りに\x2090\x20度回転','16ZwZWli','1688697XVDhxI','3395NZsjFh','3468PfMpnw','288481bqklOb','3361197kzDNLp','12468pOuzFe','非表示','5027CrrAMh','オブジェクトがありません','6135990gkOijy','オブジェクト名','形状にトリミング','図形を削除','レイヤーパネルを開く','テキストの縦書き/横書きの切り替え','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','図形スタイル','図形の挿入','exports','7940SBhnww','図形パネルを開く','すべて非表示','説明を追加'];_0x5b86=function(){return _0x3e8b2f;};return _0x5b86();}
1
+ function _0x3a02(_0xd536a5,_0x3b6c58){_0xd536a5=_0xd536a5-0x1e6;const _0x19ff4c=_0x19ff();let _0x3a02f3=_0x19ff4c[_0xd536a5];return _0x3a02f3;}const _0x5c3f44=_0x3a02;(function(_0xbc3587,_0x2053b2){const _0xd402b=_0x3a02,_0x164684=_0xbc3587();while(!![]){try{const _0x1a55ea=-parseInt(_0xd402b(0x1eb))/0x1*(-parseInt(_0xd402b(0x1e6))/0x2)+parseInt(_0xd402b(0x1ea))/0x3*(-parseInt(_0xd402b(0x1f2))/0x4)+-parseInt(_0xd402b(0x1f6))/0x5+-parseInt(_0xd402b(0x1fb))/0x6+-parseInt(_0xd402b(0x1f8))/0x7+parseInt(_0xd402b(0x1ef))/0x8*(parseInt(_0xd402b(0x1fe))/0x9)+parseInt(_0xd402b(0x1fc))/0xa;if(_0x1a55ea===_0x2053b2)break;else _0x164684['push'](_0x164684['shift']());}catch(_0x55844a){_0x164684['push'](_0x164684['shift']());}}}(_0x19ff,0xf0942));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x5c3f44(0x1f7)}},'permission':{'editErr':_0x5c3f44(0x1f3)},'title':'図形','insertShape':'図形の挿入','formatShape':_0x5c3f44(0x1f5),'flipHorizontal':_0x5c3f44(0x1f0),'flipVertical':'上下反転','objectListPanel':{'title':_0x5c3f44(0x1e7),'open':_0x5c3f44(0x1fd),'empty':_0x5c3f44(0x1f4),'showAll':_0x5c3f44(0x1fa),'hideAll':_0x5c3f44(0x1f1),'show':'表示','hide':_0x5c3f44(0x1f9),'moveForward':_0x5c3f44(0x1ed),'moveBackward':_0x5c3f44(0x1ff),'close':_0x5c3f44(0x1ee),'name':'名前','nameInput':_0x5c3f44(0x1e9),'description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x5c3f44(0x1ec)}}};module[_0x5c3f44(0x1e8)]=e;function _0x19ff(){const _0x5a8e72=['オブジェクト名','837771jfHqgA','1488558DroOMD','詳細を編集するオブジェクトを選択','前面へ移動','閉じる','872744JublCO','左右反転','すべて非表示','4RGbUbC','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','オブジェクトがありません','図形の書式設定','8178985RTInWT','形状にトリミング','7042406ATYTQE','非表示','すべて表示','2643228mgBiAd','14402930UqAXdo','レイヤーパネルを開く','117zoWckz','背面へ移動','2SlSABn','レイヤー','exports'];_0x19ff=function(){return _0x5a8e72;};return _0x19ff();}
@@ -1 +1 @@
1
- const _0x18b404=_0x1e42;(function(_0x21a96a,_0x3e4c64){const _0x131917=_0x1e42,_0x39ae72=_0x21a96a();while(!![]){try{const _0x2bd6fb=parseInt(_0x131917(0x190))/0x1*(parseInt(_0x131917(0x17e))/0x2)+-parseInt(_0x131917(0x185))/0x3*(parseInt(_0x131917(0x183))/0x4)+parseInt(_0x131917(0x191))/0x5+-parseInt(_0x131917(0x18c))/0x6*(-parseInt(_0x131917(0x180))/0x7)+parseInt(_0x131917(0x197))/0x8*(-parseInt(_0x131917(0x198))/0x9)+-parseInt(_0x131917(0x194))/0xa*(-parseInt(_0x131917(0x195))/0xb)+-parseInt(_0x131917(0x18d))/0xc;if(_0x2bd6fb===_0x3e4c64)break;else _0x39ae72['push'](_0x39ae72['shift']());}catch(_0x31bf77){_0x39ae72['push'](_0x39ae72['shift']());}}}(_0x2f02,0xa9195));function _0x1e42(_0x516dbd,_0x2e83d3){_0x516dbd=_0x516dbd-0x17e;const _0x2f0216=_0x2f02();let _0x1e42e4=_0x2f0216[_0x516dbd];return _0x1e42e4;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x18b404(0x18e)}},'permission':{'editErr':'해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.'},'title':'도형','insertShape':'도형\x20삽입','openPanel':'도형\x20패널\x20열기','deleteShape':_0x18b404(0x188),'hidePanel':'도형\x20패널\x20숨기기','formatShape':_0x18b404(0x17f),'shapeStyle':_0x18b404(0x19a),'shapePosition':_0x18b404(0x193),'toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x18b404(0x19b),'rotateRight90':_0x18b404(0x18f),'rotateLeft90':_0x18b404(0x182),'toggleTextVertical':_0x18b404(0x18b),'objectListPanel':{'title':'레이어','open':'레이어\x20패널\x20열기','empty':_0x18b404(0x187),'showAll':_0x18b404(0x192),'hideAll':_0x18b404(0x181),'show':'표시','hide':_0x18b404(0x189),'moveForward':_0x18b404(0x199),'moveBackward':_0x18b404(0x196),'close':'닫기','name':'이름','nameInput':_0x18b404(0x184),'description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x18b404(0x186),'noSelection':_0x18b404(0x18a)}}};function _0x2f02(){const _0x2868b4=['세부\x20정보를\x20편집할\x20개체를\x20선택하세요','텍스트\x20세로/가로\x20전환','494490yvJisV','5908056gOHAdl','모양에\x20맞게\x20자르기','시계\x20방향으로\x2090도\x20회전','643NGJIqG','2364095zcLBKu','모두\x20표시','도형\x20위치','10ohpjIF','9428221KbGYTM','뒤로\x20보내기','974008SUqEDJ','36SXfNig','앞으로\x20가져오기','도형\x20스타일','세로\x20뒤집기\x20전환','1186fOvKzy','도형\x20서식','7etvKlp','모두\x20숨기기','반시계\x20방향으로\x2090도\x20회전','4sICFoO','개체\x20이름','365019tNYOSR','세부\x20정보','개체\x20없음','도형\x20삭제','숨기기'];_0x2f02=function(){return _0x2868b4;};return _0x2f02();}module['exports']=e;
1
+ const _0x16d81f=_0x2f56;function _0x92f1(){const _0x4672a7=['6812010jlBpbd','앞으로\x20가져오기','뒤로\x20보내기','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','4771926cvGvNB','도형\x20서식','45BHOlif','8YJvUWB','1244QfdreB','exports','세로\x20뒤집기','5184305PwayMy','1468qxVDsg','모두\x20표시','레이어\x20패널\x20열기','300772TQVSRJ','456fPeUBK','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','44KgxCjy','세부\x20정보','설명\x20추가','숨기기','56395RWBKVq','5994696xvWYtF','레이어','모두\x20숨기기','도형\x20삽입','개체\x20없음'];_0x92f1=function(){return _0x4672a7;};return _0x92f1();}function _0x2f56(_0x994dd6,_0x3910c2){_0x994dd6=_0x994dd6-0x1b5;const _0x92f11e=_0x92f1();let _0x2f56a7=_0x92f11e[_0x994dd6];return _0x2f56a7;}(function(_0x15b6d1,_0x4bac21){const _0x433115=_0x2f56,_0x5aa13e=_0x15b6d1();while(!![]){try{const _0x251cd7=parseInt(_0x433115(0x1c9))/0x1*(parseInt(_0x433115(0x1cd))/0x2)+parseInt(_0x433115(0x1c7))/0x3*(-parseInt(_0x433115(0x1d0))/0x4)+-parseInt(_0x433115(0x1bb))/0x5*(-parseInt(_0x433115(0x1b5))/0x6)+parseInt(_0x433115(0x1cc))/0x7*(-parseInt(_0x433115(0x1c8))/0x8)+-parseInt(_0x433115(0x1c5))/0x9+-parseInt(_0x433115(0x1c1))/0xa+-parseInt(_0x433115(0x1b7))/0xb*(-parseInt(_0x433115(0x1bc))/0xc);if(_0x251cd7===_0x4bac21)break;else _0x5aa13e['push'](_0x5aa13e['shift']());}catch(_0x5b6378){_0x5aa13e['push'](_0x5aa13e['shift']());}}}(_0x92f1,0xa81df));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'모양에\x20맞게\x20자르기'}},'permission':{'editErr':_0x16d81f(0x1c4)},'title':'도형','insertShape':_0x16d81f(0x1bf),'formatShape':_0x16d81f(0x1c6),'flipHorizontal':'가로\x20뒤집기','flipVertical':_0x16d81f(0x1cb),'objectListPanel':{'title':_0x16d81f(0x1bd),'open':_0x16d81f(0x1cf),'empty':_0x16d81f(0x1c0),'showAll':_0x16d81f(0x1ce),'hideAll':_0x16d81f(0x1be),'show':'표시','hide':_0x16d81f(0x1ba),'moveForward':_0x16d81f(0x1c2),'moveBackward':_0x16d81f(0x1c3),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x16d81f(0x1b9),'details':_0x16d81f(0x1b8),'noSelection':_0x16d81f(0x1b6)}}};module[_0x16d81f(0x1ca)]=e;
@@ -1 +1 @@
1
- const _0x1ca97f=_0x4092;(function(_0x5c3ea7,_0x197a6e){const _0x20f495=_0x4092,_0x3794f0=_0x5c3ea7();while(!![]){try{const _0x96fca=parseInt(_0x20f495(0xcc))/0x1*(-parseInt(_0x20f495(0xd8))/0x2)+-parseInt(_0x20f495(0xde))/0x3*(-parseInt(_0x20f495(0xdb))/0x4)+-parseInt(_0x20f495(0xc6))/0x5*(-parseInt(_0x20f495(0xc3))/0x6)+-parseInt(_0x20f495(0xcf))/0x7+parseInt(_0x20f495(0xd2))/0x8+-parseInt(_0x20f495(0xc2))/0x9*(parseInt(_0x20f495(0xda))/0xa)+parseInt(_0x20f495(0xd3))/0xb*(parseInt(_0x20f495(0xce))/0xc);if(_0x96fca===_0x197a6e)break;else _0x3794f0['push'](_0x3794f0['shift']());}catch(_0xc2e0cb){_0x3794f0['push'](_0x3794f0['shift']());}}}(_0x12bd,0x9809d));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':_0x1ca97f(0xdd)},'title':'Kształt','insertShape':_0x1ca97f(0xc7),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':'Usuń\x20kształt','hidePanel':'Ukryj\x20panel\x20kształtów','formatShape':_0x1ca97f(0xd4),'shapeStyle':'Styl\x20kształtu','shapePosition':_0x1ca97f(0xd7),'toggleFlipH':_0x1ca97f(0xc9),'toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x1ca97f(0xc4),'rotateLeft90':_0x1ca97f(0xdc),'toggleTextVertical':_0x1ca97f(0xc8),'objectListPanel':{'title':_0x1ca97f(0xd6),'open':'Otwórz\x20panel\x20warstw','empty':'Brak\x20obiektów','showAll':_0x1ca97f(0xc1),'hideAll':_0x1ca97f(0xcb),'show':_0x1ca97f(0xca),'hide':'Ukryj','moveForward':_0x1ca97f(0xc0),'moveBackward':_0x1ca97f(0xd9),'close':_0x1ca97f(0xd5),'name':'Nazwa','nameInput':_0x1ca97f(0xd0),'description':_0x1ca97f(0xd1),'descriptionPlaceholder':'Dodaj\x20opis','details':_0x1ca97f(0xc5),'noSelection':_0x1ca97f(0xdf)}}};function _0x12bd(){const _0x2b3a52=['Nazwa\x20obiektu','Opis','697504jDHKRw','11vZowCh','Formatuj\x20kształt','Zamknij','Warstwy','Pozycja\x20kształtu','620434WdjYPo','Przesuń\x20do\x20tyłu','20ndglpI','1448660DNyAtd','Obróć\x20w\x20lewo\x20o\x2090°','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','3oTkMIr','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Przesuń\x20do\x20przodu','Pokaż\x20wszystko','4413546tKzVnN','4323846XFMekt','Obróć\x20w\x20prawo\x20o\x2090°','Szczegóły','5wAkGDg','Wstaw\x20kształt','Przełącz\x20tekst\x20pionowy','Przerzuć\x20w\x20poziomie','Pokaż','Ukryj\x20wszystko','1bNazKN','exports','13291284FsklpM','2546929AOwjWr'];_0x12bd=function(){return _0x2b3a52;};return _0x12bd();}function _0x4092(_0x2148ce,_0x5a4497){_0x2148ce=_0x2148ce-0xc0;const _0x12bdee=_0x12bd();let _0x4092e8=_0x12bdee[_0x2148ce];return _0x4092e8;}module[_0x1ca97f(0xcd)]=e;
1
+ const _0x2f7d69=_0x460e;function _0x460e(_0x487bcf,_0x45171d){_0x487bcf=_0x487bcf-0xb8;const _0x439c5c=_0x439c();let _0x460eb9=_0x439c5c[_0x487bcf];return _0x460eb9;}(function(_0x5c2b45,_0x1bed17){const _0x1a8968=_0x460e,_0x4c03b8=_0x5c2b45();while(!![]){try{const _0x52cd20=-parseInt(_0x1a8968(0xc8))/0x1+parseInt(_0x1a8968(0xbf))/0x2+parseInt(_0x1a8968(0xcb))/0x3+-parseInt(_0x1a8968(0xb8))/0x4*(-parseInt(_0x1a8968(0xbc))/0x5)+-parseInt(_0x1a8968(0xc2))/0x6*(parseInt(_0x1a8968(0xc5))/0x7)+parseInt(_0x1a8968(0xd4))/0x8*(parseInt(_0x1a8968(0xd1))/0x9)+parseInt(_0x1a8968(0xb9))/0xa;if(_0x52cd20===_0x1bed17)break;else _0x4c03b8['push'](_0x4c03b8['shift']());}catch(_0x511c12){_0x4c03b8['push'](_0x4c03b8['shift']());}}}(_0x439c,0x41954));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2f7d69(0xc7)}},'permission':{'editErr':_0x2f7d69(0xd3)},'title':_0x2f7d69(0xd2),'insertShape':_0x2f7d69(0xd0),'formatShape':_0x2f7d69(0xc0),'flipHorizontal':_0x2f7d69(0xbb),'flipVertical':_0x2f7d69(0xcf),'objectListPanel':{'title':_0x2f7d69(0xce),'open':_0x2f7d69(0xc6),'empty':'Brak\x20obiektów','showAll':_0x2f7d69(0xc9),'hideAll':_0x2f7d69(0xca),'show':_0x2f7d69(0xc4),'hide':_0x2f7d69(0xc1),'moveForward':'Przesuń\x20do\x20przodu','moveBackward':'Przesuń\x20do\x20tyłu','close':_0x2f7d69(0xcc),'name':_0x2f7d69(0xcd),'nameInput':_0x2f7d69(0xba),'description':_0x2f7d69(0xbd),'descriptionPlaceholder':'Dodaj\x20opis','details':_0x2f7d69(0xc3),'noSelection':'Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły'}}};function _0x439c(){const _0x1ab0c3=['Kształt','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','225608hSLsGT','11412zryjEo','1208130VGdopV','Nazwa\x20obiektu','Odbij\x20poziomo','155qrBzRp','Opis','exports','494088YdFMsq','Formatuj\x20kształt','Ukryj','839988GKtVIh','Szczegóły','Pokaż','7lBLXjS','Otwórz\x20panel\x20warstw','Przytnij\x20do\x20kształtu','365349XuCusB','Pokaż\x20wszystko','Ukryj\x20wszystko','868422gvsenl','Zamknij','Nazwa','Warstwy','Odbij\x20pionowo','Wstaw\x20kształt','9UIvvSU'];_0x439c=function(){return _0x1ab0c3;};return _0x439c();}module[_0x2f7d69(0xbe)]=e;
@@ -1 +1 @@
1
- const _0x1b3788=_0x57d6;(function(_0x36dec4,_0x53624f){const _0x5af0d2=_0x57d6,_0x18ce20=_0x36dec4();while(!![]){try{const _0x40c085=parseInt(_0x5af0d2(0x142))/0x1*(-parseInt(_0x5af0d2(0x139))/0x2)+-parseInt(_0x5af0d2(0x147))/0x3+-parseInt(_0x5af0d2(0x137))/0x4+parseInt(_0x5af0d2(0x136))/0x5*(parseInt(_0x5af0d2(0x138))/0x6)+parseInt(_0x5af0d2(0x127))/0x7*(-parseInt(_0x5af0d2(0x148))/0x8)+-parseInt(_0x5af0d2(0x130))/0x9*(-parseInt(_0x5af0d2(0x132))/0xa)+-parseInt(_0x5af0d2(0x13d))/0xb*(-parseInt(_0x5af0d2(0x146))/0xc);if(_0x40c085===_0x53624f)break;else _0x18ce20['push'](_0x18ce20['shift']());}catch(_0x583b2f){_0x18ce20['push'](_0x18ce20['shift']());}}}(_0x4f6b,0xf168d));function _0x57d6(_0x4ac008,_0x171fca){_0x4ac008=_0x4ac008-0x123;const _0x4f6b8d=_0x4f6b();let _0x57d645=_0x4f6b8d[_0x4ac008];return _0x57d645;}function _0x4f6b(){const _0x31b7df=['Camadas','11LXwwWS','Excluir\x20forma','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Alternar\x20inversão\x20horizontal','43TWlyHR','Posição\x20da\x20forma','Girar\x2090°\x20para\x20direita','Formatar\x20forma','28824024ByMzdK','5810976nlHSFq','70424unkaNA','Abrir\x20painel\x20de\x20formas','Alternar\x20inversão\x20vertical','Forma','Descrição','434VfGejf','Fechar','Alternar\x20texto\x20vertical','exports','Ocultar\x20tudo','Inserir\x20forma','Nome','Adicionar\x20descrição','Nome\x20do\x20objeto','2682AFpHpS','Trazer\x20para\x20frente','27480kNzpwv','Girar\x2090°\x20para\x20esquerda','Estilo\x20da\x20forma','Ocultar','81545knBsJb','1786204cknZvQ','318wyKiTh','7774qNgEtS','Enviar\x20para\x20trás','Ocultar\x20painel\x20de\x20formas'];_0x4f6b=function(){return _0x31b7df;};return _0x4f6b();}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Cortar\x20para\x20forma'}},'permission':{'editErr':_0x1b3788(0x13f)},'title':_0x1b3788(0x125),'insertShape':_0x1b3788(0x12c),'openPanel':_0x1b3788(0x123),'deleteShape':_0x1b3788(0x13e),'hidePanel':_0x1b3788(0x13b),'formatShape':_0x1b3788(0x145),'shapeStyle':_0x1b3788(0x134),'shapePosition':_0x1b3788(0x143),'toggleFlipH':_0x1b3788(0x141),'toggleFlipV':_0x1b3788(0x124),'rotateRight90':_0x1b3788(0x144),'rotateLeft90':_0x1b3788(0x133),'toggleTextVertical':_0x1b3788(0x129),'objectListPanel':{'title':_0x1b3788(0x13c),'open':'Abrir\x20painel\x20de\x20camadas','empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':_0x1b3788(0x12b),'show':'Mostrar','hide':_0x1b3788(0x135),'moveForward':_0x1b3788(0x131),'moveBackward':_0x1b3788(0x13a),'close':_0x1b3788(0x128),'name':_0x1b3788(0x12d),'nameInput':_0x1b3788(0x12f),'description':_0x1b3788(0x126),'descriptionPlaceholder':_0x1b3788(0x12e),'details':'Detalhes','noSelection':_0x1b3788(0x140)}}};module[_0x1b3788(0x12a)]=e;
1
+ const _0x1a0847=_0x1f9b;(function(_0x2eebbd,_0x169274){const _0x2fa522=_0x1f9b,_0x542d59=_0x2eebbd();while(!![]){try{const _0x23e774=parseInt(_0x2fa522(0x1ec))/0x1*(-parseInt(_0x2fa522(0x1d9))/0x2)+parseInt(_0x2fa522(0x1f1))/0x3+-parseInt(_0x2fa522(0x1e8))/0x4*(parseInt(_0x2fa522(0x1f4))/0x5)+-parseInt(_0x2fa522(0x1f5))/0x6*(parseInt(_0x2fa522(0x1eb))/0x7)+parseInt(_0x2fa522(0x1e6))/0x8+-parseInt(_0x2fa522(0x1e0))/0x9+parseInt(_0x2fa522(0x1de))/0xa;if(_0x23e774===_0x169274)break;else _0x542d59['push'](_0x542d59['shift']());}catch(_0x43799a){_0x542d59['push'](_0x542d59['shift']());}}}(_0x1b0f,0x9937c));function _0x1f9b(_0x3f6109,_0x2f9047){_0x3f6109=_0x3f6109-0x1d8;const _0x1b0f47=_0x1b0f();let _0x1f9bf6=_0x1b0f47[_0x3f6109];return _0x1f9bf6;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x1a0847(0x1e1)}},'permission':{'editErr':_0x1a0847(0x1da)},'title':_0x1a0847(0x1ed),'insertShape':_0x1a0847(0x1df),'formatShape':_0x1a0847(0x1e4),'flipHorizontal':_0x1a0847(0x1dd),'flipVertical':_0x1a0847(0x1e5),'objectListPanel':{'title':_0x1a0847(0x1e7),'open':_0x1a0847(0x1e2),'empty':_0x1a0847(0x1f3),'showAll':'Mostrar\x20tudo','hideAll':_0x1a0847(0x1ee),'show':'Mostrar','hide':_0x1a0847(0x1d8),'moveForward':_0x1a0847(0x1dc),'moveBackward':_0x1a0847(0x1e9),'close':_0x1a0847(0x1e3),'name':_0x1a0847(0x1ea),'nameInput':_0x1a0847(0x1f0),'description':_0x1a0847(0x1db),'descriptionPlaceholder':'Adicionar\x20descrição','details':'Detalhes','noSelection':_0x1a0847(0x1f2)}}};module[_0x1a0847(0x1ef)]=e;function _0x1b0f(){const _0x3ee992=['Forma','Ocultar\x20tudo','exports','Nome\x20do\x20objeto','3523725rNDpwU','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Nenhum\x20objeto','13190JhUWNv','6NGFdwz','Ocultar','2PWsNkL','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Descrição','Trazer\x20para\x20frente','Inverter\x20horizontalmente','16602560VlSsPJ','Inserir\x20forma','9574173DtUucN','Cortar\x20para\x20forma','Abrir\x20painel\x20de\x20camadas','Fechar','Formatar\x20forma','Inverter\x20verticalmente','8460640rxgqOs','Camadas','1436IwWHhm','Enviar\x20para\x20trás','Nome','5345445MhTzaF','490357nukOwt'];_0x1b0f=function(){return _0x3ee992;};return _0x1b0f();}
@@ -1 +1 @@
1
- const _0xdb3058=_0x15af;function _0x225d(){const _0x1200b1=['Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Вставить\x20фигуру','Скрыть','Фигура','4021661lGgkcp','Нет\x20объектов','Имя\x20объекта','Переключить\x20горизонтальное\x20отражение','Скрыть\x20все','4134966zuQqrI','exports','160wgvOhF','Удалить\x20фигуру','2zpcWgQ','663702aNTvsY','Скрыть\x20панель\x20фигур','2115750mAVRyc','Сведения','706257VZbLvM','Переместить\x20вперед','44xbdTPP','Стиль\x20фигуры','Выберите\x20объект\x20для\x20редактирования\x20сведений','5990976aQvvKU','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Форматировать\x20фигуру','Имя','231951FcHFNF','Положение\x20фигуры','Слои','Описание','Переместить\x20назад','12UdhlqJ','Открыть\x20панель\x20слоев','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке'];_0x225d=function(){return _0x1200b1;};return _0x225d();}(function(_0x21753e,_0x5181b1){const _0x2a7d42=_0x15af,_0x3126c8=_0x21753e();while(!![]){try{const _0x25d870=-parseInt(_0x2a7d42(0xc4))/0x1*(-parseInt(_0x2a7d42(0xc5))/0x2)+-parseInt(_0x2a7d42(0xaf))/0x3*(parseInt(_0x2a7d42(0xa8))/0x4)+parseInt(_0x2a7d42(0xc7))/0x5+-parseInt(_0x2a7d42(0xb4))/0x6*(parseInt(_0x2a7d42(0xbb))/0x7)+parseInt(_0x2a7d42(0xab))/0x8+-parseInt(_0x2a7d42(0xc9))/0x9*(-parseInt(_0x2a7d42(0xc2))/0xa)+-parseInt(_0x2a7d42(0xc0))/0xb;if(_0x25d870===_0x5181b1)break;else _0x3126c8['push'](_0x3126c8['shift']());}catch(_0x4f6b51){_0x3126c8['push'](_0x3126c8['shift']());}}}(_0x225d,0xaec4d));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Обрезать\x20по\x20форме'}},'permission':{'editErr':_0xdb3058(0xac)},'title':_0xdb3058(0xba),'insertShape':_0xdb3058(0xb8),'openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0xdb3058(0xc3),'hidePanel':_0xdb3058(0xc6),'formatShape':_0xdb3058(0xad),'shapeStyle':_0xdb3058(0xa9),'shapePosition':_0xdb3058(0xb0),'toggleFlipH':_0xdb3058(0xbe),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0xdb3058(0xb6),'rotateLeft90':_0xdb3058(0xb7),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','objectListPanel':{'title':_0xdb3058(0xb1),'open':_0xdb3058(0xb5),'empty':_0xdb3058(0xbc),'showAll':'Показать\x20все','hideAll':_0xdb3058(0xbf),'show':'Показать','hide':_0xdb3058(0xb9),'moveForward':_0xdb3058(0xa7),'moveBackward':_0xdb3058(0xb3),'close':'Закрыть','name':_0xdb3058(0xae),'nameInput':_0xdb3058(0xbd),'description':_0xdb3058(0xb2),'descriptionPlaceholder':'Добавить\x20описание','details':_0xdb3058(0xc8),'noSelection':_0xdb3058(0xaa)}}};function _0x15af(_0x189915,_0x181a6b){_0x189915=_0x189915-0xa7;const _0x225d7b=_0x225d();let _0x15afcb=_0x225d7b[_0x189915];return _0x15afcb;}module[_0xdb3058(0xc1)]=e;
1
+ function _0x5b32(){const _0x538c68=['1299834AoMAft','Отразить\x20по\x20вертикали','Имя','Обрезать\x20по\x20форме','523011SrYtyg','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Выберите\x20объект\x20для\x20редактирования\x20сведений','Открыть\x20панель\x20слоев','Скрыть\x20все','36PknHnh','Показать','4938GmgrXZ','exports','230RVbYoo','Описание','Вставить\x20фигуру','Закрыть','Слои','Скрыть','Имя\x20объекта','14iYezxL','3303340CxKjFF','4809448aSngJT','Добавить\x20описание','3915040ZdxYaL','249816fukAgU'];_0x5b32=function(){return _0x538c68;};return _0x5b32();}const _0xe3ef1e=_0x228a;function _0x228a(_0x15bc8f,_0x18c24d){_0x15bc8f=_0x15bc8f-0x8a;const _0x5b32f3=_0x5b32();let _0x228aaf=_0x5b32f3[_0x15bc8f];return _0x228aaf;}(function(_0x85f9d8,_0xb3c47c){const _0x488ad4=_0x228a,_0x4d86e8=_0x85f9d8();while(!![]){try{const _0x1ecd87=parseInt(_0x488ad4(0x9c))/0x1+parseInt(_0x488ad4(0x96))/0x2*(-parseInt(_0x488ad4(0xa0))/0x3)+-parseInt(_0x488ad4(0x98))/0x4+parseInt(_0x488ad4(0x8f))/0x5*(-parseInt(_0x488ad4(0x8d))/0x6)+parseInt(_0x488ad4(0x9b))/0x7+parseInt(_0x488ad4(0x9a))/0x8+parseInt(_0x488ad4(0x8b))/0x9*(parseInt(_0x488ad4(0x97))/0xa);if(_0x1ecd87===_0xb3c47c)break;else _0x4d86e8['push'](_0x4d86e8['shift']());}catch(_0x15b963){_0x4d86e8['push'](_0x4d86e8['shift']());}}}(_0x5b32,0xa765b));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xe3ef1e(0x9f)}},'permission':{'editErr':_0xe3ef1e(0xa1)},'title':'Фигура','insertShape':_0xe3ef1e(0x91),'formatShape':'Форматировать\x20фигуру','flipHorizontal':'Отразить\x20по\x20горизонтали','flipVertical':_0xe3ef1e(0x9d),'objectListPanel':{'title':_0xe3ef1e(0x93),'open':_0xe3ef1e(0xa3),'empty':'Нет\x20объектов','showAll':'Показать\x20все','hideAll':_0xe3ef1e(0x8a),'show':_0xe3ef1e(0x8c),'hide':_0xe3ef1e(0x94),'moveForward':'Переместить\x20вперед','moveBackward':'Переместить\x20назад','close':_0xe3ef1e(0x92),'name':_0xe3ef1e(0x9e),'nameInput':_0xe3ef1e(0x95),'description':_0xe3ef1e(0x90),'descriptionPlaceholder':_0xe3ef1e(0x99),'details':'Сведения','noSelection':_0xe3ef1e(0xa2)}}};module[_0xe3ef1e(0x8e)]=e;
@@ -1 +1 @@
1
- function _0x3e41(){const _0x2a9f23=['exports','Názov\x20objektu','Otvoriť\x20panel\x20tvarov','13111351mpvhEM','1050LBUKLt','Popis','1950056BonmNw','Poloha\x20tvaru','Skryť\x20všetko','Vrstvy','Vložiť\x20tvar','Otočiť\x20doprava\x20o\x2090°','Oříznout\x20podle\x20tvaru','Podrobnosti','2538130bIACBL','Přepnout\x20text\x20vertikálně','Otočiť\x20doľava\x20o\x2090°','2506skIWlK','Zavrieť','Žiadne\x20objekty','31638ilfFZf','1990605LnMCXX','547nyHneG','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Posunúť\x20dozadu','Otvoriť\x20panel\x20vrstiev','Prepnúť\x20vodorovné\x20prevrátenie','Názov','Formátovať\x20tvar','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','9048890IeWJfW','Skryť\x20panel\x20tvarov','4GnvsvZ','Zobraziť','Prepnúť\x20zvislé\x20prevrátenie','Zobraziť\x20všetko','9UmUajs'];_0x3e41=function(){return _0x2a9f23;};return _0x3e41();}const _0x113354=_0x1eef;(function(_0x4f7012,_0x35c24e){const _0x3eb30a=_0x1eef,_0x5d8e7e=_0x4f7012();while(!![]){try{const _0x170507=-parseInt(_0x3eb30a(0x161))/0x1*(parseInt(_0x3eb30a(0x15c))/0x2)+parseInt(_0x3eb30a(0x160))/0x3*(-parseInt(_0x3eb30a(0x16b))/0x4)+parseInt(_0x3eb30a(0x17e))/0x5+-parseInt(_0x3eb30a(0x15f))/0x6*(-parseInt(_0x3eb30a(0x174))/0x7)+-parseInt(_0x3eb30a(0x176))/0x8*(-parseInt(_0x3eb30a(0x16f))/0x9)+-parseInt(_0x3eb30a(0x169))/0xa+parseInt(_0x3eb30a(0x173))/0xb;if(_0x170507===_0x35c24e)break;else _0x5d8e7e['push'](_0x5d8e7e['shift']());}catch(_0x31a9a3){_0x5d8e7e['push'](_0x5d8e7e['shift']());}}}(_0x3e41,0x754cb));function _0x1eef(_0x52929e,_0x437968){_0x52929e=_0x52929e-0x15b;const _0x3e41e9=_0x3e41();let _0x1eef0b=_0x3e41e9[_0x52929e];return _0x1eef0b;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x113354(0x17c)}},'permission':{'editErr':_0x113354(0x162)},'title':'Tvar','insertShape':_0x113354(0x17a),'openPanel':_0x113354(0x172),'deleteShape':'Odstrániť\x20tvar','hidePanel':_0x113354(0x16a),'formatShape':_0x113354(0x167),'shapeStyle':'Štýl\x20tvaru','shapePosition':_0x113354(0x177),'toggleFlipH':_0x113354(0x165),'toggleFlipV':_0x113354(0x16d),'rotateRight90':_0x113354(0x17b),'rotateLeft90':_0x113354(0x15b),'toggleTextVertical':_0x113354(0x17f),'objectListPanel':{'title':_0x113354(0x179),'open':_0x113354(0x164),'empty':_0x113354(0x15e),'showAll':_0x113354(0x16e),'hideAll':_0x113354(0x178),'show':_0x113354(0x16c),'hide':'Skryť','moveForward':'Posunúť\x20dopredu','moveBackward':_0x113354(0x163),'close':_0x113354(0x15d),'name':_0x113354(0x166),'nameInput':_0x113354(0x171),'description':_0x113354(0x175),'descriptionPlaceholder':'Pridat\x20popis','details':_0x113354(0x17d),'noSelection':_0x113354(0x168)}}};module[_0x113354(0x170)]=e;
1
+ function _0x537b(){const _0x127985=['Oříznout\x20podle\x20tvaru','Otvoriť\x20panel\x20vrstiev','671086BTPglm','Názov','Vrstvy','8654513TVIjtd','185195lxDKEv','8scdGdJ','Žiadne\x20objekty','43888gSbZMJ','Názov\x20objektu','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Vložiť\x20tvar','Posunúť\x20dopredu','Zavrieť','Zobraziť\x20všetko','Formátovať\x20tvar','Prevrátiť\x20zvislo','Posunúť\x20dozadu','2845692LwQYDy','Skryť\x20všetko','90CcvqNw','Prevrátiť\x20vodorovne','exports','4461250jhWwua','Popis','6inzXzG','Zobraziť','Skryť','385024JgBapb','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť'];_0x537b=function(){return _0x127985;};return _0x537b();}const _0x59f5cc=_0xdc74;(function(_0x5f5a8f,_0x255f66){const _0x53e341=_0xdc74,_0x1680a1=_0x5f5a8f();while(!![]){try{const _0x3c1b59=-parseInt(_0x53e341(0xe0))/0x1+parseInt(_0x53e341(0xdc))/0x2+-parseInt(_0x53e341(0xd9))/0x3*(parseInt(_0x53e341(0xc8))/0x4)+parseInt(_0x53e341(0xe4))/0x5*(-parseInt(_0x53e341(0xd4))/0x6)+parseInt(_0x53e341(0xe3))/0x7*(parseInt(_0x53e341(0xc6))/0x8)+parseInt(_0x53e341(0xd2))/0x9+parseInt(_0x53e341(0xd7))/0xa;if(_0x3c1b59===_0x255f66)break;else _0x1680a1['push'](_0x1680a1['shift']());}catch(_0x6bf35b){_0x1680a1['push'](_0x1680a1['shift']());}}}(_0x537b,0xe61e9));function _0xdc74(_0x30c239,_0xbdbf2d){_0x30c239=_0x30c239-0xc6;const _0x537b49=_0x537b();let _0xdc743b=_0x537b49[_0x30c239];return _0xdc743b;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x59f5cc(0xde)}},'permission':{'editErr':_0x59f5cc(0xca)},'title':'Tvar','insertShape':_0x59f5cc(0xcb),'formatShape':_0x59f5cc(0xcf),'flipHorizontal':_0x59f5cc(0xd5),'flipVertical':_0x59f5cc(0xd0),'objectListPanel':{'title':_0x59f5cc(0xe2),'open':_0x59f5cc(0xdf),'empty':_0x59f5cc(0xc7),'showAll':_0x59f5cc(0xce),'hideAll':_0x59f5cc(0xd3),'show':_0x59f5cc(0xda),'hide':_0x59f5cc(0xdb),'moveForward':_0x59f5cc(0xcc),'moveBackward':_0x59f5cc(0xd1),'close':_0x59f5cc(0xcd),'name':_0x59f5cc(0xe1),'nameInput':_0x59f5cc(0xc9),'description':_0x59f5cc(0xd8),'descriptionPlaceholder':'Pridat\x20popis','details':'Podrobnosti','noSelection':_0x59f5cc(0xdd)}}};module[_0x59f5cc(0xd6)]=e;
@@ -1 +1 @@
1
- function _0x506c(){const _0x3fbdbd=['Tên','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Tên\x20đối\x20tượng','366lfUlcV','8516SMpyaI','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Mở\x20bảng\x20hình\x20dạng','Ẩn\x20bảng\x20hình\x20dạng','exports','Đóng','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Mở\x20bảng\x20điều\x20khiển\x20lớp','Chi\x20tiết','Hiển\x20thị\x20tất\x20cả','Đưa\x20xuống\x20dưới','Hiện','Kiểu\x20hình\x20dạng','2602588BfdJNa','Them\x20mo\x20ta','Chèn\x20hình\x20dạng','2875915uxQvDw','Xóa\x20hình\x20dạng','62945lVgubI','Ẩn\x20tất\x20cả','Mô\x20tả','1431828fCUKJW','Bật/tắt\x20lật\x20dọc','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.','Lớp','Hình\x20dạng','24wqmnyP','2230670pWWEYu','636PDwpAw','1750806whDqwx'];_0x506c=function(){return _0x3fbdbd;};return _0x506c();}function _0x5238(_0x1c08e8,_0x3ca482){_0x1c08e8=_0x1c08e8-0x1e3;const _0x506c4e=_0x506c();let _0x523836=_0x506c4e[_0x1c08e8];return _0x523836;}const _0x4d9e3c=_0x5238;(function(_0x389c96,_0x46bd97){const _0x4795b1=_0x5238,_0x3dc937=_0x389c96();while(!![]){try{const _0x4c0855=parseInt(_0x4795b1(0x1f1))/0x1+-parseInt(_0x4795b1(0x1e9))/0x2+-parseInt(_0x4795b1(0x1fd))/0x3*(-parseInt(_0x4795b1(0x1fe))/0x4)+-parseInt(_0x4795b1(0x1ee))/0x5*(-parseInt(_0x4795b1(0x1f8))/0x6)+-parseInt(_0x4795b1(0x1ec))/0x7*(parseInt(_0x4795b1(0x1f6))/0x8)+parseInt(_0x4795b1(0x1f9))/0x9+parseInt(_0x4795b1(0x1f7))/0xa;if(_0x4c0855===_0x46bd97)break;else _0x3dc937['push'](_0x3dc937['shift']());}catch(_0xecc42e){_0x3dc937['push'](_0x3dc937['shift']());}}}(_0x506c,0xde1cc));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x4d9e3c(0x1f3)},'title':_0x4d9e3c(0x1f5),'insertShape':_0x4d9e3c(0x1eb),'openPanel':_0x4d9e3c(0x200),'deleteShape':_0x4d9e3c(0x1ed),'hidePanel':_0x4d9e3c(0x201),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x4d9e3c(0x1e8),'shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':_0x4d9e3c(0x1f2),'rotateRight90':_0x4d9e3c(0x204),'rotateLeft90':_0x4d9e3c(0x1ff),'toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','objectListPanel':{'title':_0x4d9e3c(0x1f4),'open':_0x4d9e3c(0x1e3),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':_0x4d9e3c(0x1e5),'hideAll':_0x4d9e3c(0x1ef),'show':_0x4d9e3c(0x1e7),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':_0x4d9e3c(0x1e6),'close':_0x4d9e3c(0x203),'name':_0x4d9e3c(0x1fa),'nameInput':_0x4d9e3c(0x1fc),'description':_0x4d9e3c(0x1f0),'descriptionPlaceholder':_0x4d9e3c(0x1ea),'details':_0x4d9e3c(0x1e4),'noSelection':_0x4d9e3c(0x1fb)}}};module[_0x4d9e3c(0x202)]=e;
1
+ const _0x4217f9=_0x27b9;(function(_0x2f2e9f,_0x519044){const _0x4e738c=_0x27b9,_0x505c0d=_0x2f2e9f();while(!![]){try{const _0x36a598=-parseInt(_0x4e738c(0xf4))/0x1*(parseInt(_0x4e738c(0xed))/0x2)+parseInt(_0x4e738c(0xf6))/0x3+parseInt(_0x4e738c(0xef))/0x4+parseInt(_0x4e738c(0xfb))/0x5+-parseInt(_0x4e738c(0xfa))/0x6*(parseInt(_0x4e738c(0xf8))/0x7)+parseInt(_0x4e738c(0xf7))/0x8*(parseInt(_0x4e738c(0xf2))/0x9)+parseInt(_0x4e738c(0xe4))/0xa;if(_0x36a598===_0x519044)break;else _0x505c0d['push'](_0x505c0d['shift']());}catch(_0x21c22d){_0x505c0d['push'](_0x505c0d['shift']());}}}(_0x1614,0xc3a5e));function _0x27b9(_0x29b3e2,_0x599c34){_0x29b3e2=_0x29b3e2-0xdf;const _0x1614f2=_0x1614();let _0x27b997=_0x1614f2[_0x29b3e2];return _0x27b997;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4217f9(0xe9)}},'permission':{'editErr':_0x4217f9(0xf0)},'title':_0x4217f9(0xfc),'insertShape':'Chèn\x20hình\x20dạng','formatShape':_0x4217f9(0xf3),'flipHorizontal':_0x4217f9(0xea),'flipVertical':_0x4217f9(0xdf),'objectListPanel':{'title':_0x4217f9(0xe8),'open':'Mở\x20bảng\x20điều\x20khiển\x20lớp','empty':_0x4217f9(0xe1),'showAll':_0x4217f9(0xe7),'hideAll':_0x4217f9(0xe3),'show':_0x4217f9(0xe5),'hide':'Ẩn','moveForward':_0x4217f9(0xe6),'moveBackward':_0x4217f9(0xf5),'close':_0x4217f9(0xf9),'name':_0x4217f9(0xec),'nameInput':_0x4217f9(0xe0),'description':_0x4217f9(0xe2),'descriptionPlaceholder':'Them\x20mo\x20ta','details':_0x4217f9(0xee),'noSelection':_0x4217f9(0xf1)}}};module[_0x4217f9(0xeb)]=e;function _0x1614(){const _0x2ba103=['Định\x20dạng\x20hình\x20dạng','80MMyEza','Đưa\x20xuống\x20dưới','1571100VfXikp','7112SsBaqj','4906069NhZUgc','Đóng','12sXBEPr','1484045wmDvHL','Hình\x20dạng','Lật\x20dọc','Tên\x20đối\x20tượng','Chưa\x20có\x20đối\x20tượng','Mô\x20tả','Ẩn\x20tất\x20cả','8368580otCgJf','Hiện','Đưa\x20lên\x20trên','Hiển\x20thị\x20tất\x20cả','Lớp','Cắt\x20theo\x20hình\x20dạng','Lật\x20ngang','exports','Tên','244CfgrvQ','Chi\x20tiết','2005088ciwxmt','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.','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','549uDaBNM'];_0x1614=function(){return _0x2ba103;};return _0x1614();}
@@ -1 +1 @@
1
- function _0x4e45(){const _0x383903=['逆时针90度旋转','形状样式','6zxwuCt','2914200CyxsZa','形状位置','切换文本竖排','插入形状','91481rGpFNM','4783720BCnxtw','切换垂直翻转','打开形状面板','切换水平翻转','删除形状','4196139bmPugz','3581179ItStFo','上移一层','全部显示','隐藏形状面板','格式化形状','打开图层面板','32IjMhLN','裁剪为形状','24taCUri','下移一层','exports','2787128GjybgB','2724327HwzoJA','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','选择对象以编辑详情'];_0x4e45=function(){return _0x383903;};return _0x4e45();}const _0x5445a0=_0x3432;(function(_0x5c7527,_0x30a0b6){const _0x445816=_0x3432,_0x1db31c=_0x5c7527();while(!![]){try{const _0x55de04=parseInt(_0x445816(0x178))/0x1*(parseInt(_0x445816(0x168))/0x2)+-parseInt(_0x445816(0x161))/0x3+-parseInt(_0x445816(0x16d))/0x4+parseInt(_0x445816(0x174))/0x5+-parseInt(_0x445816(0x173))/0x6*(parseInt(_0x445816(0x162))/0x7)+parseInt(_0x445816(0x16a))/0x8*(parseInt(_0x445816(0x16e))/0x9)+parseInt(_0x445816(0x179))/0xa;if(_0x55de04===_0x30a0b6)break;else _0x1db31c['push'](_0x1db31c['shift']());}catch(_0x242075){_0x1db31c['push'](_0x1db31c['shift']());}}}(_0x4e45,0xc9a45));function _0x3432(_0x15919e,_0x235424){_0x15919e=_0x15919e-0x161;const _0x4e4514=_0x4e45();let _0x343253=_0x4e4514[_0x15919e];return _0x343253;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x5445a0(0x169)}},'permission':{'editErr':_0x5445a0(0x16f)},'title':'形状','insertShape':_0x5445a0(0x177),'openPanel':_0x5445a0(0x17b),'deleteShape':_0x5445a0(0x17d),'hidePanel':_0x5445a0(0x165),'formatShape':_0x5445a0(0x166),'shapeStyle':_0x5445a0(0x172),'shapePosition':_0x5445a0(0x175),'toggleFlipH':_0x5445a0(0x17c),'toggleFlipV':_0x5445a0(0x17a),'rotateRight90':'顺时针90度旋转','rotateLeft90':_0x5445a0(0x171),'toggleTextVertical':_0x5445a0(0x176),'objectListPanel':{'title':'图层','open':_0x5445a0(0x167),'empty':'暂无对象','showAll':_0x5445a0(0x164),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':_0x5445a0(0x163),'moveBackward':_0x5445a0(0x16b),'close':'关闭','name':'名称','nameInput':'对象名称','description':'描述','descriptionPlaceholder':'添加描述','details':'详情','noSelection':_0x5445a0(0x170)}}};module[_0x5445a0(0x16c)]=e;
1
+ const _0x3830d4=_0x4fde;(function(_0x5aec91,_0x30e34e){const _0x556936=_0x4fde,_0x437346=_0x5aec91();while(!![]){try{const _0x33f9a7=-parseInt(_0x556936(0xdb))/0x1+parseInt(_0x556936(0xd4))/0x2*(parseInt(_0x556936(0xe5))/0x3)+-parseInt(_0x556936(0xe6))/0x4*(parseInt(_0x556936(0xd9))/0x5)+parseInt(_0x556936(0xe3))/0x6+parseInt(_0x556936(0xdc))/0x7*(-parseInt(_0x556936(0xd7))/0x8)+-parseInt(_0x556936(0xd3))/0x9*(-parseInt(_0x556936(0xe2))/0xa)+parseInt(_0x556936(0xde))/0xb*(parseInt(_0x556936(0xdf))/0xc);if(_0x33f9a7===_0x30e34e)break;else _0x437346['push'](_0x437346['shift']());}catch(_0x3fb7d0){_0x437346['push'](_0x437346['shift']());}}}(_0x567c,0xcb16e));function _0x4fde(_0x141af9,_0x329bdd){_0x141af9=_0x141af9-0xd0;const _0x567cc4=_0x567c();let _0x4fde47=_0x567cc4[_0x141af9];return _0x4fde47;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'裁剪为形状'}},'permission':{'editErr':_0x3830d4(0xd5)},'title':'形状','insertShape':_0x3830d4(0xdd),'formatShape':_0x3830d4(0xd8),'flipHorizontal':_0x3830d4(0xe1),'flipVertical':_0x3830d4(0xd1),'objectListPanel':{'title':'图层','open':_0x3830d4(0xe4),'empty':'暂无对象','showAll':_0x3830d4(0xd0),'hideAll':_0x3830d4(0xd6),'show':'显示','hide':'隐藏','moveForward':'上移一层','moveBackward':_0x3830d4(0xe0),'close':'关闭','name':'名称','nameInput':_0x3830d4(0xda),'description':'描述','descriptionPlaceholder':_0x3830d4(0xe7),'details':'详情','noSelection':_0x3830d4(0xe8)}}};function _0x567c(){const _0x26039e=['9538044GTbNgO','下移一层','水平翻转','12614660sCCiNX','5097822hGhQNr','打开图层面板','93gwPwFu','1004OVFzSS','添加描述','选择对象以编辑详情','全部显示','垂直翻转','exports','9emKVYD','40958kNAjKm','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','全部隐藏','1396888EkuXts','格式化形状','23815jjpPae','对象名称','736760ZJyghv','63bVFdpe','插入形状','22vNIJVA'];_0x567c=function(){return _0x26039e;};return _0x567c();}module[_0x3830d4(0xd2)]=e;
@@ -1 +1 @@
1
- const _0x30d8c7=_0x2b9a;function _0x1d70(){const _0x49b124=['物件名稱','8hoxnsv','隱藏形狀面板','逆時針\x2090\x20度旋轉','上移一層','格式化形狀','549804OKyrbW','1985438UQrCOQ','暫無物件','下移一層','1258066WGBVye','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','新增描述','打開形狀面板','切換水平翻轉','插入形狀','全部隱藏','圖形位置','170lrgPny','順時針\x2090\x20度旋轉','裁切為形狀','17442477fzdepZ','7386YECuvJ','開啟圖層面板','2856948YPgDxM','2332566RtLXOe','選擇物件以編輯詳情','切換文本竖排','圖形樣式'];_0x1d70=function(){return _0x49b124;};return _0x1d70();}(function(_0x892367,_0x5c4110){const _0x3e428f=_0x2b9a,_0xa1a55a=_0x892367();while(!![]){try{const _0x4cd6fe=parseInt(_0x3e428f(0x95))/0x1+parseInt(_0x3e428f(0x99))/0x2+parseInt(_0x3e428f(0x8b))/0x3+parseInt(_0x3e428f(0x8a))/0x4+-parseInt(_0x3e428f(0xa1))/0x5*(parseInt(_0x3e428f(0xa5))/0x6)+-parseInt(_0x3e428f(0x96))/0x7+parseInt(_0x3e428f(0x90))/0x8*(-parseInt(_0x3e428f(0xa4))/0x9);if(_0x4cd6fe===_0x5c4110)break;else _0xa1a55a['push'](_0xa1a55a['shift']());}catch(_0x2df92c){_0xa1a55a['push'](_0xa1a55a['shift']());}}}(_0x1d70,0x6360f));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x30d8c7(0xa3)}},'permission':{'editErr':_0x30d8c7(0x9a)},'title':'形狀','insertShape':_0x30d8c7(0x9e),'openPanel':_0x30d8c7(0x9c),'deleteShape':'刪除形狀','hidePanel':_0x30d8c7(0x91),'formatShape':_0x30d8c7(0x94),'shapeStyle':_0x30d8c7(0x8e),'shapePosition':_0x30d8c7(0xa0),'toggleFlipH':_0x30d8c7(0x9d),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x30d8c7(0xa2),'rotateLeft90':_0x30d8c7(0x92),'toggleTextVertical':_0x30d8c7(0x8d),'objectListPanel':{'title':'圖層','open':_0x30d8c7(0x89),'empty':_0x30d8c7(0x97),'showAll':'全部顯示','hideAll':_0x30d8c7(0x9f),'show':'顯示','hide':'隱藏','moveForward':_0x30d8c7(0x93),'moveBackward':_0x30d8c7(0x98),'close':'關閉','name':'名稱','nameInput':_0x30d8c7(0x8f),'description':'描述','descriptionPlaceholder':_0x30d8c7(0x9b),'details':'詳情','noSelection':_0x30d8c7(0x8c)}}};function _0x2b9a(_0x1aba6f,_0x143d68){_0x1aba6f=_0x1aba6f-0x89;const _0x1d70c0=_0x1d70();let _0x2b9a19=_0x1d70c0[_0x1aba6f];return _0x2b9a19;}module['exports']=e;
1
+ const _0x491214=_0x3cd9;(function(_0x12751b,_0xeedd90){const _0xb14081=_0x3cd9,_0x2aa2c8=_0x12751b();while(!![]){try{const _0x38d029=-parseInt(_0xb14081(0x13c))/0x1*(-parseInt(_0xb14081(0x13a))/0x2)+-parseInt(_0xb14081(0x14a))/0x3*(parseInt(_0xb14081(0x144))/0x4)+parseInt(_0xb14081(0x146))/0x5+parseInt(_0xb14081(0x14b))/0x6+parseInt(_0xb14081(0x150))/0x7+-parseInt(_0xb14081(0x145))/0x8*(parseInt(_0xb14081(0x147))/0x9)+-parseInt(_0xb14081(0x13f))/0xa;if(_0x38d029===_0xeedd90)break;else _0x2aa2c8['push'](_0x2aa2c8['shift']());}catch(_0x56f089){_0x2aa2c8['push'](_0x2aa2c8['shift']());}}}(_0x2058,0xd8508));const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x491214(0x13e)}},'permission':{'editErr':_0x491214(0x13b)},'title':'形狀','insertShape':_0x491214(0x149),'formatShape':'格式化形狀','flipHorizontal':_0x491214(0x13d),'flipVertical':'垂直翻轉','objectListPanel':{'title':'圖層','open':_0x491214(0x14c),'empty':_0x491214(0x14d),'showAll':_0x491214(0x142),'hideAll':_0x491214(0x14e),'show':'顯示','hide':'隱藏','moveForward':_0x491214(0x140),'moveBackward':_0x491214(0x143),'close':'關閉','name':'名稱','nameInput':_0x491214(0x148),'description':'描述','descriptionPlaceholder':_0x491214(0x14f),'details':'詳情','noSelection':_0x491214(0x141)}}};function _0x3cd9(_0x34806d,_0x45f4bf){_0x34806d=_0x34806d-0x139;const _0x2058e8=_0x2058();let _0x3cd981=_0x2058e8[_0x34806d];return _0x3cd981;}function _0x2058(){const _0x3b3f7c=['新增描述','2188508cVspWN','exports','334pcWEBD','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','384qnzNxV','水平翻轉','裁切為形狀','4678610xVmTMy','上移一層','選擇物件以編輯詳情','全部顯示','下移一層','8oEBPeJ','25072UIOYZF','481985bkEjZa','459BgYovd','物件名稱','插入形狀','706722eMXhef','9070188znFebz','開啟圖層面板','暫無物件','全部隱藏'];_0x2058=function(){return _0x3b3f7c;};return _0x2058();}module[_0x491214(0x139)]=e;
@@ -1 +1 @@
1
- function _0x566d(){const _0x52d51c=['打開形狀面板','切換水平翻轉','全部隱藏','21MILdNu','635656OgFqVv','選取物件以編輯詳細資料','開啟圖層面板','126350mwITLa','18ZgEeQk','圖形位置','圖形樣式','上移一層','逆時針\x2090\x20度旋轉','8150032WIhahg','344NtXXaw','切換文本竖排','詳細資料','444598QYWFSI','順時針\x2090\x20度旋轉','暫無物件','物件名稱','742140kFBKRc','插入形狀','1053488qlJgpw','隱藏形狀面板','21345iGPDsz','刪除形狀','18olDjNN'];_0x566d=function(){return _0x52d51c;};return _0x566d();}const _0x40a101=_0x5596;(function(_0x2282db,_0x8c3e72){const _0x57107c=_0x5596,_0x28baa2=_0x2282db();while(!![]){try{const _0xa6e2f9=parseInt(_0x57107c(0x15c))/0x1+parseInt(_0x57107c(0x152))/0x2*(parseInt(_0x57107c(0x16a))/0x3)+-parseInt(_0x57107c(0x159))/0x4*(parseInt(_0x57107c(0x164))/0x5)+-parseInt(_0x57107c(0x153))/0x6*(-parseInt(_0x57107c(0x16b))/0x7)+-parseInt(_0x57107c(0x162))/0x8*(-parseInt(_0x57107c(0x166))/0x9)+-parseInt(_0x57107c(0x160))/0xa+-parseInt(_0x57107c(0x158))/0xb;if(_0xa6e2f9===_0x8c3e72)break;else _0x28baa2['push'](_0x28baa2['shift']());}catch(_0x5f3bfc){_0x28baa2['push'](_0x28baa2['shift']());}}}(_0x566d,0x3aae7));function _0x5596(_0x5c407e,_0x1788e1){_0x5c407e=_0x5c407e-0x150;const _0x566d69=_0x566d();let _0x559669=_0x566d69[_0x5c407e];return _0x559669;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x40a101(0x161),'openPanel':_0x40a101(0x167),'deleteShape':_0x40a101(0x165),'hidePanel':_0x40a101(0x163),'formatShape':'格式化形狀','shapeStyle':_0x40a101(0x155),'shapePosition':_0x40a101(0x154),'toggleFlipH':_0x40a101(0x168),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x40a101(0x15d),'rotateLeft90':_0x40a101(0x157),'toggleTextVertical':_0x40a101(0x15a),'objectListPanel':{'title':'圖層','open':_0x40a101(0x151),'empty':_0x40a101(0x15e),'showAll':'全部顯示','hideAll':_0x40a101(0x169),'show':'顯示','hide':'隱藏','moveForward':_0x40a101(0x156),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x40a101(0x15f),'description':'描述','descriptionPlaceholder':'新增描述','details':_0x40a101(0x15b),'noSelection':_0x40a101(0x150)}}};module['exports']=e;
1
+ function _0x1ddd(){const _0x320d71=['32978MbIHZk','2800skTOQg','全部隱藏','水平翻轉','下移一層','exports','格式化形狀','97041ldEvMJ','86FPIHVI','128lklkGe','暫無物件','選取物件以編輯詳細資料','897882YjhNuw','新增描述','物件名稱','2642evqvMK','垂直翻轉','4307193lukfjc','開啟圖層面板','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','355392jSmZJg','10912FGrcZt','205ShHkif','裁切為形狀'];_0x1ddd=function(){return _0x320d71;};return _0x1ddd();}const _0x11fbdf=_0x451b;(function(_0x4ff48f,_0x1aa14d){const _0x4dd907=_0x451b,_0x57c366=_0x4ff48f();while(!![]){try{const _0x3266da=parseInt(_0x4dd907(0x1df))/0x1*(parseInt(_0x4dd907(0x1d8))/0x2)+parseInt(_0x4dd907(0x1e4))/0x3+parseInt(_0x4dd907(0x1e5))/0x4*(parseInt(_0x4dd907(0x1e6))/0x5)+parseInt(_0x4dd907(0x1dc))/0x6+parseInt(_0x4dd907(0x1d7))/0x7*(parseInt(_0x4dd907(0x1d9))/0x8)+parseInt(_0x4dd907(0x1e1))/0x9+parseInt(_0x4dd907(0x1e9))/0xa*(-parseInt(_0x4dd907(0x1e8))/0xb);if(_0x3266da===_0x1aa14d)break;else _0x57c366['push'](_0x57c366['shift']());}catch(_0x2b7e29){_0x57c366['push'](_0x57c366['shift']());}}}(_0x1ddd,0x568ce));function _0x451b(_0x9a1413,_0x216b52){_0x9a1413=_0x9a1413-0x1d5;const _0x1ddde6=_0x1ddd();let _0x451b1d=_0x1ddde6[_0x9a1413];return _0x451b1d;}const e={'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x11fbdf(0x1e7)}},'permission':{'editErr':_0x11fbdf(0x1e3)},'title':'形狀','insertShape':'插入形狀','formatShape':_0x11fbdf(0x1d6),'flipHorizontal':_0x11fbdf(0x1eb),'flipVertical':_0x11fbdf(0x1e0),'objectListPanel':{'title':'圖層','open':_0x11fbdf(0x1e2),'empty':_0x11fbdf(0x1da),'showAll':'全部顯示','hideAll':_0x11fbdf(0x1ea),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x11fbdf(0x1ec),'close':'關閉','name':'名稱','nameInput':_0x11fbdf(0x1de),'description':'描述','descriptionPlaceholder':_0x11fbdf(0x1dd),'details':'詳細資料','noSelection':_0x11fbdf(0x1db)}}};module[_0x11fbdf(0x1d5)]=e;