@univerjs-pro/boards-table-ui 1.0.0-rc.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/controllers/board-table-floating-toolbar.render-controller.d.ts +2 -1
  62. package/lib/types/controllers/board-table-selection-render.controller.d.ts +76 -16
  63. package/lib/types/controllers/components.controller.d.ts +2 -2
  64. package/lib/types/controllers/mobile/board-table-selection-render.controller.d.ts +36 -0
  65. package/lib/types/controllers/mobile/components.controller.d.ts +22 -0
  66. package/lib/types/index.d.ts +1 -0
  67. package/lib/types/locale/en-US.d.ts +11 -0
  68. package/lib/types/menu/board-table-contextmenu.menu.d.ts +10 -10
  69. package/lib/types/mobile-plugin.d.ts +29 -0
  70. package/lib/types/plugin.d.ts +5 -2
  71. package/lib/types/render-adapters/board-table-render-adapter.const.d.ts +1 -0
  72. package/lib/types/render-adapters/board-table-render-adapter.d.ts +2 -3
  73. package/lib/types/render-adapters/mobile-board-table-render-adapter.d.ts +4 -0
  74. package/lib/types/render-objects/mobile/mobile-board-table-object.d.ts +8 -0
  75. package/lib/types/views/BoardTableFloatingToolbar.d.ts +22 -1
  76. package/lib/types/views/MobileBoardTableFloatingToolbar.d.ts +2 -0
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +23 -21
@@ -1 +1 @@
1
- const _0x9a2b63=_0x5c53;(function(_0x4ea143,_0x30cbf3){const _0x42e449=_0x5c53,_0x3a5c05=_0x4ea143();while(!![]){try{const _0x3b423a=-parseInt(_0x42e449(0x16d))/0x1+-parseInt(_0x42e449(0x15e))/0x2*(parseInt(_0x42e449(0x166))/0x3)+parseInt(_0x42e449(0x17c))/0x4+-parseInt(_0x42e449(0x18e))/0x5+parseInt(_0x42e449(0x184))/0x6+parseInt(_0x42e449(0x179))/0x7*(-parseInt(_0x42e449(0x199))/0x8)+parseInt(_0x42e449(0x15d))/0x9*(parseInt(_0x42e449(0x188))/0xa);if(_0x3b423a===_0x30cbf3)break;else _0x3a5c05['push'](_0x3a5c05['shift']());}catch(_0x3c3caa){_0x3a5c05['push'](_0x3a5c05['shift']());}}}(_0x1771,0x1f86a));const e={'boards-table-ui':{'contextMenu':{'insert':_0x9a2b63(0x17f),'delete':_0x9a2b63(0x16b),'distribute':_0x9a2b63(0x16a),'insertRowAbove':_0x9a2b63(0x173),'insertRowBelow':_0x9a2b63(0x162),'insertColumnLeft':_0x9a2b63(0x160),'insertColumnRight':_0x9a2b63(0x16c),'deleteRow':_0x9a2b63(0x161),'deleteColumn':_0x9a2b63(0x16e),'deleteTable':_0x9a2b63(0x169),'distributeRows':_0x9a2b63(0x15f),'distributeColumns':_0x9a2b63(0x175),'resetColor':'إعادة\x20تعيين\x20اللون'},'editorToolbar':{'mergeCells':'دمج\x20الخلايا','unmergeCells':_0x9a2b63(0x17b),'tableTheme':_0x9a2b63(0x163),'tableLook':_0x9a2b63(0x174),'headerRow':_0x9a2b63(0x165),'footerRow':'صف\x20التذييل','bandedRows':_0x9a2b63(0x164),'bandedColumns':'أعمدة\x20متناوبة','firstColumn':'العمود\x20الأول','lastColumn':_0x9a2b63(0x171),'bestMatch':_0x9a2b63(0x181),'light':'فاتح','medium':'متوسط','minimal':_0x9a2b63(0x16f),'cellBackground':_0x9a2b63(0x176),'allBorders':_0x9a2b63(0x18f),'tableBackgroundColor':_0x9a2b63(0x192),'border':'حد','tableBorderColor':_0x9a2b63(0x187),'borderWidth':'عرض\x20الحد','borderStyle':_0x9a2b63(0x182),'borderStyleSolid':_0x9a2b63(0x191),'borderStyleDash':_0x9a2b63(0x178),'borderStyleDot':_0x9a2b63(0x17a),'borderStyleDashDot':_0x9a2b63(0x177),'borderPresetAll':_0x9a2b63(0x18f),'borderPresetInner':_0x9a2b63(0x170),'borderPresetOuter':_0x9a2b63(0x193),'borderPresetTop':_0x9a2b63(0x197),'borderPresetBottom':_0x9a2b63(0x190),'borderPresetLeft':'الحد\x20الأيسر','borderPresetRight':_0x9a2b63(0x195),'borderPresetInnerHorizontal':'الحد\x20الأفقي\x20الداخلي','borderPresetInnerVertical':'الحد\x20العمودي\x20الداخلي','noBorder':'بلا\x20حد','none':_0x9a2b63(0x168),'fontFamily':_0x9a2b63(0x194),'fontSize':_0x9a2b63(0x185),'textFormat':'تنسيق\x20النص','textColor':'لون\x20النص','textBackgroundColor':_0x9a2b63(0x17d),'bold':'غامق','italic':_0x9a2b63(0x180),'underline':_0x9a2b63(0x19c),'strikethrough':'يتوسطه\x20خط','horizontalAlign':_0x9a2b63(0x186),'verticalAlign':_0x9a2b63(0x189),'alignLeft':_0x9a2b63(0x17e),'alignCenter':_0x9a2b63(0x183),'alignRight':_0x9a2b63(0x18c),'alignJustify':'ضبط','alignTop':_0x9a2b63(0x18b),'alignMiddle':_0x9a2b63(0x18d),'alignBottom':_0x9a2b63(0x172)},'shapePanel':{'fill':{'noFill':_0x9a2b63(0x18a),'solidFill':_0x9a2b63(0x196),'gradientFill':_0x9a2b63(0x19a),'pictureFill':'صورة','color':'لون','transparency':'شفافية','picture':{'source':_0x9a2b63(0x167),'insert':_0x9a2b63(0x19b)}}}}};module[_0x9a2b63(0x198)]=e;function _0x5c53(_0xf4963,_0x4bf95a){_0xf4963=_0xf4963-0x15d;const _0x17711c=_0x1771();let _0x5c5310=_0x17711c[_0xf4963];return _0x5c5310;}function _0x1771(){const _0xd903cd=['متصل','لون\x20خلفية\x20الجدول','الحدود\x20الخارجية','الخط','الحد\x20الأيمن','لون\x20ثابت','الحد\x20العلوي','exports','310264jrKTmQ','تدرج','إدراج\x20صورة','تسطير','1574451MHTVcB','62CNQQFh','توزيع\x20الصفوف','إدراج\x20عمود\x20يسارًا','حذف\x20الصف','إدراج\x20صف\x20أدناه','نسق\x20الجدول','صفوف\x20متناوبة','صف\x20الرأس','5352pwBNXb','مصدر\x20الصورة','لا\x20شيء','حذف\x20الجدول','توزيع','حذف','إدراج\x20عمود\x20يمينًا','59529zIBmxy','حذف\x20العمود','بسيط','الحدود\x20الداخلية','العمود\x20الأخير','محاذاة\x20للأسفل','إدراج\x20صف\x20أعلاه','مظهر\x20الجدول','توزيع\x20الأعمدة','خلفية\x20الخلية','شرطة\x20نقطة','شرطة','7pRpShI','نقطي','إلغاء\x20دمج\x20الخلايا','3828bynsfV','لون\x20خلفية\x20النص','محاذاة\x20لليسار','إدراج','مائل','أفضل\x20تطابق','نمط\x20الحد','توسيط','876036ovCpfU','حجم\x20الخط','محاذاة\x20أفقية','لون\x20الحد','10AwPLzC','محاذاة\x20عمودية','بلا\x20تعبئة','محاذاة\x20للأعلى','محاذاة\x20لليمين','محاذاة\x20للوسط','195780rGRuNV','كل\x20الحدود','الحد\x20السفلي'];_0x1771=function(){return _0xd903cd;};return _0x1771();}
1
+ const _0x2ec7a5=_0x5762;function _0x5762(_0x391db5,_0x333017){_0x391db5=_0x391db5-0x114;const _0x3f823e=_0x3f82();let _0x57628c=_0x3f823e[_0x391db5];return _0x57628c;}function _0x3f82(){const _0x345b82=['إعادة\x20تعيين\x20اللون','112iDuYIL','الحد\x20الأيسر','أعمدة\x20متناوبة','نمط\x20الخلية','محاذاة\x20للأسفل','تحديد\x20خلية','حذف','كل\x20الحدود','بسيط','لون\x20خلفية\x20النص','بلا\x20حد','لون\x20خلفية\x20الجدول','إلغاء\x20دمج\x20الخلايا','نسق\x20الجدول','إدراج\x20صف\x20أعلاه','حذف\x20الصف','مظهر\x20الجدول','نقطي','حجم\x20الخط','متوسط','2221416tFmJmi','توزيع\x20الصفوف','لون\x20ثابت','121765vYqkJG','الحد\x20السفلي','إدراج\x20عمود\x20يمينًا','88509znGmgG','11YANYAc','محاذاة\x20للوسط','بلا\x20تعبئة','عرض\x20الحد','5299368ULlCct','مصدر\x20الصورة','6DnZoFd','الحد\x20العلوي','محاذاة\x20عمودية','العمود\x20الأول','محاذاة\x20للأعلى','دمج\x20الخلايا','توسيع','1760975XRwgaT','إدراج','986178TdujkW','إدراج\x20صف\x20أدناه','غامق','394911SQwDhL','صف\x20الرأس','متصل','الحد\x20العمودي\x20الداخلي','لون\x20الحد','لون','الحد\x20الأفقي\x20الداخلي','30nuDxHT','exports','الحدود\x20الداخلية','شرطة\x20نقطة','خلفية\x20الخلية','حذف\x20العمود','تحديد\x20عمود','تسطير','إدراج\x20صورة','شرطة','فاتح','توسيط','1anXdOk'];_0x3f82=function(){return _0x345b82;};return _0x3f82();}(function(_0x4291a2,_0x2bcd87){const _0x23c744=_0x5762,_0x480c0f=_0x4291a2();while(!![]){try{const _0x431736=parseInt(_0x23c744(0x11d))/0x1*(-parseInt(_0x23c744(0x149))/0x2)+-parseInt(_0x23c744(0x139))/0x3*(-parseInt(_0x23c744(0x11f))/0x4)+parseInt(_0x23c744(0x147))/0x5*(parseInt(_0x23c744(0x140))/0x6)+-parseInt(_0x23c744(0x136))/0x7+-parseInt(_0x23c744(0x133))/0x8+parseInt(_0x23c744(0x14c))/0x9*(-parseInt(_0x23c744(0x153))/0xa)+-parseInt(_0x23c744(0x13a))/0xb*(-parseInt(_0x23c744(0x13e))/0xc);if(_0x431736===_0x2bcd87)break;else _0x480c0f['push'](_0x480c0f['shift']());}catch(_0x287453){_0x480c0f['push'](_0x480c0f['shift']());}}}(_0x3f82,0xaaebf));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x2ec7a5(0x122),'selectColumn':_0x2ec7a5(0x117),'operations':'التخطيط','selectCell':_0x2ec7a5(0x124),'edit':'الأنماط','close':'إغلاق','expand':_0x2ec7a5(0x146),'collapse':'طي','back':'رجوع'},'contextMenu':{'insert':_0x2ec7a5(0x148),'delete':_0x2ec7a5(0x125),'distribute':'توزيع','insertRowAbove':_0x2ec7a5(0x12d),'insertRowBelow':_0x2ec7a5(0x14a),'insertColumnLeft':'إدراج\x20عمود\x20يسارًا','insertColumnRight':_0x2ec7a5(0x138),'deleteRow':_0x2ec7a5(0x12e),'deleteColumn':_0x2ec7a5(0x116),'deleteTable':'حذف\x20الجدول','distributeRows':_0x2ec7a5(0x134),'distributeColumns':'توزيع\x20الأعمدة','resetColor':_0x2ec7a5(0x11e)},'editorToolbar':{'mergeCells':_0x2ec7a5(0x145),'unmergeCells':_0x2ec7a5(0x12b),'tableTheme':_0x2ec7a5(0x12c),'tableLook':_0x2ec7a5(0x12f),'headerRow':_0x2ec7a5(0x14d),'footerRow':'صف\x20التذييل','bandedRows':'صفوف\x20متناوبة','bandedColumns':_0x2ec7a5(0x121),'firstColumn':_0x2ec7a5(0x143),'lastColumn':'العمود\x20الأخير','bestMatch':'أفضل\x20تطابق','light':_0x2ec7a5(0x11b),'medium':_0x2ec7a5(0x132),'minimal':_0x2ec7a5(0x127),'cellBackground':_0x2ec7a5(0x115),'allBorders':_0x2ec7a5(0x126),'tableBackgroundColor':_0x2ec7a5(0x12a),'border':'حد','tableBorderColor':_0x2ec7a5(0x150),'borderWidth':_0x2ec7a5(0x13d),'borderStyle':'نمط\x20الحد','borderStyleSolid':_0x2ec7a5(0x14e),'borderStyleDash':_0x2ec7a5(0x11a),'borderStyleDot':_0x2ec7a5(0x130),'borderStyleDashDot':_0x2ec7a5(0x114),'borderPresetAll':'كل\x20الحدود','borderPresetInner':_0x2ec7a5(0x155),'borderPresetOuter':'الحدود\x20الخارجية','borderPresetTop':_0x2ec7a5(0x141),'borderPresetBottom':_0x2ec7a5(0x137),'borderPresetLeft':_0x2ec7a5(0x120),'borderPresetRight':'الحد\x20الأيمن','borderPresetInnerHorizontal':_0x2ec7a5(0x152),'borderPresetInnerVertical':_0x2ec7a5(0x14f),'noBorder':_0x2ec7a5(0x129),'none':'لا\x20شيء','fontFamily':'الخط','fontSize':_0x2ec7a5(0x131),'textFormat':'تنسيق\x20النص','textColor':'لون\x20النص','textBackgroundColor':_0x2ec7a5(0x128),'bold':_0x2ec7a5(0x14b),'italic':'مائل','underline':_0x2ec7a5(0x118),'strikethrough':'يتوسطه\x20خط','horizontalAlign':'محاذاة\x20أفقية','verticalAlign':_0x2ec7a5(0x142),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x2ec7a5(0x11c),'alignRight':'محاذاة\x20لليمين','alignJustify':'ضبط','alignTop':_0x2ec7a5(0x144),'alignMiddle':_0x2ec7a5(0x13b),'alignBottom':_0x2ec7a5(0x123)},'shapePanel':{'fill':{'noFill':_0x2ec7a5(0x13c),'solidFill':_0x2ec7a5(0x135),'gradientFill':'تدرج','pictureFill':'صورة','color':_0x2ec7a5(0x151),'transparency':'شفافية','picture':{'source':_0x2ec7a5(0x13f),'insert':_0x2ec7a5(0x119)}}}}};module[_0x2ec7a5(0x154)]=e;
@@ -1 +1 @@
1
- const _0xf1a6a4=_0xdfa6;(function(_0x4099f2,_0x295032){const _0x33b5ce=_0xdfa6,_0x643bb3=_0x4099f2();while(!![]){try{const _0x21d38f=parseInt(_0x33b5ce(0xed))/0x1*(parseInt(_0x33b5ce(0xf3))/0x2)+parseInt(_0x33b5ce(0xcf))/0x3+-parseInt(_0x33b5ce(0xbe))/0x4*(-parseInt(_0x33b5ce(0xb7))/0x5)+-parseInt(_0x33b5ce(0xea))/0x6*(-parseInt(_0x33b5ce(0xd9))/0x7)+-parseInt(_0x33b5ce(0xd4))/0x8*(-parseInt(_0x33b5ce(0xba))/0x9)+parseInt(_0x33b5ce(0xb9))/0xa+parseInt(_0x33b5ce(0xc2))/0xb*(-parseInt(_0x33b5ce(0xd7))/0xc);if(_0x21d38f===_0x295032)break;else _0x643bb3['push'](_0x643bb3['shift']());}catch(_0x43824e){_0x643bb3['push'](_0x643bb3['shift']());}}}(_0x2493,0xde7f9));function _0xdfa6(_0x1c261e,_0xad2d28){_0x1c261e=_0x1c261e-0xb6;const _0x2493ea=_0x2493();let _0xdfa6d9=_0x2493ea[_0x1c261e];return _0xdfa6d9;}function _0x2493(){const _0x48d4ea=['Totes\x20les\x20vores','Format\x20de\x20text','Suprimeix','Justifica','Aspecte\x20de\x20taula','Insereix\x20una\x20columna\x20a\x20la\x20dreta','549372BgeHGX','Subratllat','exports','105701TVMDbY','Amplada\x20de\x20vora','Vora\x20vertical\x20interior','Distribueix\x20les\x20files','Color','Insereix\x20una\x20fila\x20a\x20sobre','22YQYVyR','Clar','Vores\x20interiors','Fons\x20de\x20cel·la','Combina\x20cel·les','Origen\x20de\x20la\x20imatge','Guió','Distribueix\x20les\x20columnes','Negreta','551030HnGQUh','Fila\x20de\x20peu','15903880JGuyAF','9CHfWjY','Color\x20de\x20vora','Color\x20de\x20fons\x20del\x20text','Tipus\x20de\x20lletra','56skEtqz','Reinicia\x20el\x20color','Cap','Millor\x20coincidència','12729409gnmXNl','Centra','Imatge','Suprimeix\x20la\x20fila','Ratllat','Estil\x20de\x20vora','Files\x20alternes','Última\x20columna','Descombina\x20cel·les','Alinea\x20a\x20la\x20dreta','Primera\x20columna','Mida\x20de\x20lletra','Alineació\x20vertical','4009239duuzrB','Sòlid','Degradat','Insereix\x20una\x20fila\x20a\x20sota','Alinea\x20al\x20mig','3392944SVnljS','Suprimeix\x20taula','Sense\x20emplenament','60hvFpEk','Cursiva','49BBeAtU','Vora\x20superior','Alinea\x20a\x20dalt','Mínim','Distribueix','Alinea\x20a\x20baix','Color\x20de\x20fons\x20de\x20la\x20taula','Guió\x20punt','Vora\x20inferior','Vora\x20horitzontal\x20interior','Tema\x20de\x20taula'];_0x2493=function(){return _0x48d4ea;};return _0x2493();}const e={'boards-table-ui':{'contextMenu':{'insert':'Insereix','delete':_0xf1a6a4(0xe6),'distribute':_0xf1a6a4(0xdd),'insertRowAbove':_0xf1a6a4(0xf2),'insertRowBelow':_0xf1a6a4(0xd2),'insertColumnLeft':'Insereix\x20una\x20columna\x20a\x20l\x27esquerra','insertColumnRight':_0xf1a6a4(0xe9),'deleteRow':_0xf1a6a4(0xc5),'deleteColumn':'Suprimeix\x20la\x20columna','deleteTable':_0xf1a6a4(0xd5),'distributeRows':_0xf1a6a4(0xf0),'distributeColumns':_0xf1a6a4(0xfa),'resetColor':_0xf1a6a4(0xbf)},'editorToolbar':{'mergeCells':_0xf1a6a4(0xf7),'unmergeCells':_0xf1a6a4(0xca),'tableTheme':_0xf1a6a4(0xe3),'tableLook':_0xf1a6a4(0xe8),'headerRow':'Fila\x20de\x20capçalera','footerRow':_0xf1a6a4(0xb8),'bandedRows':_0xf1a6a4(0xc8),'bandedColumns':'Columnes\x20alternes','firstColumn':_0xf1a6a4(0xcc),'lastColumn':_0xf1a6a4(0xc9),'bestMatch':_0xf1a6a4(0xc1),'light':_0xf1a6a4(0xf4),'medium':'Mitjà','minimal':_0xf1a6a4(0xdc),'cellBackground':_0xf1a6a4(0xf6),'allBorders':_0xf1a6a4(0xe4),'tableBackgroundColor':_0xf1a6a4(0xdf),'border':'Vora','tableBorderColor':_0xf1a6a4(0xbb),'borderWidth':_0xf1a6a4(0xee),'borderStyle':_0xf1a6a4(0xc7),'borderStyleSolid':_0xf1a6a4(0xd0),'borderStyleDash':_0xf1a6a4(0xf9),'borderStyleDot':'Punt','borderStyleDashDot':_0xf1a6a4(0xe0),'borderPresetAll':_0xf1a6a4(0xe4),'borderPresetInner':_0xf1a6a4(0xf5),'borderPresetOuter':'Vores\x20exteriors','borderPresetTop':_0xf1a6a4(0xda),'borderPresetBottom':_0xf1a6a4(0xe1),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':'Vora\x20dreta','borderPresetInnerHorizontal':_0xf1a6a4(0xe2),'borderPresetInnerVertical':_0xf1a6a4(0xef),'noBorder':'Sense\x20vora','none':_0xf1a6a4(0xc0),'fontFamily':_0xf1a6a4(0xbd),'fontSize':_0xf1a6a4(0xcd),'textFormat':_0xf1a6a4(0xe5),'textColor':'Color\x20del\x20text','textBackgroundColor':_0xf1a6a4(0xbc),'bold':_0xf1a6a4(0xb6),'italic':_0xf1a6a4(0xd8),'underline':_0xf1a6a4(0xeb),'strikethrough':_0xf1a6a4(0xc6),'horizontalAlign':'Alineació\x20horitzontal','verticalAlign':_0xf1a6a4(0xce),'alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0xf1a6a4(0xc3),'alignRight':_0xf1a6a4(0xcb),'alignJustify':_0xf1a6a4(0xe7),'alignTop':_0xf1a6a4(0xdb),'alignMiddle':_0xf1a6a4(0xd3),'alignBottom':_0xf1a6a4(0xde)},'shapePanel':{'fill':{'noFill':_0xf1a6a4(0xd6),'solidFill':_0xf1a6a4(0xd0),'gradientFill':_0xf1a6a4(0xd1),'pictureFill':_0xf1a6a4(0xc4),'color':_0xf1a6a4(0xf1),'transparency':'Transparència','picture':{'source':_0xf1a6a4(0xf8),'insert':'Insereix\x20imatge'}}}}};module[_0xf1a6a4(0xec)]=e;
1
+ const _0x54f801=_0xa1e4;function _0xa1e4(_0x155d5e,_0x5d4d95){_0x155d5e=_0x155d5e-0xad;const _0x146ca4=_0x146c();let _0xa1e495=_0x146ca4[_0x155d5e];return _0xa1e495;}(function(_0x3c80b4,_0x41a4b3){const _0x2065a2=_0xa1e4,_0x2233d5=_0x3c80b4();while(!![]){try{const _0x3b578c=parseInt(_0x2065a2(0xee))/0x1*(-parseInt(_0x2065a2(0xd0))/0x2)+parseInt(_0x2065a2(0xe9))/0x3+-parseInt(_0x2065a2(0xe4))/0x4+parseInt(_0x2065a2(0xc1))/0x5*(parseInt(_0x2065a2(0xc6))/0x6)+-parseInt(_0x2065a2(0xd1))/0x7+-parseInt(_0x2065a2(0xbb))/0x8*(parseInt(_0x2065a2(0xef))/0x9)+parseInt(_0x2065a2(0xaf))/0xa;if(_0x3b578c===_0x41a4b3)break;else _0x2233d5['push'](_0x2233d5['shift']());}catch(_0x2edee8){_0x2233d5['push'](_0x2233d5['shift']());}}}(_0x146c,0xc92c3));const e={'boards-table-ui':{'mobile':{'cellStyle':'Estil\x20de\x20cel·la','selectColumn':_0x54f801(0xf2),'operations':_0x54f801(0xd7),'selectCell':_0x54f801(0xc0),'edit':'Estils','close':_0x54f801(0xd3),'expand':_0x54f801(0xc5),'collapse':_0x54f801(0xe5),'back':_0x54f801(0xb4)},'contextMenu':{'insert':'Insereix','delete':'Suprimeix','distribute':'Distribueix','insertRowAbove':'Insereix\x20una\x20fila\x20a\x20sobre','insertRowBelow':'Insereix\x20una\x20fila\x20a\x20sota','insertColumnLeft':'Insereix\x20una\x20columna\x20a\x20l\x27esquerra','insertColumnRight':_0x54f801(0xf1),'deleteRow':_0x54f801(0xed),'deleteColumn':'Suprimeix\x20la\x20columna','deleteTable':_0x54f801(0xc9),'distributeRows':_0x54f801(0xad),'distributeColumns':_0x54f801(0xd4),'resetColor':_0x54f801(0xcb)},'editorToolbar':{'mergeCells':_0x54f801(0xdb),'unmergeCells':_0x54f801(0xe8),'tableTheme':_0x54f801(0xd9),'tableLook':_0x54f801(0xd5),'headerRow':'Fila\x20de\x20capçalera','footerRow':_0x54f801(0xde),'bandedRows':_0x54f801(0xdd),'bandedColumns':_0x54f801(0xbc),'firstColumn':'Primera\x20columna','lastColumn':_0x54f801(0xc7),'bestMatch':_0x54f801(0xdc),'light':_0x54f801(0xe3),'medium':'Mitjà','minimal':_0x54f801(0xe0),'cellBackground':_0x54f801(0xd6),'allBorders':_0x54f801(0xb1),'tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','border':_0x54f801(0xea),'tableBorderColor':_0x54f801(0xb0),'borderWidth':_0x54f801(0xb7),'borderStyle':_0x54f801(0xca),'borderStyleSolid':_0x54f801(0xba),'borderStyleDash':_0x54f801(0xf3),'borderStyleDot':_0x54f801(0xb8),'borderStyleDashDot':_0x54f801(0xbe),'borderPresetAll':'Totes\x20les\x20vores','borderPresetInner':_0x54f801(0xb2),'borderPresetOuter':_0x54f801(0xce),'borderPresetTop':'Vora\x20superior','borderPresetBottom':_0x54f801(0xe7),'borderPresetLeft':_0x54f801(0xc2),'borderPresetRight':_0x54f801(0xc8),'borderPresetInnerHorizontal':_0x54f801(0xd2),'borderPresetInnerVertical':_0x54f801(0xe6),'noBorder':_0x54f801(0xc4),'none':'Cap','fontFamily':'Tipus\x20de\x20lletra','fontSize':_0x54f801(0xd8),'textFormat':_0x54f801(0xeb),'textColor':'Color\x20del\x20text','textBackgroundColor':_0x54f801(0xe2),'bold':'Negreta','italic':_0x54f801(0xe1),'underline':_0x54f801(0xae),'strikethrough':_0x54f801(0xb6),'horizontalAlign':_0x54f801(0xda),'verticalAlign':_0x54f801(0xb5),'alignLeft':_0x54f801(0xcc),'alignCenter':'Centra','alignRight':_0x54f801(0xdf),'alignJustify':'Justifica','alignTop':_0x54f801(0xf0),'alignMiddle':_0x54f801(0xb9),'alignBottom':_0x54f801(0xcf)},'shapePanel':{'fill':{'noFill':_0x54f801(0xbd),'solidFill':_0x54f801(0xba),'gradientFill':_0x54f801(0xc3),'pictureFill':_0x54f801(0xec),'color':_0x54f801(0xbf),'transparency':'Transparència','picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x54f801(0xb3)}}}}};function _0x146c(){const _0x1c7ba8=['Alinea\x20a\x20la\x20dreta','Mínim','Cursiva','Color\x20de\x20fons\x20del\x20text','Clar','318192mokdBX','Redueix','Vora\x20vertical\x20interior','Vora\x20inferior','Descombina\x20cel·les','4450803gTbfEK','Vora','Format\x20de\x20text','Imatge','Suprimeix\x20la\x20fila','4SMoEYY','18HqABzS','Alinea\x20a\x20dalt','Insereix\x20una\x20columna\x20a\x20la\x20dreta','Selecciona\x20una\x20columna','Guió','Distribueix\x20les\x20files','Subratllat','9479140SpvAsu','Color\x20de\x20vora','Totes\x20les\x20vores','Vores\x20interiors','Insereix\x20imatge','Enrere','Alineació\x20vertical','Ratllat','Amplada\x20de\x20vora','Punt','Alinea\x20al\x20mig','Sòlid','4955168pBpOTm','Columnes\x20alternes','Sense\x20emplenament','Guió\x20punt','Color','Selecciona\x20una\x20cel·la','84715hunJIN','Vora\x20esquerra','Degradat','Sense\x20vora','Amplia','534tyodae','Última\x20columna','Vora\x20dreta','Suprimeix\x20taula','Estil\x20de\x20vora','Reinicia\x20el\x20color','Alinea\x20a\x20l\x27esquerra','exports','Vores\x20exteriors','Alinea\x20a\x20baix','185554CuYLGc','9981937eojCEo','Vora\x20horitzontal\x20interior','Tanca','Distribueix\x20les\x20columnes','Aspecte\x20de\x20taula','Fons\x20de\x20cel·la','Disposició','Mida\x20de\x20lletra','Tema\x20de\x20taula','Alineació\x20horitzontal','Combina\x20cel·les','Millor\x20coincidència','Files\x20alternes','Fila\x20de\x20peu'];_0x146c=function(){return _0x1c7ba8;};return _0x146c();}module[_0x54f801(0xcd)]=e;
@@ -1 +1 @@
1
- function _0x1f9a(){const _0x16acd2=['Schriftgröße','Unten\x20ausrichten','Durchgestrichen','Durchgezogen','Tabelle\x20löschen','Gebänderte\x20Spalten','Zeile\x20oberhalb\x20einfügen','Zeile\x20unterhalb\x20einfügen','618kLJBVu','Linker\x20Rahmen','Kein\x20Rahmen','Schriftart','Rechter\x20Rahmen','Gebänderte\x20Zeilen','Tabellenhintergrundfarbe','Löschen','Rechts\x20ausrichten','Zeilen\x20verteilen','exports','Beste\x20Übereinstimmung','Tabellenformat','Kursiv','Textfarbe','Textformat','Hell','Unterstrichen','Rahmen','Texthintergrundfarbe','Einfügen','Mittel','16373RihraZ','Alle\x20Rahmen','Farbe\x20zurücksetzen','81588DhSVku','11aXmWVe','1021608umeVEN','Rahmenfarbe','94248JehmzS','16XeFjaO','Innere\x20Rahmen','Farbe','Kopfzeile','Verlauf','Links\x20ausrichten','Erste\x20Spalte','Letzte\x20Spalte','208555UZjOHm','432603KkeszC','Innerer\x20vertikaler\x20Rahmen','Vertikal\x20ausrichten','Zellen\x20trennen','Blocksatz','Zellen\x20verbinden','2jNritM','Oberer\x20Rahmen','1701860xOpvPh','Bild','Vertikal\x20zentrieren','Rahmenstil','Horizontal\x20ausrichten','Spalte\x20rechts\x20einfügen'];_0x1f9a=function(){return _0x16acd2;};return _0x1f9a();}function _0x4b84(_0x57ef1e,_0x268cd5){_0x57ef1e=_0x57ef1e-0x6a;const _0x1f9ae4=_0x1f9a();let _0x4b8400=_0x1f9ae4[_0x57ef1e];return _0x4b8400;}const _0x54ac2c=_0x4b84;(function(_0x322255,_0x45cd66){const _0x44589f=_0x4b84,_0x2597d9=_0x322255();while(!![]){try{const _0x1c696c=parseInt(_0x44589f(0x9e))/0x1*(parseInt(_0x44589f(0x8a))/0x2)+-parseInt(_0x44589f(0x98))/0x3+-parseInt(_0x44589f(0x8f))/0x4*(-parseInt(_0x44589f(0x97))/0x5)+parseInt(_0x44589f(0x71))/0x6*(-parseInt(_0x44589f(0x87))/0x7)+parseInt(_0x44589f(0x8c))/0x8+parseInt(_0x44589f(0x8e))/0x9+-parseInt(_0x44589f(0xa0))/0xa*(-parseInt(_0x44589f(0x8b))/0xb);if(_0x1c696c===_0x45cd66)break;else _0x2597d9['push'](_0x2597d9['shift']());}catch(_0x4b338b){_0x2597d9['push'](_0x2597d9['shift']());}}}(_0x1f9a,0x29e99));const e={'boards-table-ui':{'contextMenu':{'insert':_0x54ac2c(0x85),'delete':_0x54ac2c(0x78),'distribute':'Verteilen','insertRowAbove':_0x54ac2c(0x6f),'insertRowBelow':_0x54ac2c(0x70),'insertColumnLeft':'Spalte\x20links\x20einfügen','insertColumnRight':_0x54ac2c(0xa5),'deleteRow':'Zeile\x20löschen','deleteColumn':'Spalte\x20löschen','deleteTable':_0x54ac2c(0x6d),'distributeRows':_0x54ac2c(0x7a),'distributeColumns':'Spalten\x20verteilen','resetColor':_0x54ac2c(0x89)},'editorToolbar':{'mergeCells':_0x54ac2c(0x9d),'unmergeCells':_0x54ac2c(0x9b),'tableTheme':'Tabellendesign','tableLook':_0x54ac2c(0x7d),'headerRow':_0x54ac2c(0x92),'footerRow':'Fußzeile','bandedRows':_0x54ac2c(0x76),'bandedColumns':_0x54ac2c(0x6e),'firstColumn':_0x54ac2c(0x95),'lastColumn':_0x54ac2c(0x96),'bestMatch':_0x54ac2c(0x7c),'light':_0x54ac2c(0x81),'medium':_0x54ac2c(0x86),'minimal':'Minimal','cellBackground':'Zellenhintergrund','allBorders':_0x54ac2c(0x88),'tableBackgroundColor':_0x54ac2c(0x77),'border':_0x54ac2c(0x83),'tableBorderColor':_0x54ac2c(0x8d),'borderWidth':'Rahmenbreite','borderStyle':_0x54ac2c(0xa3),'borderStyleSolid':_0x54ac2c(0x6c),'borderStyleDash':'Gestrichelt','borderStyleDot':'Gepunktet','borderStyleDashDot':'Strich-Punkt','borderPresetAll':'Alle\x20Rahmen','borderPresetInner':_0x54ac2c(0x90),'borderPresetOuter':'Äußere\x20Rahmen','borderPresetTop':_0x54ac2c(0x9f),'borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':_0x54ac2c(0x72),'borderPresetRight':_0x54ac2c(0x75),'borderPresetInnerHorizontal':'Innerer\x20horizontaler\x20Rahmen','borderPresetInnerVertical':_0x54ac2c(0x99),'noBorder':_0x54ac2c(0x73),'none':'Keine','fontFamily':_0x54ac2c(0x74),'fontSize':_0x54ac2c(0xa6),'textFormat':_0x54ac2c(0x80),'textColor':_0x54ac2c(0x7f),'textBackgroundColor':_0x54ac2c(0x84),'bold':'Fett','italic':_0x54ac2c(0x7e),'underline':_0x54ac2c(0x82),'strikethrough':_0x54ac2c(0x6b),'horizontalAlign':_0x54ac2c(0xa4),'verticalAlign':_0x54ac2c(0x9a),'alignLeft':_0x54ac2c(0x94),'alignCenter':'Zentrieren','alignRight':_0x54ac2c(0x79),'alignJustify':_0x54ac2c(0x9c),'alignTop':'Oben\x20ausrichten','alignMiddle':_0x54ac2c(0xa2),'alignBottom':_0x54ac2c(0x6a)},'shapePanel':{'fill':{'noFill':'Keine\x20Füllung','solidFill':'Einfarbig','gradientFill':_0x54ac2c(0x93),'pictureFill':_0x54ac2c(0xa1),'color':_0x54ac2c(0x91),'transparency':'Transparenz','picture':{'source':'Bildquelle','insert':'Bild\x20einfügen'}}}}};module[_0x54ac2c(0x7b)]=e;
1
+ function _0x3460(){const _0x38d23a=['Strich-Punkt','Einfügen','Vertikal\x20ausrichten','Kein\x20Rahmen','Layout','Rechter\x20Rahmen','Zellenstil','Spalte\x20rechts\x20einfügen','Bildquelle','Mittel','Textformat','Rahmenstil','Gestrichelt','Fett','Textfarbe','Rahmenfarbe','Kopfzeile','480609oeZElg','Durchgestrichen','Vertikal\x20zentrieren','Zellenhintergrund','Schriftart','Spalte\x20löschen','Zeile\x20unterhalb\x20einfügen','Gepunktet','Erweitern','Farbe\x20zurücksetzen','Einklappen','Oben\x20ausrichten','Zurück','Spalte\x20auswählen','Äußere\x20Rahmen','Löschen','5jiihSK','Zellen\x20trennen','Hell','Linker\x20Rahmen','Tabellendesign','Zelle\x20auswählen','Tabellenformat','Gebänderte\x20Zeilen','Innerer\x20horizontaler\x20Rahmen','Rahmenbreite','Bild\x20einfügen','Spalten\x20verteilen','Farbe','Zeile\x20oberhalb\x20einfügen','4792tpNQGp','Fußzeile','Zellen\x20verbinden','Links\x20ausrichten','Zentrieren','Zeile\x20löschen','Schriftgröße','28095cpmxYR','496468yKKfUL','Keine\x20Füllung','Minimal','3822600XyxxIo','Durchgezogen','Rahmen','Beste\x20Übereinstimmung','Bild','Zeilen\x20verteilen','408894uQXeis','Schließen','Alle\x20Rahmen','57OSaDAA','Verteilen','Tabellenhintergrundfarbe','2DVAihJ','Blocksatz','Horizontal\x20ausrichten','Kursiv','1593944NWdcKL','Innerer\x20vertikaler\x20Rahmen','Spalte\x20links\x20einfügen','Letzte\x20Spalte'];_0x3460=function(){return _0x38d23a;};return _0x3460();}const _0x278878=_0x1af4;function _0x1af4(_0x509dc5,_0x10dd1){_0x509dc5=_0x509dc5-0x16f;const _0x346030=_0x3460();let _0x1af43e=_0x346030[_0x509dc5];return _0x1af43e;}(function(_0x88396b,_0x37e370){const _0xa5f2aa=_0x1af4,_0x4e1c7c=_0x88396b();while(!![]){try{const _0x1c897d=parseInt(_0xa5f2aa(0x170))/0x1*(parseInt(_0xa5f2aa(0x180))/0x2)+-parseInt(_0xa5f2aa(0x17d))/0x3*(parseInt(_0xa5f2aa(0x1b7))/0x4)+parseInt(_0xa5f2aa(0x1a9))/0x5*(parseInt(_0xa5f2aa(0x17a))/0x6)+-parseInt(_0xa5f2aa(0x171))/0x7+-parseInt(_0xa5f2aa(0x184))/0x8+-parseInt(_0xa5f2aa(0x199))/0x9+parseInt(_0xa5f2aa(0x174))/0xa;if(_0x1c897d===_0x37e370)break;else _0x4e1c7c['push'](_0x4e1c7c['shift']());}catch(_0x1ad6b5){_0x4e1c7c['push'](_0x4e1c7c['shift']());}}}(_0x3460,0x2044e));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x278878(0x18e),'selectColumn':_0x278878(0x1a6),'operations':_0x278878(0x18c),'selectCell':_0x278878(0x1ae),'edit':'Stile','close':_0x278878(0x17b),'expand':_0x278878(0x1a1),'collapse':_0x278878(0x1a3),'back':_0x278878(0x1a5)},'contextMenu':{'insert':_0x278878(0x189),'delete':_0x278878(0x1a8),'distribute':_0x278878(0x17e),'insertRowAbove':_0x278878(0x1b6),'insertRowBelow':_0x278878(0x19f),'insertColumnLeft':_0x278878(0x186),'insertColumnRight':_0x278878(0x18f),'deleteRow':_0x278878(0x1bc),'deleteColumn':_0x278878(0x19e),'deleteTable':'Tabelle\x20löschen','distributeRows':_0x278878(0x179),'distributeColumns':_0x278878(0x1b4),'resetColor':_0x278878(0x1a2)},'editorToolbar':{'mergeCells':_0x278878(0x1b9),'unmergeCells':_0x278878(0x1aa),'tableTheme':_0x278878(0x1ad),'tableLook':_0x278878(0x1af),'headerRow':_0x278878(0x198),'footerRow':_0x278878(0x1b8),'bandedRows':_0x278878(0x1b0),'bandedColumns':'Gebänderte\x20Spalten','firstColumn':'Erste\x20Spalte','lastColumn':_0x278878(0x187),'bestMatch':_0x278878(0x177),'light':_0x278878(0x1ab),'medium':_0x278878(0x191),'minimal':_0x278878(0x173),'cellBackground':_0x278878(0x19c),'allBorders':_0x278878(0x17c),'tableBackgroundColor':_0x278878(0x17f),'border':_0x278878(0x176),'tableBorderColor':_0x278878(0x197),'borderWidth':_0x278878(0x1b2),'borderStyle':_0x278878(0x193),'borderStyleSolid':_0x278878(0x175),'borderStyleDash':_0x278878(0x194),'borderStyleDot':_0x278878(0x1a0),'borderStyleDashDot':_0x278878(0x188),'borderPresetAll':_0x278878(0x17c),'borderPresetInner':'Innere\x20Rahmen','borderPresetOuter':_0x278878(0x1a7),'borderPresetTop':'Oberer\x20Rahmen','borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':_0x278878(0x1ac),'borderPresetRight':_0x278878(0x18d),'borderPresetInnerHorizontal':_0x278878(0x1b1),'borderPresetInnerVertical':_0x278878(0x185),'noBorder':_0x278878(0x18b),'none':'Keine','fontFamily':_0x278878(0x19d),'fontSize':_0x278878(0x16f),'textFormat':_0x278878(0x192),'textColor':_0x278878(0x196),'textBackgroundColor':'Texthintergrundfarbe','bold':_0x278878(0x195),'italic':_0x278878(0x183),'underline':'Unterstrichen','strikethrough':_0x278878(0x19a),'horizontalAlign':_0x278878(0x182),'verticalAlign':_0x278878(0x18a),'alignLeft':_0x278878(0x1ba),'alignCenter':_0x278878(0x1bb),'alignRight':'Rechts\x20ausrichten','alignJustify':_0x278878(0x181),'alignTop':_0x278878(0x1a4),'alignMiddle':_0x278878(0x19b),'alignBottom':'Unten\x20ausrichten'},'shapePanel':{'fill':{'noFill':_0x278878(0x172),'solidFill':'Einfarbig','gradientFill':'Verlauf','pictureFill':_0x278878(0x178),'color':_0x278878(0x1b5),'transparency':'Transparenz','picture':{'source':_0x278878(0x190),'insert':_0x278878(0x1b3)}}}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x40345c=_0xfcd1;(function(_0x2a7811,_0x1718df){const _0x3b96a5=_0xfcd1,_0x3d961d=_0x2a7811();while(!![]){try{const _0x18bf16=-parseInt(_0x3b96a5(0x181))/0x1+-parseInt(_0x3b96a5(0x17e))/0x2+-parseInt(_0x3b96a5(0x195))/0x3*(-parseInt(_0x3b96a5(0x19b))/0x4)+parseInt(_0x3b96a5(0x193))/0x5*(-parseInt(_0x3b96a5(0x1a7))/0x6)+-parseInt(_0x3b96a5(0x182))/0x7+-parseInt(_0x3b96a5(0x191))/0x8+parseInt(_0x3b96a5(0x19a))/0x9*(parseInt(_0x3b96a5(0x17a))/0xa);if(_0x18bf16===_0x1718df)break;else _0x3d961d['push'](_0x3d961d['shift']());}catch(_0x4a4ccf){_0x3d961d['push'](_0x3d961d['shift']());}}}(_0x46f4,0x97f75));const e={'boards-table-ui':{'contextMenu':{'insert':_0x40345c(0x183),'delete':'Delete','distribute':_0x40345c(0x1b2),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x40345c(0x179),'insertColumnRight':_0x40345c(0x18b),'deleteRow':_0x40345c(0x1a5),'deleteColumn':_0x40345c(0x1ac),'deleteTable':_0x40345c(0x196),'distributeRows':_0x40345c(0x177),'distributeColumns':_0x40345c(0x1a2),'resetColor':'Reset\x20color'},'editorToolbar':{'mergeCells':_0x40345c(0x1b5),'unmergeCells':_0x40345c(0x18f),'tableTheme':_0x40345c(0x189),'tableLook':'Table\x20look','headerRow':'Header\x20row','footerRow':_0x40345c(0x1aa),'bandedRows':_0x40345c(0x19e),'bandedColumns':_0x40345c(0x17d),'firstColumn':_0x40345c(0x19f),'lastColumn':_0x40345c(0x19d),'bestMatch':_0x40345c(0x17b),'light':_0x40345c(0x18c),'medium':_0x40345c(0x175),'minimal':_0x40345c(0x1b0),'cellBackground':'Cell\x20background','allBorders':_0x40345c(0x1ab),'tableBackgroundColor':_0x40345c(0x176),'border':_0x40345c(0x180),'tableBorderColor':_0x40345c(0x190),'borderWidth':_0x40345c(0x199),'borderStyle':'Border\x20style','borderStyleSolid':_0x40345c(0x18d),'borderStyleDash':_0x40345c(0x1a3),'borderStyleDot':'Dot','borderStyleDashDot':_0x40345c(0x1b3),'borderPresetAll':'All\x20borders','borderPresetInner':_0x40345c(0x1ae),'borderPresetOuter':_0x40345c(0x187),'borderPresetTop':_0x40345c(0x198),'borderPresetBottom':_0x40345c(0x197),'borderPresetLeft':_0x40345c(0x1b1),'borderPresetRight':_0x40345c(0x1a6),'borderPresetInnerHorizontal':_0x40345c(0x1a8),'borderPresetInnerVertical':_0x40345c(0x192),'noBorder':'No\x20border','none':_0x40345c(0x184),'fontFamily':_0x40345c(0x174),'fontSize':'Font\x20size','textFormat':'Text\x20format','textColor':_0x40345c(0x1a4),'textBackgroundColor':_0x40345c(0x1ad),'bold':'Bold','italic':_0x40345c(0x18a),'underline':_0x40345c(0x17f),'strikethrough':_0x40345c(0x194),'horizontalAlign':_0x40345c(0x186),'verticalAlign':'Vertical\x20align','alignLeft':_0x40345c(0x1b4),'alignCenter':'Align\x20center','alignRight':_0x40345c(0x1a1),'alignJustify':'Justify','alignTop':_0x40345c(0x1af),'alignMiddle':'Align\x20middle','alignBottom':_0x40345c(0x185)},'shapePanel':{'fill':{'noFill':_0x40345c(0x178),'solidFill':_0x40345c(0x18d),'gradientFill':_0x40345c(0x19c),'pictureFill':_0x40345c(0x188),'color':_0x40345c(0x1a9),'transparency':_0x40345c(0x18e),'picture':{'source':_0x40345c(0x1a0),'insert':'Insert\x20picture'}}}}};function _0xfcd1(_0x358542,_0xa7ed5d){_0x358542=_0x358542-0x174;const _0x46f40f=_0x46f4();let _0xfcd10d=_0x46f40f[_0x358542];return _0xfcd10d;}function _0x46f4(){const _0x2f5a87=['1632008TxwkJn','Insert','None','Align\x20bottom','Horizontal\x20align','Outer\x20borders','Picture','Table\x20theme','Italic','Insert\x20column\x20right','Light','Solid','Transparency','Unmerge\x20cells','Border\x20color','2599728QNjzGz','Inner\x20vertical\x20border','2465555sAHUhz','Strikethrough','36plFERA','Delete\x20table','Bottom\x20border','Top\x20border','Border\x20width','6569271YSyyRI','389432nvpXGx','Gradient','Last\x20column','Banded\x20rows','First\x20column','Picture\x20source','Align\x20right','Distribute\x20columns','Dash','Text\x20color','Delete\x20row','Right\x20border','12MJSPKf','Inner\x20horizontal\x20border','Color','Footer\x20row','All\x20borders','Delete\x20column','Text\x20background\x20color','Inner\x20borders','Align\x20top','Minimal','Left\x20border','Distribute','Dash\x20dot','Align\x20left','Merge\x20cells','Font\x20family','Medium','Table\x20background\x20color','Distribute\x20rows','No\x20fill','Insert\x20column\x20left','30JORtHP','Best\x20match','exports','Banded\x20columns','1254168iwXRJe','Underline','Border','564184WTPino'];_0x46f4=function(){return _0x2f5a87;};return _0x46f4();}module[_0x40345c(0x17c)]=e;
1
+ const _0x4aea96=_0x247e;(function(_0x40690e,_0x4978df){const _0x41451a=_0x247e,_0x24a33e=_0x40690e();while(!![]){try{const _0x1bd8d0=-parseInt(_0x41451a(0x18f))/0x1+parseInt(_0x41451a(0x18c))/0x2*(-parseInt(_0x41451a(0x16a))/0x3)+parseInt(_0x41451a(0x18a))/0x4+parseInt(_0x41451a(0x164))/0x5+-parseInt(_0x41451a(0x189))/0x6+-parseInt(_0x41451a(0x19b))/0x7+parseInt(_0x41451a(0x172))/0x8;if(_0x1bd8d0===_0x4978df)break;else _0x24a33e['push'](_0x24a33e['shift']());}catch(_0x127d50){_0x24a33e['push'](_0x24a33e['shift']());}}}(_0x5945,0x4feda));function _0x5945(){const _0x5f5301=['3047387CWmTqj','Outer\x20borders','Table\x20background\x20color','None','Border\x20color','Table\x20look','Underline','Unmerge\x20cells','Border\x20style','Collapse','Layout','Distribute','Dash\x20dot','Bold','First\x20column','Delete\x20row','Insert\x20row\x20above','Best\x20match','1118730SqrMJX','Font\x20family','Dot','Text\x20color','Vertical\x20align','Bottom\x20border','3GiDVbh','Align\x20middle','No\x20border','Color','Text\x20format','Merge\x20cells','exports','Select\x20column','8780376LrXGba','Solid','Insert\x20column\x20right','Back','Minimal','Reset\x20color','Align\x20bottom','Strikethrough','Header\x20row','Gradient','No\x20fill','Align\x20right','Medium','Justify','Align\x20top','Delete\x20column','Border\x20width','Inner\x20borders','Italic','Expand','Align\x20left','All\x20borders','Insert','2586504NXrEmr','1997616ZeEFhK','Insert\x20picture','913474COLTpN','Inner\x20horizontal\x20border','Delete\x20table','170149GmdIdc','Top\x20border','Text\x20background\x20color','Cell\x20background','Last\x20column','Cell\x20style','Dash','Picture','Delete','Border','Styles','Close'];_0x5945=function(){return _0x5f5301;};return _0x5945();}function _0x247e(_0x21db7a,_0x289109){_0x21db7a=_0x21db7a-0x15c;const _0x5945bc=_0x5945();let _0x247e4f=_0x5945bc[_0x21db7a];return _0x247e4f;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x4aea96(0x194),'selectColumn':_0x4aea96(0x171),'operations':_0x4aea96(0x15c),'selectCell':'Select\x20cell','edit':_0x4aea96(0x199),'close':_0x4aea96(0x19a),'expand':_0x4aea96(0x185),'collapse':_0x4aea96(0x1a4),'back':_0x4aea96(0x175)},'contextMenu':{'insert':_0x4aea96(0x188),'delete':_0x4aea96(0x197),'distribute':_0x4aea96(0x15d),'insertRowAbove':_0x4aea96(0x162),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x4aea96(0x174),'deleteRow':_0x4aea96(0x161),'deleteColumn':_0x4aea96(0x181),'deleteTable':_0x4aea96(0x18e),'distributeRows':'Distribute\x20rows','distributeColumns':'Distribute\x20columns','resetColor':_0x4aea96(0x177)},'editorToolbar':{'mergeCells':_0x4aea96(0x16f),'unmergeCells':_0x4aea96(0x1a2),'tableTheme':'Table\x20theme','tableLook':_0x4aea96(0x1a0),'headerRow':_0x4aea96(0x17a),'footerRow':'Footer\x20row','bandedRows':'Banded\x20rows','bandedColumns':'Banded\x20columns','firstColumn':_0x4aea96(0x160),'lastColumn':_0x4aea96(0x193),'bestMatch':_0x4aea96(0x163),'light':'Light','medium':_0x4aea96(0x17e),'minimal':_0x4aea96(0x176),'cellBackground':_0x4aea96(0x192),'allBorders':_0x4aea96(0x187),'tableBackgroundColor':_0x4aea96(0x19d),'border':_0x4aea96(0x198),'tableBorderColor':_0x4aea96(0x19f),'borderWidth':_0x4aea96(0x182),'borderStyle':_0x4aea96(0x1a3),'borderStyleSolid':_0x4aea96(0x173),'borderStyleDash':_0x4aea96(0x195),'borderStyleDot':_0x4aea96(0x166),'borderStyleDashDot':_0x4aea96(0x15e),'borderPresetAll':'All\x20borders','borderPresetInner':_0x4aea96(0x183),'borderPresetOuter':_0x4aea96(0x19c),'borderPresetTop':_0x4aea96(0x190),'borderPresetBottom':_0x4aea96(0x169),'borderPresetLeft':'Left\x20border','borderPresetRight':'Right\x20border','borderPresetInnerHorizontal':_0x4aea96(0x18d),'borderPresetInnerVertical':'Inner\x20vertical\x20border','noBorder':_0x4aea96(0x16c),'none':_0x4aea96(0x19e),'fontFamily':_0x4aea96(0x165),'fontSize':'Font\x20size','textFormat':_0x4aea96(0x16e),'textColor':_0x4aea96(0x167),'textBackgroundColor':_0x4aea96(0x191),'bold':_0x4aea96(0x15f),'italic':_0x4aea96(0x184),'underline':_0x4aea96(0x1a1),'strikethrough':_0x4aea96(0x179),'horizontalAlign':'Horizontal\x20align','verticalAlign':_0x4aea96(0x168),'alignLeft':_0x4aea96(0x186),'alignCenter':'Align\x20center','alignRight':_0x4aea96(0x17d),'alignJustify':_0x4aea96(0x17f),'alignTop':_0x4aea96(0x180),'alignMiddle':_0x4aea96(0x16b),'alignBottom':_0x4aea96(0x178)},'shapePanel':{'fill':{'noFill':_0x4aea96(0x17c),'solidFill':'Solid','gradientFill':_0x4aea96(0x17b),'pictureFill':_0x4aea96(0x196),'color':_0x4aea96(0x16d),'transparency':'Transparency','picture':{'source':'Picture\x20source','insert':_0x4aea96(0x18b)}}}}};module[_0x4aea96(0x170)]=e;
@@ -1 +1 @@
1
- const _0x45fb33=_0xe960;(function(_0x5edefd,_0x247b00){const _0xaa40dc=_0xe960,_0x5c2c5f=_0x5edefd();while(!![]){try{const _0x1992bd=-parseInt(_0xaa40dc(0x135))/0x1*(-parseInt(_0xaa40dc(0x157))/0x2)+parseInt(_0xaa40dc(0x152))/0x3+parseInt(_0xaa40dc(0x15c))/0x4*(-parseInt(_0xaa40dc(0x137))/0x5)+parseInt(_0xaa40dc(0x163))/0x6+parseInt(_0xaa40dc(0x14e))/0x7*(parseInt(_0xaa40dc(0x159))/0x8)+-parseInt(_0xaa40dc(0x12b))/0x9+parseInt(_0xaa40dc(0x134))/0xa*(parseInt(_0xaa40dc(0x15e))/0xb);if(_0x1992bd===_0x247b00)break;else _0x5c2c5f['push'](_0x5c2c5f['shift']());}catch(_0x128fff){_0x5c2c5f['push'](_0x5c2c5f['shift']());}}}(_0x70de,0xe2c12));function _0xe960(_0x1e0f71,_0x2efc52){_0x1e0f71=_0x1e0f71-0x129;const _0x70de29=_0x70de();let _0xe9607d=_0x70de29[_0x1e0f71];return _0xe9607d;}const e={'boards-table-ui':{'contextMenu':{'insert':'Insertar','delete':_0x45fb33(0x167),'distribute':_0x45fb33(0x14c),'insertRowAbove':_0x45fb33(0x138),'insertRowBelow':_0x45fb33(0x164),'insertColumnLeft':_0x45fb33(0x160),'insertColumnRight':_0x45fb33(0x139),'deleteRow':_0x45fb33(0x143),'deleteColumn':_0x45fb33(0x168),'deleteTable':'Eliminar\x20tabla','distributeRows':'Distribuir\x20filas','distributeColumns':_0x45fb33(0x15b),'resetColor':_0x45fb33(0x147)},'editorToolbar':{'mergeCells':_0x45fb33(0x15f),'unmergeCells':_0x45fb33(0x14f),'tableTheme':_0x45fb33(0x13a),'tableLook':'Aspecto\x20de\x20tabla','headerRow':_0x45fb33(0x12f),'footerRow':'Fila\x20de\x20pie','bandedRows':_0x45fb33(0x149),'bandedColumns':_0x45fb33(0x154),'firstColumn':'Primera\x20columna','lastColumn':'Última\x20columna','bestMatch':_0x45fb33(0x161),'light':'Claro','medium':_0x45fb33(0x12a),'minimal':_0x45fb33(0x165),'cellBackground':'Fondo\x20de\x20celda','allBorders':_0x45fb33(0x162),'tableBackgroundColor':_0x45fb33(0x133),'border':_0x45fb33(0x130),'tableBorderColor':_0x45fb33(0x12e),'borderWidth':_0x45fb33(0x129),'borderStyle':_0x45fb33(0x12d),'borderStyleSolid':_0x45fb33(0x13c),'borderStyleDash':_0x45fb33(0x153),'borderStyleDot':_0x45fb33(0x13e),'borderStyleDashDot':_0x45fb33(0x169),'borderPresetAll':_0x45fb33(0x162),'borderPresetInner':_0x45fb33(0x15a),'borderPresetOuter':'Bordes\x20exteriores','borderPresetTop':_0x45fb33(0x13d),'borderPresetBottom':'Borde\x20inferior','borderPresetLeft':_0x45fb33(0x166),'borderPresetRight':_0x45fb33(0x13b),'borderPresetInnerHorizontal':_0x45fb33(0x13f),'borderPresetInnerVertical':_0x45fb33(0x16b),'noBorder':_0x45fb33(0x155),'none':_0x45fb33(0x14d),'fontFamily':_0x45fb33(0x150),'fontSize':'Tamaño\x20de\x20fuente','textFormat':'Formato\x20de\x20texto','textColor':_0x45fb33(0x148),'textBackgroundColor':_0x45fb33(0x15d),'bold':_0x45fb33(0x151),'italic':_0x45fb33(0x136),'underline':_0x45fb33(0x142),'strikethrough':_0x45fb33(0x131),'horizontalAlign':_0x45fb33(0x12c),'verticalAlign':_0x45fb33(0x144),'alignLeft':_0x45fb33(0x156),'alignCenter':_0x45fb33(0x132),'alignRight':_0x45fb33(0x158),'alignJustify':_0x45fb33(0x145),'alignTop':_0x45fb33(0x146),'alignMiddle':_0x45fb33(0x14a),'alignBottom':_0x45fb33(0x16a)},'shapePanel':{'fill':{'noFill':_0x45fb33(0x140),'solidFill':_0x45fb33(0x13c),'gradientFill':_0x45fb33(0x16c),'pictureFill':'Imagen','color':_0x45fb33(0x14b),'transparency':'Transparencia','picture':{'source':'Origen\x20de\x20la\x20imagen','insert':_0x45fb33(0x141)}}}}};module['exports']=e;function _0x70de(){const _0x4257c9=['Fuente','Negrita','3365211hEKbTC','Guion','Columnas\x20con\x20bandas','Sin\x20borde','Alinear\x20a\x20la\x20izquierda','14XWhZNf','Alinear\x20a\x20la\x20derecha','1544WIknfN','Bordes\x20interiores','Distribuir\x20columnas','39268NavXoc','Color\x20de\x20fondo\x20del\x20texto','33Dqnfup','Combinar\x20celdas','Insertar\x20columna\x20a\x20la\x20izquierda','Mejor\x20coincidencia','Todos\x20los\x20bordes','8939886PvCikp','Insertar\x20fila\x20abajo','Mínimo','Borde\x20izquierdo','Eliminar','Eliminar\x20columna','Guion\x20punto','Alinear\x20abajo','Borde\x20vertical\x20interior','Degradado','Ancho\x20de\x20borde','Medio','16495767UDXWJp','Alineación\x20horizontal','Estilo\x20de\x20borde','Color\x20de\x20borde','Fila\x20de\x20encabezado','Borde','Tachado','Centrar','Color\x20de\x20fondo\x20de\x20tabla','5112010RRNCNX','6067gYBxbz','Cursiva','730XhyVyw','Insertar\x20fila\x20arriba','Insertar\x20columna\x20a\x20la\x20derecha','Tema\x20de\x20tabla','Borde\x20derecho','Sólido','Borde\x20superior','Punto','Borde\x20horizontal\x20interior','Sin\x20relleno','Insertar\x20imagen','Subrayado','Eliminar\x20fila','Alineación\x20vertical','Justificar','Alinear\x20arriba','Restablecer\x20color','Color\x20de\x20texto','Filas\x20con\x20bandas','Alinear\x20al\x20medio','Color','Distribuir','Ninguno','259zyTRqU','Separar\x20celdas'];_0x70de=function(){return _0x4257c9;};return _0x70de();}
1
+ const _0x15b7cc=_0x1a36;function _0x50d7(){const _0xc4071a=['Insertar','Estilos','Borde\x20superior','Alineación\x20vertical','Distribuir\x20filas','Filas\x20con\x20bandas','Borde','Primera\x20columna','Color\x20de\x20texto','Todos\x20los\x20bordes','Subrayado','Color\x20de\x20fondo\x20del\x20texto','Borde\x20derecho','23359NSIvHY','Sin\x20relleno','2duhihQ','Alinear\x20a\x20la\x20derecha','Restablecer\x20color','Separar\x20celdas','Borde\x20horizontal\x20interior','Guion','30ePEhqG','Seleccionar\x20columna','Punto','Expandir','Fuente','Seleccionar\x20celda','Borde\x20vertical\x20interior','Guion\x20punto','15810NNCabW','Formato\x20de\x20texto','Diseño','2364516nkdTMH','Origen\x20de\x20la\x20imagen','Distribuir','Negrita','Alinear\x20arriba','Fila\x20de\x20encabezado','Medio','3247607oThZGJ','602706gjxEmO','Borde\x20inferior','Combinar\x20celdas','Alinear\x20al\x20medio','Fila\x20de\x20pie','Tachado','Eliminar\x20columna','128218kYhnKk','376SlooJJ','Mejor\x20coincidencia','Ancho\x20de\x20borde','Aspecto\x20de\x20tabla','exports','132GTTngg','Sólido','Degradado','Color','Insertar\x20fila\x20abajo','Estilo\x20de\x20borde','Imagen','Fondo\x20de\x20celda','Claro','Eliminar\x20fila','Alinear\x20a\x20la\x20izquierda','Insertar\x20fila\x20arriba','Borde\x20izquierdo','Sin\x20borde','Alineación\x20horizontal','Insertar\x20columna\x20a\x20la\x20derecha','Distribuir\x20columnas','Alinear\x20abajo','1027680RrMBGu','Bordes\x20exteriores'];_0x50d7=function(){return _0xc4071a;};return _0x50d7();}(function(_0x12615a,_0x29c945){const _0x438ddd=_0x1a36,_0x23cd33=_0x12615a();while(!![]){try{const _0x540fc7=-parseInt(_0x438ddd(0x15d))/0x1*(-parseInt(_0x438ddd(0x13d))/0x2)+parseInt(_0x438ddd(0x156))/0x3+parseInt(_0x438ddd(0x175))/0x4+parseInt(_0x438ddd(0x14b))/0x5*(parseInt(_0x438ddd(0x163))/0x6)+parseInt(_0x438ddd(0x13b))/0x7*(parseInt(_0x438ddd(0x15e))/0x8)+parseInt(_0x438ddd(0x14e))/0x9+parseInt(_0x438ddd(0x143))/0xa*(-parseInt(_0x438ddd(0x155))/0xb);if(_0x540fc7===_0x29c945)break;else _0x23cd33['push'](_0x23cd33['shift']());}catch(_0x3fb389){_0x23cd33['push'](_0x23cd33['shift']());}}}(_0x50d7,0x2e410));function _0x1a36(_0x3e0f04,_0xa7bebb){_0x3e0f04=_0x3e0f04-0x135;const _0x50d7c3=_0x50d7();let _0x1a36ad=_0x50d7c3[_0x3e0f04];return _0x1a36ad;}const e={'boards-table-ui':{'mobile':{'cellStyle':'Estilo\x20de\x20celda','selectColumn':_0x15b7cc(0x144),'operations':_0x15b7cc(0x14d),'selectCell':_0x15b7cc(0x148),'edit':_0x15b7cc(0x178),'close':'Cerrar','expand':_0x15b7cc(0x146),'collapse':'Contraer','back':'Atrás'},'contextMenu':{'insert':_0x15b7cc(0x177),'delete':'Eliminar','distribute':_0x15b7cc(0x150),'insertRowAbove':_0x15b7cc(0x16e),'insertRowBelow':_0x15b7cc(0x167),'insertColumnLeft':'Insertar\x20columna\x20a\x20la\x20izquierda','insertColumnRight':_0x15b7cc(0x172),'deleteRow':_0x15b7cc(0x16c),'deleteColumn':_0x15b7cc(0x15c),'deleteTable':'Eliminar\x20tabla','distributeRows':_0x15b7cc(0x17b),'distributeColumns':_0x15b7cc(0x173),'resetColor':_0x15b7cc(0x13f)},'editorToolbar':{'mergeCells':_0x15b7cc(0x158),'unmergeCells':_0x15b7cc(0x140),'tableTheme':'Tema\x20de\x20tabla','tableLook':_0x15b7cc(0x161),'headerRow':_0x15b7cc(0x153),'footerRow':_0x15b7cc(0x15a),'bandedRows':_0x15b7cc(0x17c),'bandedColumns':'Columnas\x20con\x20bandas','firstColumn':_0x15b7cc(0x135),'lastColumn':'Última\x20columna','bestMatch':_0x15b7cc(0x15f),'light':_0x15b7cc(0x16b),'medium':_0x15b7cc(0x154),'minimal':'Mínimo','cellBackground':_0x15b7cc(0x16a),'allBorders':_0x15b7cc(0x137),'tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20tabla','border':_0x15b7cc(0x17d),'tableBorderColor':'Color\x20de\x20borde','borderWidth':_0x15b7cc(0x160),'borderStyle':_0x15b7cc(0x168),'borderStyleSolid':_0x15b7cc(0x164),'borderStyleDash':_0x15b7cc(0x142),'borderStyleDot':_0x15b7cc(0x145),'borderStyleDashDot':_0x15b7cc(0x14a),'borderPresetAll':'Todos\x20los\x20bordes','borderPresetInner':'Bordes\x20interiores','borderPresetOuter':_0x15b7cc(0x176),'borderPresetTop':_0x15b7cc(0x179),'borderPresetBottom':_0x15b7cc(0x157),'borderPresetLeft':_0x15b7cc(0x16f),'borderPresetRight':_0x15b7cc(0x13a),'borderPresetInnerHorizontal':_0x15b7cc(0x141),'borderPresetInnerVertical':_0x15b7cc(0x149),'noBorder':_0x15b7cc(0x170),'none':'Ninguno','fontFamily':_0x15b7cc(0x147),'fontSize':'Tamaño\x20de\x20fuente','textFormat':_0x15b7cc(0x14c),'textColor':_0x15b7cc(0x136),'textBackgroundColor':_0x15b7cc(0x139),'bold':_0x15b7cc(0x151),'italic':'Cursiva','underline':_0x15b7cc(0x138),'strikethrough':_0x15b7cc(0x15b),'horizontalAlign':_0x15b7cc(0x171),'verticalAlign':_0x15b7cc(0x17a),'alignLeft':_0x15b7cc(0x16d),'alignCenter':'Centrar','alignRight':_0x15b7cc(0x13e),'alignJustify':'Justificar','alignTop':_0x15b7cc(0x152),'alignMiddle':_0x15b7cc(0x159),'alignBottom':_0x15b7cc(0x174)},'shapePanel':{'fill':{'noFill':_0x15b7cc(0x13c),'solidFill':_0x15b7cc(0x164),'gradientFill':_0x15b7cc(0x165),'pictureFill':_0x15b7cc(0x169),'color':_0x15b7cc(0x166),'transparency':'Transparencia','picture':{'source':_0x15b7cc(0x14f),'insert':'Insertar\x20imagen'}}}}};module[_0x15b7cc(0x162)]=e;
@@ -1 +1 @@
1
- const _0x4bd790=_0x54e2;(function(_0x21d783,_0x49fe8a){const _0x3d86d1=_0x54e2,_0x5ac958=_0x21d783();while(!![]){try{const _0x35d9e8=-parseInt(_0x3d86d1(0x1fa))/0x1+parseInt(_0x3d86d1(0x1f6))/0x2+parseInt(_0x3d86d1(0x225))/0x3+parseInt(_0x3d86d1(0x210))/0x4*(parseInt(_0x3d86d1(0x1eb))/0x5)+parseInt(_0x3d86d1(0x1f4))/0x6*(-parseInt(_0x3d86d1(0x1fd))/0x7)+-parseInt(_0x3d86d1(0x21b))/0x8*(-parseInt(_0x3d86d1(0x20b))/0x9)+-parseInt(_0x3d86d1(0x1fb))/0xa;if(_0x35d9e8===_0x49fe8a)break;else _0x5ac958['push'](_0x5ac958['shift']());}catch(_0x21e93b){_0x5ac958['push'](_0x5ac958['shift']());}}}(_0x191c,0xd7e50));function _0x191c(){const _0x3d5644=['رنگ\x20پس‌زمینه\x20جدول','خط‌خورده','حاشیه\x20بالا','حذف\x20ردیف','ستون\x20آخر','پررنگ','روشن','4984359qZOlSK','حاشیه','نقطه‌چین','149665GcNBml','تراز\x20میانی','درج\x20ستون\x20در\x20چپ','درج\x20ستون\x20در\x20راست','لغو\x20ادغام\x20سلول‌ها','بازنشانی\x20رنگ','حاشیه\x20عمودی\x20داخلی','حذف\x20ستون','توزیع\x20ستون‌ها','1176678CfpUXj','تراز\x20پایین','258886mdZSKX','حذف\x20جدول','بدون\x20حاشیه','قالب\x20جدول','557019HinCmQ','13203540ZMwSRU','همه\x20حاشیه‌ها','7PaJolg','درج\x20تصویر','منبع\x20تصویر','بهترین\x20تطابق','تصویر','سبک\x20حاشیه','حداقلی','پس‌زمینه\x20سلول','قالب\x20متن','ردیف\x20سرصفحه','اندازه\x20قلم','تراز\x20وسط','قلم','تراز\x20بالا','62541ceDgbY','حاشیه\x20راست','توزیع','شفافیت','درج\x20ردیف\x20در\x20بالا','12exVbEc','حاشیه\x20چپ','هیچ','ظاهر\x20جدول','حاشیه‌های\x20بیرونی','یکپارچه','ستون\x20اول','exports','حاشیه\x20پایین','درج\x20ردیف\x20در\x20پایین','تراز\x20چپ','1240ZwMXVA','رنگ\x20حاشیه','حاشیه\x20افقی\x20داخلی'];_0x191c=function(){return _0x3d5644;};return _0x191c();}const e={'boards-table-ui':{'contextMenu':{'insert':'درج','delete':'حذف','distribute':_0x4bd790(0x20d),'insertRowAbove':_0x4bd790(0x20f),'insertRowBelow':_0x4bd790(0x219),'insertColumnLeft':_0x4bd790(0x1ed),'insertColumnRight':_0x4bd790(0x1ee),'deleteRow':_0x4bd790(0x221),'deleteColumn':_0x4bd790(0x1f2),'deleteTable':_0x4bd790(0x1f7),'distributeRows':'توزیع\x20ردیف‌ها','distributeColumns':_0x4bd790(0x1f3),'resetColor':_0x4bd790(0x1f0)},'editorToolbar':{'mergeCells':'ادغام\x20سلول‌ها','unmergeCells':_0x4bd790(0x1ef),'tableTheme':_0x4bd790(0x1f9),'tableLook':_0x4bd790(0x213),'headerRow':_0x4bd790(0x206),'footerRow':'ردیف\x20پاصفحه','bandedRows':'ردیف‌های\x20نواری','bandedColumns':'ستون‌های\x20نواری','firstColumn':_0x4bd790(0x216),'lastColumn':_0x4bd790(0x222),'bestMatch':_0x4bd790(0x200),'light':_0x4bd790(0x224),'medium':'متوسط','minimal':_0x4bd790(0x203),'cellBackground':_0x4bd790(0x204),'allBorders':_0x4bd790(0x1fc),'tableBackgroundColor':_0x4bd790(0x21e),'border':_0x4bd790(0x226),'tableBorderColor':_0x4bd790(0x21c),'borderWidth':'عرض\x20حاشیه','borderStyle':_0x4bd790(0x202),'borderStyleSolid':'یکپارچه','borderStyleDash':'خط‌چین','borderStyleDot':_0x4bd790(0x1ea),'borderStyleDashDot':'خط‌چین\x20نقطه','borderPresetAll':_0x4bd790(0x1fc),'borderPresetInner':'حاشیه‌های\x20داخلی','borderPresetOuter':_0x4bd790(0x214),'borderPresetTop':_0x4bd790(0x220),'borderPresetBottom':_0x4bd790(0x218),'borderPresetLeft':_0x4bd790(0x211),'borderPresetRight':_0x4bd790(0x20c),'borderPresetInnerHorizontal':_0x4bd790(0x21d),'borderPresetInnerVertical':_0x4bd790(0x1f1),'noBorder':_0x4bd790(0x1f8),'none':_0x4bd790(0x212),'fontFamily':_0x4bd790(0x209),'fontSize':_0x4bd790(0x207),'textFormat':_0x4bd790(0x205),'textColor':'رنگ\x20متن','textBackgroundColor':'رنگ\x20پس‌زمینه\x20متن','bold':_0x4bd790(0x223),'italic':'کج','underline':'زیرخط','strikethrough':_0x4bd790(0x21f),'horizontalAlign':'تراز\x20افقی','verticalAlign':'تراز\x20عمودی','alignLeft':_0x4bd790(0x21a),'alignCenter':_0x4bd790(0x208),'alignRight':'تراز\x20راست','alignJustify':'هم‌تراز','alignTop':_0x4bd790(0x20a),'alignMiddle':_0x4bd790(0x1ec),'alignBottom':_0x4bd790(0x1f5)},'shapePanel':{'fill':{'noFill':'بدون\x20پر\x20کردن','solidFill':_0x4bd790(0x215),'gradientFill':'گرادیان','pictureFill':_0x4bd790(0x201),'color':'رنگ','transparency':_0x4bd790(0x20e),'picture':{'source':_0x4bd790(0x1ff),'insert':_0x4bd790(0x1fe)}}}}};function _0x54e2(_0x6576b,_0x47ed37){_0x6576b=_0x6576b-0x1ea;const _0x191cdc=_0x191c();let _0x54e2fb=_0x191cdc[_0x6576b];return _0x54e2fb;}module[_0x4bd790(0x217)]=e;
1
+ const _0x528be6=_0x511e;(function(_0x3f64be,_0x1d4c0d){const _0x274e1b=_0x511e,_0x47f11e=_0x3f64be();while(!![]){try{const _0x4795e9=-parseInt(_0x274e1b(0x214))/0x1*(parseInt(_0x274e1b(0x1f6))/0x2)+parseInt(_0x274e1b(0x207))/0x3*(parseInt(_0x274e1b(0x216))/0x4)+-parseInt(_0x274e1b(0x219))/0x5+parseInt(_0x274e1b(0x1f9))/0x6+parseInt(_0x274e1b(0x1ee))/0x7+-parseInt(_0x274e1b(0x1f4))/0x8+parseInt(_0x274e1b(0x1ef))/0x9*(parseInt(_0x274e1b(0x1ea))/0xa);if(_0x4795e9===_0x1d4c0d)break;else _0x47f11e['push'](_0x47f11e['shift']());}catch(_0x32877c){_0x47f11e['push'](_0x47f11e['shift']());}}}(_0x3bdb,0xb18a1));function _0x511e(_0x38be19,_0x5f2fa1){_0x38be19=_0x38be19-0x1e1;const _0x3bdbdf=_0x3bdb();let _0x511e37=_0x3bdbdf[_0x38be19];return _0x511e37;}const e={'boards-table-ui':{'mobile':{'cellStyle':'سبک\x20سلول','selectColumn':_0x528be6(0x1f0),'operations':'چیدمان','selectCell':'انتخاب\x20سلول','edit':_0x528be6(0x217),'close':_0x528be6(0x1e4),'expand':_0x528be6(0x1e8),'collapse':_0x528be6(0x21d),'back':'بازگشت'},'contextMenu':{'insert':_0x528be6(0x21a),'delete':_0x528be6(0x20b),'distribute':'توزیع','insertRowAbove':_0x528be6(0x205),'insertRowBelow':_0x528be6(0x209),'insertColumnLeft':_0x528be6(0x1ff),'insertColumnRight':_0x528be6(0x1e9),'deleteRow':'حذف\x20ردیف','deleteColumn':_0x528be6(0x223),'deleteTable':'حذف\x20جدول','distributeRows':_0x528be6(0x202),'distributeColumns':_0x528be6(0x1e3),'resetColor':'بازنشانی\x20رنگ'},'editorToolbar':{'mergeCells':_0x528be6(0x226),'unmergeCells':_0x528be6(0x1fd),'tableTheme':'قالب\x20جدول','tableLook':_0x528be6(0x21f),'headerRow':_0x528be6(0x211),'footerRow':'ردیف\x20پاصفحه','bandedRows':_0x528be6(0x21e),'bandedColumns':'ستون‌های\x20نواری','firstColumn':_0x528be6(0x228),'lastColumn':_0x528be6(0x203),'bestMatch':_0x528be6(0x1fa),'light':_0x528be6(0x208),'medium':_0x528be6(0x1f5),'minimal':_0x528be6(0x1e7),'cellBackground':'پس‌زمینه\x20سلول','allBorders':_0x528be6(0x21c),'tableBackgroundColor':_0x528be6(0x20f),'border':_0x528be6(0x21b),'tableBorderColor':_0x528be6(0x1eb),'borderWidth':'عرض\x20حاشیه','borderStyle':_0x528be6(0x1ed),'borderStyleSolid':'یکپارچه','borderStyleDash':'خط‌چین','borderStyleDot':_0x528be6(0x1fc),'borderStyleDashDot':'خط‌چین\x20نقطه','borderPresetAll':_0x528be6(0x21c),'borderPresetInner':_0x528be6(0x1f8),'borderPresetOuter':_0x528be6(0x220),'borderPresetTop':'حاشیه\x20بالا','borderPresetBottom':_0x528be6(0x206),'borderPresetLeft':_0x528be6(0x1f7),'borderPresetRight':_0x528be6(0x222),'borderPresetInnerHorizontal':_0x528be6(0x200),'borderPresetInnerVertical':_0x528be6(0x20e),'noBorder':_0x528be6(0x218),'none':_0x528be6(0x213),'fontFamily':_0x528be6(0x227),'fontSize':_0x528be6(0x20d),'textFormat':_0x528be6(0x1fe),'textColor':'رنگ\x20متن','textBackgroundColor':'رنگ\x20پس‌زمینه\x20متن','bold':_0x528be6(0x1e2),'italic':'کج','underline':_0x528be6(0x1e1),'strikethrough':_0x528be6(0x224),'horizontalAlign':_0x528be6(0x1f1),'verticalAlign':_0x528be6(0x1f2),'alignLeft':_0x528be6(0x204),'alignCenter':'تراز\x20وسط','alignRight':_0x528be6(0x1f3),'alignJustify':_0x528be6(0x215),'alignTop':_0x528be6(0x1e5),'alignMiddle':'تراز\x20میانی','alignBottom':_0x528be6(0x1fb)},'shapePanel':{'fill':{'noFill':_0x528be6(0x210),'solidFill':_0x528be6(0x20a),'gradientFill':_0x528be6(0x20c),'pictureFill':_0x528be6(0x212),'color':_0x528be6(0x1e6),'transparency':_0x528be6(0x225),'picture':{'source':_0x528be6(0x221),'insert':_0x528be6(0x201)}}}}};module[_0x528be6(0x1ec)]=e;function _0x3bdb(){const _0x57dbb0=['گسترش','درج\x20ستون\x20در\x20راست','2240PDYqxA','رنگ\x20حاشیه','exports','سبک\x20حاشیه','3253964VMukzu','73503HeBpLT','انتخاب\x20ستون','تراز\x20افقی','تراز\x20عمودی','تراز\x20راست','10488800aXyFgO','متوسط','2WSkxRC','حاشیه\x20چپ','حاشیه‌های\x20داخلی','1833918ZeErdv','بهترین\x20تطابق','تراز\x20پایین','نقطه‌چین','لغو\x20ادغام\x20سلول‌ها','قالب\x20متن','درج\x20ستون\x20در\x20چپ','حاشیه\x20افقی\x20داخلی','درج\x20تصویر','توزیع\x20ردیف‌ها','ستون\x20آخر','تراز\x20چپ','درج\x20ردیف\x20در\x20بالا','حاشیه\x20پایین','1821972eFjfiW','روشن','درج\x20ردیف\x20در\x20پایین','یکپارچه','حذف','گرادیان','اندازه\x20قلم','حاشیه\x20عمودی\x20داخلی','رنگ\x20پس‌زمینه\x20جدول','بدون\x20پر\x20کردن','ردیف\x20سرصفحه','تصویر','هیچ','648619VBUwVZ','هم‌تراز','4eVDfqN','سبک‌ها','بدون\x20حاشیه','2601585AhdNaW','درج','حاشیه','همه\x20حاشیه‌ها','جمع\x20کردن','ردیف‌های\x20نواری','ظاهر\x20جدول','حاشیه‌های\x20بیرونی','منبع\x20تصویر','حاشیه\x20راست','حذف\x20ستون','خط‌خورده','شفافیت','ادغام\x20سلول‌ها','قلم','ستون\x20اول','زیرخط','پررنگ','توزیع\x20ستون‌ها','بستن','تراز\x20بالا','رنگ','حداقلی'];_0x3bdb=function(){return _0x57dbb0;};return _0x3bdb();}
@@ -1 +1 @@
1
- const _0x4240a2=_0x5407;function _0x4e5d(){const _0x33b6a5=['Couleur\x20de\x20bordure','Insérer','Apparence\x20du\x20tableau','Clair','Insérer\x20une\x20ligne\x20au-dessus','3465qcLmzx','Bordure\x20supérieure','Source\x20de\x20l’image','Meilleure\x20correspondance','Bordure','Toutes\x20les\x20bordures','Ligne\x20de\x20pied','Bordure\x20droite','Bordures\x20intérieures','Insérer\x20une\x20ligne\x20en\x20dessous','Dernière\x20colonne','Supprimer\x20la\x20colonne','Barré','Aucune\x20bordure','Bordure\x20horizontale\x20intérieure','Centrer','Transparence','Plein','1030290bRAiGX','68984zClDRq','Colonnes\x20alternées','Aligner\x20à\x20droite','Bordure\x20verticale\x20intérieure','Ligne\x20d’en-tête','Couleur','383ivFkHa','Insérer\x20une\x20colonne\x20à\x20gauche','Moyen','1566ykZHMt','Épaisseur\x20de\x20bordure','Image','Souligné','Tiret','Lignes\x20alternées','812IrUkMy','502815zLrvAP','Alignement\x20vertical','Aligner\x20en\x20haut','Répartir\x20les\x20colonnes','105480gGZYVu','63kNHaDA','Supprimer\x20la\x20ligne','Alignement\x20horizontal','Tiret-point','Couleur\x20d’arrière-plan\x20du\x20tableau','exports','Insérer\x20une\x20image','1265250jdrxfz','Bordure\x20inférieure','Couleur\x20d’arrière-plan\x20du\x20texte','Thème\x20de\x20tableau','Aligner\x20en\x20bas','Police','Insérer\x20une\x20colonne\x20à\x20droite','Supprimer\x20le\x20tableau','Répartir\x20les\x20lignes','Style\x20de\x20bordure'];_0x4e5d=function(){return _0x33b6a5;};return _0x4e5d();}(function(_0x233371,_0x5ba45a){const _0x58a061=_0x5407,_0x537fb9=_0x233371();while(!![]){try{const _0x523af3=-parseInt(_0x58a061(0x1b5))/0x1*(parseInt(_0x58a061(0x1be))/0x2)+parseInt(_0x58a061(0x1bf))/0x3+-parseInt(_0x58a061(0x185))/0x4+parseInt(_0x58a061(0x1ae))/0x5+parseInt(_0x58a061(0x1b8))/0x6*(parseInt(_0x58a061(0x19c))/0x7)+parseInt(_0x58a061(0x1af))/0x8*(-parseInt(_0x58a061(0x186))/0x9)+-parseInt(_0x58a061(0x18d))/0xa;if(_0x523af3===_0x5ba45a)break;else _0x537fb9['push'](_0x537fb9['shift']());}catch(_0x51e863){_0x537fb9['push'](_0x537fb9['shift']());}}}(_0x4e5d,0x20bd8));function _0x5407(_0x216af1,_0xbabf5b){_0x216af1=_0x216af1-0x185;const _0x4e5ddb=_0x4e5d();let _0x5407f2=_0x4e5ddb[_0x216af1];return _0x5407f2;}const e={'boards-table-ui':{'contextMenu':{'insert':_0x4240a2(0x198),'delete':'Supprimer','distribute':'Répartir','insertRowAbove':_0x4240a2(0x19b),'insertRowBelow':_0x4240a2(0x1a5),'insertColumnLeft':_0x4240a2(0x1b6),'insertColumnRight':_0x4240a2(0x193),'deleteRow':_0x4240a2(0x187),'deleteColumn':_0x4240a2(0x1a7),'deleteTable':_0x4240a2(0x194),'distributeRows':_0x4240a2(0x195),'distributeColumns':_0x4240a2(0x1c2),'resetColor':'Réinitialiser\x20la\x20couleur'},'editorToolbar':{'mergeCells':'Fusionner\x20les\x20cellules','unmergeCells':'Annuler\x20la\x20fusion\x20des\x20cellules','tableTheme':_0x4240a2(0x190),'tableLook':_0x4240a2(0x199),'headerRow':_0x4240a2(0x1b3),'footerRow':_0x4240a2(0x1a2),'bandedRows':_0x4240a2(0x1bd),'bandedColumns':_0x4240a2(0x1b0),'firstColumn':'Première\x20colonne','lastColumn':_0x4240a2(0x1a6),'bestMatch':_0x4240a2(0x19f),'light':_0x4240a2(0x19a),'medium':_0x4240a2(0x1b7),'minimal':'Minimal','cellBackground':'Arrière-plan\x20de\x20cellule','allBorders':_0x4240a2(0x1a1),'tableBackgroundColor':_0x4240a2(0x18a),'border':_0x4240a2(0x1a0),'tableBorderColor':_0x4240a2(0x197),'borderWidth':_0x4240a2(0x1b9),'borderStyle':_0x4240a2(0x196),'borderStyleSolid':_0x4240a2(0x1ad),'borderStyleDash':_0x4240a2(0x1bc),'borderStyleDot':'Pointillé','borderStyleDashDot':_0x4240a2(0x189),'borderPresetAll':'Toutes\x20les\x20bordures','borderPresetInner':_0x4240a2(0x1a4),'borderPresetOuter':'Bordures\x20extérieures','borderPresetTop':_0x4240a2(0x19d),'borderPresetBottom':_0x4240a2(0x18e),'borderPresetLeft':'Bordure\x20gauche','borderPresetRight':_0x4240a2(0x1a3),'borderPresetInnerHorizontal':_0x4240a2(0x1aa),'borderPresetInnerVertical':_0x4240a2(0x1b2),'noBorder':_0x4240a2(0x1a9),'none':'Aucun','fontFamily':_0x4240a2(0x192),'fontSize':'Taille\x20de\x20police','textFormat':'Format\x20de\x20texte','textColor':'Couleur\x20du\x20texte','textBackgroundColor':_0x4240a2(0x18f),'bold':'Gras','italic':'Italique','underline':_0x4240a2(0x1bb),'strikethrough':_0x4240a2(0x1a8),'horizontalAlign':_0x4240a2(0x188),'verticalAlign':_0x4240a2(0x1c0),'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x4240a2(0x1ab),'alignRight':_0x4240a2(0x1b1),'alignJustify':'Justifier','alignTop':_0x4240a2(0x1c1),'alignMiddle':'Centrer\x20verticalement','alignBottom':_0x4240a2(0x191)},'shapePanel':{'fill':{'noFill':'Aucun\x20remplissage','solidFill':'Uni','gradientFill':'Dégradé','pictureFill':_0x4240a2(0x1ba),'color':_0x4240a2(0x1b4),'transparency':_0x4240a2(0x1ac),'picture':{'source':_0x4240a2(0x19e),'insert':_0x4240a2(0x18c)}}}}};module[_0x4240a2(0x18b)]=e;
1
+ const _0x3c5df7=_0x5684;(function(_0x446371,_0x22d07d){const _0x52c8bf=_0x5684,_0x5388e8=_0x446371();while(!![]){try{const _0x54f30d=parseInt(_0x52c8bf(0x1b2))/0x1+parseInt(_0x52c8bf(0x1af))/0x2*(parseInt(_0x52c8bf(0x1ca))/0x3)+parseInt(_0x52c8bf(0x1c9))/0x4*(-parseInt(_0x52c8bf(0x193))/0x5)+-parseInt(_0x52c8bf(0x1aa))/0x6*(-parseInt(_0x52c8bf(0x195))/0x7)+parseInt(_0x52c8bf(0x1c4))/0x8+-parseInt(_0x52c8bf(0x197))/0x9+-parseInt(_0x52c8bf(0x1ae))/0xa*(parseInt(_0x52c8bf(0x19d))/0xb);if(_0x54f30d===_0x22d07d)break;else _0x5388e8['push'](_0x5388e8['shift']());}catch(_0xaf5c75){_0x5388e8['push'](_0x5388e8['shift']());}}}(_0x58b5,0xb3efb));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x3c5df7(0x1cf),'selectColumn':_0x3c5df7(0x1bb),'operations':_0x3c5df7(0x18f),'selectCell':'Sélectionner\x20une\x20cellule','edit':_0x3c5df7(0x19f),'close':_0x3c5df7(0x1b0),'expand':'Développer','collapse':'Réduire','back':_0x3c5df7(0x19c)},'contextMenu':{'insert':_0x3c5df7(0x1a7),'delete':_0x3c5df7(0x192),'distribute':_0x3c5df7(0x1a1),'insertRowAbove':'Insérer\x20une\x20ligne\x20au-dessus','insertRowBelow':'Insérer\x20une\x20ligne\x20en\x20dessous','insertColumnLeft':'Insérer\x20une\x20colonne\x20à\x20gauche','insertColumnRight':_0x3c5df7(0x1a6),'deleteRow':_0x3c5df7(0x1b7),'deleteColumn':'Supprimer\x20la\x20colonne','deleteTable':_0x3c5df7(0x198),'distributeRows':_0x3c5df7(0x1a3),'distributeColumns':_0x3c5df7(0x18d),'resetColor':'Réinitialiser\x20la\x20couleur'},'editorToolbar':{'mergeCells':_0x3c5df7(0x1ac),'unmergeCells':_0x3c5df7(0x18c),'tableTheme':'Thème\x20de\x20tableau','tableLook':_0x3c5df7(0x1a4),'headerRow':'Ligne\x20d’en-tête','footerRow':_0x3c5df7(0x1a9),'bandedRows':_0x3c5df7(0x1c6),'bandedColumns':_0x3c5df7(0x1c5),'firstColumn':'Première\x20colonne','lastColumn':_0x3c5df7(0x1ba),'bestMatch':_0x3c5df7(0x1d1),'light':_0x3c5df7(0x19b),'medium':_0x3c5df7(0x1bd),'minimal':_0x3c5df7(0x196),'cellBackground':_0x3c5df7(0x1cc),'allBorders':'Toutes\x20les\x20bordures','tableBackgroundColor':'Couleur\x20d’arrière-plan\x20du\x20tableau','border':_0x3c5df7(0x1ab),'tableBorderColor':_0x3c5df7(0x1b1),'borderWidth':_0x3c5df7(0x1d0),'borderStyle':_0x3c5df7(0x1c1),'borderStyleSolid':_0x3c5df7(0x1b9),'borderStyleDash':_0x3c5df7(0x1b6),'borderStyleDot':_0x3c5df7(0x1b4),'borderStyleDashDot':_0x3c5df7(0x1a2),'borderPresetAll':_0x3c5df7(0x1ce),'borderPresetInner':_0x3c5df7(0x191),'borderPresetOuter':'Bordures\x20extérieures','borderPresetTop':_0x3c5df7(0x1be),'borderPresetBottom':_0x3c5df7(0x1a0),'borderPresetLeft':'Bordure\x20gauche','borderPresetRight':_0x3c5df7(0x1c8),'borderPresetInnerHorizontal':_0x3c5df7(0x190),'borderPresetInnerVertical':_0x3c5df7(0x1bf),'noBorder':'Aucune\x20bordure','none':_0x3c5df7(0x1bc),'fontFamily':'Police','fontSize':_0x3c5df7(0x194),'textFormat':_0x3c5df7(0x1c0),'textColor':'Couleur\x20du\x20texte','textBackgroundColor':_0x3c5df7(0x1b8),'bold':'Gras','italic':_0x3c5df7(0x1a8),'underline':_0x3c5df7(0x19a),'strikethrough':'Barré','horizontalAlign':'Alignement\x20horizontal','verticalAlign':_0x3c5df7(0x19e),'alignLeft':'Aligner\x20à\x20gauche','alignCenter':'Centrer','alignRight':_0x3c5df7(0x1cb),'alignJustify':'Justifier','alignTop':_0x3c5df7(0x1ad),'alignMiddle':_0x3c5df7(0x1c3),'alignBottom':'Aligner\x20en\x20bas'},'shapePanel':{'fill':{'noFill':_0x3c5df7(0x18e),'solidFill':_0x3c5df7(0x199),'gradientFill':_0x3c5df7(0x1c7),'pictureFill':_0x3c5df7(0x18b),'color':_0x3c5df7(0x1b5),'transparency':_0x3c5df7(0x1cd),'picture':{'source':_0x3c5df7(0x1a5),'insert':_0x3c5df7(0x1c2)}}}}};function _0x5684(_0x4184b4,_0x37d8df){_0x4184b4=_0x4184b4-0x18b;const _0x58b57d=_0x58b5();let _0x56848c=_0x58b57d[_0x4184b4];return _0x56848c;}module[_0x3c5df7(0x1b3)]=e;function _0x58b5(){const _0x116967=['Souligné','Clair','Retour','226479tTVGiy','Alignement\x20vertical','Styles','Bordure\x20inférieure','Répartir','Tiret-point','Répartir\x20les\x20lignes','Apparence\x20du\x20tableau','Source\x20de\x20l’image','Insérer\x20une\x20colonne\x20à\x20droite','Insérer','Italique','Ligne\x20de\x20pied','2096370doMhHX','Bordure','Fusionner\x20les\x20cellules','Aligner\x20en\x20haut','1130zLIsZY','2freMpW','Fermer','Couleur\x20de\x20bordure','418318lkrMzx','exports','Pointillé','Couleur','Tiret','Supprimer\x20la\x20ligne','Couleur\x20d’arrière-plan\x20du\x20texte','Plein','Dernière\x20colonne','Sélectionner\x20une\x20colonne','Aucun','Moyen','Bordure\x20supérieure','Bordure\x20verticale\x20intérieure','Format\x20de\x20texte','Style\x20de\x20bordure','Insérer\x20une\x20image','Centrer\x20verticalement','8305368KEAlbl','Colonnes\x20alternées','Lignes\x20alternées','Dégradé','Bordure\x20droite','1792EwgRJD','2078973BWRnBQ','Aligner\x20à\x20droite','Arrière-plan\x20de\x20cellule','Transparence','Toutes\x20les\x20bordures','Style\x20de\x20cellule','Épaisseur\x20de\x20bordure','Meilleure\x20correspondance','Image','Annuler\x20la\x20fusion\x20des\x20cellules','Répartir\x20les\x20colonnes','Aucun\x20remplissage','Disposition','Bordure\x20horizontale\x20intérieure','Bordures\x20intérieures','Supprimer','2415zlTrqa','Taille\x20de\x20police','28ycgWJr','Minimal','2403900yqggDt','Supprimer\x20le\x20tableau','Uni'];_0x58b5=function(){return _0x116967;};return _0x58b5();}
@@ -1 +1 @@
1
- function _0x2e27(_0x4e573b,_0x540cd4){_0x4e573b=_0x4e573b-0x89;const _0x53a096=_0x53a0();let _0x2e2701=_0x53a096[_0x4e573b];return _0x2e2701;}const _0x4a065b=_0x2e27;(function(_0x4bbe8c,_0x498117){const _0x50ba6b=_0x2e27,_0xe1a56=_0x4bbe8c();while(!![]){try{const _0x50287c=parseInt(_0x50ba6b(0xc6))/0x1*(parseInt(_0x50ba6b(0xa0))/0x2)+-parseInt(_0x50ba6b(0xcb))/0x3+parseInt(_0x50ba6b(0xb7))/0x4+-parseInt(_0x50ba6b(0xb8))/0x5+parseInt(_0x50ba6b(0xae))/0x6+-parseInt(_0x50ba6b(0x8b))/0x7+parseInt(_0x50ba6b(0xa1))/0x8;if(_0x50287c===_0x498117)break;else _0xe1a56['push'](_0xe1a56['shift']());}catch(_0x2db37f){_0xe1a56['push'](_0xe1a56['shift']());}}}(_0x53a0,0xf0648));function _0x53a0(){const _0x2a0183=['Sisipkan\x20gambar','Atur\x20ulang\x20warna','Pisahkan\x20sel','Lebar\x20batas','Miring','Format\x20teks','Kolom\x20pertama','Coret','Sisipkan\x20kolom\x20kiri','Garis\x20bawah','2KyzMaD','20404872CFACTh','Distribusikan\x20baris','Sisipkan','Rata\x20kiri\x20kanan','Gaya\x20batas','Minimal','Baris\x20footer','exports','Kolom\x20berpita','Sisipkan\x20baris\x20di\x20bawah','Warna','Batas\x20atas','Warna\x20batas','6302508KgRoXm','Tidak\x20ada','Tema\x20tabel','Sisipkan\x20baris\x20di\x20atas','Batas','Warna\x20latar\x20tabel','Distribusikan','Garis\x20titik','Hapus','3732684IswLHL','8898005kcLkxe','Rata\x20bawah','Hapus\x20kolom','Batas\x20bawah','Warna\x20teks','Tanpa\x20batas','Transparansi','Batas\x20kiri','Garis\x20putus','Sisipkan\x20kolom\x20kanan','Rata\x20atas','Distribusikan\x20kolom','Baris\x20berpita','Semua\x20batas','452318OXGKRB','Ukuran\x20font','Sedang','Baris\x20header','Batas\x20dalam','3409104hTgXpI','Kolom\x20terakhir','Sumber\x20gambar','Jenis\x20font','Warna\x20latar\x20teks','Titik','Kecocokan\x20terbaik','Batas\x20luar','7601293Jgnlud','Rata\x20horizontal','Latar\x20sel','Batas\x20horizontal\x20dalam','Hapus\x20baris','Rata\x20vertikal','Tebal','Hapus\x20tabel','Gradien','Solid','Rata\x20kanan'];_0x53a0=function(){return _0x2a0183;};return _0x53a0();}const e={'boards-table-ui':{'contextMenu':{'insert':_0x4a065b(0xa3),'delete':_0x4a065b(0xb6),'distribute':_0x4a065b(0xb4),'insertRowAbove':_0x4a065b(0xb1),'insertRowBelow':_0x4a065b(0xaa),'insertColumnLeft':_0x4a065b(0x9e),'insertColumnRight':_0x4a065b(0xc1),'deleteRow':_0x4a065b(0x8f),'deleteColumn':_0x4a065b(0xba),'deleteTable':_0x4a065b(0x92),'distributeRows':_0x4a065b(0xa2),'distributeColumns':_0x4a065b(0xc3),'resetColor':_0x4a065b(0x97)},'editorToolbar':{'mergeCells':'Gabungkan\x20sel','unmergeCells':_0x4a065b(0x98),'tableTheme':_0x4a065b(0xb0),'tableLook':'Tampilan\x20tabel','headerRow':_0x4a065b(0xc9),'footerRow':_0x4a065b(0xa7),'bandedRows':_0x4a065b(0xc4),'bandedColumns':_0x4a065b(0xa9),'firstColumn':_0x4a065b(0x9c),'lastColumn':_0x4a065b(0xcc),'bestMatch':_0x4a065b(0x89),'light':'Terang','medium':_0x4a065b(0xc8),'minimal':_0x4a065b(0xa6),'cellBackground':_0x4a065b(0x8d),'allBorders':_0x4a065b(0xc5),'tableBackgroundColor':_0x4a065b(0xb3),'border':_0x4a065b(0xb2),'tableBorderColor':_0x4a065b(0xad),'borderWidth':_0x4a065b(0x99),'borderStyle':_0x4a065b(0xa5),'borderStyleSolid':_0x4a065b(0x94),'borderStyleDash':_0x4a065b(0xc0),'borderStyleDot':_0x4a065b(0xd0),'borderStyleDashDot':_0x4a065b(0xb5),'borderPresetAll':_0x4a065b(0xc5),'borderPresetInner':_0x4a065b(0xca),'borderPresetOuter':_0x4a065b(0x8a),'borderPresetTop':_0x4a065b(0xac),'borderPresetBottom':_0x4a065b(0xbb),'borderPresetLeft':_0x4a065b(0xbf),'borderPresetRight':'Batas\x20kanan','borderPresetInnerHorizontal':_0x4a065b(0x8e),'borderPresetInnerVertical':'Batas\x20vertikal\x20dalam','noBorder':_0x4a065b(0xbd),'none':_0x4a065b(0xaf),'fontFamily':_0x4a065b(0xce),'fontSize':_0x4a065b(0xc7),'textFormat':_0x4a065b(0x9b),'textColor':_0x4a065b(0xbc),'textBackgroundColor':_0x4a065b(0xcf),'bold':_0x4a065b(0x91),'italic':_0x4a065b(0x9a),'underline':_0x4a065b(0x9f),'strikethrough':_0x4a065b(0x9d),'horizontalAlign':_0x4a065b(0x8c),'verticalAlign':_0x4a065b(0x90),'alignLeft':'Rata\x20kiri','alignCenter':'Rata\x20tengah','alignRight':_0x4a065b(0x95),'alignJustify':_0x4a065b(0xa4),'alignTop':_0x4a065b(0xc2),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':_0x4a065b(0xb9)},'shapePanel':{'fill':{'noFill':'Tanpa\x20isian','solidFill':'Solid','gradientFill':_0x4a065b(0x93),'pictureFill':'Gambar','color':_0x4a065b(0xab),'transparency':_0x4a065b(0xbe),'picture':{'source':_0x4a065b(0xcd),'insert':_0x4a065b(0x96)}}}}};module[_0x4a065b(0xa8)]=e;
1
+ const _0x185ef1=_0x1b44;(function(_0x42269a,_0x3adb8c){const _0x518391=_0x1b44,_0x1f0cc8=_0x42269a();while(!![]){try{const _0x3e6fa6=parseInt(_0x518391(0xf8))/0x1*(-parseInt(_0x518391(0xfc))/0x2)+-parseInt(_0x518391(0x109))/0x3+parseInt(_0x518391(0x133))/0x4+-parseInt(_0x518391(0xfd))/0x5*(parseInt(_0x518391(0x102))/0x6)+parseInt(_0x518391(0x134))/0x7+parseInt(_0x518391(0x10a))/0x8*(parseInt(_0x518391(0x136))/0x9)+parseInt(_0x518391(0x127))/0xa*(parseInt(_0x518391(0xf6))/0xb);if(_0x3e6fa6===_0x3adb8c)break;else _0x1f0cc8['push'](_0x1f0cc8['shift']());}catch(_0xd2d1c3){_0x1f0cc8['push'](_0x1f0cc8['shift']());}}}(_0x54f8,0xc4b13));function _0x54f8(){const _0x596719=['Sisipkan\x20kolom\x20kiri','Transparansi','Hapus\x20tabel','Tanpa\x20isian','6RNZHbh','Semua\x20batas','Baris\x20header','Tebal','Perluas','Gaya\x20batas','Hapus\x20kolom','800154yDDIbC','8FMwURg','Batas\x20kanan','Sisipkan\x20gambar','Coret','Tutup','Batas\x20luar','Sedang','Garis\x20putus','Gabungkan\x20sel','Gaya','Sumber\x20gambar','Rata\x20kiri\x20kanan','Kolom\x20pertama','Latar\x20sel','Kembali','Tanpa\x20batas','Warna\x20latar\x20teks','Jenis\x20font','Ukuran\x20font','Batas\x20vertikal\x20dalam','Solid','Sisipkan\x20kolom\x20kanan','Atur\x20ulang\x20warna','Gaya\x20sel','Kolom\x20terakhir','Tidak\x20ada','Lebar\x20batas','Garis\x20titik','Kolom\x20berpita','10ahTOkW','Distribusikan\x20baris','Minimal','Tema\x20tabel','Batas\x20kiri','Sisipkan\x20baris\x20di\x20atas','Sisipkan','exports','Batas\x20atas','Warna\x20latar\x20tabel','Pisahkan\x20sel','Rata\x20atas','4002356OhaHIw','7794724KydFpk','Kecocokan\x20terbaik','5520789zxJzrn','Rata\x20bawah','Rata\x20vertikal','Ciutkan','Warna\x20batas','Rata\x20kanan','Pilih\x20kolom','Rata\x20kiri','Distribusikan\x20kolom','Hapus\x20baris','Batas\x20horizontal\x20dalam','Distribusikan','Garis\x20bawah','2171213lqFbnD','Tampilan\x20tabel','21VLWUzm','Sisipkan\x20baris\x20di\x20bawah','Gambar','Rata\x20horizontal','47726rLCead','6757165yhRSQo'];_0x54f8=function(){return _0x596719;};return _0x54f8();}function _0x1b44(_0x275823,_0x501073){_0x275823=_0x275823-0xf0;const _0x54f8a8=_0x54f8();let _0x1b44f4=_0x54f8a8[_0x275823];return _0x1b44f4;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x185ef1(0x121),'selectColumn':_0x185ef1(0x13c),'operations':'Tata\x20Letak','selectCell':'Pilih\x20sel','edit':_0x185ef1(0x113),'close':_0x185ef1(0x10e),'expand':_0x185ef1(0x106),'collapse':_0x185ef1(0x139),'back':_0x185ef1(0x118)},'contextMenu':{'insert':_0x185ef1(0x12d),'delete':'Hapus','distribute':_0x185ef1(0xf4),'insertRowAbove':_0x185ef1(0x12c),'insertRowBelow':_0x185ef1(0xf9),'insertColumnLeft':_0x185ef1(0xfe),'insertColumnRight':_0x185ef1(0x11f),'deleteRow':_0x185ef1(0xf2),'deleteColumn':_0x185ef1(0x108),'deleteTable':_0x185ef1(0x100),'distributeRows':_0x185ef1(0x128),'distributeColumns':_0x185ef1(0xf1),'resetColor':_0x185ef1(0x120)},'editorToolbar':{'mergeCells':_0x185ef1(0x112),'unmergeCells':_0x185ef1(0x131),'tableTheme':_0x185ef1(0x12a),'tableLook':_0x185ef1(0xf7),'headerRow':_0x185ef1(0x104),'footerRow':'Baris\x20footer','bandedRows':'Baris\x20berpita','bandedColumns':_0x185ef1(0x126),'firstColumn':_0x185ef1(0x116),'lastColumn':_0x185ef1(0x122),'bestMatch':_0x185ef1(0x135),'light':'Terang','medium':_0x185ef1(0x110),'minimal':_0x185ef1(0x129),'cellBackground':_0x185ef1(0x117),'allBorders':_0x185ef1(0x103),'tableBackgroundColor':_0x185ef1(0x130),'border':'Batas','tableBorderColor':_0x185ef1(0x13a),'borderWidth':_0x185ef1(0x124),'borderStyle':_0x185ef1(0x107),'borderStyleSolid':'Solid','borderStyleDash':_0x185ef1(0x111),'borderStyleDot':'Titik','borderStyleDashDot':_0x185ef1(0x125),'borderPresetAll':'Semua\x20batas','borderPresetInner':'Batas\x20dalam','borderPresetOuter':_0x185ef1(0x10f),'borderPresetTop':_0x185ef1(0x12f),'borderPresetBottom':'Batas\x20bawah','borderPresetLeft':_0x185ef1(0x12b),'borderPresetRight':_0x185ef1(0x10b),'borderPresetInnerHorizontal':_0x185ef1(0xf3),'borderPresetInnerVertical':_0x185ef1(0x11d),'noBorder':_0x185ef1(0x119),'none':_0x185ef1(0x123),'fontFamily':_0x185ef1(0x11b),'fontSize':_0x185ef1(0x11c),'textFormat':'Format\x20teks','textColor':'Warna\x20teks','textBackgroundColor':_0x185ef1(0x11a),'bold':_0x185ef1(0x105),'italic':'Miring','underline':_0x185ef1(0xf5),'strikethrough':_0x185ef1(0x10d),'horizontalAlign':_0x185ef1(0xfb),'verticalAlign':_0x185ef1(0x138),'alignLeft':_0x185ef1(0xf0),'alignCenter':'Rata\x20tengah','alignRight':_0x185ef1(0x13b),'alignJustify':_0x185ef1(0x115),'alignTop':_0x185ef1(0x132),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':_0x185ef1(0x137)},'shapePanel':{'fill':{'noFill':_0x185ef1(0x101),'solidFill':_0x185ef1(0x11e),'gradientFill':'Gradien','pictureFill':_0x185ef1(0xfa),'color':'Warna','transparency':_0x185ef1(0xff),'picture':{'source':_0x185ef1(0x114),'insert':_0x185ef1(0x10c)}}}}};module[_0x185ef1(0x12e)]=e;
@@ -1 +1 @@
1
- function _0x5977(_0xfa7bd0,_0x36b426){_0xfa7bd0=_0xfa7bd0-0x195;const _0x2d8b06=_0x2d8b();let _0x597722=_0x2d8b06[_0xfa7bd0];return _0x597722;}function _0x2d8b(){const _0x59c696=['Bordo\x20superiore','Elimina\x20colonna','Bordo','Corrispondenza\x20migliore','Inserisci\x20riga\x20sotto','Ultima\x20colonna','exports','Bordo\x20destro','20sfYdWH','Colore\x20bordo','Inserisci','Bordo\x20sinistro','20412pHjdAS','Trasparenza','Nessuno','Punteggiato','Sfondo\x20cella','Tutti\x20i\x20bordi','Tratto\x20punto','57utnSfv','Grassetto','Inserisci\x20colonna\x20a\x20sinistra','Inserisci\x20colonna\x20a\x20destra','Allinea\x20a\x20destra','Nessun\x20riempimento','Riga\x20intestazione','Colore\x20testo','Famiglia\x20font','Prima\x20colonna','299872kNNuDk','Medio','Barrato','Bordo\x20orizzontale\x20interno','Distribuisci\x20righe','Formato\x20testo','Bordo\x20inferiore','Larghezza\x20bordo','567372QtfQnZ','78728CRQWYy','Elimina\x20riga','Sfumatura','Dimensione\x20font','Riga\x20piè\x20di\x20pagina','Reimposta\x20colore','2567349EadfnO','Distribuisci\x20colonne','415HtgLkH','Giustifica','15386162DDEaVO','Allinea\x20al\x20centro','Allinea\x20in\x20basso','Stile\x20bordo','Separa\x20celle','Nessun\x20bordo','Bordo\x20verticale\x20interno','Elimina\x20tabella','Allinea\x20in\x20alto','Inserisci\x20immagine','Allineamento\x20orizzontale','Colore\x20sfondo\x20tabella','Minimo','Sottolineato','Solido','28jpWcDI','Allinea\x20a\x20sinistra','Immagine','618808mbjcGZ','Colonne\x20alternate'];_0x2d8b=function(){return _0x59c696;};return _0x2d8b();}const _0x299159=_0x5977;(function(_0x46d2f6,_0xd326bb){const _0x5203f1=_0x5977,_0x5d516a=_0x46d2f6();while(!![]){try{const _0xeea94b=parseInt(_0x5203f1(0x19f))/0x1+-parseInt(_0x5203f1(0x1c6))/0x2+-parseInt(_0x5203f1(0x1b4))/0x3*(-parseInt(_0x5203f1(0x1c7))/0x4)+parseInt(_0x5203f1(0x1cf))/0x5*(parseInt(_0x5203f1(0x1ad))/0x6)+parseInt(_0x5203f1(0x19c))/0x7*(parseInt(_0x5203f1(0x1be))/0x8)+-parseInt(_0x5203f1(0x1cd))/0x9*(-parseInt(_0x5203f1(0x1a9))/0xa)+-parseInt(_0x5203f1(0x1d1))/0xb;if(_0xeea94b===_0xd326bb)break;else _0x5d516a['push'](_0x5d516a['shift']());}catch(_0xdfb68f){_0x5d516a['push'](_0x5d516a['shift']());}}}(_0x2d8b,0x4c74a));const e={'boards-table-ui':{'contextMenu':{'insert':_0x299159(0x1ab),'delete':'Elimina','distribute':'Distribuisci','insertRowAbove':'Inserisci\x20riga\x20sopra','insertRowBelow':_0x299159(0x1a5),'insertColumnLeft':_0x299159(0x1b6),'insertColumnRight':_0x299159(0x1b7),'deleteRow':_0x299159(0x1c8),'deleteColumn':_0x299159(0x1a2),'deleteTable':_0x299159(0x1d8),'distributeRows':_0x299159(0x1c2),'distributeColumns':_0x299159(0x1ce),'resetColor':_0x299159(0x1cc)},'editorToolbar':{'mergeCells':'Unisci\x20celle','unmergeCells':_0x299159(0x1d5),'tableTheme':'Tema\x20tabella','tableLook':'Aspetto\x20tabella','headerRow':_0x299159(0x1ba),'footerRow':_0x299159(0x1cb),'bandedRows':'Righe\x20alternate','bandedColumns':_0x299159(0x1a0),'firstColumn':_0x299159(0x1bd),'lastColumn':_0x299159(0x1a6),'bestMatch':_0x299159(0x1a4),'light':'Chiaro','medium':_0x299159(0x1bf),'minimal':_0x299159(0x199),'cellBackground':_0x299159(0x1b1),'allBorders':_0x299159(0x1b2),'tableBackgroundColor':_0x299159(0x198),'border':_0x299159(0x1a3),'tableBorderColor':_0x299159(0x1aa),'borderWidth':_0x299159(0x1c5),'borderStyle':_0x299159(0x1d4),'borderStyleSolid':_0x299159(0x19b),'borderStyleDash':'Tratteggio','borderStyleDot':_0x299159(0x1b0),'borderStyleDashDot':_0x299159(0x1b3),'borderPresetAll':_0x299159(0x1b2),'borderPresetInner':'Bordi\x20interni','borderPresetOuter':'Bordi\x20esterni','borderPresetTop':_0x299159(0x1a1),'borderPresetBottom':_0x299159(0x1c4),'borderPresetLeft':_0x299159(0x1ac),'borderPresetRight':_0x299159(0x1a8),'borderPresetInnerHorizontal':_0x299159(0x1c1),'borderPresetInnerVertical':_0x299159(0x1d7),'noBorder':_0x299159(0x1d6),'none':_0x299159(0x1af),'fontFamily':_0x299159(0x1bc),'fontSize':_0x299159(0x1ca),'textFormat':_0x299159(0x1c3),'textColor':_0x299159(0x1bb),'textBackgroundColor':'Colore\x20sfondo\x20testo','bold':_0x299159(0x1b5),'italic':'Corsivo','underline':_0x299159(0x19a),'strikethrough':_0x299159(0x1c0),'horizontalAlign':_0x299159(0x197),'verticalAlign':'Allineamento\x20verticale','alignLeft':_0x299159(0x19d),'alignCenter':_0x299159(0x1d2),'alignRight':_0x299159(0x1b8),'alignJustify':_0x299159(0x1d0),'alignTop':_0x299159(0x195),'alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignBottom':_0x299159(0x1d3)},'shapePanel':{'fill':{'noFill':_0x299159(0x1b9),'solidFill':'Solido','gradientFill':_0x299159(0x1c9),'pictureFill':_0x299159(0x19e),'color':'Colore','transparency':_0x299159(0x1ae),'picture':{'source':'Origine\x20immagine','insert':_0x299159(0x196)}}}}};module[_0x299159(0x1a7)]=e;
1
+ const _0x3ff820=_0x398c;(function(_0x42162e,_0x591c25){const _0x3f91ba=_0x398c,_0x172167=_0x42162e();while(!![]){try{const _0x22da31=parseInt(_0x3f91ba(0x1e2))/0x1+parseInt(_0x3f91ba(0x1e0))/0x2+-parseInt(_0x3f91ba(0x1c0))/0x3*(parseInt(_0x3f91ba(0x1c6))/0x4)+parseInt(_0x3f91ba(0x1fd))/0x5+parseInt(_0x3f91ba(0x1dc))/0x6*(parseInt(_0x3f91ba(0x204))/0x7)+parseInt(_0x3f91ba(0x203))/0x8+-parseInt(_0x3f91ba(0x1cd))/0x9*(parseInt(_0x3f91ba(0x205))/0xa);if(_0x22da31===_0x591c25)break;else _0x172167['push'](_0x172167['shift']());}catch(_0x202939){_0x172167['push'](_0x172167['shift']());}}}(_0x24cd,0xdb209));function _0x398c(_0xb0e639,_0x13cab8){_0xb0e639=_0xb0e639-0x1c0;const _0x24cd00=_0x24cd();let _0x398c91=_0x24cd00[_0xb0e639];return _0x398c91;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x3ff820(0x1cb),'selectColumn':'Seleziona\x20colonna','operations':_0x3ff820(0x1fa),'selectCell':'Seleziona\x20cella','edit':_0x3ff820(0x1e9),'close':_0x3ff820(0x1d6),'expand':'Espandi','collapse':_0x3ff820(0x1ca),'back':_0x3ff820(0x1cc)},'contextMenu':{'insert':_0x3ff820(0x206),'delete':_0x3ff820(0x1c4),'distribute':'Distribuisci','insertRowAbove':_0x3ff820(0x1d5),'insertRowBelow':_0x3ff820(0x1d9),'insertColumnLeft':_0x3ff820(0x1f4),'insertColumnRight':_0x3ff820(0x1eb),'deleteRow':_0x3ff820(0x1d8),'deleteColumn':_0x3ff820(0x1f0),'deleteTable':_0x3ff820(0x1c1),'distributeRows':_0x3ff820(0x1e6),'distributeColumns':_0x3ff820(0x1e7),'resetColor':_0x3ff820(0x1fb)},'editorToolbar':{'mergeCells':_0x3ff820(0x1ea),'unmergeCells':_0x3ff820(0x1e3),'tableTheme':_0x3ff820(0x1f9),'tableLook':'Aspetto\x20tabella','headerRow':_0x3ff820(0x1d3),'footerRow':_0x3ff820(0x1e8),'bandedRows':_0x3ff820(0x1fc),'bandedColumns':_0x3ff820(0x1f3),'firstColumn':_0x3ff820(0x20a),'lastColumn':_0x3ff820(0x1dd),'bestMatch':_0x3ff820(0x201),'light':_0x3ff820(0x1e4),'medium':_0x3ff820(0x1df),'minimal':_0x3ff820(0x1f2),'cellBackground':_0x3ff820(0x202),'allBorders':'Tutti\x20i\x20bordi','tableBackgroundColor':_0x3ff820(0x1d2),'border':_0x3ff820(0x1fe),'tableBorderColor':_0x3ff820(0x1e1),'borderWidth':_0x3ff820(0x1da),'borderStyle':_0x3ff820(0x1ee),'borderStyleSolid':'Solido','borderStyleDash':_0x3ff820(0x1d1),'borderStyleDot':'Punteggiato','borderStyleDashDot':_0x3ff820(0x1ec),'borderPresetAll':'Tutti\x20i\x20bordi','borderPresetInner':_0x3ff820(0x1f5),'borderPresetOuter':'Bordi\x20esterni','borderPresetTop':_0x3ff820(0x1cf),'borderPresetBottom':_0x3ff820(0x1f8),'borderPresetLeft':'Bordo\x20sinistro','borderPresetRight':_0x3ff820(0x1de),'borderPresetInnerHorizontal':'Bordo\x20orizzontale\x20interno','borderPresetInnerVertical':_0x3ff820(0x209),'noBorder':_0x3ff820(0x208),'none':_0x3ff820(0x1d7),'fontFamily':_0x3ff820(0x1c2),'fontSize':_0x3ff820(0x207),'textFormat':'Formato\x20testo','textColor':_0x3ff820(0x1f1),'textBackgroundColor':'Colore\x20sfondo\x20testo','bold':_0x3ff820(0x1ff),'italic':_0x3ff820(0x200),'underline':_0x3ff820(0x1c7),'strikethrough':_0x3ff820(0x1f7),'horizontalAlign':_0x3ff820(0x1c3),'verticalAlign':_0x3ff820(0x1c9),'alignLeft':_0x3ff820(0x1ed),'alignCenter':'Allinea\x20al\x20centro','alignRight':'Allinea\x20a\x20destra','alignJustify':_0x3ff820(0x1d0),'alignTop':_0x3ff820(0x1f6),'alignMiddle':_0x3ff820(0x1c5),'alignBottom':'Allinea\x20in\x20basso'},'shapePanel':{'fill':{'noFill':_0x3ff820(0x1c8),'solidFill':_0x3ff820(0x1db),'gradientFill':'Sfumatura','pictureFill':'Immagine','color':_0x3ff820(0x1ef),'transparency':_0x3ff820(0x1ce),'picture':{'source':_0x3ff820(0x1d4),'insert':_0x3ff820(0x1e5)}}}}};function _0x24cd(){const _0x58dfb6=['Allineamento\x20verticale','Comprimi','Stile\x20cella','Indietro','9SrNaAy','Trasparenza','Bordo\x20superiore','Giustifica','Tratteggio','Colore\x20sfondo\x20tabella','Riga\x20intestazione','Origine\x20immagine','Inserisci\x20riga\x20sopra','Chiudi','Nessuno','Elimina\x20riga','Inserisci\x20riga\x20sotto','Larghezza\x20bordo','Solido','169746fkQLam','Ultima\x20colonna','Bordo\x20destro','Medio','3238704aRSJsD','Colore\x20bordo','55511RieHWE','Separa\x20celle','Chiaro','Inserisci\x20immagine','Distribuisci\x20righe','Distribuisci\x20colonne','Riga\x20piè\x20di\x20pagina','Stili','Unisci\x20celle','Inserisci\x20colonna\x20a\x20destra','Tratto\x20punto','Allinea\x20a\x20sinistra','Stile\x20bordo','Colore','Elimina\x20colonna','Colore\x20testo','Minimo','Colonne\x20alternate','Inserisci\x20colonna\x20a\x20sinistra','Bordi\x20interni','Allinea\x20in\x20alto','Barrato','Bordo\x20inferiore','Tema\x20tabella','Layout','Reimposta\x20colore','Righe\x20alternate','595505dnwOUL','Bordo','Grassetto','Corsivo','Corrispondenza\x20migliore','Sfondo\x20cella','7414568aMsGKU','294zjJeiS','14420150unaROu','Inserisci','Dimensione\x20font','Nessun\x20bordo','Bordo\x20verticale\x20interno','Prima\x20colonna','523149WVrEHa','Elimina\x20tabella','Famiglia\x20font','Allineamento\x20orizzontale','Elimina','Allinea\x20al\x20centro\x20verticalmente','36HqRZGA','Sottolineato','Nessun\x20riempimento'];_0x24cd=function(){return _0x58dfb6;};return _0x24cd();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x53317d=_0x25cb;(function(_0x33f940,_0x31ce4d){const _0x2fde67=_0x25cb,_0x4243b2=_0x33f940();while(!![]){try{const _0xbea24c=-parseInt(_0x2fde67(0xd3))/0x1*(-parseInt(_0x2fde67(0xd9))/0x2)+-parseInt(_0x2fde67(0xc7))/0x3*(-parseInt(_0x2fde67(0xe8))/0x4)+parseInt(_0x2fde67(0xf3))/0x5+-parseInt(_0x2fde67(0xf7))/0x6*(-parseInt(_0x2fde67(0xdf))/0x7)+parseInt(_0x2fde67(0xc5))/0x8+parseInt(_0x2fde67(0xd2))/0x9+-parseInt(_0x2fde67(0xcb))/0xa*(parseInt(_0x2fde67(0xf4))/0xb);if(_0xbea24c===_0x31ce4d)break;else _0x4243b2['push'](_0x4243b2['shift']());}catch(_0x1ae62c){_0x4243b2['push'](_0x4243b2['shift']());}}}(_0x52e8,0x6b1b1));function _0x52e8(){const _0x4c02e5=['13942iPsWIA','左罫線','下揃え','色をリセット','右揃え','透明度','159369gePRjJ','一点鎖線','罫線なし','水平方向の配置','罫線の色','均等配置','表を削除','右に列を挿入','セルの背景','4zwcHgy','下に行を挿入','中央揃え','行を均等に配置','表の外観','文字色','明るい','罫線の幅','上揃え','垂直方向の配置','上に行を挿入','2149685XLxvrh','1529jCCfzb','左に列を挿入','最適な組み合わせ','18OSWRsA','フォントサイズ','セルを結合','内側の罫線','1987456aNwgRQ','exports','876186QQQeIx','罫線のスタイル','内側の縦罫線','文字の背景色','148970CRPsut','表の背景色','画像ソース','上罫線','縞模様の行','塗りつぶしなし','見出し行','7275699ZdLMQE','95BoOZzl','列を均等に配置','下罫線','縞模様の列','両端揃え','上下中央揃え'];_0x52e8=function(){return _0x4c02e5;};return _0x52e8();}const e={'boards-table-ui':{'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x53317d(0xe4),'insertRowAbove':_0x53317d(0xf2),'insertRowBelow':_0x53317d(0xe9),'insertColumnLeft':_0x53317d(0xf5),'insertColumnRight':_0x53317d(0xe6),'deleteRow':'行を削除','deleteColumn':'列を削除','deleteTable':_0x53317d(0xe5),'distributeRows':_0x53317d(0xeb),'distributeColumns':_0x53317d(0xd4),'resetColor':_0x53317d(0xdc)},'editorToolbar':{'mergeCells':_0x53317d(0xc3),'unmergeCells':'セル結合を解除','tableTheme':'表のテーマ','tableLook':_0x53317d(0xec),'headerRow':_0x53317d(0xd1),'footerRow':'集計行','bandedRows':_0x53317d(0xcf),'bandedColumns':_0x53317d(0xd6),'firstColumn':'最初の列','lastColumn':'最後の列','bestMatch':_0x53317d(0xf6),'light':_0x53317d(0xee),'medium':'中間','minimal':'最小','cellBackground':_0x53317d(0xe7),'allBorders':'すべての罫線','tableBackgroundColor':_0x53317d(0xcc),'border':'罫線','tableBorderColor':_0x53317d(0xe3),'borderWidth':_0x53317d(0xef),'borderStyle':_0x53317d(0xc8),'borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x53317d(0xe0),'borderPresetAll':'すべての罫線','borderPresetInner':_0x53317d(0xc4),'borderPresetOuter':'外側の罫線','borderPresetTop':_0x53317d(0xce),'borderPresetBottom':_0x53317d(0xd5),'borderPresetLeft':_0x53317d(0xda),'borderPresetRight':'右罫線','borderPresetInnerHorizontal':'内側の横罫線','borderPresetInnerVertical':_0x53317d(0xc9),'noBorder':_0x53317d(0xe1),'none':'なし','fontFamily':'フォント','fontSize':_0x53317d(0xf8),'textFormat':'テキスト形式','textColor':_0x53317d(0xed),'textBackgroundColor':_0x53317d(0xca),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','horizontalAlign':_0x53317d(0xe2),'verticalAlign':_0x53317d(0xf1),'alignLeft':'左揃え','alignCenter':_0x53317d(0xea),'alignRight':_0x53317d(0xdd),'alignJustify':_0x53317d(0xd7),'alignTop':_0x53317d(0xf0),'alignMiddle':_0x53317d(0xd8),'alignBottom':_0x53317d(0xdb)},'shapePanel':{'fill':{'noFill':_0x53317d(0xd0),'solidFill':'単色','gradientFill':'グラデーション','pictureFill':'画像','color':'色','transparency':_0x53317d(0xde),'picture':{'source':_0x53317d(0xcd),'insert':'画像を挿入'}}}}};function _0x25cb(_0x4fabe3,_0x6db0b5){_0x4fabe3=_0x4fabe3-0xc3;const _0x52e848=_0x52e8();let _0x25cbe5=_0x52e848[_0x4fabe3];return _0x25cbe5;}module[_0x53317d(0xc6)]=e;
1
+ const _0x288a39=_0x174e;function _0x467f(){const _0x13a824=['罫線なし','スタイル','上揃え','列を選択','折りたたむ','縞模様の行','1648525DsIDTq','下揃え','テキスト形式','右揃え','取り消し線','塗りつぶしなし','セルを結合','文字色','内側の罫線','1523352FKWPdW','垂直方向の配置','中央揃え','6604wFSdrz','最後の列','見出し行','1017928INDdvL','文字の背景色','均等配置','一点鎖線','表を削除','最初の列','グラデーション','上罫線','明るい','表の外観','左に列を挿入','すべての罫線','表のテーマ','304005VgNszQ','114sTHSGc','画像ソース','1351903XnSoYQ','上下中央揃え','5115976EAvKld','縞模様の列','exports','罫線のスタイル','画像を挿入','色をリセット','下罫線','フォント','フォントサイズ','最適な組み合わせ','行を削除','集計行','下に行を挿入','右に列を挿入','水平方向の配置','表の背景色','セル結合を解除','閉じる'];_0x467f=function(){return _0x13a824;};return _0x467f();}function _0x174e(_0x447933,_0x5bb712){_0x447933=_0x447933-0x1a5;const _0x467fce=_0x467f();let _0x174e2a=_0x467fce[_0x447933];return _0x174e2a;}(function(_0x5847a6,_0x58bd02){const _0x61fe7f=_0x174e,_0x6a960f=_0x5847a6();while(!![]){try{const _0x38d14f=-parseInt(_0x61fe7f(0x1b1))/0x1*(-parseInt(_0x61fe7f(0x1d9))/0x2)+-parseInt(_0x61fe7f(0x1b0))/0x3+-parseInt(_0x61fe7f(0x1dc))/0x4+-parseInt(_0x61fe7f(0x1cd))/0x5+-parseInt(_0x61fe7f(0x1d6))/0x6+parseInt(_0x61fe7f(0x1b3))/0x7+parseInt(_0x61fe7f(0x1b5))/0x8;if(_0x38d14f===_0x58bd02)break;else _0x6a960f['push'](_0x6a960f['shift']());}catch(_0x48b0a3){_0x6a960f['push'](_0x6a960f['shift']());}}}(_0x467f,0x41d48));const e={'boards-table-ui':{'mobile':{'cellStyle':'セルのスタイル','selectColumn':_0x288a39(0x1ca),'operations':'レイアウト','selectCell':'セルを選択','edit':_0x288a39(0x1c8),'close':_0x288a39(0x1c6),'expand':'展開','collapse':_0x288a39(0x1cb),'back':'戻る'},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x288a39(0x1a5),'insertRowAbove':'上に行を挿入','insertRowBelow':_0x288a39(0x1c1),'insertColumnLeft':_0x288a39(0x1ad),'insertColumnRight':_0x288a39(0x1c2),'deleteRow':_0x288a39(0x1bf),'deleteColumn':'列を削除','deleteTable':_0x288a39(0x1a7),'distributeRows':'行を均等に配置','distributeColumns':'列を均等に配置','resetColor':_0x288a39(0x1ba)},'editorToolbar':{'mergeCells':_0x288a39(0x1d3),'unmergeCells':_0x288a39(0x1c5),'tableTheme':_0x288a39(0x1af),'tableLook':_0x288a39(0x1ac),'headerRow':_0x288a39(0x1db),'footerRow':_0x288a39(0x1c0),'bandedRows':_0x288a39(0x1cc),'bandedColumns':_0x288a39(0x1b6),'firstColumn':_0x288a39(0x1a8),'lastColumn':_0x288a39(0x1da),'bestMatch':_0x288a39(0x1be),'light':_0x288a39(0x1ab),'medium':'中間','minimal':'最小','cellBackground':'セルの背景','allBorders':_0x288a39(0x1ae),'tableBackgroundColor':_0x288a39(0x1c4),'border':'罫線','tableBorderColor':'罫線の色','borderWidth':'罫線の幅','borderStyle':_0x288a39(0x1b8),'borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x288a39(0x1a6),'borderPresetAll':_0x288a39(0x1ae),'borderPresetInner':_0x288a39(0x1d5),'borderPresetOuter':'外側の罫線','borderPresetTop':_0x288a39(0x1aa),'borderPresetBottom':_0x288a39(0x1bb),'borderPresetLeft':'左罫線','borderPresetRight':'右罫線','borderPresetInnerHorizontal':'内側の横罫線','borderPresetInnerVertical':'内側の縦罫線','noBorder':_0x288a39(0x1c7),'none':'なし','fontFamily':_0x288a39(0x1bc),'fontSize':_0x288a39(0x1bd),'textFormat':_0x288a39(0x1cf),'textColor':_0x288a39(0x1d4),'textBackgroundColor':_0x288a39(0x1dd),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x288a39(0x1d1),'horizontalAlign':_0x288a39(0x1c3),'verticalAlign':_0x288a39(0x1d7),'alignLeft':'左揃え','alignCenter':_0x288a39(0x1d8),'alignRight':_0x288a39(0x1d0),'alignJustify':'両端揃え','alignTop':_0x288a39(0x1c9),'alignMiddle':_0x288a39(0x1b4),'alignBottom':_0x288a39(0x1ce)},'shapePanel':{'fill':{'noFill':_0x288a39(0x1d2),'solidFill':'単色','gradientFill':_0x288a39(0x1a9),'pictureFill':'画像','color':'色','transparency':'透明度','picture':{'source':_0x288a39(0x1b2),'insert':_0x288a39(0x1b9)}}}}};module[_0x288a39(0x1b7)]=e;
@@ -1 +1 @@
1
- function _0x2369(_0x36c492,_0x351c7a){_0x36c492=_0x36c492-0x1f2;const _0x5aab38=_0x5aab();let _0x236990=_0x5aab38[_0x36c492];return _0x236990;}const _0x40fac1=_0x2369;function _0x5aab(){const _0xc3465e=['위에\x20행\x20삽입','50ObGTnk','셀\x20배경','왼쪽에\x20열\x20삽입','표\x20모양','아래쪽\x20테두리','열\x20삭제','테두리\x20색','최적\x20맞춤','색상\x20초기화','564486jRNLQY','글꼴\x20크기','바깥쪽\x20테두리','열\x20균등\x20분배','1614231cHCbko','텍스트\x20색','테두리\x20스타일','행\x20삭제','표\x20삭제','202315IjOACg','4hzVUAb','오른쪽\x20맞춤','세로\x20맞춤','가로\x20맞춤','가운데\x20맞춤','머리글\x20행','7sshnab','첫\x20열','173212fDuGQc','그림\x20원본','왼쪽\x20테두리','일점쇄선','표\x20테마','아래에\x20행\x20삽입','3494178RftZCb','표\x20배경색','오른쪽\x20테두리','모든\x20테두리','그라데이션','1078832EBlsum','178195hSJLjY','테두리\x20없음','마지막\x20열','exports','위\x20맞춤','테두리\x20두께','셀\x20병합\x20해제','바닥글\x20행'];_0x5aab=function(){return _0xc3465e;};return _0x5aab();}(function(_0xe83878,_0xe2789c){const _0xd9da6d=_0x2369,_0x4b58f7=_0xe83878();while(!![]){try{const _0x5a3e59=-parseInt(_0xd9da6d(0x200))/0x1+parseInt(_0xd9da6d(0x21c))/0x2*(parseInt(_0xd9da6d(0x212))/0x3)+-parseInt(_0xd9da6d(0x1f4))/0x4+parseInt(_0xd9da6d(0x21b))/0x5+-parseInt(_0xd9da6d(0x1fa))/0x6+parseInt(_0xd9da6d(0x1f2))/0x7*(-parseInt(_0xd9da6d(0x1ff))/0x8)+parseInt(_0xd9da6d(0x216))/0x9*(parseInt(_0xd9da6d(0x209))/0xa);if(_0x5a3e59===_0xe2789c)break;else _0x4b58f7['push'](_0x4b58f7['shift']());}catch(_0x3dae25){_0x4b58f7['push'](_0x4b58f7['shift']());}}}(_0x5aab,0x5b853));const e={'boards-table-ui':{'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','insertRowAbove':_0x40fac1(0x208),'insertRowBelow':_0x40fac1(0x1f9),'insertColumnLeft':_0x40fac1(0x20b),'insertColumnRight':'오른쪽에\x20열\x20삽입','deleteRow':_0x40fac1(0x219),'deleteColumn':_0x40fac1(0x20e),'deleteTable':_0x40fac1(0x21a),'distributeRows':'행\x20균등\x20분배','distributeColumns':_0x40fac1(0x215),'resetColor':_0x40fac1(0x211)},'editorToolbar':{'mergeCells':'셀\x20병합','unmergeCells':_0x40fac1(0x206),'tableTheme':_0x40fac1(0x1f8),'tableLook':_0x40fac1(0x20c),'headerRow':_0x40fac1(0x221),'footerRow':_0x40fac1(0x207),'bandedRows':'줄무늬\x20행','bandedColumns':'줄무늬\x20열','firstColumn':_0x40fac1(0x1f3),'lastColumn':_0x40fac1(0x202),'bestMatch':_0x40fac1(0x210),'light':'밝게','medium':'보통','minimal':'최소','cellBackground':_0x40fac1(0x20a),'allBorders':'모든\x20테두리','tableBackgroundColor':_0x40fac1(0x1fb),'border':'테두리','tableBorderColor':_0x40fac1(0x20f),'borderWidth':_0x40fac1(0x205),'borderStyle':_0x40fac1(0x218),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x40fac1(0x1f7),'borderPresetAll':_0x40fac1(0x1fd),'borderPresetInner':'안쪽\x20테두리','borderPresetOuter':_0x40fac1(0x214),'borderPresetTop':'위쪽\x20테두리','borderPresetBottom':_0x40fac1(0x20d),'borderPresetLeft':_0x40fac1(0x1f6),'borderPresetRight':_0x40fac1(0x1fc),'borderPresetInnerHorizontal':'안쪽\x20가로\x20테두리','borderPresetInnerVertical':'안쪽\x20세로\x20테두리','noBorder':_0x40fac1(0x201),'none':'없음','fontFamily':'글꼴','fontSize':_0x40fac1(0x213),'textFormat':'텍스트\x20형식','textColor':_0x40fac1(0x217),'textBackgroundColor':'텍스트\x20배경색','bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':'취소선','horizontalAlign':_0x40fac1(0x21f),'verticalAlign':_0x40fac1(0x21e),'alignLeft':'왼쪽\x20맞춤','alignCenter':_0x40fac1(0x220),'alignRight':_0x40fac1(0x21d),'alignJustify':'양쪽\x20맞춤','alignTop':_0x40fac1(0x204),'alignMiddle':_0x40fac1(0x220),'alignBottom':'아래\x20맞춤'},'shapePanel':{'fill':{'noFill':'채우기\x20없음','solidFill':'단색','gradientFill':_0x40fac1(0x1fe),'pictureFill':'그림','color':'색','transparency':'투명도','picture':{'source':_0x40fac1(0x1f5),'insert':'그림\x20삽입'}}}}};module[_0x40fac1(0x203)]=e;
1
+ const _0x1b3d2e=_0x1565;function _0x1565(_0x345330,_0x14e463){_0x345330=_0x345330-0x1a3;const _0x1b93e7=_0x1b93();let _0x156556=_0x1b93e7[_0x345330];return _0x156556;}function _0x1b93(){const _0x3df20e=['테두리\x20스타일','셀\x20병합\x20해제','그림\x20삽입','셀\x20병합','바닥글\x20행','위\x20맞춤','그라데이션','934544wbckoD','표\x20삭제','10749LPNeLf','세로\x20맞춤','취소선','304mwRUHD','글꼴\x20크기','2313FnUYGB','채우기\x20없음','바깥쪽\x20테두리','왼쪽\x20테두리','텍스트\x20색','모든\x20테두리','셀\x20선택','가운데\x20맞춤','아래\x20맞춤','오른쪽에\x20열\x20삽입','텍스트\x20배경색','위쪽\x20테두리','줄무늬\x20행','1660495hFZsPL','안쪽\x20테두리','행\x20삭제','안쪽\x20가로\x20테두리','테두리\x20없음','표\x20배경색','머리글\x20행','표\x20모양','일점쇄선','테두리','열\x20선택','17GMcBjB','그림\x20원본','첫\x20열','표\x20테마','텍스트\x20형식','아래쪽\x20테두리','안쪽\x20세로\x20테두리','펼치기','최적\x20맞춤','셀\x20스타일','6022mUSeom','가로\x20맞춤','열\x20균등\x20분배','왼쪽에\x20열\x20삽입','19510viEElb','2209305pMOxuZ','테두리\x20두께','exports','560340CWgwQE'];_0x1b93=function(){return _0x3df20e;};return _0x1b93();}(function(_0x54e26e,_0x1bf7da){const _0x1ef7b3=_0x1565,_0x42fa23=_0x54e26e();while(!![]){try{const _0x5b3be9=parseInt(_0x1ef7b3(0x1a7))/0x1*(-parseInt(_0x1ef7b3(0x1b1))/0x2)+-parseInt(_0x1ef7b3(0x1c3))/0x3*(parseInt(_0x1ef7b3(0x1c6))/0x4)+-parseInt(_0x1ef7b3(0x1d5))/0x5+-parseInt(_0x1ef7b3(0x1b9))/0x6+parseInt(_0x1ef7b3(0x1b6))/0x7+parseInt(_0x1ef7b3(0x1c1))/0x8+-parseInt(_0x1ef7b3(0x1c8))/0x9*(-parseInt(_0x1ef7b3(0x1b5))/0xa);if(_0x5b3be9===_0x1bf7da)break;else _0x42fa23['push'](_0x42fa23['shift']());}catch(_0x601649){_0x42fa23['push'](_0x42fa23['shift']());}}}(_0x1b93,0x2d218));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x1b3d2e(0x1b0),'selectColumn':_0x1b3d2e(0x1a6),'operations':'레이아웃','selectCell':_0x1b3d2e(0x1ce),'edit':'스타일','close':'닫기','expand':_0x1b3d2e(0x1ae),'collapse':'접기','back':'뒤로'},'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','insertRowAbove':'위에\x20행\x20삽입','insertRowBelow':'아래에\x20행\x20삽입','insertColumnLeft':_0x1b3d2e(0x1b4),'insertColumnRight':_0x1b3d2e(0x1d1),'deleteRow':_0x1b3d2e(0x1d7),'deleteColumn':'열\x20삭제','deleteTable':_0x1b3d2e(0x1c2),'distributeRows':'행\x20균등\x20분배','distributeColumns':_0x1b3d2e(0x1b3),'resetColor':'색상\x20초기화'},'editorToolbar':{'mergeCells':_0x1b3d2e(0x1bd),'unmergeCells':_0x1b3d2e(0x1bb),'tableTheme':_0x1b3d2e(0x1aa),'tableLook':_0x1b3d2e(0x1a3),'headerRow':_0x1b3d2e(0x1db),'footerRow':_0x1b3d2e(0x1be),'bandedRows':_0x1b3d2e(0x1d4),'bandedColumns':'줄무늬\x20열','firstColumn':_0x1b3d2e(0x1a9),'lastColumn':'마지막\x20열','bestMatch':_0x1b3d2e(0x1af),'light':'밝게','medium':'보통','minimal':'최소','cellBackground':'셀\x20배경','allBorders':_0x1b3d2e(0x1cd),'tableBackgroundColor':_0x1b3d2e(0x1da),'border':_0x1b3d2e(0x1a5),'tableBorderColor':'테두리\x20색','borderWidth':_0x1b3d2e(0x1b7),'borderStyle':_0x1b3d2e(0x1ba),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x1b3d2e(0x1a4),'borderPresetAll':_0x1b3d2e(0x1cd),'borderPresetInner':_0x1b3d2e(0x1d6),'borderPresetOuter':_0x1b3d2e(0x1ca),'borderPresetTop':_0x1b3d2e(0x1d3),'borderPresetBottom':_0x1b3d2e(0x1ac),'borderPresetLeft':_0x1b3d2e(0x1cb),'borderPresetRight':'오른쪽\x20테두리','borderPresetInnerHorizontal':_0x1b3d2e(0x1d8),'borderPresetInnerVertical':_0x1b3d2e(0x1ad),'noBorder':_0x1b3d2e(0x1d9),'none':'없음','fontFamily':'글꼴','fontSize':_0x1b3d2e(0x1c7),'textFormat':_0x1b3d2e(0x1ab),'textColor':_0x1b3d2e(0x1cc),'textBackgroundColor':_0x1b3d2e(0x1d2),'bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x1b3d2e(0x1c5),'horizontalAlign':_0x1b3d2e(0x1b2),'verticalAlign':_0x1b3d2e(0x1c4),'alignLeft':'왼쪽\x20맞춤','alignCenter':'가운데\x20맞춤','alignRight':'오른쪽\x20맞춤','alignJustify':'양쪽\x20맞춤','alignTop':_0x1b3d2e(0x1bf),'alignMiddle':_0x1b3d2e(0x1cf),'alignBottom':_0x1b3d2e(0x1d0)},'shapePanel':{'fill':{'noFill':_0x1b3d2e(0x1c9),'solidFill':'단색','gradientFill':_0x1b3d2e(0x1c0),'pictureFill':'그림','color':'색','transparency':'투명도','picture':{'source':_0x1b3d2e(0x1a8),'insert':_0x1b3d2e(0x1bc)}}}}};module[_0x1b3d2e(0x1b8)]=e;
@@ -1 +1 @@
1
- const _0x45888c=_0x1d3f;function _0x14e3(){const _0x3d124d=['22luaZNO','Podkreślenie','Jasny','Format\x20tekstu','Pogrubienie','Wstaw\x20kolumnę\x20z\x20prawej','536852UAuQzz','Rozmieść\x20kolumny','Motyw\x20tabeli','Wstaw\x20kolumnę\x20z\x20lewej','15372230dmVHmX','2698530nnmZJF','Kreska\x20kropka','Usuń','Usuń\x20kolumnę','Jednolity','Wyrównanie\x20pionowe','3690088GeiiVn','7UyFwXi','Wyrównaj\x20do\x20prawej','Obramowanie','Ostatnia\x20kolumna','exports','Scal\x20komórki','Kreska','3970TfkeTu','Kolor\x20tła\x20tabeli','Ciągła','Wszystkie\x20obramowania','Tło\x20komórki','Wyrównaj\x20do\x20dołu','Lewe\x20obramowanie','Kursywa','Przezroczystość','8608788nKePSg','Resetuj\x20kolor','Wyjustuj','Rozmiar\x20czcionki','Źródło\x20obrazu','Usuń\x20tabelę','Średni','Kolor\x20tła\x20tekstu','4OQLbps','5437737tiwKiP','Czcionka','Wewnętrzne\x20pionowe\x20obramowanie','Bez\x20obramowania','Obraz','Najlepsze\x20dopasowanie','Brak','Bez\x20wypełnienia','Rozmieść','Dolne\x20obramowanie','Rozmieść\x20wiersze','Przekreślenie','Naprzemienne\x20kolumny','Wstaw\x20obraz','Gradient','Wyrównaj\x20do\x20środka','Wyrównanie\x20poziome','Wyrównaj\x20do\x20góry','7924CRcMNh','Pierwsza\x20kolumna','Kolor'];_0x14e3=function(){return _0x3d124d;};return _0x14e3();}(function(_0x50d35d,_0x3379e2){const _0xa87785=_0x1d3f,_0x31fc55=_0x50d35d();while(!![]){try{const _0x54f9a1=parseInt(_0xa87785(0x178))/0x1*(-parseInt(_0xa87785(0x15c))/0x2)+parseInt(_0xa87785(0x13d))/0x3+-parseInt(_0xa87785(0x16f))/0x4*(-parseInt(_0xa87785(0x14b))/0x5)+parseInt(_0xa87785(0x154))/0x6+-parseInt(_0xa87785(0x144))/0x7*(-parseInt(_0xa87785(0x143))/0x8)+parseInt(_0xa87785(0x15d))/0x9+parseInt(_0xa87785(0x13c))/0xa*(-parseInt(_0xa87785(0x172))/0xb);if(_0x54f9a1===_0x3379e2)break;else _0x31fc55['push'](_0x31fc55['shift']());}catch(_0x55bd83){_0x31fc55['push'](_0x31fc55['shift']());}}}(_0x14e3,0xc94ce));function _0x1d3f(_0x574603,_0x915c23){_0x574603=_0x574603-0x13a;const _0x14e39c=_0x14e3();let _0x1d3f52=_0x14e39c[_0x574603];return _0x1d3f52;}const e={'boards-table-ui':{'contextMenu':{'insert':'Wstaw','delete':_0x45888c(0x13f),'distribute':_0x45888c(0x165),'insertRowAbove':'Wstaw\x20wiersz\x20powyżej','insertRowBelow':'Wstaw\x20wiersz\x20poniżej','insertColumnLeft':_0x45888c(0x13b),'insertColumnRight':_0x45888c(0x177),'deleteRow':'Usuń\x20wiersz','deleteColumn':_0x45888c(0x140),'deleteTable':_0x45888c(0x159),'distributeRows':_0x45888c(0x167),'distributeColumns':_0x45888c(0x179),'resetColor':_0x45888c(0x155)},'editorToolbar':{'mergeCells':_0x45888c(0x149),'unmergeCells':'Rozdziel\x20komórki','tableTheme':_0x45888c(0x13a),'tableLook':'Wygląd\x20tabeli','headerRow':'Wiersz\x20nagłówka','footerRow':'Wiersz\x20stopki','bandedRows':'Naprzemienne\x20wiersze','bandedColumns':_0x45888c(0x169),'firstColumn':_0x45888c(0x170),'lastColumn':_0x45888c(0x147),'bestMatch':_0x45888c(0x162),'light':_0x45888c(0x174),'medium':_0x45888c(0x15a),'minimal':'Minimalny','cellBackground':_0x45888c(0x14f),'allBorders':_0x45888c(0x14e),'tableBackgroundColor':_0x45888c(0x14c),'border':_0x45888c(0x146),'tableBorderColor':'Kolor\x20obramowania','borderWidth':'Szerokość\x20obramowania','borderStyle':'Styl\x20obramowania','borderStyleSolid':_0x45888c(0x14d),'borderStyleDash':_0x45888c(0x14a),'borderStyleDot':'Kropka','borderStyleDashDot':_0x45888c(0x13e),'borderPresetAll':_0x45888c(0x14e),'borderPresetInner':'Obramowania\x20wewnętrzne','borderPresetOuter':'Obramowania\x20zewnętrzne','borderPresetTop':'Górne\x20obramowanie','borderPresetBottom':_0x45888c(0x166),'borderPresetLeft':_0x45888c(0x151),'borderPresetRight':'Prawe\x20obramowanie','borderPresetInnerHorizontal':'Wewnętrzne\x20poziome\x20obramowanie','borderPresetInnerVertical':_0x45888c(0x15f),'noBorder':_0x45888c(0x160),'none':_0x45888c(0x163),'fontFamily':_0x45888c(0x15e),'fontSize':_0x45888c(0x157),'textFormat':_0x45888c(0x175),'textColor':'Kolor\x20tekstu','textBackgroundColor':_0x45888c(0x15b),'bold':_0x45888c(0x176),'italic':_0x45888c(0x152),'underline':_0x45888c(0x173),'strikethrough':_0x45888c(0x168),'horizontalAlign':_0x45888c(0x16d),'verticalAlign':_0x45888c(0x142),'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x45888c(0x145),'alignJustify':_0x45888c(0x156),'alignTop':_0x45888c(0x16e),'alignMiddle':_0x45888c(0x16c),'alignBottom':_0x45888c(0x150)},'shapePanel':{'fill':{'noFill':_0x45888c(0x164),'solidFill':_0x45888c(0x141),'gradientFill':_0x45888c(0x16b),'pictureFill':_0x45888c(0x161),'color':_0x45888c(0x171),'transparency':_0x45888c(0x153),'picture':{'source':_0x45888c(0x158),'insert':_0x45888c(0x16a)}}}}};module[_0x45888c(0x148)]=e;
1
+ const _0x309369=_0x2dc0;(function(_0x4c6139,_0x25deeb){const _0x3b31db=_0x2dc0,_0x21bb37=_0x4c6139();while(!![]){try{const _0x2eb89d=-parseInt(_0x3b31db(0x192))/0x1+-parseInt(_0x3b31db(0x191))/0x2+parseInt(_0x3b31db(0x17f))/0x3*(parseInt(_0x3b31db(0x16b))/0x4)+-parseInt(_0x3b31db(0x16f))/0x5+parseInt(_0x3b31db(0x171))/0x6+-parseInt(_0x3b31db(0x190))/0x7*(-parseInt(_0x3b31db(0x177))/0x8)+parseInt(_0x3b31db(0x16a))/0x9*(parseInt(_0x3b31db(0x18d))/0xa);if(_0x2eb89d===_0x25deeb)break;else _0x21bb37['push'](_0x21bb37['shift']());}catch(_0x5bbc78){_0x21bb37['push'](_0x21bb37['shift']());}}}(_0x2fc3,0x2fa12));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x309369(0x172),'selectColumn':_0x309369(0x176),'operations':'Układ','selectCell':_0x309369(0x186),'edit':'Style','close':'Zamknij','expand':_0x309369(0x197),'collapse':_0x309369(0x16e),'back':_0x309369(0x181)},'contextMenu':{'insert':'Wstaw','delete':'Usuń','distribute':_0x309369(0x1a0),'insertRowAbove':_0x309369(0x170),'insertRowBelow':'Wstaw\x20wiersz\x20poniżej','insertColumnLeft':_0x309369(0x19e),'insertColumnRight':_0x309369(0x189),'deleteRow':_0x309369(0x19a),'deleteColumn':_0x309369(0x1a3),'deleteTable':_0x309369(0x198),'distributeRows':_0x309369(0x1a4),'distributeColumns':_0x309369(0x193),'resetColor':'Resetuj\x20kolor'},'editorToolbar':{'mergeCells':'Scal\x20komórki','unmergeCells':_0x309369(0x17e),'tableTheme':_0x309369(0x17d),'tableLook':'Wygląd\x20tabeli','headerRow':'Wiersz\x20nagłówka','footerRow':'Wiersz\x20stopki','bandedRows':_0x309369(0x199),'bandedColumns':'Naprzemienne\x20kolumny','firstColumn':'Pierwsza\x20kolumna','lastColumn':_0x309369(0x187),'bestMatch':_0x309369(0x163),'light':'Jasny','medium':_0x309369(0x19b),'minimal':_0x309369(0x16d),'cellBackground':_0x309369(0x173),'allBorders':_0x309369(0x169),'tableBackgroundColor':'Kolor\x20tła\x20tabeli','border':_0x309369(0x16c),'tableBorderColor':'Kolor\x20obramowania','borderWidth':_0x309369(0x168),'borderStyle':_0x309369(0x180),'borderStyleSolid':_0x309369(0x164),'borderStyleDash':_0x309369(0x174),'borderStyleDot':_0x309369(0x194),'borderStyleDashDot':'Kreska\x20kropka','borderPresetAll':_0x309369(0x169),'borderPresetInner':_0x309369(0x185),'borderPresetOuter':_0x309369(0x18a),'borderPresetTop':_0x309369(0x19d),'borderPresetBottom':'Dolne\x20obramowanie','borderPresetLeft':_0x309369(0x17c),'borderPresetRight':_0x309369(0x178),'borderPresetInnerHorizontal':_0x309369(0x179),'borderPresetInnerVertical':_0x309369(0x19c),'noBorder':_0x309369(0x162),'none':_0x309369(0x196),'fontFamily':_0x309369(0x165),'fontSize':'Rozmiar\x20czcionki','textFormat':_0x309369(0x188),'textColor':_0x309369(0x195),'textBackgroundColor':_0x309369(0x184),'bold':_0x309369(0x18c),'italic':_0x309369(0x17a),'underline':'Podkreślenie','strikethrough':_0x309369(0x18e),'horizontalAlign':'Wyrównanie\x20poziome','verticalAlign':_0x309369(0x1a2),'alignLeft':_0x309369(0x182),'alignCenter':'Wyrównaj\x20do\x20środka','alignRight':'Wyrównaj\x20do\x20prawej','alignJustify':_0x309369(0x19f),'alignTop':_0x309369(0x166),'alignMiddle':_0x309369(0x175),'alignBottom':_0x309369(0x18f)},'shapePanel':{'fill':{'noFill':'Bez\x20wypełnienia','solidFill':_0x309369(0x167),'gradientFill':_0x309369(0x1a1),'pictureFill':'Obraz','color':'Kolor','transparency':_0x309369(0x18b),'picture':{'source':'Źródło\x20obrazu','insert':_0x309369(0x183)}}}}};module[_0x309369(0x17b)]=e;function _0x2dc0(_0x993e1b,_0x6a5d19){_0x993e1b=_0x993e1b-0x162;const _0x2fc3b6=_0x2fc3();let _0x2dc074=_0x2fc3b6[_0x993e1b];return _0x2dc074;}function _0x2fc3(){const _0x1833d8=['559220NQPajF','158178uIeZXV','Rozmieść\x20kolumny','Kropka','Kolor\x20tekstu','Brak','Rozwiń','Usuń\x20tabelę','Naprzemienne\x20wiersze','Usuń\x20wiersz','Średni','Wewnętrzne\x20pionowe\x20obramowanie','Górne\x20obramowanie','Wstaw\x20kolumnę\x20z\x20lewej','Wyjustuj','Rozmieść','Gradient','Wyrównanie\x20pionowe','Usuń\x20kolumnę','Rozmieść\x20wiersze','Bez\x20obramowania','Najlepsze\x20dopasowanie','Ciągła','Czcionka','Wyrównaj\x20do\x20góry','Jednolity','Szerokość\x20obramowania','Wszystkie\x20obramowania','175239JeIMKn','28144SQHVYu','Obramowanie','Minimalny','Zwiń','480000ULQgvZ','Wstaw\x20wiersz\x20powyżej','378156WUAsqz','Styl\x20komórki','Tło\x20komórki','Kreska','Wyrównaj\x20do\x20środka','Zaznacz\x20kolumnę','8bKPeFO','Prawe\x20obramowanie','Wewnętrzne\x20poziome\x20obramowanie','Kursywa','exports','Lewe\x20obramowanie','Motyw\x20tabeli','Rozdziel\x20komórki','66cqpepo','Styl\x20obramowania','Wstecz','Wyrównaj\x20do\x20lewej','Wstaw\x20obraz','Kolor\x20tła\x20tekstu','Obramowania\x20wewnętrzne','Zaznacz\x20komórkę','Ostatnia\x20kolumna','Format\x20tekstu','Wstaw\x20kolumnę\x20z\x20prawej','Obramowania\x20zewnętrzne','Przezroczystość','Pogrubienie','150zfZNHU','Przekreślenie','Wyrównaj\x20do\x20dołu','1532965uaLZGE'];_0x2fc3=function(){return _0x1833d8;};return _0x2fc3();}
@@ -1 +1 @@
1
- const _0x172af5=_0xe200;function _0xe200(_0x494403,_0x10946c){_0x494403=_0x494403-0x117;const _0xfbc1a4=_0xfbc1();let _0xe200fe=_0xfbc1a4[_0x494403];return _0xe200fe;}(function(_0x493d29,_0x2db8a5){const _0x224a9b=_0xe200,_0x20bee9=_0x493d29();while(!![]){try{const _0x493e2a=parseInt(_0x224a9b(0x153))/0x1+parseInt(_0x224a9b(0x146))/0x2*(parseInt(_0x224a9b(0x12e))/0x3)+-parseInt(_0x224a9b(0x120))/0x4*(parseInt(_0x224a9b(0x131))/0x5)+parseInt(_0x224a9b(0x13e))/0x6+parseInt(_0x224a9b(0x125))/0x7+parseInt(_0x224a9b(0x13d))/0x8*(parseInt(_0x224a9b(0x154))/0x9)+-parseInt(_0x224a9b(0x119))/0xa;if(_0x493e2a===_0x2db8a5)break;else _0x20bee9['push'](_0x20bee9['shift']());}catch(_0x560c80){_0x20bee9['push'](_0x20bee9['shift']());}}}(_0xfbc1,0x7a9be));const e={'boards-table-ui':{'contextMenu':{'insert':_0x172af5(0x124),'delete':'Excluir','distribute':_0x172af5(0x142),'insertRowAbove':_0x172af5(0x14a),'insertRowBelow':'Inserir\x20linha\x20abaixo','insertColumnLeft':'Inserir\x20coluna\x20à\x20esquerda','insertColumnRight':'Inserir\x20coluna\x20à\x20direita','deleteRow':'Excluir\x20linha','deleteColumn':_0x172af5(0x126),'deleteTable':_0x172af5(0x11d),'distributeRows':'Distribuir\x20linhas','distributeColumns':_0x172af5(0x123),'resetColor':_0x172af5(0x148)},'editorToolbar':{'mergeCells':_0x172af5(0x132),'unmergeCells':_0x172af5(0x11b),'tableTheme':_0x172af5(0x11e),'tableLook':_0x172af5(0x129),'headerRow':'Linha\x20de\x20cabeçalho','footerRow':_0x172af5(0x138),'bandedRows':_0x172af5(0x134),'bandedColumns':_0x172af5(0x141),'firstColumn':'Primeira\x20coluna','lastColumn':'Última\x20coluna','bestMatch':'Melhor\x20correspondência','light':_0x172af5(0x12f),'medium':_0x172af5(0x144),'minimal':'Mínimo','cellBackground':_0x172af5(0x14e),'allBorders':'Todas\x20as\x20bordas','tableBackgroundColor':_0x172af5(0x127),'border':_0x172af5(0x118),'tableBorderColor':_0x172af5(0x150),'borderWidth':_0x172af5(0x12d),'borderStyle':_0x172af5(0x155),'borderStyleSolid':_0x172af5(0x14c),'borderStyleDash':_0x172af5(0x117),'borderStyleDot':_0x172af5(0x11f),'borderStyleDashDot':'Traço\x20ponto','borderPresetAll':_0x172af5(0x147),'borderPresetInner':'Bordas\x20internas','borderPresetOuter':_0x172af5(0x133),'borderPresetTop':_0x172af5(0x122),'borderPresetBottom':_0x172af5(0x151),'borderPresetLeft':_0x172af5(0x11a),'borderPresetRight':_0x172af5(0x14b),'borderPresetInnerHorizontal':_0x172af5(0x130),'borderPresetInnerVertical':_0x172af5(0x12a),'noBorder':_0x172af5(0x152),'none':'Nenhum','fontFamily':'Fonte','fontSize':_0x172af5(0x12b),'textFormat':_0x172af5(0x14f),'textColor':_0x172af5(0x149),'textBackgroundColor':_0x172af5(0x135),'bold':'Negrito','italic':'Itálico','underline':_0x172af5(0x13b),'strikethrough':_0x172af5(0x12c),'horizontalAlign':_0x172af5(0x121),'verticalAlign':_0x172af5(0x13c),'alignLeft':_0x172af5(0x136),'alignCenter':'Centralizar','alignRight':_0x172af5(0x145),'alignJustify':_0x172af5(0x137),'alignTop':_0x172af5(0x13f),'alignMiddle':_0x172af5(0x13a),'alignBottom':'Alinhar\x20abaixo'},'shapePanel':{'fill':{'noFill':_0x172af5(0x143),'solidFill':_0x172af5(0x14c),'gradientFill':_0x172af5(0x139),'pictureFill':_0x172af5(0x14d),'color':'Cor','transparency':_0x172af5(0x128),'picture':{'source':_0x172af5(0x11c),'insert':_0x172af5(0x140)}}}}};module['exports']=e;function _0xfbc1(){const _0x44ff2c=['Alinhar\x20ao\x20meio','Sublinhado','Alinhamento\x20vertical','1744EndeHB','5014248OKQBIO','Alinhar\x20acima','Inserir\x20imagem','Colunas\x20em\x20faixas','Distribuir','Sem\x20preenchimento','Médio','Alinhar\x20à\x20direita','1494CtmNvJ','Todas\x20as\x20bordas','Redefinir\x20cor','Cor\x20do\x20texto','Inserir\x20linha\x20acima','Borda\x20direita','Sólido','Imagem','Fundo\x20da\x20célula','Formato\x20do\x20texto','Cor\x20da\x20borda','Borda\x20inferior','Sem\x20borda','768541hwOXic','33390TQYIbb','Estilo\x20da\x20borda','Tracejado','Borda','21236960gpJMKh','Borda\x20esquerda','Desfazer\x20mesclagem','Fonte\x20da\x20imagem','Excluir\x20tabela','Tema\x20da\x20tabela','Pontilhado','4QYubNK','Alinhamento\x20horizontal','Borda\x20superior','Distribuir\x20colunas','Inserir','1368675yFdygF','Excluir\x20coluna','Cor\x20de\x20fundo\x20da\x20tabela','Transparência','Aparência\x20da\x20tabela','Borda\x20vertical\x20interna','Tamanho\x20da\x20fonte','Tachado','Largura\x20da\x20borda','135QAqZjt','Claro','Borda\x20horizontal\x20interna','81335xDlbHd','Mesclar\x20células','Bordas\x20externas','Linhas\x20em\x20faixas','Cor\x20de\x20fundo\x20do\x20texto','Alinhar\x20à\x20esquerda','Justificar','Linha\x20de\x20rodapé','Gradiente'];_0xfbc1=function(){return _0x44ff2c;};return _0xfbc1();}
1
+ const _0x39e17e=_0x2861;function _0x4d02(){const _0x358c83=['Fonte\x20da\x20imagem','Aparência\x20da\x20tabela','Linha\x20de\x20rodapé','Tema\x20da\x20tabela','Cor\x20da\x20borda','Excluir\x20coluna','Alinhamento\x20horizontal','Imagem','Distribuir\x20linhas','Cor\x20de\x20fundo\x20da\x20tabela','36vcjeTF','Sem\x20preenchimento','Sem\x20borda','9304173Yfjtiz','371224HADExy','Largura\x20da\x20borda','Desfazer\x20mesclagem','1656130bEEpDZ','Centralizar','Excluir\x20linha','Itálico','Alinhar\x20à\x20esquerda','Redefinir\x20cor','Inserir\x20linha\x20acima','Cor\x20de\x20fundo\x20do\x20texto','Mínimo','Tachado','Todas\x20as\x20bordas','Alinhamento\x20vertical','Melhor\x20correspondência','Justificar','Mesclar\x20células','Recolher','Distribuir','Voltar','Layout','Alinhar\x20abaixo','Borda\x20direita','5efXvSI','1369280dnHsRL','Borda','Selecionar\x20coluna','Inserir\x20linha\x20abaixo','Sublinhado','Alinhar\x20acima','Excluir','Fundo\x20da\x20célula','Linhas\x20em\x20faixas','Borda\x20horizontal\x20interna','Bordas\x20externas','Colunas\x20em\x20faixas','Fonte','Formato\x20do\x20texto','exports','Cor\x20do\x20texto','Inserir\x20coluna\x20à\x20direita','Borda\x20esquerda','Excluir\x20tabela','Tracejado','Nenhum','Estilos','63051GnrXVV','Inserir\x20imagem','2612544mAIEpQ','Selecionar\x20célula','Cor','436543CCoQzO','Borda\x20inferior'];_0x4d02=function(){return _0x358c83;};return _0x4d02();}(function(_0x17e223,_0x47a601){const _0x36aa42=_0x2861,_0x41c8d6=_0x17e223();while(!![]){try{const _0x56faa4=-parseInt(_0x36aa42(0x209))/0x1+-parseInt(_0x36aa42(0x1d1))/0x2*(-parseInt(_0x36aa42(0x204))/0x3)+-parseInt(_0x36aa42(0x1d5))/0x4*(-parseInt(_0x36aa42(0x1ed))/0x5)+-parseInt(_0x36aa42(0x206))/0x6+-parseInt(_0x36aa42(0x1d8))/0x7+-parseInt(_0x36aa42(0x1ee))/0x8+parseInt(_0x36aa42(0x1d4))/0x9;if(_0x56faa4===_0x47a601)break;else _0x41c8d6['push'](_0x41c8d6['shift']());}catch(_0x2d7df0){_0x41c8d6['push'](_0x41c8d6['shift']());}}}(_0x4d02,0x36fa8));function _0x2861(_0x48fed8,_0xa00d70){_0x48fed8=_0x48fed8-0x1c7;const _0x4d0202=_0x4d02();let _0x2861a8=_0x4d0202[_0x48fed8];return _0x2861a8;}const e={'boards-table-ui':{'mobile':{'cellStyle':'Estilo\x20da\x20célula','selectColumn':_0x39e17e(0x1f0),'operations':_0x39e17e(0x1ea),'selectCell':_0x39e17e(0x207),'edit':_0x39e17e(0x203),'close':'Fechar','expand':'Expandir','collapse':_0x39e17e(0x1e7),'back':_0x39e17e(0x1e9)},'contextMenu':{'insert':'Inserir','delete':_0x39e17e(0x1f4),'distribute':_0x39e17e(0x1e8),'insertRowAbove':_0x39e17e(0x1de),'insertRowBelow':_0x39e17e(0x1f1),'insertColumnLeft':'Inserir\x20coluna\x20à\x20esquerda','insertColumnRight':_0x39e17e(0x1fe),'deleteRow':_0x39e17e(0x1da),'deleteColumn':_0x39e17e(0x1cc),'deleteTable':_0x39e17e(0x200),'distributeRows':_0x39e17e(0x1cf),'distributeColumns':'Distribuir\x20colunas','resetColor':_0x39e17e(0x1dd)},'editorToolbar':{'mergeCells':_0x39e17e(0x1e6),'unmergeCells':_0x39e17e(0x1d7),'tableTheme':_0x39e17e(0x1ca),'tableLook':_0x39e17e(0x1c8),'headerRow':'Linha\x20de\x20cabeçalho','footerRow':_0x39e17e(0x1c9),'bandedRows':_0x39e17e(0x1f6),'bandedColumns':_0x39e17e(0x1f9),'firstColumn':'Primeira\x20coluna','lastColumn':'Última\x20coluna','bestMatch':_0x39e17e(0x1e4),'light':'Claro','medium':'Médio','minimal':_0x39e17e(0x1e0),'cellBackground':_0x39e17e(0x1f5),'allBorders':_0x39e17e(0x1e2),'tableBackgroundColor':_0x39e17e(0x1d0),'border':_0x39e17e(0x1ef),'tableBorderColor':_0x39e17e(0x1cb),'borderWidth':_0x39e17e(0x1d6),'borderStyle':'Estilo\x20da\x20borda','borderStyleSolid':'Sólido','borderStyleDash':_0x39e17e(0x201),'borderStyleDot':'Pontilhado','borderStyleDashDot':'Traço\x20ponto','borderPresetAll':_0x39e17e(0x1e2),'borderPresetInner':'Bordas\x20internas','borderPresetOuter':_0x39e17e(0x1f8),'borderPresetTop':'Borda\x20superior','borderPresetBottom':_0x39e17e(0x20a),'borderPresetLeft':_0x39e17e(0x1ff),'borderPresetRight':_0x39e17e(0x1ec),'borderPresetInnerHorizontal':_0x39e17e(0x1f7),'borderPresetInnerVertical':'Borda\x20vertical\x20interna','noBorder':_0x39e17e(0x1d3),'none':_0x39e17e(0x202),'fontFamily':_0x39e17e(0x1fa),'fontSize':'Tamanho\x20da\x20fonte','textFormat':_0x39e17e(0x1fb),'textColor':_0x39e17e(0x1fd),'textBackgroundColor':_0x39e17e(0x1df),'bold':'Negrito','italic':_0x39e17e(0x1db),'underline':_0x39e17e(0x1f2),'strikethrough':_0x39e17e(0x1e1),'horizontalAlign':_0x39e17e(0x1cd),'verticalAlign':_0x39e17e(0x1e3),'alignLeft':_0x39e17e(0x1dc),'alignCenter':_0x39e17e(0x1d9),'alignRight':'Alinhar\x20à\x20direita','alignJustify':_0x39e17e(0x1e5),'alignTop':_0x39e17e(0x1f3),'alignMiddle':'Alinhar\x20ao\x20meio','alignBottom':_0x39e17e(0x1eb)},'shapePanel':{'fill':{'noFill':_0x39e17e(0x1d2),'solidFill':'Sólido','gradientFill':'Gradiente','pictureFill':_0x39e17e(0x1ce),'color':_0x39e17e(0x208),'transparency':'Transparência','picture':{'source':_0x39e17e(0x1c7),'insert':_0x39e17e(0x205)}}}}};module[_0x39e17e(0x1fc)]=e;