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

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 _0x32adb3=_0x537d;function _0x4cdf(){const _0x486481=['لون\x20خلفية\x20الجدول','محاذاة\x20للأسفل','توسيع','نقطي','نسق\x20الجدول','إدراج','تسطير','لون\x20النص','إعادة\x20تعيين\x20اللون','لون','صفوف\x20متناوبة','حذف','أعمدة\x20متناوبة','خلفية\x20الخلية','غامق','الخط','مصدر\x20الصورة','إدراج\x20عمود\x20يمينًا','محاذاة\x20للوسط','نمط\x20الحد','إدراج\x20صورة','الحد\x20العلوي','الحد\x20الأيمن','الأنماط','العمود\x20الأول','إدراج\x20عمود\x20يسارًا','تحديد\x20خلية','مائل','محاذاة\x20أفقية','إغلاق','صف\x20التذييل','الحد\x20العمودي\x20الداخلي','العمود\x20الأخير','محاذاة\x20عمودية','توسيط','رجوع','6819348VtqzUN','إلغاء\x20دمج\x20الخلايا','3100528YykRzc','الحدود\x20الخارجية','صورة','لا\x20شيء','ضبط','1230633iskwga','2882065XMrAps','متصل','توزيع\x20الأعمدة','حذف\x20الجدول','تنسيق\x20النص','الحد\x20السفلي','1598198nfiOzF','يتوسطه\x20خط','فاتح','عرض\x20الحد','شفافية','توزيع\x20الصفوف','شرطة\x20نقطة','الحد\x20الأفقي\x20الداخلي','كل\x20الحدود','2430617KkvHcM','توزيع','الحد\x20الأيسر','بلا\x20تعبئة','تحديد\x20عمود','محاذاة\x20للأعلى','دمج\x20الخلايا','إدراج\x20صف\x20أدناه','التخطيط','محاذاة\x20لليسار','محاذاة\x20لليمين','513753UVYGIU'];_0x4cdf=function(){return _0x486481;};return _0x4cdf();}(function(_0x19cf2a,_0x2bdc30){const _0x243e59=_0x537d,_0x1d8828=_0x19cf2a();while(!![]){try{const _0x5ace68=-parseInt(_0x243e59(0x165))/0x1+-parseInt(_0x243e59(0x16c))/0x2+-parseInt(_0x243e59(0x180))/0x3+parseInt(_0x243e59(0x1a7))/0x4+parseInt(_0x243e59(0x166))/0x5+parseInt(_0x243e59(0x1a5))/0x6+parseInt(_0x243e59(0x175))/0x7;if(_0x5ace68===_0x2bdc30)break;else _0x1d8828['push'](_0x1d8828['shift']());}catch(_0x3b71ca){_0x1d8828['push'](_0x1d8828['shift']());}}}(_0x4cdf,0x9adef));function _0x537d(_0x3f57ce,_0x2e82ca){_0x3f57ce=_0x3f57ce-0x163;const _0x4cdfc1=_0x4cdf();let _0x537d09=_0x4cdfc1[_0x3f57ce];return _0x537d09;}const e={'boards-table-ui':{'mobile':{'cellStyle':'نمط\x20الخلية','selectColumn':_0x32adb3(0x179),'operations':_0x32adb3(0x17d),'selectCell':_0x32adb3(0x19b),'edit':_0x32adb3(0x198),'close':_0x32adb3(0x19e),'expand':_0x32adb3(0x183),'collapse':'طي','back':_0x32adb3(0x1a4)},'contextMenu':{'insert':_0x32adb3(0x186),'delete':_0x32adb3(0x18c),'distribute':_0x32adb3(0x176),'insertRowAbove':'إدراج\x20صف\x20أعلاه','insertRowBelow':_0x32adb3(0x17c),'insertColumnLeft':_0x32adb3(0x19a),'insertColumnRight':_0x32adb3(0x192),'deleteRow':'حذف\x20الصف','deleteColumn':'حذف\x20العمود','deleteTable':_0x32adb3(0x169),'distributeRows':_0x32adb3(0x171),'distributeColumns':_0x32adb3(0x168),'resetColor':_0x32adb3(0x189)},'editorToolbar':{'mergeCells':_0x32adb3(0x17b),'unmergeCells':_0x32adb3(0x1a6),'tableTheme':_0x32adb3(0x185),'tableLook':'مظهر\x20الجدول','headerRow':'صف\x20الرأس','footerRow':_0x32adb3(0x19f),'bandedRows':_0x32adb3(0x18b),'bandedColumns':_0x32adb3(0x18d),'firstColumn':_0x32adb3(0x199),'lastColumn':_0x32adb3(0x1a1),'bestMatch':'أفضل\x20تطابق','light':_0x32adb3(0x16e),'medium':'متوسط','minimal':'بسيط','cellBackground':_0x32adb3(0x18e),'allBorders':_0x32adb3(0x174),'tableBackgroundColor':_0x32adb3(0x181),'border':'حد','tableBorderColor':'لون\x20الحد','borderWidth':_0x32adb3(0x16f),'borderStyle':_0x32adb3(0x194),'borderStyleSolid':_0x32adb3(0x167),'borderStyleDash':'شرطة','borderStyleDot':_0x32adb3(0x184),'borderStyleDashDot':_0x32adb3(0x172),'borderPresetAll':_0x32adb3(0x174),'borderPresetInner':'الحدود\x20الداخلية','borderPresetOuter':_0x32adb3(0x1a8),'borderPresetTop':_0x32adb3(0x196),'borderPresetBottom':_0x32adb3(0x16b),'borderPresetLeft':_0x32adb3(0x177),'borderPresetRight':_0x32adb3(0x197),'borderPresetInnerHorizontal':_0x32adb3(0x173),'borderPresetInnerVertical':_0x32adb3(0x1a0),'noBorder':'بلا\x20حد','none':_0x32adb3(0x163),'fontFamily':_0x32adb3(0x190),'fontSize':'حجم\x20الخط','textFormat':_0x32adb3(0x16a),'textColor':_0x32adb3(0x188),'textBackgroundColor':'لون\x20خلفية\x20النص','bold':_0x32adb3(0x18f),'italic':_0x32adb3(0x19c),'underline':_0x32adb3(0x187),'strikethrough':_0x32adb3(0x16d),'horizontalAlign':_0x32adb3(0x19d),'verticalAlign':_0x32adb3(0x1a2),'alignLeft':_0x32adb3(0x17e),'alignCenter':_0x32adb3(0x1a3),'alignRight':_0x32adb3(0x17f),'alignJustify':_0x32adb3(0x164),'alignTop':_0x32adb3(0x17a),'alignMiddle':_0x32adb3(0x193),'alignBottom':_0x32adb3(0x182)},'shapePanel':{'fill':{'noFill':_0x32adb3(0x178),'solidFill':'لون\x20ثابت','gradientFill':'تدرج','pictureFill':_0x32adb3(0x1a9),'color':_0x32adb3(0x18a),'transparency':_0x32adb3(0x170),'picture':{'source':_0x32adb3(0x191),'insert':_0x32adb3(0x195)}}}}};export{e as default};
@@ -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 _0x4002(_0x37c1c1,_0x21aa71){_0x37c1c1=_0x37c1c1-0x153;const _0x510d43=_0x510d();let _0x4002a5=_0x510d43[_0x37c1c1];return _0x4002a5;}const _0x4d8a48=_0x4002;(function(_0xaf210c,_0x4aedab){const _0x12b911=_0x4002,_0xc26e2c=_0xaf210c();while(!![]){try{const _0x2050f1=parseInt(_0x12b911(0x178))/0x1*(parseInt(_0x12b911(0x19f))/0x2)+parseInt(_0x12b911(0x167))/0x3*(-parseInt(_0x12b911(0x183))/0x4)+parseInt(_0x12b911(0x153))/0x5+-parseInt(_0x12b911(0x179))/0x6*(-parseInt(_0x12b911(0x158))/0x7)+parseInt(_0x12b911(0x19a))/0x8*(parseInt(_0x12b911(0x196))/0x9)+parseInt(_0x12b911(0x174))/0xa+-parseInt(_0x12b911(0x16d))/0xb;if(_0x2050f1===_0x4aedab)break;else _0xc26e2c['push'](_0xc26e2c['shift']());}catch(_0x563c22){_0xc26e2c['push'](_0xc26e2c['shift']());}}}(_0x510d,0x32296));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x4d8a48(0x19b),'selectColumn':_0x4d8a48(0x186),'operations':_0x4d8a48(0x18d),'selectCell':_0x4d8a48(0x157),'edit':_0x4d8a48(0x185),'close':_0x4d8a48(0x170),'expand':_0x4d8a48(0x194),'collapse':'Redueix','back':_0x4d8a48(0x195)},'contextMenu':{'insert':_0x4d8a48(0x177),'delete':_0x4d8a48(0x184),'distribute':_0x4d8a48(0x16c),'insertRowAbove':_0x4d8a48(0x190),'insertRowBelow':_0x4d8a48(0x191),'insertColumnLeft':_0x4d8a48(0x155),'insertColumnRight':_0x4d8a48(0x18e),'deleteRow':_0x4d8a48(0x159),'deleteColumn':'Suprimeix\x20la\x20columna','deleteTable':_0x4d8a48(0x18f),'distributeRows':_0x4d8a48(0x188),'distributeColumns':_0x4d8a48(0x180),'resetColor':_0x4d8a48(0x176)},'editorToolbar':{'mergeCells':'Combina\x20cel·les','unmergeCells':_0x4d8a48(0x16b),'tableTheme':_0x4d8a48(0x17e),'tableLook':_0x4d8a48(0x16f),'headerRow':'Fila\x20de\x20capçalera','footerRow':_0x4d8a48(0x162),'bandedRows':_0x4d8a48(0x19d),'bandedColumns':_0x4d8a48(0x18b),'firstColumn':_0x4d8a48(0x163),'lastColumn':_0x4d8a48(0x181),'bestMatch':_0x4d8a48(0x172),'light':'Clar','medium':'Mitjà','minimal':_0x4d8a48(0x16e),'cellBackground':_0x4d8a48(0x199),'allBorders':_0x4d8a48(0x17a),'tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','border':_0x4d8a48(0x15e),'tableBorderColor':_0x4d8a48(0x18c),'borderWidth':'Amplada\x20de\x20vora','borderStyle':_0x4d8a48(0x17d),'borderStyleSolid':'Sòlid','borderStyleDash':'Guió','borderStyleDot':'Punt','borderStyleDashDot':_0x4d8a48(0x19c),'borderPresetAll':'Totes\x20les\x20vores','borderPresetInner':_0x4d8a48(0x15d),'borderPresetOuter':_0x4d8a48(0x156),'borderPresetTop':'Vora\x20superior','borderPresetBottom':_0x4d8a48(0x165),'borderPresetLeft':_0x4d8a48(0x154),'borderPresetRight':_0x4d8a48(0x16a),'borderPresetInnerHorizontal':_0x4d8a48(0x198),'borderPresetInnerVertical':_0x4d8a48(0x1a0),'noBorder':_0x4d8a48(0x19e),'none':_0x4d8a48(0x15a),'fontFamily':_0x4d8a48(0x1a1),'fontSize':_0x4d8a48(0x17c),'textFormat':_0x4d8a48(0x160),'textColor':_0x4d8a48(0x166),'textBackgroundColor':_0x4d8a48(0x18a),'bold':_0x4d8a48(0x15f),'italic':_0x4d8a48(0x182),'underline':_0x4d8a48(0x197),'strikethrough':_0x4d8a48(0x189),'horizontalAlign':'Alineació\x20horitzontal','verticalAlign':_0x4d8a48(0x169),'alignLeft':_0x4d8a48(0x15b),'alignCenter':_0x4d8a48(0x173),'alignRight':_0x4d8a48(0x17b),'alignJustify':_0x4d8a48(0x168),'alignTop':_0x4d8a48(0x161),'alignMiddle':_0x4d8a48(0x164),'alignBottom':'Alinea\x20a\x20baix'},'shapePanel':{'fill':{'noFill':'Sense\x20emplenament','solidFill':_0x4d8a48(0x171),'gradientFill':_0x4d8a48(0x187),'pictureFill':_0x4d8a48(0x192),'color':_0x4d8a48(0x17f),'transparency':_0x4d8a48(0x15c),'picture':{'source':_0x4d8a48(0x193),'insert':_0x4d8a48(0x175)}}}}};function _0x510d(){const _0x526649=['Origen\x20de\x20la\x20imatge','Amplia','Enrere','788787luckuf','Subratllat','Vora\x20horitzontal\x20interior','Fons\x20de\x20cel·la','32ayxmdn','Estil\x20de\x20cel·la','Guió\x20punt','Files\x20alternes','Sense\x20vora','2jehXGB','Vora\x20vertical\x20interior','Tipus\x20de\x20lletra','670970WCsfmS','Vora\x20esquerra','Insereix\x20una\x20columna\x20a\x20l\x27esquerra','Vores\x20exteriors','Selecciona\x20una\x20cel·la','7GsfNft','Suprimeix\x20la\x20fila','Cap','Alinea\x20a\x20l\x27esquerra','Transparència','Vores\x20interiors','Vora','Negreta','Format\x20de\x20text','Alinea\x20a\x20dalt','Fila\x20de\x20peu','Primera\x20columna','Alinea\x20al\x20mig','Vora\x20inferior','Color\x20del\x20text','27lLlQqI','Justifica','Alineació\x20vertical','Vora\x20dreta','Descombina\x20cel·les','Distribueix','5280880IUhTFt','Mínim','Aspecte\x20de\x20taula','Tanca','Sòlid','Millor\x20coincidència','Centra','2196010XEqefR','Insereix\x20imatge','Reinicia\x20el\x20color','Insereix','26263SHuzKQ','2127234GNLQUA','Totes\x20les\x20vores','Alinea\x20a\x20la\x20dreta','Mida\x20de\x20lletra','Estil\x20de\x20vora','Tema\x20de\x20taula','Color','Distribueix\x20les\x20columnes','Última\x20columna','Cursiva','177612nQzHuz','Suprimeix','Estils','Selecciona\x20una\x20columna','Degradat','Distribueix\x20les\x20files','Ratllat','Color\x20de\x20fons\x20del\x20text','Columnes\x20alternes','Color\x20de\x20vora','Disposició','Insereix\x20una\x20columna\x20a\x20la\x20dreta','Suprimeix\x20taula','Insereix\x20una\x20fila\x20a\x20sobre','Insereix\x20una\x20fila\x20a\x20sota','Imatge'];_0x510d=function(){return _0x526649;};return _0x510d();}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 _0x47de(_0x14b69f,_0x376a74){_0x14b69f=_0x14b69f-0x144;const _0xcbbf90=_0xcbbf();let _0x47deab=_0xcbbf90[_0x14b69f];return _0x47deab;}const _0x2403f4=_0x47de;(function(_0x367861,_0x212e71){const _0x45da74=_0x47de,_0x4ea0d4=_0x367861();while(!![]){try{const _0x4a7edb=parseInt(_0x45da74(0x186))/0x1*(-parseInt(_0x45da74(0x181))/0x2)+parseInt(_0x45da74(0x18a))/0x3+parseInt(_0x45da74(0x15b))/0x4+parseInt(_0x45da74(0x147))/0x5+parseInt(_0x45da74(0x16b))/0x6*(-parseInt(_0x45da74(0x146))/0x7)+-parseInt(_0x45da74(0x17f))/0x8*(-parseInt(_0x45da74(0x167))/0x9)+parseInt(_0x45da74(0x175))/0xa*(parseInt(_0x45da74(0x168))/0xb);if(_0x4a7edb===_0x212e71)break;else _0x4ea0d4['push'](_0x4ea0d4['shift']());}catch(_0x370f95){_0x4ea0d4['push'](_0x4ea0d4['shift']());}}}(_0xcbbf,0xc5c1f));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x2403f4(0x154),'selectColumn':_0x2403f4(0x16f),'operations':_0x2403f4(0x173),'selectCell':'Zelle\x20auswählen','edit':'Stile','close':_0x2403f4(0x157),'expand':_0x2403f4(0x153),'collapse':_0x2403f4(0x171),'back':_0x2403f4(0x183)},'contextMenu':{'insert':_0x2403f4(0x17c),'delete':_0x2403f4(0x14f),'distribute':'Verteilen','insertRowAbove':_0x2403f4(0x165),'insertRowBelow':'Zeile\x20unterhalb\x20einfügen','insertColumnLeft':_0x2403f4(0x17b),'insertColumnRight':'Spalte\x20rechts\x20einfügen','deleteRow':_0x2403f4(0x14d),'deleteColumn':_0x2403f4(0x14e),'deleteTable':_0x2403f4(0x180),'distributeRows':'Zeilen\x20verteilen','distributeColumns':_0x2403f4(0x156),'resetColor':_0x2403f4(0x178)},'editorToolbar':{'mergeCells':_0x2403f4(0x14c),'unmergeCells':_0x2403f4(0x18c),'tableTheme':_0x2403f4(0x152),'tableLook':_0x2403f4(0x16c),'headerRow':_0x2403f4(0x16d),'footerRow':_0x2403f4(0x15d),'bandedRows':'Gebänderte\x20Zeilen','bandedColumns':'Gebänderte\x20Spalten','firstColumn':_0x2403f4(0x172),'lastColumn':_0x2403f4(0x151),'bestMatch':_0x2403f4(0x179),'light':'Hell','medium':_0x2403f4(0x184),'minimal':_0x2403f4(0x163),'cellBackground':_0x2403f4(0x14a),'allBorders':_0x2403f4(0x145),'tableBackgroundColor':_0x2403f4(0x16a),'border':_0x2403f4(0x187),'tableBorderColor':'Rahmenfarbe','borderWidth':'Rahmenbreite','borderStyle':'Rahmenstil','borderStyleSolid':_0x2403f4(0x15a),'borderStyleDash':_0x2403f4(0x185),'borderStyleDot':_0x2403f4(0x18b),'borderStyleDashDot':_0x2403f4(0x15e),'borderPresetAll':_0x2403f4(0x145),'borderPresetInner':'Innere\x20Rahmen','borderPresetOuter':'Äußere\x20Rahmen','borderPresetTop':_0x2403f4(0x14b),'borderPresetBottom':_0x2403f4(0x189),'borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':_0x2403f4(0x155),'borderPresetInnerHorizontal':_0x2403f4(0x16e),'borderPresetInnerVertical':_0x2403f4(0x164),'noBorder':_0x2403f4(0x170),'none':_0x2403f4(0x17a),'fontFamily':'Schriftart','fontSize':_0x2403f4(0x160),'textFormat':_0x2403f4(0x15f),'textColor':_0x2403f4(0x17e),'textBackgroundColor':_0x2403f4(0x174),'bold':_0x2403f4(0x158),'italic':_0x2403f4(0x166),'underline':_0x2403f4(0x15c),'strikethrough':_0x2403f4(0x182),'horizontalAlign':_0x2403f4(0x161),'verticalAlign':_0x2403f4(0x149),'alignLeft':'Links\x20ausrichten','alignCenter':'Zentrieren','alignRight':_0x2403f4(0x176),'alignJustify':_0x2403f4(0x148),'alignTop':'Oben\x20ausrichten','alignMiddle':_0x2403f4(0x144),'alignBottom':_0x2403f4(0x169)},'shapePanel':{'fill':{'noFill':_0x2403f4(0x162),'solidFill':'Einfarbig','gradientFill':_0x2403f4(0x159),'pictureFill':_0x2403f4(0x177),'color':_0x2403f4(0x150),'transparency':'Transparenz','picture':{'source':_0x2403f4(0x17d),'insert':_0x2403f4(0x188)}}}}};export{e as default};function _0xcbbf(){const _0x10b91f=['Tabellenhintergrundfarbe','96tUwZZS','Tabellenformat','Kopfzeile','Innerer\x20horizontaler\x20Rahmen','Spalte\x20auswählen','Kein\x20Rahmen','Einklappen','Erste\x20Spalte','Layout','Texthintergrundfarbe','1074920zAnPwy','Rechts\x20ausrichten','Bild','Farbe\x20zurücksetzen','Beste\x20Übereinstimmung','Keine','Spalte\x20links\x20einfügen','Einfügen','Bildquelle','Textfarbe','1675472MMvGeS','Tabelle\x20löschen','310RnqmpD','Durchgestrichen','Zurück','Mittel','Gestrichelt','9975dECuQu','Rahmen','Bild\x20einfügen','Unterer\x20Rahmen','4834248haEAGk','Gepunktet','Zellen\x20trennen','Vertikal\x20zentrieren','Alle\x20Rahmen','143528wyBYYl','656630yeWFyG','Blocksatz','Vertikal\x20ausrichten','Zellenhintergrund','Oberer\x20Rahmen','Zellen\x20verbinden','Zeile\x20löschen','Spalte\x20löschen','Löschen','Farbe','Letzte\x20Spalte','Tabellendesign','Erweitern','Zellenstil','Rechter\x20Rahmen','Spalten\x20verteilen','Schließen','Fett','Verlauf','Durchgezogen','1230440ZNlzZv','Unterstrichen','Fußzeile','Strich-Punkt','Textformat','Schriftgröße','Horizontal\x20ausrichten','Keine\x20Füllung','Minimal','Innerer\x20vertikaler\x20Rahmen','Zeile\x20oberhalb\x20einfügen','Kursiv','18DJKgha','22bFvJNf','Unten\x20ausrichten'];_0xcbbf=function(){return _0x10b91f;};return _0xcbbf();}
@@ -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 _0x160d40=_0x1d60;function _0x38a7(){const _0x1822bc=['Select\x20column','Vertical\x20align','Expand','Text\x20color','Insert\x20picture','Cell\x20style','6630nVOqZT','Align\x20center','No\x20fill','Insert\x20row\x20above','Merge\x20cells','Picture','Border','Delete\x20table','Align\x20top','Insert','6052360lCgOYb','Align\x20left','Inner\x20vertical\x20border','Header\x20row','Delete\x20row','4408558RiyDzk','Banded\x20rows','Align\x20bottom','Table\x20theme','4VkubOr','Font\x20size','1148867bYaLRL','Outer\x20borders','Solid','Insert\x20column\x20right','All\x20borders','Border\x20width','Distribute','Inner\x20borders','Border\x20style','Left\x20border','Dash\x20dot','33210FMmMHD','Collapse','Distribute\x20rows','Insert\x20column\x20left','Table\x20background\x20color','Light','Distribute\x20columns','Right\x20border','676rIzzrS','Bottom\x20border','Transparency','Inner\x20horizontal\x20border','Minimal','Cell\x20background','Align\x20middle','Reset\x20color','Gradient','Top\x20border','Italic','2070bsRXrX','Dot','Best\x20match','Last\x20column','Horizontal\x20align','Justify','5438585DutJSE','Medium','Color','Banded\x20columns','Insert\x20row\x20below','Styles','Back','Text\x20format','5225574fkGegm','Layout','Picture\x20source'];_0x38a7=function(){return _0x1822bc;};return _0x38a7();}(function(_0x3d322b,_0x3cf936){const _0x59736b=_0x1d60,_0x18c9a7=_0x3d322b();while(!![]){try{const _0x15d606=-parseInt(_0x59736b(0x221))/0x1+-parseInt(_0x59736b(0x234))/0x2*(parseInt(_0x59736b(0x20c))/0x3)+parseInt(_0x59736b(0x21f))/0x4*(parseInt(_0x59736b(0x1fb))/0x5)+parseInt(_0x59736b(0x203))/0x6+parseInt(_0x59736b(0x21b))/0x7+parseInt(_0x59736b(0x216))/0x8+-parseInt(_0x59736b(0x22c))/0x9*(parseInt(_0x59736b(0x1f5))/0xa);if(_0x15d606===_0x3cf936)break;else _0x18c9a7['push'](_0x18c9a7['shift']());}catch(_0x10b21b){_0x18c9a7['push'](_0x18c9a7['shift']());}}}(_0x38a7,0xa74fc));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x160d40(0x20b),'selectColumn':_0x160d40(0x206),'operations':_0x160d40(0x204),'selectCell':'Select\x20cell','edit':_0x160d40(0x200),'close':'Close','expand':_0x160d40(0x208),'collapse':_0x160d40(0x22d),'back':_0x160d40(0x201)},'contextMenu':{'insert':_0x160d40(0x215),'delete':'Delete','distribute':_0x160d40(0x227),'insertRowAbove':_0x160d40(0x20f),'insertRowBelow':_0x160d40(0x1ff),'insertColumnLeft':_0x160d40(0x22f),'insertColumnRight':_0x160d40(0x224),'deleteRow':_0x160d40(0x21a),'deleteColumn':'Delete\x20column','deleteTable':_0x160d40(0x213),'distributeRows':_0x160d40(0x22e),'distributeColumns':_0x160d40(0x232),'resetColor':_0x160d40(0x23b)},'editorToolbar':{'mergeCells':_0x160d40(0x210),'unmergeCells':'Unmerge\x20cells','tableTheme':_0x160d40(0x21e),'tableLook':'Table\x20look','headerRow':_0x160d40(0x219),'footerRow':'Footer\x20row','bandedRows':_0x160d40(0x21c),'bandedColumns':_0x160d40(0x1fe),'firstColumn':'First\x20column','lastColumn':_0x160d40(0x1f8),'bestMatch':_0x160d40(0x1f7),'light':_0x160d40(0x231),'medium':_0x160d40(0x1fc),'minimal':_0x160d40(0x238),'cellBackground':_0x160d40(0x239),'allBorders':_0x160d40(0x225),'tableBackgroundColor':_0x160d40(0x230),'border':_0x160d40(0x212),'tableBorderColor':'Border\x20color','borderWidth':_0x160d40(0x226),'borderStyle':_0x160d40(0x229),'borderStyleSolid':_0x160d40(0x223),'borderStyleDash':'Dash','borderStyleDot':_0x160d40(0x1f6),'borderStyleDashDot':_0x160d40(0x22b),'borderPresetAll':_0x160d40(0x225),'borderPresetInner':_0x160d40(0x228),'borderPresetOuter':_0x160d40(0x222),'borderPresetTop':_0x160d40(0x1f3),'borderPresetBottom':_0x160d40(0x235),'borderPresetLeft':_0x160d40(0x22a),'borderPresetRight':_0x160d40(0x233),'borderPresetInnerHorizontal':_0x160d40(0x237),'borderPresetInnerVertical':_0x160d40(0x218),'noBorder':'No\x20border','none':'None','fontFamily':'Font\x20family','fontSize':_0x160d40(0x220),'textFormat':_0x160d40(0x202),'textColor':_0x160d40(0x209),'textBackgroundColor':'Text\x20background\x20color','bold':'Bold','italic':_0x160d40(0x1f4),'underline':'Underline','strikethrough':'Strikethrough','horizontalAlign':_0x160d40(0x1f9),'verticalAlign':_0x160d40(0x207),'alignLeft':_0x160d40(0x217),'alignCenter':_0x160d40(0x20d),'alignRight':'Align\x20right','alignJustify':_0x160d40(0x1fa),'alignTop':_0x160d40(0x214),'alignMiddle':_0x160d40(0x23a),'alignBottom':_0x160d40(0x21d)},'shapePanel':{'fill':{'noFill':_0x160d40(0x20e),'solidFill':_0x160d40(0x223),'gradientFill':_0x160d40(0x23c),'pictureFill':_0x160d40(0x211),'color':_0x160d40(0x1fd),'transparency':_0x160d40(0x236),'picture':{'source':_0x160d40(0x205),'insert':_0x160d40(0x20a)}}}}};function _0x1d60(_0x41fef8,_0xb5c6ea){_0x41fef8=_0x41fef8-0x1f3;const _0x38a719=_0x38a7();let _0x1d606f=_0x38a719[_0x41fef8];return _0x1d606f;}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 _0x363fd3=_0x1c64;(function(_0x1b3779,_0x4e9048){const _0x20cb63=_0x1c64,_0xbe7cb0=_0x1b3779();while(!![]){try{const _0x349698=-parseInt(_0x20cb63(0x15a))/0x1+parseInt(_0x20cb63(0x141))/0x2*(-parseInt(_0x20cb63(0x13b))/0x3)+parseInt(_0x20cb63(0x143))/0x4*(-parseInt(_0x20cb63(0x160))/0x5)+-parseInt(_0x20cb63(0x155))/0x6*(-parseInt(_0x20cb63(0x15d))/0x7)+parseInt(_0x20cb63(0x140))/0x8+parseInt(_0x20cb63(0x165))/0x9*(-parseInt(_0x20cb63(0x168))/0xa)+parseInt(_0x20cb63(0x154))/0xb;if(_0x349698===_0x4e9048)break;else _0xbe7cb0['push'](_0xbe7cb0['shift']());}catch(_0x2ac270){_0xbe7cb0['push'](_0xbe7cb0['shift']());}}}(_0xc8fe,0x7ebcc));function _0xc8fe(){const _0x1a071c=['Degradado','225bacHyU','Seleccionar\x20celda','Alinear\x20a\x20la\x20derecha','302410etwGTj','Primera\x20columna','Insertar\x20fila\x20abajo','Alinear\x20abajo','Centrar','Atrás','Borde\x20inferior','Columnas\x20con\x20bandas','Estilo\x20de\x20celda','Distribuir\x20columnas','Tema\x20de\x20tabla','Mejor\x20coincidencia','Restablecer\x20color','Tamaño\x20de\x20fuente','Combinar\x20celdas','Borde\x20superior','Color\x20de\x20fondo\x20de\x20tabla','Expandir','Separar\x20celdas','Insertar\x20columna\x20a\x20la\x20derecha','Aspecto\x20de\x20tabla','Bordes\x20interiores','Subrayado','Alinear\x20al\x20medio','Alinear\x20a\x20la\x20izquierda','Borde\x20izquierdo','Cerrar','964539Bwqrbz','Borde\x20vertical\x20interior','Alineación\x20vertical','Borde\x20derecho','Distribuir\x20filas','1435304yDwdod','2ZSlOir','Sin\x20borde','3078956oEhGVy','Sin\x20relleno','Insertar\x20columna\x20a\x20la\x20izquierda','Seleccionar\x20columna','Eliminar','Todos\x20los\x20bordes','Medio','Sólido','Negrita','Insertar\x20fila\x20arriba','Eliminar\x20tabla','Estilo\x20de\x20borde','Eliminar\x20fila','Ninguno','Filas\x20con\x20bandas','Formato\x20de\x20texto','Color\x20de\x20texto','26652362FJWwRS','12FWdjIw','Claro','Fila\x20de\x20pie','Última\x20columna','Distribuir','995662NwKVeO','Bordes\x20exteriores','Guion','2658950gTOxBo','Borde','Justificar','5sVmMfI','Estilos','Transparencia','Diseño'];_0xc8fe=function(){return _0x1a071c;};return _0xc8fe();}function _0x1c64(_0x286f40,_0x5321ed){_0x286f40=_0x286f40-0x127;const _0xc8fe9=_0xc8fe();let _0x1c64d8=_0xc8fe9[_0x286f40];return _0x1c64d8;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x363fd3(0x128),'selectColumn':_0x363fd3(0x146),'operations':_0x363fd3(0x163),'selectCell':_0x363fd3(0x166),'edit':_0x363fd3(0x161),'close':_0x363fd3(0x13a),'expand':_0x363fd3(0x131),'collapse':'Contraer','back':_0x363fd3(0x16d)},'contextMenu':{'insert':'Insertar','delete':_0x363fd3(0x147),'distribute':_0x363fd3(0x159),'insertRowAbove':_0x363fd3(0x14c),'insertRowBelow':_0x363fd3(0x16a),'insertColumnLeft':_0x363fd3(0x145),'insertColumnRight':_0x363fd3(0x133),'deleteRow':_0x363fd3(0x14f),'deleteColumn':'Eliminar\x20columna','deleteTable':_0x363fd3(0x14d),'distributeRows':_0x363fd3(0x13f),'distributeColumns':_0x363fd3(0x129),'resetColor':_0x363fd3(0x12c)},'editorToolbar':{'mergeCells':_0x363fd3(0x12e),'unmergeCells':_0x363fd3(0x132),'tableTheme':_0x363fd3(0x12a),'tableLook':_0x363fd3(0x134),'headerRow':'Fila\x20de\x20encabezado','footerRow':_0x363fd3(0x157),'bandedRows':_0x363fd3(0x151),'bandedColumns':_0x363fd3(0x127),'firstColumn':_0x363fd3(0x169),'lastColumn':_0x363fd3(0x158),'bestMatch':_0x363fd3(0x12b),'light':_0x363fd3(0x156),'medium':_0x363fd3(0x149),'minimal':'Mínimo','cellBackground':'Fondo\x20de\x20celda','allBorders':_0x363fd3(0x148),'tableBackgroundColor':_0x363fd3(0x130),'border':_0x363fd3(0x15e),'tableBorderColor':'Color\x20de\x20borde','borderWidth':'Ancho\x20de\x20borde','borderStyle':_0x363fd3(0x14e),'borderStyleSolid':_0x363fd3(0x14a),'borderStyleDash':_0x363fd3(0x15c),'borderStyleDot':'Punto','borderStyleDashDot':'Guion\x20punto','borderPresetAll':_0x363fd3(0x148),'borderPresetInner':_0x363fd3(0x135),'borderPresetOuter':_0x363fd3(0x15b),'borderPresetTop':_0x363fd3(0x12f),'borderPresetBottom':_0x363fd3(0x16e),'borderPresetLeft':_0x363fd3(0x139),'borderPresetRight':_0x363fd3(0x13e),'borderPresetInnerHorizontal':'Borde\x20horizontal\x20interior','borderPresetInnerVertical':_0x363fd3(0x13c),'noBorder':_0x363fd3(0x142),'none':_0x363fd3(0x150),'fontFamily':'Fuente','fontSize':_0x363fd3(0x12d),'textFormat':_0x363fd3(0x152),'textColor':_0x363fd3(0x153),'textBackgroundColor':'Color\x20de\x20fondo\x20del\x20texto','bold':_0x363fd3(0x14b),'italic':'Cursiva','underline':_0x363fd3(0x136),'strikethrough':'Tachado','horizontalAlign':'Alineación\x20horizontal','verticalAlign':_0x363fd3(0x13d),'alignLeft':_0x363fd3(0x138),'alignCenter':_0x363fd3(0x16c),'alignRight':_0x363fd3(0x167),'alignJustify':_0x363fd3(0x15f),'alignTop':'Alinear\x20arriba','alignMiddle':_0x363fd3(0x137),'alignBottom':_0x363fd3(0x16b)},'shapePanel':{'fill':{'noFill':_0x363fd3(0x144),'solidFill':'Sólido','gradientFill':_0x363fd3(0x164),'pictureFill':'Imagen','color':'Color','transparency':_0x363fd3(0x162),'picture':{'source':'Origen\x20de\x20la\x20imagen','insert':'Insertar\x20imagen'}}}}};export{e as default};
@@ -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
+ const _0x57eff1=_0x1e3b;(function(_0x28716c,_0x59ba0c){const _0xd61b26=_0x1e3b,_0x51aa7e=_0x28716c();while(!![]){try{const _0x94a62f=-parseInt(_0xd61b26(0xe9))/0x1*(parseInt(_0xd61b26(0xde))/0x2)+parseInt(_0xd61b26(0xf4))/0x3+parseInt(_0xd61b26(0x10d))/0x4*(parseInt(_0xd61b26(0x104))/0x5)+-parseInt(_0xd61b26(0xd9))/0x6*(parseInt(_0xd61b26(0xd6))/0x7)+parseInt(_0xd61b26(0xd7))/0x8+-parseInt(_0xd61b26(0x100))/0x9*(parseInt(_0xd61b26(0xdd))/0xa)+-parseInt(_0xd61b26(0xf6))/0xb;if(_0x94a62f===_0x59ba0c)break;else _0x51aa7e['push'](_0x51aa7e['shift']());}catch(_0xa32a93){_0x51aa7e['push'](_0x51aa7e['shift']());}}}(_0x2422,0x575dc));function _0x1e3b(_0x2cb0f7,_0x346458){_0x2cb0f7=_0x2cb0f7-0xce;const _0x24222a=_0x2422();let _0x1e3be4=_0x24222a[_0x2cb0f7];return _0x1e3be4;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x57eff1(0xe8),'selectColumn':'انتخاب\x20ستون','operations':'چیدمان','selectCell':_0x57eff1(0xd5),'edit':_0x57eff1(0x107),'close':_0x57eff1(0xfe),'expand':'گسترش','collapse':_0x57eff1(0xeb),'back':_0x57eff1(0xea)},'contextMenu':{'insert':_0x57eff1(0xf5),'delete':_0x57eff1(0xec),'distribute':_0x57eff1(0xd4),'insertRowAbove':'درج\x20ردیف\x20در\x20بالا','insertRowBelow':_0x57eff1(0xf0),'insertColumnLeft':_0x57eff1(0xce),'insertColumnRight':_0x57eff1(0xda),'deleteRow':_0x57eff1(0xe7),'deleteColumn':_0x57eff1(0xff),'deleteTable':_0x57eff1(0xe4),'distributeRows':_0x57eff1(0xd0),'distributeColumns':'توزیع\x20ستون‌ها','resetColor':_0x57eff1(0xdc)},'editorToolbar':{'mergeCells':_0x57eff1(0xf2),'unmergeCells':'لغو\x20ادغام\x20سلول‌ها','tableTheme':_0x57eff1(0x112),'tableLook':_0x57eff1(0xd8),'headerRow':'ردیف\x20سرصفحه','footerRow':_0x57eff1(0x108),'bandedRows':_0x57eff1(0xe1),'bandedColumns':_0x57eff1(0x103),'firstColumn':'ستون\x20اول','lastColumn':'ستون\x20آخر','bestMatch':'بهترین\x20تطابق','light':'روشن','medium':_0x57eff1(0xdf),'minimal':_0x57eff1(0xe2),'cellBackground':_0x57eff1(0xd2),'allBorders':_0x57eff1(0x101),'tableBackgroundColor':'رنگ\x20پس‌زمینه\x20جدول','border':'حاشیه','tableBorderColor':'رنگ\x20حاشیه','borderWidth':_0x57eff1(0x10c),'borderStyle':_0x57eff1(0xf3),'borderStyleSolid':'یکپارچه','borderStyleDash':_0x57eff1(0x110),'borderStyleDot':_0x57eff1(0x10a),'borderStyleDashDot':'خط‌چین\x20نقطه','borderPresetAll':_0x57eff1(0x101),'borderPresetInner':_0x57eff1(0xd1),'borderPresetOuter':_0x57eff1(0xed),'borderPresetTop':'حاشیه\x20بالا','borderPresetBottom':_0x57eff1(0xfa),'borderPresetLeft':'حاشیه\x20چپ','borderPresetRight':_0x57eff1(0xef),'borderPresetInnerHorizontal':_0x57eff1(0x113),'borderPresetInnerVertical':_0x57eff1(0x102),'noBorder':_0x57eff1(0xdb),'none':_0x57eff1(0x10f),'fontFamily':_0x57eff1(0xfc),'fontSize':'اندازه\x20قلم','textFormat':'قالب\x20متن','textColor':_0x57eff1(0x106),'textBackgroundColor':_0x57eff1(0xf1),'bold':'پررنگ','italic':'کج','underline':_0x57eff1(0x10b),'strikethrough':_0x57eff1(0xcf),'horizontalAlign':_0x57eff1(0xee),'verticalAlign':_0x57eff1(0xe3),'alignLeft':_0x57eff1(0xd3),'alignCenter':'تراز\x20وسط','alignRight':_0x57eff1(0x105),'alignJustify':_0x57eff1(0x111),'alignTop':'تراز\x20بالا','alignMiddle':_0x57eff1(0xfd),'alignBottom':_0x57eff1(0xe6)},'shapePanel':{'fill':{'noFill':_0x57eff1(0x10e),'solidFill':_0x57eff1(0x109),'gradientFill':_0x57eff1(0xe0),'pictureFill':_0x57eff1(0xe5),'color':_0x57eff1(0xf7),'transparency':_0x57eff1(0xf9),'picture':{'source':_0x57eff1(0xfb),'insert':_0x57eff1(0xf8)}}}}};function _0x2422(){const _0x4154d0=['گرادیان','ردیف‌های\x20نواری','حداقلی','تراز\x20عمودی','حذف\x20جدول','تصویر','تراز\x20پایین','حذف\x20ردیف','سبک\x20سلول','409rPocWm','بازگشت','جمع\x20کردن','حذف','حاشیه‌های\x20بیرونی','تراز\x20افقی','حاشیه\x20راست','درج\x20ردیف\x20در\x20پایین','رنگ\x20پس‌زمینه\x20متن','ادغام\x20سلول‌ها','سبک\x20حاشیه','1010883uCMsMn','درج','2656236XTrayH','رنگ','درج\x20تصویر','شفافیت','حاشیه\x20پایین','منبع\x20تصویر','قلم','تراز\x20میانی','بستن','حذف\x20ستون','1339515AAKDSk','همه\x20حاشیه‌ها','حاشیه\x20عمودی\x20داخلی','ستون‌های\x20نواری','5KpKMss','تراز\x20راست','رنگ\x20متن','سبک‌ها','ردیف\x20پاصفحه','یکپارچه','نقطه‌چین','زیرخط','عرض\x20حاشیه','2651260nTHTAV','بدون\x20پر\x20کردن','هیچ','خط‌چین','هم‌تراز','قالب\x20جدول','حاشیه\x20افقی\x20داخلی','درج\x20ستون\x20در\x20چپ','خط‌خورده','توزیع\x20ردیف‌ها','حاشیه‌های\x20داخلی','پس‌زمینه\x20سلول','تراز\x20چپ','توزیع','انتخاب\x20سلول','11291UWEcrz','2606456yqFldQ','ظاهر\x20جدول','1410VkPyfO','درج\x20ستون\x20در\x20راست','بدون\x20حاشیه','بازنشانی\x20رنگ','10UfJflX','970isXPrL','متوسط'];_0x2422=function(){return _0x4154d0;};return _0x2422();}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
+ function _0x1731(_0x19971a,_0x450226){_0x19971a=_0x19971a-0x1d1;const _0x5f5bc4=_0x5f5b();let _0x173157=_0x5f5bc4[_0x19971a];return _0x173157;}const _0x12cfc9=_0x1731;function _0x5f5b(){const _0xcdf25=['Toutes\x20les\x20bordures','Arrière-plan\x20de\x20cellule','Style\x20de\x20cellule','Colonnes\x20alternées','Format\x20de\x20texte','Dégradé','8847KkPmmZ','10mXQrWX','Bordure\x20inférieure','Bordure\x20gauche','Style\x20de\x20bordure','Bordure\x20verticale\x20intérieure','Gras','Tiret-point','Alignement\x20vertical','Centrer\x20verticalement','Police','Centrer','Aligner\x20en\x20bas','Répartir\x20les\x20colonnes','Bordure','Épaisseur\x20de\x20bordure','Supprimer\x20le\x20tableau','Bordure\x20supérieure','Aligner\x20à\x20gauche','Réduire','Sélectionner\x20une\x20colonne','Barré','Aligner\x20à\x20droite','Lignes\x20alternées','Insérer\x20une\x20colonne\x20à\x20gauche','Insérer\x20une\x20colonne\x20à\x20droite','Aligner\x20en\x20haut','2376030UhGGhO','Aucun','Tiret','Taille\x20de\x20police','434205JTeGgA','Développer','Sélectionner\x20une\x20cellule','Minimal','Réinitialiser\x20la\x20couleur','Bordure\x20horizontale\x20intérieure','Styles','Annuler\x20la\x20fusion\x20des\x20cellules','Italique','441403ksfmRS','48251wdPxro','Couleur\x20d’arrière-plan\x20du\x20texte','3504PtujSZ','Clair','6941UXaxVZ','Justifier','444nhWkiJ','Première\x20colonne','900765NWiizJ','280vOaGJL','Image','Insérer\x20une\x20ligne\x20au-dessus','Insérer','Couleur\x20de\x20bordure','Disposition','Retour','Répartir\x20les\x20lignes','Plein','Ligne\x20d’en-tête','Alignement\x20horizontal','Répartir','2byPwwd','Supprimer\x20la\x20ligne'];_0x5f5b=function(){return _0xcdf25;};return _0x5f5b();}(function(_0x3eb044,_0x15d4a2){const _0x30d9d2=_0x1731,_0x5e1253=_0x3eb044();while(!![]){try{const _0x1f6b42=parseInt(_0x30d9d2(0x1d1))/0x1*(-parseInt(_0x30d9d2(0x1e7))/0x2)+-parseInt(_0x30d9d2(0x1ef))/0x3*(-parseInt(_0x30d9d2(0x1d8))/0x4)+-parseInt(_0x30d9d2(0x20e))/0x5+parseInt(_0x30d9d2(0x20a))/0x6+parseInt(_0x30d9d2(0x1d2))/0x7*(-parseInt(_0x30d9d2(0x1db))/0x8)+-parseInt(_0x30d9d2(0x1da))/0x9*(-parseInt(_0x30d9d2(0x1f0))/0xa)+parseInt(_0x30d9d2(0x1d6))/0xb*(parseInt(_0x30d9d2(0x1d4))/0xc);if(_0x1f6b42===_0x15d4a2)break;else _0x5e1253['push'](_0x5e1253['shift']());}catch(_0x76953e){_0x5e1253['push'](_0x5e1253['shift']());}}}(_0x5f5b,0x3a266));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x12cfc9(0x1eb),'selectColumn':_0x12cfc9(0x203),'operations':_0x12cfc9(0x1e0),'selectCell':_0x12cfc9(0x210),'edit':_0x12cfc9(0x214),'close':'Fermer','expand':_0x12cfc9(0x20f),'collapse':_0x12cfc9(0x202),'back':_0x12cfc9(0x1e1)},'contextMenu':{'insert':_0x12cfc9(0x1de),'delete':'Supprimer','distribute':_0x12cfc9(0x1e6),'insertRowAbove':_0x12cfc9(0x1dd),'insertRowBelow':'Insérer\x20une\x20ligne\x20en\x20dessous','insertColumnLeft':_0x12cfc9(0x207),'insertColumnRight':_0x12cfc9(0x208),'deleteRow':_0x12cfc9(0x1e8),'deleteColumn':'Supprimer\x20la\x20colonne','deleteTable':_0x12cfc9(0x1ff),'distributeRows':_0x12cfc9(0x1e2),'distributeColumns':_0x12cfc9(0x1fc),'resetColor':_0x12cfc9(0x212)},'editorToolbar':{'mergeCells':'Fusionner\x20les\x20cellules','unmergeCells':_0x12cfc9(0x215),'tableTheme':'Thème\x20de\x20tableau','tableLook':'Apparence\x20du\x20tableau','headerRow':_0x12cfc9(0x1e4),'footerRow':'Ligne\x20de\x20pied','bandedRows':_0x12cfc9(0x206),'bandedColumns':_0x12cfc9(0x1ec),'firstColumn':_0x12cfc9(0x1d9),'lastColumn':'Dernière\x20colonne','bestMatch':'Meilleure\x20correspondance','light':_0x12cfc9(0x1d5),'medium':'Moyen','minimal':_0x12cfc9(0x211),'cellBackground':_0x12cfc9(0x1ea),'allBorders':_0x12cfc9(0x1e9),'tableBackgroundColor':'Couleur\x20d’arrière-plan\x20du\x20tableau','border':_0x12cfc9(0x1fd),'tableBorderColor':_0x12cfc9(0x1df),'borderWidth':_0x12cfc9(0x1fe),'borderStyle':_0x12cfc9(0x1f3),'borderStyleSolid':_0x12cfc9(0x1e3),'borderStyleDash':_0x12cfc9(0x20c),'borderStyleDot':'Pointillé','borderStyleDashDot':_0x12cfc9(0x1f6),'borderPresetAll':_0x12cfc9(0x1e9),'borderPresetInner':'Bordures\x20intérieures','borderPresetOuter':'Bordures\x20extérieures','borderPresetTop':_0x12cfc9(0x200),'borderPresetBottom':_0x12cfc9(0x1f1),'borderPresetLeft':_0x12cfc9(0x1f2),'borderPresetRight':'Bordure\x20droite','borderPresetInnerHorizontal':_0x12cfc9(0x213),'borderPresetInnerVertical':_0x12cfc9(0x1f4),'noBorder':'Aucune\x20bordure','none':_0x12cfc9(0x20b),'fontFamily':_0x12cfc9(0x1f9),'fontSize':_0x12cfc9(0x20d),'textFormat':_0x12cfc9(0x1ed),'textColor':'Couleur\x20du\x20texte','textBackgroundColor':_0x12cfc9(0x1d3),'bold':_0x12cfc9(0x1f5),'italic':_0x12cfc9(0x216),'underline':'Souligné','strikethrough':_0x12cfc9(0x204),'horizontalAlign':_0x12cfc9(0x1e5),'verticalAlign':_0x12cfc9(0x1f7),'alignLeft':_0x12cfc9(0x201),'alignCenter':_0x12cfc9(0x1fa),'alignRight':_0x12cfc9(0x205),'alignJustify':_0x12cfc9(0x1d7),'alignTop':_0x12cfc9(0x209),'alignMiddle':_0x12cfc9(0x1f8),'alignBottom':_0x12cfc9(0x1fb)},'shapePanel':{'fill':{'noFill':'Aucun\x20remplissage','solidFill':'Uni','gradientFill':_0x12cfc9(0x1ee),'pictureFill':_0x12cfc9(0x1dc),'color':'Couleur','transparency':'Transparence','picture':{'source':'Source\x20de\x20l’image','insert':'Insérer\x20une\x20image'}}}}};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
+ function _0x35b5(_0x4f92a3,_0x58e1e6){_0x4f92a3=_0x4f92a3-0xdb;const _0x4c38f6=_0x4c38();let _0x35b56f=_0x4c38f6[_0x4f92a3];return _0x35b56f;}const _0x4826af=_0x35b5;(function(_0x29a675,_0x23abd5){const _0x4a0fd6=_0x35b5,_0x4a1ecb=_0x29a675();while(!![]){try{const _0x30f3bc=-parseInt(_0x4a0fd6(0x10f))/0x1+-parseInt(_0x4a0fd6(0x11d))/0x2*(parseInt(_0x4a0fd6(0x11c))/0x3)+-parseInt(_0x4a0fd6(0xe3))/0x4+parseInt(_0x4a0fd6(0xe2))/0x5*(parseInt(_0x4a0fd6(0x105))/0x6)+-parseInt(_0x4a0fd6(0x123))/0x7+-parseInt(_0x4a0fd6(0xf8))/0x8*(parseInt(_0x4a0fd6(0x116))/0x9)+parseInt(_0x4a0fd6(0x120))/0xa;if(_0x30f3bc===_0x23abd5)break;else _0x4a1ecb['push'](_0x4a1ecb['shift']());}catch(_0x15ff02){_0x4a1ecb['push'](_0x4a1ecb['shift']());}}}(_0x4c38,0xc0907));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x4826af(0xf0),'selectColumn':_0x4826af(0x112),'operations':_0x4826af(0xf3),'selectCell':_0x4826af(0xe7),'edit':'Gaya','close':_0x4826af(0xf1),'expand':_0x4826af(0x106),'collapse':'Ciutkan','back':_0x4826af(0xdb)},'contextMenu':{'insert':'Sisipkan','delete':_0x4826af(0xf9),'distribute':_0x4826af(0x10a),'insertRowAbove':_0x4826af(0x124),'insertRowBelow':_0x4826af(0x107),'insertColumnLeft':_0x4826af(0x110),'insertColumnRight':_0x4826af(0xfe),'deleteRow':_0x4826af(0x11b),'deleteColumn':_0x4826af(0xed),'deleteTable':_0x4826af(0x113),'distributeRows':'Distribusikan\x20baris','distributeColumns':_0x4826af(0xdd),'resetColor':_0x4826af(0xe9)},'editorToolbar':{'mergeCells':'Gabungkan\x20sel','unmergeCells':_0x4826af(0x10b),'tableTheme':_0x4826af(0xe5),'tableLook':'Tampilan\x20tabel','headerRow':_0x4826af(0x108),'footerRow':'Baris\x20footer','bandedRows':'Baris\x20berpita','bandedColumns':_0x4826af(0x10d),'firstColumn':_0x4826af(0xee),'lastColumn':'Kolom\x20terakhir','bestMatch':_0x4826af(0xfc),'light':_0x4826af(0x10e),'medium':_0x4826af(0xe6),'minimal':_0x4826af(0xea),'cellBackground':_0x4826af(0x117),'allBorders':'Semua\x20batas','tableBackgroundColor':_0x4826af(0x122),'border':_0x4826af(0x102),'tableBorderColor':_0x4826af(0xdf),'borderWidth':'Lebar\x20batas','borderStyle':_0x4826af(0xdc),'borderStyleSolid':_0x4826af(0x103),'borderStyleDash':_0x4826af(0x114),'borderStyleDot':_0x4826af(0xe4),'borderStyleDashDot':_0x4826af(0x11e),'borderPresetAll':_0x4826af(0xef),'borderPresetInner':_0x4826af(0x118),'borderPresetOuter':_0x4826af(0xec),'borderPresetTop':_0x4826af(0xf5),'borderPresetBottom':_0x4826af(0x10c),'borderPresetLeft':_0x4826af(0x11f),'borderPresetRight':_0x4826af(0x104),'borderPresetInnerHorizontal':_0x4826af(0xe0),'borderPresetInnerVertical':_0x4826af(0x115),'noBorder':_0x4826af(0xf4),'none':_0x4826af(0x111),'fontFamily':_0x4826af(0x101),'fontSize':'Ukuran\x20font','textFormat':_0x4826af(0xeb),'textColor':_0x4826af(0xe8),'textBackgroundColor':_0x4826af(0xfd),'bold':_0x4826af(0xf6),'italic':_0x4826af(0x119),'underline':_0x4826af(0x11a),'strikethrough':'Coret','horizontalAlign':_0x4826af(0x121),'verticalAlign':'Rata\x20vertikal','alignLeft':_0x4826af(0xfb),'alignCenter':'Rata\x20tengah','alignRight':_0x4826af(0xff),'alignJustify':_0x4826af(0x100),'alignTop':'Rata\x20atas','alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':_0x4826af(0xf7)},'shapePanel':{'fill':{'noFill':_0x4826af(0x109),'solidFill':_0x4826af(0x103),'gradientFill':'Gradien','pictureFill':_0x4826af(0xfa),'color':_0x4826af(0xf2),'transparency':'Transparansi','picture':{'source':_0x4826af(0xde),'insert':_0x4826af(0xe1)}}}}};function _0x4c38(){const _0x2a7a57=['Garis\x20putus','Batas\x20vertikal\x20dalam','914139ImdVsw','Latar\x20sel','Batas\x20dalam','Miring','Garis\x20bawah','Hapus\x20baris','1803dvtmRS','2978dTwvlM','Garis\x20titik','Batas\x20kiri','43614410DRZHRF','Rata\x20horizontal','Warna\x20latar\x20tabel','4350164rkwGVL','Sisipkan\x20baris\x20di\x20atas','Kembali','Gaya\x20batas','Distribusikan\x20kolom','Sumber\x20gambar','Warna\x20batas','Batas\x20horizontal\x20dalam','Sisipkan\x20gambar','697660SGQZSq','4273788eVsnyd','Titik','Tema\x20tabel','Sedang','Pilih\x20sel','Warna\x20teks','Atur\x20ulang\x20warna','Minimal','Format\x20teks','Batas\x20luar','Hapus\x20kolom','Kolom\x20pertama','Semua\x20batas','Gaya\x20sel','Tutup','Warna','Tata\x20Letak','Tanpa\x20batas','Batas\x20atas','Tebal','Rata\x20bawah','40Xflxfl','Hapus','Gambar','Rata\x20kiri','Kecocokan\x20terbaik','Warna\x20latar\x20teks','Sisipkan\x20kolom\x20kanan','Rata\x20kanan','Rata\x20kiri\x20kanan','Jenis\x20font','Batas','Solid','Batas\x20kanan','42REFFSm','Perluas','Sisipkan\x20baris\x20di\x20bawah','Baris\x20header','Tanpa\x20isian','Distribusikan','Pisahkan\x20sel','Batas\x20bawah','Kolom\x20berpita','Terang','1456779SVTEdU','Sisipkan\x20kolom\x20kiri','Tidak\x20ada','Pilih\x20kolom','Hapus\x20tabel'];_0x4c38=function(){return _0x2a7a57;};return _0x4c38();}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 _0x4cc513=_0x3bf0;(function(_0x24d1d6,_0x29038a){const _0x586751=_0x3bf0,_0xe17022=_0x24d1d6();while(!![]){try{const _0x43b3fd=-parseInt(_0x586751(0xe8))/0x1*(parseInt(_0x586751(0xe4))/0x2)+parseInt(_0x586751(0xe9))/0x3+parseInt(_0x586751(0xb6))/0x4+-parseInt(_0x586751(0xed))/0x5+parseInt(_0x586751(0xdd))/0x6+parseInt(_0x586751(0xc6))/0x7*(parseInt(_0x586751(0xbd))/0x8)+-parseInt(_0x586751(0xc0))/0x9;if(_0x43b3fd===_0x29038a)break;else _0xe17022['push'](_0xe17022['shift']());}catch(_0x24d1c6){_0xe17022['push'](_0xe17022['shift']());}}}(_0x1429,0xb7101));const e={'boards-table-ui':{'mobile':{'cellStyle':'Stile\x20cella','selectColumn':_0x4cc513(0xca),'operations':_0x4cc513(0xe1),'selectCell':'Seleziona\x20cella','edit':_0x4cc513(0xe2),'close':_0x4cc513(0xb8),'expand':'Espandi','collapse':_0x4cc513(0xdc),'back':_0x4cc513(0xbc)},'contextMenu':{'insert':_0x4cc513(0xb7),'delete':_0x4cc513(0xb9),'distribute':'Distribuisci','insertRowAbove':_0x4cc513(0xf0),'insertRowBelow':_0x4cc513(0xf1),'insertColumnLeft':_0x4cc513(0xc4),'insertColumnRight':_0x4cc513(0xf9),'deleteRow':_0x4cc513(0xd4),'deleteColumn':'Elimina\x20colonna','deleteTable':_0x4cc513(0xfa),'distributeRows':'Distribuisci\x20righe','distributeColumns':_0x4cc513(0xcb),'resetColor':_0x4cc513(0xc2)},'editorToolbar':{'mergeCells':'Unisci\x20celle','unmergeCells':_0x4cc513(0xf7),'tableTheme':_0x4cc513(0xf8),'tableLook':_0x4cc513(0xd6),'headerRow':'Riga\x20intestazione','footerRow':_0x4cc513(0xda),'bandedRows':'Righe\x20alternate','bandedColumns':_0x4cc513(0xf6),'firstColumn':'Prima\x20colonna','lastColumn':'Ultima\x20colonna','bestMatch':_0x4cc513(0xb5),'light':'Chiaro','medium':_0x4cc513(0xf4),'minimal':_0x4cc513(0xee),'cellBackground':_0x4cc513(0xdf),'allBorders':_0x4cc513(0xd0),'tableBackgroundColor':_0x4cc513(0xd7),'border':'Bordo','tableBorderColor':_0x4cc513(0xeb),'borderWidth':_0x4cc513(0xec),'borderStyle':_0x4cc513(0xcf),'borderStyleSolid':_0x4cc513(0xd2),'borderStyleDash':_0x4cc513(0xba),'borderStyleDot':_0x4cc513(0xc9),'borderStyleDashDot':_0x4cc513(0xd5),'borderPresetAll':_0x4cc513(0xd0),'borderPresetInner':_0x4cc513(0xdb),'borderPresetOuter':_0x4cc513(0xe0),'borderPresetTop':_0x4cc513(0xc1),'borderPresetBottom':_0x4cc513(0xf5),'borderPresetLeft':_0x4cc513(0xef),'borderPresetRight':_0x4cc513(0xce),'borderPresetInnerHorizontal':_0x4cc513(0xd9),'borderPresetInnerVertical':_0x4cc513(0xbe),'noBorder':_0x4cc513(0xcc),'none':_0x4cc513(0xc8),'fontFamily':_0x4cc513(0xc7),'fontSize':_0x4cc513(0xe3),'textFormat':_0x4cc513(0xbb),'textColor':_0x4cc513(0xe6),'textBackgroundColor':'Colore\x20sfondo\x20testo','bold':_0x4cc513(0xc3),'italic':'Corsivo','underline':'Sottolineato','strikethrough':'Barrato','horizontalAlign':'Allineamento\x20orizzontale','verticalAlign':_0x4cc513(0xd8),'alignLeft':_0x4cc513(0xde),'alignCenter':_0x4cc513(0xf2),'alignRight':'Allinea\x20a\x20destra','alignJustify':_0x4cc513(0xcd),'alignTop':_0x4cc513(0xe7),'alignMiddle':_0x4cc513(0xbf),'alignBottom':_0x4cc513(0xd1)},'shapePanel':{'fill':{'noFill':'Nessun\x20riempimento','solidFill':'Solido','gradientFill':'Sfumatura','pictureFill':_0x4cc513(0xd3),'color':_0x4cc513(0xc5),'transparency':_0x4cc513(0xea),'picture':{'source':_0x4cc513(0xe5),'insert':_0x4cc513(0xf3)}}}}};function _0x1429(){const _0x191204=['Stile\x20bordo','Tutti\x20i\x20bordi','Allinea\x20in\x20basso','Solido','Immagine','Elimina\x20riga','Tratto\x20punto','Aspetto\x20tabella','Colore\x20sfondo\x20tabella','Allineamento\x20verticale','Bordo\x20orizzontale\x20interno','Riga\x20piè\x20di\x20pagina','Bordi\x20interni','Comprimi','4018578CoWQmW','Allinea\x20a\x20sinistra','Sfondo\x20cella','Bordi\x20esterni','Layout','Stili','Dimensione\x20font','32QZMwvA','Origine\x20immagine','Colore\x20testo','Allinea\x20in\x20alto','72725hFBudA','1827873xomMLz','Trasparenza','Colore\x20bordo','Larghezza\x20bordo','3875435gvpImr','Minimo','Bordo\x20sinistro','Inserisci\x20riga\x20sopra','Inserisci\x20riga\x20sotto','Allinea\x20al\x20centro','Inserisci\x20immagine','Medio','Bordo\x20inferiore','Colonne\x20alternate','Separa\x20celle','Tema\x20tabella','Inserisci\x20colonna\x20a\x20destra','Elimina\x20tabella','Corrispondenza\x20migliore','2092648WLTsYA','Inserisci','Chiudi','Elimina','Tratteggio','Formato\x20testo','Indietro','56WOjicR','Bordo\x20verticale\x20interno','Allinea\x20al\x20centro\x20verticalmente','1103589bPrUET','Bordo\x20superiore','Reimposta\x20colore','Grassetto','Inserisci\x20colonna\x20a\x20sinistra','Colore','1008917vjbqnD','Famiglia\x20font','Nessuno','Punteggiato','Seleziona\x20colonna','Distribuisci\x20colonne','Nessun\x20bordo','Giustifica','Bordo\x20destro'];_0x1429=function(){return _0x191204;};return _0x1429();}function _0x3bf0(_0x418c00,_0x1e0b6c){_0x418c00=_0x418c00-0xb5;const _0x142973=_0x1429();let _0x3bf087=_0x142973[_0x418c00];return _0x3bf087;}export{e as default};
@@ -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 _0x258030=_0x3661;(function(_0x383f6a,_0x2ca7c3){const _0x48fa6e=_0x3661,_0x5a1749=_0x383f6a();while(!![]){try{const _0x1875d0=parseInt(_0x48fa6e(0x11c))/0x1+-parseInt(_0x48fa6e(0x11b))/0x2*(parseInt(_0x48fa6e(0xf7))/0x3)+-parseInt(_0x48fa6e(0x107))/0x4+-parseInt(_0x48fa6e(0x125))/0x5*(parseInt(_0x48fa6e(0x10c))/0x6)+-parseInt(_0x48fa6e(0xfa))/0x7*(parseInt(_0x48fa6e(0xf1))/0x8)+-parseInt(_0x48fa6e(0x130))/0x9+-parseInt(_0x48fa6e(0x115))/0xa*(-parseInt(_0x48fa6e(0x10a))/0xb);if(_0x1875d0===_0x2ca7c3)break;else _0x5a1749['push'](_0x5a1749['shift']());}catch(_0x1462b7){_0x5a1749['push'](_0x5a1749['shift']());}}}(_0x66e3,0x37cf4));function _0x3661(_0xbd89b2,_0x1cb9fb){_0xbd89b2=_0xbd89b2-0xf1;const _0x66e3e4=_0x66e3();let _0x366190=_0x66e3e4[_0xbd89b2];return _0x366190;}function _0x66e3(){const _0x2b6ca4=['文字の背景色','すべての罫線','縞模様の列','罫線の幅','表の外観','1475496SDsTGY','グラデーション','32yFqYHl','レイアウト','スタイル','均等配置','上罫線','最初の列','3ZNzThO','左罫線','セルを選択','534282voOaTx','塗りつぶしなし','セルの背景','下に行を挿入','行を削除','罫線のスタイル','列を削除','内側の縦罫線','上に行を挿入','行を均等に配置','列を選択','テキスト形式','右罫線','1139416VYtciS','集計行','折りたたむ','14260543vnJQxE','見出し行','1448454FDyLcS','最適な組み合わせ','閉じる','水平方向の配置','セルを結合','最後の列','一点鎖線','上揃え','セル結合を解除','10gEQQjC','画像を挿入','罫線なし','内側の罫線','明るい','セルのスタイル','829852KjrGrQ','342620ZUZFUp','列を均等に配置','中央揃え','表のテーマ','左に列を挿入','罫線の色','色をリセット','下揃え','文字色','5YgaQSW','画像ソース','フォントサイズ','両端揃え','外側の罫線','縞模様の行'];_0x66e3=function(){return _0x2b6ca4;};return _0x66e3();}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x258030(0x11a),'selectColumn':_0x258030(0x104),'operations':_0x258030(0xf2),'selectCell':_0x258030(0xf9),'edit':_0x258030(0xf3),'close':_0x258030(0x10e),'expand':'展開','collapse':_0x258030(0x109),'back':'戻る'},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x258030(0xf4),'insertRowAbove':_0x258030(0x102),'insertRowBelow':_0x258030(0xfd),'insertColumnLeft':_0x258030(0x120),'insertColumnRight':'右に列を挿入','deleteRow':_0x258030(0xfe),'deleteColumn':_0x258030(0x100),'deleteTable':'表を削除','distributeRows':_0x258030(0x103),'distributeColumns':_0x258030(0x11d),'resetColor':_0x258030(0x122)},'editorToolbar':{'mergeCells':_0x258030(0x110),'unmergeCells':_0x258030(0x114),'tableTheme':_0x258030(0x11f),'tableLook':_0x258030(0x12f),'headerRow':_0x258030(0x10b),'footerRow':_0x258030(0x108),'bandedRows':_0x258030(0x12a),'bandedColumns':_0x258030(0x12d),'firstColumn':_0x258030(0xf6),'lastColumn':_0x258030(0x111),'bestMatch':_0x258030(0x10d),'light':_0x258030(0x119),'medium':'中間','minimal':'最小','cellBackground':_0x258030(0xfc),'allBorders':_0x258030(0x12c),'tableBackgroundColor':'表の背景色','border':'罫線','tableBorderColor':_0x258030(0x121),'borderWidth':_0x258030(0x12e),'borderStyle':_0x258030(0xff),'borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x258030(0x112),'borderPresetAll':_0x258030(0x12c),'borderPresetInner':_0x258030(0x118),'borderPresetOuter':_0x258030(0x129),'borderPresetTop':_0x258030(0xf5),'borderPresetBottom':'下罫線','borderPresetLeft':_0x258030(0xf8),'borderPresetRight':_0x258030(0x106),'borderPresetInnerHorizontal':'内側の横罫線','borderPresetInnerVertical':_0x258030(0x101),'noBorder':_0x258030(0x117),'none':'なし','fontFamily':'フォント','fontSize':_0x258030(0x127),'textFormat':_0x258030(0x105),'textColor':_0x258030(0x124),'textBackgroundColor':_0x258030(0x12b),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','horizontalAlign':_0x258030(0x10f),'verticalAlign':'垂直方向の配置','alignLeft':'左揃え','alignCenter':_0x258030(0x11e),'alignRight':'右揃え','alignJustify':_0x258030(0x128),'alignTop':_0x258030(0x113),'alignMiddle':'上下中央揃え','alignBottom':_0x258030(0x123)},'shapePanel':{'fill':{'noFill':_0x258030(0xfb),'solidFill':'単色','gradientFill':_0x258030(0x131),'pictureFill':'画像','color':'色','transparency':'透明度','picture':{'source':_0x258030(0x126),'insert':_0x258030(0x116)}}}}};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 _0x43ebc5=_0x4ffe;function _0x49f2(){const _0x41233c=['가로\x20맞춤','그림\x20삽입','9uGDBwl','머리글\x20행','글꼴\x20크기','881271IyWsTw','세로\x20맞춤','16SNrbKf','취소선','2356424lflFdU','가운데\x20맞춤','오른쪽에\x20열\x20삽입','표\x20삭제','왼쪽\x20테두리','셀\x20병합','안쪽\x20세로\x20테두리','왼쪽\x20맞춤','셀\x20스타일','444nxvkfN','338418ySXycV','행\x20균등\x20분배','투명도','기울임꼴','안쪽\x20가로\x20테두리','위에\x20행\x20삽입','텍스트\x20배경색','734BjZBsx','위\x20맞춤','아래\x20맞춤','펼치기','6205133KtuURK','106550FdcDWS','아래에\x20행\x20삽입','마지막\x20열','양쪽\x20맞춤','테두리\x20색','모든\x20테두리','오른쪽\x20맞춤','안쪽\x20테두리','바깥쪽\x20테두리','셀\x20배경','21ecXjaK','아래쪽\x20테두리','스타일','오른쪽\x20테두리','열\x20균등\x20분배','테두리\x20없음','일점쇄선','셀\x20병합\x20해제','테두리','표\x20배경색','176530nFhmsU','테두리\x20스타일','최적\x20맞춤','행\x20삭제'];_0x49f2=function(){return _0x41233c;};return _0x49f2();}function _0x4ffe(_0x1208e0,_0x4fb41d){_0x1208e0=_0x1208e0-0xe7;const _0x49f2f9=_0x49f2();let _0x4ffebf=_0x49f2f9[_0x1208e0];return _0x4ffebf;}(function(_0x637dae,_0x1aeb5d){const _0x2bdcd7=_0x4ffe,_0x4a1d9e=_0x637dae();while(!![]){try{const _0x1388ce=parseInt(_0x2bdcd7(0x103))/0x1*(parseInt(_0x2bdcd7(0x10b))/0x2)+parseInt(_0x2bdcd7(0xf6))/0x3+parseInt(_0x2bdcd7(0xf8))/0x4*(parseInt(_0x2bdcd7(0xed))/0x5)+-parseInt(_0x2bdcd7(0x104))/0x6*(parseInt(_0x2bdcd7(0x11a))/0x7)+-parseInt(_0x2bdcd7(0xfa))/0x8*(-parseInt(_0x2bdcd7(0xf3))/0x9)+-parseInt(_0x2bdcd7(0x110))/0xa+-parseInt(_0x2bdcd7(0x10f))/0xb;if(_0x1388ce===_0x1aeb5d)break;else _0x4a1d9e['push'](_0x4a1d9e['shift']());}catch(_0x465e47){_0x4a1d9e['push'](_0x4a1d9e['shift']());}}}(_0x49f2,0x24423));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x43ebc5(0x102),'selectColumn':'열\x20선택','operations':'레이아웃','selectCell':'셀\x20선택','edit':_0x43ebc5(0x11c),'close':'닫기','expand':_0x43ebc5(0x10e),'collapse':'접기','back':'뒤로'},'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','insertRowAbove':_0x43ebc5(0x109),'insertRowBelow':_0x43ebc5(0x111),'insertColumnLeft':'왼쪽에\x20열\x20삽입','insertColumnRight':_0x43ebc5(0xfc),'deleteRow':_0x43ebc5(0xf0),'deleteColumn':'열\x20삭제','deleteTable':_0x43ebc5(0xfd),'distributeRows':_0x43ebc5(0x105),'distributeColumns':_0x43ebc5(0xe7),'resetColor':'색상\x20초기화'},'editorToolbar':{'mergeCells':_0x43ebc5(0xff),'unmergeCells':_0x43ebc5(0xea),'tableTheme':'표\x20테마','tableLook':'표\x20모양','headerRow':_0x43ebc5(0xf4),'footerRow':'바닥글\x20행','bandedRows':'줄무늬\x20행','bandedColumns':'줄무늬\x20열','firstColumn':'첫\x20열','lastColumn':_0x43ebc5(0x112),'bestMatch':_0x43ebc5(0xef),'light':'밝게','medium':'보통','minimal':'최소','cellBackground':_0x43ebc5(0x119),'allBorders':_0x43ebc5(0x115),'tableBackgroundColor':_0x43ebc5(0xec),'border':_0x43ebc5(0xeb),'tableBorderColor':_0x43ebc5(0x114),'borderWidth':'테두리\x20두께','borderStyle':_0x43ebc5(0xee),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x43ebc5(0xe9),'borderPresetAll':'모든\x20테두리','borderPresetInner':_0x43ebc5(0x117),'borderPresetOuter':_0x43ebc5(0x118),'borderPresetTop':'위쪽\x20테두리','borderPresetBottom':_0x43ebc5(0x11b),'borderPresetLeft':_0x43ebc5(0xfe),'borderPresetRight':_0x43ebc5(0x11d),'borderPresetInnerHorizontal':_0x43ebc5(0x108),'borderPresetInnerVertical':_0x43ebc5(0x100),'noBorder':_0x43ebc5(0xe8),'none':'없음','fontFamily':'글꼴','fontSize':_0x43ebc5(0xf5),'textFormat':'텍스트\x20형식','textColor':'텍스트\x20색','textBackgroundColor':_0x43ebc5(0x10a),'bold':'굵게','italic':_0x43ebc5(0x107),'underline':'밑줄','strikethrough':_0x43ebc5(0xf9),'horizontalAlign':_0x43ebc5(0xf1),'verticalAlign':_0x43ebc5(0xf7),'alignLeft':_0x43ebc5(0x101),'alignCenter':_0x43ebc5(0xfb),'alignRight':_0x43ebc5(0x116),'alignJustify':_0x43ebc5(0x113),'alignTop':_0x43ebc5(0x10c),'alignMiddle':_0x43ebc5(0xfb),'alignBottom':_0x43ebc5(0x10d)},'shapePanel':{'fill':{'noFill':'채우기\x20없음','solidFill':'단색','gradientFill':'그라데이션','pictureFill':'그림','color':'색','transparency':_0x43ebc5(0x106),'picture':{'source':'그림\x20원본','insert':_0x43ebc5(0xf2)}}}}};export{e as default};
@@ -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
+ const _0x31d8db=_0x3e11;function _0x1ee1(){const _0x4e3f08=['Najlepsze\x20dopasowanie','Minimalny','37029tzeLoj','Kolor\x20tekstu','Wstaw\x20kolumnę\x20z\x20lewej','Kolor','Ostatnia\x20kolumna','Pierwsza\x20kolumna','Wyrównaj\x20do\x20góry','Wyrównanie\x20poziome','Zamknij','Bez\x20wypełnienia','Kursywa','Rozwiń','Brak','Obraz','Przekreślenie','Kreska','Scal\x20komórki','2073585SczfUw','Bez\x20obramowania','Wiersz\x20nagłówka','Wstaw\x20obraz','Kreska\x20kropka','Gradient','8487984HTZEbD','5288940vXiZGH','Wygląd\x20tabeli','Wstaw','Motyw\x20tabeli','605553DNXicd','Usuń\x20wiersz','Czcionka','Wewnętrzne\x20pionowe\x20obramowanie','Przezroczystość','16KfPkYg','Wewnętrzne\x20poziome\x20obramowanie','Rozmiar\x20czcionki','Zaznacz\x20kolumnę','78KCXCTe','Wyrównaj\x20do\x20lewej','Wyrównaj\x20do\x20środka','Obramowania\x20zewnętrzne','Zaznacz\x20komórkę','Style','Usuń','Wiersz\x20stopki','Wszystkie\x20obramowania','Zwiń','Naprzemienne\x20kolumny','Wyrównaj\x20do\x20prawej','160NCBEni','Styl\x20komórki','Styl\x20obramowania','Ciągła','3197889jLIUny','Rozmieść\x20wiersze','Kolor\x20tła\x20tekstu','Górne\x20obramowanie','4296299sCdOza','Resetuj\x20kolor','Obramowania\x20wewnętrzne','Jasny','Usuń\x20tabelę','Format\x20tekstu','Rozmieść\x20kolumny','Wyrównanie\x20pionowe'];_0x1ee1=function(){return _0x4e3f08;};return _0x1ee1();}function _0x3e11(_0x109700,_0x2a1ed0){_0x109700=_0x109700-0x10a;const _0x1ee119=_0x1ee1();let _0x3e118c=_0x1ee119[_0x109700];return _0x3e118c;}(function(_0x1ffbac,_0x352ff1){const _0x517983=_0x3e11,_0x209f54=_0x1ffbac();while(!![]){try{const _0x31e71b=-parseInt(_0x517983(0x10b))/0x1*(parseInt(_0x517983(0x130))/0x2)+parseInt(_0x517983(0x127))/0x3+-parseInt(_0x517983(0x123))/0x4+parseInt(_0x517983(0x11c))/0x5+-parseInt(_0x517983(0x122))/0x6+parseInt(_0x517983(0x144))/0x7*(-parseInt(_0x517983(0x12c))/0x8)+-parseInt(_0x517983(0x140))/0x9*(-parseInt(_0x517983(0x13c))/0xa);if(_0x31e71b===_0x352ff1)break;else _0x209f54['push'](_0x209f54['shift']());}catch(_0x2b30bf){_0x209f54['push'](_0x209f54['shift']());}}}(_0x1ee1,0xda0e8));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x31d8db(0x13d),'selectColumn':_0x31d8db(0x12f),'operations':'Układ','selectCell':_0x31d8db(0x134),'edit':_0x31d8db(0x135),'close':_0x31d8db(0x113),'expand':_0x31d8db(0x116),'collapse':_0x31d8db(0x139),'back':'Wstecz'},'contextMenu':{'insert':_0x31d8db(0x125),'delete':_0x31d8db(0x136),'distribute':'Rozmieść','insertRowAbove':'Wstaw\x20wiersz\x20powyżej','insertRowBelow':'Wstaw\x20wiersz\x20poniżej','insertColumnLeft':_0x31d8db(0x10d),'insertColumnRight':'Wstaw\x20kolumnę\x20z\x20prawej','deleteRow':_0x31d8db(0x128),'deleteColumn':'Usuń\x20kolumnę','deleteTable':_0x31d8db(0x148),'distributeRows':_0x31d8db(0x141),'distributeColumns':_0x31d8db(0x14a),'resetColor':_0x31d8db(0x145)},'editorToolbar':{'mergeCells':_0x31d8db(0x11b),'unmergeCells':'Rozdziel\x20komórki','tableTheme':_0x31d8db(0x126),'tableLook':_0x31d8db(0x124),'headerRow':_0x31d8db(0x11e),'footerRow':_0x31d8db(0x137),'bandedRows':'Naprzemienne\x20wiersze','bandedColumns':_0x31d8db(0x13a),'firstColumn':_0x31d8db(0x110),'lastColumn':_0x31d8db(0x10f),'bestMatch':_0x31d8db(0x14c),'light':_0x31d8db(0x147),'medium':'Średni','minimal':_0x31d8db(0x10a),'cellBackground':'Tło\x20komórki','allBorders':_0x31d8db(0x138),'tableBackgroundColor':'Kolor\x20tła\x20tabeli','border':'Obramowanie','tableBorderColor':'Kolor\x20obramowania','borderWidth':'Szerokość\x20obramowania','borderStyle':_0x31d8db(0x13e),'borderStyleSolid':_0x31d8db(0x13f),'borderStyleDash':_0x31d8db(0x11a),'borderStyleDot':'Kropka','borderStyleDashDot':_0x31d8db(0x120),'borderPresetAll':_0x31d8db(0x138),'borderPresetInner':_0x31d8db(0x146),'borderPresetOuter':_0x31d8db(0x133),'borderPresetTop':_0x31d8db(0x143),'borderPresetBottom':'Dolne\x20obramowanie','borderPresetLeft':'Lewe\x20obramowanie','borderPresetRight':'Prawe\x20obramowanie','borderPresetInnerHorizontal':_0x31d8db(0x12d),'borderPresetInnerVertical':_0x31d8db(0x12a),'noBorder':_0x31d8db(0x11d),'none':_0x31d8db(0x117),'fontFamily':_0x31d8db(0x129),'fontSize':_0x31d8db(0x12e),'textFormat':_0x31d8db(0x149),'textColor':_0x31d8db(0x10c),'textBackgroundColor':_0x31d8db(0x142),'bold':'Pogrubienie','italic':_0x31d8db(0x115),'underline':'Podkreślenie','strikethrough':_0x31d8db(0x119),'horizontalAlign':_0x31d8db(0x112),'verticalAlign':_0x31d8db(0x14b),'alignLeft':_0x31d8db(0x131),'alignCenter':_0x31d8db(0x132),'alignRight':_0x31d8db(0x13b),'alignJustify':'Wyjustuj','alignTop':_0x31d8db(0x111),'alignMiddle':_0x31d8db(0x132),'alignBottom':'Wyrównaj\x20do\x20dołu'},'shapePanel':{'fill':{'noFill':_0x31d8db(0x114),'solidFill':'Jednolity','gradientFill':_0x31d8db(0x121),'pictureFill':_0x31d8db(0x118),'color':_0x31d8db(0x10e),'transparency':_0x31d8db(0x12b),'picture':{'source':'Źródło\x20obrazu','insert':_0x31d8db(0x11f)}}}}};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 _0x27db38=_0x547a;(function(_0x59f673,_0x1c7e67){const _0x12b27b=_0x547a,_0x1d3d03=_0x59f673();while(!![]){try{const _0x26e848=parseInt(_0x12b27b(0x155))/0x1+-parseInt(_0x12b27b(0x129))/0x2*(-parseInt(_0x12b27b(0x13d))/0x3)+parseInt(_0x12b27b(0x138))/0x4+-parseInt(_0x12b27b(0x139))/0x5*(-parseInt(_0x12b27b(0x134))/0x6)+parseInt(_0x12b27b(0x15e))/0x7+parseInt(_0x12b27b(0x15c))/0x8+-parseInt(_0x12b27b(0x135))/0x9;if(_0x26e848===_0x1c7e67)break;else _0x1d3d03['push'](_0x1d3d03['shift']());}catch(_0x4eac7f){_0x1d3d03['push'](_0x1d3d03['shift']());}}}(_0x9dde,0x2dab0));function _0x547a(_0xd1b8d8,_0xad4ee4){_0xd1b8d8=_0xd1b8d8-0x127;const _0x9ddece=_0x9dde();let _0x547a2d=_0x9ddece[_0xd1b8d8];return _0x547a2d;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x27db38(0x175),'selectColumn':_0x27db38(0x142),'operations':_0x27db38(0x14d),'selectCell':_0x27db38(0x128),'edit':_0x27db38(0x162),'close':_0x27db38(0x160),'expand':_0x27db38(0x153),'collapse':'Recolher','back':_0x27db38(0x150)},'contextMenu':{'insert':'Inserir','delete':_0x27db38(0x12f),'distribute':_0x27db38(0x174),'insertRowAbove':_0x27db38(0x16c),'insertRowBelow':_0x27db38(0x169),'insertColumnLeft':_0x27db38(0x16a),'insertColumnRight':'Inserir\x20coluna\x20à\x20direita','deleteRow':_0x27db38(0x15d),'deleteColumn':_0x27db38(0x141),'deleteTable':_0x27db38(0x148),'distributeRows':'Distribuir\x20linhas','distributeColumns':_0x27db38(0x152),'resetColor':_0x27db38(0x14f)},'editorToolbar':{'mergeCells':_0x27db38(0x176),'unmergeCells':_0x27db38(0x13c),'tableTheme':_0x27db38(0x16e),'tableLook':_0x27db38(0x12e),'headerRow':_0x27db38(0x146),'footerRow':_0x27db38(0x130),'bandedRows':_0x27db38(0x159),'bandedColumns':_0x27db38(0x12c),'firstColumn':_0x27db38(0x168),'lastColumn':_0x27db38(0x16b),'bestMatch':_0x27db38(0x13f),'light':_0x27db38(0x149),'medium':_0x27db38(0x164),'minimal':_0x27db38(0x161),'cellBackground':_0x27db38(0x13b),'allBorders':_0x27db38(0x144),'tableBackgroundColor':_0x27db38(0x170),'border':_0x27db38(0x12d),'tableBorderColor':_0x27db38(0x15f),'borderWidth':_0x27db38(0x165),'borderStyle':'Estilo\x20da\x20borda','borderStyleSolid':'Sólido','borderStyleDash':_0x27db38(0x13a),'borderStyleDot':_0x27db38(0x16f),'borderStyleDashDot':_0x27db38(0x140),'borderPresetAll':_0x27db38(0x144),'borderPresetInner':'Bordas\x20internas','borderPresetOuter':_0x27db38(0x12a),'borderPresetTop':_0x27db38(0x137),'borderPresetBottom':_0x27db38(0x143),'borderPresetLeft':_0x27db38(0x132),'borderPresetRight':_0x27db38(0x136),'borderPresetInnerHorizontal':_0x27db38(0x12b),'borderPresetInnerVertical':'Borda\x20vertical\x20interna','noBorder':'Sem\x20borda','none':'Nenhum','fontFamily':_0x27db38(0x157),'fontSize':_0x27db38(0x167),'textFormat':_0x27db38(0x158),'textColor':_0x27db38(0x172),'textBackgroundColor':_0x27db38(0x147),'bold':_0x27db38(0x127),'italic':_0x27db38(0x131),'underline':_0x27db38(0x16d),'strikethrough':'Tachado','horizontalAlign':_0x27db38(0x14c),'verticalAlign':_0x27db38(0x14e),'alignLeft':_0x27db38(0x156),'alignCenter':_0x27db38(0x14b),'alignRight':_0x27db38(0x13e),'alignJustify':_0x27db38(0x154),'alignTop':'Alinhar\x20acima','alignMiddle':_0x27db38(0x173),'alignBottom':_0x27db38(0x145)},'shapePanel':{'fill':{'noFill':_0x27db38(0x15a),'solidFill':_0x27db38(0x151),'gradientFill':_0x27db38(0x166),'pictureFill':_0x27db38(0x14a),'color':_0x27db38(0x171),'transparency':_0x27db38(0x133),'picture':{'source':_0x27db38(0x15b),'insert':_0x27db38(0x163)}}}}};function _0x9dde(){const _0x5a1974=['Alinhar\x20à\x20esquerda','Fonte','Formato\x20do\x20texto','Linhas\x20em\x20faixas','Sem\x20preenchimento','Fonte\x20da\x20imagem','749096YvGHbU','Excluir\x20linha','2538914hOIMEn','Cor\x20da\x20borda','Fechar','Mínimo','Estilos','Inserir\x20imagem','Médio','Largura\x20da\x20borda','Gradiente','Tamanho\x20da\x20fonte','Primeira\x20coluna','Inserir\x20linha\x20abaixo','Inserir\x20coluna\x20à\x20esquerda','Última\x20coluna','Inserir\x20linha\x20acima','Sublinhado','Tema\x20da\x20tabela','Pontilhado','Cor\x20de\x20fundo\x20da\x20tabela','Cor','Cor\x20do\x20texto','Alinhar\x20ao\x20meio','Distribuir','Estilo\x20da\x20célula','Mesclar\x20células','Negrito','Selecionar\x20célula','707412jiLJFo','Bordas\x20externas','Borda\x20horizontal\x20interna','Colunas\x20em\x20faixas','Borda','Aparência\x20da\x20tabela','Excluir','Linha\x20de\x20rodapé','Itálico','Borda\x20esquerda','Transparência','15186fJaBtR','14225112imYsvA','Borda\x20direita','Borda\x20superior','1428196ssrYzw','695xjBBhp','Tracejado','Fundo\x20da\x20célula','Desfazer\x20mesclagem','3JUjqir','Alinhar\x20à\x20direita','Melhor\x20correspondência','Traço\x20ponto','Excluir\x20coluna','Selecionar\x20coluna','Borda\x20inferior','Todas\x20as\x20bordas','Alinhar\x20abaixo','Linha\x20de\x20cabeçalho','Cor\x20de\x20fundo\x20do\x20texto','Excluir\x20tabela','Claro','Imagem','Centralizar','Alinhamento\x20horizontal','Layout','Alinhamento\x20vertical','Redefinir\x20cor','Voltar','Sólido','Distribuir\x20colunas','Expandir','Justificar','248721fqZfFq'];_0x9dde=function(){return _0x5a1974;};return _0x9dde();}export{e as default};