@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 _0x9a2b63=_0x5c53;(function(_0x4ea143,_0x30cbf3){const _0x42e449=_0x5c53,_0x3a5c05=_0x4ea143();while(!![]){try{const _0x3b423a=-parseInt(_0x42e449(0x16d))/0x1+-parseInt(_0x42e449(0x15e))/0x2*(parseInt(_0x42e449(0x166))/0x3)+parseInt(_0x42e449(0x17c))/0x4+-parseInt(_0x42e449(0x18e))/0x5+parseInt(_0x42e449(0x184))/0x6+parseInt(_0x42e449(0x179))/0x7*(-parseInt(_0x42e449(0x199))/0x8)+parseInt(_0x42e449(0x15d))/0x9*(parseInt(_0x42e449(0x188))/0xa);if(_0x3b423a===_0x30cbf3)break;else _0x3a5c05['push'](_0x3a5c05['shift']());}catch(_0x3c3caa){_0x3a5c05['push'](_0x3a5c05['shift']());}}}(_0x1771,0x1f86a));const e={'boards-table-ui':{'contextMenu':{'insert':_0x9a2b63(0x17f),'delete':_0x9a2b63(0x16b),'distribute':_0x9a2b63(0x16a),'insertRowAbove':_0x9a2b63(0x173),'insertRowBelow':_0x9a2b63(0x162),'insertColumnLeft':_0x9a2b63(0x160),'insertColumnRight':_0x9a2b63(0x16c),'deleteRow':_0x9a2b63(0x161),'deleteColumn':_0x9a2b63(0x16e),'deleteTable':_0x9a2b63(0x169),'distributeRows':_0x9a2b63(0x15f),'distributeColumns':_0x9a2b63(0x175),'resetColor':'إعادة\x20تعيين\x20اللون'},'editorToolbar':{'mergeCells':'دمج\x20الخلايا','unmergeCells':_0x9a2b63(0x17b),'tableTheme':_0x9a2b63(0x163),'tableLook':_0x9a2b63(0x174),'headerRow':_0x9a2b63(0x165),'footerRow':'صف\x20التذييل','bandedRows':_0x9a2b63(0x164),'bandedColumns':'أعمدة\x20متناوبة','firstColumn':'العمود\x20الأول','lastColumn':_0x9a2b63(0x171),'bestMatch':_0x9a2b63(0x181),'light':'فاتح','medium':'متوسط','minimal':_0x9a2b63(0x16f),'cellBackground':_0x9a2b63(0x176),'allBorders':_0x9a2b63(0x18f),'tableBackgroundColor':_0x9a2b63(0x192),'border':'حد','tableBorderColor':_0x9a2b63(0x187),'borderWidth':'عرض\x20الحد','borderStyle':_0x9a2b63(0x182),'borderStyleSolid':_0x9a2b63(0x191),'borderStyleDash':_0x9a2b63(0x178),'borderStyleDot':_0x9a2b63(0x17a),'borderStyleDashDot':_0x9a2b63(0x177),'borderPresetAll':_0x9a2b63(0x18f),'borderPresetInner':_0x9a2b63(0x170),'borderPresetOuter':_0x9a2b63(0x193),'borderPresetTop':_0x9a2b63(0x197),'borderPresetBottom':_0x9a2b63(0x190),'borderPresetLeft':'الحد\x20الأيسر','borderPresetRight':_0x9a2b63(0x195),'borderPresetInnerHorizontal':'الحد\x20الأفقي\x20الداخلي','borderPresetInnerVertical':'الحد\x20العمودي\x20الداخلي','noBorder':'بلا\x20حد','none':_0x9a2b63(0x168),'fontFamily':_0x9a2b63(0x194),'fontSize':_0x9a2b63(0x185),'textFormat':'تنسيق\x20النص','textColor':'لون\x20النص','textBackgroundColor':_0x9a2b63(0x17d),'bold':'غامق','italic':_0x9a2b63(0x180),'underline':_0x9a2b63(0x19c),'strikethrough':'يتوسطه\x20خط','horizontalAlign':_0x9a2b63(0x186),'verticalAlign':_0x9a2b63(0x189),'alignLeft':_0x9a2b63(0x17e),'alignCenter':_0x9a2b63(0x183),'alignRight':_0x9a2b63(0x18c),'alignJustify':'ضبط','alignTop':_0x9a2b63(0x18b),'alignMiddle':_0x9a2b63(0x18d),'alignBottom':_0x9a2b63(0x172)},'shapePanel':{'fill':{'noFill':_0x9a2b63(0x18a),'solidFill':_0x9a2b63(0x196),'gradientFill':_0x9a2b63(0x19a),'pictureFill':'صورة','color':'لون','transparency':'شفافية','picture':{'source':_0x9a2b63(0x167),'insert':_0x9a2b63(0x19b)}}}}};module[_0x9a2b63(0x198)]=e;function _0x5c53(_0xf4963,_0x4bf95a){_0xf4963=_0xf4963-0x15d;const _0x17711c=_0x1771();let _0x5c5310=_0x17711c[_0xf4963];return _0x5c5310;}function _0x1771(){const _0xd903cd=['متصل','لون\x20خلفية\x20الجدول','الحدود\x20الخارجية','الخط','الحد\x20الأيمن','لون\x20ثابت','الحد\x20العلوي','exports','310264jrKTmQ','تدرج','إدراج\x20صورة','تسطير','1574451MHTVcB','62CNQQFh','توزيع\x20الصفوف','إدراج\x20عمود\x20يسارًا','حذف\x20الصف','إدراج\x20صف\x20أدناه','نسق\x20الجدول','صفوف\x20متناوبة','صف\x20الرأس','5352pwBNXb','مصدر\x20الصورة','لا\x20شيء','حذف\x20الجدول','توزيع','حذف','إدراج\x20عمود\x20يمينًا','59529zIBmxy','حذف\x20العمود','بسيط','الحدود\x20الداخلية','العمود\x20الأخير','محاذاة\x20للأسفل','إدراج\x20صف\x20أعلاه','مظهر\x20الجدول','توزيع\x20الأعمدة','خلفية\x20الخلية','شرطة\x20نقطة','شرطة','7pRpShI','نقطي','إلغاء\x20دمج\x20الخلايا','3828bynsfV','لون\x20خلفية\x20النص','محاذاة\x20لليسار','إدراج','مائل','أفضل\x20تطابق','نمط\x20الحد','توسيط','876036ovCpfU','حجم\x20الخط','محاذاة\x20أفقية','لون\x20الحد','10AwPLzC','محاذاة\x20عمودية','بلا\x20تعبئة','محاذاة\x20للأعلى','محاذاة\x20لليمين','محاذاة\x20للوسط','195780rGRuNV','كل\x20الحدود','الحد\x20السفلي'];_0x1771=function(){return _0xd903cd;};return _0x1771();}
1
+ const _0x497d48=_0x151a;(function(_0x3ed141,_0x3b554b){const _0x4ea0fe=_0x151a,_0x100be2=_0x3ed141();while(!![]){try{const _0xf92581=parseInt(_0x4ea0fe(0x81))/0x1+-parseInt(_0x4ea0fe(0xa8))/0x2*(parseInt(_0x4ea0fe(0x95))/0x3)+parseInt(_0x4ea0fe(0xbd))/0x4*(-parseInt(_0x4ea0fe(0xb7))/0x5)+parseInt(_0x4ea0fe(0x7e))/0x6*(parseInt(_0x4ea0fe(0xb6))/0x7)+parseInt(_0x4ea0fe(0x9b))/0x8+-parseInt(_0x4ea0fe(0xbb))/0x9*(parseInt(_0x4ea0fe(0x76))/0xa)+parseInt(_0x4ea0fe(0xb2))/0xb*(-parseInt(_0x4ea0fe(0x7c))/0xc);if(_0xf92581===_0x3b554b)break;else _0x100be2['push'](_0x100be2['shift']());}catch(_0x2096fe){_0x100be2['push'](_0x100be2['shift']());}}}(_0x181d,0x8a846));const e={'boards-table-ui':{'mobile':{'cellStyle':'نمط\x20الخلية','selectColumn':_0x497d48(0x92),'operations':_0x497d48(0xa3),'selectCell':_0x497d48(0xb5),'edit':'الأنماط','close':'إغلاق','expand':'توسيع','collapse':'طي','back':_0x497d48(0x79)},'contextMenu':{'insert':_0x497d48(0x8c),'delete':_0x497d48(0xac),'distribute':_0x497d48(0x9e),'insertRowAbove':_0x497d48(0x90),'insertRowBelow':_0x497d48(0x7d),'insertColumnLeft':_0x497d48(0x9d),'insertColumnRight':_0x497d48(0x8d),'deleteRow':_0x497d48(0xa0),'deleteColumn':_0x497d48(0x89),'deleteTable':'حذف\x20الجدول','distributeRows':_0x497d48(0xa2),'distributeColumns':_0x497d48(0x91),'resetColor':_0x497d48(0xb1)},'editorToolbar':{'mergeCells':_0x497d48(0xab),'unmergeCells':'إلغاء\x20دمج\x20الخلايا','tableTheme':_0x497d48(0x99),'tableLook':'مظهر\x20الجدول','headerRow':_0x497d48(0x93),'footerRow':'صف\x20التذييل','bandedRows':_0x497d48(0x87),'bandedColumns':'أعمدة\x20متناوبة','firstColumn':_0x497d48(0xb4),'lastColumn':_0x497d48(0xaa),'bestMatch':'أفضل\x20تطابق','light':_0x497d48(0x98),'medium':_0x497d48(0x8f),'minimal':_0x497d48(0xbf),'cellBackground':'خلفية\x20الخلية','allBorders':_0x497d48(0xc0),'tableBackgroundColor':_0x497d48(0x78),'border':'حد','tableBorderColor':_0x497d48(0x94),'borderWidth':_0x497d48(0x83),'borderStyle':_0x497d48(0x9f),'borderStyleSolid':_0x497d48(0xa6),'borderStyleDash':'شرطة','borderStyleDot':_0x497d48(0xa5),'borderStyleDashDot':'شرطة\x20نقطة','borderPresetAll':_0x497d48(0xc0),'borderPresetInner':_0x497d48(0x96),'borderPresetOuter':_0x497d48(0x9a),'borderPresetTop':_0x497d48(0x8e),'borderPresetBottom':_0x497d48(0x8b),'borderPresetLeft':_0x497d48(0xa9),'borderPresetRight':_0x497d48(0xaf),'borderPresetInnerHorizontal':_0x497d48(0x86),'borderPresetInnerVertical':_0x497d48(0x8a),'noBorder':_0x497d48(0xbc),'none':'لا\x20شيء','fontFamily':_0x497d48(0xad),'fontSize':_0x497d48(0x80),'textFormat':_0x497d48(0x7f),'textColor':_0x497d48(0xbe),'textBackgroundColor':_0x497d48(0x84),'bold':_0x497d48(0x7a),'italic':_0x497d48(0x88),'underline':_0x497d48(0x85),'strikethrough':'يتوسطه\x20خط','horizontalAlign':_0x497d48(0x74),'verticalAlign':_0x497d48(0xb9),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x497d48(0xba),'alignRight':_0x497d48(0x9c),'alignJustify':_0x497d48(0xa1),'alignTop':_0x497d48(0x7b),'alignMiddle':'محاذاة\x20للوسط','alignBottom':_0x497d48(0xae)},'shapePanel':{'fill':{'noFill':_0x497d48(0xa4),'solidFill':_0x497d48(0x75),'gradientFill':_0x497d48(0xa7),'pictureFill':_0x497d48(0x97),'color':_0x497d48(0xb3),'transparency':_0x497d48(0xb8),'picture':{'source':_0x497d48(0xb0),'insert':_0x497d48(0x77)}}}}};function _0x181d(){const _0x5891ea=['لون\x20خلفية\x20النص','تسطير','الحد\x20الأفقي\x20الداخلي','صفوف\x20متناوبة','مائل','حذف\x20العمود','الحد\x20العمودي\x20الداخلي','الحد\x20السفلي','إدراج','إدراج\x20عمود\x20يمينًا','الحد\x20العلوي','متوسط','إدراج\x20صف\x20أعلاه','توزيع\x20الأعمدة','تحديد\x20عمود','صف\x20الرأس','لون\x20الحد','974175MSKuyR','الحدود\x20الداخلية','صورة','فاتح','نسق\x20الجدول','الحدود\x20الخارجية','5016176eoiacG','محاذاة\x20لليمين','إدراج\x20عمود\x20يسارًا','توزيع','نمط\x20الحد','حذف\x20الصف','ضبط','توزيع\x20الصفوف','التخطيط','بلا\x20تعبئة','نقطي','متصل','تدرج','2psSYzs','الحد\x20الأيسر','العمود\x20الأخير','دمج\x20الخلايا','حذف','الخط','محاذاة\x20للأسفل','الحد\x20الأيمن','مصدر\x20الصورة','إعادة\x20تعيين\x20اللون','4169uqbKQV','لون','العمود\x20الأول','تحديد\x20خلية','2815057TWjgsd','3385zWrvRj','شفافية','محاذاة\x20عمودية','توسيط','6007239oqHBAr','بلا\x20حد','1396yVPBRq','لون\x20النص','بسيط','كل\x20الحدود','محاذاة\x20أفقية','لون\x20ثابت','10OybkAG','إدراج\x20صورة','لون\x20خلفية\x20الجدول','رجوع','غامق','محاذاة\x20للأعلى','1932fgEiKh','إدراج\x20صف\x20أدناه','12YSTKPi','تنسيق\x20النص','حجم\x20الخط','425530afvVay','exports','عرض\x20الحد'];_0x181d=function(){return _0x5891ea;};return _0x181d();}function _0x151a(_0x3cc51c,_0x4fcdd4){_0x3cc51c=_0x3cc51c-0x74;const _0x181d44=_0x181d();let _0x151a93=_0x181d44[_0x3cc51c];return _0x151a93;}module[_0x497d48(0x82)]=e;
@@ -1 +1 @@
1
- const _0xf1a6a4=_0xdfa6;(function(_0x4099f2,_0x295032){const _0x33b5ce=_0xdfa6,_0x643bb3=_0x4099f2();while(!![]){try{const _0x21d38f=parseInt(_0x33b5ce(0xed))/0x1*(parseInt(_0x33b5ce(0xf3))/0x2)+parseInt(_0x33b5ce(0xcf))/0x3+-parseInt(_0x33b5ce(0xbe))/0x4*(-parseInt(_0x33b5ce(0xb7))/0x5)+-parseInt(_0x33b5ce(0xea))/0x6*(-parseInt(_0x33b5ce(0xd9))/0x7)+-parseInt(_0x33b5ce(0xd4))/0x8*(-parseInt(_0x33b5ce(0xba))/0x9)+parseInt(_0x33b5ce(0xb9))/0xa+parseInt(_0x33b5ce(0xc2))/0xb*(-parseInt(_0x33b5ce(0xd7))/0xc);if(_0x21d38f===_0x295032)break;else _0x643bb3['push'](_0x643bb3['shift']());}catch(_0x43824e){_0x643bb3['push'](_0x643bb3['shift']());}}}(_0x2493,0xde7f9));function _0xdfa6(_0x1c261e,_0xad2d28){_0x1c261e=_0x1c261e-0xb6;const _0x2493ea=_0x2493();let _0xdfa6d9=_0x2493ea[_0x1c261e];return _0xdfa6d9;}function _0x2493(){const _0x48d4ea=['Totes\x20les\x20vores','Format\x20de\x20text','Suprimeix','Justifica','Aspecte\x20de\x20taula','Insereix\x20una\x20columna\x20a\x20la\x20dreta','549372BgeHGX','Subratllat','exports','105701TVMDbY','Amplada\x20de\x20vora','Vora\x20vertical\x20interior','Distribueix\x20les\x20files','Color','Insereix\x20una\x20fila\x20a\x20sobre','22YQYVyR','Clar','Vores\x20interiors','Fons\x20de\x20cel·la','Combina\x20cel·les','Origen\x20de\x20la\x20imatge','Guió','Distribueix\x20les\x20columnes','Negreta','551030HnGQUh','Fila\x20de\x20peu','15903880JGuyAF','9CHfWjY','Color\x20de\x20vora','Color\x20de\x20fons\x20del\x20text','Tipus\x20de\x20lletra','56skEtqz','Reinicia\x20el\x20color','Cap','Millor\x20coincidència','12729409gnmXNl','Centra','Imatge','Suprimeix\x20la\x20fila','Ratllat','Estil\x20de\x20vora','Files\x20alternes','Última\x20columna','Descombina\x20cel·les','Alinea\x20a\x20la\x20dreta','Primera\x20columna','Mida\x20de\x20lletra','Alineació\x20vertical','4009239duuzrB','Sòlid','Degradat','Insereix\x20una\x20fila\x20a\x20sota','Alinea\x20al\x20mig','3392944SVnljS','Suprimeix\x20taula','Sense\x20emplenament','60hvFpEk','Cursiva','49BBeAtU','Vora\x20superior','Alinea\x20a\x20dalt','Mínim','Distribueix','Alinea\x20a\x20baix','Color\x20de\x20fons\x20de\x20la\x20taula','Guió\x20punt','Vora\x20inferior','Vora\x20horitzontal\x20interior','Tema\x20de\x20taula'];_0x2493=function(){return _0x48d4ea;};return _0x2493();}const e={'boards-table-ui':{'contextMenu':{'insert':'Insereix','delete':_0xf1a6a4(0xe6),'distribute':_0xf1a6a4(0xdd),'insertRowAbove':_0xf1a6a4(0xf2),'insertRowBelow':_0xf1a6a4(0xd2),'insertColumnLeft':'Insereix\x20una\x20columna\x20a\x20l\x27esquerra','insertColumnRight':_0xf1a6a4(0xe9),'deleteRow':_0xf1a6a4(0xc5),'deleteColumn':'Suprimeix\x20la\x20columna','deleteTable':_0xf1a6a4(0xd5),'distributeRows':_0xf1a6a4(0xf0),'distributeColumns':_0xf1a6a4(0xfa),'resetColor':_0xf1a6a4(0xbf)},'editorToolbar':{'mergeCells':_0xf1a6a4(0xf7),'unmergeCells':_0xf1a6a4(0xca),'tableTheme':_0xf1a6a4(0xe3),'tableLook':_0xf1a6a4(0xe8),'headerRow':'Fila\x20de\x20capçalera','footerRow':_0xf1a6a4(0xb8),'bandedRows':_0xf1a6a4(0xc8),'bandedColumns':'Columnes\x20alternes','firstColumn':_0xf1a6a4(0xcc),'lastColumn':_0xf1a6a4(0xc9),'bestMatch':_0xf1a6a4(0xc1),'light':_0xf1a6a4(0xf4),'medium':'Mitjà','minimal':_0xf1a6a4(0xdc),'cellBackground':_0xf1a6a4(0xf6),'allBorders':_0xf1a6a4(0xe4),'tableBackgroundColor':_0xf1a6a4(0xdf),'border':'Vora','tableBorderColor':_0xf1a6a4(0xbb),'borderWidth':_0xf1a6a4(0xee),'borderStyle':_0xf1a6a4(0xc7),'borderStyleSolid':_0xf1a6a4(0xd0),'borderStyleDash':_0xf1a6a4(0xf9),'borderStyleDot':'Punt','borderStyleDashDot':_0xf1a6a4(0xe0),'borderPresetAll':_0xf1a6a4(0xe4),'borderPresetInner':_0xf1a6a4(0xf5),'borderPresetOuter':'Vores\x20exteriors','borderPresetTop':_0xf1a6a4(0xda),'borderPresetBottom':_0xf1a6a4(0xe1),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':'Vora\x20dreta','borderPresetInnerHorizontal':_0xf1a6a4(0xe2),'borderPresetInnerVertical':_0xf1a6a4(0xef),'noBorder':'Sense\x20vora','none':_0xf1a6a4(0xc0),'fontFamily':_0xf1a6a4(0xbd),'fontSize':_0xf1a6a4(0xcd),'textFormat':_0xf1a6a4(0xe5),'textColor':'Color\x20del\x20text','textBackgroundColor':_0xf1a6a4(0xbc),'bold':_0xf1a6a4(0xb6),'italic':_0xf1a6a4(0xd8),'underline':_0xf1a6a4(0xeb),'strikethrough':_0xf1a6a4(0xc6),'horizontalAlign':'Alineació\x20horitzontal','verticalAlign':_0xf1a6a4(0xce),'alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0xf1a6a4(0xc3),'alignRight':_0xf1a6a4(0xcb),'alignJustify':_0xf1a6a4(0xe7),'alignTop':_0xf1a6a4(0xdb),'alignMiddle':_0xf1a6a4(0xd3),'alignBottom':_0xf1a6a4(0xde)},'shapePanel':{'fill':{'noFill':_0xf1a6a4(0xd6),'solidFill':_0xf1a6a4(0xd0),'gradientFill':_0xf1a6a4(0xd1),'pictureFill':_0xf1a6a4(0xc4),'color':_0xf1a6a4(0xf1),'transparency':'Transparència','picture':{'source':_0xf1a6a4(0xf8),'insert':'Insereix\x20imatge'}}}}};module[_0xf1a6a4(0xec)]=e;
1
+ function _0x2779(){const _0x514413=['Millor\x20coincidència','1405SooCaf','Estil\x20de\x20vora','Color\x20del\x20text','Aspecte\x20de\x20taula','Estils','Format\x20de\x20text','Centra','Suprimeix\x20taula','Sòlid','21300NazorN','Mida\x20de\x20lletra','Alineació\x20vertical','Suprimeix\x20la\x20fila','Color\x20de\x20vora','Punt','Mínim','999806yOpDUK','Insereix\x20una\x20columna\x20a\x20la\x20dreta','Subratllat','Fila\x20de\x20peu','16GjdKeR','Imatge','Vora\x20dreta','Combina\x20cel·les','Alinea\x20al\x20mig','2jtPNWr','Origen\x20de\x20la\x20imatge','Fila\x20de\x20capçalera','Degradat','Fons\x20de\x20cel·la','159498fZmLgL','Transparència','Tanca','Sense\x20emplenament','Guió\x20punt','Amplia','Files\x20alternes','Vora\x20vertical\x20interior','Cap','Ratllat','Alineació\x20horitzontal','Cursiva','Disposició','Estil\x20de\x20cel·la','Reinicia\x20el\x20color','Vores\x20exteriors','Selecciona\x20una\x20columna','4033992CckgZQ','Redueix','Color\x20de\x20fons\x20del\x20text','Alinea\x20a\x20baix','Vores\x20interiors','Distribueix\x20les\x20columnes','Totes\x20les\x20vores','Insereix\x20imatge','Vora\x20superior','Vora','Clar','Selecciona\x20una\x20cel·la','50106490vGWpBl','Suprimeix\x20la\x20columna','Distribueix','Insereix\x20una\x20fila\x20a\x20sobre','Sense\x20vora','Insereix\x20una\x20columna\x20a\x20l\x27esquerra','Distribueix\x20les\x20files','exports','Vora\x20inferior','459935uOAScN','Enrere','Color\x20de\x20fons\x20de\x20la\x20taula','3988590goTSXD','Mitjà'];_0x2779=function(){return _0x514413;};return _0x2779();}const _0x2762bb=_0x21d3;(function(_0x39a87f,_0x33eac1){const _0x3a83e2=_0x21d3,_0x313aba=_0x39a87f();while(!![]){try{const _0x103909=-parseInt(_0x3a83e2(0x7c))/0x1*(parseInt(_0x3a83e2(0xbd))/0x2)+-parseInt(_0x3a83e2(0xaa))/0x3+-parseInt(_0x3a83e2(0x92))/0x4+parseInt(_0x3a83e2(0xad))/0x5*(-parseInt(_0x3a83e2(0xb6))/0x6)+parseInt(_0x3a83e2(0xa7))/0x7+parseInt(_0x3a83e2(0x77))/0x8*(-parseInt(_0x3a83e2(0x81))/0x9)+parseInt(_0x3a83e2(0x9e))/0xa;if(_0x103909===_0x33eac1)break;else _0x313aba['push'](_0x313aba['shift']());}catch(_0x2da625){_0x313aba['push'](_0x313aba['shift']());}}}(_0x2779,0xac3f6));function _0x21d3(_0x5e9c09,_0x4419c5){_0x5e9c09=_0x5e9c09-0x74;const _0x2779e1=_0x2779();let _0x21d310=_0x2779e1[_0x5e9c09];return _0x21d310;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x2762bb(0x8e),'selectColumn':_0x2762bb(0x91),'operations':_0x2762bb(0x8d),'selectCell':_0x2762bb(0x9d),'edit':_0x2762bb(0xb1),'close':_0x2762bb(0x83),'expand':_0x2762bb(0x86),'collapse':_0x2762bb(0x93),'back':_0x2762bb(0xa8)},'contextMenu':{'insert':'Insereix','delete':'Suprimeix','distribute':_0x2762bb(0xa0),'insertRowAbove':_0x2762bb(0xa1),'insertRowBelow':'Insereix\x20una\x20fila\x20a\x20sota','insertColumnLeft':_0x2762bb(0xa3),'insertColumnRight':_0x2762bb(0x74),'deleteRow':_0x2762bb(0xb9),'deleteColumn':_0x2762bb(0x9f),'deleteTable':_0x2762bb(0xb4),'distributeRows':_0x2762bb(0xa4),'distributeColumns':_0x2762bb(0x97),'resetColor':_0x2762bb(0x8f)},'editorToolbar':{'mergeCells':_0x2762bb(0x7a),'unmergeCells':'Descombina\x20cel·les','tableTheme':'Tema\x20de\x20taula','tableLook':_0x2762bb(0xb0),'headerRow':_0x2762bb(0x7e),'footerRow':_0x2762bb(0x76),'bandedRows':_0x2762bb(0x87),'bandedColumns':'Columnes\x20alternes','firstColumn':'Primera\x20columna','lastColumn':'Última\x20columna','bestMatch':_0x2762bb(0xac),'light':_0x2762bb(0x9c),'medium':_0x2762bb(0xab),'minimal':_0x2762bb(0xbc),'cellBackground':_0x2762bb(0x80),'allBorders':_0x2762bb(0x98),'tableBackgroundColor':_0x2762bb(0xa9),'border':_0x2762bb(0x9b),'tableBorderColor':_0x2762bb(0xba),'borderWidth':'Amplada\x20de\x20vora','borderStyle':_0x2762bb(0xae),'borderStyleSolid':_0x2762bb(0xb5),'borderStyleDash':'Guió','borderStyleDot':_0x2762bb(0xbb),'borderStyleDashDot':_0x2762bb(0x85),'borderPresetAll':'Totes\x20les\x20vores','borderPresetInner':_0x2762bb(0x96),'borderPresetOuter':_0x2762bb(0x90),'borderPresetTop':_0x2762bb(0x9a),'borderPresetBottom':_0x2762bb(0xa6),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':_0x2762bb(0x79),'borderPresetInnerHorizontal':'Vora\x20horitzontal\x20interior','borderPresetInnerVertical':_0x2762bb(0x88),'noBorder':_0x2762bb(0xa2),'none':_0x2762bb(0x89),'fontFamily':'Tipus\x20de\x20lletra','fontSize':_0x2762bb(0xb7),'textFormat':_0x2762bb(0xb2),'textColor':_0x2762bb(0xaf),'textBackgroundColor':_0x2762bb(0x94),'bold':'Negreta','italic':_0x2762bb(0x8c),'underline':_0x2762bb(0x75),'strikethrough':_0x2762bb(0x8a),'horizontalAlign':_0x2762bb(0x8b),'verticalAlign':_0x2762bb(0xb8),'alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0x2762bb(0xb3),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':'Justifica','alignTop':'Alinea\x20a\x20dalt','alignMiddle':_0x2762bb(0x7b),'alignBottom':_0x2762bb(0x95)},'shapePanel':{'fill':{'noFill':_0x2762bb(0x84),'solidFill':_0x2762bb(0xb5),'gradientFill':_0x2762bb(0x7f),'pictureFill':_0x2762bb(0x78),'color':'Color','transparency':_0x2762bb(0x82),'picture':{'source':_0x2762bb(0x7d),'insert':_0x2762bb(0x99)}}}}};module[_0x2762bb(0xa5)]=e;
@@ -1 +1 @@
1
- function _0x1f9a(){const _0x16acd2=['Schriftgröße','Unten\x20ausrichten','Durchgestrichen','Durchgezogen','Tabelle\x20löschen','Gebänderte\x20Spalten','Zeile\x20oberhalb\x20einfügen','Zeile\x20unterhalb\x20einfügen','618kLJBVu','Linker\x20Rahmen','Kein\x20Rahmen','Schriftart','Rechter\x20Rahmen','Gebänderte\x20Zeilen','Tabellenhintergrundfarbe','Löschen','Rechts\x20ausrichten','Zeilen\x20verteilen','exports','Beste\x20Übereinstimmung','Tabellenformat','Kursiv','Textfarbe','Textformat','Hell','Unterstrichen','Rahmen','Texthintergrundfarbe','Einfügen','Mittel','16373RihraZ','Alle\x20Rahmen','Farbe\x20zurücksetzen','81588DhSVku','11aXmWVe','1021608umeVEN','Rahmenfarbe','94248JehmzS','16XeFjaO','Innere\x20Rahmen','Farbe','Kopfzeile','Verlauf','Links\x20ausrichten','Erste\x20Spalte','Letzte\x20Spalte','208555UZjOHm','432603KkeszC','Innerer\x20vertikaler\x20Rahmen','Vertikal\x20ausrichten','Zellen\x20trennen','Blocksatz','Zellen\x20verbinden','2jNritM','Oberer\x20Rahmen','1701860xOpvPh','Bild','Vertikal\x20zentrieren','Rahmenstil','Horizontal\x20ausrichten','Spalte\x20rechts\x20einfügen'];_0x1f9a=function(){return _0x16acd2;};return _0x1f9a();}function _0x4b84(_0x57ef1e,_0x268cd5){_0x57ef1e=_0x57ef1e-0x6a;const _0x1f9ae4=_0x1f9a();let _0x4b8400=_0x1f9ae4[_0x57ef1e];return _0x4b8400;}const _0x54ac2c=_0x4b84;(function(_0x322255,_0x45cd66){const _0x44589f=_0x4b84,_0x2597d9=_0x322255();while(!![]){try{const _0x1c696c=parseInt(_0x44589f(0x9e))/0x1*(parseInt(_0x44589f(0x8a))/0x2)+-parseInt(_0x44589f(0x98))/0x3+-parseInt(_0x44589f(0x8f))/0x4*(-parseInt(_0x44589f(0x97))/0x5)+parseInt(_0x44589f(0x71))/0x6*(-parseInt(_0x44589f(0x87))/0x7)+parseInt(_0x44589f(0x8c))/0x8+parseInt(_0x44589f(0x8e))/0x9+-parseInt(_0x44589f(0xa0))/0xa*(-parseInt(_0x44589f(0x8b))/0xb);if(_0x1c696c===_0x45cd66)break;else _0x2597d9['push'](_0x2597d9['shift']());}catch(_0x4b338b){_0x2597d9['push'](_0x2597d9['shift']());}}}(_0x1f9a,0x29e99));const e={'boards-table-ui':{'contextMenu':{'insert':_0x54ac2c(0x85),'delete':_0x54ac2c(0x78),'distribute':'Verteilen','insertRowAbove':_0x54ac2c(0x6f),'insertRowBelow':_0x54ac2c(0x70),'insertColumnLeft':'Spalte\x20links\x20einfügen','insertColumnRight':_0x54ac2c(0xa5),'deleteRow':'Zeile\x20löschen','deleteColumn':'Spalte\x20löschen','deleteTable':_0x54ac2c(0x6d),'distributeRows':_0x54ac2c(0x7a),'distributeColumns':'Spalten\x20verteilen','resetColor':_0x54ac2c(0x89)},'editorToolbar':{'mergeCells':_0x54ac2c(0x9d),'unmergeCells':_0x54ac2c(0x9b),'tableTheme':'Tabellendesign','tableLook':_0x54ac2c(0x7d),'headerRow':_0x54ac2c(0x92),'footerRow':'Fußzeile','bandedRows':_0x54ac2c(0x76),'bandedColumns':_0x54ac2c(0x6e),'firstColumn':_0x54ac2c(0x95),'lastColumn':_0x54ac2c(0x96),'bestMatch':_0x54ac2c(0x7c),'light':_0x54ac2c(0x81),'medium':_0x54ac2c(0x86),'minimal':'Minimal','cellBackground':'Zellenhintergrund','allBorders':_0x54ac2c(0x88),'tableBackgroundColor':_0x54ac2c(0x77),'border':_0x54ac2c(0x83),'tableBorderColor':_0x54ac2c(0x8d),'borderWidth':'Rahmenbreite','borderStyle':_0x54ac2c(0xa3),'borderStyleSolid':_0x54ac2c(0x6c),'borderStyleDash':'Gestrichelt','borderStyleDot':'Gepunktet','borderStyleDashDot':'Strich-Punkt','borderPresetAll':'Alle\x20Rahmen','borderPresetInner':_0x54ac2c(0x90),'borderPresetOuter':'Äußere\x20Rahmen','borderPresetTop':_0x54ac2c(0x9f),'borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':_0x54ac2c(0x72),'borderPresetRight':_0x54ac2c(0x75),'borderPresetInnerHorizontal':'Innerer\x20horizontaler\x20Rahmen','borderPresetInnerVertical':_0x54ac2c(0x99),'noBorder':_0x54ac2c(0x73),'none':'Keine','fontFamily':_0x54ac2c(0x74),'fontSize':_0x54ac2c(0xa6),'textFormat':_0x54ac2c(0x80),'textColor':_0x54ac2c(0x7f),'textBackgroundColor':_0x54ac2c(0x84),'bold':'Fett','italic':_0x54ac2c(0x7e),'underline':_0x54ac2c(0x82),'strikethrough':_0x54ac2c(0x6b),'horizontalAlign':_0x54ac2c(0xa4),'verticalAlign':_0x54ac2c(0x9a),'alignLeft':_0x54ac2c(0x94),'alignCenter':'Zentrieren','alignRight':_0x54ac2c(0x79),'alignJustify':_0x54ac2c(0x9c),'alignTop':'Oben\x20ausrichten','alignMiddle':_0x54ac2c(0xa2),'alignBottom':_0x54ac2c(0x6a)},'shapePanel':{'fill':{'noFill':'Keine\x20Füllung','solidFill':'Einfarbig','gradientFill':_0x54ac2c(0x93),'pictureFill':_0x54ac2c(0xa1),'color':_0x54ac2c(0x91),'transparency':'Transparenz','picture':{'source':'Bildquelle','insert':'Bild\x20einfügen'}}}}};module[_0x54ac2c(0x7b)]=e;
1
+ function _0x8016(_0x24fc72,_0x39355e){_0x24fc72=_0x24fc72-0x11e;const _0x140791=_0x1407();let _0x801628=_0x140791[_0x24fc72];return _0x801628;}const _0x33cc81=_0x8016;(function(_0x37bf90,_0xb0866f){const _0x136fa7=_0x8016,_0x3471aa=_0x37bf90();while(!![]){try{const _0x451d3e=-parseInt(_0x136fa7(0x159))/0x1+-parseInt(_0x136fa7(0x150))/0x2*(-parseInt(_0x136fa7(0x146))/0x3)+-parseInt(_0x136fa7(0x139))/0x4+-parseInt(_0x136fa7(0x12f))/0x5+parseInt(_0x136fa7(0x14e))/0x6+-parseInt(_0x136fa7(0x138))/0x7+parseInt(_0x136fa7(0x126))/0x8*(parseInt(_0x136fa7(0x143))/0x9);if(_0x451d3e===_0xb0866f)break;else _0x3471aa['push'](_0x3471aa['shift']());}catch(_0x3d35ee){_0x3471aa['push'](_0x3471aa['shift']());}}}(_0x1407,0xbf41a));function _0x1407(){const _0x1caa10=['Zelle\x20auswählen','Einklappen','Tabellenformat','Gepunktet','Spalte\x20links\x20einfügen','Textfarbe','Einfarbig','Alle\x20Rahmen','Durchgestrichen','9FvvsgA','Fett','Horizontal\x20ausrichten','21BVOlWO','Fußzeile','Spalte\x20auswählen','Schließen','Unterer\x20Rahmen','Äußere\x20Rahmen','Schriftart','Innere\x20Rahmen','8184090LqisxN','Vertikal\x20ausrichten','312964acdsEx','Gebänderte\x20Zeilen','Zeile\x20oberhalb\x20einfügen','Schriftgröße','Oberer\x20Rahmen','Tabelle\x20löschen','Mittel','Rechts\x20ausrichten','Zeile\x20löschen','458247bRBVQt','Spalten\x20verteilen','Letzte\x20Spalte','Links\x20ausrichten','exports','Texthintergrundfarbe','Gestrichelt','Bild\x20einfügen','Zurück','Tabellenhintergrundfarbe','Textformat','Kursiv','Minimal','8133576gOStak','Rahmen','Spalte\x20rechts\x20einfügen','Spalte\x20löschen','Rahmenfarbe','Zellenstil','Stile','Einfügen','Oben\x20ausrichten','2728545sopEJm','Innerer\x20horizontaler\x20Rahmen','Verteilen','Farbe','Unterstrichen','Kein\x20Rahmen','Farbe\x20zurücksetzen','Keine\x20Füllung','Zeilen\x20verteilen','10502534PMyfLL','753528JAtbka'];_0x1407=function(){return _0x1caa10;};return _0x1407();}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x33cc81(0x12b),'selectColumn':_0x33cc81(0x148),'operations':'Layout','selectCell':_0x33cc81(0x13a),'edit':_0x33cc81(0x12c),'close':_0x33cc81(0x149),'expand':'Erweitern','collapse':_0x33cc81(0x13b),'back':_0x33cc81(0x121)},'contextMenu':{'insert':_0x33cc81(0x12d),'delete':'Löschen','distribute':_0x33cc81(0x131),'insertRowAbove':_0x33cc81(0x152),'insertRowBelow':'Zeile\x20unterhalb\x20einfügen','insertColumnLeft':_0x33cc81(0x13e),'insertColumnRight':_0x33cc81(0x128),'deleteRow':_0x33cc81(0x158),'deleteColumn':_0x33cc81(0x129),'deleteTable':_0x33cc81(0x155),'distributeRows':_0x33cc81(0x137),'distributeColumns':_0x33cc81(0x15a),'resetColor':_0x33cc81(0x135)},'editorToolbar':{'mergeCells':'Zellen\x20verbinden','unmergeCells':'Zellen\x20trennen','tableTheme':'Tabellendesign','tableLook':_0x33cc81(0x13c),'headerRow':'Kopfzeile','footerRow':_0x33cc81(0x147),'bandedRows':_0x33cc81(0x151),'bandedColumns':'Gebänderte\x20Spalten','firstColumn':'Erste\x20Spalte','lastColumn':_0x33cc81(0x15b),'bestMatch':'Beste\x20Übereinstimmung','light':'Hell','medium':_0x33cc81(0x156),'minimal':_0x33cc81(0x125),'cellBackground':'Zellenhintergrund','allBorders':_0x33cc81(0x141),'tableBackgroundColor':_0x33cc81(0x122),'border':_0x33cc81(0x127),'tableBorderColor':_0x33cc81(0x12a),'borderWidth':'Rahmenbreite','borderStyle':'Rahmenstil','borderStyleSolid':'Durchgezogen','borderStyleDash':_0x33cc81(0x11f),'borderStyleDot':_0x33cc81(0x13d),'borderStyleDashDot':'Strich-Punkt','borderPresetAll':_0x33cc81(0x141),'borderPresetInner':_0x33cc81(0x14d),'borderPresetOuter':_0x33cc81(0x14b),'borderPresetTop':_0x33cc81(0x154),'borderPresetBottom':_0x33cc81(0x14a),'borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':'Rechter\x20Rahmen','borderPresetInnerHorizontal':_0x33cc81(0x130),'borderPresetInnerVertical':'Innerer\x20vertikaler\x20Rahmen','noBorder':_0x33cc81(0x134),'none':'Keine','fontFamily':_0x33cc81(0x14c),'fontSize':_0x33cc81(0x153),'textFormat':_0x33cc81(0x123),'textColor':_0x33cc81(0x13f),'textBackgroundColor':_0x33cc81(0x11e),'bold':_0x33cc81(0x144),'italic':_0x33cc81(0x124),'underline':_0x33cc81(0x133),'strikethrough':_0x33cc81(0x142),'horizontalAlign':_0x33cc81(0x145),'verticalAlign':_0x33cc81(0x14f),'alignLeft':_0x33cc81(0x15c),'alignCenter':'Zentrieren','alignRight':_0x33cc81(0x157),'alignJustify':'Blocksatz','alignTop':_0x33cc81(0x12e),'alignMiddle':'Vertikal\x20zentrieren','alignBottom':'Unten\x20ausrichten'},'shapePanel':{'fill':{'noFill':_0x33cc81(0x136),'solidFill':_0x33cc81(0x140),'gradientFill':'Verlauf','pictureFill':'Bild','color':_0x33cc81(0x132),'transparency':'Transparenz','picture':{'source':'Bildquelle','insert':_0x33cc81(0x120)}}}}};module[_0x33cc81(0x15d)]=e;
@@ -1 +1 @@
1
- const _0x40345c=_0xfcd1;(function(_0x2a7811,_0x1718df){const _0x3b96a5=_0xfcd1,_0x3d961d=_0x2a7811();while(!![]){try{const _0x18bf16=-parseInt(_0x3b96a5(0x181))/0x1+-parseInt(_0x3b96a5(0x17e))/0x2+-parseInt(_0x3b96a5(0x195))/0x3*(-parseInt(_0x3b96a5(0x19b))/0x4)+parseInt(_0x3b96a5(0x193))/0x5*(-parseInt(_0x3b96a5(0x1a7))/0x6)+-parseInt(_0x3b96a5(0x182))/0x7+-parseInt(_0x3b96a5(0x191))/0x8+parseInt(_0x3b96a5(0x19a))/0x9*(parseInt(_0x3b96a5(0x17a))/0xa);if(_0x18bf16===_0x1718df)break;else _0x3d961d['push'](_0x3d961d['shift']());}catch(_0x4a4ccf){_0x3d961d['push'](_0x3d961d['shift']());}}}(_0x46f4,0x97f75));const e={'boards-table-ui':{'contextMenu':{'insert':_0x40345c(0x183),'delete':'Delete','distribute':_0x40345c(0x1b2),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x40345c(0x179),'insertColumnRight':_0x40345c(0x18b),'deleteRow':_0x40345c(0x1a5),'deleteColumn':_0x40345c(0x1ac),'deleteTable':_0x40345c(0x196),'distributeRows':_0x40345c(0x177),'distributeColumns':_0x40345c(0x1a2),'resetColor':'Reset\x20color'},'editorToolbar':{'mergeCells':_0x40345c(0x1b5),'unmergeCells':_0x40345c(0x18f),'tableTheme':_0x40345c(0x189),'tableLook':'Table\x20look','headerRow':'Header\x20row','footerRow':_0x40345c(0x1aa),'bandedRows':_0x40345c(0x19e),'bandedColumns':_0x40345c(0x17d),'firstColumn':_0x40345c(0x19f),'lastColumn':_0x40345c(0x19d),'bestMatch':_0x40345c(0x17b),'light':_0x40345c(0x18c),'medium':_0x40345c(0x175),'minimal':_0x40345c(0x1b0),'cellBackground':'Cell\x20background','allBorders':_0x40345c(0x1ab),'tableBackgroundColor':_0x40345c(0x176),'border':_0x40345c(0x180),'tableBorderColor':_0x40345c(0x190),'borderWidth':_0x40345c(0x199),'borderStyle':'Border\x20style','borderStyleSolid':_0x40345c(0x18d),'borderStyleDash':_0x40345c(0x1a3),'borderStyleDot':'Dot','borderStyleDashDot':_0x40345c(0x1b3),'borderPresetAll':'All\x20borders','borderPresetInner':_0x40345c(0x1ae),'borderPresetOuter':_0x40345c(0x187),'borderPresetTop':_0x40345c(0x198),'borderPresetBottom':_0x40345c(0x197),'borderPresetLeft':_0x40345c(0x1b1),'borderPresetRight':_0x40345c(0x1a6),'borderPresetInnerHorizontal':_0x40345c(0x1a8),'borderPresetInnerVertical':_0x40345c(0x192),'noBorder':'No\x20border','none':_0x40345c(0x184),'fontFamily':_0x40345c(0x174),'fontSize':'Font\x20size','textFormat':'Text\x20format','textColor':_0x40345c(0x1a4),'textBackgroundColor':_0x40345c(0x1ad),'bold':'Bold','italic':_0x40345c(0x18a),'underline':_0x40345c(0x17f),'strikethrough':_0x40345c(0x194),'horizontalAlign':_0x40345c(0x186),'verticalAlign':'Vertical\x20align','alignLeft':_0x40345c(0x1b4),'alignCenter':'Align\x20center','alignRight':_0x40345c(0x1a1),'alignJustify':'Justify','alignTop':_0x40345c(0x1af),'alignMiddle':'Align\x20middle','alignBottom':_0x40345c(0x185)},'shapePanel':{'fill':{'noFill':_0x40345c(0x178),'solidFill':_0x40345c(0x18d),'gradientFill':_0x40345c(0x19c),'pictureFill':_0x40345c(0x188),'color':_0x40345c(0x1a9),'transparency':_0x40345c(0x18e),'picture':{'source':_0x40345c(0x1a0),'insert':'Insert\x20picture'}}}}};function _0xfcd1(_0x358542,_0xa7ed5d){_0x358542=_0x358542-0x174;const _0x46f40f=_0x46f4();let _0xfcd10d=_0x46f40f[_0x358542];return _0xfcd10d;}function _0x46f4(){const _0x2f5a87=['1632008TxwkJn','Insert','None','Align\x20bottom','Horizontal\x20align','Outer\x20borders','Picture','Table\x20theme','Italic','Insert\x20column\x20right','Light','Solid','Transparency','Unmerge\x20cells','Border\x20color','2599728QNjzGz','Inner\x20vertical\x20border','2465555sAHUhz','Strikethrough','36plFERA','Delete\x20table','Bottom\x20border','Top\x20border','Border\x20width','6569271YSyyRI','389432nvpXGx','Gradient','Last\x20column','Banded\x20rows','First\x20column','Picture\x20source','Align\x20right','Distribute\x20columns','Dash','Text\x20color','Delete\x20row','Right\x20border','12MJSPKf','Inner\x20horizontal\x20border','Color','Footer\x20row','All\x20borders','Delete\x20column','Text\x20background\x20color','Inner\x20borders','Align\x20top','Minimal','Left\x20border','Distribute','Dash\x20dot','Align\x20left','Merge\x20cells','Font\x20family','Medium','Table\x20background\x20color','Distribute\x20rows','No\x20fill','Insert\x20column\x20left','30JORtHP','Best\x20match','exports','Banded\x20columns','1254168iwXRJe','Underline','Border','564184WTPino'];_0x46f4=function(){return _0x2f5a87;};return _0x46f4();}module[_0x40345c(0x17c)]=e;
1
+ const _0x58e377=_0x3e89;function _0x2f18(){const _0x1649e9=['Insert\x20picture','Select\x20column','Expand','Cell\x20style','Inner\x20horizontal\x20border','Left\x20border','21152864Cczbju','Justify','Gradient','Dot','6153077XNIXDq','None','Header\x20row','Distribute\x20columns','396ykqInV','21540mBNCgP','Picture\x20source','Delete','Distribute','Cell\x20background','140870gwrRXl','Insert\x20row\x20below','Vertical\x20align','Color','No\x20border','Banded\x20columns','All\x20borders','Collapse','Transparency','Text\x20color','Medium','Outer\x20borders','Insert\x20column\x20left','Delete\x20column','Align\x20right','Inner\x20vertical\x20border','2891565IJuBdd','Text\x20format','Table\x20look','2496312pgzeJu','Light','Align\x20bottom','Merge\x20cells','Unmerge\x20cells','Delete\x20row','Strikethrough','Footer\x20row','780488XiGCzW','Align\x20left','Picture','Table\x20background\x20color','Minimal','Dash\x20dot','Solid','Bottom\x20border','Font\x20size','Font\x20family','Select\x20cell','Align\x20middle','Inner\x20borders','First\x20column','Horizontal\x20align','Table\x20theme','Bold','Insert','Dash','Reset\x20color'];_0x2f18=function(){return _0x1649e9;};return _0x2f18();}function _0x3e89(_0x42f605,_0x75695d){_0x42f605=_0x42f605-0x13f;const _0x2f18e7=_0x2f18();let _0x3e89f4=_0x2f18e7[_0x42f605];return _0x3e89f4;}(function(_0x47e4a1,_0x43ffd0){const _0x25c816=_0x3e89,_0x217a95=_0x47e4a1();while(!![]){try{const _0x25d9c1=parseInt(_0x25c816(0x16f))/0x1+parseInt(_0x25c816(0x147))/0x2+-parseInt(_0x25c816(0x16a))/0x3*(parseInt(_0x25c816(0x169))/0x4)+-parseInt(_0x25c816(0x17f))/0x5+-parseInt(_0x25c816(0x13f))/0x6+-parseInt(_0x25c816(0x165))/0x7+parseInt(_0x25c816(0x161))/0x8;if(_0x25d9c1===_0x43ffd0)break;else _0x217a95['push'](_0x217a95['shift']());}catch(_0x13f0af){_0x217a95['push'](_0x217a95['shift']());}}}(_0x2f18,0x904b2));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x58e377(0x15e),'selectColumn':_0x58e377(0x15c),'operations':'Layout','selectCell':_0x58e377(0x151),'edit':'Styles','close':'Close','expand':_0x58e377(0x15d),'collapse':_0x58e377(0x176),'back':'Back'},'contextMenu':{'insert':_0x58e377(0x158),'delete':_0x58e377(0x16c),'distribute':_0x58e377(0x16d),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':_0x58e377(0x170),'insertColumnLeft':_0x58e377(0x17b),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x58e377(0x144),'deleteColumn':_0x58e377(0x17c),'deleteTable':'Delete\x20table','distributeRows':'Distribute\x20rows','distributeColumns':_0x58e377(0x168),'resetColor':_0x58e377(0x15a)},'editorToolbar':{'mergeCells':_0x58e377(0x142),'unmergeCells':_0x58e377(0x143),'tableTheme':_0x58e377(0x156),'tableLook':_0x58e377(0x181),'headerRow':_0x58e377(0x167),'footerRow':_0x58e377(0x146),'bandedRows':'Banded\x20rows','bandedColumns':_0x58e377(0x174),'firstColumn':_0x58e377(0x154),'lastColumn':'Last\x20column','bestMatch':'Best\x20match','light':_0x58e377(0x140),'medium':_0x58e377(0x179),'minimal':_0x58e377(0x14b),'cellBackground':_0x58e377(0x16e),'allBorders':_0x58e377(0x175),'tableBackgroundColor':_0x58e377(0x14a),'border':'Border','tableBorderColor':'Border\x20color','borderWidth':'Border\x20width','borderStyle':'Border\x20style','borderStyleSolid':'Solid','borderStyleDash':_0x58e377(0x159),'borderStyleDot':_0x58e377(0x164),'borderStyleDashDot':_0x58e377(0x14c),'borderPresetAll':_0x58e377(0x175),'borderPresetInner':_0x58e377(0x153),'borderPresetOuter':_0x58e377(0x17a),'borderPresetTop':'Top\x20border','borderPresetBottom':_0x58e377(0x14e),'borderPresetLeft':_0x58e377(0x160),'borderPresetRight':'Right\x20border','borderPresetInnerHorizontal':_0x58e377(0x15f),'borderPresetInnerVertical':_0x58e377(0x17e),'noBorder':_0x58e377(0x173),'none':_0x58e377(0x166),'fontFamily':_0x58e377(0x150),'fontSize':_0x58e377(0x14f),'textFormat':_0x58e377(0x180),'textColor':_0x58e377(0x178),'textBackgroundColor':'Text\x20background\x20color','bold':_0x58e377(0x157),'italic':'Italic','underline':'Underline','strikethrough':_0x58e377(0x145),'horizontalAlign':_0x58e377(0x155),'verticalAlign':_0x58e377(0x171),'alignLeft':_0x58e377(0x148),'alignCenter':'Align\x20center','alignRight':_0x58e377(0x17d),'alignJustify':_0x58e377(0x162),'alignTop':'Align\x20top','alignMiddle':_0x58e377(0x152),'alignBottom':_0x58e377(0x141)},'shapePanel':{'fill':{'noFill':'No\x20fill','solidFill':_0x58e377(0x14d),'gradientFill':_0x58e377(0x163),'pictureFill':_0x58e377(0x149),'color':_0x58e377(0x172),'transparency':_0x58e377(0x177),'picture':{'source':_0x58e377(0x16b),'insert':_0x58e377(0x15b)}}}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x45fb33=_0xe960;(function(_0x5edefd,_0x247b00){const _0xaa40dc=_0xe960,_0x5c2c5f=_0x5edefd();while(!![]){try{const _0x1992bd=-parseInt(_0xaa40dc(0x135))/0x1*(-parseInt(_0xaa40dc(0x157))/0x2)+parseInt(_0xaa40dc(0x152))/0x3+parseInt(_0xaa40dc(0x15c))/0x4*(-parseInt(_0xaa40dc(0x137))/0x5)+parseInt(_0xaa40dc(0x163))/0x6+parseInt(_0xaa40dc(0x14e))/0x7*(parseInt(_0xaa40dc(0x159))/0x8)+-parseInt(_0xaa40dc(0x12b))/0x9+parseInt(_0xaa40dc(0x134))/0xa*(parseInt(_0xaa40dc(0x15e))/0xb);if(_0x1992bd===_0x247b00)break;else _0x5c2c5f['push'](_0x5c2c5f['shift']());}catch(_0x128fff){_0x5c2c5f['push'](_0x5c2c5f['shift']());}}}(_0x70de,0xe2c12));function _0xe960(_0x1e0f71,_0x2efc52){_0x1e0f71=_0x1e0f71-0x129;const _0x70de29=_0x70de();let _0xe9607d=_0x70de29[_0x1e0f71];return _0xe9607d;}const e={'boards-table-ui':{'contextMenu':{'insert':'Insertar','delete':_0x45fb33(0x167),'distribute':_0x45fb33(0x14c),'insertRowAbove':_0x45fb33(0x138),'insertRowBelow':_0x45fb33(0x164),'insertColumnLeft':_0x45fb33(0x160),'insertColumnRight':_0x45fb33(0x139),'deleteRow':_0x45fb33(0x143),'deleteColumn':_0x45fb33(0x168),'deleteTable':'Eliminar\x20tabla','distributeRows':'Distribuir\x20filas','distributeColumns':_0x45fb33(0x15b),'resetColor':_0x45fb33(0x147)},'editorToolbar':{'mergeCells':_0x45fb33(0x15f),'unmergeCells':_0x45fb33(0x14f),'tableTheme':_0x45fb33(0x13a),'tableLook':'Aspecto\x20de\x20tabla','headerRow':_0x45fb33(0x12f),'footerRow':'Fila\x20de\x20pie','bandedRows':_0x45fb33(0x149),'bandedColumns':_0x45fb33(0x154),'firstColumn':'Primera\x20columna','lastColumn':'Última\x20columna','bestMatch':_0x45fb33(0x161),'light':'Claro','medium':_0x45fb33(0x12a),'minimal':_0x45fb33(0x165),'cellBackground':'Fondo\x20de\x20celda','allBorders':_0x45fb33(0x162),'tableBackgroundColor':_0x45fb33(0x133),'border':_0x45fb33(0x130),'tableBorderColor':_0x45fb33(0x12e),'borderWidth':_0x45fb33(0x129),'borderStyle':_0x45fb33(0x12d),'borderStyleSolid':_0x45fb33(0x13c),'borderStyleDash':_0x45fb33(0x153),'borderStyleDot':_0x45fb33(0x13e),'borderStyleDashDot':_0x45fb33(0x169),'borderPresetAll':_0x45fb33(0x162),'borderPresetInner':_0x45fb33(0x15a),'borderPresetOuter':'Bordes\x20exteriores','borderPresetTop':_0x45fb33(0x13d),'borderPresetBottom':'Borde\x20inferior','borderPresetLeft':_0x45fb33(0x166),'borderPresetRight':_0x45fb33(0x13b),'borderPresetInnerHorizontal':_0x45fb33(0x13f),'borderPresetInnerVertical':_0x45fb33(0x16b),'noBorder':_0x45fb33(0x155),'none':_0x45fb33(0x14d),'fontFamily':_0x45fb33(0x150),'fontSize':'Tamaño\x20de\x20fuente','textFormat':'Formato\x20de\x20texto','textColor':_0x45fb33(0x148),'textBackgroundColor':_0x45fb33(0x15d),'bold':_0x45fb33(0x151),'italic':_0x45fb33(0x136),'underline':_0x45fb33(0x142),'strikethrough':_0x45fb33(0x131),'horizontalAlign':_0x45fb33(0x12c),'verticalAlign':_0x45fb33(0x144),'alignLeft':_0x45fb33(0x156),'alignCenter':_0x45fb33(0x132),'alignRight':_0x45fb33(0x158),'alignJustify':_0x45fb33(0x145),'alignTop':_0x45fb33(0x146),'alignMiddle':_0x45fb33(0x14a),'alignBottom':_0x45fb33(0x16a)},'shapePanel':{'fill':{'noFill':_0x45fb33(0x140),'solidFill':_0x45fb33(0x13c),'gradientFill':_0x45fb33(0x16c),'pictureFill':'Imagen','color':_0x45fb33(0x14b),'transparency':'Transparencia','picture':{'source':'Origen\x20de\x20la\x20imagen','insert':_0x45fb33(0x141)}}}}};module['exports']=e;function _0x70de(){const _0x4257c9=['Fuente','Negrita','3365211hEKbTC','Guion','Columnas\x20con\x20bandas','Sin\x20borde','Alinear\x20a\x20la\x20izquierda','14XWhZNf','Alinear\x20a\x20la\x20derecha','1544WIknfN','Bordes\x20interiores','Distribuir\x20columnas','39268NavXoc','Color\x20de\x20fondo\x20del\x20texto','33Dqnfup','Combinar\x20celdas','Insertar\x20columna\x20a\x20la\x20izquierda','Mejor\x20coincidencia','Todos\x20los\x20bordes','8939886PvCikp','Insertar\x20fila\x20abajo','Mínimo','Borde\x20izquierdo','Eliminar','Eliminar\x20columna','Guion\x20punto','Alinear\x20abajo','Borde\x20vertical\x20interior','Degradado','Ancho\x20de\x20borde','Medio','16495767UDXWJp','Alineación\x20horizontal','Estilo\x20de\x20borde','Color\x20de\x20borde','Fila\x20de\x20encabezado','Borde','Tachado','Centrar','Color\x20de\x20fondo\x20de\x20tabla','5112010RRNCNX','6067gYBxbz','Cursiva','730XhyVyw','Insertar\x20fila\x20arriba','Insertar\x20columna\x20a\x20la\x20derecha','Tema\x20de\x20tabla','Borde\x20derecho','Sólido','Borde\x20superior','Punto','Borde\x20horizontal\x20interior','Sin\x20relleno','Insertar\x20imagen','Subrayado','Eliminar\x20fila','Alineación\x20vertical','Justificar','Alinear\x20arriba','Restablecer\x20color','Color\x20de\x20texto','Filas\x20con\x20bandas','Alinear\x20al\x20medio','Color','Distribuir','Ninguno','259zyTRqU','Separar\x20celdas'];_0x70de=function(){return _0x4257c9;};return _0x70de();}
1
+ const _0x46177c=_0x171b;(function(_0x1ea358,_0x3a4858){const _0x248e07=_0x171b,_0x4d583b=_0x1ea358();while(!![]){try{const _0x531d7a=-parseInt(_0x248e07(0x21f))/0x1*(-parseInt(_0x248e07(0x205))/0x2)+parseInt(_0x248e07(0x1fe))/0x3*(-parseInt(_0x248e07(0x20d))/0x4)+-parseInt(_0x248e07(0x21c))/0x5+parseInt(_0x248e07(0x211))/0x6*(parseInt(_0x248e07(0x1f5))/0x7)+parseInt(_0x248e07(0x20b))/0x8+parseInt(_0x248e07(0x224))/0x9+-parseInt(_0x248e07(0x1fa))/0xa;if(_0x531d7a===_0x3a4858)break;else _0x4d583b['push'](_0x4d583b['shift']());}catch(_0x54668f){_0x4d583b['push'](_0x4d583b['shift']());}}}(_0x2943,0x61c73));function _0x2943(){const _0x2daf47=['Medio','Aspecto\x20de\x20tabla','Guion','Eliminar\x20columna','Todos\x20los\x20bordes','Distribuir\x20columnas','Color\x20de\x20fondo\x20de\x20tabla','1411950ZBZKDF','Distribuir','Diseño','2eXyHzz','Color\x20de\x20texto','Fondo\x20de\x20celda','Seleccionar\x20columna','Estilo\x20de\x20borde','4043934Xokjoy','Tamaño\x20de\x20fuente','Eliminar\x20fila','Cerrar','Insertar\x20columna\x20a\x20la\x20izquierda','Combinar\x20celdas','Ninguno','Alinear\x20arriba','Tachado','Restablecer\x20color','Contraer','Punto','Tema\x20de\x20tabla','Fila\x20de\x20pie','Separar\x20celdas','Distribuir\x20filas','Atrás','Insertar','Sólido','Última\x20columna','Borde','Mínimo','Eliminar\x20tabla','Insertar\x20imagen','Fila\x20de\x20encabezado','Alinear\x20a\x20la\x20izquierda','Borde\x20izquierdo','Color','Cursiva','Alinear\x20a\x20la\x20derecha','Expandir','Primera\x20columna','Columnas\x20con\x20bandas','Ancho\x20de\x20borde','Estilo\x20de\x20celda','7RksxDg','Bordes\x20interiores','Subrayado','exports','Sin\x20relleno','16552150EEIYQo','Seleccionar\x20celda','Alineación\x20horizontal','Eliminar','890337WAMdmK','Transparencia','Borde\x20vertical\x20interior','Negrita','Borde\x20inferior','Sin\x20borde','Degradado','786542ZmLaUy','Origen\x20de\x20la\x20imagen','Filas\x20con\x20bandas','Justificar','Borde\x20derecho','Insertar\x20fila\x20arriba','5638472NyaFLf','Fuente','4DvkaMg','Alineación\x20vertical','Insertar\x20fila\x20abajo','Claro','4165236IaimWo','Borde\x20horizontal\x20interior','Alinear\x20abajo','Alinear\x20al\x20medio'];_0x2943=function(){return _0x2daf47;};return _0x2943();}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x46177c(0x1f4),'selectColumn':_0x46177c(0x222),'operations':_0x46177c(0x21e),'selectCell':_0x46177c(0x1fb),'edit':'Estilos','close':_0x46177c(0x227),'expand':_0x46177c(0x1f0),'collapse':_0x46177c(0x22e),'back':_0x46177c(0x234)},'contextMenu':{'insert':_0x46177c(0x235),'delete':_0x46177c(0x1fd),'distribute':_0x46177c(0x21d),'insertRowAbove':_0x46177c(0x20a),'insertRowBelow':_0x46177c(0x20f),'insertColumnLeft':_0x46177c(0x228),'insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','deleteRow':_0x46177c(0x226),'deleteColumn':_0x46177c(0x218),'deleteTable':_0x46177c(0x23a),'distributeRows':_0x46177c(0x233),'distributeColumns':_0x46177c(0x21a),'resetColor':_0x46177c(0x22d)},'editorToolbar':{'mergeCells':_0x46177c(0x229),'unmergeCells':_0x46177c(0x232),'tableTheme':_0x46177c(0x230),'tableLook':_0x46177c(0x216),'headerRow':_0x46177c(0x23c),'footerRow':_0x46177c(0x231),'bandedRows':_0x46177c(0x207),'bandedColumns':_0x46177c(0x1f2),'firstColumn':_0x46177c(0x1f1),'lastColumn':_0x46177c(0x237),'bestMatch':'Mejor\x20coincidencia','light':_0x46177c(0x210),'medium':_0x46177c(0x215),'minimal':_0x46177c(0x239),'cellBackground':_0x46177c(0x221),'allBorders':_0x46177c(0x219),'tableBackgroundColor':_0x46177c(0x21b),'border':_0x46177c(0x238),'tableBorderColor':'Color\x20de\x20borde','borderWidth':_0x46177c(0x1f3),'borderStyle':_0x46177c(0x223),'borderStyleSolid':_0x46177c(0x236),'borderStyleDash':_0x46177c(0x217),'borderStyleDot':_0x46177c(0x22f),'borderStyleDashDot':'Guion\x20punto','borderPresetAll':_0x46177c(0x219),'borderPresetInner':_0x46177c(0x1f6),'borderPresetOuter':'Bordes\x20exteriores','borderPresetTop':'Borde\x20superior','borderPresetBottom':_0x46177c(0x202),'borderPresetLeft':_0x46177c(0x1ec),'borderPresetRight':_0x46177c(0x209),'borderPresetInnerHorizontal':_0x46177c(0x212),'borderPresetInnerVertical':_0x46177c(0x200),'noBorder':_0x46177c(0x203),'none':_0x46177c(0x22a),'fontFamily':_0x46177c(0x20c),'fontSize':_0x46177c(0x225),'textFormat':'Formato\x20de\x20texto','textColor':_0x46177c(0x220),'textBackgroundColor':'Color\x20de\x20fondo\x20del\x20texto','bold':_0x46177c(0x201),'italic':_0x46177c(0x1ee),'underline':_0x46177c(0x1f7),'strikethrough':_0x46177c(0x22c),'horizontalAlign':_0x46177c(0x1fc),'verticalAlign':_0x46177c(0x20e),'alignLeft':_0x46177c(0x1eb),'alignCenter':'Centrar','alignRight':_0x46177c(0x1ef),'alignJustify':_0x46177c(0x208),'alignTop':_0x46177c(0x22b),'alignMiddle':_0x46177c(0x214),'alignBottom':_0x46177c(0x213)},'shapePanel':{'fill':{'noFill':_0x46177c(0x1f9),'solidFill':_0x46177c(0x236),'gradientFill':_0x46177c(0x204),'pictureFill':'Imagen','color':_0x46177c(0x1ed),'transparency':_0x46177c(0x1ff),'picture':{'source':_0x46177c(0x206),'insert':_0x46177c(0x23b)}}}}};function _0x171b(_0x198cf9,_0x59704c){_0x198cf9=_0x198cf9-0x1eb;const _0x294385=_0x2943();let _0x171b20=_0x294385[_0x198cf9];return _0x171b20;}module[_0x46177c(0x1f8)]=e;
@@ -1 +1 @@
1
- const _0x4bd790=_0x54e2;(function(_0x21d783,_0x49fe8a){const _0x3d86d1=_0x54e2,_0x5ac958=_0x21d783();while(!![]){try{const _0x35d9e8=-parseInt(_0x3d86d1(0x1fa))/0x1+parseInt(_0x3d86d1(0x1f6))/0x2+parseInt(_0x3d86d1(0x225))/0x3+parseInt(_0x3d86d1(0x210))/0x4*(parseInt(_0x3d86d1(0x1eb))/0x5)+parseInt(_0x3d86d1(0x1f4))/0x6*(-parseInt(_0x3d86d1(0x1fd))/0x7)+-parseInt(_0x3d86d1(0x21b))/0x8*(-parseInt(_0x3d86d1(0x20b))/0x9)+-parseInt(_0x3d86d1(0x1fb))/0xa;if(_0x35d9e8===_0x49fe8a)break;else _0x5ac958['push'](_0x5ac958['shift']());}catch(_0x21e93b){_0x5ac958['push'](_0x5ac958['shift']());}}}(_0x191c,0xd7e50));function _0x191c(){const _0x3d5644=['رنگ\x20پس‌زمینه\x20جدول','خط‌خورده','حاشیه\x20بالا','حذف\x20ردیف','ستون\x20آخر','پررنگ','روشن','4984359qZOlSK','حاشیه','نقطه‌چین','149665GcNBml','تراز\x20میانی','درج\x20ستون\x20در\x20چپ','درج\x20ستون\x20در\x20راست','لغو\x20ادغام\x20سلول‌ها','بازنشانی\x20رنگ','حاشیه\x20عمودی\x20داخلی','حذف\x20ستون','توزیع\x20ستون‌ها','1176678CfpUXj','تراز\x20پایین','258886mdZSKX','حذف\x20جدول','بدون\x20حاشیه','قالب\x20جدول','557019HinCmQ','13203540ZMwSRU','همه\x20حاشیه‌ها','7PaJolg','درج\x20تصویر','منبع\x20تصویر','بهترین\x20تطابق','تصویر','سبک\x20حاشیه','حداقلی','پس‌زمینه\x20سلول','قالب\x20متن','ردیف\x20سرصفحه','اندازه\x20قلم','تراز\x20وسط','قلم','تراز\x20بالا','62541ceDgbY','حاشیه\x20راست','توزیع','شفافیت','درج\x20ردیف\x20در\x20بالا','12exVbEc','حاشیه\x20چپ','هیچ','ظاهر\x20جدول','حاشیه‌های\x20بیرونی','یکپارچه','ستون\x20اول','exports','حاشیه\x20پایین','درج\x20ردیف\x20در\x20پایین','تراز\x20چپ','1240ZwMXVA','رنگ\x20حاشیه','حاشیه\x20افقی\x20داخلی'];_0x191c=function(){return _0x3d5644;};return _0x191c();}const e={'boards-table-ui':{'contextMenu':{'insert':'درج','delete':'حذف','distribute':_0x4bd790(0x20d),'insertRowAbove':_0x4bd790(0x20f),'insertRowBelow':_0x4bd790(0x219),'insertColumnLeft':_0x4bd790(0x1ed),'insertColumnRight':_0x4bd790(0x1ee),'deleteRow':_0x4bd790(0x221),'deleteColumn':_0x4bd790(0x1f2),'deleteTable':_0x4bd790(0x1f7),'distributeRows':'توزیع\x20ردیف‌ها','distributeColumns':_0x4bd790(0x1f3),'resetColor':_0x4bd790(0x1f0)},'editorToolbar':{'mergeCells':'ادغام\x20سلول‌ها','unmergeCells':_0x4bd790(0x1ef),'tableTheme':_0x4bd790(0x1f9),'tableLook':_0x4bd790(0x213),'headerRow':_0x4bd790(0x206),'footerRow':'ردیف\x20پاصفحه','bandedRows':'ردیف‌های\x20نواری','bandedColumns':'ستون‌های\x20نواری','firstColumn':_0x4bd790(0x216),'lastColumn':_0x4bd790(0x222),'bestMatch':_0x4bd790(0x200),'light':_0x4bd790(0x224),'medium':'متوسط','minimal':_0x4bd790(0x203),'cellBackground':_0x4bd790(0x204),'allBorders':_0x4bd790(0x1fc),'tableBackgroundColor':_0x4bd790(0x21e),'border':_0x4bd790(0x226),'tableBorderColor':_0x4bd790(0x21c),'borderWidth':'عرض\x20حاشیه','borderStyle':_0x4bd790(0x202),'borderStyleSolid':'یکپارچه','borderStyleDash':'خط‌چین','borderStyleDot':_0x4bd790(0x1ea),'borderStyleDashDot':'خط‌چین\x20نقطه','borderPresetAll':_0x4bd790(0x1fc),'borderPresetInner':'حاشیه‌های\x20داخلی','borderPresetOuter':_0x4bd790(0x214),'borderPresetTop':_0x4bd790(0x220),'borderPresetBottom':_0x4bd790(0x218),'borderPresetLeft':_0x4bd790(0x211),'borderPresetRight':_0x4bd790(0x20c),'borderPresetInnerHorizontal':_0x4bd790(0x21d),'borderPresetInnerVertical':_0x4bd790(0x1f1),'noBorder':_0x4bd790(0x1f8),'none':_0x4bd790(0x212),'fontFamily':_0x4bd790(0x209),'fontSize':_0x4bd790(0x207),'textFormat':_0x4bd790(0x205),'textColor':'رنگ\x20متن','textBackgroundColor':'رنگ\x20پس‌زمینه\x20متن','bold':_0x4bd790(0x223),'italic':'کج','underline':'زیرخط','strikethrough':_0x4bd790(0x21f),'horizontalAlign':'تراز\x20افقی','verticalAlign':'تراز\x20عمودی','alignLeft':_0x4bd790(0x21a),'alignCenter':_0x4bd790(0x208),'alignRight':'تراز\x20راست','alignJustify':'هم‌تراز','alignTop':_0x4bd790(0x20a),'alignMiddle':_0x4bd790(0x1ec),'alignBottom':_0x4bd790(0x1f5)},'shapePanel':{'fill':{'noFill':'بدون\x20پر\x20کردن','solidFill':_0x4bd790(0x215),'gradientFill':'گرادیان','pictureFill':_0x4bd790(0x201),'color':'رنگ','transparency':_0x4bd790(0x20e),'picture':{'source':_0x4bd790(0x1ff),'insert':_0x4bd790(0x1fe)}}}}};function _0x54e2(_0x6576b,_0x47ed37){_0x6576b=_0x6576b-0x1ea;const _0x191cdc=_0x191c();let _0x54e2fb=_0x191cdc[_0x6576b];return _0x54e2fb;}module[_0x4bd790(0x217)]=e;
1
+ function _0x361b(_0x4b4a7e,_0x25eedf){_0x4b4a7e=_0x4b4a7e-0xeb;const _0x3997c5=_0x3997();let _0x361b6c=_0x3997c5[_0x4b4a7e];return _0x361b6c;}const _0x2f6891=_0x361b;(function(_0xf62740,_0x35063d){const _0xd6f32f=_0x361b,_0x4974a8=_0xf62740();while(!![]){try{const _0x148417=-parseInt(_0xd6f32f(0x10a))/0x1+parseInt(_0xd6f32f(0xf7))/0x2*(-parseInt(_0xd6f32f(0x12a))/0x3)+parseInt(_0xd6f32f(0x130))/0x4*(parseInt(_0xd6f32f(0x115))/0x5)+parseInt(_0xd6f32f(0xf8))/0x6*(parseInt(_0xd6f32f(0x105))/0x7)+parseInt(_0xd6f32f(0x104))/0x8*(parseInt(_0xd6f32f(0x138))/0x9)+-parseInt(_0xd6f32f(0x11e))/0xa*(parseInt(_0xd6f32f(0x102))/0xb)+parseInt(_0xd6f32f(0x113))/0xc;if(_0x148417===_0x35063d)break;else _0x4974a8['push'](_0x4974a8['shift']());}catch(_0x1a76fe){_0x4974a8['push'](_0x4974a8['shift']());}}}(_0x3997,0xc82d1));function _0x3997(){const _0x410c54=['حاشیه\x20چپ','حاشیه\x20بالا','گرادیان','تراز\x20عمودی','قلم','1076686nggilC','666xNOkvG','سبک\x20سلول','یکپارچه','درج\x20تصویر','ردیف‌های\x20نواری','تراز\x20راست','هم‌تراز','حاشیه\x20راست','بهترین\x20تطابق','توزیع\x20ستون‌ها','17004647CIMMXv','تراز\x20بالا','320sJBghR','79751lFvPWn','قالب\x20متن','توزیع\x20ردیف‌ها','نقطه‌چین','همه\x20حاشیه‌ها','1080609AFKvKj','درج\x20ستون\x20در\x20چپ','ظاهر\x20جدول','حاشیه\x20افقی\x20داخلی','حداقلی','زیرخط','روشن','خط‌خورده','حاشیه','8083200hPjjrx','حاشیه‌های\x20داخلی','75XWoxPa','قالب\x20جدول','پررنگ','حذف','ستون\x20اول','رنگ\x20متن','حذف\x20ردیف','ستون\x20آخر','ردیف\x20سرصفحه','10TUwacS','بازنشانی\x20رنگ','بستن','رنگ','عرض\x20حاشیه','لغو\x20ادغام\x20سلول‌ها','توزیع','درج\x20ردیف\x20در\x20بالا','حاشیه‌های\x20بیرونی','جمع\x20کردن','منبع\x20تصویر','درج','6hQzujH','حذف\x20ستون','exports','رنگ\x20پس‌زمینه\x20متن','انتخاب\x20ستون','تراز\x20افقی','354376bBeeQC','سبک\x20حاشیه','پس‌زمینه\x20سلول','رنگ\x20حاشیه','خط‌چین\x20نقطه','بدون\x20حاشیه','بدون\x20پر\x20کردن','شفافیت','282591ZXuQKf','تراز\x20پایین','متوسط','تراز\x20میانی','تراز\x20چپ','ادغام\x20سلول‌ها','تصویر','حذف\x20جدول','تراز\x20وسط'];_0x3997=function(){return _0x410c54;};return _0x3997();}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x2f6891(0xf9),'selectColumn':_0x2f6891(0x12e),'operations':'چیدمان','selectCell':'انتخاب\x20سلول','edit':'سبک‌ها','close':_0x2f6891(0x120),'expand':'گسترش','collapse':_0x2f6891(0x127),'back':'بازگشت'},'contextMenu':{'insert':_0x2f6891(0x129),'delete':_0x2f6891(0x118),'distribute':_0x2f6891(0x124),'insertRowAbove':_0x2f6891(0x125),'insertRowBelow':'درج\x20ردیف\x20در\x20پایین','insertColumnLeft':_0x2f6891(0x10b),'insertColumnRight':'درج\x20ستون\x20در\x20راست','deleteRow':_0x2f6891(0x11b),'deleteColumn':_0x2f6891(0x12b),'deleteTable':_0x2f6891(0xf0),'distributeRows':_0x2f6891(0x107),'distributeColumns':_0x2f6891(0x101),'resetColor':_0x2f6891(0x11f)},'editorToolbar':{'mergeCells':_0x2f6891(0xee),'unmergeCells':_0x2f6891(0x123),'tableTheme':_0x2f6891(0x116),'tableLook':_0x2f6891(0x10c),'headerRow':_0x2f6891(0x11d),'footerRow':'ردیف\x20پاصفحه','bandedRows':_0x2f6891(0xfc),'bandedColumns':'ستون‌های\x20نواری','firstColumn':_0x2f6891(0x119),'lastColumn':_0x2f6891(0x11c),'bestMatch':_0x2f6891(0x100),'light':_0x2f6891(0x110),'medium':_0x2f6891(0xeb),'minimal':_0x2f6891(0x10e),'cellBackground':_0x2f6891(0x132),'allBorders':_0x2f6891(0x109),'tableBackgroundColor':'رنگ\x20پس‌زمینه\x20جدول','border':_0x2f6891(0x112),'tableBorderColor':_0x2f6891(0x133),'borderWidth':_0x2f6891(0x122),'borderStyle':_0x2f6891(0x131),'borderStyleSolid':'یکپارچه','borderStyleDash':'خط‌چین','borderStyleDot':_0x2f6891(0x108),'borderStyleDashDot':_0x2f6891(0x134),'borderPresetAll':_0x2f6891(0x109),'borderPresetInner':_0x2f6891(0x114),'borderPresetOuter':_0x2f6891(0x126),'borderPresetTop':_0x2f6891(0xf3),'borderPresetBottom':'حاشیه\x20پایین','borderPresetLeft':_0x2f6891(0xf2),'borderPresetRight':_0x2f6891(0xff),'borderPresetInnerHorizontal':_0x2f6891(0x10d),'borderPresetInnerVertical':'حاشیه\x20عمودی\x20داخلی','noBorder':_0x2f6891(0x135),'none':'هیچ','fontFamily':_0x2f6891(0xf6),'fontSize':'اندازه\x20قلم','textFormat':_0x2f6891(0x106),'textColor':_0x2f6891(0x11a),'textBackgroundColor':_0x2f6891(0x12d),'bold':_0x2f6891(0x117),'italic':'کج','underline':_0x2f6891(0x10f),'strikethrough':_0x2f6891(0x111),'horizontalAlign':_0x2f6891(0x12f),'verticalAlign':_0x2f6891(0xf5),'alignLeft':_0x2f6891(0xed),'alignCenter':_0x2f6891(0xf1),'alignRight':_0x2f6891(0xfd),'alignJustify':_0x2f6891(0xfe),'alignTop':_0x2f6891(0x103),'alignMiddle':_0x2f6891(0xec),'alignBottom':_0x2f6891(0x139)},'shapePanel':{'fill':{'noFill':_0x2f6891(0x136),'solidFill':_0x2f6891(0xfa),'gradientFill':_0x2f6891(0xf4),'pictureFill':_0x2f6891(0xef),'color':_0x2f6891(0x121),'transparency':_0x2f6891(0x137),'picture':{'source':_0x2f6891(0x128),'insert':_0x2f6891(0xfb)}}}}};module[_0x2f6891(0x12c)]=e;
@@ -1 +1 @@
1
- const _0x4240a2=_0x5407;function _0x4e5d(){const _0x33b6a5=['Couleur\x20de\x20bordure','Insérer','Apparence\x20du\x20tableau','Clair','Insérer\x20une\x20ligne\x20au-dessus','3465qcLmzx','Bordure\x20supérieure','Source\x20de\x20l’image','Meilleure\x20correspondance','Bordure','Toutes\x20les\x20bordures','Ligne\x20de\x20pied','Bordure\x20droite','Bordures\x20intérieures','Insérer\x20une\x20ligne\x20en\x20dessous','Dernière\x20colonne','Supprimer\x20la\x20colonne','Barré','Aucune\x20bordure','Bordure\x20horizontale\x20intérieure','Centrer','Transparence','Plein','1030290bRAiGX','68984zClDRq','Colonnes\x20alternées','Aligner\x20à\x20droite','Bordure\x20verticale\x20intérieure','Ligne\x20d’en-tête','Couleur','383ivFkHa','Insérer\x20une\x20colonne\x20à\x20gauche','Moyen','1566ykZHMt','Épaisseur\x20de\x20bordure','Image','Souligné','Tiret','Lignes\x20alternées','812IrUkMy','502815zLrvAP','Alignement\x20vertical','Aligner\x20en\x20haut','Répartir\x20les\x20colonnes','105480gGZYVu','63kNHaDA','Supprimer\x20la\x20ligne','Alignement\x20horizontal','Tiret-point','Couleur\x20d’arrière-plan\x20du\x20tableau','exports','Insérer\x20une\x20image','1265250jdrxfz','Bordure\x20inférieure','Couleur\x20d’arrière-plan\x20du\x20texte','Thème\x20de\x20tableau','Aligner\x20en\x20bas','Police','Insérer\x20une\x20colonne\x20à\x20droite','Supprimer\x20le\x20tableau','Répartir\x20les\x20lignes','Style\x20de\x20bordure'];_0x4e5d=function(){return _0x33b6a5;};return _0x4e5d();}(function(_0x233371,_0x5ba45a){const _0x58a061=_0x5407,_0x537fb9=_0x233371();while(!![]){try{const _0x523af3=-parseInt(_0x58a061(0x1b5))/0x1*(parseInt(_0x58a061(0x1be))/0x2)+parseInt(_0x58a061(0x1bf))/0x3+-parseInt(_0x58a061(0x185))/0x4+parseInt(_0x58a061(0x1ae))/0x5+parseInt(_0x58a061(0x1b8))/0x6*(parseInt(_0x58a061(0x19c))/0x7)+parseInt(_0x58a061(0x1af))/0x8*(-parseInt(_0x58a061(0x186))/0x9)+-parseInt(_0x58a061(0x18d))/0xa;if(_0x523af3===_0x5ba45a)break;else _0x537fb9['push'](_0x537fb9['shift']());}catch(_0x51e863){_0x537fb9['push'](_0x537fb9['shift']());}}}(_0x4e5d,0x20bd8));function _0x5407(_0x216af1,_0xbabf5b){_0x216af1=_0x216af1-0x185;const _0x4e5ddb=_0x4e5d();let _0x5407f2=_0x4e5ddb[_0x216af1];return _0x5407f2;}const e={'boards-table-ui':{'contextMenu':{'insert':_0x4240a2(0x198),'delete':'Supprimer','distribute':'Répartir','insertRowAbove':_0x4240a2(0x19b),'insertRowBelow':_0x4240a2(0x1a5),'insertColumnLeft':_0x4240a2(0x1b6),'insertColumnRight':_0x4240a2(0x193),'deleteRow':_0x4240a2(0x187),'deleteColumn':_0x4240a2(0x1a7),'deleteTable':_0x4240a2(0x194),'distributeRows':_0x4240a2(0x195),'distributeColumns':_0x4240a2(0x1c2),'resetColor':'Réinitialiser\x20la\x20couleur'},'editorToolbar':{'mergeCells':'Fusionner\x20les\x20cellules','unmergeCells':'Annuler\x20la\x20fusion\x20des\x20cellules','tableTheme':_0x4240a2(0x190),'tableLook':_0x4240a2(0x199),'headerRow':_0x4240a2(0x1b3),'footerRow':_0x4240a2(0x1a2),'bandedRows':_0x4240a2(0x1bd),'bandedColumns':_0x4240a2(0x1b0),'firstColumn':'Première\x20colonne','lastColumn':_0x4240a2(0x1a6),'bestMatch':_0x4240a2(0x19f),'light':_0x4240a2(0x19a),'medium':_0x4240a2(0x1b7),'minimal':'Minimal','cellBackground':'Arrière-plan\x20de\x20cellule','allBorders':_0x4240a2(0x1a1),'tableBackgroundColor':_0x4240a2(0x18a),'border':_0x4240a2(0x1a0),'tableBorderColor':_0x4240a2(0x197),'borderWidth':_0x4240a2(0x1b9),'borderStyle':_0x4240a2(0x196),'borderStyleSolid':_0x4240a2(0x1ad),'borderStyleDash':_0x4240a2(0x1bc),'borderStyleDot':'Pointillé','borderStyleDashDot':_0x4240a2(0x189),'borderPresetAll':'Toutes\x20les\x20bordures','borderPresetInner':_0x4240a2(0x1a4),'borderPresetOuter':'Bordures\x20extérieures','borderPresetTop':_0x4240a2(0x19d),'borderPresetBottom':_0x4240a2(0x18e),'borderPresetLeft':'Bordure\x20gauche','borderPresetRight':_0x4240a2(0x1a3),'borderPresetInnerHorizontal':_0x4240a2(0x1aa),'borderPresetInnerVertical':_0x4240a2(0x1b2),'noBorder':_0x4240a2(0x1a9),'none':'Aucun','fontFamily':_0x4240a2(0x192),'fontSize':'Taille\x20de\x20police','textFormat':'Format\x20de\x20texte','textColor':'Couleur\x20du\x20texte','textBackgroundColor':_0x4240a2(0x18f),'bold':'Gras','italic':'Italique','underline':_0x4240a2(0x1bb),'strikethrough':_0x4240a2(0x1a8),'horizontalAlign':_0x4240a2(0x188),'verticalAlign':_0x4240a2(0x1c0),'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x4240a2(0x1ab),'alignRight':_0x4240a2(0x1b1),'alignJustify':'Justifier','alignTop':_0x4240a2(0x1c1),'alignMiddle':'Centrer\x20verticalement','alignBottom':_0x4240a2(0x191)},'shapePanel':{'fill':{'noFill':'Aucun\x20remplissage','solidFill':'Uni','gradientFill':'Dégradé','pictureFill':_0x4240a2(0x1ba),'color':_0x4240a2(0x1b4),'transparency':_0x4240a2(0x1ac),'picture':{'source':_0x4240a2(0x19e),'insert':_0x4240a2(0x18c)}}}}};module[_0x4240a2(0x18b)]=e;
1
+ const _0x30dacb=_0x26d9;function _0x26d9(_0x491704,_0x4dd1ba){_0x491704=_0x491704-0x76;const _0x1099ad=_0x1099();let _0x26d960=_0x1099ad[_0x491704];return _0x26d960;}function _0x1099(){const _0x473af6=['Italique','Aligner\x20à\x20droite','Pointillé','286980KmXNTQ','Insérer\x20une\x20colonne\x20à\x20gauche','Arrière-plan\x20de\x20cellule','Clair','Source\x20de\x20l’image','Couleur\x20d’arrière-plan\x20du\x20texte','Supprimer\x20le\x20tableau','Bordures\x20extérieures','1158948FiqUNh','Transparence','Minimal','Réduire','Supprimer','Bordure\x20inférieure','14201xFLtyM','Tiret','Répartir\x20les\x20lignes','Bordure\x20supérieure','Insérer\x20une\x20ligne\x20au-dessus','Colonnes\x20alternées','Développer','Image','Bordure\x20horizontale\x20intérieure','Format\x20de\x20texte','Ligne\x20de\x20pied','Apparence\x20du\x20tableau','83994dTmmYx','56Lottgk','Lignes\x20alternées','Retour','Police','Justifier','Aligner\x20en\x20haut','Dégradé','Sélectionner\x20une\x20cellule','3643544BlENBH','104fVGxbL','2743326qyaEOC','Répartir\x20les\x20colonnes','Souligné','Bordure\x20gauche','Répartir','Tiret-point','Bordure','Aligner\x20à\x20gauche','2157500FjuXCw','Styles','Insérer','Style\x20de\x20bordure','Aucune\x20bordure','Supprimer\x20la\x20colonne','Dernière\x20colonne','Réinitialiser\x20la\x20couleur','180mMpRsC','Sélectionner\x20une\x20colonne','Insérer\x20une\x20image','Alignement\x20horizontal','Toutes\x20les\x20bordures','Barré','Couleur\x20d’arrière-plan\x20du\x20tableau','Première\x20colonne','Supprimer\x20la\x20ligne','Couleur\x20du\x20texte','Aligner\x20en\x20bas','Meilleure\x20correspondance','Fermer','Disposition','Aucun','Alignement\x20vertical','Plein','Annuler\x20la\x20fusion\x20des\x20cellules','Taille\x20de\x20police','Centrer\x20verticalement','Bordure\x20verticale\x20intérieure'];_0x1099=function(){return _0x473af6;};return _0x1099();}(function(_0xd72230,_0x430523){const _0x302db4=_0x26d9,_0x3ba81d=_0xd72230();while(!![]){try{const _0x5159d2=parseInt(_0x302db4(0x90))/0x1*(-parseInt(_0x302db4(0xa6))/0x2)+-parseInt(_0x302db4(0x9c))/0x3*(-parseInt(_0x302db4(0x9d))/0x4)+parseInt(_0x302db4(0xaf))/0x5+parseInt(_0x302db4(0xa7))/0x6+-parseInt(_0x302db4(0x8a))/0x7+-parseInt(_0x302db4(0xa5))/0x8+-parseInt(_0x302db4(0xb7))/0x9*(-parseInt(_0x302db4(0x82))/0xa);if(_0x5159d2===_0x430523)break;else _0x3ba81d['push'](_0x3ba81d['shift']());}catch(_0x128640){_0x3ba81d['push'](_0x3ba81d['shift']());}}}(_0x1099,0x78e5a));const e={'boards-table-ui':{'mobile':{'cellStyle':'Style\x20de\x20cellule','selectColumn':_0x30dacb(0xb8),'operations':_0x30dacb(0x77),'selectCell':_0x30dacb(0xa4),'edit':_0x30dacb(0xb0),'close':_0x30dacb(0x76),'expand':_0x30dacb(0x96),'collapse':_0x30dacb(0x8d),'back':_0x30dacb(0x9f)},'contextMenu':{'insert':_0x30dacb(0xb1),'delete':_0x30dacb(0x8e),'distribute':_0x30dacb(0xab),'insertRowAbove':_0x30dacb(0x94),'insertRowBelow':'Insérer\x20une\x20ligne\x20en\x20dessous','insertColumnLeft':_0x30dacb(0x83),'insertColumnRight':'Insérer\x20une\x20colonne\x20à\x20droite','deleteRow':_0x30dacb(0xbf),'deleteColumn':_0x30dacb(0xb4),'deleteTable':_0x30dacb(0x88),'distributeRows':_0x30dacb(0x92),'distributeColumns':_0x30dacb(0xa8),'resetColor':_0x30dacb(0xb6)},'editorToolbar':{'mergeCells':'Fusionner\x20les\x20cellules','unmergeCells':_0x30dacb(0x7b),'tableTheme':'Thème\x20de\x20tableau','tableLook':_0x30dacb(0x9b),'headerRow':'Ligne\x20d’en-tête','footerRow':_0x30dacb(0x9a),'bandedRows':_0x30dacb(0x9e),'bandedColumns':_0x30dacb(0x95),'firstColumn':_0x30dacb(0xbe),'lastColumn':_0x30dacb(0xb5),'bestMatch':_0x30dacb(0xc2),'light':_0x30dacb(0x85),'medium':'Moyen','minimal':_0x30dacb(0x8c),'cellBackground':_0x30dacb(0x84),'allBorders':'Toutes\x20les\x20bordures','tableBackgroundColor':_0x30dacb(0xbd),'border':_0x30dacb(0xad),'tableBorderColor':'Couleur\x20de\x20bordure','borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':_0x30dacb(0xb2),'borderStyleSolid':_0x30dacb(0x7a),'borderStyleDash':_0x30dacb(0x91),'borderStyleDot':_0x30dacb(0x81),'borderStyleDashDot':_0x30dacb(0xac),'borderPresetAll':_0x30dacb(0xbb),'borderPresetInner':'Bordures\x20intérieures','borderPresetOuter':_0x30dacb(0x89),'borderPresetTop':_0x30dacb(0x93),'borderPresetBottom':_0x30dacb(0x8f),'borderPresetLeft':_0x30dacb(0xaa),'borderPresetRight':'Bordure\x20droite','borderPresetInnerHorizontal':_0x30dacb(0x98),'borderPresetInnerVertical':_0x30dacb(0x7e),'noBorder':_0x30dacb(0xb3),'none':_0x30dacb(0x78),'fontFamily':_0x30dacb(0xa0),'fontSize':_0x30dacb(0x7c),'textFormat':_0x30dacb(0x99),'textColor':_0x30dacb(0xc0),'textBackgroundColor':_0x30dacb(0x87),'bold':'Gras','italic':_0x30dacb(0x7f),'underline':_0x30dacb(0xa9),'strikethrough':_0x30dacb(0xbc),'horizontalAlign':_0x30dacb(0xba),'verticalAlign':_0x30dacb(0x79),'alignLeft':_0x30dacb(0xae),'alignCenter':'Centrer','alignRight':_0x30dacb(0x80),'alignJustify':_0x30dacb(0xa1),'alignTop':_0x30dacb(0xa2),'alignMiddle':_0x30dacb(0x7d),'alignBottom':_0x30dacb(0xc1)},'shapePanel':{'fill':{'noFill':'Aucun\x20remplissage','solidFill':'Uni','gradientFill':_0x30dacb(0xa3),'pictureFill':_0x30dacb(0x97),'color':'Couleur','transparency':_0x30dacb(0x8b),'picture':{'source':_0x30dacb(0x86),'insert':_0x30dacb(0xb9)}}}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x2e27(_0x4e573b,_0x540cd4){_0x4e573b=_0x4e573b-0x89;const _0x53a096=_0x53a0();let _0x2e2701=_0x53a096[_0x4e573b];return _0x2e2701;}const _0x4a065b=_0x2e27;(function(_0x4bbe8c,_0x498117){const _0x50ba6b=_0x2e27,_0xe1a56=_0x4bbe8c();while(!![]){try{const _0x50287c=parseInt(_0x50ba6b(0xc6))/0x1*(parseInt(_0x50ba6b(0xa0))/0x2)+-parseInt(_0x50ba6b(0xcb))/0x3+parseInt(_0x50ba6b(0xb7))/0x4+-parseInt(_0x50ba6b(0xb8))/0x5+parseInt(_0x50ba6b(0xae))/0x6+-parseInt(_0x50ba6b(0x8b))/0x7+parseInt(_0x50ba6b(0xa1))/0x8;if(_0x50287c===_0x498117)break;else _0xe1a56['push'](_0xe1a56['shift']());}catch(_0x2db37f){_0xe1a56['push'](_0xe1a56['shift']());}}}(_0x53a0,0xf0648));function _0x53a0(){const _0x2a0183=['Sisipkan\x20gambar','Atur\x20ulang\x20warna','Pisahkan\x20sel','Lebar\x20batas','Miring','Format\x20teks','Kolom\x20pertama','Coret','Sisipkan\x20kolom\x20kiri','Garis\x20bawah','2KyzMaD','20404872CFACTh','Distribusikan\x20baris','Sisipkan','Rata\x20kiri\x20kanan','Gaya\x20batas','Minimal','Baris\x20footer','exports','Kolom\x20berpita','Sisipkan\x20baris\x20di\x20bawah','Warna','Batas\x20atas','Warna\x20batas','6302508KgRoXm','Tidak\x20ada','Tema\x20tabel','Sisipkan\x20baris\x20di\x20atas','Batas','Warna\x20latar\x20tabel','Distribusikan','Garis\x20titik','Hapus','3732684IswLHL','8898005kcLkxe','Rata\x20bawah','Hapus\x20kolom','Batas\x20bawah','Warna\x20teks','Tanpa\x20batas','Transparansi','Batas\x20kiri','Garis\x20putus','Sisipkan\x20kolom\x20kanan','Rata\x20atas','Distribusikan\x20kolom','Baris\x20berpita','Semua\x20batas','452318OXGKRB','Ukuran\x20font','Sedang','Baris\x20header','Batas\x20dalam','3409104hTgXpI','Kolom\x20terakhir','Sumber\x20gambar','Jenis\x20font','Warna\x20latar\x20teks','Titik','Kecocokan\x20terbaik','Batas\x20luar','7601293Jgnlud','Rata\x20horizontal','Latar\x20sel','Batas\x20horizontal\x20dalam','Hapus\x20baris','Rata\x20vertikal','Tebal','Hapus\x20tabel','Gradien','Solid','Rata\x20kanan'];_0x53a0=function(){return _0x2a0183;};return _0x53a0();}const e={'boards-table-ui':{'contextMenu':{'insert':_0x4a065b(0xa3),'delete':_0x4a065b(0xb6),'distribute':_0x4a065b(0xb4),'insertRowAbove':_0x4a065b(0xb1),'insertRowBelow':_0x4a065b(0xaa),'insertColumnLeft':_0x4a065b(0x9e),'insertColumnRight':_0x4a065b(0xc1),'deleteRow':_0x4a065b(0x8f),'deleteColumn':_0x4a065b(0xba),'deleteTable':_0x4a065b(0x92),'distributeRows':_0x4a065b(0xa2),'distributeColumns':_0x4a065b(0xc3),'resetColor':_0x4a065b(0x97)},'editorToolbar':{'mergeCells':'Gabungkan\x20sel','unmergeCells':_0x4a065b(0x98),'tableTheme':_0x4a065b(0xb0),'tableLook':'Tampilan\x20tabel','headerRow':_0x4a065b(0xc9),'footerRow':_0x4a065b(0xa7),'bandedRows':_0x4a065b(0xc4),'bandedColumns':_0x4a065b(0xa9),'firstColumn':_0x4a065b(0x9c),'lastColumn':_0x4a065b(0xcc),'bestMatch':_0x4a065b(0x89),'light':'Terang','medium':_0x4a065b(0xc8),'minimal':_0x4a065b(0xa6),'cellBackground':_0x4a065b(0x8d),'allBorders':_0x4a065b(0xc5),'tableBackgroundColor':_0x4a065b(0xb3),'border':_0x4a065b(0xb2),'tableBorderColor':_0x4a065b(0xad),'borderWidth':_0x4a065b(0x99),'borderStyle':_0x4a065b(0xa5),'borderStyleSolid':_0x4a065b(0x94),'borderStyleDash':_0x4a065b(0xc0),'borderStyleDot':_0x4a065b(0xd0),'borderStyleDashDot':_0x4a065b(0xb5),'borderPresetAll':_0x4a065b(0xc5),'borderPresetInner':_0x4a065b(0xca),'borderPresetOuter':_0x4a065b(0x8a),'borderPresetTop':_0x4a065b(0xac),'borderPresetBottom':_0x4a065b(0xbb),'borderPresetLeft':_0x4a065b(0xbf),'borderPresetRight':'Batas\x20kanan','borderPresetInnerHorizontal':_0x4a065b(0x8e),'borderPresetInnerVertical':'Batas\x20vertikal\x20dalam','noBorder':_0x4a065b(0xbd),'none':_0x4a065b(0xaf),'fontFamily':_0x4a065b(0xce),'fontSize':_0x4a065b(0xc7),'textFormat':_0x4a065b(0x9b),'textColor':_0x4a065b(0xbc),'textBackgroundColor':_0x4a065b(0xcf),'bold':_0x4a065b(0x91),'italic':_0x4a065b(0x9a),'underline':_0x4a065b(0x9f),'strikethrough':_0x4a065b(0x9d),'horizontalAlign':_0x4a065b(0x8c),'verticalAlign':_0x4a065b(0x90),'alignLeft':'Rata\x20kiri','alignCenter':'Rata\x20tengah','alignRight':_0x4a065b(0x95),'alignJustify':_0x4a065b(0xa4),'alignTop':_0x4a065b(0xc2),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':_0x4a065b(0xb9)},'shapePanel':{'fill':{'noFill':'Tanpa\x20isian','solidFill':'Solid','gradientFill':_0x4a065b(0x93),'pictureFill':'Gambar','color':_0x4a065b(0xab),'transparency':_0x4a065b(0xbe),'picture':{'source':_0x4a065b(0xcd),'insert':_0x4a065b(0x96)}}}}};module[_0x4a065b(0xa8)]=e;
1
+ const _0x5a38db=_0x38eb;(function(_0x261735,_0x32a5bc){const _0x10c3f8=_0x38eb,_0x4c8c39=_0x261735();while(!![]){try{const _0xc11cd3=-parseInt(_0x10c3f8(0xea))/0x1+parseInt(_0x10c3f8(0xef))/0x2*(-parseInt(_0x10c3f8(0xfd))/0x3)+-parseInt(_0x10c3f8(0xfe))/0x4*(parseInt(_0x10c3f8(0x123))/0x5)+parseInt(_0x10c3f8(0x120))/0x6+-parseInt(_0x10c3f8(0xe4))/0x7*(-parseInt(_0x10c3f8(0x108))/0x8)+-parseInt(_0x10c3f8(0x11f))/0x9*(parseInt(_0x10c3f8(0xee))/0xa)+parseInt(_0x10c3f8(0x107))/0xb;if(_0xc11cd3===_0x32a5bc)break;else _0x4c8c39['push'](_0x4c8c39['shift']());}catch(_0x2c943e){_0x4c8c39['push'](_0x4c8c39['shift']());}}}(_0x429a,0xb712e));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x5a38db(0xe6),'selectColumn':'Pilih\x20kolom','operations':'Tata\x20Letak','selectCell':_0x5a38db(0x11c),'edit':_0x5a38db(0x116),'close':'Tutup','expand':'Perluas','collapse':_0x5a38db(0xe7),'back':_0x5a38db(0x106)},'contextMenu':{'insert':_0x5a38db(0x112),'delete':_0x5a38db(0x121),'distribute':'Distribusikan','insertRowAbove':'Sisipkan\x20baris\x20di\x20atas','insertRowBelow':_0x5a38db(0xed),'insertColumnLeft':_0x5a38db(0xf6),'insertColumnRight':_0x5a38db(0x10a),'deleteRow':'Hapus\x20baris','deleteColumn':'Hapus\x20kolom','deleteTable':_0x5a38db(0xf3),'distributeRows':_0x5a38db(0x11b),'distributeColumns':_0x5a38db(0x101),'resetColor':_0x5a38db(0xe9)},'editorToolbar':{'mergeCells':'Gabungkan\x20sel','unmergeCells':_0x5a38db(0x119),'tableTheme':'Tema\x20tabel','tableLook':_0x5a38db(0xe5),'headerRow':_0x5a38db(0x118),'footerRow':'Baris\x20footer','bandedRows':_0x5a38db(0xff),'bandedColumns':'Kolom\x20berpita','firstColumn':_0x5a38db(0xe8),'lastColumn':'Kolom\x20terakhir','bestMatch':'Kecocokan\x20terbaik','light':_0x5a38db(0x104),'medium':'Sedang','minimal':'Minimal','cellBackground':'Latar\x20sel','allBorders':'Semua\x20batas','tableBackgroundColor':_0x5a38db(0x10c),'border':_0x5a38db(0x114),'tableBorderColor':_0x5a38db(0x11a),'borderWidth':_0x5a38db(0xfb),'borderStyle':_0x5a38db(0xf2),'borderStyleSolid':_0x5a38db(0x103),'borderStyleDash':'Garis\x20putus','borderStyleDot':_0x5a38db(0xec),'borderStyleDashDot':'Garis\x20titik','borderPresetAll':_0x5a38db(0xf7),'borderPresetInner':_0x5a38db(0x10e),'borderPresetOuter':_0x5a38db(0xf8),'borderPresetTop':_0x5a38db(0x10f),'borderPresetBottom':'Batas\x20bawah','borderPresetLeft':_0x5a38db(0x10d),'borderPresetRight':_0x5a38db(0x102),'borderPresetInnerHorizontal':'Batas\x20horizontal\x20dalam','borderPresetInnerVertical':_0x5a38db(0x100),'noBorder':_0x5a38db(0xf5),'none':_0x5a38db(0x125),'fontFamily':_0x5a38db(0x105),'fontSize':'Ukuran\x20font','textFormat':_0x5a38db(0x127),'textColor':_0x5a38db(0x115),'textBackgroundColor':_0x5a38db(0xfa),'bold':'Tebal','italic':_0x5a38db(0x110),'underline':_0x5a38db(0x124),'strikethrough':_0x5a38db(0xf1),'horizontalAlign':_0x5a38db(0xeb),'verticalAlign':'Rata\x20vertikal','alignLeft':_0x5a38db(0x122),'alignCenter':'Rata\x20tengah','alignRight':_0x5a38db(0xf4),'alignJustify':_0x5a38db(0x113),'alignTop':_0x5a38db(0x11d),'alignMiddle':_0x5a38db(0x109),'alignBottom':_0x5a38db(0x117)},'shapePanel':{'fill':{'noFill':_0x5a38db(0x126),'solidFill':_0x5a38db(0x103),'gradientFill':_0x5a38db(0x11e),'pictureFill':_0x5a38db(0x111),'color':_0x5a38db(0xf9),'transparency':_0x5a38db(0xfc),'picture':{'source':_0x5a38db(0xf0),'insert':_0x5a38db(0x10b)}}}}};function _0x38eb(_0x173906,_0x428bc6){_0x173906=_0x173906-0xe4;const _0x429a27=_0x429a();let _0x38eb52=_0x429a27[_0x173906];return _0x38eb52;}module['exports']=e;function _0x429a(){const _0x40dd1c=['Format\x20teks','287217PEmdzT','Tampilan\x20tabel','Gaya\x20sel','Ciutkan','Kolom\x20pertama','Atur\x20ulang\x20warna','833598cuJQIN','Rata\x20horizontal','Titik','Sisipkan\x20baris\x20di\x20bawah','6136220BsrvHJ','690202WjmhmA','Sumber\x20gambar','Coret','Gaya\x20batas','Hapus\x20tabel','Rata\x20kanan','Tanpa\x20batas','Sisipkan\x20kolom\x20kiri','Semua\x20batas','Batas\x20luar','Warna','Warna\x20latar\x20teks','Lebar\x20batas','Transparansi','3xzHifw','4QmiOiG','Baris\x20berpita','Batas\x20vertikal\x20dalam','Distribusikan\x20kolom','Batas\x20kanan','Solid','Terang','Jenis\x20font','Kembali','28137901SzBKqv','192LenuaL','Rata\x20tengah\x20vertikal','Sisipkan\x20kolom\x20kanan','Sisipkan\x20gambar','Warna\x20latar\x20tabel','Batas\x20kiri','Batas\x20dalam','Batas\x20atas','Miring','Gambar','Sisipkan','Rata\x20kiri\x20kanan','Batas','Warna\x20teks','Gaya','Rata\x20bawah','Baris\x20header','Pisahkan\x20sel','Warna\x20batas','Distribusikan\x20baris','Pilih\x20sel','Rata\x20atas','Gradien','9HcJLVh','396192LxQuJS','Hapus','Rata\x20kiri','5332880DeNARx','Garis\x20bawah','Tidak\x20ada','Tanpa\x20isian'];_0x429a=function(){return _0x40dd1c;};return _0x429a();}
@@ -1 +1 @@
1
- function _0x5977(_0xfa7bd0,_0x36b426){_0xfa7bd0=_0xfa7bd0-0x195;const _0x2d8b06=_0x2d8b();let _0x597722=_0x2d8b06[_0xfa7bd0];return _0x597722;}function _0x2d8b(){const _0x59c696=['Bordo\x20superiore','Elimina\x20colonna','Bordo','Corrispondenza\x20migliore','Inserisci\x20riga\x20sotto','Ultima\x20colonna','exports','Bordo\x20destro','20sfYdWH','Colore\x20bordo','Inserisci','Bordo\x20sinistro','20412pHjdAS','Trasparenza','Nessuno','Punteggiato','Sfondo\x20cella','Tutti\x20i\x20bordi','Tratto\x20punto','57utnSfv','Grassetto','Inserisci\x20colonna\x20a\x20sinistra','Inserisci\x20colonna\x20a\x20destra','Allinea\x20a\x20destra','Nessun\x20riempimento','Riga\x20intestazione','Colore\x20testo','Famiglia\x20font','Prima\x20colonna','299872kNNuDk','Medio','Barrato','Bordo\x20orizzontale\x20interno','Distribuisci\x20righe','Formato\x20testo','Bordo\x20inferiore','Larghezza\x20bordo','567372QtfQnZ','78728CRQWYy','Elimina\x20riga','Sfumatura','Dimensione\x20font','Riga\x20piè\x20di\x20pagina','Reimposta\x20colore','2567349EadfnO','Distribuisci\x20colonne','415HtgLkH','Giustifica','15386162DDEaVO','Allinea\x20al\x20centro','Allinea\x20in\x20basso','Stile\x20bordo','Separa\x20celle','Nessun\x20bordo','Bordo\x20verticale\x20interno','Elimina\x20tabella','Allinea\x20in\x20alto','Inserisci\x20immagine','Allineamento\x20orizzontale','Colore\x20sfondo\x20tabella','Minimo','Sottolineato','Solido','28jpWcDI','Allinea\x20a\x20sinistra','Immagine','618808mbjcGZ','Colonne\x20alternate'];_0x2d8b=function(){return _0x59c696;};return _0x2d8b();}const _0x299159=_0x5977;(function(_0x46d2f6,_0xd326bb){const _0x5203f1=_0x5977,_0x5d516a=_0x46d2f6();while(!![]){try{const _0xeea94b=parseInt(_0x5203f1(0x19f))/0x1+-parseInt(_0x5203f1(0x1c6))/0x2+-parseInt(_0x5203f1(0x1b4))/0x3*(-parseInt(_0x5203f1(0x1c7))/0x4)+parseInt(_0x5203f1(0x1cf))/0x5*(parseInt(_0x5203f1(0x1ad))/0x6)+parseInt(_0x5203f1(0x19c))/0x7*(parseInt(_0x5203f1(0x1be))/0x8)+-parseInt(_0x5203f1(0x1cd))/0x9*(-parseInt(_0x5203f1(0x1a9))/0xa)+-parseInt(_0x5203f1(0x1d1))/0xb;if(_0xeea94b===_0xd326bb)break;else _0x5d516a['push'](_0x5d516a['shift']());}catch(_0xdfb68f){_0x5d516a['push'](_0x5d516a['shift']());}}}(_0x2d8b,0x4c74a));const e={'boards-table-ui':{'contextMenu':{'insert':_0x299159(0x1ab),'delete':'Elimina','distribute':'Distribuisci','insertRowAbove':'Inserisci\x20riga\x20sopra','insertRowBelow':_0x299159(0x1a5),'insertColumnLeft':_0x299159(0x1b6),'insertColumnRight':_0x299159(0x1b7),'deleteRow':_0x299159(0x1c8),'deleteColumn':_0x299159(0x1a2),'deleteTable':_0x299159(0x1d8),'distributeRows':_0x299159(0x1c2),'distributeColumns':_0x299159(0x1ce),'resetColor':_0x299159(0x1cc)},'editorToolbar':{'mergeCells':'Unisci\x20celle','unmergeCells':_0x299159(0x1d5),'tableTheme':'Tema\x20tabella','tableLook':'Aspetto\x20tabella','headerRow':_0x299159(0x1ba),'footerRow':_0x299159(0x1cb),'bandedRows':'Righe\x20alternate','bandedColumns':_0x299159(0x1a0),'firstColumn':_0x299159(0x1bd),'lastColumn':_0x299159(0x1a6),'bestMatch':_0x299159(0x1a4),'light':'Chiaro','medium':_0x299159(0x1bf),'minimal':_0x299159(0x199),'cellBackground':_0x299159(0x1b1),'allBorders':_0x299159(0x1b2),'tableBackgroundColor':_0x299159(0x198),'border':_0x299159(0x1a3),'tableBorderColor':_0x299159(0x1aa),'borderWidth':_0x299159(0x1c5),'borderStyle':_0x299159(0x1d4),'borderStyleSolid':_0x299159(0x19b),'borderStyleDash':'Tratteggio','borderStyleDot':_0x299159(0x1b0),'borderStyleDashDot':_0x299159(0x1b3),'borderPresetAll':_0x299159(0x1b2),'borderPresetInner':'Bordi\x20interni','borderPresetOuter':'Bordi\x20esterni','borderPresetTop':_0x299159(0x1a1),'borderPresetBottom':_0x299159(0x1c4),'borderPresetLeft':_0x299159(0x1ac),'borderPresetRight':_0x299159(0x1a8),'borderPresetInnerHorizontal':_0x299159(0x1c1),'borderPresetInnerVertical':_0x299159(0x1d7),'noBorder':_0x299159(0x1d6),'none':_0x299159(0x1af),'fontFamily':_0x299159(0x1bc),'fontSize':_0x299159(0x1ca),'textFormat':_0x299159(0x1c3),'textColor':_0x299159(0x1bb),'textBackgroundColor':'Colore\x20sfondo\x20testo','bold':_0x299159(0x1b5),'italic':'Corsivo','underline':_0x299159(0x19a),'strikethrough':_0x299159(0x1c0),'horizontalAlign':_0x299159(0x197),'verticalAlign':'Allineamento\x20verticale','alignLeft':_0x299159(0x19d),'alignCenter':_0x299159(0x1d2),'alignRight':_0x299159(0x1b8),'alignJustify':_0x299159(0x1d0),'alignTop':_0x299159(0x195),'alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignBottom':_0x299159(0x1d3)},'shapePanel':{'fill':{'noFill':_0x299159(0x1b9),'solidFill':'Solido','gradientFill':_0x299159(0x1c9),'pictureFill':_0x299159(0x19e),'color':'Colore','transparency':_0x299159(0x1ae),'picture':{'source':'Origine\x20immagine','insert':_0x299159(0x196)}}}}};module[_0x299159(0x1a7)]=e;
1
+ function _0x9263(_0x4db3d0,_0x58a068){_0x4db3d0=_0x4db3d0-0xfb;const _0x253e69=_0x253e();let _0x926315=_0x253e69[_0x4db3d0];return _0x926315;}function _0x253e(){const _0x3a2dd9=['Stile\x20bordo','Inserisci\x20colonna\x20a\x20sinistra','Allinea\x20in\x20basso','830Utojuw','600OIHGAt','Corsivo','Elimina\x20riga','exports','5156644RWEqAu','Separa\x20celle','Comprimi','Nessun\x20bordo','Allineamento\x20verticale','Allinea\x20al\x20centro','Inserisci\x20colonna\x20a\x20destra','Sottolineato','Bordo\x20verticale\x20interno','Bordo\x20destro','Origine\x20immagine','Minimo','Nessun\x20riempimento','Nessuno','Allinea\x20a\x20destra','Solido','8153019gtoVgU','Larghezza\x20bordo','Chiaro','Allinea\x20al\x20centro\x20verticalmente','1638633Mdyaow','Medio','Trasparenza','Layout','Stile\x20cella','Bordi\x20esterni','Elimina','Indietro','283584WSgfuW','145QQkLUJ','Grassetto','Colore\x20sfondo\x20testo','Espandi','Tutti\x20i\x20bordi','Giustifica','Elimina\x20tabella','Sfondo\x20cella','Tema\x20tabella','Bordo\x20inferiore','Stili','Riga\x20intestazione','Sfumatura','Colore\x20testo','294BWmYJI','Immagine','3642ClwWFo','Colore\x20sfondo\x20tabella','9023YVvzfl','Inserisci\x20riga\x20sopra','Bordo\x20orizzontale\x20interno','Distribuisci\x20colonne','Inserisci','Reimposta\x20colore','Ultima\x20colonna','Allinea\x20a\x20sinistra','Chiudi','238645lYtKCN','Bordo\x20superiore','Prima\x20colonna','Distribuisci','Seleziona\x20cella','Riga\x20piè\x20di\x20pagina','Famiglia\x20font','Bordo\x20sinistro','Righe\x20alternate','Colore'];_0x253e=function(){return _0x3a2dd9;};return _0x253e();}const _0x1f10fa=_0x9263;(function(_0x4401e,_0x4f99e6){const _0xf084c1=_0x9263,_0x2d2000=_0x4401e();while(!![]){try{const _0x464841=-parseInt(_0xf084c1(0x125))/0x1*(-parseInt(_0xf084c1(0x123))/0x2)+-parseInt(_0xf084c1(0x10c))/0x3+parseInt(_0xf084c1(0x142))/0x4+parseInt(_0xf084c1(0x115))/0x5*(-parseInt(_0xf084c1(0x114))/0x6)+-parseInt(_0xf084c1(0x127))/0x7*(parseInt(_0xf084c1(0x13e))/0x8)+-parseInt(_0xf084c1(0x108))/0x9+parseInt(_0xf084c1(0x13d))/0xa*(parseInt(_0xf084c1(0x130))/0xb);if(_0x464841===_0x4f99e6)break;else _0x2d2000['push'](_0x2d2000['shift']());}catch(_0xda5eb8){_0x2d2000['push'](_0x2d2000['shift']());}}}(_0x253e,0xac4fb));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x1f10fa(0x110),'selectColumn':'Seleziona\x20colonna','operations':_0x1f10fa(0x10f),'selectCell':_0x1f10fa(0x134),'edit':_0x1f10fa(0x11f),'close':_0x1f10fa(0x12f),'expand':_0x1f10fa(0x118),'collapse':_0x1f10fa(0x144),'back':_0x1f10fa(0x113)},'contextMenu':{'insert':_0x1f10fa(0x12b),'delete':_0x1f10fa(0x112),'distribute':_0x1f10fa(0x133),'insertRowAbove':_0x1f10fa(0x128),'insertRowBelow':'Inserisci\x20riga\x20sotto','insertColumnLeft':_0x1f10fa(0x13b),'insertColumnRight':_0x1f10fa(0xfe),'deleteRow':_0x1f10fa(0x140),'deleteColumn':'Elimina\x20colonna','deleteTable':_0x1f10fa(0x11b),'distributeRows':'Distribuisci\x20righe','distributeColumns':_0x1f10fa(0x12a),'resetColor':_0x1f10fa(0x12c)},'editorToolbar':{'mergeCells':'Unisci\x20celle','unmergeCells':_0x1f10fa(0x143),'tableTheme':_0x1f10fa(0x11d),'tableLook':'Aspetto\x20tabella','headerRow':_0x1f10fa(0x120),'footerRow':_0x1f10fa(0x135),'bandedRows':_0x1f10fa(0x138),'bandedColumns':'Colonne\x20alternate','firstColumn':_0x1f10fa(0x132),'lastColumn':_0x1f10fa(0x12d),'bestMatch':'Corrispondenza\x20migliore','light':_0x1f10fa(0x10a),'medium':_0x1f10fa(0x10d),'minimal':_0x1f10fa(0x103),'cellBackground':_0x1f10fa(0x11c),'allBorders':_0x1f10fa(0x119),'tableBackgroundColor':_0x1f10fa(0x126),'border':'Bordo','tableBorderColor':'Colore\x20bordo','borderWidth':_0x1f10fa(0x109),'borderStyle':_0x1f10fa(0x13a),'borderStyleSolid':_0x1f10fa(0x107),'borderStyleDash':'Tratteggio','borderStyleDot':'Punteggiato','borderStyleDashDot':'Tratto\x20punto','borderPresetAll':_0x1f10fa(0x119),'borderPresetInner':'Bordi\x20interni','borderPresetOuter':_0x1f10fa(0x111),'borderPresetTop':_0x1f10fa(0x131),'borderPresetBottom':_0x1f10fa(0x11e),'borderPresetLeft':_0x1f10fa(0x137),'borderPresetRight':_0x1f10fa(0x101),'borderPresetInnerHorizontal':_0x1f10fa(0x129),'borderPresetInnerVertical':_0x1f10fa(0x100),'noBorder':_0x1f10fa(0xfb),'none':_0x1f10fa(0x105),'fontFamily':_0x1f10fa(0x136),'fontSize':'Dimensione\x20font','textFormat':'Formato\x20testo','textColor':_0x1f10fa(0x122),'textBackgroundColor':_0x1f10fa(0x117),'bold':_0x1f10fa(0x116),'italic':_0x1f10fa(0x13f),'underline':_0x1f10fa(0xff),'strikethrough':'Barrato','horizontalAlign':'Allineamento\x20orizzontale','verticalAlign':_0x1f10fa(0xfc),'alignLeft':_0x1f10fa(0x12e),'alignCenter':_0x1f10fa(0xfd),'alignRight':_0x1f10fa(0x106),'alignJustify':_0x1f10fa(0x11a),'alignTop':'Allinea\x20in\x20alto','alignMiddle':_0x1f10fa(0x10b),'alignBottom':_0x1f10fa(0x13c)},'shapePanel':{'fill':{'noFill':_0x1f10fa(0x104),'solidFill':_0x1f10fa(0x107),'gradientFill':_0x1f10fa(0x121),'pictureFill':_0x1f10fa(0x124),'color':_0x1f10fa(0x139),'transparency':_0x1f10fa(0x10e),'picture':{'source':_0x1f10fa(0x102),'insert':'Inserisci\x20immagine'}}}}};module[_0x1f10fa(0x141)]=e;
@@ -1 +1 @@
1
- const _0x53317d=_0x25cb;(function(_0x33f940,_0x31ce4d){const _0x2fde67=_0x25cb,_0x4243b2=_0x33f940();while(!![]){try{const _0xbea24c=-parseInt(_0x2fde67(0xd3))/0x1*(-parseInt(_0x2fde67(0xd9))/0x2)+-parseInt(_0x2fde67(0xc7))/0x3*(-parseInt(_0x2fde67(0xe8))/0x4)+parseInt(_0x2fde67(0xf3))/0x5+-parseInt(_0x2fde67(0xf7))/0x6*(-parseInt(_0x2fde67(0xdf))/0x7)+parseInt(_0x2fde67(0xc5))/0x8+parseInt(_0x2fde67(0xd2))/0x9+-parseInt(_0x2fde67(0xcb))/0xa*(parseInt(_0x2fde67(0xf4))/0xb);if(_0xbea24c===_0x31ce4d)break;else _0x4243b2['push'](_0x4243b2['shift']());}catch(_0x1ae62c){_0x4243b2['push'](_0x4243b2['shift']());}}}(_0x52e8,0x6b1b1));function _0x52e8(){const _0x4c02e5=['13942iPsWIA','左罫線','下揃え','色をリセット','右揃え','透明度','159369gePRjJ','一点鎖線','罫線なし','水平方向の配置','罫線の色','均等配置','表を削除','右に列を挿入','セルの背景','4zwcHgy','下に行を挿入','中央揃え','行を均等に配置','表の外観','文字色','明るい','罫線の幅','上揃え','垂直方向の配置','上に行を挿入','2149685XLxvrh','1529jCCfzb','左に列を挿入','最適な組み合わせ','18OSWRsA','フォントサイズ','セルを結合','内側の罫線','1987456aNwgRQ','exports','876186QQQeIx','罫線のスタイル','内側の縦罫線','文字の背景色','148970CRPsut','表の背景色','画像ソース','上罫線','縞模様の行','塗りつぶしなし','見出し行','7275699ZdLMQE','95BoOZzl','列を均等に配置','下罫線','縞模様の列','両端揃え','上下中央揃え'];_0x52e8=function(){return _0x4c02e5;};return _0x52e8();}const e={'boards-table-ui':{'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x53317d(0xe4),'insertRowAbove':_0x53317d(0xf2),'insertRowBelow':_0x53317d(0xe9),'insertColumnLeft':_0x53317d(0xf5),'insertColumnRight':_0x53317d(0xe6),'deleteRow':'行を削除','deleteColumn':'列を削除','deleteTable':_0x53317d(0xe5),'distributeRows':_0x53317d(0xeb),'distributeColumns':_0x53317d(0xd4),'resetColor':_0x53317d(0xdc)},'editorToolbar':{'mergeCells':_0x53317d(0xc3),'unmergeCells':'セル結合を解除','tableTheme':'表のテーマ','tableLook':_0x53317d(0xec),'headerRow':_0x53317d(0xd1),'footerRow':'集計行','bandedRows':_0x53317d(0xcf),'bandedColumns':_0x53317d(0xd6),'firstColumn':'最初の列','lastColumn':'最後の列','bestMatch':_0x53317d(0xf6),'light':_0x53317d(0xee),'medium':'中間','minimal':'最小','cellBackground':_0x53317d(0xe7),'allBorders':'すべての罫線','tableBackgroundColor':_0x53317d(0xcc),'border':'罫線','tableBorderColor':_0x53317d(0xe3),'borderWidth':_0x53317d(0xef),'borderStyle':_0x53317d(0xc8),'borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x53317d(0xe0),'borderPresetAll':'すべての罫線','borderPresetInner':_0x53317d(0xc4),'borderPresetOuter':'外側の罫線','borderPresetTop':_0x53317d(0xce),'borderPresetBottom':_0x53317d(0xd5),'borderPresetLeft':_0x53317d(0xda),'borderPresetRight':'右罫線','borderPresetInnerHorizontal':'内側の横罫線','borderPresetInnerVertical':_0x53317d(0xc9),'noBorder':_0x53317d(0xe1),'none':'なし','fontFamily':'フォント','fontSize':_0x53317d(0xf8),'textFormat':'テキスト形式','textColor':_0x53317d(0xed),'textBackgroundColor':_0x53317d(0xca),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','horizontalAlign':_0x53317d(0xe2),'verticalAlign':_0x53317d(0xf1),'alignLeft':'左揃え','alignCenter':_0x53317d(0xea),'alignRight':_0x53317d(0xdd),'alignJustify':_0x53317d(0xd7),'alignTop':_0x53317d(0xf0),'alignMiddle':_0x53317d(0xd8),'alignBottom':_0x53317d(0xdb)},'shapePanel':{'fill':{'noFill':_0x53317d(0xd0),'solidFill':'単色','gradientFill':'グラデーション','pictureFill':'画像','color':'色','transparency':_0x53317d(0xde),'picture':{'source':_0x53317d(0xcd),'insert':'画像を挿入'}}}}};function _0x25cb(_0x4fabe3,_0x6db0b5){_0x4fabe3=_0x4fabe3-0xc3;const _0x52e848=_0x52e8();let _0x25cbe5=_0x52e848[_0x4fabe3];return _0x25cbe5;}module[_0x53317d(0xc6)]=e;
1
+ function _0x3089(){const _0x2c2638=['3094710zllbot','3864567vwFUbx','1184173QkOiQz','罫線なし','最初の列','27672GsYGOm','1352109Ulkenc','外側の罫線','中央揃え','表を削除','右罫線','一点鎖線','縞模様の行','左罫線','画像ソース','レイアウト','右揃え','内側の縦罫線','色をリセット','両端揃え','取り消し線','セルの背景','スタイル','下罫線','罫線のスタイル','最後の列','セルのスタイル','閉じる','上揃え','下揃え','3771440enjYid','セルを選択','表の外観','透明度','行を削除','画像を挿入','上下中央揃え','192560MkLrUi','垂直方向の配置','テキスト形式','内側の罫線','文字の背景色','セル結合を解除','見出し行','均等配置','罫線の幅','フォント','列を削除','縞模様の列','フォントサイズ','exports','表の背景色','列を選択','集計行','内側の横罫線','水平方向の配置','塗りつぶしなし'];_0x3089=function(){return _0x2c2638;};return _0x3089();}const _0x17d641=_0x2625;(function(_0x17440b,_0x153dd1){const _0x1f8465=_0x2625,_0x481941=_0x17440b();while(!![]){try{const _0x36d8a3=parseInt(_0x1f8465(0x14d))/0x1+parseInt(_0x1f8465(0x170))/0x2+-parseInt(_0x1f8465(0x151))/0x3+parseInt(_0x1f8465(0x169))/0x4+-parseInt(_0x1f8465(0x14b))/0x5+parseInt(_0x1f8465(0x150))/0x6+-parseInt(_0x1f8465(0x14c))/0x7;if(_0x36d8a3===_0x153dd1)break;else _0x481941['push'](_0x481941['shift']());}catch(_0x4eb819){_0x481941['push'](_0x481941['shift']());}}}(_0x3089,0x93ff7));function _0x2625(_0x1093d7,_0x138fe4){_0x1093d7=_0x1093d7-0x148;const _0x30891c=_0x3089();let _0x262506=_0x30891c[_0x1093d7];return _0x262506;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x17d641(0x165),'selectColumn':_0x17d641(0x17f),'operations':_0x17d641(0x15a),'selectCell':_0x17d641(0x16a),'edit':_0x17d641(0x161),'close':_0x17d641(0x166),'expand':'展開','collapse':'折りたたむ','back':'戻る'},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x17d641(0x177),'insertRowAbove':'上に行を挿入','insertRowBelow':'下に行を挿入','insertColumnLeft':'左に列を挿入','insertColumnRight':'右に列を挿入','deleteRow':_0x17d641(0x16d),'deleteColumn':_0x17d641(0x17a),'deleteTable':_0x17d641(0x154),'distributeRows':'行を均等に配置','distributeColumns':'列を均等に配置','resetColor':_0x17d641(0x15d)},'editorToolbar':{'mergeCells':'セルを結合','unmergeCells':_0x17d641(0x175),'tableTheme':'表のテーマ','tableLook':_0x17d641(0x16b),'headerRow':_0x17d641(0x176),'footerRow':_0x17d641(0x180),'bandedRows':_0x17d641(0x157),'bandedColumns':_0x17d641(0x17b),'firstColumn':_0x17d641(0x14f),'lastColumn':_0x17d641(0x164),'bestMatch':'最適な組み合わせ','light':'明るい','medium':'中間','minimal':'最小','cellBackground':_0x17d641(0x160),'allBorders':'すべての罫線','tableBackgroundColor':_0x17d641(0x17e),'border':'罫線','tableBorderColor':'罫線の色','borderWidth':_0x17d641(0x178),'borderStyle':_0x17d641(0x163),'borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x17d641(0x156),'borderPresetAll':'すべての罫線','borderPresetInner':_0x17d641(0x173),'borderPresetOuter':_0x17d641(0x152),'borderPresetTop':'上罫線','borderPresetBottom':_0x17d641(0x162),'borderPresetLeft':_0x17d641(0x158),'borderPresetRight':_0x17d641(0x155),'borderPresetInnerHorizontal':_0x17d641(0x148),'borderPresetInnerVertical':_0x17d641(0x15c),'noBorder':_0x17d641(0x14e),'none':'なし','fontFamily':_0x17d641(0x179),'fontSize':_0x17d641(0x17c),'textFormat':_0x17d641(0x172),'textColor':'文字色','textBackgroundColor':_0x17d641(0x174),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x17d641(0x15f),'horizontalAlign':_0x17d641(0x149),'verticalAlign':_0x17d641(0x171),'alignLeft':'左揃え','alignCenter':_0x17d641(0x153),'alignRight':_0x17d641(0x15b),'alignJustify':_0x17d641(0x15e),'alignTop':_0x17d641(0x167),'alignMiddle':_0x17d641(0x16f),'alignBottom':_0x17d641(0x168)},'shapePanel':{'fill':{'noFill':_0x17d641(0x14a),'solidFill':'単色','gradientFill':'グラデーション','pictureFill':'画像','color':'色','transparency':_0x17d641(0x16c),'picture':{'source':_0x17d641(0x159),'insert':_0x17d641(0x16e)}}}}};module[_0x17d641(0x17d)]=e;
@@ -1 +1 @@
1
- function _0x2369(_0x36c492,_0x351c7a){_0x36c492=_0x36c492-0x1f2;const _0x5aab38=_0x5aab();let _0x236990=_0x5aab38[_0x36c492];return _0x236990;}const _0x40fac1=_0x2369;function _0x5aab(){const _0xc3465e=['위에\x20행\x20삽입','50ObGTnk','셀\x20배경','왼쪽에\x20열\x20삽입','표\x20모양','아래쪽\x20테두리','열\x20삭제','테두리\x20색','최적\x20맞춤','색상\x20초기화','564486jRNLQY','글꼴\x20크기','바깥쪽\x20테두리','열\x20균등\x20분배','1614231cHCbko','텍스트\x20색','테두리\x20스타일','행\x20삭제','표\x20삭제','202315IjOACg','4hzVUAb','오른쪽\x20맞춤','세로\x20맞춤','가로\x20맞춤','가운데\x20맞춤','머리글\x20행','7sshnab','첫\x20열','173212fDuGQc','그림\x20원본','왼쪽\x20테두리','일점쇄선','표\x20테마','아래에\x20행\x20삽입','3494178RftZCb','표\x20배경색','오른쪽\x20테두리','모든\x20테두리','그라데이션','1078832EBlsum','178195hSJLjY','테두리\x20없음','마지막\x20열','exports','위\x20맞춤','테두리\x20두께','셀\x20병합\x20해제','바닥글\x20행'];_0x5aab=function(){return _0xc3465e;};return _0x5aab();}(function(_0xe83878,_0xe2789c){const _0xd9da6d=_0x2369,_0x4b58f7=_0xe83878();while(!![]){try{const _0x5a3e59=-parseInt(_0xd9da6d(0x200))/0x1+parseInt(_0xd9da6d(0x21c))/0x2*(parseInt(_0xd9da6d(0x212))/0x3)+-parseInt(_0xd9da6d(0x1f4))/0x4+parseInt(_0xd9da6d(0x21b))/0x5+-parseInt(_0xd9da6d(0x1fa))/0x6+parseInt(_0xd9da6d(0x1f2))/0x7*(-parseInt(_0xd9da6d(0x1ff))/0x8)+parseInt(_0xd9da6d(0x216))/0x9*(parseInt(_0xd9da6d(0x209))/0xa);if(_0x5a3e59===_0xe2789c)break;else _0x4b58f7['push'](_0x4b58f7['shift']());}catch(_0x3dae25){_0x4b58f7['push'](_0x4b58f7['shift']());}}}(_0x5aab,0x5b853));const e={'boards-table-ui':{'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','insertRowAbove':_0x40fac1(0x208),'insertRowBelow':_0x40fac1(0x1f9),'insertColumnLeft':_0x40fac1(0x20b),'insertColumnRight':'오른쪽에\x20열\x20삽입','deleteRow':_0x40fac1(0x219),'deleteColumn':_0x40fac1(0x20e),'deleteTable':_0x40fac1(0x21a),'distributeRows':'행\x20균등\x20분배','distributeColumns':_0x40fac1(0x215),'resetColor':_0x40fac1(0x211)},'editorToolbar':{'mergeCells':'셀\x20병합','unmergeCells':_0x40fac1(0x206),'tableTheme':_0x40fac1(0x1f8),'tableLook':_0x40fac1(0x20c),'headerRow':_0x40fac1(0x221),'footerRow':_0x40fac1(0x207),'bandedRows':'줄무늬\x20행','bandedColumns':'줄무늬\x20열','firstColumn':_0x40fac1(0x1f3),'lastColumn':_0x40fac1(0x202),'bestMatch':_0x40fac1(0x210),'light':'밝게','medium':'보통','minimal':'최소','cellBackground':_0x40fac1(0x20a),'allBorders':'모든\x20테두리','tableBackgroundColor':_0x40fac1(0x1fb),'border':'테두리','tableBorderColor':_0x40fac1(0x20f),'borderWidth':_0x40fac1(0x205),'borderStyle':_0x40fac1(0x218),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x40fac1(0x1f7),'borderPresetAll':_0x40fac1(0x1fd),'borderPresetInner':'안쪽\x20테두리','borderPresetOuter':_0x40fac1(0x214),'borderPresetTop':'위쪽\x20테두리','borderPresetBottom':_0x40fac1(0x20d),'borderPresetLeft':_0x40fac1(0x1f6),'borderPresetRight':_0x40fac1(0x1fc),'borderPresetInnerHorizontal':'안쪽\x20가로\x20테두리','borderPresetInnerVertical':'안쪽\x20세로\x20테두리','noBorder':_0x40fac1(0x201),'none':'없음','fontFamily':'글꼴','fontSize':_0x40fac1(0x213),'textFormat':'텍스트\x20형식','textColor':_0x40fac1(0x217),'textBackgroundColor':'텍스트\x20배경색','bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':'취소선','horizontalAlign':_0x40fac1(0x21f),'verticalAlign':_0x40fac1(0x21e),'alignLeft':'왼쪽\x20맞춤','alignCenter':_0x40fac1(0x220),'alignRight':_0x40fac1(0x21d),'alignJustify':'양쪽\x20맞춤','alignTop':_0x40fac1(0x204),'alignMiddle':_0x40fac1(0x220),'alignBottom':'아래\x20맞춤'},'shapePanel':{'fill':{'noFill':'채우기\x20없음','solidFill':'단색','gradientFill':_0x40fac1(0x1fe),'pictureFill':'그림','color':'색','transparency':'투명도','picture':{'source':_0x40fac1(0x1f5),'insert':'그림\x20삽입'}}}}};module[_0x40fac1(0x203)]=e;
1
+ const _0xd8bd33=_0x7779;(function(_0x35d769,_0x352bc1){const _0xcf925d=_0x7779,_0x55156f=_0x35d769();while(!![]){try{const _0x2723be=-parseInt(_0xcf925d(0x20a))/0x1+parseInt(_0xcf925d(0x216))/0x2+parseInt(_0xcf925d(0x1ea))/0x3+parseInt(_0xcf925d(0x201))/0x4*(parseInt(_0xcf925d(0x1f4))/0x5)+parseInt(_0xcf925d(0x1f9))/0x6+parseInt(_0xcf925d(0x1e9))/0x7+-parseInt(_0xcf925d(0x211))/0x8*(parseInt(_0xcf925d(0x20b))/0x9);if(_0x2723be===_0x352bc1)break;else _0x55156f['push'](_0x55156f['shift']());}catch(_0x291742){_0x55156f['push'](_0x55156f['shift']());}}}(_0x2d85,0x80c57));const e={'boards-table-ui':{'mobile':{'cellStyle':_0xd8bd33(0x210),'selectColumn':_0xd8bd33(0x21d),'operations':_0xd8bd33(0x205),'selectCell':_0xd8bd33(0x20d),'edit':_0xd8bd33(0x1ec),'close':'닫기','expand':_0xd8bd33(0x1f7),'collapse':'접기','back':'뒤로'},'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','insertRowAbove':_0xd8bd33(0x21e),'insertRowBelow':_0xd8bd33(0x20e),'insertColumnLeft':_0xd8bd33(0x214),'insertColumnRight':_0xd8bd33(0x206),'deleteRow':_0xd8bd33(0x21b),'deleteColumn':'열\x20삭제','deleteTable':_0xd8bd33(0x1fa),'distributeRows':'행\x20균등\x20분배','distributeColumns':'열\x20균등\x20분배','resetColor':_0xd8bd33(0x1fd)},'editorToolbar':{'mergeCells':'셀\x20병합','unmergeCells':_0xd8bd33(0x20c),'tableTheme':'표\x20테마','tableLook':_0xd8bd33(0x21a),'headerRow':_0xd8bd33(0x1e8),'footerRow':_0xd8bd33(0x1e4),'bandedRows':_0xd8bd33(0x1f6),'bandedColumns':_0xd8bd33(0x1fc),'firstColumn':_0xd8bd33(0x1e6),'lastColumn':_0xd8bd33(0x21c),'bestMatch':_0xd8bd33(0x1fb),'light':'밝게','medium':'보통','minimal':'최소','cellBackground':_0xd8bd33(0x207),'allBorders':_0xd8bd33(0x1f1),'tableBackgroundColor':_0xd8bd33(0x20f),'border':_0xd8bd33(0x1f8),'tableBorderColor':_0xd8bd33(0x1ed),'borderWidth':_0xd8bd33(0x1e7),'borderStyle':'테두리\x20스타일','borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0xd8bd33(0x212),'borderPresetAll':_0xd8bd33(0x1f1),'borderPresetInner':_0xd8bd33(0x202),'borderPresetOuter':'바깥쪽\x20테두리','borderPresetTop':_0xd8bd33(0x200),'borderPresetBottom':_0xd8bd33(0x1e5),'borderPresetLeft':_0xd8bd33(0x1fe),'borderPresetRight':_0xd8bd33(0x1f5),'borderPresetInnerHorizontal':_0xd8bd33(0x1ee),'borderPresetInnerVertical':_0xd8bd33(0x1eb),'noBorder':_0xd8bd33(0x213),'none':'없음','fontFamily':'글꼴','fontSize':_0xd8bd33(0x1f3),'textFormat':_0xd8bd33(0x1f2),'textColor':_0xd8bd33(0x208),'textBackgroundColor':_0xd8bd33(0x1ff),'bold':'굵게','italic':_0xd8bd33(0x218),'underline':'밑줄','strikethrough':_0xd8bd33(0x1f0),'horizontalAlign':_0xd8bd33(0x215),'verticalAlign':'세로\x20맞춤','alignLeft':_0xd8bd33(0x217),'alignCenter':'가운데\x20맞춤','alignRight':'오른쪽\x20맞춤','alignJustify':'양쪽\x20맞춤','alignTop':'위\x20맞춤','alignMiddle':_0xd8bd33(0x204),'alignBottom':_0xd8bd33(0x1ef)},'shapePanel':{'fill':{'noFill':'채우기\x20없음','solidFill':'단색','gradientFill':'그라데이션','pictureFill':'그림','color':'색','transparency':_0xd8bd33(0x203),'picture':{'source':_0xd8bd33(0x209),'insert':_0xd8bd33(0x219)}}}}};function _0x2d85(){const _0x6b10c6=['2611704vkJZOQ','일점쇄선','테두리\x20없음','왼쪽에\x20열\x20삽입','가로\x20맞춤','939996NrwIxi','왼쪽\x20맞춤','기울임꼴','그림\x20삽입','표\x20모양','행\x20삭제','마지막\x20열','열\x20선택','위에\x20행\x20삽입','exports','바닥글\x20행','아래쪽\x20테두리','첫\x20열','테두리\x20두께','머리글\x20행','2642703IvKAul','688353uGHwiJ','안쪽\x20세로\x20테두리','스타일','테두리\x20색','안쪽\x20가로\x20테두리','아래\x20맞춤','취소선','모든\x20테두리','텍스트\x20형식','글꼴\x20크기','37785cUYFei','오른쪽\x20테두리','줄무늬\x20행','펼치기','테두리','1644840Lnlevk','표\x20삭제','최적\x20맞춤','줄무늬\x20열','색상\x20초기화','왼쪽\x20테두리','텍스트\x20배경색','위쪽\x20테두리','292ZNcOHI','안쪽\x20테두리','투명도','가운데\x20맞춤','레이아웃','오른쪽에\x20열\x20삽입','셀\x20배경','텍스트\x20색','그림\x20원본','1048869kqXEXK','9CjSGae','셀\x20병합\x20해제','셀\x20선택','아래에\x20행\x20삽입','표\x20배경색','셀\x20스타일'];_0x2d85=function(){return _0x6b10c6;};return _0x2d85();}function _0x7779(_0x262cef,_0x19ed0){_0x262cef=_0x262cef-0x1e4;const _0x2d851a=_0x2d85();let _0x77791a=_0x2d851a[_0x262cef];return _0x77791a;}module[_0xd8bd33(0x21f)]=e;
@@ -1 +1 @@
1
- const _0x45888c=_0x1d3f;function _0x14e3(){const _0x3d124d=['22luaZNO','Podkreślenie','Jasny','Format\x20tekstu','Pogrubienie','Wstaw\x20kolumnę\x20z\x20prawej','536852UAuQzz','Rozmieść\x20kolumny','Motyw\x20tabeli','Wstaw\x20kolumnę\x20z\x20lewej','15372230dmVHmX','2698530nnmZJF','Kreska\x20kropka','Usuń','Usuń\x20kolumnę','Jednolity','Wyrównanie\x20pionowe','3690088GeiiVn','7UyFwXi','Wyrównaj\x20do\x20prawej','Obramowanie','Ostatnia\x20kolumna','exports','Scal\x20komórki','Kreska','3970TfkeTu','Kolor\x20tła\x20tabeli','Ciągła','Wszystkie\x20obramowania','Tło\x20komórki','Wyrównaj\x20do\x20dołu','Lewe\x20obramowanie','Kursywa','Przezroczystość','8608788nKePSg','Resetuj\x20kolor','Wyjustuj','Rozmiar\x20czcionki','Źródło\x20obrazu','Usuń\x20tabelę','Średni','Kolor\x20tła\x20tekstu','4OQLbps','5437737tiwKiP','Czcionka','Wewnętrzne\x20pionowe\x20obramowanie','Bez\x20obramowania','Obraz','Najlepsze\x20dopasowanie','Brak','Bez\x20wypełnienia','Rozmieść','Dolne\x20obramowanie','Rozmieść\x20wiersze','Przekreślenie','Naprzemienne\x20kolumny','Wstaw\x20obraz','Gradient','Wyrównaj\x20do\x20środka','Wyrównanie\x20poziome','Wyrównaj\x20do\x20góry','7924CRcMNh','Pierwsza\x20kolumna','Kolor'];_0x14e3=function(){return _0x3d124d;};return _0x14e3();}(function(_0x50d35d,_0x3379e2){const _0xa87785=_0x1d3f,_0x31fc55=_0x50d35d();while(!![]){try{const _0x54f9a1=parseInt(_0xa87785(0x178))/0x1*(-parseInt(_0xa87785(0x15c))/0x2)+parseInt(_0xa87785(0x13d))/0x3+-parseInt(_0xa87785(0x16f))/0x4*(-parseInt(_0xa87785(0x14b))/0x5)+parseInt(_0xa87785(0x154))/0x6+-parseInt(_0xa87785(0x144))/0x7*(-parseInt(_0xa87785(0x143))/0x8)+parseInt(_0xa87785(0x15d))/0x9+parseInt(_0xa87785(0x13c))/0xa*(-parseInt(_0xa87785(0x172))/0xb);if(_0x54f9a1===_0x3379e2)break;else _0x31fc55['push'](_0x31fc55['shift']());}catch(_0x55bd83){_0x31fc55['push'](_0x31fc55['shift']());}}}(_0x14e3,0xc94ce));function _0x1d3f(_0x574603,_0x915c23){_0x574603=_0x574603-0x13a;const _0x14e39c=_0x14e3();let _0x1d3f52=_0x14e39c[_0x574603];return _0x1d3f52;}const e={'boards-table-ui':{'contextMenu':{'insert':'Wstaw','delete':_0x45888c(0x13f),'distribute':_0x45888c(0x165),'insertRowAbove':'Wstaw\x20wiersz\x20powyżej','insertRowBelow':'Wstaw\x20wiersz\x20poniżej','insertColumnLeft':_0x45888c(0x13b),'insertColumnRight':_0x45888c(0x177),'deleteRow':'Usuń\x20wiersz','deleteColumn':_0x45888c(0x140),'deleteTable':_0x45888c(0x159),'distributeRows':_0x45888c(0x167),'distributeColumns':_0x45888c(0x179),'resetColor':_0x45888c(0x155)},'editorToolbar':{'mergeCells':_0x45888c(0x149),'unmergeCells':'Rozdziel\x20komórki','tableTheme':_0x45888c(0x13a),'tableLook':'Wygląd\x20tabeli','headerRow':'Wiersz\x20nagłówka','footerRow':'Wiersz\x20stopki','bandedRows':'Naprzemienne\x20wiersze','bandedColumns':_0x45888c(0x169),'firstColumn':_0x45888c(0x170),'lastColumn':_0x45888c(0x147),'bestMatch':_0x45888c(0x162),'light':_0x45888c(0x174),'medium':_0x45888c(0x15a),'minimal':'Minimalny','cellBackground':_0x45888c(0x14f),'allBorders':_0x45888c(0x14e),'tableBackgroundColor':_0x45888c(0x14c),'border':_0x45888c(0x146),'tableBorderColor':'Kolor\x20obramowania','borderWidth':'Szerokość\x20obramowania','borderStyle':'Styl\x20obramowania','borderStyleSolid':_0x45888c(0x14d),'borderStyleDash':_0x45888c(0x14a),'borderStyleDot':'Kropka','borderStyleDashDot':_0x45888c(0x13e),'borderPresetAll':_0x45888c(0x14e),'borderPresetInner':'Obramowania\x20wewnętrzne','borderPresetOuter':'Obramowania\x20zewnętrzne','borderPresetTop':'Górne\x20obramowanie','borderPresetBottom':_0x45888c(0x166),'borderPresetLeft':_0x45888c(0x151),'borderPresetRight':'Prawe\x20obramowanie','borderPresetInnerHorizontal':'Wewnętrzne\x20poziome\x20obramowanie','borderPresetInnerVertical':_0x45888c(0x15f),'noBorder':_0x45888c(0x160),'none':_0x45888c(0x163),'fontFamily':_0x45888c(0x15e),'fontSize':_0x45888c(0x157),'textFormat':_0x45888c(0x175),'textColor':'Kolor\x20tekstu','textBackgroundColor':_0x45888c(0x15b),'bold':_0x45888c(0x176),'italic':_0x45888c(0x152),'underline':_0x45888c(0x173),'strikethrough':_0x45888c(0x168),'horizontalAlign':_0x45888c(0x16d),'verticalAlign':_0x45888c(0x142),'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x45888c(0x145),'alignJustify':_0x45888c(0x156),'alignTop':_0x45888c(0x16e),'alignMiddle':_0x45888c(0x16c),'alignBottom':_0x45888c(0x150)},'shapePanel':{'fill':{'noFill':_0x45888c(0x164),'solidFill':_0x45888c(0x141),'gradientFill':_0x45888c(0x16b),'pictureFill':_0x45888c(0x161),'color':_0x45888c(0x171),'transparency':_0x45888c(0x153),'picture':{'source':_0x45888c(0x158),'insert':_0x45888c(0x16a)}}}}};module[_0x45888c(0x148)]=e;
1
+ const _0x4d8afd=_0x2501;function _0x580f(){const _0xf127ee=['Wewnętrzne\x20poziome\x20obramowanie','Zwiń','Rozmiar\x20czcionki','Kolor','1711CVpJfq','Podkreślenie','Ciągła','Wygląd\x20tabeli','Kropka','297096Peirwd','270HmgEOf','Górne\x20obramowanie','Zamknij','Najlepsze\x20dopasowanie','Styl\x20komórki','57aviHjO','Naprzemienne\x20kolumny','Wiersz\x20nagłówka','exports','Kreska','Kolor\x20tekstu','Kolor\x20obramowania','Wstaw\x20obraz','Rozmieść\x20wiersze','165472xGlbhA','5000093IXmkSm','Kursywa','Wyrównaj\x20do\x20dołu','Wyrównaj\x20do\x20góry','Scal\x20komórki','Lewe\x20obramowanie','Wstaw\x20wiersz\x20poniżej','55iNmLHE','270292PjFBmG','1002nAVGSj','Wyrównaj\x20do\x20środka','Motyw\x20tabeli','Wstecz','Rozwiń','Bez\x20obramowania','Rozmieść','Brak','Wyrównaj\x20do\x20prawej','Wszystkie\x20obramowania','Usuń\x20kolumnę','Obramowania\x20wewnętrzne','Bez\x20wypełnienia','Wyjustuj','Resetuj\x20kolor','Styl\x20obramowania','Jednolity','Rozdziel\x20komórki','Rozmieść\x20kolumny','Przezroczystość','9011792FSOjuE','Wstaw','Dolne\x20obramowanie','Usuń\x20tabelę','Minimalny','Kolor\x20tła\x20tabeli','Źródło\x20obrazu','Układ','Średni','Wyrównanie\x20pionowe','Wstaw\x20wiersz\x20powyżej','Wiersz\x20stopki','Usuń\x20wiersz','Pierwsza\x20kolumna','Jasny','Prawe\x20obramowanie','7081452SUXHuq','Zaznacz\x20kolumnę','Obraz','Czcionka'];_0x580f=function(){return _0xf127ee;};return _0x580f();}(function(_0x5c7203,_0x2b7c83){const _0x9699ea=_0x2501,_0x40fa94=_0x5c7203();while(!![]){try{const _0x32ec8f=-parseInt(_0x9699ea(0x1bf))/0x1*(-parseInt(_0x9699ea(0x1dd))/0x2)+-parseInt(_0x9699ea(0x1ca))/0x3*(parseInt(_0x9699ea(0x1d3))/0x4)+parseInt(_0x9699ea(0x1db))/0x5*(-parseInt(_0x9699ea(0x1c4))/0x6)+parseInt(_0x9699ea(0x1d4))/0x7+-parseInt(_0x9699ea(0x1a7))/0x8+parseInt(_0x9699ea(0x1b7))/0x9+parseInt(_0x9699ea(0x1c5))/0xa*(parseInt(_0x9699ea(0x1dc))/0xb);if(_0x32ec8f===_0x2b7c83)break;else _0x40fa94['push'](_0x40fa94['shift']());}catch(_0x54a2be){_0x40fa94['push'](_0x40fa94['shift']());}}}(_0x580f,0x89da0));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x4d8afd(0x1c9),'selectColumn':_0x4d8afd(0x1b8),'operations':_0x4d8afd(0x1ae),'selectCell':'Zaznacz\x20komórkę','edit':'Style','close':_0x4d8afd(0x1c7),'expand':_0x4d8afd(0x1e1),'collapse':_0x4d8afd(0x1bc),'back':_0x4d8afd(0x1e0)},'contextMenu':{'insert':_0x4d8afd(0x1a8),'delete':'Usuń','distribute':_0x4d8afd(0x1e3),'insertRowAbove':_0x4d8afd(0x1b1),'insertRowBelow':_0x4d8afd(0x1da),'insertColumnLeft':'Wstaw\x20kolumnę\x20z\x20lewej','insertColumnRight':'Wstaw\x20kolumnę\x20z\x20prawej','deleteRow':_0x4d8afd(0x1b3),'deleteColumn':_0x4d8afd(0x1e7),'deleteTable':_0x4d8afd(0x1aa),'distributeRows':_0x4d8afd(0x1d2),'distributeColumns':_0x4d8afd(0x1a5),'resetColor':_0x4d8afd(0x1a1)},'editorToolbar':{'mergeCells':_0x4d8afd(0x1d8),'unmergeCells':_0x4d8afd(0x1a4),'tableTheme':_0x4d8afd(0x1df),'tableLook':_0x4d8afd(0x1c2),'headerRow':_0x4d8afd(0x1cc),'footerRow':_0x4d8afd(0x1b2),'bandedRows':'Naprzemienne\x20wiersze','bandedColumns':_0x4d8afd(0x1cb),'firstColumn':_0x4d8afd(0x1b4),'lastColumn':'Ostatnia\x20kolumna','bestMatch':_0x4d8afd(0x1c8),'light':_0x4d8afd(0x1b5),'medium':_0x4d8afd(0x1af),'minimal':_0x4d8afd(0x1ab),'cellBackground':'Tło\x20komórki','allBorders':_0x4d8afd(0x1e6),'tableBackgroundColor':_0x4d8afd(0x1ac),'border':'Obramowanie','tableBorderColor':_0x4d8afd(0x1d0),'borderWidth':'Szerokość\x20obramowania','borderStyle':_0x4d8afd(0x1a2),'borderStyleSolid':_0x4d8afd(0x1c1),'borderStyleDash':_0x4d8afd(0x1ce),'borderStyleDot':_0x4d8afd(0x1c3),'borderStyleDashDot':'Kreska\x20kropka','borderPresetAll':_0x4d8afd(0x1e6),'borderPresetInner':_0x4d8afd(0x19e),'borderPresetOuter':'Obramowania\x20zewnętrzne','borderPresetTop':_0x4d8afd(0x1c6),'borderPresetBottom':_0x4d8afd(0x1a9),'borderPresetLeft':_0x4d8afd(0x1d9),'borderPresetRight':_0x4d8afd(0x1b6),'borderPresetInnerHorizontal':_0x4d8afd(0x1bb),'borderPresetInnerVertical':'Wewnętrzne\x20pionowe\x20obramowanie','noBorder':_0x4d8afd(0x1e2),'none':_0x4d8afd(0x1e4),'fontFamily':_0x4d8afd(0x1ba),'fontSize':_0x4d8afd(0x1bd),'textFormat':'Format\x20tekstu','textColor':_0x4d8afd(0x1cf),'textBackgroundColor':'Kolor\x20tła\x20tekstu','bold':'Pogrubienie','italic':_0x4d8afd(0x1d5),'underline':_0x4d8afd(0x1c0),'strikethrough':'Przekreślenie','horizontalAlign':'Wyrównanie\x20poziome','verticalAlign':_0x4d8afd(0x1b0),'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x4d8afd(0x1e5),'alignJustify':_0x4d8afd(0x1a0),'alignTop':_0x4d8afd(0x1d7),'alignMiddle':_0x4d8afd(0x1de),'alignBottom':_0x4d8afd(0x1d6)},'shapePanel':{'fill':{'noFill':_0x4d8afd(0x19f),'solidFill':_0x4d8afd(0x1a3),'gradientFill':'Gradient','pictureFill':_0x4d8afd(0x1b9),'color':_0x4d8afd(0x1be),'transparency':_0x4d8afd(0x1a6),'picture':{'source':_0x4d8afd(0x1ad),'insert':_0x4d8afd(0x1d1)}}}}};function _0x2501(_0x3abd36,_0x174a09){_0x3abd36=_0x3abd36-0x19e;const _0x580f2b=_0x580f();let _0x25016f=_0x580f2b[_0x3abd36];return _0x25016f;}module[_0x4d8afd(0x1cd)]=e;