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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/README.md +5 -3
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +21 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/command-util.d.ts +9 -3
  64. package/lib/types/commands/menu/menu-dependencies.d.ts +2 -0
  65. package/lib/types/commands/menu/object-list.menu.d.ts +4 -0
  66. package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
  67. package/lib/types/const.d.ts +2 -1
  68. package/lib/types/controllers/components.controller.d.ts +4 -2
  69. package/lib/types/controllers/shape-update.controller.d.ts +1 -0
  70. package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
  71. package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
  72. package/lib/types/controllers/sheet-shape-render.controller.d.ts +8 -3
  73. package/lib/types/index.d.ts +1 -7
  74. package/lib/types/locale/en-US.d.ts +18 -0
  75. package/lib/types/services/shape-text-editing.service.d.ts +8 -0
  76. package/lib/types/utils/shape-text-document.d.ts +1 -11
  77. package/lib/types/view-model/drawing-shape.d.ts +6 -2
  78. package/lib/types/view-model/shape-data-model.d.ts +7 -5
  79. package/lib/types/views/ShapePicker.d.ts +4 -0
  80. package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +1 -0
  81. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ar-SA.js +1 -1
  84. package/lib/umd/locale/ca-ES.js +1 -1
  85. package/lib/umd/locale/de-DE.js +1 -1
  86. package/lib/umd/locale/en-US.js +1 -1
  87. package/lib/umd/locale/es-ES.js +1 -1
  88. package/lib/umd/locale/fa-IR.js +1 -1
  89. package/lib/umd/locale/fr-FR.js +1 -1
  90. package/lib/umd/locale/id-ID.js +1 -1
  91. package/lib/umd/locale/it-IT.js +1 -1
  92. package/lib/umd/locale/ja-JP.js +1 -1
  93. package/lib/umd/locale/ko-KR.js +1 -1
  94. package/lib/umd/locale/pl-PL.js +1 -1
  95. package/lib/umd/locale/pt-BR.js +1 -1
  96. package/lib/umd/locale/ru-RU.js +1 -1
  97. package/lib/umd/locale/sk-SK.js +1 -1
  98. package/lib/umd/locale/vi-VN.js +1 -1
  99. package/lib/umd/locale/zh-CN.js +1 -1
  100. package/lib/umd/locale/zh-HK.js +1 -1
  101. package/lib/umd/locale/zh-TW.js +1 -1
  102. package/package.json +20 -19
  103. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
