@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 _0x2f3ebb=_0x53cb;(function(_0x311994,_0x3e22e1){const _0xfba87a=_0x53cb,_0x30a402=_0x311994();while(!![]){try{const _0x492036=parseInt(_0xfba87a(0xe3))/0x1*(-parseInt(_0xfba87a(0xae))/0x2)+-parseInt(_0xfba87a(0xde))/0x3*(parseInt(_0xfba87a(0xb7))/0x4)+parseInt(_0xfba87a(0xba))/0x5*(parseInt(_0xfba87a(0xbb))/0x6)+-parseInt(_0xfba87a(0xe2))/0x7*(-parseInt(_0xfba87a(0xce))/0x8)+-parseInt(_0xfba87a(0xc7))/0x9*(parseInt(_0xfba87a(0xd2))/0xa)+-parseInt(_0xfba87a(0xbc))/0xb*(parseInt(_0xfba87a(0xbf))/0xc)+parseInt(_0xfba87a(0xd6))/0xd*(parseInt(_0xfba87a(0xb3))/0xe);if(_0x492036===_0x3e22e1)break;else _0x30a402['push'](_0x30a402['shift']());}catch(_0x48357b){_0x30a402['push'](_0x30a402['shift']());}}}(_0x5afd,0xad2c3));const e={'boards-table-ui':{'contextMenu':{'insert':_0x2f3ebb(0xe9),'delete':_0x2f3ebb(0xdf),'distribute':_0x2f3ebb(0xb5),'insertRowAbove':_0x2f3ebb(0xe8),'insertRowBelow':_0x2f3ebb(0xb2),'insertColumnLeft':_0x2f3ebb(0xb1),'insertColumnRight':'إدراج\x20عمود\x20يمينًا','deleteRow':_0x2f3ebb(0xe1),'deleteColumn':'حذف\x20العمود','deleteTable':_0x2f3ebb(0xb4),'distributeRows':'توزيع\x20الصفوف','distributeColumns':'توزيع\x20الأعمدة','resetColor':_0x2f3ebb(0xbe)},'editorToolbar':{'mergeCells':_0x2f3ebb(0xc9),'unmergeCells':'إلغاء\x20دمج\x20الخلايا','tableTheme':_0x2f3ebb(0xee),'tableLook':_0x2f3ebb(0xd4),'headerRow':_0x2f3ebb(0xdb),'footerRow':'صف\x20التذييل','bandedRows':_0x2f3ebb(0xc5),'bandedColumns':_0x2f3ebb(0xec),'firstColumn':'العمود\x20الأول','lastColumn':_0x2f3ebb(0xef),'bestMatch':_0x2f3ebb(0xd9),'light':'فاتح','medium':_0x2f3ebb(0xb9),'minimal':'بسيط','cellBackground':_0x2f3ebb(0xcd),'allBorders':_0x2f3ebb(0xbd),'tableBackgroundColor':_0x2f3ebb(0xca),'border':'حد','tableBorderColor':_0x2f3ebb(0xeb),'borderWidth':_0x2f3ebb(0xe4),'borderStyle':_0x2f3ebb(0xea),'borderStyleSolid':'متصل','borderStyleDash':_0x2f3ebb(0xb6),'borderStyleDot':_0x2f3ebb(0xb0),'borderStyleDashDot':_0x2f3ebb(0xdc),'borderPresetAll':_0x2f3ebb(0xbd),'borderPresetInner':_0x2f3ebb(0xaf),'borderPresetOuter':_0x2f3ebb(0xda),'borderPresetTop':_0x2f3ebb(0xc3),'borderPresetBottom':_0x2f3ebb(0xcb),'borderPresetLeft':_0x2f3ebb(0xc4),'borderPresetRight':_0x2f3ebb(0xc2),'borderPresetInnerHorizontal':_0x2f3ebb(0xed),'borderPresetInnerVertical':_0x2f3ebb(0xc0),'noBorder':_0x2f3ebb(0xe6),'none':_0x2f3ebb(0xcf),'fontFamily':'الخط','fontSize':_0x2f3ebb(0xad),'textFormat':_0x2f3ebb(0xd8),'textColor':_0x2f3ebb(0xd7),'textBackgroundColor':_0x2f3ebb(0xd0),'bold':_0x2f3ebb(0xe5),'italic':'مائل','underline':'تسطير','strikethrough':'يتوسطه\x20خط','horizontalAlign':_0x2f3ebb(0xd3),'verticalAlign':'محاذاة\x20عمودية','alignLeft':_0x2f3ebb(0xb8),'alignCenter':_0x2f3ebb(0xcc),'alignRight':_0x2f3ebb(0xd5),'alignJustify':'ضبط','alignTop':_0x2f3ebb(0xac),'alignMiddle':'محاذاة\x20للوسط','alignBottom':_0x2f3ebb(0xdd)},'shapePanel':{'fill':{'noFill':_0x2f3ebb(0xc6),'solidFill':_0x2f3ebb(0xe7),'gradientFill':_0x2f3ebb(0xd1),'pictureFill':_0x2f3ebb(0xc1),'color':_0x2f3ebb(0xe0),'transparency':_0x2f3ebb(0xc8),'picture':{'source':'مصدر\x20الصورة','insert':'إدراج\x20صورة'}}}}};function _0x5afd(){const _0xea37e9=['13110986vhQgLs','حذف\x20الجدول','توزيع','شرطة','4BvHutH','محاذاة\x20لليسار','متوسط','807955bCWrbq','6YGBpjU','135267sXBJNn','كل\x20الحدود','إعادة\x20تعيين\x20اللون','768FbjjWD','الحد\x20العمودي\x20الداخلي','صورة','الحد\x20الأيمن','الحد\x20العلوي','الحد\x20الأيسر','صفوف\x20متناوبة','بلا\x20تعبئة','71703tvzVOU','شفافية','دمج\x20الخلايا','لون\x20خلفية\x20الجدول','الحد\x20السفلي','توسيط','خلفية\x20الخلية','3061640hhmJyn','لا\x20شيء','لون\x20خلفية\x20النص','تدرج','1310XJMZfe','محاذاة\x20أفقية','مظهر\x20الجدول','محاذاة\x20لليمين','52mydbsD','لون\x20النص','تنسيق\x20النص','أفضل\x20تطابق','الحدود\x20الخارجية','صف\x20الرأس','شرطة\x20نقطة','محاذاة\x20للأسفل','1520523lmEWOl','حذف','لون','حذف\x20الصف','7YpMjms','1243451xsyUQL','عرض\x20الحد','غامق','بلا\x20حد','لون\x20ثابت','إدراج\x20صف\x20أعلاه','إدراج','نمط\x20الحد','لون\x20الحد','أعمدة\x20متناوبة','الحد\x20الأفقي\x20الداخلي','نسق\x20الجدول','العمود\x20الأخير','محاذاة\x20للأعلى','حجم\x20الخط','2LtwfpX','الحدود\x20الداخلية','نقطي','إدراج\x20عمود\x20يسارًا','إدراج\x20صف\x20أدناه'];_0x5afd=function(){return _0xea37e9;};return _0x5afd();}function _0x53cb(_0x351f52,_0xff1c81){_0x351f52=_0x351f52-0xac;const _0x5afd77=_0x5afd();let _0x53cba2=_0x5afd77[_0x351f52];return _0x53cba2;}export{e as default};
1
+ const _0x1ac9e8=_0x4e8f;(function(_0x36b546,_0x22e42f){const _0x26985d=_0x4e8f,_0x2eaf59=_0x36b546();while(!![]){try{const _0x50d31b=parseInt(_0x26985d(0x199))/0x1*(-parseInt(_0x26985d(0x16e))/0x2)+parseInt(_0x26985d(0x17a))/0x3*(-parseInt(_0x26985d(0x165))/0x4)+-parseInt(_0x26985d(0x183))/0x5*(-parseInt(_0x26985d(0x170))/0x6)+parseInt(_0x26985d(0x19c))/0x7*(-parseInt(_0x26985d(0x178))/0x8)+-parseInt(_0x26985d(0x181))/0x9+parseInt(_0x26985d(0x171))/0xa*(-parseInt(_0x26985d(0x185))/0xb)+parseInt(_0x26985d(0x17b))/0xc;if(_0x50d31b===_0x22e42f)break;else _0x2eaf59['push'](_0x2eaf59['shift']());}catch(_0x5c9078){_0x2eaf59['push'](_0x2eaf59['shift']());}}}(_0x4599,0x85131));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x1ac9e8(0x155),'selectColumn':_0x1ac9e8(0x172),'operations':_0x1ac9e8(0x19d),'selectCell':_0x1ac9e8(0x166),'edit':_0x1ac9e8(0x16b),'close':_0x1ac9e8(0x177),'expand':'توسيع','collapse':'طي','back':'رجوع'},'contextMenu':{'insert':'إدراج','delete':_0x1ac9e8(0x180),'distribute':_0x1ac9e8(0x18b),'insertRowAbove':_0x1ac9e8(0x15c),'insertRowBelow':_0x1ac9e8(0x17e),'insertColumnLeft':_0x1ac9e8(0x18e),'insertColumnRight':'إدراج\x20عمود\x20يمينًا','deleteRow':_0x1ac9e8(0x192),'deleteColumn':_0x1ac9e8(0x175),'deleteTable':_0x1ac9e8(0x156),'distributeRows':_0x1ac9e8(0x18f),'distributeColumns':'توزيع\x20الأعمدة','resetColor':_0x1ac9e8(0x154)},'editorToolbar':{'mergeCells':_0x1ac9e8(0x161),'unmergeCells':_0x1ac9e8(0x186),'tableTheme':_0x1ac9e8(0x190),'tableLook':_0x1ac9e8(0x198),'headerRow':_0x1ac9e8(0x17d),'footerRow':_0x1ac9e8(0x15f),'bandedRows':_0x1ac9e8(0x191),'bandedColumns':_0x1ac9e8(0x159),'firstColumn':_0x1ac9e8(0x17c),'lastColumn':_0x1ac9e8(0x182),'bestMatch':_0x1ac9e8(0x167),'light':_0x1ac9e8(0x173),'medium':_0x1ac9e8(0x16d),'minimal':_0x1ac9e8(0x194),'cellBackground':'خلفية\x20الخلية','allBorders':_0x1ac9e8(0x169),'tableBackgroundColor':_0x1ac9e8(0x19e),'border':'حد','tableBorderColor':'لون\x20الحد','borderWidth':_0x1ac9e8(0x153),'borderStyle':'نمط\x20الحد','borderStyleSolid':_0x1ac9e8(0x15d),'borderStyleDash':'شرطة','borderStyleDot':_0x1ac9e8(0x168),'borderStyleDashDot':_0x1ac9e8(0x163),'borderPresetAll':'كل\x20الحدود','borderPresetInner':_0x1ac9e8(0x15a),'borderPresetOuter':'الحدود\x20الخارجية','borderPresetTop':'الحد\x20العلوي','borderPresetBottom':'الحد\x20السفلي','borderPresetLeft':_0x1ac9e8(0x157),'borderPresetRight':'الحد\x20الأيمن','borderPresetInnerHorizontal':_0x1ac9e8(0x15b),'borderPresetInnerVertical':_0x1ac9e8(0x195),'noBorder':_0x1ac9e8(0x197),'none':_0x1ac9e8(0x174),'fontFamily':_0x1ac9e8(0x176),'fontSize':_0x1ac9e8(0x160),'textFormat':_0x1ac9e8(0x189),'textColor':_0x1ac9e8(0x19b),'textBackgroundColor':_0x1ac9e8(0x188),'bold':_0x1ac9e8(0x19a),'italic':_0x1ac9e8(0x164),'underline':_0x1ac9e8(0x16a),'strikethrough':_0x1ac9e8(0x17f),'horizontalAlign':_0x1ac9e8(0x158),'verticalAlign':_0x1ac9e8(0x193),'alignLeft':_0x1ac9e8(0x18a),'alignCenter':'توسيط','alignRight':_0x1ac9e8(0x162),'alignJustify':_0x1ac9e8(0x187),'alignTop':_0x1ac9e8(0x15e),'alignMiddle':_0x1ac9e8(0x196),'alignBottom':_0x1ac9e8(0x179)},'shapePanel':{'fill':{'noFill':_0x1ac9e8(0x18d),'solidFill':_0x1ac9e8(0x184),'gradientFill':_0x1ac9e8(0x16c),'pictureFill':'صورة','color':_0x1ac9e8(0x16f),'transparency':_0x1ac9e8(0x18c),'picture':{'source':'مصدر\x20الصورة','insert':'إدراج\x20صورة'}}}}};function _0x4e8f(_0x1a12ff,_0x2b110b){_0x1a12ff=_0x1a12ff-0x153;const _0x4599c8=_0x4599();let _0x4e8f8c=_0x4599c8[_0x1a12ff];return _0x4e8f8c;}export{e as default};function _0x4599(){const _0x164fd7=['محاذاة\x20لليمين','شرطة\x20نقطة','مائل','32088LfwDPD','تحديد\x20خلية','أفضل\x20تطابق','نقطي','كل\x20الحدود','تسطير','الأنماط','تدرج','متوسط','342pSKPdA','لون','5812638otVSMq','250CWKAKv','تحديد\x20عمود','فاتح','لا\x20شيء','حذف\x20العمود','الخط','إغلاق','1504gsCfoa','محاذاة\x20للأسفل','201ikfxcP','13617324uyyjLh','العمود\x20الأول','صف\x20الرأس','إدراج\x20صف\x20أدناه','يتوسطه\x20خط','حذف','934722pwJlwM','العمود\x20الأخير','5EBUMxk','لون\x20ثابت','4202HeEkEz','إلغاء\x20دمج\x20الخلايا','ضبط','لون\x20خلفية\x20النص','تنسيق\x20النص','محاذاة\x20لليسار','توزيع','شفافية','بلا\x20تعبئة','إدراج\x20عمود\x20يسارًا','توزيع\x20الصفوف','نسق\x20الجدول','صفوف\x20متناوبة','حذف\x20الصف','محاذاة\x20عمودية','بسيط','الحد\x20العمودي\x20الداخلي','محاذاة\x20للوسط','بلا\x20حد','مظهر\x20الجدول','5257knFazc','غامق','لون\x20النص','322NCRLsF','التخطيط','لون\x20خلفية\x20الجدول','عرض\x20الحد','إعادة\x20تعيين\x20اللون','نمط\x20الخلية','حذف\x20الجدول','الحد\x20الأيسر','محاذاة\x20أفقية','أعمدة\x20متناوبة','الحدود\x20الداخلية','الحد\x20الأفقي\x20الداخلي','إدراج\x20صف\x20أعلاه','متصل','محاذاة\x20للأعلى','صف\x20التذييل','حجم\x20الخط','دمج\x20الخلايا'];_0x4599=function(){return _0x164fd7;};return _0x4599();}
@@ -1 +1 @@
1
- function _0x5836(){const _0x558ace=['Sense\x20vora','Vora\x20dreta','Insereix\x20una\x20columna\x20a\x20l\x27esquerra','Mida\x20de\x20lletra','Primera\x20columna','Totes\x20les\x20vores','Format\x20de\x20text','4067180pFdTYb','Negreta','Mínim','81qOIppt','Alinea\x20a\x20la\x20dreta','Suprimeix\x20la\x20fila','Color\x20de\x20vora','Justifica','Color','Transparència','774294suvdJe','Clar','Fila\x20de\x20capçalera','Columnes\x20alternes','124808AIqldc','Insereix\x20imatge','Suprimeix\x20taula','Vores\x20exteriors','Mitjà','Punt','Tipus\x20de\x20lletra','Vores\x20interiors','538000VWilwT','Insereix\x20una\x20columna\x20a\x20la\x20dreta','Descombina\x20cel·les','Combina\x20cel·les','Alinea\x20a\x20l\x27esquerra','Color\x20de\x20fons\x20del\x20text','Vora\x20vertical\x20interior','2434FTLpJT','5INWpKd','Degradat','Aspecte\x20de\x20taula','Vora\x20esquerra','Guió','Distribueix','Amplada\x20de\x20vora','Millor\x20coincidència','Distribueix\x20les\x20columnes','Sòlid','Cap','Insereix\x20una\x20fila\x20a\x20sota','Suprimeix','9143295iOmAxS','501NlDapn','Fons\x20de\x20cel·la','Suprimeix\x20la\x20columna','Ratllat','Alinea\x20a\x20baix','Color\x20de\x20fons\x20de\x20la\x20taula','3060618PyoVek','Distribueix\x20les\x20files','Última\x20columna'];_0x5836=function(){return _0x558ace;};return _0x5836();}function _0xfb3e(_0x4eec19,_0xfb2d68){_0x4eec19=_0x4eec19-0xca;const _0x583623=_0x5836();let _0xfb3e09=_0x583623[_0x4eec19];return _0xfb3e09;}const _0x168df0=_0xfb3e;(function(_0x5c52a3,_0x5ea792){const _0x1c15b1=_0xfb3e,_0x5ec7b2=_0x5c52a3();while(!![]){try{const _0x211723=parseInt(_0x1c15b1(0x101))/0x1+parseInt(_0x1c15b1(0xd8))/0x2*(parseInt(_0x1c15b1(0xe7))/0x3)+-parseInt(_0x1c15b1(0xf7))/0x4+-parseInt(_0x1c15b1(0xd9))/0x5*(parseInt(_0x1c15b1(0xed))/0x6)+parseInt(_0x1c15b1(0xe6))/0x7+parseInt(_0x1c15b1(0x105))/0x8*(-parseInt(_0x1c15b1(0xfa))/0x9)+parseInt(_0x1c15b1(0xd1))/0xa;if(_0x211723===_0x5ea792)break;else _0x5ec7b2['push'](_0x5ec7b2['shift']());}catch(_0x551d75){_0x5ec7b2['push'](_0x5ec7b2['shift']());}}}(_0x5836,0xa3a03));const e={'boards-table-ui':{'contextMenu':{'insert':'Insereix','delete':_0x168df0(0xe5),'distribute':_0x168df0(0xde),'insertRowAbove':'Insereix\x20una\x20fila\x20a\x20sobre','insertRowBelow':_0x168df0(0xe4),'insertColumnLeft':_0x168df0(0xf2),'insertColumnRight':_0x168df0(0xd2),'deleteRow':_0x168df0(0xfc),'deleteColumn':_0x168df0(0xe9),'deleteTable':_0x168df0(0xcb),'distributeRows':_0x168df0(0xee),'distributeColumns':_0x168df0(0xe1),'resetColor':'Reinicia\x20el\x20color'},'editorToolbar':{'mergeCells':_0x168df0(0xd4),'unmergeCells':_0x168df0(0xd3),'tableTheme':'Tema\x20de\x20taula','tableLook':_0x168df0(0xdb),'headerRow':_0x168df0(0x103),'footerRow':'Fila\x20de\x20peu','bandedRows':'Files\x20alternes','bandedColumns':_0x168df0(0x104),'firstColumn':_0x168df0(0xf4),'lastColumn':_0x168df0(0xef),'bestMatch':_0x168df0(0xe0),'light':_0x168df0(0x102),'medium':_0x168df0(0xcd),'minimal':_0x168df0(0xf9),'cellBackground':_0x168df0(0xe8),'allBorders':_0x168df0(0xf5),'tableBackgroundColor':_0x168df0(0xec),'border':'Vora','tableBorderColor':_0x168df0(0xfd),'borderWidth':_0x168df0(0xdf),'borderStyle':'Estil\x20de\x20vora','borderStyleSolid':_0x168df0(0xe2),'borderStyleDash':_0x168df0(0xdd),'borderStyleDot':_0x168df0(0xce),'borderStyleDashDot':'Guió\x20punt','borderPresetAll':'Totes\x20les\x20vores','borderPresetInner':_0x168df0(0xd0),'borderPresetOuter':_0x168df0(0xcc),'borderPresetTop':'Vora\x20superior','borderPresetBottom':'Vora\x20inferior','borderPresetLeft':_0x168df0(0xdc),'borderPresetRight':_0x168df0(0xf1),'borderPresetInnerHorizontal':'Vora\x20horitzontal\x20interior','borderPresetInnerVertical':_0x168df0(0xd7),'noBorder':_0x168df0(0xf0),'none':_0x168df0(0xe3),'fontFamily':_0x168df0(0xcf),'fontSize':_0x168df0(0xf3),'textFormat':_0x168df0(0xf6),'textColor':'Color\x20del\x20text','textBackgroundColor':_0x168df0(0xd6),'bold':_0x168df0(0xf8),'italic':'Cursiva','underline':'Subratllat','strikethrough':_0x168df0(0xea),'horizontalAlign':'Alineació\x20horitzontal','verticalAlign':'Alineació\x20vertical','alignLeft':_0x168df0(0xd5),'alignCenter':'Centra','alignRight':_0x168df0(0xfb),'alignJustify':_0x168df0(0xfe),'alignTop':'Alinea\x20a\x20dalt','alignMiddle':'Alinea\x20al\x20mig','alignBottom':_0x168df0(0xeb)},'shapePanel':{'fill':{'noFill':'Sense\x20emplenament','solidFill':_0x168df0(0xe2),'gradientFill':_0x168df0(0xda),'pictureFill':'Imatge','color':_0x168df0(0xff),'transparency':_0x168df0(0x100),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x168df0(0xca)}}}}};export{e as default};
1
+ function _0x5ddb(_0x2bce1e,_0x54ff1e){_0x2bce1e=_0x2bce1e-0x182;const _0x119244=_0x1192();let _0x5ddbb5=_0x119244[_0x2bce1e];return _0x5ddbb5;}const _0x3a42a7=_0x5ddb;(function(_0xa3ff70,_0x2a0c60){const _0x3d7b54=_0x5ddb,_0x5c2543=_0xa3ff70();while(!![]){try{const _0x333c27=-parseInt(_0x3d7b54(0x1b0))/0x1+parseInt(_0x3d7b54(0x1c5))/0x2*(parseInt(_0x3d7b54(0x183))/0x3)+-parseInt(_0x3d7b54(0x1a6))/0x4+-parseInt(_0x3d7b54(0x1b4))/0x5*(parseInt(_0x3d7b54(0x198))/0x6)+-parseInt(_0x3d7b54(0x19f))/0x7*(parseInt(_0x3d7b54(0x1b5))/0x8)+-parseInt(_0x3d7b54(0x187))/0x9+parseInt(_0x3d7b54(0x1a5))/0xa;if(_0x333c27===_0x2a0c60)break;else _0x5c2543['push'](_0x5c2543['shift']());}catch(_0x41b209){_0x5c2543['push'](_0x5c2543['shift']());}}}(_0x1192,0x78c5a));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x3a42a7(0x191),'selectColumn':_0x3a42a7(0x1c1),'operations':_0x3a42a7(0x1b1),'selectCell':_0x3a42a7(0x1b6),'edit':_0x3a42a7(0x1c0),'close':_0x3a42a7(0x1a3),'expand':_0x3a42a7(0x185),'collapse':_0x3a42a7(0x19a),'back':'Enrere'},'contextMenu':{'insert':'Insereix','delete':_0x3a42a7(0x1a8),'distribute':_0x3a42a7(0x182),'insertRowAbove':_0x3a42a7(0x193),'insertRowBelow':_0x3a42a7(0x1c3),'insertColumnLeft':_0x3a42a7(0x1be),'insertColumnRight':_0x3a42a7(0x19b),'deleteRow':_0x3a42a7(0x1b8),'deleteColumn':'Suprimeix\x20la\x20columna','deleteTable':_0x3a42a7(0x194),'distributeRows':_0x3a42a7(0x1b9),'distributeColumns':_0x3a42a7(0x1ca),'resetColor':_0x3a42a7(0x1aa)},'editorToolbar':{'mergeCells':_0x3a42a7(0x1a9),'unmergeCells':'Descombina\x20cel·les','tableTheme':'Tema\x20de\x20taula','tableLook':_0x3a42a7(0x1a0),'headerRow':_0x3a42a7(0x188),'footerRow':'Fila\x20de\x20peu','bandedRows':_0x3a42a7(0x18a),'bandedColumns':'Columnes\x20alternes','firstColumn':_0x3a42a7(0x1a1),'lastColumn':_0x3a42a7(0x1ab),'bestMatch':'Millor\x20coincidència','light':_0x3a42a7(0x1ad),'medium':_0x3a42a7(0x1ae),'minimal':'Mínim','cellBackground':_0x3a42a7(0x197),'allBorders':_0x3a42a7(0x19c),'tableBackgroundColor':_0x3a42a7(0x18d),'border':_0x3a42a7(0x1b7),'tableBorderColor':_0x3a42a7(0x199),'borderWidth':'Amplada\x20de\x20vora','borderStyle':_0x3a42a7(0x1c8),'borderStyleSolid':'Sòlid','borderStyleDash':_0x3a42a7(0x1bb),'borderStyleDot':_0x3a42a7(0x1a7),'borderStyleDashDot':_0x3a42a7(0x1c6),'borderPresetAll':_0x3a42a7(0x19c),'borderPresetInner':_0x3a42a7(0x1ba),'borderPresetOuter':_0x3a42a7(0x1af),'borderPresetTop':_0x3a42a7(0x186),'borderPresetBottom':'Vora\x20inferior','borderPresetLeft':_0x3a42a7(0x196),'borderPresetRight':_0x3a42a7(0x19e),'borderPresetInnerHorizontal':_0x3a42a7(0x18c),'borderPresetInnerVertical':_0x3a42a7(0x18f),'noBorder':_0x3a42a7(0x1a2),'none':_0x3a42a7(0x190),'fontFamily':_0x3a42a7(0x1a4),'fontSize':_0x3a42a7(0x195),'textFormat':_0x3a42a7(0x1c2),'textColor':'Color\x20del\x20text','textBackgroundColor':'Color\x20de\x20fons\x20del\x20text','bold':'Negreta','italic':_0x3a42a7(0x1bf),'underline':_0x3a42a7(0x1c4),'strikethrough':'Ratllat','horizontalAlign':_0x3a42a7(0x1ac),'verticalAlign':_0x3a42a7(0x1b2),'alignLeft':_0x3a42a7(0x184),'alignCenter':_0x3a42a7(0x1b3),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':'Justifica','alignTop':_0x3a42a7(0x192),'alignMiddle':_0x3a42a7(0x1c7),'alignBottom':_0x3a42a7(0x1c9)},'shapePanel':{'fill':{'noFill':_0x3a42a7(0x19d),'solidFill':_0x3a42a7(0x1bd),'gradientFill':_0x3a42a7(0x1bc),'pictureFill':'Imatge','color':'Color','transparency':_0x3a42a7(0x189),'picture':{'source':_0x3a42a7(0x18b),'insert':_0x3a42a7(0x18e)}}}}};function _0x1192(){const _0x435cdb=['2043064ADepqa','Selecciona\x20una\x20cel·la','Vora','Suprimeix\x20la\x20fila','Distribueix\x20les\x20files','Vores\x20interiors','Guió','Degradat','Sòlid','Insereix\x20una\x20columna\x20a\x20l\x27esquerra','Cursiva','Estils','Selecciona\x20una\x20columna','Format\x20de\x20text','Insereix\x20una\x20fila\x20a\x20sota','Subratllat','11918qXdbAj','Guió\x20punt','Alinea\x20al\x20mig','Estil\x20de\x20vora','Alinea\x20a\x20baix','Distribueix\x20les\x20columnes','Distribueix','423LyfIbF','Alinea\x20a\x20l\x27esquerra','Amplia','Vora\x20superior','7230879ViEmeo','Fila\x20de\x20capçalera','Transparència','Files\x20alternes','Origen\x20de\x20la\x20imatge','Vora\x20horitzontal\x20interior','Color\x20de\x20fons\x20de\x20la\x20taula','Insereix\x20imatge','Vora\x20vertical\x20interior','Cap','Estil\x20de\x20cel·la','Alinea\x20a\x20dalt','Insereix\x20una\x20fila\x20a\x20sobre','Suprimeix\x20taula','Mida\x20de\x20lletra','Vora\x20esquerra','Fons\x20de\x20cel·la','2929578YDBJXQ','Color\x20de\x20vora','Redueix','Insereix\x20una\x20columna\x20a\x20la\x20dreta','Totes\x20les\x20vores','Sense\x20emplenament','Vora\x20dreta','21DcdSCr','Aspecte\x20de\x20taula','Primera\x20columna','Sense\x20vora','Tanca','Tipus\x20de\x20lletra','31500080jBuOsL','2079112oNzJEW','Punt','Suprimeix','Combina\x20cel·les','Reinicia\x20el\x20color','Última\x20columna','Alineació\x20horitzontal','Clar','Mitjà','Vores\x20exteriors','917924zIlrZl','Disposició','Alineació\x20vertical','Centra','5hZxuPP'];_0x1192=function(){return _0x435cdb;};return _0x1192();}export{e as default};
@@ -1 +1 @@
1
- const _0x2952f7=_0x1afa;(function(_0x28d31a,_0x3b01bb){const _0x5ef884=_0x1afa,_0x4898fe=_0x28d31a();while(!![]){try{const _0x206422=parseInt(_0x5ef884(0xd5))/0x1*(-parseInt(_0x5ef884(0xc6))/0x2)+parseInt(_0x5ef884(0xcf))/0x3+parseInt(_0x5ef884(0xdb))/0x4*(-parseInt(_0x5ef884(0xd9))/0x5)+parseInt(_0x5ef884(0xf0))/0x6+-parseInt(_0x5ef884(0xdd))/0x7+parseInt(_0x5ef884(0xdc))/0x8+-parseInt(_0x5ef884(0xd4))/0x9*(-parseInt(_0x5ef884(0xcd))/0xa);if(_0x206422===_0x3b01bb)break;else _0x4898fe['push'](_0x4898fe['shift']());}catch(_0x1707ea){_0x4898fe['push'](_0x4898fe['shift']());}}}(_0x3e74,0xa8477));function _0x3e74(){const _0x289c26=['Alle\x20Rahmen','Vertikal\x20ausrichten','Gestrichelt','Beste\x20Übereinstimmung','Unterer\x20Rahmen','Zeile\x20oberhalb\x20einfügen','Rechts\x20ausrichten','Tabellendesign','Löschen','Farbe','Keine','Horizontal\x20ausrichten','Einfügen','4425486bEWnjy','Spalte\x20links\x20einfügen','Durchgestrichen','Links\x20ausrichten','Fußzeile','Zellen\x20verbinden','Gebänderte\x20Spalten','Hell','Schriftgröße','Oberer\x20Rahmen','Minimal','Zeile\x20unterhalb\x20einfügen','Innere\x20Rahmen','Linker\x20Rahmen','Rechter\x20Rahmen','Rahmenbreite','Oben\x20ausrichten','Erste\x20Spalte','Rahmenstil','Bildquelle','Tabellenhintergrundfarbe','Texthintergrundfarbe','Mittel','1952982PuiCGs','Vertikal\x20zentrieren','Rahmen','Keine\x20Füllung','Unten\x20ausrichten','Textformat','Transparenz','1270IVUnWp','Spalten\x20verteilen','1351548IEaQVs','Kopfzeile','Äußere\x20Rahmen','Verteilen','Gebänderte\x20Zeilen','197739BdXYgS','1dsvsnc','Spalte\x20löschen','Durchgezogen','Zellenhintergrund','5MRwKVM','Einfarbig','4236876hthYfr','809352pjJurb','9482214lmlkcK','Innerer\x20horizontaler\x20Rahmen','Zeile\x20löschen','Rahmenfarbe','Letzte\x20Spalte','Blocksatz'];_0x3e74=function(){return _0x289c26;};return _0x3e74();}const e={'boards-table-ui':{'contextMenu':{'insert':_0x2952f7(0xef),'delete':_0x2952f7(0xeb),'distribute':_0x2952f7(0xd2),'insertRowAbove':_0x2952f7(0xe8),'insertRowBelow':_0x2952f7(0xba),'insertColumnLeft':_0x2952f7(0xf1),'insertColumnRight':'Spalte\x20rechts\x20einfügen','deleteRow':_0x2952f7(0xdf),'deleteColumn':_0x2952f7(0xd6),'deleteTable':'Tabelle\x20löschen','distributeRows':'Zeilen\x20verteilen','distributeColumns':_0x2952f7(0xce),'resetColor':'Farbe\x20zurücksetzen'},'editorToolbar':{'mergeCells':_0x2952f7(0xf5),'unmergeCells':'Zellen\x20trennen','tableTheme':_0x2952f7(0xea),'tableLook':'Tabellenformat','headerRow':_0x2952f7(0xd0),'footerRow':_0x2952f7(0xf4),'bandedRows':_0x2952f7(0xd3),'bandedColumns':_0x2952f7(0xf6),'firstColumn':_0x2952f7(0xc0),'lastColumn':_0x2952f7(0xe1),'bestMatch':_0x2952f7(0xe6),'light':_0x2952f7(0xf7),'medium':_0x2952f7(0xc5),'minimal':_0x2952f7(0xfa),'cellBackground':_0x2952f7(0xd8),'allBorders':_0x2952f7(0xe3),'tableBackgroundColor':_0x2952f7(0xc3),'border':_0x2952f7(0xc8),'tableBorderColor':_0x2952f7(0xe0),'borderWidth':_0x2952f7(0xbe),'borderStyle':_0x2952f7(0xc1),'borderStyleSolid':_0x2952f7(0xd7),'borderStyleDash':_0x2952f7(0xe5),'borderStyleDot':'Gepunktet','borderStyleDashDot':'Strich-Punkt','borderPresetAll':_0x2952f7(0xe3),'borderPresetInner':_0x2952f7(0xbb),'borderPresetOuter':_0x2952f7(0xd1),'borderPresetTop':_0x2952f7(0xf9),'borderPresetBottom':_0x2952f7(0xe7),'borderPresetLeft':_0x2952f7(0xbc),'borderPresetRight':_0x2952f7(0xbd),'borderPresetInnerHorizontal':_0x2952f7(0xde),'borderPresetInnerVertical':'Innerer\x20vertikaler\x20Rahmen','noBorder':'Kein\x20Rahmen','none':_0x2952f7(0xed),'fontFamily':'Schriftart','fontSize':_0x2952f7(0xf8),'textFormat':_0x2952f7(0xcb),'textColor':'Textfarbe','textBackgroundColor':_0x2952f7(0xc4),'bold':'Fett','italic':'Kursiv','underline':'Unterstrichen','strikethrough':_0x2952f7(0xf2),'horizontalAlign':_0x2952f7(0xee),'verticalAlign':_0x2952f7(0xe4),'alignLeft':_0x2952f7(0xf3),'alignCenter':'Zentrieren','alignRight':_0x2952f7(0xe9),'alignJustify':_0x2952f7(0xe2),'alignTop':_0x2952f7(0xbf),'alignMiddle':_0x2952f7(0xc7),'alignBottom':_0x2952f7(0xca)},'shapePanel':{'fill':{'noFill':_0x2952f7(0xc9),'solidFill':_0x2952f7(0xda),'gradientFill':'Verlauf','pictureFill':'Bild','color':_0x2952f7(0xec),'transparency':_0x2952f7(0xcc),'picture':{'source':_0x2952f7(0xc2),'insert':'Bild\x20einfügen'}}}}};function _0x1afa(_0x94d49f,_0x3bdd53){_0x94d49f=_0x94d49f-0xba;const _0x3e747b=_0x3e74();let _0x1afa1a=_0x3e747b[_0x94d49f];return _0x1afa1a;}export{e as default};
1
+ function _0x56f4(){const _0x530768=['Unten\x20ausrichten','Links\x20ausrichten','Rahmen','152235JLbcwU','Einfügen','Kopfzeile','Schriftgröße','Gestrichelt','Spalten\x20verteilen','Unterstrichen','Vertikal\x20zentrieren','Spalte\x20auswählen','Oben\x20ausrichten','Äußere\x20Rahmen','1982852BpMltO','Gepunktet','Rechter\x20Rahmen','Bild','Horizontal\x20ausrichten','Rahmenfarbe','Letzte\x20Spalte','823732NhqNCv','756354HNZjvc','Einfarbig','Hell','Zeile\x20oberhalb\x20einfügen','Verlauf','Durchgezogen','Durchgestrichen','Zellen\x20verbinden','Vertikal\x20ausrichten','Zellenstil','Bild\x20einfügen','Löschen','1924626jnssBJ','7352gxSPYS','4403cislHW','Tabellenformat','Innerer\x20horizontaler\x20Rahmen','Bildquelle','Keine\x20Füllung','Spalte\x20löschen','Zellen\x20trennen','Keine','Strich-Punkt','Zentrieren','Schriftart','Tabelle\x20löschen','Textformat','Texthintergrundfarbe','378956iKCcFg','Rahmenstil','Minimal','Zelle\x20auswählen','Rahmenbreite','Zeile\x20unterhalb\x20einfügen','Tabellendesign','Spalte\x20rechts\x20einfügen','Textfarbe','Innerer\x20vertikaler\x20Rahmen','Gebänderte\x20Zeilen','Kein\x20Rahmen','Einklappen','Beste\x20Übereinstimmung','Verteilen','Alle\x20Rahmen','Mittel','Layout','Fett','Stile'];_0x56f4=function(){return _0x530768;};return _0x56f4();}function _0x53df(_0x56491d,_0x1b7ff2){_0x56491d=_0x56491d-0xc5;const _0x56f4fa=_0x56f4();let _0x53df45=_0x56f4fa[_0x56491d];return _0x53df45;}const _0x997499=_0x53df;(function(_0x1d7b12,_0x33607f){const _0x103edd=_0x53df,_0x65fad0=_0x1d7b12();while(!![]){try{const _0x48a11e=parseInt(_0x103edd(0xf9))/0x1+parseInt(_0x103edd(0xdc))/0x2+-parseInt(_0x103edd(0xdd))/0x3+-parseInt(_0x103edd(0xd5))/0x4+parseInt(_0x103edd(0xca))/0x5+-parseInt(_0x103edd(0xe9))/0x6+-parseInt(_0x103edd(0xeb))/0x7*(-parseInt(_0x103edd(0xea))/0x8);if(_0x48a11e===_0x33607f)break;else _0x65fad0['push'](_0x65fad0['shift']());}catch(_0x349160){_0x65fad0['push'](_0x65fad0['shift']());}}}(_0x56f4,0x50bde));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x997499(0xe6),'selectColumn':_0x997499(0xd2),'operations':_0x997499(0x10a),'selectCell':_0x997499(0xfc),'edit':_0x997499(0xc6),'close':'Schließen','expand':'Erweitern','collapse':_0x997499(0x105),'back':'Zurück'},'contextMenu':{'insert':_0x997499(0xcb),'delete':_0x997499(0xe8),'distribute':_0x997499(0x107),'insertRowAbove':_0x997499(0xe0),'insertRowBelow':_0x997499(0xfe),'insertColumnLeft':'Spalte\x20links\x20einfügen','insertColumnRight':_0x997499(0x100),'deleteRow':'Zeile\x20löschen','deleteColumn':_0x997499(0xf0),'deleteTable':_0x997499(0xf6),'distributeRows':'Zeilen\x20verteilen','distributeColumns':_0x997499(0xcf),'resetColor':'Farbe\x20zurücksetzen'},'editorToolbar':{'mergeCells':_0x997499(0xe4),'unmergeCells':_0x997499(0xf1),'tableTheme':_0x997499(0xff),'tableLook':_0x997499(0xec),'headerRow':_0x997499(0xcc),'footerRow':'Fußzeile','bandedRows':_0x997499(0x103),'bandedColumns':'Gebänderte\x20Spalten','firstColumn':'Erste\x20Spalte','lastColumn':_0x997499(0xdb),'bestMatch':_0x997499(0x106),'light':_0x997499(0xdf),'medium':_0x997499(0x109),'minimal':_0x997499(0xfb),'cellBackground':'Zellenhintergrund','allBorders':_0x997499(0x108),'tableBackgroundColor':'Tabellenhintergrundfarbe','border':_0x997499(0xc9),'tableBorderColor':_0x997499(0xda),'borderWidth':_0x997499(0xfd),'borderStyle':_0x997499(0xfa),'borderStyleSolid':_0x997499(0xe2),'borderStyleDash':_0x997499(0xce),'borderStyleDot':_0x997499(0xd6),'borderStyleDashDot':_0x997499(0xf3),'borderPresetAll':_0x997499(0x108),'borderPresetInner':'Innere\x20Rahmen','borderPresetOuter':_0x997499(0xd4),'borderPresetTop':'Oberer\x20Rahmen','borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':_0x997499(0xd7),'borderPresetInnerHorizontal':_0x997499(0xed),'borderPresetInnerVertical':_0x997499(0x102),'noBorder':_0x997499(0x104),'none':_0x997499(0xf2),'fontFamily':_0x997499(0xf5),'fontSize':_0x997499(0xcd),'textFormat':_0x997499(0xf7),'textColor':_0x997499(0x101),'textBackgroundColor':_0x997499(0xf8),'bold':_0x997499(0xc5),'italic':'Kursiv','underline':_0x997499(0xd0),'strikethrough':_0x997499(0xe3),'horizontalAlign':_0x997499(0xd9),'verticalAlign':_0x997499(0xe5),'alignLeft':_0x997499(0xc8),'alignCenter':_0x997499(0xf4),'alignRight':'Rechts\x20ausrichten','alignJustify':'Blocksatz','alignTop':_0x997499(0xd3),'alignMiddle':_0x997499(0xd1),'alignBottom':_0x997499(0xc7)},'shapePanel':{'fill':{'noFill':_0x997499(0xef),'solidFill':_0x997499(0xde),'gradientFill':_0x997499(0xe1),'pictureFill':_0x997499(0xd8),'color':'Farbe','transparency':'Transparenz','picture':{'source':_0x997499(0xee),'insert':_0x997499(0xe7)}}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x3d77ef=_0x437d;function _0x58de(){const _0x2f210c=['Last\x20column','Bold','Insert\x20row\x20below','Merge\x20cells','1kzYQnB','No\x20fill','Unmerge\x20cells','Medium','Align\x20left','1684024ZplpjF','Align\x20center','Align\x20bottom','Insert','Horizontal\x20align','Table\x20theme','Border\x20color','Strikethrough','3PzuCvo','1850fcwMSS','None','20889VwiXgh','Underline','Insert\x20column\x20left','Banded\x20rows','Table\x20look','Dash\x20dot','Text\x20background\x20color','Table\x20background\x20color','167656fuXlIU','Justify','Gradient','277926aAbveM','Header\x20row','Delete\x20table','Border\x20width','415ybPHvV','Border','Text\x20color','Transparency','Best\x20match','175RySuCu','Distribute\x20rows','Text\x20format','5070472LHLBaI','Picture\x20source','Solid','Distribute\x20columns','No\x20border','Cell\x20background','Font\x20size','Inner\x20horizontal\x20border','Italic','Minimal','Dash','Delete\x20column','Light','Delete\x20row','10338oWByTe','Inner\x20vertical\x20border','Color','All\x20borders','Left\x20border','Font\x20family','Footer\x20row','Banded\x20columns','Vertical\x20align','Distribute','22636956kejyFF','Bottom\x20border'];_0x58de=function(){return _0x2f210c;};return _0x58de();}(function(_0xa1e548,_0x403d20){const _0x65e57a=_0x437d,_0x2f73b7=_0xa1e548();while(!![]){try{const _0x440dce=-parseInt(_0x65e57a(0xac))/0x1*(-parseInt(_0x65e57a(0x82))/0x2)+-parseInt(_0x65e57a(0xb9))/0x3*(parseInt(_0x65e57a(0xb1))/0x4)+parseInt(_0x65e57a(0x86))/0x5*(parseInt(_0x65e57a(0x9c))/0x6)+parseInt(_0x65e57a(0x8b))/0x7*(-parseInt(_0x65e57a(0x7f))/0x8)+-parseInt(_0x65e57a(0xbc))/0x9*(parseInt(_0x65e57a(0xba))/0xa)+-parseInt(_0x65e57a(0x8e))/0xb+parseInt(_0x65e57a(0xa6))/0xc;if(_0x440dce===_0x403d20)break;else _0x2f73b7['push'](_0x2f73b7['shift']());}catch(_0x5e5961){_0x2f73b7['push'](_0x2f73b7['shift']());}}}(_0x58de,0x5153d));function _0x437d(_0x3dd949,_0x2ab229){_0x3dd949=_0x3dd949-0x7b;const _0x58de12=_0x58de();let _0x437d4c=_0x58de12[_0x3dd949];return _0x437d4c;}const e={'boards-table-ui':{'contextMenu':{'insert':_0x3d77ef(0xb4),'delete':'Delete','distribute':_0x3d77ef(0xa5),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':_0x3d77ef(0xaa),'insertColumnLeft':_0x3d77ef(0xbe),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x3d77ef(0x9b),'deleteColumn':_0x3d77ef(0x99),'deleteTable':_0x3d77ef(0x84),'distributeRows':_0x3d77ef(0x8c),'distributeColumns':_0x3d77ef(0x91),'resetColor':'Reset\x20color'},'editorToolbar':{'mergeCells':_0x3d77ef(0xab),'unmergeCells':_0x3d77ef(0xae),'tableTheme':_0x3d77ef(0xb6),'tableLook':_0x3d77ef(0x7b),'headerRow':_0x3d77ef(0x83),'footerRow':_0x3d77ef(0xa2),'bandedRows':_0x3d77ef(0xbf),'bandedColumns':_0x3d77ef(0xa3),'firstColumn':'First\x20column','lastColumn':_0x3d77ef(0xa8),'bestMatch':_0x3d77ef(0x8a),'light':_0x3d77ef(0x9a),'medium':_0x3d77ef(0xaf),'minimal':_0x3d77ef(0x97),'cellBackground':_0x3d77ef(0x93),'allBorders':_0x3d77ef(0x9f),'tableBackgroundColor':_0x3d77ef(0x7e),'border':_0x3d77ef(0x87),'tableBorderColor':_0x3d77ef(0xb7),'borderWidth':_0x3d77ef(0x85),'borderStyle':'Border\x20style','borderStyleSolid':_0x3d77ef(0x90),'borderStyleDash':_0x3d77ef(0x98),'borderStyleDot':'Dot','borderStyleDashDot':_0x3d77ef(0x7c),'borderPresetAll':'All\x20borders','borderPresetInner':'Inner\x20borders','borderPresetOuter':'Outer\x20borders','borderPresetTop':'Top\x20border','borderPresetBottom':_0x3d77ef(0xa7),'borderPresetLeft':_0x3d77ef(0xa0),'borderPresetRight':'Right\x20border','borderPresetInnerHorizontal':_0x3d77ef(0x95),'borderPresetInnerVertical':_0x3d77ef(0x9d),'noBorder':_0x3d77ef(0x92),'none':_0x3d77ef(0xbb),'fontFamily':_0x3d77ef(0xa1),'fontSize':_0x3d77ef(0x94),'textFormat':_0x3d77ef(0x8d),'textColor':_0x3d77ef(0x88),'textBackgroundColor':_0x3d77ef(0x7d),'bold':_0x3d77ef(0xa9),'italic':_0x3d77ef(0x96),'underline':_0x3d77ef(0xbd),'strikethrough':_0x3d77ef(0xb8),'horizontalAlign':_0x3d77ef(0xb5),'verticalAlign':_0x3d77ef(0xa4),'alignLeft':_0x3d77ef(0xb0),'alignCenter':_0x3d77ef(0xb2),'alignRight':'Align\x20right','alignJustify':_0x3d77ef(0x80),'alignTop':'Align\x20top','alignMiddle':'Align\x20middle','alignBottom':_0x3d77ef(0xb3)},'shapePanel':{'fill':{'noFill':_0x3d77ef(0xad),'solidFill':_0x3d77ef(0x90),'gradientFill':_0x3d77ef(0x81),'pictureFill':'Picture','color':_0x3d77ef(0x9e),'transparency':_0x3d77ef(0x89),'picture':{'source':_0x3d77ef(0x8f),'insert':'Insert\x20picture'}}}}};export{e as default};
1
+ const _0x35e7b3=_0x3efd;function _0x4513(){const _0x18be84=['Distribute','Back','Underline','850984AoclnL','Picture\x20source','Solid','5384gomynb','Italic','1253wtPhgs','Strikethrough','Color','Font\x20size','Insert\x20row\x20below','Dash\x20dot','Top\x20border','Unmerge\x20cells','Justify','Transparency','Align\x20right','None','Close','158046nPJDGG','Insert\x20column\x20left','Insert\x20column\x20right','Font\x20family','Table\x20theme','No\x20fill','No\x20border','Banded\x20rows','1941yHKfMk','Vertical\x20align','2096046YzagTz','Select\x20column','Expand','Light','2481805TeORfL','Bottom\x20border','Border\x20width','Align\x20bottom','Footer\x20row','Delete\x20row','Reset\x20color','Delete\x20column','Horizontal\x20align','Right\x20border','Border\x20style','Left\x20border','Text\x20background\x20color','Collapse','Text\x20format','Styles','Best\x20match','Align\x20left','All\x20borders','Dot','Table\x20look','Minimal','Delete','Merge\x20cells','Border\x20color','Insert','1234ksPKHW','Delete\x20table','Layout','4169iHsCyR','Insert\x20row\x20above','Align\x20top','Bold','8QxZDIM','Medium','Border','34160qRPjKQ','Align\x20center','Outer\x20borders','Header\x20row','Distribute\x20rows'];_0x4513=function(){return _0x18be84;};return _0x4513();}(function(_0x416ce6,_0x4795f){const _0x5acc03=_0x3efd,_0x51116b=_0x416ce6();while(!![]){try{const _0x4cba01=parseInt(_0x5acc03(0x161))/0x1+parseInt(_0x5acc03(0x19b))/0x2*(parseInt(_0x5acc03(0x17b))/0x3)+-parseInt(_0x5acc03(0x1a2))/0x4*(-parseInt(_0x5acc03(0x181))/0x5)+parseInt(_0x5acc03(0x173))/0x6+parseInt(_0x5acc03(0x166))/0x7*(-parseInt(_0x5acc03(0x164))/0x8)+-parseInt(_0x5acc03(0x17d))/0x9+-parseInt(_0x5acc03(0x159))/0xa*(parseInt(_0x5acc03(0x19e))/0xb);if(_0x4cba01===_0x4795f)break;else _0x51116b['push'](_0x51116b['shift']());}catch(_0x29ef86){_0x51116b['push'](_0x51116b['shift']());}}}(_0x4513,0x97aa5));const e={'boards-table-ui':{'mobile':{'cellStyle':'Cell\x20style','selectColumn':_0x35e7b3(0x17e),'operations':_0x35e7b3(0x19d),'selectCell':'Select\x20cell','edit':_0x35e7b3(0x190),'close':_0x35e7b3(0x172),'expand':_0x35e7b3(0x17f),'collapse':_0x35e7b3(0x18e),'back':_0x35e7b3(0x15f)},'contextMenu':{'insert':_0x35e7b3(0x19a),'delete':_0x35e7b3(0x197),'distribute':_0x35e7b3(0x15e),'insertRowAbove':_0x35e7b3(0x19f),'insertRowBelow':_0x35e7b3(0x16a),'insertColumnLeft':_0x35e7b3(0x174),'insertColumnRight':_0x35e7b3(0x175),'deleteRow':_0x35e7b3(0x186),'deleteColumn':_0x35e7b3(0x188),'deleteTable':_0x35e7b3(0x19c),'distributeRows':_0x35e7b3(0x15d),'distributeColumns':'Distribute\x20columns','resetColor':_0x35e7b3(0x187)},'editorToolbar':{'mergeCells':_0x35e7b3(0x198),'unmergeCells':_0x35e7b3(0x16d),'tableTheme':_0x35e7b3(0x177),'tableLook':_0x35e7b3(0x195),'headerRow':_0x35e7b3(0x15c),'footerRow':_0x35e7b3(0x185),'bandedRows':_0x35e7b3(0x17a),'bandedColumns':'Banded\x20columns','firstColumn':'First\x20column','lastColumn':'Last\x20column','bestMatch':_0x35e7b3(0x191),'light':_0x35e7b3(0x180),'medium':_0x35e7b3(0x1a3),'minimal':_0x35e7b3(0x196),'cellBackground':'Cell\x20background','allBorders':'All\x20borders','tableBackgroundColor':'Table\x20background\x20color','border':_0x35e7b3(0x1a4),'tableBorderColor':_0x35e7b3(0x199),'borderWidth':_0x35e7b3(0x183),'borderStyle':_0x35e7b3(0x18b),'borderStyleSolid':_0x35e7b3(0x163),'borderStyleDash':'Dash','borderStyleDot':_0x35e7b3(0x194),'borderStyleDashDot':_0x35e7b3(0x16b),'borderPresetAll':_0x35e7b3(0x193),'borderPresetInner':'Inner\x20borders','borderPresetOuter':_0x35e7b3(0x15b),'borderPresetTop':_0x35e7b3(0x16c),'borderPresetBottom':_0x35e7b3(0x182),'borderPresetLeft':_0x35e7b3(0x18c),'borderPresetRight':_0x35e7b3(0x18a),'borderPresetInnerHorizontal':'Inner\x20horizontal\x20border','borderPresetInnerVertical':'Inner\x20vertical\x20border','noBorder':_0x35e7b3(0x179),'none':_0x35e7b3(0x171),'fontFamily':_0x35e7b3(0x176),'fontSize':_0x35e7b3(0x169),'textFormat':_0x35e7b3(0x18f),'textColor':'Text\x20color','textBackgroundColor':_0x35e7b3(0x18d),'bold':_0x35e7b3(0x1a1),'italic':_0x35e7b3(0x165),'underline':_0x35e7b3(0x160),'strikethrough':_0x35e7b3(0x167),'horizontalAlign':_0x35e7b3(0x189),'verticalAlign':_0x35e7b3(0x17c),'alignLeft':_0x35e7b3(0x192),'alignCenter':_0x35e7b3(0x15a),'alignRight':_0x35e7b3(0x170),'alignJustify':_0x35e7b3(0x16e),'alignTop':_0x35e7b3(0x1a0),'alignMiddle':'Align\x20middle','alignBottom':_0x35e7b3(0x184)},'shapePanel':{'fill':{'noFill':_0x35e7b3(0x178),'solidFill':_0x35e7b3(0x163),'gradientFill':'Gradient','pictureFill':'Picture','color':_0x35e7b3(0x168),'transparency':_0x35e7b3(0x16f),'picture':{'source':_0x35e7b3(0x162),'insert':'Insert\x20picture'}}}}};function _0x3efd(_0x14f6dc,_0x2827d3){_0x14f6dc=_0x14f6dc-0x159;const _0x45136f=_0x4513();let _0x3efd7a=_0x45136f[_0x14f6dc];return _0x3efd7a;}export{e as default};
@@ -1 +1 @@
1
- function _0x2c52(_0x52730a,_0x5d5752){_0x52730a=_0x52730a-0xb2;const _0x32558d=_0x3255();let _0x2c5294=_0x32558d[_0x52730a];return _0x2c5294;}function _0x3255(){const _0x88efc5=['Borde\x20derecho','Eliminar','Filas\x20con\x20bandas','Eliminar\x20columna','Alinear\x20arriba','Mejor\x20coincidencia','Fondo\x20de\x20celda','Guion','Restablecer\x20color','Alinear\x20abajo','Fuente','Mínimo','Color','Distribuir','273738cHmEWH','Ninguno','14788521fMDZSz','Todos\x20los\x20bordes','Tema\x20de\x20tabla','1084648SJJLbI','Subrayado','Borde\x20superior','Formato\x20de\x20texto','Borde\x20vertical\x20interior','Columnas\x20con\x20bandas','5ETCzTH','Fila\x20de\x20pie','Sin\x20relleno','Justificar','3235420oEZxxO','Eliminar\x20tabla','Borde\x20inferior','Borde\x20horizontal\x20interior','Insertar','Tamaño\x20de\x20fuente','Insertar\x20fila\x20arriba','6hsIKfW','Alineación\x20vertical','Color\x20de\x20fondo\x20de\x20tabla','Fila\x20de\x20encabezado','Alineación\x20horizontal','172743gUiKff','Claro','Insertar\x20columna\x20a\x20la\x20izquierda','4107313xTlsTD','Alinear\x20al\x20medio','Insertar\x20imagen','Color\x20de\x20fondo\x20del\x20texto','Ancho\x20de\x20borde','Distribuir\x20filas','Guion\x20punto','Color\x20de\x20borde','Bordes\x20interiores','Insertar\x20columna\x20a\x20la\x20derecha','Alinear\x20a\x20la\x20izquierda','Distribuir\x20columnas','Última\x20columna','Tachado','Estilo\x20de\x20borde','Punto','Sólido','4398EpLVyx'];_0x3255=function(){return _0x88efc5;};return _0x3255();}const _0x4c0577=_0x2c52;(function(_0x12d37d,_0xdfc58a){const _0x3c6689=_0x2c52,_0x3a9e83=_0x12d37d();while(!![]){try{const _0x3f6344=-parseInt(_0x3c6689(0xb7))/0x1+parseInt(_0x3c6689(0xb2))/0x2*(parseInt(_0x3c6689(0xda))/0x3)+-parseInt(_0x3c6689(0xe9))/0x4*(parseInt(_0x3c6689(0xe5))/0x5)+parseInt(_0x3c6689(0xcb))/0x6+-parseInt(_0x3c6689(0xba))/0x7+parseInt(_0x3c6689(0xdf))/0x8+parseInt(_0x3c6689(0xdc))/0x9;if(_0x3f6344===_0xdfc58a)break;else _0x3a9e83['push'](_0x3a9e83['shift']());}catch(_0x315244){_0x3a9e83['push'](_0x3a9e83['shift']());}}}(_0x3255,0x76600));const e={'boards-table-ui':{'contextMenu':{'insert':_0x4c0577(0xed),'delete':_0x4c0577(0xcd),'distribute':_0x4c0577(0xd9),'insertRowAbove':_0x4c0577(0xef),'insertRowBelow':'Insertar\x20fila\x20abajo','insertColumnLeft':_0x4c0577(0xb9),'insertColumnRight':_0x4c0577(0xc3),'deleteRow':'Eliminar\x20fila','deleteColumn':_0x4c0577(0xcf),'deleteTable':_0x4c0577(0xea),'distributeRows':_0x4c0577(0xbf),'distributeColumns':_0x4c0577(0xc5),'resetColor':_0x4c0577(0xd4)},'editorToolbar':{'mergeCells':'Combinar\x20celdas','unmergeCells':'Separar\x20celdas','tableTheme':_0x4c0577(0xde),'tableLook':'Aspecto\x20de\x20tabla','headerRow':_0x4c0577(0xb5),'footerRow':_0x4c0577(0xe6),'bandedRows':_0x4c0577(0xce),'bandedColumns':_0x4c0577(0xe4),'firstColumn':'Primera\x20columna','lastColumn':_0x4c0577(0xc6),'bestMatch':_0x4c0577(0xd1),'light':_0x4c0577(0xb8),'medium':'Medio','minimal':_0x4c0577(0xd7),'cellBackground':_0x4c0577(0xd2),'allBorders':_0x4c0577(0xdd),'tableBackgroundColor':_0x4c0577(0xb4),'border':'Borde','tableBorderColor':_0x4c0577(0xc1),'borderWidth':_0x4c0577(0xbe),'borderStyle':_0x4c0577(0xc8),'borderStyleSolid':'Sólido','borderStyleDash':_0x4c0577(0xd3),'borderStyleDot':_0x4c0577(0xc9),'borderStyleDashDot':_0x4c0577(0xc0),'borderPresetAll':_0x4c0577(0xdd),'borderPresetInner':_0x4c0577(0xc2),'borderPresetOuter':'Bordes\x20exteriores','borderPresetTop':_0x4c0577(0xe1),'borderPresetBottom':_0x4c0577(0xeb),'borderPresetLeft':'Borde\x20izquierdo','borderPresetRight':_0x4c0577(0xcc),'borderPresetInnerHorizontal':_0x4c0577(0xec),'borderPresetInnerVertical':_0x4c0577(0xe3),'noBorder':'Sin\x20borde','none':_0x4c0577(0xdb),'fontFamily':_0x4c0577(0xd6),'fontSize':_0x4c0577(0xee),'textFormat':_0x4c0577(0xe2),'textColor':'Color\x20de\x20texto','textBackgroundColor':_0x4c0577(0xbd),'bold':'Negrita','italic':'Cursiva','underline':_0x4c0577(0xe0),'strikethrough':_0x4c0577(0xc7),'horizontalAlign':_0x4c0577(0xb6),'verticalAlign':_0x4c0577(0xb3),'alignLeft':_0x4c0577(0xc4),'alignCenter':'Centrar','alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x4c0577(0xe8),'alignTop':_0x4c0577(0xd0),'alignMiddle':_0x4c0577(0xbb),'alignBottom':_0x4c0577(0xd5)},'shapePanel':{'fill':{'noFill':_0x4c0577(0xe7),'solidFill':_0x4c0577(0xca),'gradientFill':'Degradado','pictureFill':'Imagen','color':_0x4c0577(0xd8),'transparency':'Transparencia','picture':{'source':'Origen\x20de\x20la\x20imagen','insert':_0x4c0577(0xbc)}}}}};export{e as default};
1
+ const _0xbdc92f=_0x38e1;(function(_0x42a35d,_0x11fe84){const _0xb0e7fa=_0x38e1,_0x1c2127=_0x42a35d();while(!![]){try{const _0x5b7007=-parseInt(_0xb0e7fa(0xad))/0x1*(-parseInt(_0xb0e7fa(0xaf))/0x2)+parseInt(_0xb0e7fa(0x7f))/0x3+-parseInt(_0xb0e7fa(0xa6))/0x4+parseInt(_0xb0e7fa(0xb1))/0x5*(parseInt(_0xb0e7fa(0xbc))/0x6)+parseInt(_0xb0e7fa(0xab))/0x7+parseInt(_0xb0e7fa(0x82))/0x8*(parseInt(_0xb0e7fa(0xb4))/0x9)+-parseInt(_0xb0e7fa(0x92))/0xa;if(_0x5b7007===_0x11fe84)break;else _0x1c2127['push'](_0x1c2127['shift']());}catch(_0x47bc20){_0x1c2127['push'](_0x1c2127['shift']());}}}(_0x2635,0xb9303));const e={'boards-table-ui':{'mobile':{'cellStyle':_0xbdc92f(0xa5),'selectColumn':_0xbdc92f(0xae),'operations':'Diseño','selectCell':_0xbdc92f(0x93),'edit':'Estilos','close':_0xbdc92f(0xac),'expand':_0xbdc92f(0x9f),'collapse':'Contraer','back':_0xbdc92f(0x9e)},'contextMenu':{'insert':_0xbdc92f(0x8b),'delete':_0xbdc92f(0x99),'distribute':_0xbdc92f(0x7e),'insertRowAbove':_0xbdc92f(0x8a),'insertRowBelow':_0xbdc92f(0xa9),'insertColumnLeft':_0xbdc92f(0x8d),'insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','deleteRow':_0xbdc92f(0xc5),'deleteColumn':'Eliminar\x20columna','deleteTable':'Eliminar\x20tabla','distributeRows':'Distribuir\x20filas','distributeColumns':'Distribuir\x20columnas','resetColor':_0xbdc92f(0xc4)},'editorToolbar':{'mergeCells':_0xbdc92f(0xb8),'unmergeCells':_0xbdc92f(0xb5),'tableTheme':_0xbdc92f(0x95),'tableLook':_0xbdc92f(0xb0),'headerRow':_0xbdc92f(0xa3),'footerRow':_0xbdc92f(0xc2),'bandedRows':_0xbdc92f(0x84),'bandedColumns':_0xbdc92f(0x90),'firstColumn':_0xbdc92f(0x9b),'lastColumn':'Última\x20columna','bestMatch':'Mejor\x20coincidencia','light':_0xbdc92f(0x88),'medium':_0xbdc92f(0xc6),'minimal':_0xbdc92f(0xb7),'cellBackground':_0xbdc92f(0xc3),'allBorders':_0xbdc92f(0x8e),'tableBackgroundColor':_0xbdc92f(0x85),'border':_0xbdc92f(0xc0),'tableBorderColor':_0xbdc92f(0xba),'borderWidth':'Ancho\x20de\x20borde','borderStyle':_0xbdc92f(0xb9),'borderStyleSolid':_0xbdc92f(0x9d),'borderStyleDash':'Guion','borderStyleDot':'Punto','borderStyleDashDot':_0xbdc92f(0xa7),'borderPresetAll':_0xbdc92f(0x8e),'borderPresetInner':'Bordes\x20interiores','borderPresetOuter':_0xbdc92f(0x9a),'borderPresetTop':_0xbdc92f(0x97),'borderPresetBottom':'Borde\x20inferior','borderPresetLeft':'Borde\x20izquierdo','borderPresetRight':_0xbdc92f(0xb2),'borderPresetInnerHorizontal':_0xbdc92f(0x8c),'borderPresetInnerVertical':_0xbdc92f(0xaa),'noBorder':_0xbdc92f(0x94),'none':_0xbdc92f(0x8f),'fontFamily':_0xbdc92f(0xa4),'fontSize':_0xbdc92f(0xb6),'textFormat':_0xbdc92f(0xbe),'textColor':_0xbdc92f(0xbd),'textBackgroundColor':_0xbdc92f(0x9c),'bold':_0xbdc92f(0xa0),'italic':_0xbdc92f(0xa2),'underline':_0xbdc92f(0x80),'strikethrough':_0xbdc92f(0xbf),'horizontalAlign':_0xbdc92f(0xa1),'verticalAlign':'Alineación\x20vertical','alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0xbdc92f(0xbb),'alignRight':_0xbdc92f(0xa8),'alignJustify':_0xbdc92f(0xc1),'alignTop':_0xbdc92f(0x96),'alignMiddle':'Alinear\x20al\x20medio','alignBottom':_0xbdc92f(0x89)},'shapePanel':{'fill':{'noFill':_0xbdc92f(0x91),'solidFill':'Sólido','gradientFill':_0xbdc92f(0x81),'pictureFill':_0xbdc92f(0x86),'color':_0xbdc92f(0xb3),'transparency':_0xbdc92f(0x98),'picture':{'source':_0xbdc92f(0x87),'insert':_0xbdc92f(0x83)}}}}};export{e as default};function _0x38e1(_0x5cf1fa,_0x1cbb3d){_0x5cf1fa=_0x5cf1fa-0x7e;const _0x2635eb=_0x2635();let _0x38e140=_0x2635eb[_0x5cf1fa];return _0x38e140;}function _0x2635(){const _0x4fe84a=['Negrita','Alineación\x20horizontal','Cursiva','Fila\x20de\x20encabezado','Fuente','Estilo\x20de\x20celda','229724wYBaDN','Guion\x20punto','Alinear\x20a\x20la\x20derecha','Insertar\x20fila\x20abajo','Borde\x20vertical\x20interior','10283525uxufCL','Cerrar','1bcawEB','Seleccionar\x20columna','1565804uJmzni','Aspecto\x20de\x20tabla','35JwbZjg','Borde\x20derecho','Color','2817dZRCer','Separar\x20celdas','Tamaño\x20de\x20fuente','Mínimo','Combinar\x20celdas','Estilo\x20de\x20borde','Color\x20de\x20borde','Centrar','639894tNgGIN','Color\x20de\x20texto','Formato\x20de\x20texto','Tachado','Borde','Justificar','Fila\x20de\x20pie','Fondo\x20de\x20celda','Restablecer\x20color','Eliminar\x20fila','Medio','Distribuir','3052293DYnpvH','Subrayado','Degradado','6928ymNeZe','Insertar\x20imagen','Filas\x20con\x20bandas','Color\x20de\x20fondo\x20de\x20tabla','Imagen','Origen\x20de\x20la\x20imagen','Claro','Alinear\x20abajo','Insertar\x20fila\x20arriba','Insertar','Borde\x20horizontal\x20interior','Insertar\x20columna\x20a\x20la\x20izquierda','Todos\x20los\x20bordes','Ninguno','Columnas\x20con\x20bandas','Sin\x20relleno','34710470FDVnck','Seleccionar\x20celda','Sin\x20borde','Tema\x20de\x20tabla','Alinear\x20arriba','Borde\x20superior','Transparencia','Eliminar','Bordes\x20exteriores','Primera\x20columna','Color\x20de\x20fondo\x20del\x20texto','Sólido','Atrás','Expandir'];_0x2635=function(){return _0x4fe84a;};return _0x2635();}
@@ -1 +1 @@
1
- const _0x16b932=_0x77b1;function _0x77b1(_0x184dc7,_0x118b44){_0x184dc7=_0x184dc7-0x1b8;const _0x149cdf=_0x149c();let _0x77b167=_0x149cdf[_0x184dc7];return _0x77b167;}function _0x149c(){const _0x4d4ba1=['ستون\x20آخر','توزیع\x20ردیف‌ها','بدون\x20حاشیه','حاشیه‌های\x20داخلی','خط‌خورده','توزیع\x20ستون‌ها','خط‌چین\x20نقطه','رنگ\x20متن','38193VpMfTx','هیچ','اندازه\x20قلم','حذف\x20ستون','ردیف‌های\x20نواری','ستون\x20اول','حذف\x20جدول','روشن','هم‌تراز','1477056duauJV','تراز\x20چپ','حاشیه\x20راست','قالب\x20متن','رنگ\x20پس‌زمینه\x20جدول','گرادیان','حاشیه‌های\x20بیرونی','پس‌زمینه\x20سلول','1144068xGGJwb','عرض\x20حاشیه','4666504iqgssM','ادغام\x20سلول‌ها','ردیف\x20سرصفحه','درج','قالب\x20جدول','486055EejPgM','حاشیه\x20افقی\x20داخلی','تراز\x20افقی','ظاهر\x20جدول','قلم','تراز\x20وسط','حاشیه\x20بالا','بدون\x20پر\x20کردن','همه\x20حاشیه‌ها','خط‌چین','درج\x20ردیف\x20در\x20بالا','توزیع','بازنشانی\x20رنگ','درج\x20تصویر','ردیف\x20پاصفحه','حاشیه\x20پایین','سبک\x20حاشیه','تراز\x20راست','تصویر','921000sgFrKk','متوسط','درج\x20ستون\x20در\x20راست','منبع\x20تصویر','حذف','تراز\x20بالا','حاشیه','رنگ','زیرخط','درج\x20ستون\x20در\x20چپ','402608bIuqwd','رنگ\x20حاشیه','حاشیه\x20چپ','یکپارچه','24DbapaO','رنگ\x20پس‌زمینه\x20متن'];_0x149c=function(){return _0x4d4ba1;};return _0x149c();}(function(_0x3a1df8,_0x5af7a3){const _0x158a87=_0x77b1,_0x1bb36a=_0x3a1df8();while(!![]){try{const _0x531e26=parseInt(_0x158a87(0x1d1))/0x1+parseInt(_0x158a87(0x1c7))/0x2+parseInt(_0x158a87(0x1df))/0x3*(parseInt(_0x158a87(0x1d5))/0x4)+-parseInt(_0x158a87(0x1f7))/0x5+parseInt(_0x158a87(0x1f0))/0x6+-parseInt(_0x158a87(0x1e8))/0x7+-parseInt(_0x158a87(0x1f2))/0x8;if(_0x531e26===_0x5af7a3)break;else _0x1bb36a['push'](_0x1bb36a['shift']());}catch(_0x3bc4b2){_0x1bb36a['push'](_0x1bb36a['shift']());}}}(_0x149c,0x3a430));const e={'boards-table-ui':{'contextMenu':{'insert':_0x16b932(0x1f5),'delete':_0x16b932(0x1cb),'distribute':_0x16b932(0x1bf),'insertRowAbove':_0x16b932(0x1be),'insertRowBelow':'درج\x20ردیف\x20در\x20پایین','insertColumnLeft':_0x16b932(0x1d0),'insertColumnRight':_0x16b932(0x1c9),'deleteRow':'حذف\x20ردیف','deleteColumn':_0x16b932(0x1e2),'deleteTable':_0x16b932(0x1e5),'distributeRows':_0x16b932(0x1d8),'distributeColumns':_0x16b932(0x1dc),'resetColor':_0x16b932(0x1c0)},'editorToolbar':{'mergeCells':_0x16b932(0x1f3),'unmergeCells':'لغو\x20ادغام\x20سلول‌ها','tableTheme':_0x16b932(0x1f6),'tableLook':_0x16b932(0x1fa),'headerRow':_0x16b932(0x1f4),'footerRow':_0x16b932(0x1c2),'bandedRows':_0x16b932(0x1e3),'bandedColumns':'ستون‌های\x20نواری','firstColumn':_0x16b932(0x1e4),'lastColumn':_0x16b932(0x1d7),'bestMatch':'بهترین\x20تطابق','light':_0x16b932(0x1e6),'medium':_0x16b932(0x1c8),'minimal':'حداقلی','cellBackground':_0x16b932(0x1ef),'allBorders':'همه\x20حاشیه‌ها','tableBackgroundColor':_0x16b932(0x1ec),'border':_0x16b932(0x1cd),'tableBorderColor':_0x16b932(0x1d2),'borderWidth':_0x16b932(0x1f1),'borderStyle':_0x16b932(0x1c4),'borderStyleSolid':_0x16b932(0x1d4),'borderStyleDash':_0x16b932(0x1bd),'borderStyleDot':'نقطه‌چین','borderStyleDashDot':_0x16b932(0x1dd),'borderPresetAll':_0x16b932(0x1bc),'borderPresetInner':_0x16b932(0x1da),'borderPresetOuter':_0x16b932(0x1ee),'borderPresetTop':_0x16b932(0x1ba),'borderPresetBottom':_0x16b932(0x1c3),'borderPresetLeft':_0x16b932(0x1d3),'borderPresetRight':_0x16b932(0x1ea),'borderPresetInnerHorizontal':_0x16b932(0x1f8),'borderPresetInnerVertical':'حاشیه\x20عمودی\x20داخلی','noBorder':_0x16b932(0x1d9),'none':_0x16b932(0x1e0),'fontFamily':_0x16b932(0x1b8),'fontSize':_0x16b932(0x1e1),'textFormat':_0x16b932(0x1eb),'textColor':_0x16b932(0x1de),'textBackgroundColor':_0x16b932(0x1d6),'bold':'پررنگ','italic':'کج','underline':_0x16b932(0x1cf),'strikethrough':_0x16b932(0x1db),'horizontalAlign':_0x16b932(0x1f9),'verticalAlign':'تراز\x20عمودی','alignLeft':_0x16b932(0x1e9),'alignCenter':_0x16b932(0x1b9),'alignRight':_0x16b932(0x1c5),'alignJustify':_0x16b932(0x1e7),'alignTop':_0x16b932(0x1cc),'alignMiddle':'تراز\x20میانی','alignBottom':'تراز\x20پایین'},'shapePanel':{'fill':{'noFill':_0x16b932(0x1bb),'solidFill':_0x16b932(0x1d4),'gradientFill':_0x16b932(0x1ed),'pictureFill':_0x16b932(0x1c6),'color':_0x16b932(0x1ce),'transparency':'شفافیت','picture':{'source':_0x16b932(0x1ca),'insert':_0x16b932(0x1c1)}}}}};export{e as default};
1
+ function _0x47bd(){const _0x447ac5=['چیدمان','گرادیان','6680860NbJbnI','تراز\x20میانی','15712059NkIAln','ردیف\x20سرصفحه','پس‌زمینه\x20سلول','503882SGlSIk','سبک\x20سلول','تراز\x20افقی','رنگ\x20پس‌زمینه\x20متن','عرض\x20حاشیه','خط‌خورده','هیچ','حاشیه','بدون\x20حاشیه','688onRtQD','نقطه‌چین','ستون\x20اول','36617KmREoz','شفافیت','سبک\x20حاشیه','گسترش','درج\x20تصویر','قالب\x20جدول','تراز\x20بالا','9AEKoAj','درج\x20ستون\x20در\x20راست','درج\x20ردیف\x20در\x20بالا','10SITcmx','ردیف‌های\x20نواری','پررنگ','رنگ\x20پس‌زمینه\x20جدول','متوسط','حذف','616242nLeBta','حاشیه\x20پایین','درج\x20ردیف\x20در\x20پایین','رنگ\x20حاشیه','بازنشانی\x20رنگ','توزیع\x20ردیف‌ها','اندازه\x20قلم','انتخاب\x20ستون','یکپارچه','همه\x20حاشیه‌ها','ظاهر\x20جدول','لغو\x20ادغام\x20سلول‌ها','تراز\x20عمودی','حذف\x20ردیف','1180329khONtn','توزیع','بازگشت','هم‌تراز','حذف\x20ستون','حذف\x20جدول','حاشیه\x20بالا','ردیف\x20پاصفحه','ادغام\x20سلول‌ها','خط‌چین','قالب\x20متن','تراز\x20چپ','4ZXWekb','انتخاب\x20سلول','370482wKOTkF','درج','بهترین\x20تطابق','حاشیه\x20افقی\x20داخلی','قلم','بستن','درج\x20ستون\x20در\x20چپ'];_0x47bd=function(){return _0x447ac5;};return _0x47bd();}const _0x5eb572=_0x196f;(function(_0x23c072,_0x38d47c){const _0x1e0881=_0x196f,_0xd64e75=_0x23c072();while(!![]){try{const _0xf9e1b2=-parseInt(_0x1e0881(0x179))/0x1+parseInt(_0x1e0881(0x195))/0x2+-parseInt(_0x1e0881(0x1a3))/0x3*(parseInt(_0x1e0881(0x1af))/0x4)+-parseInt(_0x1e0881(0x18f))/0x5*(parseInt(_0x1e0881(0x1b1))/0x6)+parseInt(_0x1e0881(0x185))/0x7*(parseInt(_0x1e0881(0x182))/0x8)+parseInt(_0x1e0881(0x18c))/0x9*(-parseInt(_0x1e0881(0x174))/0xa)+parseInt(_0x1e0881(0x176))/0xb;if(_0xf9e1b2===_0x38d47c)break;else _0xd64e75['push'](_0xd64e75['shift']());}catch(_0x13e7b9){_0xd64e75['push'](_0xd64e75['shift']());}}}(_0x47bd,0x7972b));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x5eb572(0x17a),'selectColumn':_0x5eb572(0x19c),'operations':_0x5eb572(0x172),'selectCell':_0x5eb572(0x1b0),'edit':'سبک‌ها','close':_0x5eb572(0x1b6),'expand':_0x5eb572(0x188),'collapse':'جمع\x20کردن','back':_0x5eb572(0x1a5)},'contextMenu':{'insert':_0x5eb572(0x1b2),'delete':_0x5eb572(0x194),'distribute':_0x5eb572(0x1a4),'insertRowAbove':_0x5eb572(0x18e),'insertRowBelow':_0x5eb572(0x197),'insertColumnLeft':_0x5eb572(0x1b7),'insertColumnRight':_0x5eb572(0x18d),'deleteRow':_0x5eb572(0x1a2),'deleteColumn':_0x5eb572(0x1a7),'deleteTable':_0x5eb572(0x1a8),'distributeRows':_0x5eb572(0x19a),'distributeColumns':'توزیع\x20ستون‌ها','resetColor':_0x5eb572(0x199)},'editorToolbar':{'mergeCells':_0x5eb572(0x1ab),'unmergeCells':_0x5eb572(0x1a0),'tableTheme':_0x5eb572(0x18a),'tableLook':_0x5eb572(0x19f),'headerRow':_0x5eb572(0x177),'footerRow':_0x5eb572(0x1aa),'bandedRows':_0x5eb572(0x190),'bandedColumns':'ستون‌های\x20نواری','firstColumn':_0x5eb572(0x184),'lastColumn':'ستون\x20آخر','bestMatch':_0x5eb572(0x1b3),'light':'روشن','medium':_0x5eb572(0x193),'minimal':'حداقلی','cellBackground':_0x5eb572(0x178),'allBorders':_0x5eb572(0x19e),'tableBackgroundColor':_0x5eb572(0x192),'border':_0x5eb572(0x180),'tableBorderColor':_0x5eb572(0x198),'borderWidth':_0x5eb572(0x17d),'borderStyle':_0x5eb572(0x187),'borderStyleSolid':_0x5eb572(0x19d),'borderStyleDash':_0x5eb572(0x1ac),'borderStyleDot':_0x5eb572(0x183),'borderStyleDashDot':'خط‌چین\x20نقطه','borderPresetAll':_0x5eb572(0x19e),'borderPresetInner':'حاشیه‌های\x20داخلی','borderPresetOuter':'حاشیه‌های\x20بیرونی','borderPresetTop':_0x5eb572(0x1a9),'borderPresetBottom':_0x5eb572(0x196),'borderPresetLeft':'حاشیه\x20چپ','borderPresetRight':'حاشیه\x20راست','borderPresetInnerHorizontal':_0x5eb572(0x1b4),'borderPresetInnerVertical':'حاشیه\x20عمودی\x20داخلی','noBorder':_0x5eb572(0x181),'none':_0x5eb572(0x17f),'fontFamily':_0x5eb572(0x1b5),'fontSize':_0x5eb572(0x19b),'textFormat':_0x5eb572(0x1ad),'textColor':'رنگ\x20متن','textBackgroundColor':_0x5eb572(0x17c),'bold':_0x5eb572(0x191),'italic':'کج','underline':'زیرخط','strikethrough':_0x5eb572(0x17e),'horizontalAlign':_0x5eb572(0x17b),'verticalAlign':_0x5eb572(0x1a1),'alignLeft':_0x5eb572(0x1ae),'alignCenter':'تراز\x20وسط','alignRight':'تراز\x20راست','alignJustify':_0x5eb572(0x1a6),'alignTop':_0x5eb572(0x18b),'alignMiddle':_0x5eb572(0x175),'alignBottom':'تراز\x20پایین'},'shapePanel':{'fill':{'noFill':'بدون\x20پر\x20کردن','solidFill':_0x5eb572(0x19d),'gradientFill':_0x5eb572(0x173),'pictureFill':'تصویر','color':'رنگ','transparency':_0x5eb572(0x186),'picture':{'source':'منبع\x20تصویر','insert':_0x5eb572(0x189)}}}}};function _0x196f(_0x200517,_0x8e1df5){_0x200517=_0x200517-0x172;const _0x47bdcd=_0x47bd();let _0x196f40=_0x47bdcd[_0x200517];return _0x196f40;}export{e as default};
@@ -1 +1 @@
1
- const _0x58a349=_0x3180;(function(_0x54c7c0,_0x2d6bdb){const _0x12db94=_0x3180,_0x1b945d=_0x54c7c0();while(!![]){try{const _0x5c07b5=parseInt(_0x12db94(0x126))/0x1*(-parseInt(_0x12db94(0x139))/0x2)+parseInt(_0x12db94(0x13b))/0x3*(parseInt(_0x12db94(0x154))/0x4)+parseInt(_0x12db94(0x117))/0x5*(-parseInt(_0x12db94(0x12a))/0x6)+-parseInt(_0x12db94(0x127))/0x7+parseInt(_0x12db94(0x128))/0x8+parseInt(_0x12db94(0x158))/0x9*(-parseInt(_0x12db94(0x11a))/0xa)+parseInt(_0x12db94(0x153))/0xb;if(_0x5c07b5===_0x2d6bdb)break;else _0x1b945d['push'](_0x1b945d['shift']());}catch(_0x1a10fb){_0x1b945d['push'](_0x1b945d['shift']());}}}(_0x119b,0x87414));const e={'boards-table-ui':{'contextMenu':{'insert':_0x58a349(0x141),'delete':'Supprimer','distribute':_0x58a349(0x138),'insertRowAbove':_0x58a349(0x135),'insertRowBelow':_0x58a349(0x150),'insertColumnLeft':_0x58a349(0x13a),'insertColumnRight':_0x58a349(0x14d),'deleteRow':_0x58a349(0x122),'deleteColumn':_0x58a349(0x121),'deleteTable':_0x58a349(0x148),'distributeRows':_0x58a349(0x124),'distributeColumns':'Répartir\x20les\x20colonnes','resetColor':_0x58a349(0x157)},'editorToolbar':{'mergeCells':'Fusionner\x20les\x20cellules','unmergeCells':_0x58a349(0x14f),'tableTheme':_0x58a349(0x156),'tableLook':_0x58a349(0x147),'headerRow':_0x58a349(0x144),'footerRow':_0x58a349(0x11e),'bandedRows':_0x58a349(0x146),'bandedColumns':_0x58a349(0x159),'firstColumn':_0x58a349(0x145),'lastColumn':_0x58a349(0x13d),'bestMatch':_0x58a349(0x125),'light':_0x58a349(0x11d),'medium':'Moyen','minimal':_0x58a349(0x149),'cellBackground':_0x58a349(0x12f),'allBorders':_0x58a349(0x119),'tableBackgroundColor':_0x58a349(0x11c),'border':'Bordure','tableBorderColor':'Couleur\x20de\x20bordure','borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':'Style\x20de\x20bordure','borderStyleSolid':'Plein','borderStyleDash':_0x58a349(0x12e),'borderStyleDot':_0x58a349(0x152),'borderStyleDashDot':_0x58a349(0x12c),'borderPresetAll':_0x58a349(0x119),'borderPresetInner':_0x58a349(0x12b),'borderPresetOuter':'Bordures\x20extérieures','borderPresetTop':_0x58a349(0x142),'borderPresetBottom':_0x58a349(0x13f),'borderPresetLeft':_0x58a349(0x131),'borderPresetRight':_0x58a349(0x137),'borderPresetInnerHorizontal':_0x58a349(0x13e),'borderPresetInnerVertical':'Bordure\x20verticale\x20intérieure','noBorder':_0x58a349(0x132),'none':'Aucun','fontFamily':_0x58a349(0x14c),'fontSize':_0x58a349(0x120),'textFormat':_0x58a349(0x11f),'textColor':_0x58a349(0x155),'textBackgroundColor':'Couleur\x20d’arrière-plan\x20du\x20texte','bold':_0x58a349(0x118),'italic':'Italique','underline':'Souligné','strikethrough':_0x58a349(0x136),'horizontalAlign':'Alignement\x20horizontal','verticalAlign':_0x58a349(0x151),'alignLeft':_0x58a349(0x11b),'alignCenter':_0x58a349(0x123),'alignRight':_0x58a349(0x133),'alignJustify':_0x58a349(0x129),'alignTop':_0x58a349(0x143),'alignMiddle':_0x58a349(0x140),'alignBottom':_0x58a349(0x14b)},'shapePanel':{'fill':{'noFill':_0x58a349(0x130),'solidFill':_0x58a349(0x13c),'gradientFill':_0x58a349(0x14a),'pictureFill':_0x58a349(0x134),'color':'Couleur','transparency':_0x58a349(0x12d),'picture':{'source':'Source\x20de\x20l’image','insert':_0x58a349(0x14e)}}}}};function _0x3180(_0x55a075,_0x1434ef){_0x55a075=_0x55a075-0x117;const _0x119b99=_0x119b();let _0x31803c=_0x119b99[_0x55a075];return _0x31803c;}export{e as default};function _0x119b(){const _0x43853d=['Colonnes\x20alternées','4601545tQjIQo','Gras','Toutes\x20les\x20bordures','10zlIPqQ','Aligner\x20à\x20gauche','Couleur\x20d’arrière-plan\x20du\x20tableau','Clair','Ligne\x20de\x20pied','Format\x20de\x20texte','Taille\x20de\x20police','Supprimer\x20la\x20colonne','Supprimer\x20la\x20ligne','Centrer','Répartir\x20les\x20lignes','Meilleure\x20correspondance','1pbMSfx','5343779cnuEEl','4557120zHiLch','Justifier','6LdiSIJ','Bordures\x20intérieures','Tiret-point','Transparence','Tiret','Arrière-plan\x20de\x20cellule','Aucun\x20remplissage','Bordure\x20gauche','Aucune\x20bordure','Aligner\x20à\x20droite','Image','Insérer\x20une\x20ligne\x20au-dessus','Barré','Bordure\x20droite','Répartir','1324460dprVvo','Insérer\x20une\x20colonne\x20à\x20gauche','158583fefVyP','Uni','Dernière\x20colonne','Bordure\x20horizontale\x20intérieure','Bordure\x20inférieure','Centrer\x20verticalement','Insérer','Bordure\x20supérieure','Aligner\x20en\x20haut','Ligne\x20d’en-tête','Première\x20colonne','Lignes\x20alternées','Apparence\x20du\x20tableau','Supprimer\x20le\x20tableau','Minimal','Dégradé','Aligner\x20en\x20bas','Police','Insérer\x20une\x20colonne\x20à\x20droite','Insérer\x20une\x20image','Annuler\x20la\x20fusion\x20des\x20cellules','Insérer\x20une\x20ligne\x20en\x20dessous','Alignement\x20vertical','Pointillé','24550614SbsmNX','52HjkWCY','Couleur\x20du\x20texte','Thème\x20de\x20tableau','Réinitialiser\x20la\x20couleur','5298903iuUxjp'];_0x119b=function(){return _0x43853d;};return _0x119b();}
1
+ const _0x17f0fc=_0x4a15;(function(_0x5e8d9c,_0x6a9c62){const _0x19a4cf=_0x4a15,_0x4e5bb0=_0x5e8d9c();while(!![]){try{const _0x32923a=-parseInt(_0x19a4cf(0x216))/0x1*(-parseInt(_0x19a4cf(0x1e5))/0x2)+-parseInt(_0x19a4cf(0x207))/0x3*(parseInt(_0x19a4cf(0x215))/0x4)+-parseInt(_0x19a4cf(0x21c))/0x5+parseInt(_0x19a4cf(0x21e))/0x6+-parseInt(_0x19a4cf(0x208))/0x7+parseInt(_0x19a4cf(0x1ef))/0x8*(-parseInt(_0x19a4cf(0x1f1))/0x9)+-parseInt(_0x19a4cf(0x1e3))/0xa*(-parseInt(_0x19a4cf(0x212))/0xb);if(_0x32923a===_0x6a9c62)break;else _0x4e5bb0['push'](_0x4e5bb0['shift']());}catch(_0x11cee0){_0x4e5bb0['push'](_0x4e5bb0['shift']());}}}(_0x29da,0x2e70d));function _0x4a15(_0x3f50d4,_0x5634e4){_0x3f50d4=_0x3f50d4-0x1e2;const _0x29da46=_0x29da();let _0x4a1535=_0x29da46[_0x3f50d4];return _0x4a1535;}const e={'boards-table-ui':{'mobile':{'cellStyle':'Style\x20de\x20cellule','selectColumn':'Sélectionner\x20une\x20colonne','operations':'Disposition','selectCell':_0x17f0fc(0x1fc),'edit':_0x17f0fc(0x223),'close':'Fermer','expand':_0x17f0fc(0x227),'collapse':'Réduire','back':_0x17f0fc(0x214)},'contextMenu':{'insert':_0x17f0fc(0x226),'delete':_0x17f0fc(0x218),'distribute':_0x17f0fc(0x220),'insertRowAbove':'Insérer\x20une\x20ligne\x20au-dessus','insertRowBelow':_0x17f0fc(0x21a),'insertColumnLeft':'Insérer\x20une\x20colonne\x20à\x20gauche','insertColumnRight':'Insérer\x20une\x20colonne\x20à\x20droite','deleteRow':'Supprimer\x20la\x20ligne','deleteColumn':_0x17f0fc(0x1f0),'deleteTable':'Supprimer\x20le\x20tableau','distributeRows':_0x17f0fc(0x1e6),'distributeColumns':_0x17f0fc(0x20e),'resetColor':_0x17f0fc(0x21b)},'editorToolbar':{'mergeCells':_0x17f0fc(0x1e7),'unmergeCells':_0x17f0fc(0x217),'tableTheme':_0x17f0fc(0x1f6),'tableLook':_0x17f0fc(0x1f2),'headerRow':_0x17f0fc(0x1ec),'footerRow':_0x17f0fc(0x1e8),'bandedRows':_0x17f0fc(0x1fd),'bandedColumns':_0x17f0fc(0x1fb),'firstColumn':_0x17f0fc(0x1f3),'lastColumn':_0x17f0fc(0x209),'bestMatch':_0x17f0fc(0x20c),'light':'Clair','medium':_0x17f0fc(0x1f8),'minimal':'Minimal','cellBackground':_0x17f0fc(0x219),'allBorders':_0x17f0fc(0x20f),'tableBackgroundColor':_0x17f0fc(0x205),'border':'Bordure','tableBorderColor':_0x17f0fc(0x1ee),'borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':'Style\x20de\x20bordure','borderStyleSolid':_0x17f0fc(0x1fa),'borderStyleDash':_0x17f0fc(0x1f9),'borderStyleDot':_0x17f0fc(0x211),'borderStyleDashDot':'Tiret-point','borderPresetAll':_0x17f0fc(0x20f),'borderPresetInner':_0x17f0fc(0x1e4),'borderPresetOuter':_0x17f0fc(0x206),'borderPresetTop':_0x17f0fc(0x222),'borderPresetBottom':_0x17f0fc(0x21d),'borderPresetLeft':'Bordure\x20gauche','borderPresetRight':_0x17f0fc(0x1e9),'borderPresetInnerHorizontal':'Bordure\x20horizontale\x20intérieure','borderPresetInnerVertical':'Bordure\x20verticale\x20intérieure','noBorder':_0x17f0fc(0x224),'none':_0x17f0fc(0x200),'fontFamily':'Police','fontSize':_0x17f0fc(0x1f5),'textFormat':_0x17f0fc(0x221),'textColor':_0x17f0fc(0x203),'textBackgroundColor':_0x17f0fc(0x20d),'bold':_0x17f0fc(0x213),'italic':_0x17f0fc(0x20b),'underline':_0x17f0fc(0x21f),'strikethrough':_0x17f0fc(0x1e2),'horizontalAlign':'Alignement\x20horizontal','verticalAlign':_0x17f0fc(0x1ff),'alignLeft':_0x17f0fc(0x1f4),'alignCenter':_0x17f0fc(0x1f7),'alignRight':'Aligner\x20à\x20droite','alignJustify':_0x17f0fc(0x20a),'alignTop':_0x17f0fc(0x210),'alignMiddle':_0x17f0fc(0x1ed),'alignBottom':'Aligner\x20en\x20bas'},'shapePanel':{'fill':{'noFill':_0x17f0fc(0x225),'solidFill':_0x17f0fc(0x201),'gradientFill':_0x17f0fc(0x1ea),'pictureFill':'Image','color':_0x17f0fc(0x1fe),'transparency':_0x17f0fc(0x1eb),'picture':{'source':_0x17f0fc(0x204),'insert':_0x17f0fc(0x202)}}}}};function _0x29da(){const _0x40cc1d=['Insérer','Développer','Barré','18690MSLiNG','Bordures\x20intérieures','320624AYFzZt','Répartir\x20les\x20lignes','Fusionner\x20les\x20cellules','Ligne\x20de\x20pied','Bordure\x20droite','Dégradé','Transparence','Ligne\x20d’en-tête','Centrer\x20verticalement','Couleur\x20de\x20bordure','571656CmuSvv','Supprimer\x20la\x20colonne','9RPgnhZ','Apparence\x20du\x20tableau','Première\x20colonne','Aligner\x20à\x20gauche','Taille\x20de\x20police','Thème\x20de\x20tableau','Centrer','Moyen','Tiret','Plein','Colonnes\x20alternées','Sélectionner\x20une\x20cellule','Lignes\x20alternées','Couleur','Alignement\x20vertical','Aucun','Uni','Insérer\x20une\x20image','Couleur\x20du\x20texte','Source\x20de\x20l’image','Couleur\x20d’arrière-plan\x20du\x20tableau','Bordures\x20extérieures','905586ufbRlG','2313227UGqMHY','Dernière\x20colonne','Justifier','Italique','Meilleure\x20correspondance','Couleur\x20d’arrière-plan\x20du\x20texte','Répartir\x20les\x20colonnes','Toutes\x20les\x20bordures','Aligner\x20en\x20haut','Pointillé','3553Rubsed','Gras','Retour','4GVbIuJ','2JAMlWH','Annuler\x20la\x20fusion\x20des\x20cellules','Supprimer','Arrière-plan\x20de\x20cellule','Insérer\x20une\x20ligne\x20en\x20dessous','Réinitialiser\x20la\x20couleur','1839815JJKnEd','Bordure\x20inférieure','2025918sgHgJs','Souligné','Répartir','Format\x20de\x20texte','Bordure\x20supérieure','Styles','Aucune\x20bordure','Aucun\x20remplissage'];_0x29da=function(){return _0x40cc1d;};return _0x29da();}export{e as default};
@@ -1 +1 @@
1
- const _0x369397=_0x373a;function _0x5b19(){const _0x3cc9d9=['Kecocokan\x20terbaik','590PMXIVZ','Warna\x20teks','Sisipkan\x20baris\x20di\x20atas','Rata\x20bawah','24KhpfxU','Gabungkan\x20sel','Tebal','Gradien','Rata\x20atas','Batas\x20luar','Tanpa\x20batas','Batas','Hapus\x20tabel','Distribusikan','Batas\x20horizontal\x20dalam','320181pauyhy','Titik','Rata\x20kiri','Sedang','Transparansi','Tanpa\x20isian','Terang','1314797tzWzvA','Garis\x20titik','Tampilan\x20tabel','Batas\x20kanan','Batas\x20kiri','Sisipkan\x20kolom\x20kanan','Baris\x20header','Kolom\x20terakhir','Minimal','Format\x20teks','Batas\x20bawah','Hapus\x20baris','Baris\x20footer','Rata\x20tengah\x20vertikal','Rata\x20vertikal','1794Ssymam','Warna\x20batas','Hapus\x20kolom','849960EQidTj','Solid','Garis\x20bawah','Rata\x20tengah','Sumber\x20gambar','583386qlGfrL','Tema\x20tabel','72837WMIOtR','296275iREmUZ','Garis\x20putus','Warna','Hapus','Sisipkan','Miring','Latar\x20sel','Distribusikan\x20kolom','260CwXHMH','Sisipkan\x20gambar','Kolom\x20berpita','Semua\x20batas','Batas\x20dalam','Tidak\x20ada','Batas\x20atas','Gaya\x20batas','2qEalKC','Kolom\x20pertama','Rata\x20horizontal'];_0x5b19=function(){return _0x3cc9d9;};return _0x5b19();}function _0x373a(_0x334a98,_0x33c12f){_0x334a98=_0x334a98-0x161;const _0x5b19e6=_0x5b19();let _0x373abb=_0x5b19e6[_0x334a98];return _0x373abb;}(function(_0x3e6847,_0x511d4c){const _0x227cbe=_0x373a,_0x46dd74=_0x3e6847();while(!![]){try{const _0x9b921a=-parseInt(_0x227cbe(0x18d))/0x1+-parseInt(_0x227cbe(0x17a))/0x2*(parseInt(_0x227cbe(0x167))/0x3)+parseInt(_0x227cbe(0x162))/0x4+parseInt(_0x227cbe(0x17e))/0x5*(parseInt(_0x227cbe(0x1a3))/0x6)+-parseInt(_0x227cbe(0x16a))/0x7*(-parseInt(_0x227cbe(0x182))/0x8)+parseInt(_0x227cbe(0x169))/0x9*(parseInt(_0x227cbe(0x172))/0xa)+parseInt(_0x227cbe(0x194))/0xb;if(_0x9b921a===_0x511d4c)break;else _0x46dd74['push'](_0x46dd74['shift']());}catch(_0x15733c){_0x46dd74['push'](_0x46dd74['shift']());}}}(_0x5b19,0x2e661));const e={'boards-table-ui':{'contextMenu':{'insert':_0x369397(0x16e),'delete':_0x369397(0x16d),'distribute':_0x369397(0x18b),'insertRowAbove':_0x369397(0x180),'insertRowBelow':'Sisipkan\x20baris\x20di\x20bawah','insertColumnLeft':'Sisipkan\x20kolom\x20kiri','insertColumnRight':_0x369397(0x199),'deleteRow':_0x369397(0x19f),'deleteColumn':_0x369397(0x161),'deleteTable':_0x369397(0x18a),'distributeRows':'Distribusikan\x20baris','distributeColumns':_0x369397(0x171),'resetColor':'Atur\x20ulang\x20warna'},'editorToolbar':{'mergeCells':_0x369397(0x183),'unmergeCells':'Pisahkan\x20sel','tableTheme':_0x369397(0x168),'tableLook':_0x369397(0x196),'headerRow':_0x369397(0x19a),'footerRow':_0x369397(0x1a0),'bandedRows':'Baris\x20berpita','bandedColumns':_0x369397(0x174),'firstColumn':_0x369397(0x17b),'lastColumn':_0x369397(0x19b),'bestMatch':_0x369397(0x17d),'light':_0x369397(0x193),'medium':_0x369397(0x190),'minimal':_0x369397(0x19c),'cellBackground':_0x369397(0x170),'allBorders':_0x369397(0x175),'tableBackgroundColor':'Warna\x20latar\x20tabel','border':_0x369397(0x189),'tableBorderColor':_0x369397(0x1a4),'borderWidth':'Lebar\x20batas','borderStyle':_0x369397(0x179),'borderStyleSolid':_0x369397(0x163),'borderStyleDash':_0x369397(0x16b),'borderStyleDot':_0x369397(0x18e),'borderStyleDashDot':_0x369397(0x195),'borderPresetAll':_0x369397(0x175),'borderPresetInner':_0x369397(0x176),'borderPresetOuter':_0x369397(0x187),'borderPresetTop':_0x369397(0x178),'borderPresetBottom':_0x369397(0x19e),'borderPresetLeft':_0x369397(0x198),'borderPresetRight':_0x369397(0x197),'borderPresetInnerHorizontal':_0x369397(0x18c),'borderPresetInnerVertical':'Batas\x20vertikal\x20dalam','noBorder':_0x369397(0x188),'none':_0x369397(0x177),'fontFamily':'Jenis\x20font','fontSize':'Ukuran\x20font','textFormat':_0x369397(0x19d),'textColor':_0x369397(0x17f),'textBackgroundColor':'Warna\x20latar\x20teks','bold':_0x369397(0x184),'italic':_0x369397(0x16f),'underline':_0x369397(0x164),'strikethrough':'Coret','horizontalAlign':_0x369397(0x17c),'verticalAlign':_0x369397(0x1a2),'alignLeft':_0x369397(0x18f),'alignCenter':_0x369397(0x165),'alignRight':'Rata\x20kanan','alignJustify':'Rata\x20kiri\x20kanan','alignTop':_0x369397(0x186),'alignMiddle':_0x369397(0x1a1),'alignBottom':_0x369397(0x181)},'shapePanel':{'fill':{'noFill':_0x369397(0x192),'solidFill':_0x369397(0x163),'gradientFill':_0x369397(0x185),'pictureFill':'Gambar','color':_0x369397(0x16c),'transparency':_0x369397(0x191),'picture':{'source':_0x369397(0x166),'insert':_0x369397(0x173)}}}}};export{e as default};
1
+ const _0x3e74ff=_0x59e1;function _0x5fc9(){const _0x149b02=['Miring','Atur\x20ulang\x20warna','Solid','Tanpa\x20batas','Rata\x20horizontal','Hapus\x20kolom','Lebar\x20batas','Tema\x20tabel','Pilih\x20kolom','Sedang','Semua\x20batas','Tata\x20Letak','Warna\x20batas','Kolom\x20berpita','Sisipkan\x20kolom\x20kanan','Sisipkan\x20baris\x20di\x20bawah','Batas\x20dalam','Batas\x20horizontal\x20dalam','2261NvXKBE','1174869TJqnHC','Batas','Tebal','Hapus','Baris\x20header','Gambar','Minimal','Sisipkan\x20gambar','Garis\x20bawah','Kolom\x20pertama','Batas\x20luar','Sisipkan\x20baris\x20di\x20atas','Distribusikan\x20kolom','Tutup','1184317WASGxp','Titik','Latar\x20sel','Rata\x20vertikal','Rata\x20kiri','Gaya','Baris\x20berpita','238660zlEUBp','Pisahkan\x20sel','Ukuran\x20font','2SifvOM','Batas\x20atas','Distribusikan\x20baris','Tidak\x20ada','Kecocokan\x20terbaik','3149020iRxvRI','Warna\x20latar\x20tabel','Sisipkan\x20kolom\x20kiri','Gabungkan\x20sel','Coret','Hapus\x20baris','Tanpa\x20isian','481jxPgQm','Tampilan\x20tabel','Ciutkan','Terang','Gradien','Format\x20teks','Gaya\x20sel','Warna\x20latar\x20teks','Baris\x20footer','4xyHpKO','Transparansi','Garis\x20titik','Gaya\x20batas','Hapus\x20tabel','Distribusikan','33KMFBvR','59604hgwfks','Rata\x20atas','Sisipkan','Rata\x20tengah','8469144uNVesa','120UfxoNZ','Warna\x20teks','Batas\x20vertikal\x20dalam','Batas\x20kanan','16224pzcskY','Kolom\x20terakhir','Rata\x20kiri\x20kanan'];_0x5fc9=function(){return _0x149b02;};return _0x5fc9();}function _0x59e1(_0xe74c94,_0xdb8b49){_0xe74c94=_0xe74c94-0x94;const _0x5fc922=_0x5fc9();let _0x59e1b0=_0x5fc922[_0xe74c94];return _0x59e1b0;}(function(_0x18560d,_0x349cdf){const _0x1a6e85=_0x59e1,_0x135939=_0x18560d();while(!![]){try{const _0x5be88f=-parseInt(_0x1a6e85(0xb0))/0x1*(parseInt(_0x1a6e85(0xba))/0x2)+parseInt(_0x1a6e85(0xa2))/0x3*(-parseInt(_0x1a6e85(0xcf))/0x4)+-parseInt(_0x1a6e85(0xb7))/0x5*(-parseInt(_0x1a6e85(0xdb))/0x6)+-parseInt(_0x1a6e85(0xa1))/0x7*(parseInt(_0x1a6e85(0xdf))/0x8)+parseInt(_0x1a6e85(0xda))/0x9+parseInt(_0x1a6e85(0xbf))/0xa*(parseInt(_0x1a6e85(0xd5))/0xb)+parseInt(_0x1a6e85(0xd6))/0xc*(parseInt(_0x1a6e85(0xc6))/0xd);if(_0x5be88f===_0x349cdf)break;else _0x135939['push'](_0x135939['shift']());}catch(_0x1f1715){_0x135939['push'](_0x135939['shift']());}}}(_0x5fc9,0xc1a45));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x3e74ff(0xcc),'selectColumn':_0x3e74ff(0x97),'operations':_0x3e74ff(0x9a),'selectCell':'Pilih\x20sel','edit':_0x3e74ff(0xb5),'close':_0x3e74ff(0xaf),'expand':'Perluas','collapse':_0x3e74ff(0xc8),'back':'Kembali'},'contextMenu':{'insert':_0x3e74ff(0xd8),'delete':_0x3e74ff(0xa5),'distribute':_0x3e74ff(0xd4),'insertRowAbove':_0x3e74ff(0xad),'insertRowBelow':_0x3e74ff(0x9e),'insertColumnLeft':_0x3e74ff(0xc1),'insertColumnRight':_0x3e74ff(0x9d),'deleteRow':_0x3e74ff(0xc4),'deleteColumn':_0x3e74ff(0x94),'deleteTable':_0x3e74ff(0xd3),'distributeRows':_0x3e74ff(0xbc),'distributeColumns':_0x3e74ff(0xae),'resetColor':_0x3e74ff(0xe3)},'editorToolbar':{'mergeCells':_0x3e74ff(0xc2),'unmergeCells':_0x3e74ff(0xb8),'tableTheme':_0x3e74ff(0x96),'tableLook':_0x3e74ff(0xc7),'headerRow':_0x3e74ff(0xa6),'footerRow':_0x3e74ff(0xce),'bandedRows':_0x3e74ff(0xb6),'bandedColumns':_0x3e74ff(0x9c),'firstColumn':_0x3e74ff(0xab),'lastColumn':_0x3e74ff(0xe0),'bestMatch':_0x3e74ff(0xbe),'light':_0x3e74ff(0xc9),'medium':_0x3e74ff(0x98),'minimal':_0x3e74ff(0xa8),'cellBackground':_0x3e74ff(0xb2),'allBorders':_0x3e74ff(0x99),'tableBackgroundColor':_0x3e74ff(0xc0),'border':_0x3e74ff(0xa3),'tableBorderColor':_0x3e74ff(0x9b),'borderWidth':_0x3e74ff(0x95),'borderStyle':_0x3e74ff(0xd2),'borderStyleSolid':'Solid','borderStyleDash':'Garis\x20putus','borderStyleDot':_0x3e74ff(0xb1),'borderStyleDashDot':_0x3e74ff(0xd1),'borderPresetAll':_0x3e74ff(0x99),'borderPresetInner':_0x3e74ff(0x9f),'borderPresetOuter':_0x3e74ff(0xac),'borderPresetTop':_0x3e74ff(0xbb),'borderPresetBottom':'Batas\x20bawah','borderPresetLeft':'Batas\x20kiri','borderPresetRight':_0x3e74ff(0xde),'borderPresetInnerHorizontal':_0x3e74ff(0xa0),'borderPresetInnerVertical':_0x3e74ff(0xdd),'noBorder':_0x3e74ff(0xe5),'none':_0x3e74ff(0xbd),'fontFamily':'Jenis\x20font','fontSize':_0x3e74ff(0xb9),'textFormat':_0x3e74ff(0xcb),'textColor':_0x3e74ff(0xdc),'textBackgroundColor':_0x3e74ff(0xcd),'bold':_0x3e74ff(0xa4),'italic':_0x3e74ff(0xe2),'underline':_0x3e74ff(0xaa),'strikethrough':_0x3e74ff(0xc3),'horizontalAlign':_0x3e74ff(0xe6),'verticalAlign':_0x3e74ff(0xb3),'alignLeft':_0x3e74ff(0xb4),'alignCenter':_0x3e74ff(0xd9),'alignRight':'Rata\x20kanan','alignJustify':_0x3e74ff(0xe1),'alignTop':_0x3e74ff(0xd7),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':'Rata\x20bawah'},'shapePanel':{'fill':{'noFill':_0x3e74ff(0xc5),'solidFill':_0x3e74ff(0xe4),'gradientFill':_0x3e74ff(0xca),'pictureFill':_0x3e74ff(0xa7),'color':'Warna','transparency':_0x3e74ff(0xd0),'picture':{'source':'Sumber\x20gambar','insert':_0x3e74ff(0xa9)}}}}};export{e as default};
@@ -1 +1 @@
1
- function _0x25b4(_0x4cac56,_0x5ad7ed){_0x4cac56=_0x4cac56-0x13d;const _0x237b86=_0x237b();let _0x25b401=_0x237b86[_0x4cac56];return _0x25b401;}function _0x237b(){const _0x45ebdf=['Bordo\x20inferiore','Colore\x20sfondo\x20testo','Inserisci\x20riga\x20sotto','Dimensione\x20font','390761bNTOJw','Nessuno','852036ZgCXHa','Sfumatura','10VkEDpP','Righe\x20alternate','Colore\x20testo','Riga\x20intestazione','Elimina\x20colonna','Trasparenza','Tratteggio','Famiglia\x20font','Bordo\x20destro','1044756TRNChK','16mZtFrE','Medio','Stile\x20bordo','Allinea\x20al\x20centro\x20verticalmente','Distribuisci\x20colonne','Elimina','Prima\x20colonna','Ultima\x20colonna','Allinea\x20al\x20centro','Colonne\x20alternate','Sfondo\x20cella','Nessun\x20bordo','Bordi\x20esterni','Giustifica','Aspetto\x20tabella','Allineamento\x20orizzontale','Inserisci\x20immagine','Punteggiato','Grassetto','Unisci\x20celle','Distribuisci','Bordo\x20orizzontale\x20interno','Inserisci\x20riga\x20sopra','Allineamento\x20verticale','51sXXrZX','Riga\x20piè\x20di\x20pagina','Colore\x20bordo','Immagine','Origine\x20immagine','127478phZsgF','1452gDbLyQ','Bordo\x20sinistro','Barrato','Formato\x20testo','Allinea\x20a\x20destra','Bordo\x20verticale\x20interno','Tutti\x20i\x20bordi','Elimina\x20tabella','Larghezza\x20bordo','Reimposta\x20colore','Bordi\x20interni','Separa\x20celle','Bordo\x20superiore','Allinea\x20in\x20basso','Inserisci\x20colonna\x20a\x20destra','614365BlAiNr','Sottolineato','4237137jSwcbu','Elimina\x20riga','Inserisci\x20colonna\x20a\x20sinistra','Nessun\x20riempimento','Tema\x20tabella','Corsivo','Distribuisci\x20righe'];_0x237b=function(){return _0x45ebdf;};return _0x237b();}const _0x54ae31=_0x25b4;(function(_0x404fea,_0x34677f){const _0x92010f=_0x25b4,_0x416a6a=_0x404fea();while(!![]){try{const _0x998434=-parseInt(_0x92010f(0x170))/0x1+parseInt(_0x92010f(0x171))/0x2*(parseInt(_0x92010f(0x16b))/0x3)+-parseInt(_0x92010f(0x147))/0x4+parseInt(_0x92010f(0x180))/0x5+-parseInt(_0x92010f(0x152))/0x6+parseInt(_0x92010f(0x145))/0x7*(parseInt(_0x92010f(0x153))/0x8)+-parseInt(_0x92010f(0x182))/0x9*(-parseInt(_0x92010f(0x149))/0xa);if(_0x998434===_0x34677f)break;else _0x416a6a['push'](_0x416a6a['shift']());}catch(_0x306e75){_0x416a6a['push'](_0x416a6a['shift']());}}}(_0x237b,0x31921));const e={'boards-table-ui':{'contextMenu':{'insert':'Inserisci','delete':_0x54ae31(0x158),'distribute':_0x54ae31(0x167),'insertRowAbove':_0x54ae31(0x169),'insertRowBelow':_0x54ae31(0x143),'insertColumnLeft':_0x54ae31(0x184),'insertColumnRight':_0x54ae31(0x17f),'deleteRow':_0x54ae31(0x183),'deleteColumn':_0x54ae31(0x14d),'deleteTable':_0x54ae31(0x178),'distributeRows':_0x54ae31(0x140),'distributeColumns':_0x54ae31(0x157),'resetColor':_0x54ae31(0x17a)},'editorToolbar':{'mergeCells':_0x54ae31(0x166),'unmergeCells':_0x54ae31(0x17c),'tableTheme':_0x54ae31(0x13e),'tableLook':_0x54ae31(0x161),'headerRow':_0x54ae31(0x14c),'footerRow':_0x54ae31(0x16c),'bandedRows':_0x54ae31(0x14a),'bandedColumns':_0x54ae31(0x15c),'firstColumn':_0x54ae31(0x159),'lastColumn':_0x54ae31(0x15a),'bestMatch':'Corrispondenza\x20migliore','light':'Chiaro','medium':_0x54ae31(0x154),'minimal':'Minimo','cellBackground':_0x54ae31(0x15d),'allBorders':_0x54ae31(0x177),'tableBackgroundColor':'Colore\x20sfondo\x20tabella','border':'Bordo','tableBorderColor':_0x54ae31(0x16d),'borderWidth':_0x54ae31(0x179),'borderStyle':_0x54ae31(0x155),'borderStyleSolid':'Solido','borderStyleDash':_0x54ae31(0x14f),'borderStyleDot':_0x54ae31(0x164),'borderStyleDashDot':'Tratto\x20punto','borderPresetAll':'Tutti\x20i\x20bordi','borderPresetInner':_0x54ae31(0x17b),'borderPresetOuter':_0x54ae31(0x15f),'borderPresetTop':_0x54ae31(0x17d),'borderPresetBottom':_0x54ae31(0x141),'borderPresetLeft':_0x54ae31(0x172),'borderPresetRight':_0x54ae31(0x151),'borderPresetInnerHorizontal':_0x54ae31(0x168),'borderPresetInnerVertical':_0x54ae31(0x176),'noBorder':_0x54ae31(0x15e),'none':_0x54ae31(0x146),'fontFamily':_0x54ae31(0x150),'fontSize':_0x54ae31(0x144),'textFormat':_0x54ae31(0x174),'textColor':_0x54ae31(0x14b),'textBackgroundColor':_0x54ae31(0x142),'bold':_0x54ae31(0x165),'italic':_0x54ae31(0x13f),'underline':_0x54ae31(0x181),'strikethrough':_0x54ae31(0x173),'horizontalAlign':_0x54ae31(0x162),'verticalAlign':_0x54ae31(0x16a),'alignLeft':'Allinea\x20a\x20sinistra','alignCenter':_0x54ae31(0x15b),'alignRight':_0x54ae31(0x175),'alignJustify':_0x54ae31(0x160),'alignTop':'Allinea\x20in\x20alto','alignMiddle':_0x54ae31(0x156),'alignBottom':_0x54ae31(0x17e)},'shapePanel':{'fill':{'noFill':_0x54ae31(0x13d),'solidFill':'Solido','gradientFill':_0x54ae31(0x148),'pictureFill':_0x54ae31(0x16e),'color':'Colore','transparency':_0x54ae31(0x14e),'picture':{'source':_0x54ae31(0x16f),'insert':_0x54ae31(0x163)}}}}};export{e as default};
1
+ const _0xc8b880=_0x56b6;(function(_0x4c2b43,_0xdb9348){const _0x5d3498=_0x56b6,_0x3f568d=_0x4c2b43();while(!![]){try{const _0x57846d=parseInt(_0x5d3498(0xa3))/0x1*(-parseInt(_0x5d3498(0xc2))/0x2)+-parseInt(_0x5d3498(0xab))/0x3+parseInt(_0x5d3498(0xaa))/0x4*(-parseInt(_0x5d3498(0xd8))/0x5)+-parseInt(_0x5d3498(0xcd))/0x6+parseInt(_0x5d3498(0xa2))/0x7+-parseInt(_0x5d3498(0xd7))/0x8+parseInt(_0x5d3498(0xcc))/0x9*(parseInt(_0x5d3498(0xa9))/0xa);if(_0x57846d===_0xdb9348)break;else _0x3f568d['push'](_0x3f568d['shift']());}catch(_0x593859){_0x3f568d['push'](_0x3f568d['shift']());}}}(_0xf652,0x52d70));const e={'boards-table-ui':{'mobile':{'cellStyle':_0xc8b880(0xa5),'selectColumn':_0xc8b880(0xd2),'operations':'Layout','selectCell':'Seleziona\x20cella','edit':_0xc8b880(0xdb),'close':_0xc8b880(0xad),'expand':_0xc8b880(0xd4),'collapse':_0xc8b880(0xda),'back':_0xc8b880(0xae)},'contextMenu':{'insert':'Inserisci','delete':_0xc8b880(0xc5),'distribute':'Distribuisci','insertRowAbove':_0xc8b880(0xbb),'insertRowBelow':_0xc8b880(0xb0),'insertColumnLeft':_0xc8b880(0xbe),'insertColumnRight':_0xc8b880(0xc0),'deleteRow':'Elimina\x20riga','deleteColumn':_0xc8b880(0xb5),'deleteTable':_0xc8b880(0xcf),'distributeRows':'Distribuisci\x20righe','distributeColumns':_0xc8b880(0x9f),'resetColor':'Reimposta\x20colore'},'editorToolbar':{'mergeCells':_0xc8b880(0xb2),'unmergeCells':_0xc8b880(0xc1),'tableTheme':_0xc8b880(0xcb),'tableLook':_0xc8b880(0xa6),'headerRow':_0xc8b880(0xdc),'footerRow':_0xc8b880(0xc4),'bandedRows':_0xc8b880(0xa0),'bandedColumns':'Colonne\x20alternate','firstColumn':_0xc8b880(0xdd),'lastColumn':'Ultima\x20colonna','bestMatch':'Corrispondenza\x20migliore','light':_0xc8b880(0xd5),'medium':_0xc8b880(0xb3),'minimal':'Minimo','cellBackground':'Sfondo\x20cella','allBorders':_0xc8b880(0xbc),'tableBackgroundColor':'Colore\x20sfondo\x20tabella','border':_0xc8b880(0xc8),'tableBorderColor':_0xc8b880(0xbd),'borderWidth':_0xc8b880(0xc6),'borderStyle':_0xc8b880(0xb7),'borderStyleSolid':'Solido','borderStyleDash':_0xc8b880(0xce),'borderStyleDot':_0xc8b880(0xd1),'borderStyleDashDot':_0xc8b880(0xb1),'borderPresetAll':_0xc8b880(0xbc),'borderPresetInner':_0xc8b880(0xd0),'borderPresetOuter':_0xc8b880(0xdf),'borderPresetTop':'Bordo\x20superiore','borderPresetBottom':_0xc8b880(0xa7),'borderPresetLeft':_0xc8b880(0xd9),'borderPresetRight':_0xc8b880(0x9e),'borderPresetInnerHorizontal':'Bordo\x20orizzontale\x20interno','borderPresetInnerVertical':_0xc8b880(0xa8),'noBorder':_0xc8b880(0xc9),'none':_0xc8b880(0xa4),'fontFamily':_0xc8b880(0xb4),'fontSize':_0xc8b880(0xde),'textFormat':_0xc8b880(0xc3),'textColor':'Colore\x20testo','textBackgroundColor':_0xc8b880(0xa1),'bold':'Grassetto','italic':_0xc8b880(0xaf),'underline':_0xc8b880(0xd3),'strikethrough':_0xc8b880(0xc7),'horizontalAlign':'Allineamento\x20orizzontale','verticalAlign':'Allineamento\x20verticale','alignLeft':'Allinea\x20a\x20sinistra','alignCenter':_0xc8b880(0xe0),'alignRight':'Allinea\x20a\x20destra','alignJustify':_0xc8b880(0xba),'alignTop':_0xc8b880(0xca),'alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignBottom':'Allinea\x20in\x20basso'},'shapePanel':{'fill':{'noFill':_0xc8b880(0xb8),'solidFill':_0xc8b880(0xb9),'gradientFill':_0xc8b880(0xb6),'pictureFill':'Immagine','color':'Colore','transparency':_0xc8b880(0xd6),'picture':{'source':_0xc8b880(0xac),'insert':_0xc8b880(0xbf)}}}}};function _0x56b6(_0x552dac,_0x1a43b3){_0x552dac=_0x552dac-0x9e;const _0xf65208=_0xf652();let _0x56b62f=_0xf65208[_0x552dac];return _0x56b62f;}export{e as default};function _0xf652(){const _0x46a5ed=['Colore\x20bordo','Inserisci\x20colonna\x20a\x20sinistra','Inserisci\x20immagine','Inserisci\x20colonna\x20a\x20destra','Separa\x20celle','134ntwKWl','Formato\x20testo','Riga\x20piè\x20di\x20pagina','Elimina','Larghezza\x20bordo','Barrato','Bordo','Nessun\x20bordo','Allinea\x20in\x20alto','Tema\x20tabella','9qTlQri','2689374XyolfU','Tratteggio','Elimina\x20tabella','Bordi\x20interni','Punteggiato','Seleziona\x20colonna','Sottolineato','Espandi','Chiaro','Trasparenza','2105168uITyPN','783885UIbkmX','Bordo\x20sinistro','Comprimi','Stili','Riga\x20intestazione','Prima\x20colonna','Dimensione\x20font','Bordi\x20esterni','Allinea\x20al\x20centro','Bordo\x20destro','Distribuisci\x20colonne','Righe\x20alternate','Colore\x20sfondo\x20testo','3751251HabjOI','1469UFVqdj','Nessuno','Stile\x20cella','Aspetto\x20tabella','Bordo\x20inferiore','Bordo\x20verticale\x20interno','12798190bRtOYF','4HXrhAn','1529475HqBepW','Origine\x20immagine','Chiudi','Indietro','Corsivo','Inserisci\x20riga\x20sotto','Tratto\x20punto','Unisci\x20celle','Medio','Famiglia\x20font','Elimina\x20colonna','Sfumatura','Stile\x20bordo','Nessun\x20riempimento','Solido','Giustifica','Inserisci\x20riga\x20sopra','Tutti\x20i\x20bordi'];_0xf652=function(){return _0x46a5ed;};return _0xf652();}
@@ -1 +1 @@
1
- const _0x10740d=_0x265f;function _0xa6d0(){const _0x23869f=['テキスト形式','セルの背景','右罫線','下罫線','フォント','罫線のスタイル','5VNMYBE','フォントサイズ','画像ソース','列を削除','取り消し線','すべての罫線','上下中央揃え','11847240vcTIFe','460luWQGy','中央揃え','文字色','内側の縦罫線','最初の列','罫線の色','3436962FwyUkn','塗りつぶしなし','表の外観','見出し行','10242648NuMwex','左に列を挿入','罫線の幅','セルを結合','上揃え','セル結合を解除','列を均等に配置','明るい','両端揃え','444rgPZCt','最適な組み合わせ','グラデーション','4456084qllqyX','文字の背景色','水平方向の配置','表を削除','左揃え','11DKswKt','外側の罫線','垂直方向の配置','3898008xNqBhu','透明度','61439MjXgnP','32pmdzxi','内側の罫線','上に行を挿入','色をリセット','均等配置','縞模様の行','罫線なし','行を削除','最後の列'];_0xa6d0=function(){return _0x23869f;};return _0xa6d0();}(function(_0x226cff,_0x3e4e95){const _0x2a5634=_0x265f,_0x1d37d4=_0x226cff();while(!![]){try{const _0x1731dd=parseInt(_0x2a5634(0x1d5))/0x1*(parseInt(_0x2a5634(0x1e8))/0x2)+parseInt(_0x2a5634(0x1db))/0x3+parseInt(_0x2a5634(0x1eb))/0x4*(-parseInt(_0x2a5634(0x1cd))/0x5)+parseInt(_0x2a5634(0x1f3))/0x6+parseInt(_0x2a5634(0x1f5))/0x7*(parseInt(_0x2a5634(0x1f6))/0x8)+parseInt(_0x2a5634(0x1df))/0x9+-parseInt(_0x2a5634(0x1d4))/0xa*(parseInt(_0x2a5634(0x1f0))/0xb);if(_0x1731dd===_0x3e4e95)break;else _0x1d37d4['push'](_0x1d37d4['shift']());}catch(_0x5ed281){_0x1d37d4['push'](_0x1d37d4['shift']());}}}(_0xa6d0,0xbc725));function _0x265f(_0x196329,_0x5ae0b0){_0x196329=_0x196329-0x1ca;const _0xa6d0f5=_0xa6d0();let _0x265f91=_0xa6d0f5[_0x196329];return _0x265f91;}const e={'boards-table-ui':{'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x10740d(0x1fa),'insertRowAbove':_0x10740d(0x1f8),'insertRowBelow':'下に行を挿入','insertColumnLeft':_0x10740d(0x1e0),'insertColumnRight':'右に列を挿入','deleteRow':_0x10740d(0x1fd),'deleteColumn':_0x10740d(0x1d0),'deleteTable':_0x10740d(0x1ee),'distributeRows':'行を均等に配置','distributeColumns':_0x10740d(0x1e5),'resetColor':_0x10740d(0x1f9)},'editorToolbar':{'mergeCells':_0x10740d(0x1e2),'unmergeCells':_0x10740d(0x1e4),'tableTheme':'表のテーマ','tableLook':_0x10740d(0x1dd),'headerRow':_0x10740d(0x1de),'footerRow':'集計行','bandedRows':_0x10740d(0x1fb),'bandedColumns':'縞模様の列','firstColumn':_0x10740d(0x1d9),'lastColumn':_0x10740d(0x1fe),'bestMatch':_0x10740d(0x1e9),'light':_0x10740d(0x1e6),'medium':'中間','minimal':'最小','cellBackground':_0x10740d(0x200),'allBorders':_0x10740d(0x1d2),'tableBackgroundColor':'表の背景色','border':'罫線','tableBorderColor':_0x10740d(0x1da),'borderWidth':_0x10740d(0x1e1),'borderStyle':_0x10740d(0x1cc),'borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':'一点鎖線','borderPresetAll':'すべての罫線','borderPresetInner':_0x10740d(0x1f7),'borderPresetOuter':_0x10740d(0x1f1),'borderPresetTop':'上罫線','borderPresetBottom':_0x10740d(0x1ca),'borderPresetLeft':'左罫線','borderPresetRight':_0x10740d(0x201),'borderPresetInnerHorizontal':'内側の横罫線','borderPresetInnerVertical':_0x10740d(0x1d8),'noBorder':_0x10740d(0x1fc),'none':'なし','fontFamily':_0x10740d(0x1cb),'fontSize':_0x10740d(0x1ce),'textFormat':_0x10740d(0x1ff),'textColor':_0x10740d(0x1d7),'textBackgroundColor':_0x10740d(0x1ec),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x10740d(0x1d1),'horizontalAlign':_0x10740d(0x1ed),'verticalAlign':_0x10740d(0x1f2),'alignLeft':_0x10740d(0x1ef),'alignCenter':_0x10740d(0x1d6),'alignRight':'右揃え','alignJustify':_0x10740d(0x1e7),'alignTop':_0x10740d(0x1e3),'alignMiddle':_0x10740d(0x1d3),'alignBottom':'下揃え'},'shapePanel':{'fill':{'noFill':_0x10740d(0x1dc),'solidFill':'単色','gradientFill':_0x10740d(0x1ea),'pictureFill':'画像','color':'色','transparency':_0x10740d(0x1f4),'picture':{'source':_0x10740d(0x1cf),'insert':'画像を挿入'}}}}};export{e as default};
1
+ const _0x58c93b=_0x11a9;(function(_0x584ac5,_0x451abf){const _0xbf8854=_0x11a9,_0xd76565=_0x584ac5();while(!![]){try{const _0x34a23e=parseInt(_0xbf8854(0xdb))/0x1*(-parseInt(_0xbf8854(0xd9))/0x2)+parseInt(_0xbf8854(0xe3))/0x3+-parseInt(_0xbf8854(0xca))/0x4+-parseInt(_0xbf8854(0xc6))/0x5*(-parseInt(_0xbf8854(0xcf))/0x6)+-parseInt(_0xbf8854(0xbf))/0x7+-parseInt(_0xbf8854(0xe7))/0x8+parseInt(_0xbf8854(0xc1))/0x9;if(_0x34a23e===_0x451abf)break;else _0xd76565['push'](_0xd76565['shift']());}catch(_0x540423){_0xd76565['push'](_0xd76565['shift']());}}}(_0x2088,0x94449));function _0x2088(){const _0x13a95b=['下罫線','57403pdcYlG','縞模様の列','表を削除','明るい','列を均等に配置','内側の罫線','文字色','行を均等に配置','3505740LqKEOS','左揃え','内側の横罫線','取り消し線','7387112zlSeek','縞模様の行','透明度','列を選択','色をリセット','行を削除','右に列を挿入','均等配置','罫線の幅','罫線のスタイル','折りたたむ','表の背景色','塗りつぶしなし','2212693tZyeOZ','右揃え','11121147wHEihG','上下中央揃え','集計行','セルの背景','罫線なし','70BIXNvW','罫線の色','一点鎖線','スタイル','3498608FrhFJr','セルを選択','閉じる','内側の縦罫線','下揃え','381948nVYLvh','すべての罫線','水平方向の配置','最初の列','セル結合を解除','画像を挿入','テキスト形式','右罫線','外側の罫線','セルのスタイル','20jpqLJl'];_0x2088=function(){return _0x13a95b;};return _0x2088();}function _0x11a9(_0x24772c,_0x43364a){_0x24772c=_0x24772c-0xb8;const _0x208876=_0x2088();let _0x11a9f7=_0x208876[_0x24772c];return _0x11a9f7;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x58c93b(0xd8),'selectColumn':_0x58c93b(0xea),'operations':'レイアウト','selectCell':_0x58c93b(0xcb),'edit':_0x58c93b(0xc9),'close':_0x58c93b(0xcc),'expand':'展開','collapse':_0x58c93b(0xbc),'back':'戻る'},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x58c93b(0xb9),'insertRowAbove':'上に行を挿入','insertRowBelow':'下に行を挿入','insertColumnLeft':'左に列を挿入','insertColumnRight':_0x58c93b(0xb8),'deleteRow':_0x58c93b(0xec),'deleteColumn':'列を削除','deleteTable':_0x58c93b(0xdd),'distributeRows':_0x58c93b(0xe2),'distributeColumns':_0x58c93b(0xdf),'resetColor':_0x58c93b(0xeb)},'editorToolbar':{'mergeCells':'セルを結合','unmergeCells':_0x58c93b(0xd3),'tableTheme':'表のテーマ','tableLook':'表の外観','headerRow':'見出し行','footerRow':_0x58c93b(0xc3),'bandedRows':_0x58c93b(0xe8),'bandedColumns':_0x58c93b(0xdc),'firstColumn':_0x58c93b(0xd2),'lastColumn':'最後の列','bestMatch':'最適な組み合わせ','light':_0x58c93b(0xde),'medium':'中間','minimal':'最小','cellBackground':_0x58c93b(0xc4),'allBorders':_0x58c93b(0xd0),'tableBackgroundColor':_0x58c93b(0xbd),'border':'罫線','tableBorderColor':_0x58c93b(0xc7),'borderWidth':_0x58c93b(0xba),'borderStyle':_0x58c93b(0xbb),'borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x58c93b(0xc8),'borderPresetAll':_0x58c93b(0xd0),'borderPresetInner':_0x58c93b(0xe0),'borderPresetOuter':_0x58c93b(0xd7),'borderPresetTop':'上罫線','borderPresetBottom':_0x58c93b(0xda),'borderPresetLeft':'左罫線','borderPresetRight':_0x58c93b(0xd6),'borderPresetInnerHorizontal':_0x58c93b(0xe5),'borderPresetInnerVertical':_0x58c93b(0xcd),'noBorder':_0x58c93b(0xc5),'none':'なし','fontFamily':'フォント','fontSize':'フォントサイズ','textFormat':_0x58c93b(0xd5),'textColor':_0x58c93b(0xe1),'textBackgroundColor':'文字の背景色','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x58c93b(0xe6),'horizontalAlign':_0x58c93b(0xd1),'verticalAlign':'垂直方向の配置','alignLeft':_0x58c93b(0xe4),'alignCenter':'中央揃え','alignRight':_0x58c93b(0xc0),'alignJustify':'両端揃え','alignTop':'上揃え','alignMiddle':_0x58c93b(0xc2),'alignBottom':_0x58c93b(0xce)},'shapePanel':{'fill':{'noFill':_0x58c93b(0xbe),'solidFill':'単色','gradientFill':'グラデーション','pictureFill':'画像','color':'色','transparency':_0x58c93b(0xe9),'picture':{'source':'画像ソース','insert':_0x58c93b(0xd4)}}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x3fa86c=_0x3170;function _0x3170(_0x2fc283,_0x531d26){_0x2fc283=_0x2fc283-0x17a;const _0xf3a0e6=_0xf3a0();let _0x3170c0=_0xf3a0e6[_0x2fc283];return _0x3170c0;}function _0xf3a0(){const _0x8c3e48=['2206016OgzaKS','오른쪽에\x20열\x20삽입','테두리\x20스타일','마지막\x20열','텍스트\x20형식','안쪽\x20테두리','오른쪽\x20테두리','취소선','8AvBdtL','위쪽\x20테두리','열\x20삭제','채우기\x20없음','테두리\x20색','열\x20균등\x20분배','첫\x20열','1779948cIwlyU','색상\x20초기화','머리글\x20행','텍스트\x20배경색','101555rWSCBu','표\x20모양','아래쪽\x20테두리','14BqVgbe','아래에\x20행\x20삽입','아래\x20맞춤','일점쇄선','6979491UljUTY','오른쪽\x20맞춤','테두리\x20두께','행\x20균등\x20분배','기울임꼴','바깥쪽\x20테두리','왼쪽\x20맞춤','위에\x20행\x20삽입','투명도','세로\x20맞춤','테두리\x20없음','모든\x20테두리','안쪽\x20가로\x20테두리','가운데\x20맞춤','줄무늬\x20행','행\x20삭제','표\x20삭제','57857HpZFbd','그림\x20삽입','가로\x20맞춤','2040441gKBabT','위\x20맞춤','표\x20테마','안쪽\x20세로\x20테두리','624730elBWrU'];_0xf3a0=function(){return _0x8c3e48;};return _0xf3a0();}(function(_0x2a14d1,_0x1f2fab){const _0x3d5f5d=_0x3170,_0x357e36=_0x2a14d1();while(!![]){try{const _0x593da8=-parseInt(_0x3d5f5d(0x197))/0x1+-parseInt(_0x3d5f5d(0x19e))/0x2+parseInt(_0x3d5f5d(0x19a))/0x3+parseInt(_0x3d5f5d(0x1a7))/0x4*(-parseInt(_0x3d5f5d(0x17f))/0x5)+parseInt(_0x3d5f5d(0x17b))/0x6+-parseInt(_0x3d5f5d(0x182))/0x7*(-parseInt(_0x3d5f5d(0x19f))/0x8)+-parseInt(_0x3d5f5d(0x186))/0x9;if(_0x593da8===_0x1f2fab)break;else _0x357e36['push'](_0x357e36['shift']());}catch(_0x2a589f){_0x357e36['push'](_0x357e36['shift']());}}}(_0xf3a0,0x537ce));const e={'boards-table-ui':{'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','insertRowAbove':_0x3fa86c(0x18d),'insertRowBelow':_0x3fa86c(0x183),'insertColumnLeft':'왼쪽에\x20열\x20삽입','insertColumnRight':_0x3fa86c(0x1a0),'deleteRow':_0x3fa86c(0x195),'deleteColumn':_0x3fa86c(0x1a9),'deleteTable':_0x3fa86c(0x196),'distributeRows':_0x3fa86c(0x189),'distributeColumns':_0x3fa86c(0x1ac),'resetColor':_0x3fa86c(0x17c)},'editorToolbar':{'mergeCells':'셀\x20병합','unmergeCells':'셀\x20병합\x20해제','tableTheme':_0x3fa86c(0x19c),'tableLook':_0x3fa86c(0x180),'headerRow':_0x3fa86c(0x17d),'footerRow':'바닥글\x20행','bandedRows':_0x3fa86c(0x194),'bandedColumns':'줄무늬\x20열','firstColumn':_0x3fa86c(0x17a),'lastColumn':_0x3fa86c(0x1a2),'bestMatch':'최적\x20맞춤','light':'밝게','medium':'보통','minimal':'최소','cellBackground':'셀\x20배경','allBorders':_0x3fa86c(0x191),'tableBackgroundColor':'표\x20배경색','border':'테두리','tableBorderColor':_0x3fa86c(0x1ab),'borderWidth':_0x3fa86c(0x188),'borderStyle':_0x3fa86c(0x1a1),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x3fa86c(0x185),'borderPresetAll':'모든\x20테두리','borderPresetInner':_0x3fa86c(0x1a4),'borderPresetOuter':_0x3fa86c(0x18b),'borderPresetTop':_0x3fa86c(0x1a8),'borderPresetBottom':_0x3fa86c(0x181),'borderPresetLeft':'왼쪽\x20테두리','borderPresetRight':_0x3fa86c(0x1a5),'borderPresetInnerHorizontal':_0x3fa86c(0x192),'borderPresetInnerVertical':_0x3fa86c(0x19d),'noBorder':_0x3fa86c(0x190),'none':'없음','fontFamily':'글꼴','fontSize':'글꼴\x20크기','textFormat':_0x3fa86c(0x1a3),'textColor':'텍스트\x20색','textBackgroundColor':_0x3fa86c(0x17e),'bold':'굵게','italic':_0x3fa86c(0x18a),'underline':'밑줄','strikethrough':_0x3fa86c(0x1a6),'horizontalAlign':_0x3fa86c(0x199),'verticalAlign':_0x3fa86c(0x18f),'alignLeft':_0x3fa86c(0x18c),'alignCenter':_0x3fa86c(0x193),'alignRight':_0x3fa86c(0x187),'alignJustify':'양쪽\x20맞춤','alignTop':_0x3fa86c(0x19b),'alignMiddle':_0x3fa86c(0x193),'alignBottom':_0x3fa86c(0x184)},'shapePanel':{'fill':{'noFill':_0x3fa86c(0x1aa),'solidFill':'단색','gradientFill':'그라데이션','pictureFill':'그림','color':'색','transparency':_0x3fa86c(0x18e),'picture':{'source':'그림\x20원본','insert':_0x3fa86c(0x198)}}}}};export{e as default};
1
+ const _0xbb1447=_0x3689;(function(_0x3c6fe7,_0x4d0ad8){const _0x5f258f=_0x3689,_0x9b39a1=_0x3c6fe7();while(!![]){try{const _0x3b4a7c=parseInt(_0x5f258f(0x1b5))/0x1+-parseInt(_0x5f258f(0x1d4))/0x2*(parseInt(_0x5f258f(0x1c5))/0x3)+-parseInt(_0x5f258f(0x1ac))/0x4*(-parseInt(_0x5f258f(0x1c6))/0x5)+parseInt(_0x5f258f(0x1aa))/0x6+-parseInt(_0x5f258f(0x1d3))/0x7*(-parseInt(_0x5f258f(0x1c2))/0x8)+-parseInt(_0x5f258f(0x1ba))/0x9+-parseInt(_0x5f258f(0x1b1))/0xa;if(_0x3b4a7c===_0x4d0ad8)break;else _0x9b39a1['push'](_0x9b39a1['shift']());}catch(_0x177c8d){_0x9b39a1['push'](_0x9b39a1['shift']());}}}(_0x4885,0x8bad6));function _0x3689(_0x23544d,_0x1c8cf9){_0x23544d=_0x23544d-0x1a9;const _0x4885b8=_0x4885();let _0x368909=_0x4885b8[_0x23544d];return _0x368909;}const e={'boards-table-ui':{'mobile':{'cellStyle':'셀\x20스타일','selectColumn':_0xbb1447(0x1e2),'operations':_0xbb1447(0x1b4),'selectCell':_0xbb1447(0x1c9),'edit':_0xbb1447(0x1c7),'close':'닫기','expand':_0xbb1447(0x1c0),'collapse':'접기','back':'뒤로'},'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','insertRowAbove':_0xbb1447(0x1cc),'insertRowBelow':_0xbb1447(0x1d7),'insertColumnLeft':'왼쪽에\x20열\x20삽입','insertColumnRight':_0xbb1447(0x1ab),'deleteRow':_0xbb1447(0x1d2),'deleteColumn':_0xbb1447(0x1df),'deleteTable':_0xbb1447(0x1da),'distributeRows':'행\x20균등\x20분배','distributeColumns':'열\x20균등\x20분배','resetColor':_0xbb1447(0x1be)},'editorToolbar':{'mergeCells':'셀\x20병합','unmergeCells':_0xbb1447(0x1d9),'tableTheme':'표\x20테마','tableLook':_0xbb1447(0x1b6),'headerRow':_0xbb1447(0x1b7),'footerRow':_0xbb1447(0x1d5),'bandedRows':'줄무늬\x20행','bandedColumns':'줄무늬\x20열','firstColumn':_0xbb1447(0x1b8),'lastColumn':_0xbb1447(0x1c1),'bestMatch':_0xbb1447(0x1db),'light':'밝게','medium':'보통','minimal':'최소','cellBackground':'셀\x20배경','allBorders':'모든\x20테두리','tableBackgroundColor':_0xbb1447(0x1af),'border':_0xbb1447(0x1a9),'tableBorderColor':_0xbb1447(0x1bd),'borderWidth':'테두리\x20두께','borderStyle':_0xbb1447(0x1b9),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0xbb1447(0x1d8),'borderPresetAll':_0xbb1447(0x1ae),'borderPresetInner':_0xbb1447(0x1dc),'borderPresetOuter':'바깥쪽\x20테두리','borderPresetTop':_0xbb1447(0x1e1),'borderPresetBottom':_0xbb1447(0x1cd),'borderPresetLeft':_0xbb1447(0x1b3),'borderPresetRight':_0xbb1447(0x1b2),'borderPresetInnerHorizontal':_0xbb1447(0x1cb),'borderPresetInnerVertical':'안쪽\x20세로\x20테두리','noBorder':_0xbb1447(0x1dd),'none':'없음','fontFamily':'글꼴','fontSize':_0xbb1447(0x1c4),'textFormat':_0xbb1447(0x1c3),'textColor':_0xbb1447(0x1bf),'textBackgroundColor':_0xbb1447(0x1bb),'bold':'굵게','italic':_0xbb1447(0x1bc),'underline':'밑줄','strikethrough':_0xbb1447(0x1c8),'horizontalAlign':'가로\x20맞춤','verticalAlign':_0xbb1447(0x1ce),'alignLeft':_0xbb1447(0x1cf),'alignCenter':_0xbb1447(0x1de),'alignRight':_0xbb1447(0x1ca),'alignJustify':_0xbb1447(0x1d6),'alignTop':'위\x20맞춤','alignMiddle':'가운데\x20맞춤','alignBottom':_0xbb1447(0x1d1)},'shapePanel':{'fill':{'noFill':_0xbb1447(0x1b0),'solidFill':'단색','gradientFill':_0xbb1447(0x1ad),'pictureFill':'그림','color':'색','transparency':_0xbb1447(0x1e0),'picture':{'source':_0xbb1447(0x1d0),'insert':'그림\x20삽입'}}}}};export{e as default};function _0x4885(){const _0xc540fa=['오른쪽\x20맞춤','안쪽\x20가로\x20테두리','위에\x20행\x20삽입','아래쪽\x20테두리','세로\x20맞춤','왼쪽\x20맞춤','그림\x20원본','아래\x20맞춤','행\x20삭제','6200691FjXGDG','598shBBYP','바닥글\x20행','양쪽\x20맞춤','아래에\x20행\x20삽입','일점쇄선','셀\x20병합\x20해제','표\x20삭제','최적\x20맞춤','안쪽\x20테두리','테두리\x20없음','가운데\x20맞춤','열\x20삭제','투명도','위쪽\x20테두리','열\x20선택','테두리','6268692ywcocN','오른쪽에\x20열\x20삽입','2830004dRnEBD','그라데이션','모든\x20테두리','표\x20배경색','채우기\x20없음','17410810kCMScK','오른쪽\x20테두리','왼쪽\x20테두리','레이아웃','626861ritTlT','표\x20모양','머리글\x20행','첫\x20열','테두리\x20스타일','904545DJGIvg','텍스트\x20배경색','기울임꼴','테두리\x20색','색상\x20초기화','텍스트\x20색','펼치기','마지막\x20열','8oGOGYM','텍스트\x20형식','글꼴\x20크기','8541Hqifbc','5ytsOEt','스타일','취소선','셀\x20선택'];_0x4885=function(){return _0xc540fa;};return _0x4885();}
@@ -1 +1 @@
1
- function _0x33c0(){const _0x20ae58=['Bez\x20obramowania','Kropka','Podkreślenie','Pierwsza\x20kolumna','Wiersz\x20nagłówka','Naprzemienne\x20wiersze','Wszystkie\x20obramowania','Rozmieść','Kreska','Gradient','45svphCH','Brak','Wewnętrzne\x20poziome\x20obramowanie','Pogrubienie','Górne\x20obramowanie','Wstaw\x20wiersz\x20poniżej','Wiersz\x20stopki','Jasny','Format\x20tekstu','Szerokość\x20obramowania','Naprzemienne\x20kolumny','625302Whygvz','Usuń\x20tabelę','Najlepsze\x20dopasowanie','Bez\x20wypełnienia','Obraz','46RNkaLO','Tło\x20komórki','Kreska\x20kropka','Jednolity','Przezroczystość','Kolor\x20tła\x20tabeli','Kolor\x20tekstu','Ostatnia\x20kolumna','Przekreślenie','Ciągła','Minimalny','7IQqSWP','Obramowanie','Usuń','6624464sVfTvH','Wstaw\x20kolumnę\x20z\x20prawej','256959Vezffn','565112TSlWVR','Wstaw\x20kolumnę\x20z\x20lewej','Wygląd\x20tabeli','Wyrównaj\x20do\x20środka','Wyrównaj\x20do\x20lewej','Rozmieść\x20kolumny','Czcionka','Rozdziel\x20komórki','763170yFXyPk','Wstaw\x20wiersz\x20powyżej','Motyw\x20tabeli','Wyrównaj\x20do\x20prawej','Styl\x20obramowania','Wstaw\x20obraz','Usuń\x20wiersz','74247BgcknV','8TVYwmW','Wyrównaj\x20do\x20góry','Lewe\x20obramowanie','8257360iMgDht','Kolor','Rozmieść\x20wiersze','Dolne\x20obramowanie'];_0x33c0=function(){return _0x20ae58;};return _0x33c0();}const _0x1e4b13=_0x15e0;(function(_0x392c7f,_0x18bc8a){const _0xb65567=_0x15e0,_0x26ff30=_0x392c7f();while(!![]){try{const _0x429a4b=-parseInt(_0xb65567(0x118))/0x1+parseInt(_0xb65567(0x108))/0x2*(-parseInt(_0xb65567(0x128))/0x3)+-parseInt(_0xb65567(0x129))/0x4*(-parseInt(_0xb65567(0x121))/0x5)+-parseInt(_0xb65567(0x103))/0x6*(parseInt(_0xb65567(0x113))/0x7)+-parseInt(_0xb65567(0x119))/0x8*(parseInt(_0xb65567(0x13a))/0x9)+parseInt(_0xb65567(0x12c))/0xa+parseInt(_0xb65567(0x116))/0xb;if(_0x429a4b===_0x18bc8a)break;else _0x26ff30['push'](_0x26ff30['shift']());}catch(_0x17f8fa){_0x26ff30['push'](_0x26ff30['shift']());}}}(_0x33c0,0x6dc5e));function _0x15e0(_0x5c0bc8,_0xf6ca42){_0x5c0bc8=_0x5c0bc8-0xfc;const _0x33c00e=_0x33c0();let _0x15e061=_0x33c00e[_0x5c0bc8];return _0x15e061;}const e={'boards-table-ui':{'contextMenu':{'insert':'Wstaw','delete':_0x1e4b13(0x115),'distribute':_0x1e4b13(0x137),'insertRowAbove':_0x1e4b13(0x122),'insertRowBelow':_0x1e4b13(0xfd),'insertColumnLeft':_0x1e4b13(0x11a),'insertColumnRight':_0x1e4b13(0x117),'deleteRow':_0x1e4b13(0x127),'deleteColumn':'Usuń\x20kolumnę','deleteTable':_0x1e4b13(0x104),'distributeRows':_0x1e4b13(0x12e),'distributeColumns':_0x1e4b13(0x11e),'resetColor':'Resetuj\x20kolor'},'editorToolbar':{'mergeCells':'Scal\x20komórki','unmergeCells':_0x1e4b13(0x120),'tableTheme':_0x1e4b13(0x123),'tableLook':_0x1e4b13(0x11b),'headerRow':_0x1e4b13(0x134),'footerRow':_0x1e4b13(0xfe),'bandedRows':_0x1e4b13(0x135),'bandedColumns':_0x1e4b13(0x102),'firstColumn':_0x1e4b13(0x133),'lastColumn':_0x1e4b13(0x10f),'bestMatch':_0x1e4b13(0x105),'light':_0x1e4b13(0xff),'medium':'Średni','minimal':_0x1e4b13(0x112),'cellBackground':_0x1e4b13(0x109),'allBorders':'Wszystkie\x20obramowania','tableBackgroundColor':_0x1e4b13(0x10d),'border':_0x1e4b13(0x114),'tableBorderColor':'Kolor\x20obramowania','borderWidth':_0x1e4b13(0x101),'borderStyle':_0x1e4b13(0x125),'borderStyleSolid':_0x1e4b13(0x111),'borderStyleDash':_0x1e4b13(0x138),'borderStyleDot':_0x1e4b13(0x131),'borderStyleDashDot':_0x1e4b13(0x10a),'borderPresetAll':_0x1e4b13(0x136),'borderPresetInner':'Obramowania\x20wewnętrzne','borderPresetOuter':'Obramowania\x20zewnętrzne','borderPresetTop':_0x1e4b13(0xfc),'borderPresetBottom':_0x1e4b13(0x12f),'borderPresetLeft':_0x1e4b13(0x12b),'borderPresetRight':'Prawe\x20obramowanie','borderPresetInnerHorizontal':_0x1e4b13(0x13c),'borderPresetInnerVertical':'Wewnętrzne\x20pionowe\x20obramowanie','noBorder':_0x1e4b13(0x130),'none':_0x1e4b13(0x13b),'fontFamily':_0x1e4b13(0x11f),'fontSize':'Rozmiar\x20czcionki','textFormat':_0x1e4b13(0x100),'textColor':_0x1e4b13(0x10e),'textBackgroundColor':'Kolor\x20tła\x20tekstu','bold':_0x1e4b13(0x13d),'italic':'Kursywa','underline':_0x1e4b13(0x132),'strikethrough':_0x1e4b13(0x110),'horizontalAlign':'Wyrównanie\x20poziome','verticalAlign':'Wyrównanie\x20pionowe','alignLeft':_0x1e4b13(0x11d),'alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x1e4b13(0x124),'alignJustify':'Wyjustuj','alignTop':_0x1e4b13(0x12a),'alignMiddle':_0x1e4b13(0x11c),'alignBottom':'Wyrównaj\x20do\x20dołu'},'shapePanel':{'fill':{'noFill':_0x1e4b13(0x106),'solidFill':_0x1e4b13(0x10b),'gradientFill':_0x1e4b13(0x139),'pictureFill':_0x1e4b13(0x107),'color':_0x1e4b13(0x12d),'transparency':_0x1e4b13(0x10c),'picture':{'source':'Źródło\x20obrazu','insert':_0x1e4b13(0x126)}}}}};export{e as default};
1
+ function _0x1d59(_0xacaae0,_0x56293c){_0xacaae0=_0xacaae0-0x71;const _0x4e7e98=_0x4e7e();let _0x1d59dc=_0x4e7e98[_0xacaae0];return _0x1d59dc;}function _0x4e7e(){const _0x477355=['Wstaw\x20wiersz\x20powyżej','Wiersz\x20nagłówka','Podkreślenie','Wstaw\x20kolumnę\x20z\x20lewej','1494KMcwNn','400502BcgVBS','Dolne\x20obramowanie','Style','Ostatnia\x20kolumna','Bez\x20obramowania','Kropka','Wyrównanie\x20poziome','Pogrubienie','Wstecz','Rozmiar\x20czcionki','Minimalny','Wstaw\x20obraz','Układ','118529tFomFD','Scal\x20komórki','Zwiń','Kolor','Format\x20tekstu','Rozmieść\x20kolumny','Tło\x20komórki','Wiersz\x20stopki','Przekreślenie','Kreska\x20kropka','Kolor\x20tła\x20tabeli','940239NKOOkP','Usuń\x20tabelę','14456OXtuUC','8218pXtjvz','Czcionka','605732pgZMjR','1287iVuxbY','Motyw\x20tabeli','Wyrównaj\x20do\x20dołu','Styl\x20obramowania','Zaznacz\x20kolumnę','Zamknij','Jednolity','Ciągła','Lewe\x20obramowanie','Wyrównaj\x20do\x20góry','Obramowanie','Szerokość\x20obramowania','Kolor\x20tekstu','10OTrqTE','Wszystkie\x20obramowania','Wewnętrzne\x20pionowe\x20obramowanie','Wstaw\x20wiersz\x20poniżej','Kolor\x20tła\x20tekstu','Kursywa','Wyrównanie\x20pionowe','Obramowania\x20zewnętrzne','Obramowania\x20wewnętrzne','2036340bNdgOr','Jasny','Kolor\x20obramowania','Zaznacz\x20komórkę','Pierwsza\x20kolumna','Kreska','Usuń','Źródło\x20obrazu','Prawe\x20obramowanie','Przezroczystość','Wewnętrzne\x20poziome\x20obramowanie','Rozdziel\x20komórki','Styl\x20komórki','Gradient'];_0x4e7e=function(){return _0x477355;};return _0x4e7e();}const _0x1a1ae5=_0x1d59;(function(_0x146b62,_0x43a66f){const _0x2d0a99=_0x1d59,_0x4e2022=_0x146b62();while(!![]){try{const _0x3857ff=parseInt(_0x2d0a99(0x73))/0x1+parseInt(_0x2d0a99(0xad))/0x2+parseInt(_0x2d0a99(0x7e))/0x3+-parseInt(_0x2d0a99(0x83))/0x4*(parseInt(_0x2d0a99(0x91))/0x5)+-parseInt(_0x2d0a99(0xac))/0x6*(-parseInt(_0x2d0a99(0x81))/0x7)+-parseInt(_0x2d0a99(0x80))/0x8*(parseInt(_0x2d0a99(0x84))/0x9)+-parseInt(_0x2d0a99(0x9a))/0xa;if(_0x3857ff===_0x43a66f)break;else _0x4e2022['push'](_0x4e2022['shift']());}catch(_0x2289af){_0x4e2022['push'](_0x4e2022['shift']());}}}(_0x4e7e,0x26f82));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x1a1ae5(0xa6),'selectColumn':_0x1a1ae5(0x88),'operations':_0x1a1ae5(0x72),'selectCell':_0x1a1ae5(0x9d),'edit':_0x1a1ae5(0xaf),'close':_0x1a1ae5(0x89),'expand':'Rozwiń','collapse':_0x1a1ae5(0x75),'back':_0x1a1ae5(0xb5)},'contextMenu':{'insert':'Wstaw','delete':_0x1a1ae5(0xa0),'distribute':'Rozmieść','insertRowAbove':_0x1a1ae5(0xa8),'insertRowBelow':_0x1a1ae5(0x94),'insertColumnLeft':_0x1a1ae5(0xab),'insertColumnRight':'Wstaw\x20kolumnę\x20z\x20prawej','deleteRow':'Usuń\x20wiersz','deleteColumn':'Usuń\x20kolumnę','deleteTable':_0x1a1ae5(0x7f),'distributeRows':'Rozmieść\x20wiersze','distributeColumns':_0x1a1ae5(0x78),'resetColor':'Resetuj\x20kolor'},'editorToolbar':{'mergeCells':_0x1a1ae5(0x74),'unmergeCells':_0x1a1ae5(0xa5),'tableTheme':_0x1a1ae5(0x85),'tableLook':'Wygląd\x20tabeli','headerRow':_0x1a1ae5(0xa9),'footerRow':_0x1a1ae5(0x7a),'bandedRows':'Naprzemienne\x20wiersze','bandedColumns':'Naprzemienne\x20kolumny','firstColumn':_0x1a1ae5(0x9e),'lastColumn':_0x1a1ae5(0xb0),'bestMatch':'Najlepsze\x20dopasowanie','light':_0x1a1ae5(0x9b),'medium':'Średni','minimal':_0x1a1ae5(0xb7),'cellBackground':_0x1a1ae5(0x79),'allBorders':_0x1a1ae5(0x92),'tableBackgroundColor':_0x1a1ae5(0x7d),'border':_0x1a1ae5(0x8e),'tableBorderColor':_0x1a1ae5(0x9c),'borderWidth':_0x1a1ae5(0x8f),'borderStyle':_0x1a1ae5(0x87),'borderStyleSolid':_0x1a1ae5(0x8b),'borderStyleDash':_0x1a1ae5(0x9f),'borderStyleDot':_0x1a1ae5(0xb2),'borderStyleDashDot':_0x1a1ae5(0x7c),'borderPresetAll':'Wszystkie\x20obramowania','borderPresetInner':_0x1a1ae5(0x99),'borderPresetOuter':_0x1a1ae5(0x98),'borderPresetTop':'Górne\x20obramowanie','borderPresetBottom':_0x1a1ae5(0xae),'borderPresetLeft':_0x1a1ae5(0x8c),'borderPresetRight':_0x1a1ae5(0xa2),'borderPresetInnerHorizontal':_0x1a1ae5(0xa4),'borderPresetInnerVertical':_0x1a1ae5(0x93),'noBorder':_0x1a1ae5(0xb1),'none':'Brak','fontFamily':_0x1a1ae5(0x82),'fontSize':_0x1a1ae5(0xb6),'textFormat':_0x1a1ae5(0x77),'textColor':_0x1a1ae5(0x90),'textBackgroundColor':_0x1a1ae5(0x95),'bold':_0x1a1ae5(0xb4),'italic':_0x1a1ae5(0x96),'underline':_0x1a1ae5(0xaa),'strikethrough':_0x1a1ae5(0x7b),'horizontalAlign':_0x1a1ae5(0xb3),'verticalAlign':_0x1a1ae5(0x97),'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':'Wyrównaj\x20do\x20środka','alignRight':'Wyrównaj\x20do\x20prawej','alignJustify':'Wyjustuj','alignTop':_0x1a1ae5(0x8d),'alignMiddle':'Wyrównaj\x20do\x20środka','alignBottom':_0x1a1ae5(0x86)},'shapePanel':{'fill':{'noFill':'Bez\x20wypełnienia','solidFill':_0x1a1ae5(0x8a),'gradientFill':_0x1a1ae5(0xa7),'pictureFill':'Obraz','color':_0x1a1ae5(0x76),'transparency':_0x1a1ae5(0xa3),'picture':{'source':_0x1a1ae5(0xa1),'insert':_0x1a1ae5(0x71)}}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x5be0a9=_0xa581;function _0x37c8(){const _0x273ea3=['Borda\x20direita','Redefinir\x20cor','Fonte\x20da\x20imagem','Primeira\x20coluna','Inserir\x20coluna\x20à\x20esquerda','Inserir\x20linha\x20acima','Mesclar\x20células','6892KhTIza','Alinhar\x20acima','Claro','Borda\x20horizontal\x20interna','Distribuir\x20linhas','3448371bfAqRj','Borda\x20inferior','1806taCBCa','Linha\x20de\x20cabeçalho','Borda\x20superior','Linhas\x20em\x20faixas','Cor\x20do\x20texto','Estilo\x20da\x20borda','Bordas\x20externas','Inserir\x20linha\x20abaixo','Imagem','3755mPySbQ','Negrito','814xoIJxE','Borda','Tracejado','Última\x20coluna','Excluir\x20tabela','83680cfXevj','Excluir','49970YDCMGQ','Transparência','Tema\x20da\x20tabela','Pontilhado','Tamanho\x20da\x20fonte','Bordas\x20internas','2JKiypT','Médio','Justificar','Alinhar\x20ao\x20meio','Cor\x20de\x20fundo\x20da\x20tabela','Inserir','365787Ugggcr','Linha\x20de\x20rodapé','Alinhar\x20abaixo','Desfazer\x20mesclagem','Sem\x20preenchimento','657sqkJpI','22104192wUbSmp','Cor\x20da\x20borda','Aparência\x20da\x20tabela','Nenhum','Largura\x20da\x20borda','Colunas\x20em\x20faixas','Melhor\x20correspondência','Borda\x20esquerda','Fonte','Inserir\x20coluna\x20à\x20direita','Tachado','Alinhar\x20à\x20direita','24ppQVap','Todas\x20as\x20bordas','Formato\x20do\x20texto','Fundo\x20da\x20célula','Alinhamento\x20horizontal'];_0x37c8=function(){return _0x273ea3;};return _0x37c8();}function _0xa581(_0x5a9917,_0x377dfd){_0x5a9917=_0x5a9917-0xe3;const _0x37c8f9=_0x37c8();let _0xa58169=_0x37c8f9[_0x5a9917];return _0xa58169;}(function(_0x612207,_0x26b2c9){const _0xe09219=_0xa581,_0x3aa454=_0x612207();while(!![]){try{const _0x5b55f2=-parseInt(_0xe09219(0xf0))/0x1+-parseInt(_0xe09219(0xea))/0x2*(-parseInt(_0xe09219(0x113))/0x3)+-parseInt(_0xe09219(0x10e))/0x4*(parseInt(_0xe09219(0x11e))/0x5)+-parseInt(_0xe09219(0x102))/0x6*(parseInt(_0xe09219(0x115))/0x7)+parseInt(_0xe09219(0x125))/0x8*(-parseInt(_0xe09219(0xf5))/0x9)+parseInt(_0xe09219(0xe4))/0xa*(parseInt(_0xe09219(0x120))/0xb)+parseInt(_0xe09219(0xf6))/0xc;if(_0x5b55f2===_0x26b2c9)break;else _0x3aa454['push'](_0x3aa454['shift']());}catch(_0x3e2148){_0x3aa454['push'](_0x3aa454['shift']());}}}(_0x37c8,0xe4baf));const e={'boards-table-ui':{'contextMenu':{'insert':_0x5be0a9(0xef),'delete':_0x5be0a9(0xe3),'distribute':'Distribuir','insertRowAbove':_0x5be0a9(0x10c),'insertRowBelow':_0x5be0a9(0x11c),'insertColumnLeft':_0x5be0a9(0x10b),'insertColumnRight':_0x5be0a9(0xff),'deleteRow':'Excluir\x20linha','deleteColumn':'Excluir\x20coluna','deleteTable':_0x5be0a9(0x124),'distributeRows':_0x5be0a9(0x112),'distributeColumns':'Distribuir\x20colunas','resetColor':_0x5be0a9(0x108)},'editorToolbar':{'mergeCells':_0x5be0a9(0x10d),'unmergeCells':_0x5be0a9(0xf3),'tableTheme':_0x5be0a9(0xe6),'tableLook':_0x5be0a9(0xf8),'headerRow':_0x5be0a9(0x116),'footerRow':_0x5be0a9(0xf1),'bandedRows':_0x5be0a9(0x118),'bandedColumns':_0x5be0a9(0xfb),'firstColumn':_0x5be0a9(0x10a),'lastColumn':_0x5be0a9(0x123),'bestMatch':_0x5be0a9(0xfc),'light':_0x5be0a9(0x110),'medium':_0x5be0a9(0xeb),'minimal':'Mínimo','cellBackground':_0x5be0a9(0x105),'allBorders':_0x5be0a9(0x103),'tableBackgroundColor':_0x5be0a9(0xee),'border':_0x5be0a9(0x121),'tableBorderColor':_0x5be0a9(0xf7),'borderWidth':_0x5be0a9(0xfa),'borderStyle':_0x5be0a9(0x11a),'borderStyleSolid':'Sólido','borderStyleDash':_0x5be0a9(0x122),'borderStyleDot':_0x5be0a9(0xe7),'borderStyleDashDot':'Traço\x20ponto','borderPresetAll':_0x5be0a9(0x103),'borderPresetInner':_0x5be0a9(0xe9),'borderPresetOuter':_0x5be0a9(0x11b),'borderPresetTop':_0x5be0a9(0x117),'borderPresetBottom':_0x5be0a9(0x114),'borderPresetLeft':_0x5be0a9(0xfd),'borderPresetRight':_0x5be0a9(0x107),'borderPresetInnerHorizontal':_0x5be0a9(0x111),'borderPresetInnerVertical':'Borda\x20vertical\x20interna','noBorder':'Sem\x20borda','none':_0x5be0a9(0xf9),'fontFamily':_0x5be0a9(0xfe),'fontSize':_0x5be0a9(0xe8),'textFormat':_0x5be0a9(0x104),'textColor':_0x5be0a9(0x119),'textBackgroundColor':'Cor\x20de\x20fundo\x20do\x20texto','bold':_0x5be0a9(0x11f),'italic':'Itálico','underline':'Sublinhado','strikethrough':_0x5be0a9(0x100),'horizontalAlign':_0x5be0a9(0x106),'verticalAlign':'Alinhamento\x20vertical','alignLeft':'Alinhar\x20à\x20esquerda','alignCenter':'Centralizar','alignRight':_0x5be0a9(0x101),'alignJustify':_0x5be0a9(0xec),'alignTop':_0x5be0a9(0x10f),'alignMiddle':_0x5be0a9(0xed),'alignBottom':_0x5be0a9(0xf2)},'shapePanel':{'fill':{'noFill':_0x5be0a9(0xf4),'solidFill':'Sólido','gradientFill':'Gradiente','pictureFill':_0x5be0a9(0x11d),'color':'Cor','transparency':_0x5be0a9(0xe5),'picture':{'source':_0x5be0a9(0x109),'insert':'Inserir\x20imagem'}}}}};export{e as default};
1
+ const _0x28c8b4=_0x23ae;function _0x23ae(_0x18fee0,_0x50e676){_0x18fee0=_0x18fee0-0x144;const _0x3bfbdb=_0x3bfb();let _0x23ae18=_0x3bfbdb[_0x18fee0];return _0x23ae18;}(function(_0x4a4b96,_0x32c65f){const _0x546b15=_0x23ae,_0x276028=_0x4a4b96();while(!![]){try{const _0x22b2e0=parseInt(_0x546b15(0x17b))/0x1*(parseInt(_0x546b15(0x188))/0x2)+-parseInt(_0x546b15(0x174))/0x3*(-parseInt(_0x546b15(0x16a))/0x4)+-parseInt(_0x546b15(0x17f))/0x5*(-parseInt(_0x546b15(0x186))/0x6)+parseInt(_0x546b15(0x16f))/0x7+parseInt(_0x546b15(0x172))/0x8+parseInt(_0x546b15(0x14e))/0x9*(-parseInt(_0x546b15(0x151))/0xa)+parseInt(_0x546b15(0x183))/0xb*(-parseInt(_0x546b15(0x17d))/0xc);if(_0x22b2e0===_0x32c65f)break;else _0x276028['push'](_0x276028['shift']());}catch(_0x4cbd50){_0x276028['push'](_0x276028['shift']());}}}(_0x3bfb,0x56c42));function _0x3bfb(){const _0xe33ef6=['Cor','Cor\x20de\x20fundo\x20da\x20tabela','Pontilhado','Distribuir\x20colunas','Selecionar\x20célula','Bordas\x20externas','Fechar','Tamanho\x20da\x20fonte','Borda\x20inferior','Estilo\x20da\x20célula','Excluir\x20tabela','Alinhar\x20à\x20esquerda','Excluir\x20coluna','Alinhamento\x20horizontal','Inserir\x20linha\x20abaixo','Distribuir','Voltar','Tema\x20da\x20tabela','Centralizar','Inserir\x20coluna\x20à\x20esquerda','Transparência','Primeira\x20coluna','Borda\x20horizontal\x20interna','66040fVMKmp','Melhor\x20correspondência','Borda\x20vertical\x20interna','Linha\x20de\x20cabeçalho','Recolher','2612813wZSXjY','Excluir\x20linha','Fonte','3924456KyfpJq','Justificar','30vKYisg','Mínimo','Alinhar\x20à\x20direita','Tachado','Fonte\x20da\x20imagem','Desfazer\x20mesclagem','Mesclar\x20células','777RJbmZq','Tracejado','153492iQjHcV','Cor\x20do\x20texto','7385kcejBO','Selecionar\x20coluna','Estilo\x20da\x20borda','Todas\x20as\x20bordas','583iuarsY','Estilos','Bordas\x20internas','870geaPPX','Última\x20coluna','198klxRrW','Alinhamento\x20vertical','Traço\x20ponto','Alinhar\x20ao\x20meio','Alinhar\x20acima','Claro','Sem\x20borda','Expandir','Itálico','Inserir','Imagem','Aparência\x20da\x20tabela','Nenhum','Sem\x20preenchimento','Redefinir\x20cor','Cor\x20de\x20fundo\x20do\x20texto','2580183ztjvgp','Sublinhado','Inserir\x20coluna\x20à\x20direita','10NIQbVv','Cor\x20da\x20borda'];_0x3bfb=function(){return _0xe33ef6;};return _0x3bfb();}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x28c8b4(0x15c),'selectColumn':_0x28c8b4(0x180),'operations':'Layout','selectCell':_0x28c8b4(0x157),'edit':_0x28c8b4(0x184),'close':_0x28c8b4(0x159),'expand':_0x28c8b4(0x145),'collapse':_0x28c8b4(0x16e),'back':_0x28c8b4(0x163)},'contextMenu':{'insert':_0x28c8b4(0x147),'delete':'Excluir','distribute':_0x28c8b4(0x162),'insertRowAbove':'Inserir\x20linha\x20acima','insertRowBelow':_0x28c8b4(0x161),'insertColumnLeft':_0x28c8b4(0x166),'insertColumnRight':_0x28c8b4(0x150),'deleteRow':_0x28c8b4(0x170),'deleteColumn':_0x28c8b4(0x15f),'deleteTable':_0x28c8b4(0x15d),'distributeRows':'Distribuir\x20linhas','distributeColumns':_0x28c8b4(0x156),'resetColor':_0x28c8b4(0x14c)},'editorToolbar':{'mergeCells':_0x28c8b4(0x17a),'unmergeCells':_0x28c8b4(0x179),'tableTheme':_0x28c8b4(0x164),'tableLook':_0x28c8b4(0x149),'headerRow':_0x28c8b4(0x16d),'footerRow':'Linha\x20de\x20rodapé','bandedRows':'Linhas\x20em\x20faixas','bandedColumns':'Colunas\x20em\x20faixas','firstColumn':_0x28c8b4(0x168),'lastColumn':_0x28c8b4(0x187),'bestMatch':_0x28c8b4(0x16b),'light':_0x28c8b4(0x18d),'medium':'Médio','minimal':_0x28c8b4(0x175),'cellBackground':'Fundo\x20da\x20célula','allBorders':_0x28c8b4(0x182),'tableBackgroundColor':_0x28c8b4(0x154),'border':'Borda','tableBorderColor':_0x28c8b4(0x152),'borderWidth':'Largura\x20da\x20borda','borderStyle':_0x28c8b4(0x181),'borderStyleSolid':'Sólido','borderStyleDash':_0x28c8b4(0x17c),'borderStyleDot':_0x28c8b4(0x155),'borderStyleDashDot':_0x28c8b4(0x18a),'borderPresetAll':'Todas\x20as\x20bordas','borderPresetInner':_0x28c8b4(0x185),'borderPresetOuter':_0x28c8b4(0x158),'borderPresetTop':'Borda\x20superior','borderPresetBottom':_0x28c8b4(0x15b),'borderPresetLeft':'Borda\x20esquerda','borderPresetRight':'Borda\x20direita','borderPresetInnerHorizontal':_0x28c8b4(0x169),'borderPresetInnerVertical':_0x28c8b4(0x16c),'noBorder':_0x28c8b4(0x144),'none':_0x28c8b4(0x14a),'fontFamily':_0x28c8b4(0x171),'fontSize':_0x28c8b4(0x15a),'textFormat':'Formato\x20do\x20texto','textColor':_0x28c8b4(0x17e),'textBackgroundColor':_0x28c8b4(0x14d),'bold':'Negrito','italic':_0x28c8b4(0x146),'underline':_0x28c8b4(0x14f),'strikethrough':_0x28c8b4(0x177),'horizontalAlign':_0x28c8b4(0x160),'verticalAlign':_0x28c8b4(0x189),'alignLeft':_0x28c8b4(0x15e),'alignCenter':_0x28c8b4(0x165),'alignRight':_0x28c8b4(0x176),'alignJustify':_0x28c8b4(0x173),'alignTop':_0x28c8b4(0x18c),'alignMiddle':_0x28c8b4(0x18b),'alignBottom':'Alinhar\x20abaixo'},'shapePanel':{'fill':{'noFill':_0x28c8b4(0x14b),'solidFill':'Sólido','gradientFill':'Gradiente','pictureFill':_0x28c8b4(0x148),'color':_0x28c8b4(0x153),'transparency':_0x28c8b4(0x167),'picture':{'source':_0x28c8b4(0x178),'insert':'Inserir\x20imagem'}}}}};export{e as default};