@@ -1 +1 @@
1
- function _0x5bb1(_0x2b6f31,_0x63e721){_0x2b6f31=_0x2b6f31-0x128;const _0x4b537e=_0x4b53();let _0x5bb137=_0x4b537e[_0x2b6f31];return _0x5bb137;}const _0x2c5e10=_0x5bb1;function _0x4b53(){const _0x1074b5=['2713743pnkzBc','زيادة\x20حجم\x20الخط','553614YZkqUa','موضع\x20الشكل','محاذاة\x20أفقية','8aKJtZW','تدوير\x20لليسار\x2090°','Text\x20color','يمين','تنسيق\x20الشكل','تبديل\x20الانعكاس\x20العمودي','8JpDDVS','413787mmzmuj','نمط\x20الشكل','منتصف','لون\x20التعبئة','إدراج\x20شكل','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','Bold','إخفاء\x20لوحة\x20الأشكال','Text\x20Background\x20color','تبديل\x20النص\x20العمودي','Italic','3343340kbNbrb','تبديل\x20الانعكاس\x20الأفقي','شكل','أسفل','Strikethrough','Align\x20Center','Justify','وسط','491945uEKZpM','1826860ETfOCG','Underline','محاذاة\x20عمودية','تدوير\x20لليمين\x2090°','أعلى','Align\x20Right','89SmMmcL','2718KejcuH'];_0x4b53=function(){return _0x1074b5;};return _0x4b53();}(function(_0x13b0da,_0x261a57){const _0x5b5c43=_0x5bb1,_0xf78236=_0x13b0da();while(!![]){try{const _0x10ff9a=parseInt(_0x5b5c43(0x149))/0x1*(parseInt(_0x5b5c43(0x14a))/0x2)+parseInt(_0x5b5c43(0x12f))/0x3+-parseInt(_0x5b5c43(0x128))/0x4*(-parseInt(_0x5b5c43(0x142))/0x5)+parseInt(_0x5b5c43(0x14d))/0x6+parseInt(_0x5b5c43(0x143))/0x7+-parseInt(_0x5b5c43(0x12e))/0x8*(parseInt(_0x5b5c43(0x14b))/0x9)+-parseInt(_0x5b5c43(0x13a))/0xa;if(_0x10ff9a===_0x261a57)break;else _0xf78236['push'](_0xf78236['shift']());}catch(_0x3a52e3){_0xf78236['push'](_0xf78236['shift']());}}}(_0x4b53,0x2a3f6));const e={'sheets-shape-ui':{'align':{'top':_0x2c5e10(0x147),'middle':_0x2c5e10(0x131),'bottom':_0x2c5e10(0x13d),'left':'يسار','center':_0x2c5e10(0x141),'right':_0x2c5e10(0x12b)},'toolbar':{'verticalAlignMode':{'main':_0x2c5e10(0x145)},'horizontalAlignMode':{'main':_0x2c5e10(0x14f)},'fillColor':{'main':_0x2c5e10(0x132)},'fontSize':'حجم\x20الخط','fontSizeIncrease':_0x2c5e10(0x14c),'fontSizeDecrease':'تقليل\x20حجم\x20الخط','alignLeft':'Align\x20Left','alignCenter':_0x2c5e10(0x13f),'alignRight':_0x2c5e10(0x148),'alignJustify':_0x2c5e10(0x140),'bold':_0x2c5e10(0x135),'italic':_0x2c5e10(0x139),'underline':_0x2c5e10(0x144),'strikethrough':_0x2c5e10(0x13e),'textColor':_0x2c5e10(0x12a),'textBackgroundColor':_0x2c5e10(0x137),'resetColor':'إعادة\x20تعيين'},'imagePanel':{'crop':{'shape':'قص\x20إلى\x20شكل'}},'permission':{'editErr':_0x2c5e10(0x134)},'title':_0x2c5e10(0x13c),'insertShape':_0x2c5e10(0x133),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':'حذف\x20الشكل','hidePanel':_0x2c5e10(0x136),'formatShape':_0x2c5e10(0x12c),'shapeStyle':_0x2c5e10(0x130),'shapePosition':_0x2c5e10(0x14e),'toggleFlipH':_0x2c5e10(0x13b),'toggleFlipV':_0x2c5e10(0x12d),'rotateRight90':_0x2c5e10(0x146),'rotateLeft90':_0x2c5e10(0x129),'toggleTextVertical':_0x2c5e10(0x138)}};export{e as default};
1
+ function _0xeea7(_0x2f0744,_0x43d20c){_0x2f0744=_0x2f0744-0x1ef;const _0x56a00d=_0x56a0();let _0xeea790=_0x56a00d[_0x2f0744];return _0xeea790;}const _0x2fb5be=_0xeea7;(function(_0x2d3a71,_0x143234){const _0x3ea3ad=_0xeea7,_0x1cb8af=_0x2d3a71();while(!![]){try{const _0xa0e024=parseInt(_0x3ea3ad(0x20c))/0x1+-parseInt(_0x3ea3ad(0x200))/0x2+-parseInt(_0x3ea3ad(0x1f3))/0x3+parseInt(_0x3ea3ad(0x21d))/0x4+parseInt(_0x3ea3ad(0x20f))/0x5*(parseInt(_0x3ea3ad(0x217))/0x6)+parseInt(_0x3ea3ad(0x1ff))/0x7*(parseInt(_0x3ea3ad(0x20a))/0x8)+-parseInt(_0x3ea3ad(0x211))/0x9;if(_0xa0e024===_0x143234)break;else _0x1cb8af['push'](_0x1cb8af['shift']());}catch(_0x23b4eb){_0x1cb8af['push'](_0x1cb8af['shift']());}}}(_0x56a0,0x6b1d0));const e={'sheets-shape-ui':{'align':{'top':_0x2fb5be(0x21f),'middle':_0x2fb5be(0x209),'bottom':'أسفل','left':'يسار','center':_0x2fb5be(0x215),'right':'يمين'},'toolbar':{'verticalAlignMode':{'main':'محاذاة\x20عمودية'},'horizontalAlignMode':{'main':'محاذاة\x20أفقية'},'fillColor':{'main':_0x2fb5be(0x1fa)},'fontSize':_0x2fb5be(0x210),'fontSizeIncrease':_0x2fb5be(0x1fb),'fontSizeDecrease':_0x2fb5be(0x1f6),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x2fb5be(0x21a),'alignRight':_0x2fb5be(0x1f7),'alignJustify':_0x2fb5be(0x1fc),'bold':'غامق','italic':'مائل','underline':_0x2fb5be(0x206),'strikethrough':_0x2fb5be(0x207),'textColor':_0x2fb5be(0x212),'textBackgroundColor':_0x2fb5be(0x20b),'resetColor':_0x2fb5be(0x213)},'imagePanel':{'crop':{'shape':_0x2fb5be(0x1f5)}},'permission':{'editErr':_0x2fb5be(0x203)},'title':_0x2fb5be(0x204),'insertShape':_0x2fb5be(0x202),'openPanel':_0x2fb5be(0x1fd),'deleteShape':'حذف\x20الشكل','hidePanel':'إخفاء\x20لوحة\x20الأشكال','formatShape':_0x2fb5be(0x216),'shapeStyle':_0x2fb5be(0x20e),'shapePosition':_0x2fb5be(0x21c),'toggleFlipH':_0x2fb5be(0x1f4),'toggleFlipV':_0x2fb5be(0x1fe),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x2fb5be(0x21b),'toggleTextVertical':_0x2fb5be(0x1ef),'objectListPanel':{'title':_0x2fb5be(0x1f2),'open':'فتح\x20لوحة\x20الطبقات','empty':_0x2fb5be(0x1f1),'showAll':_0x2fb5be(0x21e),'hideAll':_0x2fb5be(0x1f9),'show':_0x2fb5be(0x205),'hide':_0x2fb5be(0x219),'moveForward':_0x2fb5be(0x208),'moveBackward':_0x2fb5be(0x1f8),'close':'إغلاق','name':_0x2fb5be(0x201),'nameInput':_0x2fb5be(0x218),'description':_0x2fb5be(0x1f0),'descriptionPlaceholder':_0x2fb5be(0x20d),'details':_0x2fb5be(0x214),'noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};export{e as default};function _0x56a0(){const _0x13e56f=['وسط','تنسيق\x20الشكل','47262PRbnyL','اسم\x20الكائن','إخفاء','محاذاة\x20للوسط','تدوير\x20لليسار\x2090°','موضع\x20الشكل','3304176YbywBf','إظهار\x20الكل','أعلى','تبديل\x20النص\x20العمودي','الوصف','لا\x20توجد\x20كائنات','الطبقات','641004UmbpBB','تبديل\x20الانعكاس\x20الأفقي','قص\x20إلى\x20شكل','تقليل\x20حجم\x20الخط','محاذاة\x20لليمين','إرسال\x20للخلف','إخفاء\x20الكل','لون\x20التعبئة','زيادة\x20حجم\x20الخط','ضبط','فتح\x20لوحة\x20الأشكال','تبديل\x20الانعكاس\x20العمودي','44534eRXHPV','1575332DTwNeq','الاسم','إدراج\x20شكل','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','شكل','إظهار','تسطير','يتوسطه\x20خط','إحضار\x20للأمام','منتصف','536RYXvLH','لون\x20خلفية\x20النص','764735bhEgCg','إضافة\x20وصف','نمط\x20الشكل','155oRYZFm','حجم\x20الخط','7390350GbVziz','لون\x20النص','إعادة\x20تعيين','التفاصيل'];_0x56a0=function(){return _0x13e56f;};return _0x56a0();}
@@ -1 +1 @@
1
- function _0x1c1d(_0x3054a2,_0x299d84){_0x3054a2=_0x3054a2-0xf4;const _0x109b59=_0x109b();let _0x1c1dd0=_0x109b59[_0x3054a2];return _0x1c1dd0;}function _0x109b(){const _0x11d91a=['Align\x20Right','Text\x20Background\x20color','inferior','Color\x20de\x20fons','1741650BzsLEI','Alineació\x20horitzontal','Align\x20Left','537281mlvWvu','Bold','Estil\x20de\x20forma','Alternar\x20volteig\x20horitzontal','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','mig','352848CypYOG','Align\x20Center','Justify','6961616VzUHWU','Amagar\x20panell\x20de\x20formes','2847610kjEICP','dreta','Strikethrough','Alternar\x20volteig\x20vertical','Restablir','Italic','186MoHGkx','Alternar\x20text\x20vertical','superior','Posició\x20de\x20forma','Alineació\x20vertical','Text\x20color','Eliminar\x20forma','1342208RHpbXG','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','17788uXQAfG','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','centre'];_0x109b=function(){return _0x11d91a;};return _0x109b();}const _0x367cd7=_0x1c1d;(function(_0x1d9cbd,_0x950a70){const _0x4d8bac=_0x1c1d,_0x34ce56=_0x1d9cbd();while(!![]){try{const _0x25c283=-parseInt(_0x4d8bac(0x102))/0x1+parseInt(_0x4d8bac(0x108))/0x2+parseInt(_0x4d8bac(0x113))/0x3*(parseInt(_0x4d8bac(0xf8))/0x4)+-parseInt(_0x4d8bac(0x10d))/0x5+parseInt(_0x4d8bac(0xff))/0x6+-parseInt(_0x4d8bac(0xf6))/0x7+parseInt(_0x4d8bac(0x10b))/0x8;if(_0x25c283===_0x950a70)break;else _0x34ce56['push'](_0x34ce56['shift']());}catch(_0x1775d0){_0x34ce56['push'](_0x34ce56['shift']());}}}(_0x109b,0x4cad4));const e={'sheets-shape-ui':{'align':{'top':_0x367cd7(0x115),'middle':_0x367cd7(0x107),'bottom':_0x367cd7(0xfd),'left':'esquerra','center':_0x367cd7(0xfa),'right':_0x367cd7(0x10e)},'toolbar':{'verticalAlignMode':{'main':_0x367cd7(0x117)},'horizontalAlignMode':{'main':_0x367cd7(0x100)},'fillColor':{'main':_0x367cd7(0xfe)},'fontSize':'Mida\x20de\x20la\x20lletra','fontSizeIncrease':_0x367cd7(0xf9),'fontSizeDecrease':_0x367cd7(0xf7),'alignLeft':_0x367cd7(0x101),'alignCenter':_0x367cd7(0x109),'alignRight':_0x367cd7(0xfb),'alignJustify':_0x367cd7(0x10a),'bold':_0x367cd7(0x103),'italic':_0x367cd7(0x112),'underline':'Underline','strikethrough':_0x367cd7(0x10f),'textColor':_0x367cd7(0xf4),'textBackgroundColor':_0x367cd7(0xfc),'resetColor':_0x367cd7(0x111)},'imagePanel':{'crop':{'shape':'Retalla\x20a\x20forma'}},'permission':{'editErr':_0x367cd7(0x106)},'title':'Forma','insertShape':'Inserir\x20forma','openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':_0x367cd7(0xf5),'hidePanel':_0x367cd7(0x10c),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x367cd7(0x104),'shapePosition':_0x367cd7(0x116),'toggleFlipH':_0x367cd7(0x105),'toggleFlipV':_0x367cd7(0x110),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20dreta','rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':_0x367cd7(0x114)}};export{e as default};
1
+ function _0x3a81(_0x43ffff,_0x5e71c1){_0x43ffff=_0x43ffff-0x6a;const _0x2ffad5=_0x2ffa();let _0x3a810f=_0x2ffad5[_0x43ffff];return _0x3a810f;}const _0x4f0f24=_0x3a81;(function(_0xa8ddd8,_0x533dbb){const _0x444ae2=_0x3a81,_0xe4db5f=_0xa8ddd8();while(!![]){try{const _0x24e618=parseInt(_0x444ae2(0x74))/0x1*(parseInt(_0x444ae2(0x72))/0x2)+-parseInt(_0x444ae2(0x79))/0x3*(parseInt(_0x444ae2(0x7e))/0x4)+-parseInt(_0x444ae2(0x85))/0x5+-parseInt(_0x444ae2(0x93))/0x6*(-parseInt(_0x444ae2(0x86))/0x7)+parseInt(_0x444ae2(0x91))/0x8*(parseInt(_0x444ae2(0x78))/0x9)+parseInt(_0x444ae2(0x6e))/0xa+-parseInt(_0x444ae2(0x97))/0xb;if(_0x24e618===_0x533dbb)break;else _0xe4db5f['push'](_0xe4db5f['shift']());}catch(_0x34ed1e){_0xe4db5f['push'](_0xe4db5f['shift']());}}}(_0x2ffa,0x6fe12));function _0x2ffa(){const _0x246d53=['Estil\x20de\x20forma','491954TQSXvv','Nom\x20de\x20l’objecte','2jPrQdx','mig','Retalla\x20a\x20forma','Alternar\x20volteig\x20vertical','109899WNOjMq','1754754OJXKbZ','Detalls','Color\x20de\x20fons','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Alternar\x20volteig\x20horitzontal','4FIzHWa','Alineació\x20horitzontal','Cursiva','Amagar\x20panell\x20de\x20formes','Inserir\x20forma','Porta\x20endavant','Forma','2101135YkdevB','3248sjwVMg','Sense\x20objectes','esquerra','Mostra','Capes','Alternar\x20text\x20vertical','Ratllat','Mostra-ho\x20tot','Envia\x20enrere','Obre\x20el\x20tauler\x20de\x20capes','Subratllat','488iwadbE','Color\x20de\x20fons\x20del\x20text','912xxkBQm','Restablir','inferior','Negreta','6214241mFJohl','dreta','Afegeix\x20descripcio','Mida\x20de\x20la\x20lletra','Rotar\x2090°\x20a\x20la\x20dreta','Amaga-ho\x20tot','Eliminar\x20forma','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','7209810pEPesH','Color\x20del\x20text','Alinea\x20a\x20la\x20dreta'];_0x2ffa=function(){return _0x246d53;};return _0x2ffa();}const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x4f0f24(0x75),'bottom':_0x4f0f24(0x95),'left':_0x4f0f24(0x88),'center':'centre','right':_0x4f0f24(0x98)},'toolbar':{'verticalAlignMode':{'main':'Alineació\x20vertical'},'horizontalAlignMode':{'main':_0x4f0f24(0x7f)},'fillColor':{'main':_0x4f0f24(0x7b)},'fontSize':_0x4f0f24(0x9a),'fontSizeIncrease':'Augmentar\x20la\x20mida\x20de\x20la\x20lletra','fontSizeDecrease':'Disminuir\x20la\x20mida\x20de\x20la\x20lletra','alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':'Centra','alignRight':_0x4f0f24(0x70),'alignJustify':'Justifica','bold':_0x4f0f24(0x96),'italic':_0x4f0f24(0x80),'underline':_0x4f0f24(0x90),'strikethrough':_0x4f0f24(0x8c),'textColor':_0x4f0f24(0x6f),'textBackgroundColor':_0x4f0f24(0x92),'resetColor':_0x4f0f24(0x94)},'imagePanel':{'crop':{'shape':_0x4f0f24(0x76)}},'permission':{'editErr':_0x4f0f24(0x6d)},'title':_0x4f0f24(0x84),'insertShape':_0x4f0f24(0x82),'openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':_0x4f0f24(0x6c),'hidePanel':_0x4f0f24(0x81),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x4f0f24(0x71),'shapePosition':'Posició\x20de\x20forma','toggleFlipH':_0x4f0f24(0x7d),'toggleFlipV':_0x4f0f24(0x77),'rotateRight90':_0x4f0f24(0x6a),'rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':_0x4f0f24(0x8b),'objectListPanel':{'title':_0x4f0f24(0x8a),'open':_0x4f0f24(0x8f),'empty':_0x4f0f24(0x87),'showAll':_0x4f0f24(0x8d),'hideAll':_0x4f0f24(0x6b),'show':_0x4f0f24(0x89),'hide':'Amagar','moveForward':_0x4f0f24(0x83),'moveBackward':_0x4f0f24(0x8e),'close':'Tancar','name':'Nom','nameInput':_0x4f0f24(0x73),'description':'Descripció','descriptionPlaceholder':_0x4f0f24(0x99),'details':_0x4f0f24(0x7a),'noSelection':_0x4f0f24(0x7c)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x4defd1=_0x599c;function _0x599c(_0x4318cb,_0x313622){_0x4318cb=_0x4318cb-0xeb;const _0x912c53=_0x912c();let _0x599c1c=_0x912c53[_0x4318cb];return _0x599c1c;}(function(_0x4baec0,_0x3a1452){const _0xb3e32c=_0x599c,_0x54eefc=_0x4baec0();while(!![]){try{const _0x2a6730=parseInt(_0xb3e32c(0xee))/0x1+parseInt(_0xb3e32c(0xfe))/0x2*(parseInt(_0xb3e32c(0xf0))/0x3)+parseInt(_0xb3e32c(0xef))/0x4+parseInt(_0xb3e32c(0xf9))/0x5+parseInt(_0xb3e32c(0x101))/0x6+-parseInt(_0xb3e32c(0xfd))/0x7+parseInt(_0xb3e32c(0xf7))/0x8*(-parseInt(_0xb3e32c(0x107))/0x9);if(_0x2a6730===_0x3a1452)break;else _0x54eefc['push'](_0x54eefc['shift']());}catch(_0x475cc5){_0x54eefc['push'](_0x54eefc['shift']());}}}(_0x912c,0x50c36));const e={'sheets-shape-ui':{'align':{'top':_0x4defd1(0xf1),'middle':_0x4defd1(0xf3),'bottom':_0x4defd1(0xf6),'left':_0x4defd1(0x105),'center':_0x4defd1(0xf3),'right':_0x4defd1(0x103)},'toolbar':{'verticalAlignMode':{'main':'Vertikale\x20Ausrichtung'},'horizontalAlignMode':{'main':'Horizontale\x20Ausrichtung'},'fillColor':{'main':'Füllfarbe'},'fontSize':_0x4defd1(0xfb),'fontSizeIncrease':_0x4defd1(0xec),'fontSizeDecrease':'Schriftgröße\x20verkleinern','alignLeft':_0x4defd1(0xf5),'alignCenter':_0x4defd1(0xf4),'alignRight':_0x4defd1(0xfa),'alignJustify':_0x4defd1(0x100),'bold':'Bold','italic':_0x4defd1(0x10a),'underline':_0x4defd1(0xed),'strikethrough':_0x4defd1(0xf8),'textColor':'Text\x20color','textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x4defd1(0x109)},'imagePanel':{'crop':{'shape':_0x4defd1(0xeb)}},'permission':{'editErr':_0x4defd1(0x102)},'title':_0x4defd1(0x108),'insertShape':_0x4defd1(0x106),'openPanel':'Form-Panel\x20öffnen','deleteShape':'Form\x20löschen','hidePanel':_0x4defd1(0xfc),'formatShape':'Form\x20formatieren','shapeStyle':'Formstil','shapePosition':_0x4defd1(0xff),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':_0x4defd1(0x104),'rotateLeft90':'Links\x2090°\x20drehen','toggleTextVertical':_0x4defd1(0xf2)}};function _0x912c(){const _0x19b43b=['598488pvRcyv','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Rechts','Rechts\x2090°\x20drehen','Links','Form\x20einfügen','36deBOOk','Form','Zurücksetzen','Italic','Auf\x20Form\x20zuschneiden','Schriftgröße\x20vergrößern','Underline','349195cSWQOJ','171568iZQqBj','29793zHiWjo','Oben','Vertikalen\x20Text\x20umschalten','Mitte','Align\x20Center','Align\x20Left','Unten','954520QLbhaT','Strikethrough','2682755nbsQVN','Align\x20Right','Schriftgröße','Form-Panel\x20ausblenden','1750791fLjqip','6kHCCYs','Formposition','Justify'];_0x912c=function(){return _0x19b43b;};return _0x912c();}export{e as default};
1
+ function _0x2a2a(){const _0x36b9f1=['Schließen','Oben','Anzeigen','8HCQhZa','Formposition','Ebenenbereich\x20öffnen','Fett','Weiter\x20nach\x20hinten','1KyDcGZ','Beschreibung\x20hinzufügen','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','3288418QElVtn','Horizontale\x20Spiegelung\x20umschalten','Zentriert','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Form\x20einfügen','Texthintergrundfarbe','333558Ccsodz','6075060NpbpMb','Details','Durchgestrichen','Füllfarbe','Blocksatz','35cDgqcM','Unterstrichen','Keine\x20Objekte','Auf\x20Form\x20zuschneiden','Rechts','Mitte','Beschreibung','Schriftgröße\x20verkleinern','698098lNfgEl','Rechtsbündig','2269098btrKqW','Unten','Ebenen','Horizontale\x20Ausrichtung','Name','Form-Panel\x20öffnen','Links\x2090°\x20drehen','Kursiv','Form-Panel\x20ausblenden','Rechts\x2090°\x20drehen','Linksbündig','Alle\x20ausblenden','1856655CkfYdq','Schriftgröße','Form\x20formatieren','Formstil','142876lEFsEz','Form\x20löschen','Schriftgröße\x20vergrößern','Zurücksetzen'];_0x2a2a=function(){return _0x36b9f1;};return _0x2a2a();}const _0x3c3725=_0x16c4;function _0x16c4(_0x53b59e,_0x12d24c){_0x53b59e=_0x53b59e-0x1e5;const _0x2a2a73=_0x2a2a();let _0x16c4a5=_0x2a2a73[_0x53b59e];return _0x16c4a5;}(function(_0x43e23a,_0x1f7722){const _0x68ea92=_0x16c4,_0x2a6f17=_0x43e23a();while(!![]){try{const _0x953436=-parseInt(_0x68ea92(0x20e))/0x1*(-parseInt(_0x68ea92(0x1f0))/0x2)+parseInt(_0x68ea92(0x217))/0x3+-parseInt(_0x68ea92(0x202))/0x4*(parseInt(_0x68ea92(0x1e8))/0x5)+parseInt(_0x68ea92(0x1f2))/0x6+-parseInt(_0x68ea92(0x211))/0x7*(-parseInt(_0x68ea92(0x209))/0x8)+-parseInt(_0x68ea92(0x1fe))/0x9+-parseInt(_0x68ea92(0x218))/0xa;if(_0x953436===_0x1f7722)break;else _0x2a6f17['push'](_0x2a6f17['shift']());}catch(_0x1df624){_0x2a6f17['push'](_0x2a6f17['shift']());}}}(_0x2a2a,0x3ba86));const e={'sheets-shape-ui':{'align':{'top':_0x3c3725(0x207),'middle':_0x3c3725(0x1ed),'bottom':_0x3c3725(0x1f3),'left':'Links','center':'Mitte','right':_0x3c3725(0x1ec)},'toolbar':{'verticalAlignMode':{'main':'Vertikale\x20Ausrichtung'},'horizontalAlignMode':{'main':_0x3c3725(0x1f5)},'fillColor':{'main':_0x3c3725(0x1e6)},'fontSize':_0x3c3725(0x1ff),'fontSizeIncrease':_0x3c3725(0x204),'fontSizeDecrease':_0x3c3725(0x1ef),'alignLeft':_0x3c3725(0x1fc),'alignCenter':_0x3c3725(0x213),'alignRight':_0x3c3725(0x1f1),'alignJustify':_0x3c3725(0x1e7),'bold':_0x3c3725(0x20c),'italic':_0x3c3725(0x1f9),'underline':_0x3c3725(0x1e9),'strikethrough':_0x3c3725(0x1e5),'textColor':'Textfarbe','textBackgroundColor':_0x3c3725(0x216),'resetColor':_0x3c3725(0x205)},'imagePanel':{'crop':{'shape':_0x3c3725(0x1eb)}},'permission':{'editErr':_0x3c3725(0x210)},'title':'Form','insertShape':_0x3c3725(0x215),'openPanel':_0x3c3725(0x1f7),'deleteShape':_0x3c3725(0x203),'hidePanel':_0x3c3725(0x1fa),'formatShape':_0x3c3725(0x200),'shapeStyle':_0x3c3725(0x201),'shapePosition':_0x3c3725(0x20a),'toggleFlipH':_0x3c3725(0x212),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':_0x3c3725(0x1fb),'rotateLeft90':_0x3c3725(0x1f8),'toggleTextVertical':'Vertikalen\x20Text\x20umschalten','objectListPanel':{'title':_0x3c3725(0x1f4),'open':_0x3c3725(0x20b),'empty':_0x3c3725(0x1ea),'showAll':'Alle\x20anzeigen','hideAll':_0x3c3725(0x1fd),'show':_0x3c3725(0x208),'hide':'Ausblenden','moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x3c3725(0x20d),'close':_0x3c3725(0x206),'name':_0x3c3725(0x1f6),'nameInput':'Objektname','description':_0x3c3725(0x1ee),'descriptionPlaceholder':_0x3c3725(0x20f),'details':_0x3c3725(0x219),'noSelection':_0x3c3725(0x214)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x2900b7=_0x4537;function _0x4fcb(){const _0x306938=['right','5409uYcmoi','Rotate\x20Left\x2090°','Format\x20Shape','Toggle\x20Text\x20Vertical','Shape','Text\x20Background\x20color','Crop\x20to\x20Shape','Toggle\x20Vertical\x20Flip','868452NJgWyI','1170YFiEAc','Insert\x20Shape','Italic','Strikethrough','1797824OfBPTJ','top','619915ktvkdx','6Khvmgl','Align\x20Right','Fill\x20color','middle','Font\x20size','Reset','Delete\x20Shape','Shape\x20Position','31290qHUKOO','Open\x20Shape\x20Panel','center','Increase\x20font\x20size','Decrease\x20font\x20size','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Shape\x20Style','Align\x20Left','8685WJsVqX','Align\x20Center','Toggle\x20Horizontal\x20Flip','Rotate\x20Right\x2090°','4303446ujbrzO','Bold','bottom','4ymwYLn'];_0x4fcb=function(){return _0x306938;};return _0x4fcb();}function _0x4537(_0x2ca9ec,_0x14dea1){_0x2ca9ec=_0x2ca9ec-0x155;const _0x4fcb5a=_0x4fcb();let _0x453742=_0x4fcb5a[_0x2ca9ec];return _0x453742;}(function(_0x1aed86,_0x14183a){const _0x56deb3=_0x4537,_0x12a12f=_0x1aed86();while(!![]){try{const _0x22f345=-parseInt(_0x56deb3(0x16e))/0x1+-parseInt(_0x56deb3(0x156))/0x2+parseInt(_0x56deb3(0x166))/0x3*(parseInt(_0x56deb3(0x175))/0x4)+-parseInt(_0x56deb3(0x15d))/0x5*(parseInt(_0x56deb3(0x15e))/0x6)+parseInt(_0x56deb3(0x172))/0x7+parseInt(_0x56deb3(0x15b))/0x8+parseInt(_0x56deb3(0x177))/0x9*(parseInt(_0x56deb3(0x157))/0xa);if(_0x22f345===_0x14183a)break;else _0x12a12f['push'](_0x12a12f['shift']());}catch(_0x8e1351){_0x12a12f['push'](_0x12a12f['shift']());}}}(_0x4fcb,0x5644f));const e={'sheets-shape-ui':{'align':{'top':_0x2900b7(0x15c),'middle':_0x2900b7(0x161),'bottom':_0x2900b7(0x174),'left':'left','center':_0x2900b7(0x168),'right':_0x2900b7(0x176)},'toolbar':{'verticalAlignMode':{'main':'Vertical\x20align'},'horizontalAlignMode':{'main':'Horizontal\x20align'},'fillColor':{'main':_0x2900b7(0x160)},'fontSize':_0x2900b7(0x162),'fontSizeIncrease':_0x2900b7(0x169),'fontSizeDecrease':_0x2900b7(0x16a),'alignLeft':_0x2900b7(0x16d),'alignCenter':_0x2900b7(0x16f),'alignRight':_0x2900b7(0x15f),'alignJustify':'Justify','bold':_0x2900b7(0x173),'italic':_0x2900b7(0x159),'underline':'Underline','strikethrough':_0x2900b7(0x15a),'textColor':'Text\x20color','textBackgroundColor':_0x2900b7(0x17c),'resetColor':_0x2900b7(0x163)},'imagePanel':{'crop':{'shape':_0x2900b7(0x17d)}},'permission':{'editErr':_0x2900b7(0x16b)},'title':_0x2900b7(0x17b),'insertShape':_0x2900b7(0x158),'openPanel':_0x2900b7(0x167),'deleteShape':_0x2900b7(0x164),'hidePanel':'Hide\x20Shape\x20Panel','formatShape':_0x2900b7(0x179),'shapeStyle':_0x2900b7(0x16c),'shapePosition':_0x2900b7(0x165),'toggleFlipH':_0x2900b7(0x170),'toggleFlipV':_0x2900b7(0x155),'rotateRight90':_0x2900b7(0x171),'rotateLeft90':_0x2900b7(0x178),'toggleTextVertical':_0x2900b7(0x17a)}};export{e as default};
1
+ const _0x5e5ec4=_0x3073;(function(_0x54a9ce,_0x199fc2){const _0x436397=_0x3073,_0x2ac249=_0x54a9ce();while(!![]){try{const _0x5134c1=-parseInt(_0x436397(0xdb))/0x1*(-parseInt(_0x436397(0xd5))/0x2)+-parseInt(_0x436397(0xca))/0x3*(parseInt(_0x436397(0xce))/0x4)+parseInt(_0x436397(0xeb))/0x5+-parseInt(_0x436397(0xdd))/0x6+-parseInt(_0x436397(0xe2))/0x7+-parseInt(_0x436397(0xdc))/0x8*(-parseInt(_0x436397(0xd2))/0x9)+-parseInt(_0x436397(0xe5))/0xa*(parseInt(_0x436397(0xf2))/0xb);if(_0x5134c1===_0x199fc2)break;else _0x2ac249['push'](_0x2ac249['shift']());}catch(_0x3a0fa0){_0x2ac249['push'](_0x2ac249['shift']());}}}(_0x2953,0xb9c7a));const e={'sheets-shape-ui':{'align':{'top':_0x5e5ec4(0xc9),'middle':_0x5e5ec4(0xf3),'bottom':'bottom','left':_0x5e5ec4(0xd7),'center':_0x5e5ec4(0xe9),'right':_0x5e5ec4(0xe0)},'toolbar':{'verticalAlignMode':{'main':_0x5e5ec4(0xed)},'horizontalAlignMode':{'main':'Horizontal\x20align'},'fillColor':{'main':'Fill\x20color'},'fontSize':_0x5e5ec4(0xf1),'fontSizeIncrease':_0x5e5ec4(0xd9),'fontSizeDecrease':'Decrease\x20font\x20size','alignLeft':_0x5e5ec4(0xe4),'alignCenter':'Align\x20Center','alignRight':_0x5e5ec4(0xe6),'alignJustify':_0x5e5ec4(0xf5),'bold':_0x5e5ec4(0xcf),'italic':_0x5e5ec4(0xc4),'underline':_0x5e5ec4(0xf4),'strikethrough':_0x5e5ec4(0xef),'textColor':_0x5e5ec4(0xd4),'textBackgroundColor':_0x5e5ec4(0xd1),'resetColor':_0x5e5ec4(0xd0)},'imagePanel':{'crop':{'shape':'Crop\x20to\x20Shape'}},'permission':{'editErr':_0x5e5ec4(0xcb)},'title':_0x5e5ec4(0xe1),'insertShape':'Insert\x20Shape','openPanel':_0x5e5ec4(0xc7),'deleteShape':_0x5e5ec4(0xec),'hidePanel':_0x5e5ec4(0xc8),'formatShape':_0x5e5ec4(0xde),'shapeStyle':_0x5e5ec4(0xd3),'shapePosition':'Shape\x20Position','toggleFlipH':_0x5e5ec4(0xf0),'toggleFlipV':_0x5e5ec4(0xea),'rotateRight90':_0x5e5ec4(0xe3),'rotateLeft90':_0x5e5ec4(0xcc),'toggleTextVertical':_0x5e5ec4(0xc5),'objectListPanel':{'title':_0x5e5ec4(0xe8),'open':_0x5e5ec4(0xd6),'empty':'No\x20objects','showAll':_0x5e5ec4(0xd8),'hideAll':_0x5e5ec4(0xc2),'show':_0x5e5ec4(0xcd),'hide':'Hide','moveForward':'Bring\x20Forward','moveBackward':'Send\x20Backward','close':'Close','name':_0x5e5ec4(0xc6),'nameInput':_0x5e5ec4(0xdf),'description':_0x5e5ec4(0xc3),'descriptionPlaceholder':_0x5e5ec4(0xe7),'details':_0x5e5ec4(0xda),'noSelection':_0x5e5ec4(0xee)}}};function _0x3073(_0x17f0d4,_0x4df50a){_0x17f0d4=_0x17f0d4-0xc2;const _0x2953f4=_0x2953();let _0x3073f4=_0x2953f4[_0x17f0d4];return _0x3073f4;}function _0x2953(){const _0x1bb23b=['Toggle\x20Horizontal\x20Flip','Font\x20size','22MElXqw','middle','Underline','Justify','Hide\x20All','Description','Italic','Toggle\x20Text\x20Vertical','Name','Open\x20Shape\x20Panel','Hide\x20Shape\x20Panel','top','197697YerxDY','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Rotate\x20Left\x2090°','Show','28KuzBFX','Bold','Reset','Text\x20Background\x20color','9wBvsuq','Shape\x20Style','Text\x20color','1458cQnJRx','Open\x20Layers\x20Panel','left','Show\x20All','Increase\x20font\x20size','Details','856scTNdg','9488824TJMdTf','40554vmYkQS','Format\x20Shape','Object\x20name','right','Shape','1870792FjKLfV','Rotate\x20Right\x2090°','Align\x20Left','3104330JQjwZm','Align\x20Right','Add\x20description','Layers','center','Toggle\x20Vertical\x20Flip','1535005vZjOLQ','Delete\x20Shape','Vertical\x20align','Select\x20an\x20object\x20to\x20edit\x20details','Strikethrough'];_0x2953=function(){return _0x1bb23b;};return _0x2953();}export{e as default};
@@ -1 +1 @@
1
- const _0x516fda=_0x4359;(function(_0x5255af,_0x126c83){const _0xec9b0e=_0x4359,_0x1db473=_0x5255af();while(!![]){try{const _0x5c61df=-parseInt(_0xec9b0e(0xe9))/0x1*(-parseInt(_0xec9b0e(0x103))/0x2)+-parseInt(_0xec9b0e(0xf9))/0x3*(-parseInt(_0xec9b0e(0x10f))/0x4)+parseInt(_0xec9b0e(0x10a))/0x5+-parseInt(_0xec9b0e(0xea))/0x6+-parseInt(_0xec9b0e(0xff))/0x7*(parseInt(_0xec9b0e(0xf3))/0x8)+-parseInt(_0xec9b0e(0x10b))/0x9+parseInt(_0xec9b0e(0xf0))/0xa;if(_0x5c61df===_0x126c83)break;else _0x1db473['push'](_0x1db473['shift']());}catch(_0xb8ea9f){_0x1db473['push'](_0x1db473['shift']());}}}(_0x4283,0x5bf33));function _0x4359(_0x2bbc0b,_0x1899e5){_0x2bbc0b=_0x2bbc0b-0xe9;const _0x4283e7=_0x4283();let _0x43592b=_0x4283e7[_0x2bbc0b];return _0x43592b;}const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x516fda(0xf7),'bottom':_0x516fda(0xf1),'left':_0x516fda(0x102),'center':_0x516fda(0xeb),'right':_0x516fda(0x107)},'toolbar':{'verticalAlignMode':{'main':'Alineación\x20vertical'},'horizontalAlignMode':{'main':_0x516fda(0xfb)},'fillColor':{'main':_0x516fda(0x112)},'fontSize':_0x516fda(0xf8),'fontSizeIncrease':'Aumentar\x20tamaño\x20de\x20fuente','fontSizeDecrease':'Disminuir\x20tamaño\x20de\x20fuente','alignLeft':_0x516fda(0xee),'alignCenter':_0x516fda(0x10e),'alignRight':_0x516fda(0xef),'alignJustify':_0x516fda(0x108),'bold':'Bold','italic':_0x516fda(0x106),'underline':_0x516fda(0xec),'strikethrough':_0x516fda(0xfd),'textColor':'Text\x20color','textBackgroundColor':_0x516fda(0xed),'resetColor':_0x516fda(0xf4)},'imagePanel':{'crop':{'shape':_0x516fda(0x109)}},'permission':{'editErr':_0x516fda(0xfa)},'title':_0x516fda(0x100),'insertShape':_0x516fda(0x101),'openPanel':_0x516fda(0xf2),'deleteShape':_0x516fda(0xf5),'hidePanel':_0x516fda(0xfe),'formatShape':_0x516fda(0x105),'shapeStyle':_0x516fda(0xf6),'shapePosition':_0x516fda(0x104),'toggleFlipH':_0x516fda(0x111),'toggleFlipV':_0x516fda(0x110),'rotateRight90':_0x516fda(0x10d),'rotateLeft90':_0x516fda(0x10c),'toggleTextVertical':_0x516fda(0xfc)}};function _0x4283(){const _0x35ac29=['Posición\x20de\x20forma','Formato\x20de\x20forma','Italic','derecha','Justify','Recortar\x20a\x20forma','1961310rkpVhw','5531004dpOZVb','Rotar\x2090°\x20a\x20la\x20izquierda','Rotar\x2090°\x20a\x20la\x20derecha','Align\x20Center','452MMnigs','Alternar\x20volteo\x20vertical','Alternar\x20volteo\x20horizontal','Color\x20de\x20relleno','1EqEubM','4064226xqkuzG','centro','Underline','Text\x20Background\x20color','Align\x20Left','Align\x20Right','6221850YTxUme','inferior','Abrir\x20panel\x20de\x20formas','3176kgTgeE','Restablecer','Eliminar\x20forma','Estilo\x20de\x20forma','medio','Tamaño\x20de\x20fuente','14493WQpjfy','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Alineación\x20horizontal','Alternar\x20texto\x20vertical','Strikethrough','Ocultar\x20panel\x20de\x20formas','4613CLQucN','Forma','Insertar\x20forma','izquierda','739654siQmtq'];_0x4283=function(){return _0x35ac29;};return _0x4283();}export{e as default};
1
+ function _0x133a(){const _0x596252=['Alinear\x20a\x20la\x20derecha','426354jNEkWX','Cerrar','35QtnoMY','Abrir\x20panel\x20de\x20capas','superior','4328832ewORxG','Color\x20de\x20relleno','Rotar\x2090°\x20a\x20la\x20derecha','Mostrar','115DHcthT','Detalles','2367224gNsgLD','Alternar\x20texto\x20vertical','Ocultar\x20todo','Capas','Color\x20de\x20texto','Aumentar\x20tamaño\x20de\x20fuente','885633HxUOTY','centro','2cfimoD','14545782voyCGp','Alinear\x20a\x20la\x20izquierda','Sin\x20objetos','Agregar\x20descripción','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Ocultar','Enviar\x20atrás','derecha','Color\x20de\x20fondo\x20de\x20texto','Cursiva','izquierda','Nombre\x20del\x20objeto','Subrayado','Nombre','Mostrar\x20todo','medio','Disminuir\x20tamaño\x20de\x20fuente','204890oliWdw','Tachado','Justificar','Eliminar\x20forma','29573kyTyUQ','inferior','Abrir\x20panel\x20de\x20formas','Insertar\x20forma','Rotar\x2090°\x20a\x20la\x20izquierda','Traer\x20adelante','297CIiJgh','Alineación\x20horizontal','Alternar\x20volteo\x20vertical','Restablecer','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'];_0x133a=function(){return _0x596252;};return _0x133a();}const _0x5bd33f=_0x4c62;(function(_0x53e3eb,_0x8cbf6d){const _0x53e707=_0x4c62,_0x2ce1db=_0x53e3eb();while(!![]){try{const _0x4d915f=-parseInt(_0x53e707(0x1f5))/0x1+-parseInt(_0x53e707(0x1df))/0x2*(parseInt(_0x53e707(0x1dd))/0x3)+-parseInt(_0x53e707(0x1d1))/0x4+parseInt(_0x53e707(0x1d5))/0x5*(parseInt(_0x53e707(0x1cc))/0x6)+parseInt(_0x53e707(0x1ce))/0x7*(-parseInt(_0x53e707(0x1d7))/0x8)+parseInt(_0x53e707(0x1e0))/0x9+parseInt(_0x53e707(0x1f1))/0xa*(parseInt(_0x53e707(0x1c6))/0xb);if(_0x4d915f===_0x8cbf6d)break;else _0x2ce1db['push'](_0x2ce1db['shift']());}catch(_0xc418a2){_0x2ce1db['push'](_0x2ce1db['shift']());}}}(_0x133a,0xdff03));const e={'sheets-shape-ui':{'align':{'top':_0x5bd33f(0x1d0),'middle':_0x5bd33f(0x1ef),'bottom':_0x5bd33f(0x1f6),'left':_0x5bd33f(0x1ea),'center':_0x5bd33f(0x1de),'right':_0x5bd33f(0x1e7)},'toolbar':{'verticalAlignMode':{'main':'Alineación\x20vertical'},'horizontalAlignMode':{'main':_0x5bd33f(0x1c7)},'fillColor':{'main':_0x5bd33f(0x1d2)},'fontSize':'Tamaño\x20de\x20fuente','fontSizeIncrease':_0x5bd33f(0x1dc),'fontSizeDecrease':_0x5bd33f(0x1f0),'alignLeft':_0x5bd33f(0x1e1),'alignCenter':'Centrar','alignRight':_0x5bd33f(0x1cb),'alignJustify':_0x5bd33f(0x1f3),'bold':'Negrita','italic':_0x5bd33f(0x1e9),'underline':_0x5bd33f(0x1ec),'strikethrough':_0x5bd33f(0x1f2),'textColor':_0x5bd33f(0x1db),'textBackgroundColor':_0x5bd33f(0x1e8),'resetColor':_0x5bd33f(0x1c9)},'imagePanel':{'crop':{'shape':'Recortar\x20a\x20forma'}},'permission':{'editErr':_0x5bd33f(0x1e4)},'title':'Forma','insertShape':_0x5bd33f(0x1f8),'openPanel':_0x5bd33f(0x1f7),'deleteShape':_0x5bd33f(0x1f4),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':'Formato\x20de\x20forma','shapeStyle':'Estilo\x20de\x20forma','shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x5bd33f(0x1c8),'rotateRight90':_0x5bd33f(0x1d3),'rotateLeft90':_0x5bd33f(0x1c4),'toggleTextVertical':_0x5bd33f(0x1d8),'objectListPanel':{'title':_0x5bd33f(0x1da),'open':_0x5bd33f(0x1cf),'empty':_0x5bd33f(0x1e2),'showAll':_0x5bd33f(0x1ee),'hideAll':_0x5bd33f(0x1d9),'show':_0x5bd33f(0x1d4),'hide':_0x5bd33f(0x1e5),'moveForward':_0x5bd33f(0x1c5),'moveBackward':_0x5bd33f(0x1e6),'close':_0x5bd33f(0x1cd),'name':_0x5bd33f(0x1ed),'nameInput':_0x5bd33f(0x1eb),'description':'Descripción','descriptionPlaceholder':_0x5bd33f(0x1e3),'details':_0x5bd33f(0x1d6),'noSelection':_0x5bd33f(0x1ca)}}};function _0x4c62(_0x43d3ef,_0x4539ba){_0x43d3ef=_0x43d3ef-0x1c4;const _0x133a20=_0x133a();let _0x4c62cd=_0x133a20[_0x43d3ef];return _0x4c62cd;}export{e as default};
@@ -1 +1 @@
1
- function _0xc655(_0x2fc4c7,_0x156664){_0x2fc4c7=_0x2fc4c7-0xac;const _0x3fc6c1=_0x3fc6();let _0xc65563=_0x3fc6c1[_0x2fc4c7];return _0xc65563;}const _0x40c66d=_0xc655;function _0x3fc6(){const _0x288363=['441848sEcYeB','چرخش\x20۹۰\x20درجه\x20به\x20راست','بازنشانی','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','کراپ\x20به\x20شکل','اندازه\x20فونت','8dcexIS','وسط','مخفی\x20کردن\x20پنل\x20شکل‌ها','درج\x20شکل','2756583aDPoTb','شکل','حذف\x20شکل','4454785kMoFUS','قالب‌بندی\x20شکل','موقعیت\x20شکل','12084lmHnNW','رنگ\x20پر\x20کردن','622713IDUcaa','459zSMvbd','Text\x20color','29837fEdaDM','سبک\x20شکل','17652530sbcYxO','Align\x20Right','Underline','Strikethrough','Text\x20Background\x20color','تغییر\x20وضعیت\x20چرخش\x20افقی','تراز\x20افقی','کاهش\x20اندازه\x20فونت','Italic','پایین','12cbzYdm','Align\x20Left','58imFRCy'];_0x3fc6=function(){return _0x288363;};return _0x3fc6();}(function(_0x422442,_0x370220){const _0x3111e4=_0xc655,_0xa41462=_0x422442();while(!![]){try{const _0xd48df8=parseInt(_0x3111e4(0xaf))/0x1*(parseInt(_0x3111e4(0xbd))/0x2)+parseInt(_0x3111e4(0xad))/0x3*(parseInt(_0x3111e4(0xce))/0x4)+parseInt(_0x3111e4(0xcb))/0x5*(parseInt(_0x3111e4(0xbb))/0x6)+-parseInt(_0x3111e4(0xac))/0x7+parseInt(_0x3111e4(0xc4))/0x8*(-parseInt(_0x3111e4(0xc8))/0x9)+-parseInt(_0x3111e4(0xb1))/0xa+-parseInt(_0x3111e4(0xbe))/0xb;if(_0xd48df8===_0x370220)break;else _0xa41462['push'](_0xa41462['shift']());}catch(_0xf513dd){_0xa41462['push'](_0xa41462['shift']());}}}(_0x3fc6,0xdddbd));const e={'sheets-shape-ui':{'align':{'top':'بالا','middle':_0x40c66d(0xc5),'bottom':_0x40c66d(0xba),'left':'چپ','center':_0x40c66d(0xc5),'right':'راست'},'toolbar':{'verticalAlignMode':{'main':'تراز\x20عمودی'},'horizontalAlignMode':{'main':_0x40c66d(0xb7)},'fillColor':{'main':_0x40c66d(0xcf)},'fontSize':_0x40c66d(0xc3),'fontSizeIncrease':'افزایش\x20اندازه\x20فونت','fontSizeDecrease':_0x40c66d(0xb8),'alignLeft':_0x40c66d(0xbc),'alignCenter':'Align\x20Center','alignRight':_0x40c66d(0xb2),'alignJustify':'Justify','bold':'Bold','italic':_0x40c66d(0xb9),'underline':_0x40c66d(0xb3),'strikethrough':_0x40c66d(0xb4),'textColor':_0x40c66d(0xae),'textBackgroundColor':_0x40c66d(0xb5),'resetColor':_0x40c66d(0xc0)},'imagePanel':{'crop':{'shape':_0x40c66d(0xc2)}},'permission':{'editErr':_0x40c66d(0xc1)},'title':_0x40c66d(0xc9),'insertShape':_0x40c66d(0xc7),'openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x40c66d(0xca),'hidePanel':_0x40c66d(0xc6),'formatShape':_0x40c66d(0xcc),'shapeStyle':_0x40c66d(0xb0),'shapePosition':_0x40c66d(0xcd),'toggleFlipH':_0x40c66d(0xb6),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x40c66d(0xbf),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی'}};export{e as default};
1
+ const _0x86b86d=_0x3c92;(function(_0x5a03d4,_0x5724fd){const _0x5a2b1d=_0x3c92,_0x32b6ca=_0x5a03d4();while(!![]){try{const _0x3f407d=parseInt(_0x5a2b1d(0x14c))/0x1+-parseInt(_0x5a2b1d(0x132))/0x2+parseInt(_0x5a2b1d(0x145))/0x3*(parseInt(_0x5a2b1d(0x135))/0x4)+-parseInt(_0x5a2b1d(0x127))/0x5*(parseInt(_0x5a2b1d(0x13b))/0x6)+-parseInt(_0x5a2b1d(0x153))/0x7+-parseInt(_0x5a2b1d(0x154))/0x8*(parseInt(_0x5a2b1d(0x12b))/0x9)+-parseInt(_0x5a2b1d(0x136))/0xa*(-parseInt(_0x5a2b1d(0x147))/0xb);if(_0x3f407d===_0x5724fd)break;else _0x32b6ca['push'](_0x32b6ca['shift']());}catch(_0x5eab90){_0x32b6ca['push'](_0x32b6ca['shift']());}}}(_0x42b4,0xa916a));function _0x3c92(_0x31ee8d,_0x404337){_0x31ee8d=_0x31ee8d-0x122;const _0x42b4da=_0x42b4();let _0x3c9223=_0x42b4da[_0x31ee8d];return _0x3c9223;}const e={'sheets-shape-ui':{'align':{'top':_0x86b86d(0x146),'middle':_0x86b86d(0x14d),'bottom':_0x86b86d(0x144),'left':'چپ','center':_0x86b86d(0x14d),'right':_0x86b86d(0x141)},'toolbar':{'verticalAlignMode':{'main':_0x86b86d(0x13d)},'horizontalAlignMode':{'main':_0x86b86d(0x122)},'fillColor':{'main':_0x86b86d(0x12d)},'fontSize':_0x86b86d(0x138),'fontSizeIncrease':_0x86b86d(0x128),'fontSizeDecrease':_0x86b86d(0x13f),'alignLeft':'تراز\x20چپ','alignCenter':_0x86b86d(0x125),'alignRight':'تراز\x20راست','alignJustify':_0x86b86d(0x152),'bold':_0x86b86d(0x130),'italic':_0x86b86d(0x133),'underline':_0x86b86d(0x14b),'strikethrough':_0x86b86d(0x129),'textColor':_0x86b86d(0x14e),'textBackgroundColor':_0x86b86d(0x142),'resetColor':_0x86b86d(0x124)},'imagePanel':{'crop':{'shape':'کراپ\x20به\x20شکل'}},'permission':{'editErr':_0x86b86d(0x14f)},'title':_0x86b86d(0x131),'insertShape':'درج\x20شکل','openPanel':_0x86b86d(0x148),'deleteShape':_0x86b86d(0x12c),'hidePanel':'مخفی\x20کردن\x20پنل\x20شکل‌ها','formatShape':'قالب‌بندی\x20شکل','shapeStyle':_0x86b86d(0x149),'shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x86b86d(0x12f),'toggleFlipV':_0x86b86d(0x123),'rotateRight90':_0x86b86d(0x151),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':_0x86b86d(0x150),'objectListPanel':{'title':_0x86b86d(0x137),'open':_0x86b86d(0x126),'empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':_0x86b86d(0x13c),'hideAll':_0x86b86d(0x139),'show':_0x86b86d(0x140),'hide':_0x86b86d(0x12a),'moveForward':_0x86b86d(0x13e),'moveBackward':_0x86b86d(0x13a),'close':'بستن','name':_0x86b86d(0x143),'nameInput':'نام\x20شیء','description':_0x86b86d(0x12e),'descriptionPlaceholder':_0x86b86d(0x14a),'details':_0x86b86d(0x134),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید'}}};export{e as default};function _0x42b4(){const _0x4a3982=['1098585QoSEXG','بالا','159104IKomRq','باز\x20کردن\x20پنل\x20شکل‌ها','سبک\x20شکل','افزودن\x20توضیحات','خط‌کشی','807310IFAGdV','وسط','رنگ\x20متن','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','تغییر\x20وضعیت\x20متن\x20عمودی','چرخش\x20۹۰\x20درجه\x20به\x20راست','توجیه','3992646hQewDJ','1406032wuJKUv','تراز\x20افقی','تغییر\x20وضعیت\x20چرخش\x20عمودی','بازنشانی','تراز\x20وسط','باز\x20کردن\x20پنل\x20لایه‌ها','265vkQmzW','افزایش\x20اندازه\x20فونت','خط‌دار','پنهان\x20کردن','9toYXuU','حذف\x20شکل','رنگ\x20پر\x20کردن','توضیحات','تغییر\x20وضعیت\x20چرخش\x20افقی','پررنگ','شکل','759284LFfNsb','ایتالیک','جزئیات','8WcodCH','240AClIPd','لایه‌ها','اندازه\x20فونت','پنهان\x20کردن\x20همه','فرستادن\x20به\x20عقب','7752sytGWP','نمایش\x20همه','تراز\x20عمودی','آوردن\x20به\x20جلو','کاهش\x20اندازه\x20فونت','نمایش','راست','رنگ\x20پس‌زمینه\x20متن','نام','پایین'];_0x42b4=function(){return _0x4a3982;};return _0x42b4();}
@@ -1 +1 @@
1
- function _0x243d(_0x3204f5,_0x13a847){_0x3204f5=_0x3204f5-0x65;const _0x4e8322=_0x4e83();let _0x243dd9=_0x4e8322[_0x3204f5];return _0x243dd9;}const _0x48a5f4=_0x243d;(function(_0x422404,_0x2e154d){const _0x3edf72=_0x243d,_0x305179=_0x422404();while(!![]){try{const _0x1acaa7=parseInt(_0x3edf72(0x7d))/0x1+-parseInt(_0x3edf72(0x67))/0x2*(parseInt(_0x3edf72(0x85))/0x3)+parseInt(_0x3edf72(0x74))/0x4+parseInt(_0x3edf72(0x86))/0x5*(parseInt(_0x3edf72(0x78))/0x6)+parseInt(_0x3edf72(0x71))/0x7+-parseInt(_0x3edf72(0x69))/0x8+parseInt(_0x3edf72(0x75))/0x9*(parseInt(_0x3edf72(0x70))/0xa);if(_0x1acaa7===_0x2e154d)break;else _0x305179['push'](_0x305179['shift']());}catch(_0x43e8b7){_0x305179['push'](_0x305179['shift']());}}}(_0x4e83,0xe5c5b));function _0x4e83(){const _0xbc1179=['bas','Style\x20de\x20la\x20forme','milieu','Text\x20color','70959JxCcSG','2610985CObDKO','Bold','Insérer\x20une\x20forme','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Align\x20Right','Pivoter\x20à\x20droite\x20de\x2090°','Position\x20de\x20la\x20forme','156iutLqV','droite','14129184tGIhfK','Underline','Réinitialiser','Alignement\x20vertical','Align\x20Left','gauche','Supprimer\x20la\x20forme','2356490LQMouW','12710551BgxMah','Basculer\x20le\x20texte\x20vertical','Basculer\x20le\x20retournement\x20horizontal','1117192QemzKc','9EdZYeo','Masquer\x20le\x20panneau\x20des\x20formes','Ouvrir\x20le\x20panneau\x20des\x20formes','12FExiXf','Basculer\x20le\x20retournement\x20vertical','Italic','Alignement\x20horizontal','Strikethrough','1177095JyEQTX','Rogner\x20à\x20la\x20forme','centre','Diminuer\x20la\x20taille\x20de\x20la\x20police'];_0x4e83=function(){return _0xbc1179;};return _0x4e83();}const e={'sheets-shape-ui':{'align':{'top':'haut','middle':_0x48a5f4(0x83),'bottom':_0x48a5f4(0x81),'left':_0x48a5f4(0x6e),'center':_0x48a5f4(0x7f),'right':_0x48a5f4(0x68)},'toolbar':{'verticalAlignMode':{'main':_0x48a5f4(0x6c)},'horizontalAlignMode':{'main':_0x48a5f4(0x7b)},'fillColor':{'main':'Couleur\x20de\x20remplissage'},'fontSize':'Taille\x20de\x20police','fontSizeIncrease':'Augmenter\x20la\x20taille\x20de\x20la\x20police','fontSizeDecrease':_0x48a5f4(0x80),'alignLeft':_0x48a5f4(0x6d),'alignCenter':'Align\x20Center','alignRight':_0x48a5f4(0x8a),'alignJustify':'Justify','bold':_0x48a5f4(0x87),'italic':_0x48a5f4(0x7a),'underline':_0x48a5f4(0x6a),'strikethrough':_0x48a5f4(0x7c),'textColor':_0x48a5f4(0x84),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x48a5f4(0x6b)},'imagePanel':{'crop':{'shape':_0x48a5f4(0x7e)}},'permission':{'editErr':_0x48a5f4(0x89)},'title':'Forme','insertShape':_0x48a5f4(0x88),'openPanel':_0x48a5f4(0x77),'deleteShape':_0x48a5f4(0x6f),'hidePanel':_0x48a5f4(0x76),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x48a5f4(0x82),'shapePosition':_0x48a5f4(0x66),'toggleFlipH':_0x48a5f4(0x73),'toggleFlipV':_0x48a5f4(0x79),'rotateRight90':_0x48a5f4(0x65),'rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':_0x48a5f4(0x72)}};export{e as default};
1
+ function _0x5518(){const _0x50ca4b=['Gras','Calques','milieu','Format\x20de\x20la\x20forme','Fermer','Style\x20de\x20la\x20forme','Couleur\x20du\x20texte','Pivoter\x20à\x20droite\x20de\x2090°','707822VSNpgV','Ajouter\x20une\x20description','560luEANH','Aligner\x20au\x20centre','Barré','Tout\x20masquer','Réinitialiser','9MiyWpx','bas','Aligner\x20à\x20gauche','300890cYPEfk','120wWxRRb','Italique','60808HHTmuL','Diminuer\x20la\x20taille\x20de\x20la\x20police','7909sfjIDj','Basculer\x20le\x20texte\x20vertical','52926MKjHzr','Pivoter\x20à\x20gauche\x20de\x2090°','Reculer','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Rogner\x20à\x20la\x20forme','Forme','753032AXtadm','Détails','Masquer','gauche','444987beMqzL','Augmenter\x20la\x20taille\x20de\x20la\x20police','27170KxFhIX','Nom','Souligné','droite','Alignement\x20horizontal','Description','Couleur\x20de\x20remplissage','Supprimer\x20la\x20forme','Alignement\x20vertical','Nom\x20de\x20l’objet','Avancer','Masquer\x20le\x20panneau\x20des\x20formes','Ouvrir\x20le\x20panneau\x20des\x20formes','Tout\x20afficher'];_0x5518=function(){return _0x50ca4b;};return _0x5518();}const _0x7921a8=_0x52da;function _0x52da(_0x48cfb9,_0x3251bf){_0x48cfb9=_0x48cfb9-0x18c;const _0x551898=_0x5518();let _0x52da1e=_0x551898[_0x48cfb9];return _0x52da1e;}(function(_0x3c163e,_0x3f8d80){const _0x3615c9=_0x52da,_0x5dac7f=_0x3c163e();while(!![]){try{const _0x4970a9=parseInt(_0x3615c9(0x1b6))/0x1+parseInt(_0x3615c9(0x1a9))/0x2+parseInt(_0x3615c9(0x1b0))/0x3*(-parseInt(_0x3615c9(0x18d))/0x4)+parseInt(_0x3615c9(0x1b3))/0x5+-parseInt(_0x3615c9(0x1ba))/0x6*(parseInt(_0x3615c9(0x1ab))/0x7)+parseInt(_0x3615c9(0x1b4))/0x8*(-parseInt(_0x3615c9(0x191))/0x9)+parseInt(_0x3615c9(0x193))/0xa*(parseInt(_0x3615c9(0x1b8))/0xb);if(_0x4970a9===_0x3f8d80)break;else _0x5dac7f['push'](_0x5dac7f['shift']());}catch(_0x382da3){_0x5dac7f['push'](_0x5dac7f['shift']());}}}(_0x5518,0x65a41));const e={'sheets-shape-ui':{'align':{'top':'haut','middle':_0x7921a8(0x1a3),'bottom':_0x7921a8(0x1b1),'left':_0x7921a8(0x190),'center':'centre','right':_0x7921a8(0x196)},'toolbar':{'verticalAlignMode':{'main':_0x7921a8(0x19b)},'horizontalAlignMode':{'main':_0x7921a8(0x197)},'fillColor':{'main':_0x7921a8(0x199)},'fontSize':'Taille\x20de\x20police','fontSizeIncrease':_0x7921a8(0x192),'fontSizeDecrease':_0x7921a8(0x1b7),'alignLeft':_0x7921a8(0x1b2),'alignCenter':_0x7921a8(0x1ac),'alignRight':'Aligner\x20à\x20droite','alignJustify':'Justifier','bold':_0x7921a8(0x1a1),'italic':_0x7921a8(0x1b5),'underline':_0x7921a8(0x195),'strikethrough':_0x7921a8(0x1ad),'textColor':_0x7921a8(0x1a7),'textBackgroundColor':'Couleur\x20de\x20fond\x20du\x20texte','resetColor':_0x7921a8(0x1af)},'imagePanel':{'crop':{'shape':_0x7921a8(0x1be)}},'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'title':_0x7921a8(0x18c),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x7921a8(0x19f),'deleteShape':_0x7921a8(0x19a),'hidePanel':_0x7921a8(0x19e),'formatShape':_0x7921a8(0x1a4),'shapeStyle':_0x7921a8(0x1a6),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':'Basculer\x20le\x20retournement\x20vertical','rotateRight90':_0x7921a8(0x1a8),'rotateLeft90':_0x7921a8(0x1bb),'toggleTextVertical':_0x7921a8(0x1b9),'objectListPanel':{'title':_0x7921a8(0x1a2),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':'Aucun\x20objet','showAll':_0x7921a8(0x1a0),'hideAll':_0x7921a8(0x1ae),'show':'Afficher','hide':_0x7921a8(0x18f),'moveForward':_0x7921a8(0x19d),'moveBackward':_0x7921a8(0x1bc),'close':_0x7921a8(0x1a5),'name':_0x7921a8(0x194),'nameInput':_0x7921a8(0x19c),'description':_0x7921a8(0x198),'descriptionPlaceholder':_0x7921a8(0x1aa),'details':_0x7921a8(0x18e),'noSelection':_0x7921a8(0x1bd)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x329f(){const _0x2e576b=['154lFdjyn','Align\x20Center','3843240rSuWQU','10SzFewx','tengah','Ubah\x20Teks\x20Vertikal','Format\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','1762495GaMMog','Align\x20Left','Bold','8888407bjsMLb','Align\x20Right','Text\x20Background\x20color','185ZqdXyE','100JiUbzN','Atur\x20ulang','Balik\x20Horizontal','Perkecil\x20ukuran\x20font','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Perataan\x20horizontal','Buka\x20Panel\x20Bentuk','Text\x20color','Bentuk','Perbesar\x20ukuran\x20font','32754ryovwy','1909431kmlPcE','376074QYdazx','7WpSWOG','Balik\x20Vertikal','kanan','Sisipkan\x20Bentuk','Justify','kiri','Putar\x20Kanan\x2090°'];_0x329f=function(){return _0x2e576b;};return _0x329f();}const _0x3111d9=_0xfe49;(function(_0xd4430d,_0x5e03b6){const _0x42455a=_0xfe49,_0x20d932=_0xd4430d();while(!![]){try{const _0x5b7d07=parseInt(_0x42455a(0xf9))/0x1*(-parseInt(_0x42455a(0xeb))/0x2)+-parseInt(_0x42455a(0x104))/0x3*(parseInt(_0x42455a(0xfa))/0x4)+parseInt(_0x42455a(0xf3))/0x5+parseInt(_0x42455a(0x106))/0x6*(parseInt(_0x42455a(0x107))/0x7)+-parseInt(_0x42455a(0xed))/0x8+-parseInt(_0x42455a(0x105))/0x9*(parseInt(_0x42455a(0xee))/0xa)+parseInt(_0x42455a(0xf6))/0xb;if(_0x5b7d07===_0x5e03b6)break;else _0x20d932['push'](_0x20d932['shift']());}catch(_0xb8d509){_0x20d932['push'](_0x20d932['shift']());}}}(_0x329f,0x3b700));function _0xfe49(_0x140552,_0x4708bf){_0x140552=_0x140552-0xe6;const _0x329ff5=_0x329f();let _0xfe49a9=_0x329ff5[_0x140552];return _0xfe49a9;}const e={'sheets-shape-ui':{'align':{'top':'atas','middle':_0x3111d9(0xef),'bottom':'bawah','left':_0x3111d9(0xe9),'center':_0x3111d9(0xef),'right':_0x3111d9(0xe6)},'toolbar':{'verticalAlignMode':{'main':'Perataan\x20vertikal'},'horizontalAlignMode':{'main':_0x3111d9(0xff)},'fillColor':{'main':'Warna\x20isian'},'fontSize':'Ukuran\x20font','fontSizeIncrease':_0x3111d9(0x103),'fontSizeDecrease':_0x3111d9(0xfd),'alignLeft':_0x3111d9(0xf4),'alignCenter':_0x3111d9(0xec),'alignRight':_0x3111d9(0xf7),'alignJustify':_0x3111d9(0xe8),'bold':_0x3111d9(0xf5),'italic':'Italic','underline':'Underline','strikethrough':'Strikethrough','textColor':_0x3111d9(0x101),'textBackgroundColor':_0x3111d9(0xf8),'resetColor':_0x3111d9(0xfb)},'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':_0x3111d9(0xfe)},'title':_0x3111d9(0x102),'insertShape':_0x3111d9(0xe7),'openPanel':_0x3111d9(0x100),'deleteShape':'Hapus\x20Bentuk','hidePanel':_0x3111d9(0xf2),'formatShape':_0x3111d9(0xf1),'shapeStyle':'Gaya\x20Bentuk','shapePosition':'Posisi\x20Bentuk','toggleFlipH':_0x3111d9(0xfc),'toggleFlipV':_0x3111d9(0x108),'rotateRight90':_0x3111d9(0xea),'rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':_0x3111d9(0xf0)}};export{e as default};
1
+ const _0x59ce3d=_0x1c61;(function(_0x192623,_0x66cab1){const _0x406c65=_0x1c61,_0x2ed9fc=_0x192623();while(!![]){try{const _0x1bb5fd=parseInt(_0x406c65(0x1a8))/0x1*(parseInt(_0x406c65(0x18b))/0x2)+parseInt(_0x406c65(0x196))/0x3+parseInt(_0x406c65(0x191))/0x4+parseInt(_0x406c65(0x1a6))/0x5+-parseInt(_0x406c65(0x1ae))/0x6*(-parseInt(_0x406c65(0x18d))/0x7)+parseInt(_0x406c65(0x1a9))/0x8+-parseInt(_0x406c65(0x190))/0x9*(parseInt(_0x406c65(0x1b3))/0xa);if(_0x1bb5fd===_0x66cab1)break;else _0x2ed9fc['push'](_0x2ed9fc['shift']());}catch(_0x30cb65){_0x2ed9fc['push'](_0x2ed9fc['shift']());}}}(_0x1255,0x8b88d));function _0x1c61(_0x2403af,_0x12dd87){_0x2403af=_0x2403af-0x189;const _0x125557=_0x1255();let _0x1c61ec=_0x125557[_0x2403af];return _0x1c61ec;}function _0x1255(){const _0x5806e5=['Lapisan','Tambahkan\x20deskripsi','Tebal','Warna\x20teks','Tampilkan\x20semua','Kirim\x20ke\x20Belakang','Detail','Hapus\x20Bentuk','Perataan\x20horizontal','bawah','Perataan\x20vertikal','Pangkas\x20ke\x20Bentuk','4560425WMnKFk','Miring','1077171cnNNbj','4482408DaKzjK','Sembunyikan\x20Panel\x20Bentuk','Balik\x20Vertikal','kanan','Warna\x20latar\x20teks','48qjSnqF','Ukuran\x20font','Buka\x20Panel\x20Lapisan','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Nama','4245190sLUSOF','Ubah\x20Teks\x20Vertikal','Bentuk','Rata\x20Tengah','Tutup','tengah','2xwnoEx','Warna\x20isian','425222DYVFqR','Posisi\x20Bentuk','Buka\x20Panel\x20Bentuk','72cdZscX','3145356WcVLQx','Tampilkan','Atur\x20ulang','Balik\x20Horizontal','Perbesar\x20ukuran\x20font','437463oWuhMq','Putar\x20Kanan\x2090°','Perkecil\x20ukuran\x20font','Putar\x20Kiri\x2090°'];_0x1255=function(){return _0x5806e5;};return _0x1255();}const e={'sheets-shape-ui':{'align':{'top':'atas','middle':_0x59ce3d(0x18a),'bottom':_0x59ce3d(0x1a3),'left':'kiri','center':_0x59ce3d(0x18a),'right':_0x59ce3d(0x1ac)},'toolbar':{'verticalAlignMode':{'main':_0x59ce3d(0x1a4)},'horizontalAlignMode':{'main':_0x59ce3d(0x1a2)},'fillColor':{'main':_0x59ce3d(0x18c)},'fontSize':_0x59ce3d(0x1af),'fontSizeIncrease':_0x59ce3d(0x195),'fontSizeDecrease':_0x59ce3d(0x198),'alignLeft':'Rata\x20Kiri','alignCenter':_0x59ce3d(0x1b6),'alignRight':'Rata\x20Kanan','alignJustify':'Rata\x20Kanan\x20Kiri','bold':_0x59ce3d(0x19c),'italic':_0x59ce3d(0x1a7),'underline':'Garis\x20bawah','strikethrough':'Coret','textColor':_0x59ce3d(0x19d),'textBackgroundColor':_0x59ce3d(0x1ad),'resetColor':_0x59ce3d(0x193)},'imagePanel':{'crop':{'shape':_0x59ce3d(0x1a5)}},'permission':{'editErr':_0x59ce3d(0x1b1)},'title':_0x59ce3d(0x1b5),'insertShape':'Sisipkan\x20Bentuk','openPanel':_0x59ce3d(0x18f),'deleteShape':_0x59ce3d(0x1a1),'hidePanel':_0x59ce3d(0x1aa),'formatShape':'Format\x20Bentuk','shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x59ce3d(0x18e),'toggleFlipH':_0x59ce3d(0x194),'toggleFlipV':_0x59ce3d(0x1ab),'rotateRight90':_0x59ce3d(0x197),'rotateLeft90':_0x59ce3d(0x199),'toggleTextVertical':_0x59ce3d(0x1b4),'objectListPanel':{'title':_0x59ce3d(0x19a),'open':_0x59ce3d(0x1b0),'empty':'Tidak\x20ada\x20objek','showAll':_0x59ce3d(0x19e),'hideAll':'Sembunyikan\x20semua','show':_0x59ce3d(0x192),'hide':'Sembunyikan','moveForward':'Bawa\x20ke\x20Depan','moveBackward':_0x59ce3d(0x19f),'close':_0x59ce3d(0x189),'name':_0x59ce3d(0x1b2),'nameInput':'Nama\x20objek','description':'Deskripsi','descriptionPlaceholder':_0x59ce3d(0x19b),'details':_0x59ce3d(0x1a0),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x53610a=_0x413c;(function(_0x3a89a3,_0x529ea3){const _0x1dd9f3=_0x413c,_0x9881f9=_0x3a89a3();while(!![]){try{const _0x4a3feb=parseInt(_0x1dd9f3(0x15e))/0x1+parseInt(_0x1dd9f3(0x180))/0x2*(-parseInt(_0x1dd9f3(0x182))/0x3)+-parseInt(_0x1dd9f3(0x16f))/0x4+parseInt(_0x1dd9f3(0x172))/0x5+parseInt(_0x1dd9f3(0x163))/0x6+-parseInt(_0x1dd9f3(0x169))/0x7*(parseInt(_0x1dd9f3(0x17d))/0x8)+parseInt(_0x1dd9f3(0x17c))/0x9;if(_0x4a3feb===_0x529ea3)break;else _0x9881f9['push'](_0x9881f9['shift']());}catch(_0x2f6b17){_0x9881f9['push'](_0x9881f9['shift']());}}}(_0x5dc3,0x7b032));function _0x5dc3(){const _0x1ebb5b=['Nascondi\x20pannello\x20forma','Align\x20Center','Align\x20Left','Justify','32670AGWEsD','3656FSHGzV','Stile\x20forma','Strikethrough','566844kTulVu','Apri\x20pannello\x20forma','9DZoNhn','Colore\x20riempimento','277588QBHCUK','Aumenta\x20dimensione\x20carattere','Ruota\x20a\x20destra\x2090°','Attiva/disattiva\x20capovolgimento\x20verticale','Italic','5334174CLfzyC','centro','Attiva/disattiva\x20testo\x20verticale','Dimensione\x20carattere','Inserisci\x20forma','Align\x20Right','8204cEGjjz','Forma','Ruota\x20a\x20sinistra\x2090°','Reimposta','destra','sinistra','889812eLXLMz','Underline','Text\x20color','4709670nAOGYg','Posizione\x20forma','superiore','Formato\x20forma','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Elimina\x20forma'];_0x5dc3=function(){return _0x1ebb5b;};return _0x5dc3();}const e={'sheets-shape-ui':{'align':{'top':_0x53610a(0x174),'middle':'centrale','bottom':'inferiore','left':_0x53610a(0x16e),'center':_0x53610a(0x164),'right':_0x53610a(0x16d)},'toolbar':{'verticalAlignMode':{'main':'Allineamento\x20verticale'},'horizontalAlignMode':{'main':'Allineamento\x20orizzontale'},'fillColor':{'main':_0x53610a(0x15d)},'fontSize':_0x53610a(0x166),'fontSizeIncrease':_0x53610a(0x15f),'fontSizeDecrease':'Diminuisci\x20dimensione\x20carattere','alignLeft':_0x53610a(0x17a),'alignCenter':_0x53610a(0x179),'alignRight':_0x53610a(0x168),'alignJustify':_0x53610a(0x17b),'bold':'Bold','italic':_0x53610a(0x162),'underline':_0x53610a(0x170),'strikethrough':_0x53610a(0x17f),'textColor':_0x53610a(0x171),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x53610a(0x16c)},'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x53610a(0x176)},'title':_0x53610a(0x16a),'insertShape':_0x53610a(0x167),'openPanel':_0x53610a(0x181),'deleteShape':_0x53610a(0x177),'hidePanel':_0x53610a(0x178),'formatShape':_0x53610a(0x175),'shapeStyle':_0x53610a(0x17e),'shapePosition':_0x53610a(0x173),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x53610a(0x161),'rotateRight90':_0x53610a(0x160),'rotateLeft90':_0x53610a(0x16b),'toggleTextVertical':_0x53610a(0x165)}};function _0x413c(_0x16f2fa,_0x5d8c8a){_0x16f2fa=_0x16f2fa-0x15d;const _0x5dc395=_0x5dc3();let _0x413c41=_0x5dc395[_0x16f2fa];return _0x413c41;}export{e as default};
1
+ function _0x22d3(_0x861beb,_0x6ea0ba){_0x861beb=_0x861beb-0x134;const _0x105fda=_0x105f();let _0x22d34c=_0x105fda[_0x861beb];return _0x22d34c;}const _0x5d8f20=_0x22d3;(function(_0x26bf28,_0x351b38){const _0x431169=_0x22d3,_0x302483=_0x26bf28();while(!![]){try{const _0x59f622=-parseInt(_0x431169(0x134))/0x1+-parseInt(_0x431169(0x148))/0x2+-parseInt(_0x431169(0x168))/0x3*(-parseInt(_0x431169(0x154))/0x4)+parseInt(_0x431169(0x149))/0x5+parseInt(_0x431169(0x139))/0x6*(parseInt(_0x431169(0x140))/0x7)+parseInt(_0x431169(0x150))/0x8+-parseInt(_0x431169(0x161))/0x9;if(_0x59f622===_0x351b38)break;else _0x302483['push'](_0x302483['shift']());}catch(_0x56b9e0){_0x302483['push'](_0x302483['shift']());}}}(_0x105f,0x3246a));const e={'sheets-shape-ui':{'align':{'top':'superiore','middle':_0x5d8f20(0x15a),'bottom':_0x5d8f20(0x135),'left':_0x5d8f20(0x14f),'center':'centro','right':_0x5d8f20(0x14d)},'toolbar':{'verticalAlignMode':{'main':_0x5d8f20(0x14b)},'horizontalAlignMode':{'main':_0x5d8f20(0x13f)},'fillColor':{'main':_0x5d8f20(0x14a)},'fontSize':_0x5d8f20(0x143),'fontSizeIncrease':_0x5d8f20(0x136),'fontSizeDecrease':_0x5d8f20(0x15b),'alignLeft':_0x5d8f20(0x13a),'alignCenter':_0x5d8f20(0x137),'alignRight':_0x5d8f20(0x164),'alignJustify':_0x5d8f20(0x158),'bold':_0x5d8f20(0x157),'italic':_0x5d8f20(0x151),'underline':'Sottolineato','strikethrough':_0x5d8f20(0x145),'textColor':_0x5d8f20(0x138),'textBackgroundColor':_0x5d8f20(0x163),'resetColor':_0x5d8f20(0x15d)},'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x5d8f20(0x166)},'title':_0x5d8f20(0x155),'insertShape':_0x5d8f20(0x15f),'openPanel':_0x5d8f20(0x147),'deleteShape':_0x5d8f20(0x159),'hidePanel':_0x5d8f20(0x13b),'formatShape':_0x5d8f20(0x160),'shapeStyle':_0x5d8f20(0x152),'shapePosition':_0x5d8f20(0x144),'toggleFlipH':_0x5d8f20(0x167),'toggleFlipV':_0x5d8f20(0x14e),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x5d8f20(0x15c),'toggleTextVertical':_0x5d8f20(0x146),'objectListPanel':{'title':_0x5d8f20(0x14c),'open':'Apri\x20pannello\x20livelli','empty':_0x5d8f20(0x142),'showAll':_0x5d8f20(0x13c),'hideAll':_0x5d8f20(0x13d),'show':_0x5d8f20(0x153),'hide':'Nascondi','moveForward':'Porta\x20avanti','moveBackward':_0x5d8f20(0x13e),'close':'Chiudi','name':'Nome','nameInput':_0x5d8f20(0x141),'description':_0x5d8f20(0x162),'descriptionPlaceholder':_0x5d8f20(0x165),'details':_0x5d8f20(0x156),'noSelection':_0x5d8f20(0x15e)}}};export{e as default};function _0x105f(){const _0x5e4556=['Apri\x20pannello\x20forma','504558ILzQfe','1496320jmCZGW','Colore\x20riempimento','Allineamento\x20verticale','Livelli','destra','Attiva/disattiva\x20capovolgimento\x20verticale','sinistra','1219368eVteMf','Corsivo','Stile\x20forma','Mostra','68812WrksOI','Forma','Dettagli','Grassetto','Giustifica','Elimina\x20forma','centrale','Diminuisci\x20dimensione\x20carattere','Ruota\x20a\x20sinistra\x2090°','Reimposta','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','Inserisci\x20forma','Formato\x20forma','3566187xdpAyu','Descrizione','Colore\x20sfondo\x20testo','Allinea\x20a\x20Destra','Aggiungi\x20descrizione','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Attiva/disattiva\x20capovolgimento\x20orizzontale','57ZGbyrN','42368YItXan','inferiore','Aumenta\x20dimensione\x20carattere','Allinea\x20al\x20Centro','Colore\x20testo','39426YGiKjw','Allinea\x20a\x20Sinistra','Nascondi\x20pannello\x20forma','Mostra\x20tutto','Nascondi\x20tutto','Porta\x20indietro','Allineamento\x20orizzontale','126RHAHtI','Nome\x20oggetto','Nessun\x20oggetto','Dimensione\x20carattere','Posizione\x20forma','Barrato','Attiva/disattiva\x20testo\x20verticale'];_0x105f=function(){return _0x5e4556;};return _0x105f();}
@@ -1 +1 @@
1
- function _0x2bb4(){const _0xc09ab9=['図形スタイル','Bold','図形の挿入','水平反転の切り替え','図形の位置','フォントサイズを拡大','フォントサイズ','図形パネルを開く','Text\x20Background\x20color','2437325BkmAMv','図形パネルを非表示','7BEuZFF','13860315oXYeex','横方向の配置','Italic','7243864bYGHss','Align\x20Left','左寄せ','図形を削除','222764yjPyqs','4400081pSUMdm','342784WLrKnJ','Align\x20Center','形状にトリミング','フォントサイズを縮小','反時計回りに\x2090\x20度回転','216846KADARe','Align\x20Right','図形の書式設定','縦方向の配置','Justify','Strikethrough','6VHWDdw'];_0x2bb4=function(){return _0xc09ab9;};return _0x2bb4();}const _0x4e1e55=_0x147e;(function(_0x538ec5,_0x23e3be){const _0x44310a=_0x147e,_0xe24855=_0x538ec5();while(!![]){try{const _0x301160=-parseInt(_0x44310a(0xac))/0x1*(parseInt(_0x44310a(0xb4))/0x2)+parseInt(_0x44310a(0xbb))/0x3+-parseInt(_0x44310a(0xb6))/0x4+-parseInt(_0x44310a(0xaa))/0x5+-parseInt(_0x44310a(0xa0))/0x6*(parseInt(_0x44310a(0xb5))/0x7)+parseInt(_0x44310a(0xb0))/0x8+parseInt(_0x44310a(0xad))/0x9;if(_0x301160===_0x23e3be)break;else _0xe24855['push'](_0xe24855['shift']());}catch(_0x42dc63){_0xe24855['push'](_0xe24855['shift']());}}}(_0x2bb4,0x82f3e));const e={'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x4e1e55(0xb2),'center':'中央','right':'右寄せ'},'toolbar':{'verticalAlignMode':{'main':_0x4e1e55(0x9d)},'horizontalAlignMode':{'main':_0x4e1e55(0xae)},'fillColor':{'main':'塗りつぶし色'},'fontSize':_0x4e1e55(0xa7),'fontSizeIncrease':_0x4e1e55(0xa6),'fontSizeDecrease':_0x4e1e55(0xb9),'alignLeft':_0x4e1e55(0xb1),'alignCenter':_0x4e1e55(0xb7),'alignRight':_0x4e1e55(0xbc),'alignJustify':_0x4e1e55(0x9e),'bold':_0x4e1e55(0xa2),'italic':_0x4e1e55(0xaf),'underline':'Underline','strikethrough':_0x4e1e55(0x9f),'textColor':'Text\x20color','textBackgroundColor':_0x4e1e55(0xa9),'resetColor':'初期化'},'imagePanel':{'crop':{'shape':_0x4e1e55(0xb8)}},'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':'図形','insertShape':_0x4e1e55(0xa3),'openPanel':_0x4e1e55(0xa8),'deleteShape':_0x4e1e55(0xb3),'hidePanel':_0x4e1e55(0xab),'formatShape':_0x4e1e55(0x9c),'shapeStyle':_0x4e1e55(0xa1),'shapePosition':_0x4e1e55(0xa5),'toggleFlipH':_0x4e1e55(0xa4),'toggleFlipV':'垂直反転の切り替え','rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':_0x4e1e55(0xba),'toggleTextVertical':'テキストの縦書き/横書きの切り替え'}};function _0x147e(_0xfeeac7,_0x2b236c){_0xfeeac7=_0xfeeac7-0x9c;const _0x2bb486=_0x2bb4();let _0x147e10=_0x2bb486[_0xfeeac7];return _0x147e10;}export{e as default};
1
+ const _0x51ff90=_0x49cb;function _0x49cb(_0x19de09,_0x4df2e9){_0x19de09=_0x19de09-0x117;const _0xffa16b=_0xffa1();let _0x49cb81=_0xffa16b[_0x19de09];return _0x49cb81;}(function(_0x283407,_0x2b1dba){const _0x2d95f2=_0x49cb,_0x17c2c6=_0x283407();while(!![]){try{const _0x581c51=parseInt(_0x2d95f2(0x13d))/0x1+-parseInt(_0x2d95f2(0x12e))/0x2*(-parseInt(_0x2d95f2(0x12f))/0x3)+parseInt(_0x2d95f2(0x124))/0x4*(parseInt(_0x2d95f2(0x12b))/0x5)+parseInt(_0x2d95f2(0x139))/0x6+-parseInt(_0x2d95f2(0x117))/0x7*(parseInt(_0x2d95f2(0x11f))/0x8)+-parseInt(_0x2d95f2(0x11e))/0x9*(-parseInt(_0x2d95f2(0x11b))/0xa)+-parseInt(_0x2d95f2(0x120))/0xb;if(_0x581c51===_0x2b1dba)break;else _0x17c2c6['push'](_0x17c2c6['shift']());}catch(_0x52c173){_0x17c2c6['push'](_0x17c2c6['shift']());}}}(_0xffa1,0x9d923));function _0xffa1(){const _0x404fc7=['7JaqpYd','左揃え','図形スタイル','横方向の配置','9388190huUSzw','塗りつぶし色','図形を削除','9zzqDIH','7106344SQKJvw','19430587lugPyV','オブジェクトがありません','時計回りに\x2090\x20度回転','垂直反転の切り替え','1132akNFMc','前面へ移動','形状にトリミング','初期化','フォントサイズを縮小','中央揃え','フォントサイズを拡大','2370GPCQce','すべて非表示','右揃え','46186dKUdrd','150ZCvtcH','説明を追加','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','レイヤーパネルを開く','文字の色','取り消し線','図形の書式設定','閉じる','左寄せ','オブジェクト名','4080210UjWnTi','反時計回りに\x2090\x20度回転','右寄せ','図形パネルを非表示','392475chvkni','非表示','図形の挿入','フォントサイズ','テキストの縦書き/横書きの切り替え'];_0xffa1=function(){return _0x404fc7;};return _0xffa1();}const e={'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x51ff90(0x137),'center':'中央','right':_0x51ff90(0x13b)},'toolbar':{'verticalAlignMode':{'main':'縦方向の配置'},'horizontalAlignMode':{'main':_0x51ff90(0x11a)},'fillColor':{'main':_0x51ff90(0x11c)},'fontSize':_0x51ff90(0x140),'fontSizeIncrease':_0x51ff90(0x12a),'fontSizeDecrease':_0x51ff90(0x128),'alignLeft':_0x51ff90(0x118),'alignCenter':_0x51ff90(0x129),'alignRight':_0x51ff90(0x12d),'alignJustify':'両端揃え','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x51ff90(0x134),'textColor':_0x51ff90(0x133),'textBackgroundColor':'塗りつぶしの色','resetColor':_0x51ff90(0x127)},'imagePanel':{'crop':{'shape':_0x51ff90(0x126)}},'permission':{'editErr':_0x51ff90(0x131)},'title':'図形','insertShape':_0x51ff90(0x13f),'openPanel':'図形パネルを開く','deleteShape':_0x51ff90(0x11d),'hidePanel':_0x51ff90(0x13c),'formatShape':_0x51ff90(0x135),'shapeStyle':_0x51ff90(0x119),'shapePosition':'図形の位置','toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x51ff90(0x123),'rotateRight90':_0x51ff90(0x122),'rotateLeft90':_0x51ff90(0x13a),'toggleTextVertical':_0x51ff90(0x141),'objectListPanel':{'title':'レイヤー','open':_0x51ff90(0x132),'empty':_0x51ff90(0x121),'showAll':'すべて表示','hideAll':_0x51ff90(0x12c),'show':'表示','hide':_0x51ff90(0x13e),'moveForward':_0x51ff90(0x125),'moveBackward':'背面へ移動','close':_0x51ff90(0x136),'name':'名前','nameInput':_0x51ff90(0x138),'description':'説明','descriptionPlaceholder':_0x51ff90(0x130),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x52d082=_0x1b44;(function(_0x3c4be3,_0x2e804a){const _0x3bf6bf=_0x1b44,_0x43dbe8=_0x3c4be3();while(!![]){try{const _0xfaee28=parseInt(_0x3bf6bf(0xb0))/0x1*(parseInt(_0x3bf6bf(0xa3))/0x2)+parseInt(_0x3bf6bf(0xa8))/0x3+-parseInt(_0x3bf6bf(0xb7))/0x4+parseInt(_0x3bf6bf(0xb1))/0x5*(parseInt(_0x3bf6bf(0xbe))/0x6)+parseInt(_0x3bf6bf(0xca))/0x7*(-parseInt(_0x3bf6bf(0xbf))/0x8)+parseInt(_0x3bf6bf(0xc6))/0x9*(-parseInt(_0x3bf6bf(0xb4))/0xa)+parseInt(_0x3bf6bf(0xb6))/0xb*(-parseInt(_0x3bf6bf(0xbc))/0xc);if(_0xfaee28===_0x2e804a)break;else _0x43dbe8['push'](_0x43dbe8['shift']());}catch(_0x121c12){_0x43dbe8['push'](_0x43dbe8['shift']());}}}(_0x5d44,0x37d67));const e={'sheets-shape-ui':{'align':{'top':'위쪽','middle':'가운데','bottom':_0x52d082(0xb2),'left':'왼쪽','center':_0x52d082(0xa7),'right':'오른쪽'},'toolbar':{'verticalAlignMode':{'main':_0x52d082(0xbd)},'horizontalAlignMode':{'main':_0x52d082(0xb9)},'fillColor':{'main':_0x52d082(0xa5)},'fontSize':_0x52d082(0xae),'fontSizeIncrease':_0x52d082(0xad),'fontSizeDecrease':_0x52d082(0xc2),'alignLeft':_0x52d082(0xa6),'alignCenter':'Align\x20Center','alignRight':'Align\x20Right','alignJustify':_0x52d082(0xc3),'bold':_0x52d082(0xac),'italic':_0x52d082(0xaa),'underline':_0x52d082(0xbb),'strikethrough':_0x52d082(0xba),'textColor':_0x52d082(0xa9),'textBackgroundColor':_0x52d082(0xc8),'resetColor':_0x52d082(0xb3)},'imagePanel':{'crop':{'shape':_0x52d082(0xc1)}},'permission':{'editErr':_0x52d082(0xb5)},'title':'도형','insertShape':'도형\x20삽입','openPanel':'도형\x20패널\x20열기','deleteShape':_0x52d082(0xb8),'hidePanel':'도형\x20패널\x20숨기기','formatShape':_0x52d082(0xc4),'shapeStyle':_0x52d082(0xc0),'shapePosition':_0x52d082(0xc9),'toggleFlipH':_0x52d082(0xa4),'toggleFlipV':_0x52d082(0xab),'rotateRight90':_0x52d082(0xaf),'rotateLeft90':_0x52d082(0xc5),'toggleTextVertical':_0x52d082(0xc7)}};function _0x1b44(_0x23a7bd,_0x334132){_0x23a7bd=_0x23a7bd-0xa3;const _0x5d4412=_0x5d44();let _0x1b44d0=_0x5d4412[_0x23a7bd];return _0x1b44d0;}function _0x5d44(){const _0x1b4333=['텍스트\x20세로/가로\x20전환','Text\x20Background\x20color','도형\x20위치','8302bodUfF','119812nSbOiA','가로\x20뒤집기\x20전환','채우기\x20색상','Align\x20Left','가운데','621360rLnMMH','Text\x20color','Italic','세로\x20뒤집기\x20전환','Bold','글꼴\x20크기\x20증가','글꼴\x20크기','시계\x20방향으로\x2090도\x20회전','4joZleb','34585GEDQWm','아래쪽','초기화','648380BkBtZF','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','121McWaLz','476732tHAlyM','도형\x20삭제','가로\x20정렬','Strikethrough','Underline','159324jMFNSx','세로\x20정렬','174jscLdU','160EBmDoU','도형\x20스타일','모양에\x20맞게\x20자르기','글꼴\x20크기\x20감소','Justify','도형\x20서식','반시계\x20방향으로\x2090도\x20회전','18YnZfej'];_0x5d44=function(){return _0x1b4333;};return _0x5d44();}export{e as default};
1
+ function _0xc807(_0xaedb10,_0x4c70bf){_0xaedb10=_0xaedb10-0x123;const _0x18aa87=_0x18aa();let _0xc80775=_0x18aa87[_0xaedb10];return _0xc80775;}const _0x28e552=_0xc807;(function(_0x309d2f,_0x40ae08){const _0x2201e8=_0xc807,_0x13b898=_0x309d2f();while(!![]){try{const _0x256d95=parseInt(_0x2201e8(0x127))/0x1+parseInt(_0x2201e8(0x130))/0x2*(parseInt(_0x2201e8(0x131))/0x3)+parseInt(_0x2201e8(0x12f))/0x4+parseInt(_0x2201e8(0x134))/0x5+parseInt(_0x2201e8(0x14f))/0x6*(-parseInt(_0x2201e8(0x135))/0x7)+parseInt(_0x2201e8(0x13d))/0x8+parseInt(_0x2201e8(0x148))/0x9*(-parseInt(_0x2201e8(0x14b))/0xa);if(_0x256d95===_0x40ae08)break;else _0x13b898['push'](_0x13b898['shift']());}catch(_0x19a31e){_0x13b898['push'](_0x13b898['shift']());}}}(_0x18aa,0x77d7a));const e={'sheets-shape-ui':{'align':{'top':'위쪽','middle':_0x28e552(0x14d),'bottom':_0x28e552(0x14c),'left':'왼쪽','center':_0x28e552(0x14d),'right':_0x28e552(0x14e)},'toolbar':{'verticalAlignMode':{'main':_0x28e552(0x138)},'horizontalAlignMode':{'main':_0x28e552(0x137)},'fillColor':{'main':_0x28e552(0x143)},'fontSize':'글꼴\x20크기','fontSizeIncrease':'글꼴\x20크기\x20증가','fontSizeDecrease':_0x28e552(0x136),'alignLeft':_0x28e552(0x12b),'alignCenter':_0x28e552(0x129),'alignRight':_0x28e552(0x140),'alignJustify':_0x28e552(0x13a),'bold':'굵게','italic':_0x28e552(0x123),'underline':'밑줄','strikethrough':_0x28e552(0x149),'textColor':'글자\x20색상','textBackgroundColor':_0x28e552(0x12a),'resetColor':_0x28e552(0x142)},'imagePanel':{'crop':{'shape':'모양에\x20맞게\x20자르기'}},'permission':{'editErr':_0x28e552(0x139)},'title':'도형','insertShape':_0x28e552(0x132),'openPanel':_0x28e552(0x12e),'deleteShape':_0x28e552(0x13f),'hidePanel':_0x28e552(0x145),'formatShape':_0x28e552(0x146),'shapeStyle':_0x28e552(0x150),'shapePosition':_0x28e552(0x128),'toggleFlipH':_0x28e552(0x14a),'toggleFlipV':_0x28e552(0x133),'rotateRight90':_0x28e552(0x152),'rotateLeft90':_0x28e552(0x141),'toggleTextVertical':_0x28e552(0x124),'objectListPanel':{'title':_0x28e552(0x147),'open':_0x28e552(0x12c),'empty':'개체\x20없음','showAll':_0x28e552(0x13c),'hideAll':_0x28e552(0x13e),'show':'표시','hide':_0x28e552(0x126),'moveForward':_0x28e552(0x125),'moveBackward':_0x28e552(0x12d),'close':'닫기','name':'이름','nameInput':_0x28e552(0x144),'description':'설명','descriptionPlaceholder':_0x28e552(0x13b),'details':_0x28e552(0x151),'noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'}}};export{e as default};function _0x18aa(){const _0x38f779=['도형\x20스타일','세부\x20정보','시계\x20방향으로\x2090도\x20회전','기울임꼴','텍스트\x20세로/가로\x20전환','앞으로\x20가져오기','숨기기','303866jKwGAf','도형\x20위치','가운데\x20정렬','글자\x20배경색','왼쪽\x20정렬','레이어\x20패널\x20열기','뒤로\x20보내기','도형\x20패널\x20열기','214960FDYDHW','158302RqByAv','30VqdVUP','도형\x20삽입','세로\x20뒤집기\x20전환','792440qwznCN','5104393kJBCIH','글꼴\x20크기\x20감소','가로\x20정렬','세로\x20정렬','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','양쪽\x20맞춤','설명\x20추가','모두\x20표시','6831688LSJDKV','모두\x20숨기기','도형\x20삭제','오른쪽\x20정렬','반시계\x20방향으로\x2090도\x20회전','초기화','채우기\x20색상','개체\x20이름','도형\x20패널\x20숨기기','도형\x20서식','레이어','954UPNPoB','취소선','가로\x20뒤집기\x20전환','88820wggtJe','아래쪽','가운데','오른쪽','6zpsDvu'];_0x18aa=function(){return _0x38f779;};return _0x18aa();}
@@ -1 +1 @@
1
- const _0x83cce=_0x5800;(function(_0x56f638,_0x38efb5){const _0x2d1a24=_0x5800,_0x3b1e6d=_0x56f638();while(!![]){try{const _0x4be08c=-parseInt(_0x2d1a24(0x1fd))/0x1+parseInt(_0x2d1a24(0x1f9))/0x2+parseInt(_0x2d1a24(0x1f7))/0x3+-parseInt(_0x2d1a24(0x1e4))/0x4+-parseInt(_0x2d1a24(0x1e2))/0x5*(-parseInt(_0x2d1a24(0x1e3))/0x6)+-parseInt(_0x2d1a24(0x1e7))/0x7+parseInt(_0x2d1a24(0x1e8))/0x8;if(_0x4be08c===_0x38efb5)break;else _0x3b1e6d['push'](_0x3b1e6d['shift']());}catch(_0x1b5c82){_0x3b1e6d['push'](_0x3b1e6d['shift']());}}}(_0x5e19,0xbeadc));const e={'sheets-shape-ui':{'align':{'top':_0x83cce(0x205),'middle':_0x83cce(0x200),'bottom':_0x83cce(0x201),'left':'lewo','center':_0x83cce(0x200),'right':_0x83cce(0x1f0)},'toolbar':{'verticalAlignMode':{'main':'Wyrównanie\x20pionowe'},'horizontalAlignMode':{'main':_0x83cce(0x1f2)},'fillColor':{'main':_0x83cce(0x1ee)},'fontSize':_0x83cce(0x1eb),'fontSizeIncrease':_0x83cce(0x1ea),'fontSizeDecrease':_0x83cce(0x1f1),'alignLeft':_0x83cce(0x206),'alignCenter':_0x83cce(0x1fa),'alignRight':_0x83cce(0x1ef),'alignJustify':_0x83cce(0x1f8),'bold':_0x83cce(0x202),'italic':'Italic','underline':_0x83cce(0x203),'strikethrough':_0x83cce(0x1e1),'textColor':_0x83cce(0x1f4),'textBackgroundColor':_0x83cce(0x1f3),'resetColor':_0x83cce(0x1e5)},'imagePanel':{'crop':{'shape':_0x83cce(0x1f5)}},'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':_0x83cce(0x1fe),'insertShape':_0x83cce(0x1e6),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x83cce(0x1fc),'hidePanel':_0x83cce(0x1ed),'formatShape':_0x83cce(0x1ec),'shapeStyle':_0x83cce(0x204),'shapePosition':_0x83cce(0x1e9),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':_0x83cce(0x1fb),'rotateRight90':_0x83cce(0x1ff),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':_0x83cce(0x1f6)}};function _0x5800(_0x53f691,_0x370afc){_0x53f691=_0x53f691-0x1e1;const _0x5e195b=_0x5e19();let _0x580038=_0x5e195b[_0x53f691];return _0x580038;}export{e as default};function _0x5e19(){const _0x2d5591=['Justify','2562488VvYbAG','Align\x20Center','Przerzuć\x20w\x20pionie','Usuń\x20kształt','1424001wpKMLC','Kształt','Obróć\x20w\x20prawo\x20o\x2090°','środek','dół','Bold','Underline','Styl\x20kształtu','góra','Align\x20Left','Strikethrough','5eWiGqQ','4789656QfXIEU','2783348yNCzgC','Resetuj','Wstaw\x20kształt','905072cuxBDl','6107048TcTkXW','Pozycja\x20kształtu','Zwiększ\x20rozmiar\x20czcionki','Rozmiar\x20czcionki','Formatuj\x20kształt','Ukryj\x20panel\x20kształtów','Kolor\x20wypełnienia','Align\x20Right','prawo','Zmniejsz\x20rozmiar\x20czcionki','Wyrównanie\x20poziome','Text\x20Background\x20color','Text\x20color','Przytnij\x20do\x20kształtu','Przełącz\x20tekst\x20pionowy','561759nxZArt'];_0x5e19=function(){return _0x2d5591;};return _0x5e19();}
1
+ const _0x507fbb=_0x59c2;(function(_0xc6edc,_0x351121){const _0x4d8a70=_0x59c2,_0x50f54a=_0xc6edc();while(!![]){try{const _0x22b159=parseInt(_0x4d8a70(0x20a))/0x1+-parseInt(_0x4d8a70(0x1f3))/0x2+parseInt(_0x4d8a70(0x20f))/0x3*(parseInt(_0x4d8a70(0x1ff))/0x4)+parseInt(_0x4d8a70(0x20d))/0x5*(-parseInt(_0x4d8a70(0x210))/0x6)+parseInt(_0x4d8a70(0x1ee))/0x7*(-parseInt(_0x4d8a70(0x215))/0x8)+-parseInt(_0x4d8a70(0x202))/0x9*(-parseInt(_0x4d8a70(0x1f1))/0xa)+parseInt(_0x4d8a70(0x20e))/0xb;if(_0x22b159===_0x351121)break;else _0x50f54a['push'](_0x50f54a['shift']());}catch(_0x1d20b9){_0x50f54a['push'](_0x50f54a['shift']());}}}(_0x1f83,0xedad6));const e={'sheets-shape-ui':{'align':{'top':_0x507fbb(0x1f4),'middle':_0x507fbb(0x1f8),'bottom':_0x507fbb(0x203),'left':'lewo','center':_0x507fbb(0x1f8),'right':'prawo'},'toolbar':{'verticalAlignMode':{'main':_0x507fbb(0x1ec)},'horizontalAlignMode':{'main':'Wyrównanie\x20poziome'},'fillColor':{'main':_0x507fbb(0x1fb)},'fontSize':_0x507fbb(0x1fa),'fontSizeIncrease':'Zwiększ\x20rozmiar\x20czcionki','fontSizeDecrease':'Zmniejsz\x20rozmiar\x20czcionki','alignLeft':_0x507fbb(0x1f2),'alignCenter':_0x507fbb(0x1f9),'alignRight':_0x507fbb(0x208),'alignJustify':_0x507fbb(0x214),'bold':'Pogrubienie','italic':_0x507fbb(0x1f0),'underline':'Podkreślenie','strikethrough':_0x507fbb(0x201),'textColor':_0x507fbb(0x212),'textBackgroundColor':'Kolor\x20tła\x20tekstu','resetColor':'Resetuj'},'imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':_0x507fbb(0x207)},'title':'Kształt','insertShape':_0x507fbb(0x218),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x507fbb(0x213),'hidePanel':_0x507fbb(0x204),'formatShape':_0x507fbb(0x20c),'shapeStyle':_0x507fbb(0x1f5),'shapePosition':_0x507fbb(0x1fc),'toggleFlipH':_0x507fbb(0x217),'toggleFlipV':_0x507fbb(0x211),'rotateRight90':_0x507fbb(0x1ed),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':_0x507fbb(0x216),'objectListPanel':{'title':'Warstwy','open':_0x507fbb(0x1f6),'empty':'Brak\x20obiektów','showAll':'Pokaż\x20wszystko','hideAll':'Ukryj\x20wszystko','show':_0x507fbb(0x1fe),'hide':_0x507fbb(0x1ef),'moveForward':_0x507fbb(0x205),'moveBackward':_0x507fbb(0x206),'close':_0x507fbb(0x20b),'name':_0x507fbb(0x209),'nameInput':_0x507fbb(0x1fd),'description':'Opis','descriptionPlaceholder':_0x507fbb(0x1f7),'details':'Szczegóły','noSelection':_0x507fbb(0x200)}}};export{e as default};function _0x59c2(_0x40a4fc,_0x4b7a1b){_0x40a4fc=_0x40a4fc-0x1ec;const _0x1f8389=_0x1f83();let _0x59c228=_0x1f8389[_0x40a4fc];return _0x59c228;}function _0x1f83(){const _0x1a27f1=['1918PlLpGs','Ukryj','Kursywa','6452170lKoIGY','Wyrównaj\x20do\x20lewej','50368IRJwmk','góra','Styl\x20kształtu','Otwórz\x20panel\x20warstw','Dodaj\x20opis','środek','Wyrównaj\x20do\x20środka','Rozmiar\x20czcionki','Kolor\x20wypełnienia','Pozycja\x20kształtu','Nazwa\x20obiektu','Pokaż','3748WrXRNz','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Przekreślenie','9gcPUBZ','dół','Ukryj\x20panel\x20kształtów','Przesuń\x20do\x20przodu','Przesuń\x20do\x20tyłu','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Wyrównaj\x20do\x20prawej','Nazwa','998213uXmvoV','Zamknij','Formatuj\x20kształt','32965rceNhv','11731599iOnCOC','2406nMPhkM','1254YbHjpc','Przerzuć\x20w\x20pionie','Kolor\x20tekstu','Usuń\x20kształt','Wyjustuj','31672ZszVox','Przełącz\x20tekst\x20pionowy','Przerzuć\x20w\x20poziomie','Wstaw\x20kształt','Wyrównanie\x20pionowe','Obróć\x20w\x20prawo\x20o\x2090°'];_0x1f83=function(){return _0x1a27f1;};return _0x1f83();}
@@ -1 +1 @@
1
- const _0x48a58a=_0x4fde;function _0x4fde(_0x4165ad,_0x520b8e){_0x4165ad=_0x4165ad-0x18b;const _0x1282f6=_0x1282();let _0x4fde15=_0x1282f6[_0x4165ad];return _0x4fde15;}function _0x1282(){const _0x5ed58d=['Abrir\x20painel\x20de\x20formas','Justify','Alinhamento\x20vertical','6sSXOKI','143UNSCkv','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Bold','4676889CLUHOZ','Cortar\x20para\x20forma','Estilo\x20da\x20forma','Forma','1455498oLiolL','inferior','513yrkyWb','Underline','Diminuir\x20tamanho\x20da\x20fonte','Redefinir','esquerda','superior','Align\x20Right','Posição\x20da\x20forma','10321496QQVUuR','92780hETzcC','1117644LksCrl','direita','17838oZRCEE','Align\x20Center','Alternar\x20texto\x20vertical','5992rmfFER','53OknJyw','Excluir\x20forma','1525ShTxsM','Italic','Tamanho\x20da\x20fonte','Alinhamento\x20horizontal','Text\x20Background\x20color','Girar\x2090°\x20para\x20esquerda'];_0x1282=function(){return _0x5ed58d;};return _0x1282();}(function(_0x51df5f,_0x4b6b64){const _0x8ab5c7=_0x4fde,_0x7f866d=_0x51df5f();while(!![]){try{const _0x4d9854=-parseInt(_0x8ab5c7(0x1a7))/0x1*(parseInt(_0x8ab5c7(0x1a3))/0x2)+parseInt(_0x8ab5c7(0x195))/0x3+parseInt(_0x8ab5c7(0x1a6))/0x4*(parseInt(_0x8ab5c7(0x1a9))/0x5)+parseInt(_0x8ab5c7(0x18d))/0x6*(parseInt(_0x8ab5c7(0x191))/0x7)+parseInt(_0x8ab5c7(0x19f))/0x8+-parseInt(_0x8ab5c7(0x197))/0x9*(parseInt(_0x8ab5c7(0x1a0))/0xa)+parseInt(_0x8ab5c7(0x18e))/0xb*(-parseInt(_0x8ab5c7(0x1a1))/0xc);if(_0x4d9854===_0x4b6b64)break;else _0x7f866d['push'](_0x7f866d['shift']());}catch(_0x4f7451){_0x7f866d['push'](_0x7f866d['shift']());}}}(_0x1282,0xa7fa4));const e={'sheets-shape-ui':{'align':{'top':_0x48a58a(0x19c),'middle':'meio','bottom':_0x48a58a(0x196),'left':_0x48a58a(0x19b),'center':'centro','right':_0x48a58a(0x1a2)},'toolbar':{'verticalAlignMode':{'main':_0x48a58a(0x18c)},'horizontalAlignMode':{'main':_0x48a58a(0x1ac)},'fillColor':{'main':'Cor\x20de\x20preenchimento'},'fontSize':_0x48a58a(0x1ab),'fontSizeIncrease':'Aumentar\x20tamanho\x20da\x20fonte','fontSizeDecrease':_0x48a58a(0x199),'alignLeft':'Align\x20Left','alignCenter':_0x48a58a(0x1a4),'alignRight':_0x48a58a(0x19d),'alignJustify':_0x48a58a(0x18b),'bold':_0x48a58a(0x190),'italic':_0x48a58a(0x1aa),'underline':_0x48a58a(0x198),'strikethrough':'Strikethrough','textColor':'Text\x20color','textBackgroundColor':_0x48a58a(0x1ad),'resetColor':_0x48a58a(0x19a)},'imagePanel':{'crop':{'shape':_0x48a58a(0x192)}},'permission':{'editErr':_0x48a58a(0x18f)},'title':_0x48a58a(0x194),'insertShape':'Inserir\x20forma','openPanel':_0x48a58a(0x1af),'deleteShape':_0x48a58a(0x1a8),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':'Formatar\x20forma','shapeStyle':_0x48a58a(0x193),'shapePosition':_0x48a58a(0x19e),'toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0x48a58a(0x1ae),'toggleTextVertical':_0x48a58a(0x1a5)}};export{e as default};
1
+ const _0x147cd7=_0x3bab;(function(_0x349a92,_0x2620ba){const _0x5d5c0f=_0x3bab,_0x4fdf7e=_0x349a92();while(!![]){try{const _0x15573f=-parseInt(_0x5d5c0f(0x1fd))/0x1*(-parseInt(_0x5d5c0f(0x1ff))/0x2)+parseInt(_0x5d5c0f(0x20a))/0x3*(parseInt(_0x5d5c0f(0x1ee))/0x4)+-parseInt(_0x5d5c0f(0x1f9))/0x5*(-parseInt(_0x5d5c0f(0x206))/0x6)+-parseInt(_0x5d5c0f(0x1f5))/0x7*(-parseInt(_0x5d5c0f(0x1eb))/0x8)+-parseInt(_0x5d5c0f(0x1f2))/0x9*(-parseInt(_0x5d5c0f(0x203))/0xa)+parseInt(_0x5d5c0f(0x1f1))/0xb+-parseInt(_0x5d5c0f(0x1e6))/0xc*(parseInt(_0x5d5c0f(0x20b))/0xd);if(_0x15573f===_0x2620ba)break;else _0x4fdf7e['push'](_0x4fdf7e['shift']());}catch(_0x4874df){_0x4fdf7e['push'](_0x4fdf7e['shift']());}}}(_0x65c6,0x7bc9c));const e={'sheets-shape-ui':{'align':{'top':_0x147cd7(0x204),'middle':_0x147cd7(0x20c),'bottom':_0x147cd7(0x20d),'left':_0x147cd7(0x1e8),'center':'centro','right':_0x147cd7(0x1f4)},'toolbar':{'verticalAlignMode':{'main':_0x147cd7(0x200)},'horizontalAlignMode':{'main':_0x147cd7(0x1fc)},'fillColor':{'main':_0x147cd7(0x1f3)},'fontSize':_0x147cd7(0x1e3),'fontSizeIncrease':_0x147cd7(0x208),'fontSizeDecrease':_0x147cd7(0x210),'alignLeft':_0x147cd7(0x1ed),'alignCenter':'Alinhar\x20ao\x20centro','alignRight':_0x147cd7(0x1fb),'alignJustify':_0x147cd7(0x1f6),'bold':'Negrito','italic':'Itálico','underline':_0x147cd7(0x1f7),'strikethrough':'Tachado','textColor':_0x147cd7(0x1f0),'textBackgroundColor':_0x147cd7(0x1e2),'resetColor':_0x147cd7(0x1e7)},'imagePanel':{'crop':{'shape':'Cortar\x20para\x20forma'}},'permission':{'editErr':_0x147cd7(0x1fa)},'title':'Forma','insertShape':_0x147cd7(0x209),'openPanel':_0x147cd7(0x1e5),'deleteShape':_0x147cd7(0x207),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':_0x147cd7(0x1ec),'shapeStyle':_0x147cd7(0x1fe),'shapePosition':_0x147cd7(0x20f),'toggleFlipH':_0x147cd7(0x1e9),'toggleFlipV':_0x147cd7(0x202),'rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':'Camadas','open':_0x147cd7(0x1e4),'empty':'Nenhum\x20objeto','showAll':_0x147cd7(0x201),'hideAll':'Ocultar\x20tudo','show':_0x147cd7(0x20e),'hide':'Ocultar','moveForward':_0x147cd7(0x1ef),'moveBackward':_0x147cd7(0x1e1),'close':'Fechar','name':'Nome','nameInput':'Nome\x20do\x20objeto','description':_0x147cd7(0x1ea),'descriptionPlaceholder':_0x147cd7(0x205),'details':_0x147cd7(0x1f8),'noSelection':'Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'}}};function _0x65c6(){const _0x439fcb=['3954255ounqXB','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Alinhar\x20à\x20direita','Alinhamento\x20horizontal','1UfFHEu','Estilo\x20da\x20forma','191714WfxViU','Alinhamento\x20vertical','Mostrar\x20tudo','Alternar\x20inversão\x20vertical','20gqWDTR','superior','Adicionar\x20descrição','6aqKvGh','Excluir\x20forma','Aumentar\x20tamanho\x20da\x20fonte','Inserir\x20forma','21EetTuD','20618fAybNb','meio','inferior','Mostrar','Posição\x20da\x20forma','Diminuir\x20tamanho\x20da\x20fonte','Enviar\x20para\x20trás','Cor\x20de\x20fundo\x20do\x20texto','Tamanho\x20da\x20fonte','Abrir\x20painel\x20de\x20camadas','Abrir\x20painel\x20de\x20formas','12336dFWjnA','Redefinir','esquerda','Alternar\x20inversão\x20horizontal','Descrição','4564232hkQEny','Formatar\x20forma','Alinhar\x20à\x20esquerda','206292eEVilI','Trazer\x20para\x20frente','Cor\x20do\x20texto','2837846FwxIyx','275445JkIZLT','Cor\x20de\x20preenchimento','direita','7PqyzNs','Justificar','Sublinhado','Detalhes'];_0x65c6=function(){return _0x439fcb;};return _0x65c6();}function _0x3bab(_0x35bac4,_0x5e6331){_0x35bac4=_0x35bac4-0x1e1;const _0x65c65c=_0x65c6();let _0x3bab5a=_0x65c65c[_0x35bac4];return _0x3bab5a;}export{e as default};
@@ -1 +1 @@
1
- const _0x52d301=_0x37bc;(function(_0xf71355,_0x1bd0c7){const _0x1e2ca5=_0x37bc,_0x41908b=_0xf71355();while(!![]){try{const _0x55bde7=-parseInt(_0x1e2ca5(0xd5))/0x1+-parseInt(_0x1e2ca5(0xd9))/0x2*(parseInt(_0x1e2ca5(0xd6))/0x3)+-parseInt(_0x1e2ca5(0xda))/0x4+-parseInt(_0x1e2ca5(0xd1))/0x5*(parseInt(_0x1e2ca5(0xdd))/0x6)+-parseInt(_0x1e2ca5(0xd0))/0x7+-parseInt(_0x1e2ca5(0xdf))/0x8+parseInt(_0x1e2ca5(0xca))/0x9;if(_0x55bde7===_0x1bd0c7)break;else _0x41908b['push'](_0x41908b['shift']());}catch(_0x35fbe5){_0x41908b['push'](_0x41908b['shift']());}}}(_0x37b2,0xa1299));const e={'sheets-shape-ui':{'align':{'top':_0x52d301(0xce),'middle':'Середина','bottom':'Низ','left':_0x52d301(0xc7),'center':_0x52d301(0xd4),'right':'Право'},'toolbar':{'verticalAlignMode':{'main':_0x52d301(0xe4)},'horizontalAlignMode':{'main':_0x52d301(0xe2)},'fillColor':{'main':_0x52d301(0xcf)},'fontSize':_0x52d301(0xdc),'fontSizeIncrease':'Увеличить\x20размер\x20шрифта','fontSizeDecrease':_0x52d301(0xc6),'alignLeft':_0x52d301(0xc8),'alignCenter':_0x52d301(0xc9),'alignRight':_0x52d301(0xe1),'alignJustify':_0x52d301(0xe6),'bold':_0x52d301(0xd2),'italic':_0x52d301(0xcb),'underline':'Underline','strikethrough':_0x52d301(0xd3),'textColor':_0x52d301(0xde),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x52d301(0xd8)},'imagePanel':{'crop':{'shape':_0x52d301(0xdb)}},'permission':{'editErr':_0x52d301(0xe0)},'title':'Фигура','insertShape':'Вставить\x20фигуру','openPanel':_0x52d301(0xe5),'deleteShape':_0x52d301(0xe3),'hidePanel':_0x52d301(0xd7),'formatShape':_0x52d301(0xc4),'shapeStyle':_0x52d301(0xcd),'shapePosition':'Положение\x20фигуры','toggleFlipH':_0x52d301(0xcc),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0x52d301(0xe8),'rotateLeft90':_0x52d301(0xc5),'toggleTextVertical':_0x52d301(0xe7)}};function _0x37bc(_0x213f2e,_0x11ba1d){_0x213f2e=_0x213f2e-0xc4;const _0x37b2b9=_0x37b2();let _0x37bc22=_0x37b2b9[_0x213f2e];return _0x37bc22;}function _0x37b2(){const _0x481615=['1441404pQUMmO','Обрезать\x20по\x20форме','Размер\x20шрифта','451302QQKzgN','Text\x20color','9465656fVZJfe','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Align\x20Right','Горизонтальное\x20выравнивание','Удалить\x20фигуру','Вертикальное\x20выравнивание','Открыть\x20панель\x20фигур','Justify','Переключить\x20вертикальное\x20положение\x20текста','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Форматировать\x20фигуру','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Уменьшить\x20размер\x20шрифта','Лево','Align\x20Left','Align\x20Center','43638174OkhnwB','Italic','Переключить\x20горизонтальное\x20отражение','Стиль\x20фигуры','Верх','Цвет\x20заливки','5080383TLZtBe','30reQYOx','Bold','Strikethrough','Центр','1180284GMfCZj','6JwqHiY','Скрыть\x20панель\x20фигур','Сбросить','287652QjGTHg'];_0x37b2=function(){return _0x481615;};return _0x37b2();}export{e as default};
1
+ const _0x2cc310=_0x551e;(function(_0x17048f,_0x27b10e){const _0x51bfe5=_0x551e,_0x268d14=_0x17048f();while(!![]){try{const _0x483f82=parseInt(_0x51bfe5(0x1c6))/0x1*(parseInt(_0x51bfe5(0x1b3))/0x2)+parseInt(_0x51bfe5(0x19d))/0x3+-parseInt(_0x51bfe5(0x1a1))/0x4+-parseInt(_0x51bfe5(0x19f))/0x5*(parseInt(_0x51bfe5(0x1a4))/0x6)+parseInt(_0x51bfe5(0x1a8))/0x7*(parseInt(_0x51bfe5(0x197))/0x8)+parseInt(_0x51bfe5(0x1be))/0x9*(parseInt(_0x51bfe5(0x1c2))/0xa)+parseInt(_0x51bfe5(0x1c5))/0xb;if(_0x483f82===_0x27b10e)break;else _0x268d14['push'](_0x268d14['shift']());}catch(_0x42264b){_0x268d14['push'](_0x268d14['shift']());}}}(_0x4fdc,0x2639e));function _0x4fdc(){const _0x2bd9cc=['Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Зачеркнутый','Уменьшить\x20размер\x20шрифта','Сбросить','Удалить\x20фигуру','Стиль\x20фигуры','Низ','Переместить\x20назад','8sicAjL','Описание','Право','Переключить\x20вертикальное\x20положение\x20текста','Выровнять\x20по\x20левому\x20краю','Скрыть\x20панель\x20фигур','528591tpPOlh','Подчеркнутый','5pAfbOK','Слои','1245420uRpODt','Переместить\x20вперед','Полужирный','1632324QkDItP','Форматировать\x20фигуру','Обрезать\x20по\x20форме','Размер\x20шрифта','796012uMXBsx','Центр','Показать','Закрыть','Добавить\x20описание','Открыть\x20панель\x20слоев','Скрыть','Переключить\x20вертикальное\x20отражение','Выровнять\x20по\x20центру','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Верх','158RyVnih','Горизонтальное\x20выравнивание','Выровнять\x20по\x20правому\x20краю','Скрыть\x20все','Цвет\x20текста','Вставить\x20фигуру','Лево','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Имя','Увеличить\x20размер\x20шрифта','Цвет\x20заливки','841527hZPnlt','Выберите\x20объект\x20для\x20редактирования\x20сведений','Сведения','Выровнять\x20по\x20ширине','10XMgHNF','Положение\x20фигуры','Вертикальное\x20выравнивание','1383888nFoEAW','2921XjLKUN','Фигура'];_0x4fdc=function(){return _0x2bd9cc;};return _0x4fdc();}function _0x551e(_0x24d6a5,_0x443595){_0x24d6a5=_0x24d6a5-0x192;const _0x4fdca5=_0x4fdc();let _0x551ee2=_0x4fdca5[_0x24d6a5];return _0x551ee2;}const e={'sheets-shape-ui':{'align':{'top':_0x2cc310(0x1b2),'middle':'Середина','bottom':_0x2cc310(0x195),'left':_0x2cc310(0x1b9),'center':_0x2cc310(0x1a9),'right':_0x2cc310(0x199)},'toolbar':{'verticalAlignMode':{'main':_0x2cc310(0x1c4)},'horizontalAlignMode':{'main':_0x2cc310(0x1b4)},'fillColor':{'main':_0x2cc310(0x1bd)},'fontSize':_0x2cc310(0x1a7),'fontSizeIncrease':_0x2cc310(0x1bc),'fontSizeDecrease':_0x2cc310(0x1ca),'alignLeft':_0x2cc310(0x19b),'alignCenter':_0x2cc310(0x1b0),'alignRight':_0x2cc310(0x1b5),'alignJustify':_0x2cc310(0x1c1),'bold':_0x2cc310(0x1a3),'italic':'Курсив','underline':_0x2cc310(0x19e),'strikethrough':_0x2cc310(0x1c9),'textColor':_0x2cc310(0x1b7),'textBackgroundColor':'Цвет\x20фона\x20текста','resetColor':_0x2cc310(0x192)},'imagePanel':{'crop':{'shape':_0x2cc310(0x1a6)}},'permission':{'editErr':_0x2cc310(0x1b1)},'title':_0x2cc310(0x1c7),'insertShape':_0x2cc310(0x1b8),'openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0x2cc310(0x193),'hidePanel':_0x2cc310(0x19c),'formatShape':_0x2cc310(0x1a5),'shapeStyle':_0x2cc310(0x194),'shapePosition':_0x2cc310(0x1c3),'toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x2cc310(0x1af),'rotateRight90':_0x2cc310(0x1ba),'rotateLeft90':_0x2cc310(0x1c8),'toggleTextVertical':_0x2cc310(0x19a),'objectListPanel':{'title':_0x2cc310(0x1a0),'open':_0x2cc310(0x1ad),'empty':'Нет\x20объектов','showAll':'Показать\x20все','hideAll':_0x2cc310(0x1b6),'show':_0x2cc310(0x1aa),'hide':_0x2cc310(0x1ae),'moveForward':_0x2cc310(0x1a2),'moveBackward':_0x2cc310(0x196),'close':_0x2cc310(0x1ab),'name':_0x2cc310(0x1bb),'nameInput':'Имя\x20объекта','description':_0x2cc310(0x198),'descriptionPlaceholder':_0x2cc310(0x1ac),'details':_0x2cc310(0x1c0),'noSelection':_0x2cc310(0x1bf)}}};export{e as default};
@@ -1 +1 @@
1
- const _0xe7e5a6=_0x5301;function _0x2ccf(){const _0x423902=['Štýl\x20tvaru','Text\x20Background\x20color','Prepnúť\x20zvislé\x20prevrátenie','Tvar','Italic','1184944wXayUD','Otočiť\x20doľava\x20o\x2090°','9162240LDqRJA','Prepnúť\x20vodorovné\x20prevrátenie','2275407idXpuh','Text\x20color','Skryť\x20panel\x20tvarov','Obnoviť','Underline','vpravo','Vložiť\x20tvar','15745iABYwd','Vodorovné\x20zarovnanie','stred','920878wxcRPG','vľavo','49FTudfX','hore','803694dyBIvh','Align\x20Right','Bold','22114656BxhIiv','Farba\x20výplne','na\x20stred','Zväčšiť\x20písmo','Poloha\x20tvaru','Align\x20Center','Přepnout\x20text\x20vertikálně','1036TXqgJi'];_0x2ccf=function(){return _0x423902;};return _0x2ccf();}function _0x5301(_0x149fc5,_0x367d2c){_0x149fc5=_0x149fc5-0x13d;const _0x2ccff8=_0x2ccf();let _0x5301fb=_0x2ccff8[_0x149fc5];return _0x5301fb;}(function(_0x1c32b0,_0x1e387b){const _0x22812f=_0x5301,_0x24e6ab=_0x1c32b0();while(!![]){try{const _0x52e8cf=-parseInt(_0x22812f(0x143))/0x1+parseInt(_0x22812f(0x157))/0x2+-parseInt(_0x22812f(0x15b))/0x3+-parseInt(_0x22812f(0x151))/0x4*(parseInt(_0x22812f(0x140))/0x5)+-parseInt(_0x22812f(0x147))/0x6*(parseInt(_0x22812f(0x145))/0x7)+parseInt(_0x22812f(0x159))/0x8+parseInt(_0x22812f(0x14a))/0x9;if(_0x52e8cf===_0x1e387b)break;else _0x24e6ab['push'](_0x24e6ab['shift']());}catch(_0x40af40){_0x24e6ab['push'](_0x24e6ab['shift']());}}}(_0x2ccf,0xba1f3));const e={'sheets-shape-ui':{'align':{'top':_0xe7e5a6(0x146),'middle':_0xe7e5a6(0x142),'bottom':'dole','left':_0xe7e5a6(0x144),'center':_0xe7e5a6(0x14c),'right':_0xe7e5a6(0x13e)},'toolbar':{'verticalAlignMode':{'main':'Zvislé\x20zarovnanie'},'horizontalAlignMode':{'main':_0xe7e5a6(0x141)},'fillColor':{'main':_0xe7e5a6(0x14b)},'fontSize':'Veľkosť\x20písma','fontSizeIncrease':_0xe7e5a6(0x14d),'fontSizeDecrease':'Zmenšiť\x20písmo','alignLeft':'Align\x20Left','alignCenter':_0xe7e5a6(0x14f),'alignRight':_0xe7e5a6(0x148),'alignJustify':'Justify','bold':_0xe7e5a6(0x149),'italic':_0xe7e5a6(0x156),'underline':_0xe7e5a6(0x13d),'strikethrough':'Strikethrough','textColor':_0xe7e5a6(0x15c),'textBackgroundColor':_0xe7e5a6(0x153),'resetColor':_0xe7e5a6(0x15e)},'imagePanel':{'crop':{'shape':'Oříznout\x20podle\x20tvaru'}},'permission':{'editErr':'Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.'},'title':_0xe7e5a6(0x155),'insertShape':_0xe7e5a6(0x13f),'openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':'Odstrániť\x20tvar','hidePanel':_0xe7e5a6(0x15d),'formatShape':'Formátovať\x20tvar','shapeStyle':_0xe7e5a6(0x152),'shapePosition':_0xe7e5a6(0x14e),'toggleFlipH':_0xe7e5a6(0x15a),'toggleFlipV':_0xe7e5a6(0x154),'rotateRight90':'Otočiť\x20doprava\x20o\x2090°','rotateLeft90':_0xe7e5a6(0x158),'toggleTextVertical':_0xe7e5a6(0x150)}};export{e as default};
1
+ const _0x12a604=_0x1e3e;function _0x1e3e(_0x3b480f,_0x3b5b6e){_0x3b480f=_0x3b480f-0x187;const _0x3a8df9=_0x3a8d();let _0x1e3e41=_0x3a8df9[_0x3b480f];return _0x1e3e41;}function _0x3a8d(){const _0x23cc04=['Tučné','Zavrieť','Skryť','Farba\x20výplne','Posunúť\x20dozadu','7BhYWmJ','Tvar','81qUFNkD','Názov\x20objektu','Zarovnať\x20doľava','Farba\x20textu','Vložiť\x20tvar','Prečiarknuté','Otočiť\x20doprava\x20o\x2090°','Posunúť\x20dopredu','Zobraziť','Otvoriť\x20panel\x20vrstiev','Otočiť\x20doľava\x20o\x2090°','105naCpoB','10812QFcsHl','Oříznout\x20podle\x20tvaru','vpravo','3910wvJZzC','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','3762jHjpii','Popis','Farba\x20pozadia\x20textu','Podrobnosti','Poloha\x20tvaru','2101TTzMGJ','dole','Zvislé\x20zarovnanie','Zarovnať\x20na\x20stred','20472pFJeXs','Zväčšiť\x20písmo','Štýl\x20tvaru','11520prBdIb','Kurzíva','457014rrNKrv','1833008HScfIO','Odstrániť\x20tvar','Podčiarknutie','Formátovať\x20tvar','Zarovnať\x20do\x20bloku','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Vrstvy','Otvoriť\x20panel\x20tvarov','Zmenšiť\x20písmo','275130yeNOZr','Prepnúť\x20vodorovné\x20prevrátenie'];_0x3a8d=function(){return _0x23cc04;};return _0x3a8d();}(function(_0x46999d,_0x22c2c2){const _0x10db2d=_0x1e3e,_0x4e16ec=_0x46999d();while(!![]){try{const _0x2326fb=-parseInt(_0x10db2d(0x1b3))/0x1+-parseInt(_0x10db2d(0x1a7))/0x2*(-parseInt(_0x10db2d(0x18a))/0x3)+-parseInt(_0x10db2d(0x196))/0x4*(parseInt(_0x10db2d(0x195))/0x5)+parseInt(_0x10db2d(0x1a9))/0x6*(-parseInt(_0x10db2d(0x188))/0x7)+parseInt(_0x10db2d(0x1aa))/0x8+parseInt(_0x10db2d(0x19b))/0x9*(-parseInt(_0x10db2d(0x199))/0xa)+-parseInt(_0x10db2d(0x1a0))/0xb*(-parseInt(_0x10db2d(0x1a4))/0xc);if(_0x2326fb===_0x22c2c2)break;else _0x4e16ec['push'](_0x4e16ec['shift']());}catch(_0x5e500f){_0x4e16ec['push'](_0x4e16ec['shift']());}}}(_0x3a8d,0x21ef0));const e={'sheets-shape-ui':{'align':{'top':'hore','middle':'stred','bottom':_0x12a604(0x1a1),'left':'vľavo','center':'na\x20stred','right':_0x12a604(0x198)},'toolbar':{'verticalAlignMode':{'main':_0x12a604(0x1a2)},'horizontalAlignMode':{'main':'Vodorovné\x20zarovnanie'},'fillColor':{'main':_0x12a604(0x1b8)},'fontSize':'Veľkosť\x20písma','fontSizeIncrease':_0x12a604(0x1a5),'fontSizeDecrease':_0x12a604(0x1b2),'alignLeft':_0x12a604(0x18c),'alignCenter':_0x12a604(0x1a3),'alignRight':'Zarovnať\x20doprava','alignJustify':_0x12a604(0x1ae),'bold':_0x12a604(0x1b5),'italic':_0x12a604(0x1a8),'underline':_0x12a604(0x1ac),'strikethrough':_0x12a604(0x18f),'textColor':_0x12a604(0x18d),'textBackgroundColor':_0x12a604(0x19d),'resetColor':'Obnoviť'},'imagePanel':{'crop':{'shape':_0x12a604(0x197)}},'permission':{'editErr':_0x12a604(0x19a)},'title':_0x12a604(0x189),'insertShape':_0x12a604(0x18e),'openPanel':_0x12a604(0x1b1),'deleteShape':_0x12a604(0x1ab),'hidePanel':'Skryť\x20panel\x20tvarov','formatShape':_0x12a604(0x1ad),'shapeStyle':_0x12a604(0x1a6),'shapePosition':_0x12a604(0x19f),'toggleFlipH':_0x12a604(0x1b4),'toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':_0x12a604(0x190),'rotateLeft90':_0x12a604(0x194),'toggleTextVertical':'Přepnout\x20text\x20vertikálně','objectListPanel':{'title':_0x12a604(0x1b0),'open':_0x12a604(0x193),'empty':'Žiadne\x20objekty','showAll':'Zobraziť\x20všetko','hideAll':'Skryť\x20všetko','show':_0x12a604(0x192),'hide':_0x12a604(0x1b7),'moveForward':_0x12a604(0x191),'moveBackward':_0x12a604(0x187),'close':_0x12a604(0x1b6),'name':'Názov','nameInput':_0x12a604(0x18b),'description':_0x12a604(0x19c),'descriptionPlaceholder':'Pridat\x20popis','details':_0x12a604(0x19e),'noSelection':_0x12a604(0x1af)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x2901(){const _0x376490=['Tăng\x20cỡ\x20chữ','Chuyển\x20đổi\x20văn\x20bản\x20dọc','2786jQJLhr','Bật/tắt\x20lật\x20dọc','615yZVLlD','Giảm\x20cỡ\x20chữ','Định\x20dạng\x20hình\x20dạng','196610VeRXIF','Căn\x20trái','Align\x20Right','Căn\x20trên','486000exgaAh','Cỡ\x20chữ','2878309Mlvajf','Mở\x20bảng\x20hình\x20dạng','1603986XPuHaj','Hình\x20dạng','Xóa\x20hình\x20dạng','Underline','Text\x20Background\x20color','Căn\x20dưới','Italic','Căn\x20dọc','Đặt\x20lại\x20màu','Align\x20Left','Chuyển\x20đổi\x20lật\x20ngang','8912aOoUcB','Ẩn\x20bảng\x20hình\x20dạng','Kiểu\x20hình\x20dạng','Căn\x20ngang','Cắt\x20theo\x20hình\x20dạng','4wBXUYO','88YXBiZZ','1849805AVqrKl','Strikethrough','Căn\x20giữa','Màu\x20ô','Vị\x20trí\x20hình\x20dạng','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','2943zlWgxR','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.','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Justify'];_0x2901=function(){return _0x376490;};return _0x2901();}const _0x39dcd6=_0x24a0;function _0x24a0(_0x31c462,_0x37e493){_0x31c462=_0x31c462-0x119;const _0x2901f2=_0x2901();let _0x24a0c6=_0x2901f2[_0x31c462];return _0x24a0c6;}(function(_0x355a89,_0x1936b4){const _0x1f4f9c=_0x24a0,_0x2e172e=_0x355a89();while(!![]){try{const _0x4a394c=parseInt(_0x1f4f9c(0x124))/0x1+-parseInt(_0x1f4f9c(0x11f))/0x2*(-parseInt(_0x1f4f9c(0x121))/0x3)+parseInt(_0x1f4f9c(0x13c))/0x4*(parseInt(_0x1f4f9c(0x13e))/0x5)+-parseInt(_0x1f4f9c(0x12c))/0x6+parseInt(_0x1f4f9c(0x12a))/0x7+parseInt(_0x1f4f9c(0x137))/0x8*(-parseInt(_0x1f4f9c(0x119))/0x9)+-parseInt(_0x1f4f9c(0x128))/0xa*(parseInt(_0x1f4f9c(0x13d))/0xb);if(_0x4a394c===_0x1936b4)break;else _0x2e172e['push'](_0x2e172e['shift']());}catch(_0x4fa79a){_0x2e172e['push'](_0x2e172e['shift']());}}}(_0x2901,0x3b4e2));const e={'sheets-shape-ui':{'align':{'top':_0x39dcd6(0x127),'middle':'Căn\x20giữa','bottom':_0x39dcd6(0x131),'left':_0x39dcd6(0x125),'center':_0x39dcd6(0x140),'right':'Căn\x20phải'},'toolbar':{'verticalAlignMode':{'main':_0x39dcd6(0x133)},'horizontalAlignMode':{'main':_0x39dcd6(0x13a)},'fillColor':{'main':_0x39dcd6(0x141)},'fontSize':_0x39dcd6(0x129),'fontSizeIncrease':_0x39dcd6(0x11d),'fontSizeDecrease':_0x39dcd6(0x122),'alignLeft':_0x39dcd6(0x135),'alignCenter':'Align\x20Center','alignRight':_0x39dcd6(0x126),'alignJustify':_0x39dcd6(0x11c),'bold':'Bold','italic':_0x39dcd6(0x132),'underline':_0x39dcd6(0x12f),'strikethrough':_0x39dcd6(0x13f),'textColor':'Text\x20color','textBackgroundColor':_0x39dcd6(0x130),'resetColor':_0x39dcd6(0x134)},'imagePanel':{'crop':{'shape':_0x39dcd6(0x13b)}},'permission':{'editErr':_0x39dcd6(0x11a)},'title':_0x39dcd6(0x12d),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x39dcd6(0x12b),'deleteShape':_0x39dcd6(0x12e),'hidePanel':_0x39dcd6(0x138),'formatShape':_0x39dcd6(0x123),'shapeStyle':_0x39dcd6(0x139),'shapePosition':_0x39dcd6(0x142),'toggleFlipH':_0x39dcd6(0x136),'toggleFlipV':_0x39dcd6(0x120),'rotateRight90':_0x39dcd6(0x143),'rotateLeft90':_0x39dcd6(0x11b),'toggleTextVertical':_0x39dcd6(0x11e)}};export{e as default};
1
+ const _0x3b79f1=_0x2a09;(function(_0x45ba33,_0x4c4f1b){const _0x18eafe=_0x2a09,_0x334a31=_0x45ba33();while(!![]){try{const _0x146e08=-parseInt(_0x18eafe(0x7e))/0x1+parseInt(_0x18eafe(0x96))/0x2*(-parseInt(_0x18eafe(0xa4))/0x3)+parseInt(_0x18eafe(0x86))/0x4*(-parseInt(_0x18eafe(0x8f))/0x5)+parseInt(_0x18eafe(0xa8))/0x6*(-parseInt(_0x18eafe(0xa2))/0x7)+parseInt(_0x18eafe(0x99))/0x8+-parseInt(_0x18eafe(0x80))/0x9*(-parseInt(_0x18eafe(0x98))/0xa)+-parseInt(_0x18eafe(0xa9))/0xb*(-parseInt(_0x18eafe(0x92))/0xc);if(_0x146e08===_0x4c4f1b)break;else _0x334a31['push'](_0x334a31['shift']());}catch(_0x20fd4f){_0x334a31['push'](_0x334a31['shift']());}}}(_0x50d3,0xec8a9));const e={'sheets-shape-ui':{'align':{'top':'Căn\x20trên','middle':_0x3b79f1(0x7f),'bottom':'Căn\x20dưới','left':_0x3b79f1(0xa3),'center':_0x3b79f1(0x7f),'right':'Căn\x20phải'},'toolbar':{'verticalAlignMode':{'main':'Căn\x20dọc'},'horizontalAlignMode':{'main':_0x3b79f1(0x82)},'fillColor':{'main':_0x3b79f1(0x93)},'fontSize':_0x3b79f1(0xa1),'fontSizeIncrease':_0x3b79f1(0x84),'fontSizeDecrease':_0x3b79f1(0x90),'alignLeft':_0x3b79f1(0xa3),'alignCenter':_0x3b79f1(0x7f),'alignRight':_0x3b79f1(0x9a),'alignJustify':_0x3b79f1(0x85),'bold':'In\x20đậm','italic':_0x3b79f1(0x87),'underline':'Gạch\x20chân','strikethrough':_0x3b79f1(0x83),'textColor':_0x3b79f1(0x8a),'textBackgroundColor':'Màu\x20nền\x20văn\x20bản','resetColor':'Đặt\x20lại\x20màu'},'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':'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.'},'title':_0x3b79f1(0xa0),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x3b79f1(0xa6),'deleteShape':_0x3b79f1(0xa5),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x3b79f1(0x8c),'shapeStyle':_0x3b79f1(0x81),'shapePosition':_0x3b79f1(0x88),'toggleFlipH':_0x3b79f1(0x8e),'toggleFlipV':_0x3b79f1(0x9e),'rotateRight90':_0x3b79f1(0x8b),'rotateLeft90':_0x3b79f1(0x89),'toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','objectListPanel':{'title':_0x3b79f1(0x94),'open':_0x3b79f1(0x8d),'empty':_0x3b79f1(0x91),'showAll':_0x3b79f1(0x7d),'hideAll':_0x3b79f1(0x97),'show':_0x3b79f1(0x7c),'hide':'Ẩn','moveForward':_0x3b79f1(0x9d),'moveBackward':_0x3b79f1(0xa7),'close':'Đóng','name':'Tên','nameInput':_0x3b79f1(0x9b),'description':_0x3b79f1(0x9f),'descriptionPlaceholder':_0x3b79f1(0x9c),'details':'Chi\x20tiết','noSelection':_0x3b79f1(0x95)}}};function _0x2a09(_0x423123,_0x3f6b11){_0x423123=_0x423123-0x7c;const _0x50d396=_0x50d3();let _0x2a098f=_0x50d396[_0x423123];return _0x2a098f;}export{e as default};function _0x50d3(){const _0x2e4ae8=['7983744YzpTiD','Căn\x20phải','Tên\x20đối\x20tượng','Them\x20mo\x20ta','Đưa\x20lên\x20trên','Bật/tắt\x20lật\x20dọc','Mô\x20tả','Hình\x20dạng','Cỡ\x20chữ','665zUyZcI','Căn\x20trái','1119XocpjU','Xóa\x20hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','Đưa\x20xuống\x20dưới','43422tOpMey','146773OVeTwA','Hiện','Hiển\x20thị\x20tất\x20cả','898888XYvXwt','Căn\x20giữa','104661ocdcRo','Kiểu\x20hình\x20dạng','Căn\x20ngang','Gạch\x20ngang','Tăng\x20cỡ\x20chữ','Căn\x20đều\x20hai\x20bên','2069204vjeRQk','In\x20nghiêng','Vị\x20trí\x20hình\x20dạng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Màu\x20chữ','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Định\x20dạng\x20hình\x20dạng','Mở\x20bảng\x20điều\x20khiển\x20lớp','Chuyển\x20đổi\x20lật\x20ngang','10JvlTrj','Giảm\x20cỡ\x20chữ','Chưa\x20có\x20đối\x20tượng','1128peYGzD','Màu\x20ô','Lớp','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','1370nRHJjH','Ẩn\x20tất\x20cả','1370pEBLCw'];_0x50d3=function(){return _0x2e4ae8;};return _0x50d3();}
@@ -1 +1 @@
1
- const _0x5a4d9c=_0x80c5;(function(_0x3d35a6,_0x2dd878){const _0x18047b=_0x80c5,_0x32f5d9=_0x3d35a6();while(!![]){try{const _0x2693b3=parseInt(_0x18047b(0x14f))/0x1+-parseInt(_0x18047b(0x137))/0x2+parseInt(_0x18047b(0x135))/0x3*(-parseInt(_0x18047b(0x130))/0x4)+parseInt(_0x18047b(0x132))/0x5*(-parseInt(_0x18047b(0x14b))/0x6)+-parseInt(_0x18047b(0x12e))/0x7*(parseInt(_0x18047b(0x13f))/0x8)+-parseInt(_0x18047b(0x131))/0x9*(-parseInt(_0x18047b(0x142))/0xa)+-parseInt(_0x18047b(0x14e))/0xb*(-parseInt(_0x18047b(0x13e))/0xc);if(_0x2693b3===_0x2dd878)break;else _0x32f5d9['push'](_0x32f5d9['shift']());}catch(_0x3fa448){_0x32f5d9['push'](_0x32f5d9['shift']());}}}(_0x3d63,0xea8f4));function _0x3d63(){const _0x4c4152=['格式化形状','切换水平翻转','左对齐','中间对齐','文字背景颜色','1644834UpooEs','形状样式','水平对齐','121JSQRGk','1497942HCbIsw','右对齐','28koKcai','插入形状','395152uQobXN','45369KaNNdc','25ctRgyS','删除线','删除形状','6bsqcvF','切换垂直翻转','621600lTbgdR','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','顺时针90度旋转','顶部对齐','打开形状面板','形状位置','减小字号','1134528qEocIA','91856DkYmow','底部对齐','单元格颜色','690mJrqJK','两端对齐','重置颜色','下划线'];_0x3d63=function(){return _0x4c4152;};return _0x3d63();}function _0x80c5(_0x3dbdc3,_0x3a6d10){_0x3dbdc3=_0x3dbdc3-0x12d;const _0x3d6394=_0x3d63();let _0x80c5cd=_0x3d6394[_0x3dbdc3];return _0x80c5cd;}const e={'sheets-shape-ui':{'align':{'top':_0x5a4d9c(0x13a),'middle':'居中对齐','bottom':_0x5a4d9c(0x140),'left':_0x5a4d9c(0x148),'center':_0x5a4d9c(0x149),'right':_0x5a4d9c(0x12d)},'toolbar':{'verticalAlignMode':{'main':'垂直对齐'},'horizontalAlignMode':{'main':_0x5a4d9c(0x14d)},'fillColor':{'main':_0x5a4d9c(0x141)},'fontSize':'字号','fontSizeIncrease':'增大字号','fontSizeDecrease':_0x5a4d9c(0x13d),'alignLeft':_0x5a4d9c(0x148),'alignCenter':'居中对齐','alignRight':_0x5a4d9c(0x12d),'alignJustify':_0x5a4d9c(0x143),'bold':'加粗','italic':'斜体','underline':_0x5a4d9c(0x145),'strikethrough':_0x5a4d9c(0x133),'textColor':'文字颜色','textBackgroundColor':_0x5a4d9c(0x14a),'resetColor':_0x5a4d9c(0x144)},'imagePanel':{'crop':{'shape':'裁剪为形状'}},'permission':{'editErr':_0x5a4d9c(0x138)},'title':'形状','insertShape':_0x5a4d9c(0x12f),'openPanel':_0x5a4d9c(0x13b),'deleteShape':_0x5a4d9c(0x134),'hidePanel':'隐藏形状面板','formatShape':_0x5a4d9c(0x146),'shapeStyle':_0x5a4d9c(0x14c),'shapePosition':_0x5a4d9c(0x13c),'toggleFlipH':_0x5a4d9c(0x147),'toggleFlipV':_0x5a4d9c(0x136),'rotateRight90':_0x5a4d9c(0x139),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排'}};export{e as default};
1
+ const _0x2dfece=_0x4d3e;(function(_0x56bcc3,_0x525821){const _0x8f9f7d=_0x4d3e,_0x5e8ecd=_0x56bcc3();while(!![]){try{const _0x13f4a5=parseInt(_0x8f9f7d(0xd1))/0x1+-parseInt(_0x8f9f7d(0xcb))/0x2*(-parseInt(_0x8f9f7d(0xec))/0x3)+parseInt(_0x8f9f7d(0xf0))/0x4*(-parseInt(_0x8f9f7d(0xc8))/0x5)+parseInt(_0x8f9f7d(0xe4))/0x6*(-parseInt(_0x8f9f7d(0xeb))/0x7)+-parseInt(_0x8f9f7d(0xd4))/0x8+parseInt(_0x8f9f7d(0xdc))/0x9*(-parseInt(_0x8f9f7d(0xf3))/0xa)+parseInt(_0x8f9f7d(0xc9))/0xb*(parseInt(_0x8f9f7d(0xf2))/0xc);if(_0x13f4a5===_0x525821)break;else _0x5e8ecd['push'](_0x5e8ecd['shift']());}catch(_0x358376){_0x5e8ecd['push'](_0x5e8ecd['shift']());}}}(_0x173b,0x6cf9c));const e={'sheets-shape-ui':{'align':{'top':_0x2dfece(0xd6),'middle':'居中对齐','bottom':_0x2dfece(0xd8),'left':'左对齐','center':_0x2dfece(0xce),'right':_0x2dfece(0xe8)},'toolbar':{'verticalAlignMode':{'main':_0x2dfece(0xf1)},'horizontalAlignMode':{'main':_0x2dfece(0xef)},'fillColor':{'main':_0x2dfece(0xda)},'fontSize':'字号','fontSizeIncrease':_0x2dfece(0xdb),'fontSizeDecrease':'减小字号','alignLeft':_0x2dfece(0xde),'alignCenter':_0x2dfece(0xf4),'alignRight':_0x2dfece(0xe8),'alignJustify':_0x2dfece(0xdd),'bold':'加粗','italic':'斜体','underline':_0x2dfece(0xe2),'strikethrough':_0x2dfece(0xcf),'textColor':_0x2dfece(0xdf),'textBackgroundColor':_0x2dfece(0xe3),'resetColor':_0x2dfece(0xe6)},'imagePanel':{'crop':{'shape':_0x2dfece(0xca)}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':_0x2dfece(0xd3),'openPanel':_0x2dfece(0xcc),'deleteShape':_0x2dfece(0xd7),'hidePanel':_0x2dfece(0xe7),'formatShape':_0x2dfece(0xea),'shapeStyle':_0x2dfece(0xd2),'shapePosition':'形状位置','toggleFlipH':'切换水平翻转','toggleFlipV':_0x2dfece(0xd9),'rotateRight90':_0x2dfece(0xc7),'rotateLeft90':_0x2dfece(0xee),'toggleTextVertical':_0x2dfece(0xe9),'objectListPanel':{'title':'图层','open':'打开图层面板','empty':_0x2dfece(0xe5),'showAll':_0x2dfece(0xcd),'hideAll':_0x2dfece(0xe1),'show':'显示','hide':'隐藏','moveForward':_0x2dfece(0xd0),'moveBackward':_0x2dfece(0xed),'close':'关闭','name':'名称','nameInput':_0x2dfece(0xd5),'description':'描述','descriptionPlaceholder':'添加描述','details':'详情','noSelection':_0x2dfece(0xe0)}}};export{e as default};function _0x4d3e(_0x3fec7b,_0x48ed0f){_0x3fec7b=_0x3fec7b-0xc7;const _0x173b5d=_0x173b();let _0x4d3e43=_0x173b5d[_0x3fec7b];return _0x4d3e43;}function _0x173b(){const _0x1bca04=['1020383QucpLH','240645mTKFKe','下移一层','逆时针90度旋转','水平对齐','4wrhsTI','垂直对齐','876itSMff','10mncXmT','居中对齐','顺时针90度旋转','382715aWqQVE','64207Gzzurd','裁剪为形状','22RgbUfk','打开形状面板','全部显示','中间对齐','删除线','上移一层','589550cMTotB','形状样式','插入形状','5315056hPwsCj','对象名称','顶部对齐','删除形状','底部对齐','切换垂直翻转','单元格颜色','增大字号','3772701EMawDU','两端对齐','左对齐','文字颜色','选择对象以编辑详情','全部隐藏','下划线','文字背景颜色','12wPATZb','暂无对象','重置颜色','隐藏形状面板','右对齐','切换文本竖排','格式化形状'];_0x173b=function(){return _0x1bca04;};return _0x173b();}
@@ -1 +1 @@
1
- const _0x4a2b26=_0x4286;function _0xc533(){const _0x42f7ac=['Align\x20Left','3743924bzSsrC','Bold','34848ZiPkNT','1157835cmFFOg','Underline','547002tbtkQj','垂直置中','2352830GHXXmQ','靠左對齊','9BRznrn','圖形位置','重置顏色','靠右對齊','靠下對齊','切換水平翻轉','刪除形狀','Italic','91cMOhxz','627084gzFEoK','字型大小','插入形狀','8bYbVnK','水平對齊','Text\x20Background\x20color','填滿色彩','格式化形狀','打開形狀面板','Justify','切換文本竖排','9707625btJnFM','Text\x20color','Align\x20Center','順時針\x2090\x20度旋轉','垂直對齊','靠上對齊'];_0xc533=function(){return _0x42f7ac;};return _0xc533();}function _0x4286(_0x45717a,_0x1154e1){_0x45717a=_0x45717a-0xff;const _0xc53301=_0xc533();let _0x4286ad=_0xc53301[_0x45717a];return _0x4286ad;}(function(_0x357fd8,_0x1902cd){const _0x529ee4=_0x4286,_0x138a12=_0x357fd8();while(!![]){try{const _0x17c817=-parseInt(_0x529ee4(0x112))/0x1+parseInt(_0x529ee4(0x100))/0x2+-parseInt(_0x529ee4(0x103))/0x3*(parseInt(_0x529ee4(0x115))/0x4)+parseInt(_0x529ee4(0x11d))/0x5+-parseInt(_0x529ee4(0x105))/0x6*(parseInt(_0x529ee4(0x111))/0x7)+parseInt(_0x529ee4(0x102))/0x8+-parseInt(_0x529ee4(0x109))/0x9*(parseInt(_0x529ee4(0x107))/0xa);if(_0x17c817===_0x1902cd)break;else _0x138a12['push'](_0x138a12['shift']());}catch(_0xd8103d){_0x138a12['push'](_0x138a12['shift']());}}}(_0xc533,0xf3c0f));const e={'sheets-shape-ui':{'align':{'top':_0x4a2b26(0x122),'middle':_0x4a2b26(0x106),'bottom':_0x4a2b26(0x10d),'left':_0x4a2b26(0x108),'center':'置中','right':_0x4a2b26(0x10c)},'toolbar':{'verticalAlignMode':{'main':_0x4a2b26(0x121)},'horizontalAlignMode':{'main':_0x4a2b26(0x116)},'fillColor':{'main':_0x4a2b26(0x118)},'fontSize':_0x4a2b26(0x113),'fontSizeIncrease':'放大字型','fontSizeDecrease':'縮小字型','alignLeft':_0x4a2b26(0xff),'alignCenter':_0x4a2b26(0x11f),'alignRight':'Align\x20Right','alignJustify':_0x4a2b26(0x11b),'bold':_0x4a2b26(0x101),'italic':_0x4a2b26(0x110),'underline':_0x4a2b26(0x104),'strikethrough':'Strikethrough','textColor':_0x4a2b26(0x11e),'textBackgroundColor':_0x4a2b26(0x117),'resetColor':_0x4a2b26(0x10b)},'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x4a2b26(0x114),'openPanel':_0x4a2b26(0x11a),'deleteShape':_0x4a2b26(0x10f),'hidePanel':'隱藏形狀面板','formatShape':_0x4a2b26(0x119),'shapeStyle':'圖形樣式','shapePosition':_0x4a2b26(0x10a),'toggleFlipH':_0x4a2b26(0x10e),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x4a2b26(0x120),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x4a2b26(0x11c)}};export{e as default};
1
+ function _0x32b9(){const _0x5395c2=['開啟圖層面板','打開形狀面板','刪除線','順時針\x2090\x20度旋轉','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','水平對齊','圖形樣式','全部顯示','放大字型','7tJMCCc','切換垂直翻轉','左對齊','1109965CUiVOG','文字背景色','切換文本竖排','裁切為形狀','92SOqAwq','文字顏色','全部隱藏','右對齊','重置顏色','1238094wfhspV','410574vxnIbn','4825008Adewmv','4532MlGyub','物件名稱','32780eayaFw','46782SSZANH','231074unAGcX','77feGKjm','逆時針\x2090\x20度旋轉','兩端對齊','上移一層','新增描述','居中對齊','暫無物件','縮小字型','填滿色彩','垂直置中','靠下對齊','切換水平翻轉','圖形位置'];_0x32b9=function(){return _0x5395c2;};return _0x32b9();}function _0x1163(_0x388cbd,_0x42a695){_0x388cbd=_0x388cbd-0x110;const _0x32b9ce=_0x32b9();let _0x1163b3=_0x32b9ce[_0x388cbd];return _0x1163b3;}const _0x36a734=_0x1163;(function(_0x48dbac,_0x2982b0){const _0x4ebac5=_0x1163,_0x1facf3=_0x48dbac();while(!![]){try{const _0xa4a2c6=-parseInt(_0x4ebac5(0x126))/0x1*(-parseInt(_0x4ebac5(0x139))/0x2)+-parseInt(_0x4ebac5(0x138))/0x3*(parseInt(_0x4ebac5(0x12d))/0x4)+parseInt(_0x4ebac5(0x129))/0x5+-parseInt(_0x4ebac5(0x133))/0x6*(parseInt(_0x4ebac5(0x110))/0x7)+-parseInt(_0x4ebac5(0x134))/0x8+-parseInt(_0x4ebac5(0x132))/0x9+parseInt(_0x4ebac5(0x137))/0xa*(parseInt(_0x4ebac5(0x135))/0xb);if(_0xa4a2c6===_0x2982b0)break;else _0x1facf3['push'](_0x1facf3['shift']());}catch(_0x3dbbf9){_0x1facf3['push'](_0x1facf3['shift']());}}}(_0x32b9,0x8133f));const e={'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':_0x36a734(0x119),'bottom':_0x36a734(0x11a),'left':'靠左對齊','center':'置中','right':'靠右對齊'},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x36a734(0x122)},'fillColor':{'main':_0x36a734(0x118)},'fontSize':'字型大小','fontSizeIncrease':_0x36a734(0x125),'fontSizeDecrease':_0x36a734(0x117),'alignLeft':_0x36a734(0x128),'alignCenter':_0x36a734(0x115),'alignRight':_0x36a734(0x130),'alignJustify':_0x36a734(0x112),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x36a734(0x11f),'textColor':_0x36a734(0x12e),'textBackgroundColor':_0x36a734(0x12a),'resetColor':_0x36a734(0x131)},'imagePanel':{'crop':{'shape':_0x36a734(0x12c)}},'permission':{'editErr':_0x36a734(0x121)},'title':'形狀','insertShape':'插入形狀','openPanel':_0x36a734(0x11e),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':'格式化形狀','shapeStyle':_0x36a734(0x123),'shapePosition':_0x36a734(0x11c),'toggleFlipH':_0x36a734(0x11b),'toggleFlipV':_0x36a734(0x127),'rotateRight90':_0x36a734(0x120),'rotateLeft90':_0x36a734(0x111),'toggleTextVertical':_0x36a734(0x12b),'objectListPanel':{'title':'圖層','open':_0x36a734(0x11d),'empty':_0x36a734(0x116),'showAll':_0x36a734(0x124),'hideAll':_0x36a734(0x12f),'show':'顯示','hide':'隱藏','moveForward':_0x36a734(0x113),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x36a734(0x136),'description':'描述','descriptionPlaceholder':_0x36a734(0x114),'details':'詳情','noSelection':'選擇物件以編輯詳情'}}};export{e as default};