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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) 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.css +150 -0
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/commands/operations/table-size.operation.d.ts +2 -0
  63. package/lib/types/components/insert-ribbon/SlideInsertTableMenu.d.ts +6 -0
  64. package/lib/types/components/mobile/SlideMobileInsertTableMenu.d.ts +1 -0
  65. package/lib/types/components/mobile/SlideMobileTableSizePicker.d.ts +3 -0
  66. package/lib/types/components/table-size/SlideTableSizePicker.d.ts +63 -0
  67. package/lib/types/controllers/mobile/components.controller.d.ts +7 -0
  68. package/lib/types/controllers/mobile/slide-table-interaction.render-controller.d.ts +18 -0
  69. package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +167 -25
  70. package/lib/types/controllers/slide-table-object-refresh.controller.d.ts +8 -0
  71. package/lib/types/index.d.ts +4 -0
  72. package/lib/types/locale/en-US.d.ts +20 -0
  73. package/lib/types/menu/insert.menu.d.ts +5 -0
  74. package/lib/types/menu/table-design-ribbon.menu.d.ts +4 -4
  75. package/lib/types/menu/table-size.menu.d.ts +4 -0
  76. package/lib/types/mobile-plugin.d.ts +21 -0
  77. package/lib/types/plugin.d.ts +5 -0
  78. package/lib/types/render-objects/mobile/mobile-slide-table-object.d.ts +8 -0
  79. package/lib/types/render-objects/mobile/mobile-table-object-adaptor.d.ts +18 -0
  80. package/lib/types/render-objects/mobile/slide-table-mobile-selection.d.ts +27 -0
  81. package/lib/types/render-objects/slide-table-layout.util.d.ts +4 -0
  82. package/lib/types/render-objects/slide-table-object.d.ts +27 -5
  83. package/lib/types/render-objects/table-object-adaptor.d.ts +18 -0
  84. package/lib/types/services/slide-table-clipboard-adapter.d.ts +5 -2
  85. package/lib/types/services/slide-table-insert.service.d.ts +20 -0
  86. package/lib/types/views/SlideTableFloatingToolbar.d.ts +23 -1
  87. package/lib/types/views/TableThemeGallery.d.ts +14 -1
  88. package/lib/types/views/mobile/MobileSlideTableFloatingToolbar.d.ts +1 -0
  89. package/lib/types/views/mobile/MobileTableMenu.d.ts +15 -0
  90. package/lib/types/views/mobile/MobileTableThemeGallery.d.ts +2 -0
  91. package/lib/umd/index.js +1 -1
  92. package/lib/umd/locale/ar-SA.js +1 -1
  93. package/lib/umd/locale/ca-ES.js +1 -1
  94. package/lib/umd/locale/de-DE.js +1 -1
  95. package/lib/umd/locale/en-US.js +1 -1
  96. package/lib/umd/locale/es-ES.js +1 -1
  97. package/lib/umd/locale/fa-IR.js +1 -1
  98. package/lib/umd/locale/fr-FR.js +1 -1
  99. package/lib/umd/locale/id-ID.js +1 -1
  100. package/lib/umd/locale/it-IT.js +1 -1
  101. package/lib/umd/locale/ja-JP.js +1 -1
  102. package/lib/umd/locale/ko-KR.js +1 -1
  103. package/lib/umd/locale/pl-PL.js +1 -1
  104. package/lib/umd/locale/pt-BR.js +1 -1
  105. package/lib/umd/locale/ru-RU.js +1 -1
  106. package/lib/umd/locale/sk-SK.js +1 -1
  107. package/lib/umd/locale/vi-VN.js +1 -1
  108. package/lib/umd/locale/zh-CN.js +1 -1
  109. package/lib/umd/locale/zh-HK.js +1 -1
  110. package/lib/umd/locale/zh-TW.js +1 -1
  111. package/package.json +21 -19
@@ -1 +1 @@
1
- const _0x4cf6d3=_0x3462;function _0x3462(_0x4d1f2a,_0x2675f4){_0x4d1f2a=_0x4d1f2a-0x13a;const _0x688b9=_0x688b();let _0x346204=_0x688b9[_0x4d1f2a];return _0x346204;}(function(_0x37a161,_0x29b93b){const _0x377654=_0x3462,_0x45113d=_0x37a161();while(!![]){try{const _0x1b73ab=-parseInt(_0x377654(0x14d))/0x1+-parseInt(_0x377654(0x196))/0x2+-parseInt(_0x377654(0x15b))/0x3*(parseInt(_0x377654(0x184))/0x4)+-parseInt(_0x377654(0x19d))/0x5+-parseInt(_0x377654(0x166))/0x6*(-parseInt(_0x377654(0x179))/0x7)+-parseInt(_0x377654(0x13e))/0x8*(-parseInt(_0x377654(0x194))/0x9)+parseInt(_0x377654(0x18f))/0xa;if(_0x1b73ab===_0x29b93b)break;else _0x45113d['push'](_0x45113d['shift']());}catch(_0x3b830f){_0x45113d['push'](_0x45113d['shift']());}}}(_0x688b,0x6a47b));function _0x688b(){const _0x944d79=['حجم\x20الخط','الخط','الحد\x20العلوي','39ICgoMv','لون\x20حد\x20الجدول','تحديد\x20الجدول','قائمة\x20مرقمة','محاذاة\x20لليسار','محاذاة\x20للأسفل','أخضر\x20100','فاتح','إدراج\x20صف\x20أعلاه','زيادة\x20حجم\x20الخط','الحد\x20الأيمن','6WBxySh','الحد\x20الأيسر','إحضار\x20إلى\x20الأمام','اللون','لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة','أصفر\x20700','العمود\x20الأول','صف\x20الرأس','تنسيق\x20النص','أزرق\x20100','لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','تعبئة\x20صلبة','إلغاء\x20دمج\x20الخلايا','تقليل\x20حجم\x20الخط','نقل\x20عمود','بلا\x20حدود','إدراج\x20صف\x20أدناه','الحد\x20الخارجي','تسطير','571221sbgKHQ','أصفر\x20100','أحمر\x20100','إدراج\x20عمود\x20إلى\x20اليسار','ترتيب','نسخ','لون\x20خلفية\x20النص','بدون\x20تعبئة','محاذاة\x20لليمين','محاذاة\x20للوسط\x20عموديًا','محاذاة\x20للأعلى','140916zWeyRi','تصميم\x20الجدول','إدراج\x20صورة','محاذاة\x20للوسط','حذف\x20العمود','الحدود','توزيع','إدراج','إرسال\x20إلى\x20المؤخرة','العمود\x20الأخير','تحديد\x20العمود','11226470vKVcER','الحد\x20السفلي','برتقالي\x20600','إدراج\x20صف','لوحة','9hvAHSA','التخطيط','137326DdXNNQ','أنماط\x20الجدول','غامق','الشفافية','حذف\x20الجدول','كل\x20الحدود','إدراج\x20عمود\x20إلى\x20اليمين','3233605lCDFcR','النص','إرسال\x20إلى\x20الخلف','بدون\x20حدود','دمج\x20الخلايا','أخضر\x20600','الحد\x20العمودي\x20الداخلي','توزيع\x20الصفوف','3980696kDlYlZ','إعادة\x20تعيين\x20اللون','نمط\x20الحد','بنفسجي\x20600','تعبئة\x20متدرجة','مصدر\x20الصورة','محاذاة\x20أفقية','أبيض','نقل\x20الأعمدة','الحد','تحديد\x20الصف','إدراج\x20عمود','متقطع','رمادي\x20100','أفضل\x20تطابق','93153ExwIkE','لون\x20النص','شرطة\x20ونقطة','بسيط','محاذاة\x20عمودية','يتوسطه\x20خط','شريط\x20الأدوات\x20العائم','أحمر\x20600','لون\x20خلفية\x20الجدول','متوسط','حذف'];_0x688b=function(){return _0x944d79;};return _0x688b();}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x4cf6d3(0x185),'styles':_0x4cf6d3(0x197),'cellStyle':'نمط\x20الخلية','text':_0x4cf6d3(0x19e),'layout':_0x4cf6d3(0x195),'arrange':_0x4cf6d3(0x17d),'panel':_0x4cf6d3(0x193),'floatingToolbar':_0x4cf6d3(0x153),'arrangeForward':_0x4cf6d3(0x168),'arrangeBackward':_0x4cf6d3(0x19f),'bringToFront':'إحضار\x20إلى\x20المقدمة','sendToBack':_0x4cf6d3(0x18c)},'editorToolbar':{'fontFamily':_0x4cf6d3(0x159),'fontSize':_0x4cf6d3(0x158),'increaseFontSize':_0x4cf6d3(0x164),'decreaseFontSize':_0x4cf6d3(0x173),'orderedList':_0x4cf6d3(0x15e),'bulletList':'قائمة\x20نقطية','textFormat':_0x4cf6d3(0x16e),'bold':_0x4cf6d3(0x198),'italic':'مائل','underline':_0x4cf6d3(0x178),'strikethrough':_0x4cf6d3(0x152),'textColor':_0x4cf6d3(0x14e),'textBackgroundColor':_0x4cf6d3(0x17f),'tableBackgroundColor':_0x4cf6d3(0x155),'tableBorderColor':_0x4cf6d3(0x15c),'borderWidth':'عرض\x20الحد','borderStyle':_0x4cf6d3(0x140),'border':_0x4cf6d3(0x147),'borderStyleSolid':'صلب','borderStyleDash':_0x4cf6d3(0x14a),'borderStyleDot':'منقط','borderStyleDashDot':_0x4cf6d3(0x14f),'noBorder':_0x4cf6d3(0x175),'borderPresetAll':_0x4cf6d3(0x19b),'borderPresetInner':'الحدود\x20الداخلية','borderPresetOuter':_0x4cf6d3(0x177),'borderPresetTop':_0x4cf6d3(0x15a),'borderPresetBottom':_0x4cf6d3(0x190),'borderPresetLeft':_0x4cf6d3(0x167),'borderPresetRight':_0x4cf6d3(0x165),'borderPresetInnerHorizontal':'الحد\x20الأفقي\x20الداخلي','borderPresetInnerVertical':_0x4cf6d3(0x13c),'none':'لا\x20شيء','horizontalAlign':_0x4cf6d3(0x144),'verticalAlign':_0x4cf6d3(0x151),'alignLeft':_0x4cf6d3(0x15f),'alignCenter':_0x4cf6d3(0x187),'alignRight':_0x4cf6d3(0x181),'alignJustify':'ضبط','alignTop':_0x4cf6d3(0x183),'alignMiddle':_0x4cf6d3(0x182),'alignBottom':_0x4cf6d3(0x160),'mergeCells':_0x4cf6d3(0x13a),'unmergeCells':_0x4cf6d3(0x172),'tableTheme':'نسق\x20الجدول','tableLook':'مظهر\x20الجدول','headerRow':_0x4cf6d3(0x16d),'footerRow':'صف\x20التذييل','bandedRows':'صفوف\x20متناوبة','bandedColumns':'أعمدة\x20متناوبة','firstColumn':_0x4cf6d3(0x16c),'lastColumn':_0x4cf6d3(0x18d),'bestMatch':_0x4cf6d3(0x14c),'light':_0x4cf6d3(0x162),'medium':_0x4cf6d3(0x156),'minimal':_0x4cf6d3(0x150)},'shapePanel':{'fill':{'noFill':_0x4cf6d3(0x180),'solidFill':_0x4cf6d3(0x171),'gradientFill':_0x4cf6d3(0x142),'pictureFill':'تعبئة\x20صورة\x20أو\x20نسيج','color':_0x4cf6d3(0x169),'transparency':_0x4cf6d3(0x199),'picture':{'source':_0x4cf6d3(0x143),'insert':_0x4cf6d3(0x186)}}},'structuralControls':{'selectRow':_0x4cf6d3(0x148),'selectColumn':_0x4cf6d3(0x18e),'selectTable':_0x4cf6d3(0x15d),'insertRow':_0x4cf6d3(0x192),'insertColumn':_0x4cf6d3(0x149),'moveRow':'نقل\x20صف','moveColumn':_0x4cf6d3(0x174),'moveRows':'نقل\x20الصفوف','moveColumns':_0x4cf6d3(0x146),'cannotMoveMergedRows':_0x4cf6d3(0x170),'cannotMoveMergedColumns':_0x4cf6d3(0x16a)},'contextMenu':{'insert':_0x4cf6d3(0x18b),'delete':_0x4cf6d3(0x157),'distribute':_0x4cf6d3(0x18a),'borders':_0x4cf6d3(0x189),'tableBackgroundColor':_0x4cf6d3(0x155),'copy':_0x4cf6d3(0x17e),'cut':'قص','deleteTable':_0x4cf6d3(0x19a),'insertRowAbove':_0x4cf6d3(0x163),'insertRowBelow':_0x4cf6d3(0x176),'insertColumnLeft':_0x4cf6d3(0x17c),'insertColumnRight':_0x4cf6d3(0x19c),'deleteRow':'حذف\x20الصف','deleteColumn':_0x4cf6d3(0x188),'distributeRows':_0x4cf6d3(0x13d),'distributeColumns':'توزيع\x20الأعمدة','borderAll':_0x4cf6d3(0x19b),'borderOuter':'الحدود\x20الخارجية','borderInner':'الحدود\x20الداخلية','borderNone':_0x4cf6d3(0x1a0)},'colorPreset':{'resetColor':_0x4cf6d3(0x13f),'white':_0x4cf6d3(0x145),'gray100':_0x4cf6d3(0x14b),'primary100':'أساسي\x20100','blue100':_0x4cf6d3(0x16f),'green100':_0x4cf6d3(0x161),'yellow100':_0x4cf6d3(0x17a),'red100':_0x4cf6d3(0x17b),'gray900':'رمادي\x20900','gray500':'رمادي\x20500','red600':_0x4cf6d3(0x154),'orange600':_0x4cf6d3(0x191),'yellow700':_0x4cf6d3(0x16b),'green600':_0x4cf6d3(0x13b),'blue600':'أزرق\x20600','purple600':_0x4cf6d3(0x141)}}};export{e as default};
1
+ const _0x222e9a=_0x438a;(function(_0x204863,_0x119e3a){const _0x19b895=_0x438a,_0x37d569=_0x204863();while(!![]){try{const _0x5c9ddc=parseInt(_0x19b895(0x195))/0x1*(-parseInt(_0x19b895(0x18e))/0x2)+parseInt(_0x19b895(0x1b9))/0x3+parseInt(_0x19b895(0x1b5))/0x4+parseInt(_0x19b895(0x174))/0x5*(-parseInt(_0x19b895(0x1a3))/0x6)+parseInt(_0x19b895(0x17c))/0x7*(parseInt(_0x19b895(0x186))/0x8)+-parseInt(_0x19b895(0x161))/0x9+parseInt(_0x19b895(0x176))/0xa*(parseInt(_0x19b895(0x1ae))/0xb);if(_0x5c9ddc===_0x119e3a)break;else _0x37d569['push'](_0x37d569['shift']());}catch(_0x1f77db){_0x37d569['push'](_0x37d569['shift']());}}}(_0xedce,0xbf349));function _0xedce(){const _0xd14ea7=['منقط','نسخ','رمادي\x20100','الصفوف','مظهر\x20الجدول','صف\x20الرأس','الحد\x20العمودي\x20الداخلي','صفوف\x20متناوبة','صف\x20التذييل','محاذاة\x20عمودية','إدراج\x20صف\x20أعلاه','صلب','محاذاة\x20لليسار','5511336CAcyfX','الحد\x20الأيسر','إلغاء\x20دمج\x20الخلايا','أخضر\x20600','الشفافية','لا\x20شيء','نقل\x20عمود','إغلاق','تسطير','النص','محاذاة\x20لليمين','7230487aCQtZy','محاذاة\x20أفقية','زيادة\x20حجم\x20الخط','حذف\x20الصف','نمط\x20الخلية','مائل','إرسال\x20إلى\x20المؤخرة','6015532ayhMOq','أبيض','مصدر\x20الصورة','بنفسجي\x20600','1428330akhjmW','الحد','الحد\x20الخارجي','رمادي\x20500','أزرق\x20600','تعبئة\x20صورة\x20أو\x20نسيج','توزيع','تحديد\x20الجدول','محاذاة\x20للأعلى','محاذاة\x20للأسفل','الحدود','لوحة','لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','التخطيط','أزرق\x20100','شريط\x20الأدوات\x20العائم','الحد\x20العلوي','أصفر\x20700','بدون\x20تعبئة','حذف\x20العمود','تصميم\x20الجدول','إرسال\x20إلى\x20الخلف','إدراج\x20عمود','الحدود\x20الخارجية','أحمر\x20100','الحدود\x20الداخلية','6261543TpsXto','عرض\x20الحد','نسق\x20الجدول','توزيع\x20الصفوف','تحديد\x20خلية','إدراج\x20صف','إدراج\x20صف\x20أدناه','تطبيق','نقل\x20الصفوف','إدراج\x20عمود\x20إلى\x20اليمين','نقل\x20صف','تعبئة\x20صلبة','بلا\x20حدود','تنسيق\x20النص','ترتيب','شرطة\x20ونقطة','متوسط','الحد\x20الأيمن','محاذاة\x20للوسط','5BJFKoz','اللون','10mvTlxJ','أفضل\x20تطابق','أخضر\x20100','محاذاة\x20للوسط\x20عموديًا','غامق','أعمدة\x20متناوبة','7ffSsFX','تحديد\x20الصف','توزيع\x20الأعمدة','إعادة\x20تعيين\x20اللون','لون\x20خلفية\x20الجدول','الحجم\x20المخصص','إدراج','حذف\x20الجدول','أحمر\x20600','فاتح','3461648mQWext','إدراج\x20عمود\x20إلى\x20اليسار','أنماط\x20الجدول','لون\x20حد\x20الجدول','الأنماط','رمادي\x20900','العمود\x20الأول','دمج\x20الخلايا','2216aKFPFT','الحد\x20الأفقي\x20الداخلي','حذف','بسيط','برتقالي\x20600','حجم\x20الجدول','توسيع','607qIdUkQ'];_0xedce=function(){return _0xd14ea7;};return _0xedce();}const e={'slides-table-ui':{'insertToolbar':{'table':'جدول'},'tableSizePicker':{'title':_0x222e9a(0x193),'customSize':_0x222e9a(0x181),'rows':_0x222e9a(0x199),'columns':'الأعمدة','insert':_0x222e9a(0x182),'apply':_0x222e9a(0x168)},'mobile':{'operations':_0x222e9a(0x154),'selectCell':_0x222e9a(0x165),'edit':_0x222e9a(0x18a),'close':_0x222e9a(0x1aa),'expand':_0x222e9a(0x194),'collapse':'طي','back':'رجوع'},'ribbon':{'tableDesign':_0x222e9a(0x15b),'styles':_0x222e9a(0x188),'cellStyle':_0x222e9a(0x1b2),'text':_0x222e9a(0x1ac),'layout':_0x222e9a(0x154),'arrange':_0x222e9a(0x16f),'panel':_0x222e9a(0x152),'floatingToolbar':_0x222e9a(0x156),'arrangeForward':'إحضار\x20إلى\x20الأمام','arrangeBackward':_0x222e9a(0x15c),'bringToFront':'إحضار\x20إلى\x20المقدمة','sendToBack':_0x222e9a(0x1b4)},'editorToolbar':{'fontFamily':'الخط','fontSize':'حجم\x20الخط','increaseFontSize':_0x222e9a(0x1b0),'decreaseFontSize':'تقليل\x20حجم\x20الخط','orderedList':'قائمة\x20مرقمة','bulletList':'قائمة\x20نقطية','textFormat':_0x222e9a(0x16e),'bold':_0x222e9a(0x17a),'italic':_0x222e9a(0x1b3),'underline':_0x222e9a(0x1ab),'strikethrough':'يتوسطه\x20خط','textColor':'لون\x20النص','textBackgroundColor':'لون\x20خلفية\x20النص','tableBackgroundColor':_0x222e9a(0x180),'tableBorderColor':_0x222e9a(0x189),'borderWidth':_0x222e9a(0x162),'borderStyle':'نمط\x20الحد','border':_0x222e9a(0x1ba),'borderStyleSolid':_0x222e9a(0x1a1),'borderStyleDash':'متقطع','borderStyleDot':_0x222e9a(0x196),'borderStyleDashDot':_0x222e9a(0x170),'noBorder':_0x222e9a(0x16d),'borderPresetAll':'كل\x20الحدود','borderPresetInner':'الحدود\x20الداخلية','borderPresetOuter':_0x222e9a(0x1bb),'borderPresetTop':_0x222e9a(0x157),'borderPresetBottom':'الحد\x20السفلي','borderPresetLeft':_0x222e9a(0x1a4),'borderPresetRight':_0x222e9a(0x172),'borderPresetInnerHorizontal':_0x222e9a(0x18f),'borderPresetInnerVertical':_0x222e9a(0x19c),'none':_0x222e9a(0x1a8),'horizontalAlign':_0x222e9a(0x1af),'verticalAlign':_0x222e9a(0x19f),'alignLeft':_0x222e9a(0x1a2),'alignCenter':_0x222e9a(0x173),'alignRight':_0x222e9a(0x1ad),'alignJustify':'ضبط','alignTop':_0x222e9a(0x14f),'alignMiddle':_0x222e9a(0x179),'alignBottom':_0x222e9a(0x150),'mergeCells':_0x222e9a(0x18d),'unmergeCells':_0x222e9a(0x1a5),'tableTheme':_0x222e9a(0x163),'tableLook':_0x222e9a(0x19a),'headerRow':_0x222e9a(0x19b),'footerRow':_0x222e9a(0x19e),'bandedRows':_0x222e9a(0x19d),'bandedColumns':_0x222e9a(0x17b),'firstColumn':_0x222e9a(0x18c),'lastColumn':'العمود\x20الأخير','bestMatch':_0x222e9a(0x177),'light':_0x222e9a(0x185),'medium':_0x222e9a(0x171),'minimal':_0x222e9a(0x191)},'shapePanel':{'fill':{'noFill':_0x222e9a(0x159),'solidFill':_0x222e9a(0x16c),'gradientFill':'تعبئة\x20متدرجة','pictureFill':_0x222e9a(0x1be),'color':_0x222e9a(0x175),'transparency':_0x222e9a(0x1a7),'picture':{'source':_0x222e9a(0x1b7),'insert':'إدراج\x20صورة'}}},'structuralControls':{'selectRow':_0x222e9a(0x17d),'selectColumn':'تحديد\x20العمود','selectTable':_0x222e9a(0x14e),'insertRow':_0x222e9a(0x166),'insertColumn':_0x222e9a(0x15d),'moveRow':_0x222e9a(0x16b),'moveColumn':_0x222e9a(0x1a9),'moveRows':_0x222e9a(0x169),'moveColumns':'نقل\x20الأعمدة','cannotMoveMergedRows':_0x222e9a(0x153),'cannotMoveMergedColumns':'لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة'},'contextMenu':{'insert':_0x222e9a(0x182),'delete':_0x222e9a(0x190),'distribute':_0x222e9a(0x1bf),'borders':_0x222e9a(0x151),'tableBackgroundColor':_0x222e9a(0x180),'copy':_0x222e9a(0x197),'cut':'قص','deleteTable':_0x222e9a(0x183),'insertRowAbove':_0x222e9a(0x1a0),'insertRowBelow':_0x222e9a(0x167),'insertColumnLeft':_0x222e9a(0x187),'insertColumnRight':_0x222e9a(0x16a),'deleteRow':_0x222e9a(0x1b1),'deleteColumn':_0x222e9a(0x15a),'distributeRows':_0x222e9a(0x164),'distributeColumns':_0x222e9a(0x17e),'borderAll':'كل\x20الحدود','borderOuter':_0x222e9a(0x15e),'borderInner':_0x222e9a(0x160),'borderNone':'بدون\x20حدود'},'colorPreset':{'resetColor':_0x222e9a(0x17f),'white':_0x222e9a(0x1b6),'gray100':_0x222e9a(0x198),'primary100':'أساسي\x20100','blue100':_0x222e9a(0x155),'green100':_0x222e9a(0x178),'yellow100':'أصفر\x20100','red100':_0x222e9a(0x15f),'gray900':_0x222e9a(0x18b),'gray500':_0x222e9a(0x1bc),'red600':_0x222e9a(0x184),'orange600':_0x222e9a(0x192),'yellow700':_0x222e9a(0x158),'green600':_0x222e9a(0x1a6),'blue600':_0x222e9a(0x1bd),'purple600':_0x222e9a(0x1b8)}}};function _0x438a(_0x4a9123,_0x134bde){_0x4a9123=_0x4a9123-0x14e;const _0xedce43=_0xedce();let _0x438a87=_0xedce43[_0x4a9123];return _0x438a87;}export{e as default};
@@ -1 +1 @@
1
- function _0x1ae6(){const _0x545f05=['Alinea\x20a\x20l\x27esquerra','Insereix\x20columna\x20a\x20la\x20dreta','Columnes\x20alternes','Inserir\x20imatge','3619090rdHNcI','Alineació\x20horitzontal','Totes\x20les\x20vores','Alinea\x20a\x20baix','Vora\x20inferior','Groc\x20100','Gris\x20100','Centra','Vores\x20interiors','No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','Vora\x20dreta','313870meYDpa','Emplenament\x20sòlid','Ratllat','Transparència','Vores','Millor\x20coincidència','Blau\x20600','Mou\x20files','Verd\x20100','7aIjnze','Cap','Vora\x20superior','Alineació\x20vertical','Mínim','Emplenament\x20degradat','Tema\x20de\x20taula','Retalla','Color\x20de\x20vora\x20de\x20la\x20taula','Insereix','Alinea\x20al\x20mig','Distribueix','Aspecte\x20de\x20taula','Suprimeix\x20fila','Copia','Vora\x20horitzontal\x20interna','Color','Format\x20de\x20text','62CBKVQs','Groc\x20700','Alinea\x20a\x20dalt','Emplenament\x20d\x27imatge\x20o\x20textura','Gris\x20900','3wCSLRt','9992888WDDZCY','Amplada\x20de\x20la\x20vora','Llista\x20amb\x20pics','Files\x20alternes','Guió-punt','Blau\x20100','Vora\x20vertical\x20interna','Vora\x20exterior','Selecciona\x20columna','Distribueix\x20columnes','Família\x20de\x20lletra','9tydWiz','Fila\x20de\x20capçalera','Selecciona\x20taula','Justifica','Verd\x20600','Insereix\x20fila','Vores\x20internes','220phGxDF','Barra\x20d’eines\x20flotant','Reinicia\x20el\x20color','Fila\x20de\x20peu','Distribueix\x20files','Separa\x20cel·les','Sense\x20vora','Augmenta\x20la\x20mida\x20de\x20la\x20lletra','Suprimeix\x20columna','Insereix\x20columna\x20a\x20l’esquerra','Cursiva','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades','102ejVTij','Insereix\x20fila\x20a\x20sota','Mida\x20de\x20lletra','Estil\x20de\x20la\x20vora','Última\x20columna','Sense\x20vores','43933VFYBSK','5651004imBVBP','Porta\x20endavant','Porpra\x20600','38975092btWmvZ','Estils\x20de\x20taula','Primera\x20columna','Vermell\x20100','Alinea\x20a\x20la\x20dreta','Organitza','Color\x20de\x20fons\x20de\x20la\x20taula','Disseny\x20de\x20taula','Selecciona\x20fila','Puntejada','Insereix\x20fila\x20a\x20sobre','Suprimeix','Blanc','Gris\x20500','603960eRAQxR','Negreta','Redueix\x20la\x20mida\x20de\x20la\x20lletra','Insereix\x20columna'];_0x1ae6=function(){return _0x545f05;};return _0x1ae6();}const _0x299e77=_0x5267;function _0x5267(_0x42062a,_0x285597){_0x42062a=_0x42062a-0x168;const _0x1ae6e7=_0x1ae6();let _0x52678d=_0x1ae6e7[_0x42062a];return _0x52678d;}(function(_0xe7f36c,_0xb3eddc){const _0xd37a10=_0x5267,_0xb9459=_0xe7f36c();while(!![]){try{const _0x357016=parseInt(_0xd37a10(0x1b9))/0x1*(parseInt(_0xd37a10(0x18f))/0x2)+-parseInt(_0xd37a10(0x194))/0x3*(-parseInt(_0xd37a10(0x1ba))/0x4)+-parseInt(_0xd37a10(0x174))/0x5*(-parseInt(_0xd37a10(0x1b3))/0x6)+parseInt(_0xd37a10(0x17d))/0x7*(parseInt(_0xd37a10(0x195))/0x8)+-parseInt(_0xd37a10(0x1a0))/0x9*(parseInt(_0xd37a10(0x169))/0xa)+-parseInt(_0xd37a10(0x1a7))/0xb*(parseInt(_0xd37a10(0x1cb))/0xc)+-parseInt(_0xd37a10(0x1bd))/0xd;if(_0x357016===_0xb3eddc)break;else _0xb9459['push'](_0xb9459['shift']());}catch(_0x5b471c){_0xb9459['push'](_0xb9459['shift']());}}}(_0x1ae6,0xb0d7e));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x299e77(0x1c4),'styles':_0x299e77(0x1be),'cellStyle':'Estil\x20de\x20cel·la','text':'Text','layout':'Disposició','arrange':_0x299e77(0x1c2),'panel':'Tauler','floatingToolbar':_0x299e77(0x1a8),'arrangeForward':_0x299e77(0x1bb),'arrangeBackward':'Envia\x20enrere','bringToFront':'Porta\x20al\x20davant','sendToBack':'Envia\x20al\x20fons'},'editorToolbar':{'fontFamily':_0x299e77(0x19f),'fontSize':_0x299e77(0x1b5),'increaseFontSize':_0x299e77(0x1ae),'decreaseFontSize':_0x299e77(0x1cd),'orderedList':'Llista\x20numerada','bulletList':_0x299e77(0x197),'textFormat':_0x299e77(0x18e),'bold':_0x299e77(0x1cc),'italic':_0x299e77(0x1b1),'underline':'Subratllat','strikethrough':_0x299e77(0x176),'textColor':'Color\x20del\x20text','textBackgroundColor':'Color\x20de\x20fons\x20del\x20text','tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','tableBorderColor':_0x299e77(0x185),'borderWidth':_0x299e77(0x196),'borderStyle':_0x299e77(0x1b6),'border':'Vora','borderStyleSolid':'Sòlida','borderStyleDash':'Discontínua','borderStyleDot':_0x299e77(0x1c6),'borderStyleDashDot':_0x299e77(0x199),'noBorder':_0x299e77(0x1ad),'borderPresetAll':_0x299e77(0x16b),'borderPresetInner':_0x299e77(0x1a6),'borderPresetOuter':_0x299e77(0x19c),'borderPresetTop':_0x299e77(0x17f),'borderPresetBottom':_0x299e77(0x16d),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':_0x299e77(0x173),'borderPresetInnerHorizontal':_0x299e77(0x18c),'borderPresetInnerVertical':_0x299e77(0x19b),'none':_0x299e77(0x17e),'horizontalAlign':_0x299e77(0x16a),'verticalAlign':_0x299e77(0x180),'alignLeft':_0x299e77(0x1cf),'alignCenter':_0x299e77(0x170),'alignRight':_0x299e77(0x1c1),'alignJustify':_0x299e77(0x1a3),'alignTop':_0x299e77(0x191),'alignMiddle':_0x299e77(0x187),'alignBottom':_0x299e77(0x16c),'mergeCells':'Combina\x20cel·les','unmergeCells':_0x299e77(0x1ac),'tableTheme':_0x299e77(0x183),'tableLook':_0x299e77(0x189),'headerRow':_0x299e77(0x1a1),'footerRow':_0x299e77(0x1aa),'bandedRows':_0x299e77(0x198),'bandedColumns':_0x299e77(0x1d1),'firstColumn':_0x299e77(0x1bf),'lastColumn':_0x299e77(0x1b7),'bestMatch':_0x299e77(0x179),'light':'Clar','medium':'Mitjana','minimal':_0x299e77(0x181)},'shapePanel':{'fill':{'noFill':'Sense\x20emplenament','solidFill':_0x299e77(0x175),'gradientFill':_0x299e77(0x182),'pictureFill':_0x299e77(0x192),'color':_0x299e77(0x18d),'transparency':_0x299e77(0x177),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x299e77(0x168)}}},'structuralControls':{'selectRow':_0x299e77(0x1c5),'selectColumn':_0x299e77(0x19d),'selectTable':_0x299e77(0x1a2),'insertRow':_0x299e77(0x1a5),'insertColumn':_0x299e77(0x1ce),'moveRow':'Mou\x20fila','moveColumn':'Mou\x20columna','moveRows':_0x299e77(0x17b),'moveColumns':'Mou\x20columnes','cannotMoveMergedRows':_0x299e77(0x172),'cannotMoveMergedColumns':_0x299e77(0x1b2)},'contextMenu':{'insert':_0x299e77(0x186),'delete':_0x299e77(0x1c8),'distribute':_0x299e77(0x188),'borders':_0x299e77(0x178),'tableBackgroundColor':_0x299e77(0x1c3),'copy':_0x299e77(0x18b),'cut':_0x299e77(0x184),'deleteTable':'Suprimeix\x20taula','insertRowAbove':_0x299e77(0x1c7),'insertRowBelow':_0x299e77(0x1b4),'insertColumnLeft':_0x299e77(0x1b0),'insertColumnRight':_0x299e77(0x1d0),'deleteRow':_0x299e77(0x18a),'deleteColumn':_0x299e77(0x1af),'distributeRows':_0x299e77(0x1ab),'distributeColumns':_0x299e77(0x19e),'borderAll':_0x299e77(0x16b),'borderOuter':'Vores\x20exteriors','borderInner':_0x299e77(0x171),'borderNone':_0x299e77(0x1b8)},'colorPreset':{'resetColor':_0x299e77(0x1a9),'white':_0x299e77(0x1c9),'gray100':_0x299e77(0x16f),'primary100':'Principal\x20100','blue100':_0x299e77(0x19a),'green100':_0x299e77(0x17c),'yellow100':_0x299e77(0x16e),'red100':_0x299e77(0x1c0),'gray900':_0x299e77(0x193),'gray500':_0x299e77(0x1ca),'red600':'Vermell\x20600','orange600':'Taronja\x20600','yellow700':_0x299e77(0x190),'green600':_0x299e77(0x1a4),'blue600':_0x299e77(0x17a),'purple600':_0x299e77(0x1bc)}}};export{e as default};
1
+ const _0x490d9c=_0x1634;function _0x1c42(){const _0x10a02b=['33891ASqXQK','Copia','Vora\x20superior','Vora\x20horitzontal\x20interna','Selecciona\x20columna','Alinea\x20a\x20dalt','Tanca','Mida\x20personalitzada','Tauler','14WTBEXr','Vora\x20esquerra','Puntejada','Insereix\x20columna\x20a\x20la\x20dreta','Alinea\x20a\x20l\x27esquerra','Vora','Insereix','Mou\x20fila','Centra','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades','Distribueix','Color\x20de\x20vora\x20de\x20la\x20taula','Alinea\x20a\x20la\x20dreta','Clar','Llista\x20numerada','Vores\x20interiors','4462696RMSUnG','Barra\x20d’eines\x20flotant','Vores\x20exteriors','Files','Sense\x20vora','Família\x20de\x20lletra','Retalla','Blau\x20600','2474984LoHFPg','Columnes','3214075fsAoxm','Alinea\x20al\x20mig','Selecciona\x20taula','Insereix\x20columna\x20a\x20l’esquerra','Groc\x20100','Negreta','Combina\x20cel·les','Cap','Fila\x20de\x20peu','Emplenament\x20sòlid','Ratllat','Gris\x20900','Blanc','1286748mIItVh','318168JIcjFV','Format\x20de\x20text','Mou\x20columna','Selecciona\x20fila','Suprimeix','Files\x20alternes','Guió-punt','Mida\x20de\x20la\x20taula','Última\x20columna','Insereix\x20fila','Color\x20de\x20fons\x20de\x20la\x20taula','Insereix\x20columna','Aplica','Suprimeix\x20fila','Estils\x20de\x20taula','Disposició','Gris\x20500','Estil\x20de\x20la\x20vora','27HoBzQH','Cursiva','Text','Vores\x20internes','Estils','Alineació\x20horitzontal','Fila\x20de\x20capçalera','Emplenament\x20degradat','Aspecte\x20de\x20taula','Sense\x20vores','Amplada\x20de\x20la\x20vora','Emplenament\x20d\x27imatge\x20o\x20textura','Separa\x20cel·les','Reinicia\x20el\x20color','Insereix\x20fila\x20a\x20sota','Inserir\x20imatge','Mida\x20de\x20lletra','Porpra\x20600','Redueix\x20la\x20mida\x20de\x20la\x20lletra','Blau\x20100','Tema\x20de\x20taula','Mínim','Llista\x20amb\x20pics','14400eVwoNA','Taronja\x20600','Vora\x20vertical\x20interna','Redueix','Columnes\x20alternes','Distribueix\x20files','2nPxFap','Vora\x20exterior','Principal\x20100','Mou\x20columnes','Vores','Mitjana','Estil\x20de\x20cel·la','Millor\x20coincidència','Enrere','Groc\x20700','1519026iYWdgX','Augmenta\x20la\x20mida\x20de\x20la\x20lletra','Totes\x20les\x20vores','Sense\x20emplenament','Alinea\x20a\x20baix','Vora\x20dreta','Origen\x20de\x20la\x20imatge','Justifica','Vora\x20inferior'];_0x1c42=function(){return _0x10a02b;};return _0x1c42();}function _0x1634(_0xdf4267,_0x55dbf9){_0xdf4267=_0xdf4267-0x196;const _0x1c42d6=_0x1c42();let _0x16341c=_0x1c42d6[_0xdf4267];return _0x16341c;}(function(_0x3fcd80,_0x22e5df){const _0x419103=_0x1634,_0x767a5=_0x3fcd80();while(!![]){try{const _0x187fa0=-parseInt(_0x419103(0x1d3))/0x1*(parseInt(_0x419103(0x1a3))/0x2)+-parseInt(_0x419103(0x1a4))/0x3+-parseInt(_0x419103(0x1ff))/0x4+-parseInt(_0x419103(0x196))/0x5+-parseInt(_0x419103(0x1dd))/0x6*(-parseInt(_0x419103(0x1ef))/0x7)+parseInt(_0x419103(0x207))/0x8*(-parseInt(_0x419103(0x1b6))/0x9)+-parseInt(_0x419103(0x1cd))/0xa*(-parseInt(_0x419103(0x1e6))/0xb);if(_0x187fa0===_0x22e5df)break;else _0x767a5['push'](_0x767a5['shift']());}catch(_0x441343){_0x767a5['push'](_0x767a5['shift']());}}}(_0x1c42,0xd2d52));const e={'slides-table-ui':{'insertToolbar':{'table':'Taula'},'tableSizePicker':{'title':_0x490d9c(0x1ab),'customSize':_0x490d9c(0x1ed),'rows':_0x490d9c(0x202),'columns':_0x490d9c(0x208),'insert':_0x490d9c(0x1f5),'apply':_0x490d9c(0x1b0)},'mobile':{'operations':_0x490d9c(0x1b3),'selectCell':'Selecciona\x20una\x20cel·la','edit':_0x490d9c(0x1ba),'close':_0x490d9c(0x1ec),'expand':'Amplia','collapse':_0x490d9c(0x1d0),'back':_0x490d9c(0x1db)},'ribbon':{'tableDesign':'Disseny\x20de\x20taula','styles':_0x490d9c(0x1b2),'cellStyle':_0x490d9c(0x1d9),'text':_0x490d9c(0x1b8),'layout':_0x490d9c(0x1b3),'arrange':'Organitza','panel':_0x490d9c(0x1ee),'floatingToolbar':_0x490d9c(0x200),'arrangeForward':'Porta\x20endavant','arrangeBackward':'Envia\x20enrere','bringToFront':'Porta\x20al\x20davant','sendToBack':'Envia\x20al\x20fons'},'editorToolbar':{'fontFamily':_0x490d9c(0x204),'fontSize':_0x490d9c(0x1c6),'increaseFontSize':_0x490d9c(0x1de),'decreaseFontSize':_0x490d9c(0x1c8),'orderedList':_0x490d9c(0x1fd),'bulletList':_0x490d9c(0x1cc),'textFormat':_0x490d9c(0x1a5),'bold':_0x490d9c(0x19b),'italic':_0x490d9c(0x1b7),'underline':'Subratllat','strikethrough':_0x490d9c(0x1a0),'textColor':'Color\x20del\x20text','textBackgroundColor':'Color\x20de\x20fons\x20del\x20text','tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','tableBorderColor':_0x490d9c(0x1fa),'borderWidth':_0x490d9c(0x1c0),'borderStyle':_0x490d9c(0x1b5),'border':_0x490d9c(0x1f4),'borderStyleSolid':'Sòlida','borderStyleDash':'Discontínua','borderStyleDot':_0x490d9c(0x1f1),'borderStyleDashDot':_0x490d9c(0x1aa),'noBorder':_0x490d9c(0x203),'borderPresetAll':'Totes\x20les\x20vores','borderPresetInner':_0x490d9c(0x1b9),'borderPresetOuter':_0x490d9c(0x1d4),'borderPresetTop':_0x490d9c(0x1e8),'borderPresetBottom':_0x490d9c(0x1e5),'borderPresetLeft':_0x490d9c(0x1f0),'borderPresetRight':_0x490d9c(0x1e2),'borderPresetInnerHorizontal':_0x490d9c(0x1e9),'borderPresetInnerVertical':_0x490d9c(0x1cf),'none':_0x490d9c(0x19d),'horizontalAlign':_0x490d9c(0x1bb),'verticalAlign':'Alineació\x20vertical','alignLeft':_0x490d9c(0x1f3),'alignCenter':_0x490d9c(0x1f7),'alignRight':_0x490d9c(0x1fb),'alignJustify':_0x490d9c(0x1e4),'alignTop':_0x490d9c(0x1eb),'alignMiddle':_0x490d9c(0x197),'alignBottom':_0x490d9c(0x1e1),'mergeCells':_0x490d9c(0x19c),'unmergeCells':_0x490d9c(0x1c2),'tableTheme':_0x490d9c(0x1ca),'tableLook':_0x490d9c(0x1be),'headerRow':_0x490d9c(0x1bc),'footerRow':_0x490d9c(0x19e),'bandedRows':_0x490d9c(0x1a9),'bandedColumns':_0x490d9c(0x1d1),'firstColumn':'Primera\x20columna','lastColumn':_0x490d9c(0x1ac),'bestMatch':_0x490d9c(0x1da),'light':_0x490d9c(0x1fc),'medium':_0x490d9c(0x1d8),'minimal':_0x490d9c(0x1cb)},'shapePanel':{'fill':{'noFill':_0x490d9c(0x1e0),'solidFill':_0x490d9c(0x19f),'gradientFill':_0x490d9c(0x1bd),'pictureFill':_0x490d9c(0x1c1),'color':'Color','transparency':'Transparència','picture':{'source':_0x490d9c(0x1e3),'insert':_0x490d9c(0x1c5)}}},'structuralControls':{'selectRow':_0x490d9c(0x1a7),'selectColumn':_0x490d9c(0x1ea),'selectTable':_0x490d9c(0x198),'insertRow':_0x490d9c(0x1ad),'insertColumn':_0x490d9c(0x1af),'moveRow':_0x490d9c(0x1f6),'moveColumn':_0x490d9c(0x1a6),'moveRows':'Mou\x20files','moveColumns':_0x490d9c(0x1d6),'cannotMoveMergedRows':'No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','cannotMoveMergedColumns':_0x490d9c(0x1f8)},'contextMenu':{'insert':'Insereix','delete':_0x490d9c(0x1a8),'distribute':_0x490d9c(0x1f9),'borders':_0x490d9c(0x1d7),'tableBackgroundColor':_0x490d9c(0x1ae),'copy':_0x490d9c(0x1e7),'cut':_0x490d9c(0x205),'deleteTable':'Suprimeix\x20taula','insertRowAbove':'Insereix\x20fila\x20a\x20sobre','insertRowBelow':_0x490d9c(0x1c4),'insertColumnLeft':_0x490d9c(0x199),'insertColumnRight':_0x490d9c(0x1f2),'deleteRow':_0x490d9c(0x1b1),'deleteColumn':'Suprimeix\x20columna','distributeRows':_0x490d9c(0x1d2),'distributeColumns':'Distribueix\x20columnes','borderAll':_0x490d9c(0x1df),'borderOuter':_0x490d9c(0x201),'borderInner':_0x490d9c(0x1fe),'borderNone':_0x490d9c(0x1bf)},'colorPreset':{'resetColor':_0x490d9c(0x1c3),'white':_0x490d9c(0x1a2),'gray100':'Gris\x20100','primary100':_0x490d9c(0x1d5),'blue100':_0x490d9c(0x1c9),'green100':'Verd\x20100','yellow100':_0x490d9c(0x19a),'red100':'Vermell\x20100','gray900':_0x490d9c(0x1a1),'gray500':_0x490d9c(0x1b4),'red600':'Vermell\x20600','orange600':_0x490d9c(0x1ce),'yellow700':_0x490d9c(0x1dc),'green600':'Verd\x20600','blue600':_0x490d9c(0x206),'purple600':_0x490d9c(0x1c7)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x120c0b=_0x364c;function _0x364c(_0x197701,_0x513cca){_0x197701=_0x197701-0xdf;const _0x26b9f0=_0x26b9();let _0x364c55=_0x26b9f0[_0x197701];return _0x364c55;}function _0x26b9(){const _0x5dfad7=['Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Texthintergrundfarbe','11468532cTnSCd','Blocksatz','Fußzeile','Kursiv','Textfarbe','Spalten\x20verteilen','Rahmenbreite','Rahmen','Oben\x20ausrichten','Linksbündig','Anordnen','Äußere\x20Rahmen','Farbe','Ausschneiden','Farbverlauffüllung','2088RnIDwr','Gestrichelt','Zeilen\x20verschieben','Verteilen','Tabelle\x20löschen','Spalten\x20verschieben','Mittel','Eine\x20Ebene\x20nach\x20vorne','Einfügen','Innere\x20Rahmen','3115AemOVI','Aufzählung','Keine\x20Füllung','Spalte\x20links\x20einfügen','Äußerer\x20Rahmen','Kopfzeile','Vertikal\x20zentrieren','Tabelle\x20auswahlen','Alle\x20Rahmen','Oberer\x20Rahmen','Unterstrichen','Durchgezogen','Schriftgröße','In\x20den\x20Vordergrund','Zentriert','Bild\x20einfügen','Farbe\x20zurücksetzen','Durchgestrichen','Weiß','Violett\x20600','Rechter\x20Rahmen','Layout','Zeile\x20oberhalb\x20einfügen','Bildquelle','Bild-\x20oder\x20Texturfüllung','Kopieren','Tabellenrahmenfarbe','Zellen\x20verbinden','Zeile\x20verschieben','Rahmenstil','In\x20den\x20Hintergrund','Letzte\x20Spalte','Orange\x20600','Einfarbige\x20Füllung','Spalte\x20löschen','136wWTnwa','Nummerierte\x20Liste','Innerer\x20vertikaler\x20Rahmen','Tabellenhintergrundfarbe','Erste\x20Spalte','Grau\x20900','Spalte\x20rechts\x20einfügen','4SdhhQk','Kein\x20Rahmen','Blau\x20100','4591893nNzkhJ','Unten\x20ausrichten','Innerer\x20horizontaler\x20Rahmen','Gelb\x20700','Spalte\x20einfugen','Löschen','340911yiqMqd','Zeile\x20auswahlen','Tabellendesign','7645630WkNfzD','Textformat','Rot\x20600','Schrift\x20vergrößern','Beste\x20Übereinstimmung','Grün\x20600','Tabellenformatvorlagen','Zeile\x20einfugen','Text','Hell','Tabellenformat','12929WyVhZp','Zeile\x20unterhalb\x20einfügen','Unverankerte\x20Symbolleiste','55yjHSJN','Zellenformat','14066610xwQcxC','Primär\x20100','Vertikale\x20Ausrichtung','534PqSJzz','Minimal'];_0x26b9=function(){return _0x5dfad7;};return _0x26b9();}(function(_0x5211ed,_0x59c19f){const _0x2c89e9=_0x364c,_0x3bd9d6=_0x5211ed();while(!![]){try{const _0x37aae4=-parseInt(_0x2c89e9(0xe8))/0x1*(parseInt(_0x2c89e9(0x131))/0x2)+parseInt(_0x2c89e9(0x115))/0x3*(-parseInt(_0x2c89e9(0x112))/0x4)+-parseInt(_0x2c89e9(0x11e))/0x5+parseInt(_0x2c89e9(0x144))/0x6*(parseInt(_0x2c89e9(0x129))/0x7)+-parseInt(_0x2c89e9(0x10b))/0x8*(-parseInt(_0x2c89e9(0x11b))/0x9)+-parseInt(_0x2c89e9(0x12e))/0xa+-parseInt(_0x2c89e9(0x12c))/0xb*(-parseInt(_0x2c89e9(0x135))/0xc);if(_0x37aae4===_0x59c19f)break;else _0x3bd9d6['push'](_0x3bd9d6['shift']());}catch(_0x577545){_0x3bd9d6['push'](_0x3bd9d6['shift']());}}}(_0x26b9,0xbb49b));const e={'slides-table-ui':{'ribbon':{'tableDesign':'Tabellendesign','styles':_0x120c0b(0x124),'cellStyle':_0x120c0b(0x12d),'text':_0x120c0b(0x126),'layout':_0x120c0b(0xfd),'arrange':_0x120c0b(0x13f),'panel':'Bereich','floatingToolbar':_0x120c0b(0x12b),'arrangeForward':_0x120c0b(0xe5),'arrangeBackward':'Eine\x20Ebene\x20nach\x20hinten','bringToFront':_0x120c0b(0xf5),'sendToBack':_0x120c0b(0x106)},'editorToolbar':{'fontFamily':'Schriftart','fontSize':_0x120c0b(0xf4),'increaseFontSize':_0x120c0b(0x121),'decreaseFontSize':'Schrift\x20verkleinern','orderedList':_0x120c0b(0x10c),'bulletList':_0x120c0b(0xe9),'textFormat':_0x120c0b(0x11f),'bold':'Fett','italic':_0x120c0b(0x138),'underline':_0x120c0b(0xf2),'strikethrough':_0x120c0b(0xf9),'textColor':_0x120c0b(0x139),'textBackgroundColor':_0x120c0b(0x134),'tableBackgroundColor':_0x120c0b(0x10e),'tableBorderColor':_0x120c0b(0x102),'borderWidth':_0x120c0b(0x13b),'borderStyle':_0x120c0b(0x105),'border':'Rahmen','borderStyleSolid':_0x120c0b(0xf3),'borderStyleDash':_0x120c0b(0xdf),'borderStyleDot':'Gepunktet','borderStyleDashDot':'Strichpunkt','noBorder':_0x120c0b(0x113),'borderPresetAll':'Alle\x20Rahmen','borderPresetInner':_0x120c0b(0xe7),'borderPresetOuter':_0x120c0b(0xec),'borderPresetTop':_0x120c0b(0xf1),'borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':_0x120c0b(0xfc),'borderPresetInnerHorizontal':_0x120c0b(0x117),'borderPresetInnerVertical':_0x120c0b(0x10d),'none':'Keine','horizontalAlign':'Horizontale\x20Ausrichtung','verticalAlign':_0x120c0b(0x130),'alignLeft':_0x120c0b(0x13e),'alignCenter':_0x120c0b(0xf6),'alignRight':'Rechtsbündig','alignJustify':_0x120c0b(0x136),'alignTop':_0x120c0b(0x13d),'alignMiddle':_0x120c0b(0xee),'alignBottom':_0x120c0b(0x116),'mergeCells':_0x120c0b(0x103),'unmergeCells':'Zellen\x20trennen','tableTheme':_0x120c0b(0x11d),'tableLook':_0x120c0b(0x128),'headerRow':_0x120c0b(0xed),'footerRow':_0x120c0b(0x137),'bandedRows':'Gebänderte\x20Zeilen','bandedColumns':'Gebänderte\x20Spalten','firstColumn':_0x120c0b(0x10f),'lastColumn':_0x120c0b(0x107),'bestMatch':_0x120c0b(0x122),'light':_0x120c0b(0x127),'medium':_0x120c0b(0xe4),'minimal':_0x120c0b(0x132)},'shapePanel':{'fill':{'noFill':_0x120c0b(0xea),'solidFill':_0x120c0b(0x109),'gradientFill':_0x120c0b(0x143),'pictureFill':_0x120c0b(0x100),'color':_0x120c0b(0x141),'transparency':'Transparenz','picture':{'source':_0x120c0b(0xff),'insert':_0x120c0b(0xf7)}}},'structuralControls':{'selectRow':_0x120c0b(0x11c),'selectColumn':'Spalte\x20auswahlen','selectTable':_0x120c0b(0xef),'insertRow':_0x120c0b(0x125),'insertColumn':_0x120c0b(0x119),'moveRow':_0x120c0b(0x104),'moveColumn':'Spalte\x20verschieben','moveRows':_0x120c0b(0xe0),'moveColumns':_0x120c0b(0xe3),'cannotMoveMergedRows':'Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','cannotMoveMergedColumns':_0x120c0b(0x133)},'contextMenu':{'insert':_0x120c0b(0xe6),'delete':_0x120c0b(0x11a),'distribute':_0x120c0b(0xe1),'borders':_0x120c0b(0x13c),'tableBackgroundColor':_0x120c0b(0x10e),'copy':_0x120c0b(0x101),'cut':_0x120c0b(0x142),'deleteTable':_0x120c0b(0xe2),'insertRowAbove':_0x120c0b(0xfe),'insertRowBelow':_0x120c0b(0x12a),'insertColumnLeft':_0x120c0b(0xeb),'insertColumnRight':_0x120c0b(0x111),'deleteRow':'Zeile\x20löschen','deleteColumn':_0x120c0b(0x10a),'distributeRows':'Zeilen\x20verteilen','distributeColumns':_0x120c0b(0x13a),'borderAll':_0x120c0b(0xf0),'borderOuter':_0x120c0b(0x140),'borderInner':_0x120c0b(0xe7),'borderNone':_0x120c0b(0x113)},'colorPreset':{'resetColor':_0x120c0b(0xf8),'white':_0x120c0b(0xfa),'gray100':'Grau\x20100','primary100':_0x120c0b(0x12f),'blue100':_0x120c0b(0x114),'green100':'Grün\x20100','yellow100':'Gelb\x20100','red100':'Rot\x20100','gray900':_0x120c0b(0x110),'gray500':'Grau\x20500','red600':_0x120c0b(0x120),'orange600':_0x120c0b(0x108),'yellow700':_0x120c0b(0x118),'green600':_0x120c0b(0x123),'blue600':'Blau\x20600','purple600':_0x120c0b(0xfb)}}};export{e as default};
1
+ const _0x6561bc=_0x593b;function _0x593b(_0x340442,_0xf98da7){_0x340442=_0x340442-0x1a2;const _0x1eb345=_0x1eb3();let _0x593b11=_0x1eb345[_0x340442];return _0x593b11;}(function(_0x10e255,_0x5a10ef){const _0x19c5a4=_0x593b,_0x1d7f05=_0x10e255();while(!![]){try{const _0x59bb1c=-parseInt(_0x19c5a4(0x205))/0x1+-parseInt(_0x19c5a4(0x1e4))/0x2+parseInt(_0x19c5a4(0x1c4))/0x3*(-parseInt(_0x19c5a4(0x1ad))/0x4)+-parseInt(_0x19c5a4(0x1ab))/0x5+parseInt(_0x19c5a4(0x1c0))/0x6+parseInt(_0x19c5a4(0x1e3))/0x7*(parseInt(_0x19c5a4(0x1e9))/0x8)+parseInt(_0x19c5a4(0x1f7))/0x9;if(_0x59bb1c===_0x5a10ef)break;else _0x1d7f05['push'](_0x1d7f05['shift']());}catch(_0x35ea6b){_0x1d7f05['push'](_0x1d7f05['shift']());}}}(_0x1eb3,0x4629c));const e={'slides-table-ui':{'insertToolbar':{'table':'Tabelle'},'tableSizePicker':{'title':'Tabellengröße','customSize':_0x6561bc(0x1b4),'rows':'Zeilen','columns':_0x6561bc(0x1e8),'insert':_0x6561bc(0x1db),'apply':_0x6561bc(0x1bb)},'mobile':{'operations':_0x6561bc(0x208),'selectCell':_0x6561bc(0x1da),'edit':'Stile','close':_0x6561bc(0x1ec),'expand':_0x6561bc(0x20a),'collapse':_0x6561bc(0x1fe),'back':_0x6561bc(0x202)},'ribbon':{'tableDesign':_0x6561bc(0x1c1),'styles':_0x6561bc(0x1ff),'cellStyle':_0x6561bc(0x1a9),'text':_0x6561bc(0x1ea),'layout':'Layout','arrange':_0x6561bc(0x1f8),'panel':_0x6561bc(0x1cb),'floatingToolbar':'Unverankerte\x20Symbolleiste','arrangeForward':'Eine\x20Ebene\x20nach\x20vorne','arrangeBackward':_0x6561bc(0x1d3),'bringToFront':_0x6561bc(0x1d6),'sendToBack':_0x6561bc(0x1dd)},'editorToolbar':{'fontFamily':_0x6561bc(0x1ac),'fontSize':_0x6561bc(0x1cf),'increaseFontSize':_0x6561bc(0x1f3),'decreaseFontSize':_0x6561bc(0x1a7),'orderedList':_0x6561bc(0x1d1),'bulletList':'Aufzählung','textFormat':'Textformat','bold':'Fett','italic':'Kursiv','underline':_0x6561bc(0x1df),'strikethrough':_0x6561bc(0x1cc),'textColor':'Textfarbe','textBackgroundColor':'Texthintergrundfarbe','tableBackgroundColor':_0x6561bc(0x1ef),'tableBorderColor':'Tabellenrahmenfarbe','borderWidth':_0x6561bc(0x1ce),'borderStyle':_0x6561bc(0x1f4),'border':_0x6561bc(0x1b5),'borderStyleSolid':'Durchgezogen','borderStyleDash':_0x6561bc(0x1ca),'borderStyleDot':_0x6561bc(0x1fd),'borderStyleDashDot':'Strichpunkt','noBorder':_0x6561bc(0x1fc),'borderPresetAll':_0x6561bc(0x20b),'borderPresetInner':_0x6561bc(0x1e2),'borderPresetOuter':_0x6561bc(0x1c5),'borderPresetTop':_0x6561bc(0x1ed),'borderPresetBottom':_0x6561bc(0x1c7),'borderPresetLeft':_0x6561bc(0x1a6),'borderPresetRight':'Rechter\x20Rahmen','borderPresetInnerHorizontal':_0x6561bc(0x1bc),'borderPresetInnerVertical':_0x6561bc(0x1d5),'none':'Keine','horizontalAlign':_0x6561bc(0x1e1),'verticalAlign':'Vertikale\x20Ausrichtung','alignLeft':_0x6561bc(0x1be),'alignCenter':_0x6561bc(0x1a2),'alignRight':'Rechtsbündig','alignJustify':_0x6561bc(0x1d0),'alignTop':_0x6561bc(0x204),'alignMiddle':_0x6561bc(0x1fa),'alignBottom':_0x6561bc(0x203),'mergeCells':'Zellen\x20verbinden','unmergeCells':_0x6561bc(0x1b8),'tableTheme':'Tabellendesign','tableLook':'Tabellenformat','headerRow':_0x6561bc(0x1f0),'footerRow':_0x6561bc(0x1e0),'bandedRows':_0x6561bc(0x201),'bandedColumns':_0x6561bc(0x209),'firstColumn':'Erste\x20Spalte','lastColumn':_0x6561bc(0x1af),'bestMatch':_0x6561bc(0x1d2),'light':_0x6561bc(0x1c2),'medium':'Mittel','minimal':_0x6561bc(0x1d8)},'shapePanel':{'fill':{'noFill':_0x6561bc(0x1e5),'solidFill':_0x6561bc(0x20c),'gradientFill':_0x6561bc(0x1b0),'pictureFill':_0x6561bc(0x1dc),'color':_0x6561bc(0x1bd),'transparency':_0x6561bc(0x1b6),'picture':{'source':'Bildquelle','insert':_0x6561bc(0x1f6)}}},'structuralControls':{'selectRow':'Zeile\x20auswahlen','selectColumn':'Spalte\x20auswahlen','selectTable':_0x6561bc(0x1e6),'insertRow':_0x6561bc(0x1a4),'insertColumn':_0x6561bc(0x1ae),'moveRow':_0x6561bc(0x1c9),'moveColumn':_0x6561bc(0x1eb),'moveRows':'Zeilen\x20verschieben','moveColumns':_0x6561bc(0x1a3),'cannotMoveMergedRows':_0x6561bc(0x1b3),'cannotMoveMergedColumns':_0x6561bc(0x1b1)},'contextMenu':{'insert':_0x6561bc(0x1db),'delete':_0x6561bc(0x1ba),'distribute':_0x6561bc(0x1d9),'borders':_0x6561bc(0x1b5),'tableBackgroundColor':_0x6561bc(0x1ef),'copy':'Kopieren','cut':_0x6561bc(0x206),'deleteTable':_0x6561bc(0x200),'insertRowAbove':'Zeile\x20oberhalb\x20einfügen','insertRowBelow':_0x6561bc(0x1cd),'insertColumnLeft':_0x6561bc(0x1f2),'insertColumnRight':_0x6561bc(0x1fb),'deleteRow':_0x6561bc(0x1c8),'deleteColumn':_0x6561bc(0x1b7),'distributeRows':_0x6561bc(0x1a8),'distributeColumns':_0x6561bc(0x1d7),'borderAll':_0x6561bc(0x20b),'borderOuter':_0x6561bc(0x1f1),'borderInner':'Innere\x20Rahmen','borderNone':_0x6561bc(0x1fc)},'colorPreset':{'resetColor':_0x6561bc(0x1f5),'white':_0x6561bc(0x1d4),'gray100':_0x6561bc(0x1e7),'primary100':_0x6561bc(0x207),'blue100':_0x6561bc(0x1aa),'green100':_0x6561bc(0x1bf),'yellow100':_0x6561bc(0x1c6),'red100':_0x6561bc(0x1a5),'gray900':_0x6561bc(0x1ee),'gray500':_0x6561bc(0x1b2),'red600':'Rot\x20600','orange600':_0x6561bc(0x1de),'yellow700':_0x6561bc(0x1c3),'green600':_0x6561bc(0x1f9),'blue600':'Blau\x20600','purple600':_0x6561bc(0x1b9)}}};export{e as default};function _0x1eb3(){const _0x4de5d7=['Anwenden','Innerer\x20horizontaler\x20Rahmen','Farbe','Linksbündig','Grün\x20100','804870lreuGE','Tabellendesign','Hell','Gelb\x20700','4929uZWuID','Äußerer\x20Rahmen','Gelb\x20100','Unterer\x20Rahmen','Zeile\x20löschen','Zeile\x20verschieben','Gestrichelt','Bereich','Durchgestrichen','Zeile\x20unterhalb\x20einfügen','Rahmenbreite','Schriftgröße','Blocksatz','Nummerierte\x20Liste','Beste\x20Übereinstimmung','Eine\x20Ebene\x20nach\x20hinten','Weiß','Innerer\x20vertikaler\x20Rahmen','In\x20den\x20Vordergrund','Spalten\x20verteilen','Minimal','Verteilen','Zelle\x20auswählen','Einfügen','Bild-\x20oder\x20Texturfüllung','In\x20den\x20Hintergrund','Orange\x20600','Unterstrichen','Fußzeile','Horizontale\x20Ausrichtung','Innere\x20Rahmen','49BUYBGL','421214YMqqKr','Keine\x20Füllung','Tabelle\x20auswahlen','Grau\x20100','Spalten','210488lVuLdW','Text','Spalte\x20verschieben','Schließen','Oberer\x20Rahmen','Grau\x20900','Tabellenhintergrundfarbe','Kopfzeile','Äußere\x20Rahmen','Spalte\x20links\x20einfügen','Schrift\x20vergrößern','Rahmenstil','Farbe\x20zurücksetzen','Bild\x20einfügen','11836008ebaRaf','Anordnen','Grün\x20600','Vertikal\x20zentrieren','Spalte\x20rechts\x20einfügen','Kein\x20Rahmen','Gepunktet','Einklappen','Tabellenformatvorlagen','Tabelle\x20löschen','Gebänderte\x20Zeilen','Zurück','Unten\x20ausrichten','Oben\x20ausrichten','431426oVsRtk','Ausschneiden','Primär\x20100','Layout','Gebänderte\x20Spalten','Erweitern','Alle\x20Rahmen','Einfarbige\x20Füllung','Zentriert','Spalten\x20verschieben','Zeile\x20einfugen','Rot\x20100','Linker\x20Rahmen','Schrift\x20verkleinern','Zeilen\x20verteilen','Zellenformat','Blau\x20100','1688120OzbOmc','Schriftart','892keiEys','Spalte\x20einfugen','Letzte\x20Spalte','Farbverlauffüllung','Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Grau\x20500','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Benutzerdefinierte\x20Größe','Rahmen','Transparenz','Spalte\x20löschen','Zellen\x20trennen','Violett\x20600','Löschen'];_0x1eb3=function(){return _0x4de5d7;};return _0x1eb3();}
@@ -1 +1 @@
1
- function _0x3330(_0x35e0b7,_0x1047d1){_0x35e0b7=_0x35e0b7-0x10d;const _0x205026=_0x2050();let _0x333047=_0x205026[_0x35e0b7];return _0x333047;}const _0x1946e1=_0x3330;(function(_0xdf7d9,_0x5e0c08){const _0x477a73=_0x3330,_0xe6a85=_0xdf7d9();while(!![]){try{const _0x2832c4=parseInt(_0x477a73(0x144))/0x1+-parseInt(_0x477a73(0x164))/0x2*(parseInt(_0x477a73(0x161))/0x3)+parseInt(_0x477a73(0x15d))/0x4*(parseInt(_0x477a73(0x111))/0x5)+-parseInt(_0x477a73(0x130))/0x6*(-parseInt(_0x477a73(0x13f))/0x7)+-parseInt(_0x477a73(0x11f))/0x8*(parseInt(_0x477a73(0x13d))/0x9)+-parseInt(_0x477a73(0x16b))/0xa+-parseInt(_0x477a73(0x12b))/0xb;if(_0x2832c4===_0x5e0c08)break;else _0xe6a85['push'](_0xe6a85['shift']());}catch(_0x17a562){_0xe6a85['push'](_0xe6a85['shift']());}}}(_0x2050,0xa06da));function _0x2050(){const _0x5d5d90=['Text\x20background\x20color','869583kcumhh','Increase\x20font\x20size','Primary\x20100','Top\x20border','Italic','18QVsTZR','Reset\x20color','Table\x20look','Justify','Gray\x20100','Border\x20style','Header\x20row','Picture\x20source','Green\x20600','Select\x20row','Left\x20border','Purple\x20600','Banded\x20columns','26523UFQJcx','Color','2488843bRwfYN','Best\x20match','Inner\x20horizontal\x20border','Bring\x20forward','White','584268nXErkt','Insert\x20column\x20left','Text','Floating\x20toolbar','Copy','Delete\x20row','Vertical\x20align','Align\x20top','Align\x20center','Decrease\x20font\x20size','Layout','Inner\x20vertical\x20border','No\x20border','Unmerge\x20cells','All\x20borders','Merge\x20cells','Border\x20width','Align\x20right','Insert','Banded\x20rows','Last\x20column','Distribute','Gradient','Table\x20background\x20color','Gray\x20500','20YxieoU','Medium','Ordered\x20list','Move\x20rows','3yYLLFg','Footer\x20row','Bring\x20to\x20front','1980402PQbdcT','Distribute\x20columns','Send\x20to\x20back','First\x20column','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Align\x20middle','Distribute\x20rows','127550GOFmis','Insert\x20row\x20below','Border','Insert\x20column\x20right','Strikethrough','Send\x20backward','Right\x20border','Select\x20column','Bullet\x20list','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Delete\x20column','Solid','Select\x20table','503735uAVJqV','Red\x20100','Align\x20left','Bold','Panel','None','Orange\x20600','Green\x20100','Font\x20size','Outer\x20borders','Insert\x20row\x20above','Move\x20columns','Blue\x20100','Underline','1128ZsRgLl','Align\x20bottom','Insert\x20picture','Move\x20row','Inner\x20borders','Table\x20border\x20color','Borders','Table\x20theme','Blue\x20600','Light','Table\x20Styles'];_0x2050=function(){return _0x5d5d90;};return _0x2050();}const e={'slides-table-ui':{'ribbon':{'tableDesign':'Table\x20Design','styles':_0x1946e1(0x129),'cellStyle':'Cell\x20Style','text':_0x1946e1(0x146),'layout':_0x1946e1(0x14e),'arrange':'Arrange','panel':_0x1946e1(0x115),'floatingToolbar':_0x1946e1(0x147),'arrangeForward':_0x1946e1(0x142),'arrangeBackward':_0x1946e1(0x170),'bringToFront':_0x1946e1(0x163),'sendToBack':_0x1946e1(0x166)},'editorToolbar':{'fontFamily':'Font\x20family','fontSize':_0x1946e1(0x119),'increaseFontSize':_0x1946e1(0x12c),'decreaseFontSize':_0x1946e1(0x14d),'orderedList':_0x1946e1(0x15f),'bulletList':_0x1946e1(0x173),'textFormat':'Text\x20format','bold':_0x1946e1(0x114),'italic':_0x1946e1(0x12f),'underline':_0x1946e1(0x11e),'strikethrough':_0x1946e1(0x16f),'textColor':'Text\x20color','textBackgroundColor':_0x1946e1(0x12a),'tableBackgroundColor':_0x1946e1(0x15b),'tableBorderColor':_0x1946e1(0x124),'borderWidth':_0x1946e1(0x154),'borderStyle':_0x1946e1(0x135),'border':_0x1946e1(0x16d),'borderStyleSolid':'Solid','borderStyleDash':'Dashed','borderStyleDot':'Dotted','borderStyleDashDot':'Dash-dot','noBorder':_0x1946e1(0x150),'borderPresetAll':_0x1946e1(0x152),'borderPresetInner':_0x1946e1(0x123),'borderPresetOuter':'Outer\x20borders','borderPresetTop':_0x1946e1(0x12e),'borderPresetBottom':'Bottom\x20border','borderPresetLeft':_0x1946e1(0x13a),'borderPresetRight':_0x1946e1(0x171),'borderPresetInnerHorizontal':_0x1946e1(0x141),'borderPresetInnerVertical':_0x1946e1(0x14f),'none':_0x1946e1(0x116),'horizontalAlign':'Horizontal\x20align','verticalAlign':_0x1946e1(0x14a),'alignLeft':_0x1946e1(0x113),'alignCenter':_0x1946e1(0x14c),'alignRight':_0x1946e1(0x155),'alignJustify':_0x1946e1(0x133),'alignTop':_0x1946e1(0x14b),'alignMiddle':_0x1946e1(0x169),'alignBottom':_0x1946e1(0x120),'mergeCells':_0x1946e1(0x153),'unmergeCells':_0x1946e1(0x151),'tableTheme':_0x1946e1(0x126),'tableLook':_0x1946e1(0x132),'headerRow':_0x1946e1(0x136),'footerRow':_0x1946e1(0x162),'bandedRows':_0x1946e1(0x157),'bandedColumns':_0x1946e1(0x13c),'firstColumn':_0x1946e1(0x167),'lastColumn':_0x1946e1(0x158),'bestMatch':_0x1946e1(0x140),'light':_0x1946e1(0x128),'medium':_0x1946e1(0x15e),'minimal':'Minimal'},'shapePanel':{'fill':{'noFill':'No\x20fill','solidFill':_0x1946e1(0x10f),'gradientFill':_0x1946e1(0x15a),'pictureFill':'Picture','color':_0x1946e1(0x13e),'transparency':'Transparency','picture':{'source':_0x1946e1(0x137),'insert':_0x1946e1(0x121)}}},'structuralControls':{'selectRow':_0x1946e1(0x139),'selectColumn':_0x1946e1(0x172),'selectTable':_0x1946e1(0x110),'insertRow':'Insert\x20row','insertColumn':'Insert\x20column','moveRow':_0x1946e1(0x122),'moveColumn':'Move\x20column','moveRows':_0x1946e1(0x160),'moveColumns':_0x1946e1(0x11c),'cannotMoveMergedRows':_0x1946e1(0x10d),'cannotMoveMergedColumns':_0x1946e1(0x168)},'contextMenu':{'insert':_0x1946e1(0x156),'delete':'Delete','distribute':_0x1946e1(0x159),'borders':_0x1946e1(0x125),'tableBackgroundColor':_0x1946e1(0x15b),'copy':_0x1946e1(0x148),'cut':'Cut','deleteTable':'Delete\x20table','insertRowAbove':_0x1946e1(0x11b),'insertRowBelow':_0x1946e1(0x16c),'insertColumnLeft':_0x1946e1(0x145),'insertColumnRight':_0x1946e1(0x16e),'deleteRow':_0x1946e1(0x149),'deleteColumn':_0x1946e1(0x10e),'distributeRows':_0x1946e1(0x16a),'distributeColumns':_0x1946e1(0x165),'borderAll':'All\x20borders','borderOuter':_0x1946e1(0x11a),'borderInner':_0x1946e1(0x123),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x1946e1(0x131),'white':_0x1946e1(0x143),'gray100':_0x1946e1(0x134),'primary100':_0x1946e1(0x12d),'blue100':_0x1946e1(0x11d),'green100':_0x1946e1(0x118),'yellow100':'Yellow\x20100','red100':_0x1946e1(0x112),'gray900':'Gray\x20900','gray500':_0x1946e1(0x15c),'red600':'Red\x20600','orange600':_0x1946e1(0x117),'yellow700':'Yellow\x20700','green600':_0x1946e1(0x138),'blue600':_0x1946e1(0x127),'purple600':_0x1946e1(0x13b)}}};export{e as default};
1
+ const _0x2fc4b6=_0x31e0;function _0x31e0(_0x1e8f80,_0x13f9a9){_0x1e8f80=_0x1e8f80-0xce;const _0x5bb48d=_0x5bb4();let _0x31e077=_0x5bb48d[_0x1e8f80];return _0x31e077;}(function(_0x52cab1,_0x51a10b){const _0x17fe6b=_0x31e0,_0x534518=_0x52cab1();while(!![]){try{const _0x34deee=parseInt(_0x17fe6b(0xdb))/0x1+-parseInt(_0x17fe6b(0x130))/0x2*(-parseInt(_0x17fe6b(0x116))/0x3)+-parseInt(_0x17fe6b(0xeb))/0x4+-parseInt(_0x17fe6b(0xf4))/0x5*(parseInt(_0x17fe6b(0xec))/0x6)+-parseInt(_0x17fe6b(0x126))/0x7+-parseInt(_0x17fe6b(0xf9))/0x8+parseInt(_0x17fe6b(0x134))/0x9*(parseInt(_0x17fe6b(0x106))/0xa);if(_0x34deee===_0x51a10b)break;else _0x534518['push'](_0x534518['shift']());}catch(_0x855202){_0x534518['push'](_0x534518['shift']());}}}(_0x5bb4,0x2020d));const e={'slides-table-ui':{'insertToolbar':{'table':_0x2fc4b6(0xfc)},'tableSizePicker':{'title':_0x2fc4b6(0x113),'customSize':_0x2fc4b6(0x13a),'rows':'Rows','columns':_0x2fc4b6(0x11c),'insert':_0x2fc4b6(0x100),'apply':_0x2fc4b6(0x12f)},'mobile':{'operations':_0x2fc4b6(0x11e),'selectCell':_0x2fc4b6(0xe2),'edit':_0x2fc4b6(0xd9),'close':_0x2fc4b6(0x123),'expand':_0x2fc4b6(0xd7),'collapse':_0x2fc4b6(0xfd),'back':_0x2fc4b6(0x105)},'ribbon':{'tableDesign':_0x2fc4b6(0x11a),'styles':_0x2fc4b6(0x13c),'cellStyle':_0x2fc4b6(0x108),'text':_0x2fc4b6(0x112),'layout':_0x2fc4b6(0x11e),'arrange':_0x2fc4b6(0xda),'panel':_0x2fc4b6(0xed),'floatingToolbar':_0x2fc4b6(0xfe),'arrangeForward':'Bring\x20forward','arrangeBackward':'Send\x20backward','bringToFront':_0x2fc4b6(0x118),'sendToBack':_0x2fc4b6(0xd0)},'editorToolbar':{'fontFamily':_0x2fc4b6(0x136),'fontSize':'Font\x20size','increaseFontSize':_0x2fc4b6(0x131),'decreaseFontSize':_0x2fc4b6(0x129),'orderedList':'Ordered\x20list','bulletList':_0x2fc4b6(0x133),'textFormat':_0x2fc4b6(0x10c),'bold':_0x2fc4b6(0xd3),'italic':_0x2fc4b6(0xee),'underline':_0x2fc4b6(0x13b),'strikethrough':'Strikethrough','textColor':_0x2fc4b6(0x124),'textBackgroundColor':_0x2fc4b6(0xea),'tableBackgroundColor':_0x2fc4b6(0xf2),'tableBorderColor':_0x2fc4b6(0x10a),'borderWidth':_0x2fc4b6(0xef),'borderStyle':_0x2fc4b6(0x138),'border':_0x2fc4b6(0x115),'borderStyleSolid':'Solid','borderStyleDash':_0x2fc4b6(0xe1),'borderStyleDot':_0x2fc4b6(0x109),'borderStyleDashDot':_0x2fc4b6(0x120),'noBorder':_0x2fc4b6(0xce),'borderPresetAll':_0x2fc4b6(0x128),'borderPresetInner':'Inner\x20borders','borderPresetOuter':_0x2fc4b6(0x104),'borderPresetTop':'Top\x20border','borderPresetBottom':_0x2fc4b6(0x114),'borderPresetLeft':_0x2fc4b6(0xe3),'borderPresetRight':_0x2fc4b6(0x137),'borderPresetInnerHorizontal':_0x2fc4b6(0x132),'borderPresetInnerVertical':_0x2fc4b6(0xd2),'none':'None','horizontalAlign':_0x2fc4b6(0xf5),'verticalAlign':_0x2fc4b6(0x117),'alignLeft':'Align\x20left','alignCenter':_0x2fc4b6(0x139),'alignRight':_0x2fc4b6(0xe8),'alignJustify':'Justify','alignTop':'Align\x20top','alignMiddle':'Align\x20middle','alignBottom':_0x2fc4b6(0x12e),'mergeCells':_0x2fc4b6(0xe5),'unmergeCells':_0x2fc4b6(0xf0),'tableTheme':_0x2fc4b6(0xdc),'tableLook':'Table\x20look','headerRow':_0x2fc4b6(0x101),'footerRow':_0x2fc4b6(0xdd),'bandedRows':_0x2fc4b6(0xf6),'bandedColumns':'Banded\x20columns','firstColumn':_0x2fc4b6(0x12b),'lastColumn':_0x2fc4b6(0x121),'bestMatch':'Best\x20match','light':_0x2fc4b6(0xe7),'medium':_0x2fc4b6(0xd1),'minimal':_0x2fc4b6(0xe9)},'shapePanel':{'fill':{'noFill':_0x2fc4b6(0x110),'solidFill':_0x2fc4b6(0xfa),'gradientFill':_0x2fc4b6(0x10f),'pictureFill':'Picture','color':_0x2fc4b6(0xd6),'transparency':_0x2fc4b6(0xd8),'picture':{'source':_0x2fc4b6(0x107),'insert':_0x2fc4b6(0xde)}}},'structuralControls':{'selectRow':_0x2fc4b6(0xcf),'selectColumn':'Select\x20column','selectTable':_0x2fc4b6(0xf3),'insertRow':_0x2fc4b6(0x12d),'insertColumn':'Insert\x20column','moveRow':_0x2fc4b6(0x10b),'moveColumn':_0x2fc4b6(0x11f),'moveRows':'Move\x20rows','moveColumns':'Move\x20columns','cannotMoveMergedRows':_0x2fc4b6(0x102),'cannotMoveMergedColumns':_0x2fc4b6(0xfb)},'contextMenu':{'insert':_0x2fc4b6(0x100),'delete':'Delete','distribute':_0x2fc4b6(0xe6),'borders':'Borders','tableBackgroundColor':_0x2fc4b6(0xf2),'copy':'Copy','cut':_0x2fc4b6(0xd5),'deleteTable':_0x2fc4b6(0x11d),'insertRowAbove':_0x2fc4b6(0x11b),'insertRowBelow':_0x2fc4b6(0xd4),'insertColumnLeft':_0x2fc4b6(0x127),'insertColumnRight':_0x2fc4b6(0xf1),'deleteRow':_0x2fc4b6(0x12c),'deleteColumn':_0x2fc4b6(0xe4),'distributeRows':_0x2fc4b6(0x103),'distributeColumns':'Distribute\x20columns','borderAll':_0x2fc4b6(0x128),'borderOuter':_0x2fc4b6(0x104),'borderInner':_0x2fc4b6(0x119),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x2fc4b6(0x10e),'white':_0x2fc4b6(0xf8),'gray100':_0x2fc4b6(0xdf),'primary100':_0x2fc4b6(0xe0),'blue100':_0x2fc4b6(0x10d),'green100':_0x2fc4b6(0x12a),'yellow100':_0x2fc4b6(0x111),'red100':_0x2fc4b6(0x125),'gray900':'Gray\x20900','gray500':_0x2fc4b6(0xff),'red600':_0x2fc4b6(0x135),'orange600':_0x2fc4b6(0xf7),'yellow700':_0x2fc4b6(0x13d),'green600':_0x2fc4b6(0x122),'blue600':'Blue\x20600','purple600':'Purple\x20600'}}};function _0x5bb4(){const _0x336e0a=['5319rVNGQn','Vertical\x20align','Bring\x20to\x20front','Inner\x20borders','Table\x20Design','Insert\x20row\x20above','Columns','Delete\x20table','Layout','Move\x20column','Dash-dot','Last\x20column','Green\x20600','Close','Text\x20color','Red\x20100','479129RChwzY','Insert\x20column\x20left','All\x20borders','Decrease\x20font\x20size','Green\x20100','First\x20column','Delete\x20row','Insert\x20row','Align\x20bottom','Apply','122RpljXe','Increase\x20font\x20size','Inner\x20horizontal\x20border','Bullet\x20list','9QDixta','Red\x20600','Font\x20family','Right\x20border','Border\x20style','Align\x20center','Custom\x20size','Underline','Table\x20Styles','Yellow\x20700','No\x20border','Select\x20row','Send\x20to\x20back','Medium','Inner\x20vertical\x20border','Bold','Insert\x20row\x20below','Cut','Color','Expand','Transparency','Styles','Arrange','231947cyDqgw','Table\x20theme','Footer\x20row','Insert\x20picture','Gray\x20100','Primary\x20100','Dashed','Select\x20cell','Left\x20border','Delete\x20column','Merge\x20cells','Distribute','Light','Align\x20right','Minimal','Text\x20background\x20color','279104YvDIIi','36tDFZiI','Panel','Italic','Border\x20width','Unmerge\x20cells','Insert\x20column\x20right','Table\x20background\x20color','Select\x20table','35080vkLtlF','Horizontal\x20align','Banded\x20rows','Orange\x20600','White','908632dHyjiN','Solid','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Table','Collapse','Floating\x20toolbar','Gray\x20500','Insert','Header\x20row','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Distribute\x20rows','Outer\x20borders','Back','853950GveMQR','Picture\x20source','Cell\x20Style','Dotted','Table\x20border\x20color','Move\x20row','Text\x20format','Blue\x20100','Reset\x20color','Gradient','No\x20fill','Yellow\x20100','Text','Table\x20size','Bottom\x20border','Border'];_0x5bb4=function(){return _0x336e0a;};return _0x5bb4();}export{e as default};
@@ -1 +1 @@
1
- function _0x3256(){const _0x3e0142=['Cursiva','544146EXjJgw','Combinar\x20celdas','Barra\x20de\x20herramientas\x20flotante','Borde\x20inferior','Centrar','Gris\x20900','Mover\x20columnas','Insertar\x20columna\x20a\x20la\x20izquierda','12020552hVMHcf','Alinear\x20al\x20medio','3208275dRSYoT','Insertar\x20fila\x20abajo','Seleccionar\x20fila','Negrita','Mover\x20filas','Mover\x20fila','Fuente','Alineación\x20horizontal','Blanco','Insertar\x20columna','Insertar\x20imagen','6sLyITJ','Eliminar\x20fila','Punteado','Aumentar\x20tamaño\x20de\x20fuente','Formato\x20de\x20texto','Borde\x20derecho','Gris\x20100','Mejor\x20coincidencia','2581755xDGajl','Azul\x20600','Amarillo\x20700','Fila\x20de\x20pie','Tema\x20de\x20tabla','Borde\x20exterior','Lista\x20numerada','Texto','Disminuir\x20tamaño\x20de\x20fuente','Relleno\x20degradado','Estilo\x20de\x20borde','Columnas\x20con\x20bandas','Bordes','Relleno\x20sólido','Traer\x20adelante','Distribuir','Todos\x20los\x20bordes','Color\x20de\x20fondo\x20de\x20texto','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Eliminar\x20columna','Morado\x20600','Discontinuo','Enviar\x20al\x20fondo','Rojo\x20600','456538pJcllP','Alinear\x20a\x20la\x20izquierda','Insertar\x20columna\x20a\x20la\x20derecha','Naranja\x20600','Sin\x20bordes','Insertar\x20fila\x20arriba','Claro','Justificar','Azul\x20100','Aspecto\x20de\x20tabla','Distribuir\x20columnas','Lista\x20con\x20viñetas','Organizar','Estilo\x20de\x20celda','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','Insertar\x20fila','Mover\x20columna','Separar\x20celdas','Grosor\x20de\x20borde','Tachado','Alineación\x20vertical','Mínimo','Gris\x20500','Insertar','1654392OFEwak','Ninguno','Seleccionar\x20columna','Principal\x20100','Alinear\x20abajo','Borde\x20horizontal\x20interior','288838WWGrYl','Sólido','Seleccionar\x20tabla','Estilos\x20de\x20tabla','Alinear\x20arriba','Color\x20de\x20fondo\x20de\x20la\x20tabla','Color','Borde','Medio','Relleno\x20de\x20imagen\x20o\x20textura','Tamaño\x20de\x20fuente','Rojo\x20100','Eliminar','Última\x20columna','Copiar','Origen\x20de\x20imagen','Verde\x20100','Distribuir\x20filas','Amarillo\x20100','Transparencia','Color\x20de\x20fondo\x20de\x20tabla','Raya\x20y\x20punto'];_0x3256=function(){return _0x3e0142;};return _0x3256();}const _0x35ceda=_0x5be7;(function(_0x4b32d9,_0x369201){const _0x4fd0c7=_0x5be7,_0x3cb061=_0x4b32d9();while(!![]){try{const _0x25f727=-parseInt(_0x4fd0c7(0xa4))/0x1+-parseInt(_0x4fd0c7(0x86))/0x2+-parseInt(_0x4fd0c7(0xbb))/0x3+-parseInt(_0x4fd0c7(0x9e))/0x4+parseInt(_0x4fd0c7(0xd8))/0x5*(-parseInt(_0x4fd0c7(0xd0))/0x6)+parseInt(_0x4fd0c7(0xc5))/0x7+parseInt(_0x4fd0c7(0xc3))/0x8;if(_0x25f727===_0x369201)break;else _0x3cb061['push'](_0x3cb061['shift']());}catch(_0x18fe88){_0x3cb061['push'](_0x3cb061['shift']());}}}(_0x3256,0x512a8));function _0x5be7(_0x52e8d9,_0x49b900){_0x52e8d9=_0x52e8d9-0x84;const _0x32566c=_0x3256();let _0x5be71c=_0x32566c[_0x52e8d9];return _0x5be71c;}const e={'slides-table-ui':{'ribbon':{'tableDesign':'Diseño\x20de\x20tabla','styles':_0x35ceda(0xa7),'cellStyle':_0x35ceda(0x93),'text':_0x35ceda(0xdf),'layout':'Diseño','arrange':_0x35ceda(0x92),'panel':'Panel','floatingToolbar':_0x35ceda(0xbd),'arrangeForward':_0x35ceda(0xe6),'arrangeBackward':'Enviar\x20atrás','bringToFront':'Traer\x20al\x20frente','sendToBack':_0x35ceda(0x84)},'editorToolbar':{'fontFamily':_0x35ceda(0xcb),'fontSize':_0x35ceda(0xae),'increaseFontSize':_0x35ceda(0xd3),'decreaseFontSize':_0x35ceda(0xe0),'orderedList':_0x35ceda(0xde),'bulletList':_0x35ceda(0x91),'textFormat':_0x35ceda(0xd4),'bold':_0x35ceda(0xc8),'italic':_0x35ceda(0xba),'underline':'Subrayado','strikethrough':_0x35ceda(0x99),'textColor':'Color\x20de\x20texto','textBackgroundColor':_0x35ceda(0xe9),'tableBackgroundColor':_0x35ceda(0xb8),'tableBorderColor':'Color\x20de\x20borde\x20de\x20tabla','borderWidth':_0x35ceda(0x98),'borderStyle':_0x35ceda(0xe2),'border':_0x35ceda(0xab),'borderStyleSolid':_0x35ceda(0xa5),'borderStyleDash':_0x35ceda(0xed),'borderStyleDot':_0x35ceda(0xd2),'borderStyleDashDot':_0x35ceda(0xb9),'noBorder':'Sin\x20borde','borderPresetAll':_0x35ceda(0xe8),'borderPresetInner':'Bordes\x20interiores','borderPresetOuter':_0x35ceda(0xdd),'borderPresetTop':'Borde\x20superior','borderPresetBottom':_0x35ceda(0xbe),'borderPresetLeft':'Borde\x20izquierdo','borderPresetRight':_0x35ceda(0xd5),'borderPresetInnerHorizontal':_0x35ceda(0xa3),'borderPresetInnerVertical':'Borde\x20vertical\x20interior','none':_0x35ceda(0x9f),'horizontalAlign':_0x35ceda(0xcc),'verticalAlign':_0x35ceda(0x9a),'alignLeft':_0x35ceda(0x87),'alignCenter':_0x35ceda(0xbf),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x35ceda(0x8d),'alignTop':_0x35ceda(0xa8),'alignMiddle':_0x35ceda(0xc4),'alignBottom':_0x35ceda(0xa2),'mergeCells':_0x35ceda(0xbc),'unmergeCells':_0x35ceda(0x97),'tableTheme':_0x35ceda(0xdc),'tableLook':_0x35ceda(0x8f),'headerRow':'Fila\x20de\x20encabezado','footerRow':_0x35ceda(0xdb),'bandedRows':'Filas\x20con\x20bandas','bandedColumns':_0x35ceda(0xe3),'firstColumn':'Primera\x20columna','lastColumn':_0x35ceda(0xb1),'bestMatch':_0x35ceda(0xd7),'light':_0x35ceda(0x8c),'medium':_0x35ceda(0xac),'minimal':_0x35ceda(0x9b)},'shapePanel':{'fill':{'noFill':'Sin\x20relleno','solidFill':_0x35ceda(0xe5),'gradientFill':_0x35ceda(0xe1),'pictureFill':_0x35ceda(0xad),'color':_0x35ceda(0xaa),'transparency':_0x35ceda(0xb7),'picture':{'source':_0x35ceda(0xb3),'insert':_0x35ceda(0xcf)}}},'structuralControls':{'selectRow':_0x35ceda(0xc7),'selectColumn':_0x35ceda(0xa0),'selectTable':_0x35ceda(0xa6),'insertRow':_0x35ceda(0x95),'insertColumn':_0x35ceda(0xce),'moveRow':_0x35ceda(0xca),'moveColumn':_0x35ceda(0x96),'moveRows':_0x35ceda(0xc9),'moveColumns':_0x35ceda(0xc1),'cannotMoveMergedRows':_0x35ceda(0x94),'cannotMoveMergedColumns':_0x35ceda(0xea)},'contextMenu':{'insert':_0x35ceda(0x9d),'delete':_0x35ceda(0xb0),'distribute':_0x35ceda(0xe7),'borders':_0x35ceda(0xe4),'tableBackgroundColor':_0x35ceda(0xa9),'copy':_0x35ceda(0xb2),'cut':'Cortar','deleteTable':'Eliminar\x20tabla','insertRowAbove':_0x35ceda(0x8b),'insertRowBelow':_0x35ceda(0xc6),'insertColumnLeft':_0x35ceda(0xc2),'insertColumnRight':_0x35ceda(0x88),'deleteRow':_0x35ceda(0xd1),'deleteColumn':_0x35ceda(0xeb),'distributeRows':_0x35ceda(0xb5),'distributeColumns':_0x35ceda(0x90),'borderAll':'Todos\x20los\x20bordes','borderOuter':'Bordes\x20exteriores','borderInner':'Bordes\x20interiores','borderNone':_0x35ceda(0x8a)},'colorPreset':{'resetColor':'Restablecer\x20color','white':_0x35ceda(0xcd),'gray100':_0x35ceda(0xd6),'primary100':_0x35ceda(0xa1),'blue100':_0x35ceda(0x8e),'green100':_0x35ceda(0xb4),'yellow100':_0x35ceda(0xb6),'red100':_0x35ceda(0xaf),'gray900':_0x35ceda(0xc0),'gray500':_0x35ceda(0x9c),'red600':_0x35ceda(0x85),'orange600':_0x35ceda(0x89),'yellow700':_0x35ceda(0xda),'green600':'Verde\x20600','blue600':_0x35ceda(0xd9),'purple600':_0x35ceda(0xec)}}};export{e as default};
1
+ const _0x321109=_0x17e2;function _0x17e2(_0x21145c,_0x33f295){_0x21145c=_0x21145c-0xf5;const _0x4e26a7=_0x4e26();let _0x17e22e=_0x4e26a7[_0x21145c];return _0x17e22e;}function _0x4e26(){const _0x4c1968=['Estilos','Distribuir\x20columnas','Relleno\x20de\x20imagen\x20o\x20textura','Atrás','Filas','Azul\x20100','Seleccionar\x20fila','Formato\x20de\x20texto','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','Alinear\x20a\x20la\x20derecha','Cortar','Color\x20de\x20texto','Todos\x20los\x20bordes','Verde\x20600','144bFQOwP','Punteado','Amarillo\x20700','6aOxaCw','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Fila\x20de\x20encabezado','Aplicar','Relleno\x20degradado','Tamaño\x20de\x20la\x20tabla','Borde\x20vertical\x20interior','Fuente','Borde\x20horizontal\x20interior','Traer\x20adelante','Seleccionar\x20celda','Rojo\x20100','Verde\x20100','Insertar\x20columna','Color','Distribuir','Tema\x20de\x20tabla','Restablecer\x20color','Tamaño\x20personalizado','Sólido','18QKYWRE','Enviar\x20al\x20fondo','Alinear\x20arriba','Gris\x20900','Discontinuo','Organizar','Mínimo','Mejor\x20coincidencia','Negrita','Sin\x20bordes','Alinear\x20al\x20medio','Insertar','66772WDgTtX','Relleno\x20sólido','Cursiva','Expandir','Aspecto\x20de\x20tabla','1552229EjhEWT','482458lSFRkN','11197890xbhnUj','Gris\x20100','Estilo\x20de\x20borde','Copiar','Seleccionar\x20tabla','125616rELaTk','Seleccionar\x20columna','Mover\x20columnas','Alineación\x20vertical','Amarillo\x20100','Subrayado','Eliminar\x20fila','Color\x20de\x20fondo\x20de\x20tabla','Borde\x20inferior','Azul\x20600','Transparencia','1850240bDtEiB','Centrar','Tachado','Columnas\x20con\x20bandas','Lista\x20con\x20viñetas','Alinear\x20abajo','Borde\x20derecho','Barra\x20de\x20herramientas\x20flotante','Primera\x20columna','Distribuir\x20filas','Gris\x20500','Sin\x20borde','Insertar\x20fila','Panel','Texto','Insertar\x20imagen','Alineación\x20horizontal','Insertar\x20columna\x20a\x20la\x20izquierda','Tamaño\x20de\x20fuente','Diseño\x20de\x20tabla','Borde\x20izquierdo','Insertar\x20fila\x20arriba','Origen\x20de\x20imagen','1456656sMvEVr','Morado\x20600','Bordes\x20exteriores','Fila\x20de\x20pie','Eliminar\x20tabla','Sin\x20relleno','Filas\x20con\x20bandas','Medio','Cerrar','Rojo\x20600','Principal\x20100','Diseño','Mover\x20columna','Naranja\x20600','Claro','Bordes\x20interiores'];_0x4e26=function(){return _0x4c1968;};return _0x4e26();}(function(_0x487925,_0x535ec1){const _0x2ca20f=_0x17e2,_0xd05ca2=_0x487925();while(!![]){try{const _0x3b1f59=parseInt(_0x2ca20f(0x128))/0x1+parseInt(_0x2ca20f(0x12e))/0x2*(parseInt(_0x2ca20f(0x108))/0x3)+parseInt(_0x2ca20f(0x156))/0x4+-parseInt(_0x2ca20f(0x13f))/0x5+parseInt(_0x2ca20f(0x11c))/0x6*(parseInt(_0x2ca20f(0x12d))/0x7)+parseInt(_0x2ca20f(0x134))/0x8*(parseInt(_0x2ca20f(0x105))/0x9)+-parseInt(_0x2ca20f(0x12f))/0xa;if(_0x3b1f59===_0x535ec1)break;else _0xd05ca2['push'](_0xd05ca2['shift']());}catch(_0x12fec4){_0xd05ca2['push'](_0xd05ca2['shift']());}}}(_0x4e26,0x5303e));const e={'slides-table-ui':{'insertToolbar':{'table':'Tabla'},'tableSizePicker':{'title':_0x321109(0x10d),'customSize':_0x321109(0x11a),'rows':_0x321109(0xfb),'columns':'Columnas','insert':_0x321109(0x127),'apply':_0x321109(0x10b)},'mobile':{'operations':_0x321109(0x161),'selectCell':_0x321109(0x112),'edit':_0x321109(0xf7),'close':_0x321109(0x15e),'expand':_0x321109(0x12b),'collapse':'Contraer','back':_0x321109(0xfa)},'ribbon':{'tableDesign':_0x321109(0x152),'styles':'Estilos\x20de\x20tabla','cellStyle':'Estilo\x20de\x20celda','text':_0x321109(0x14d),'layout':'Diseño','arrange':_0x321109(0x121),'panel':_0x321109(0x14c),'floatingToolbar':_0x321109(0x146),'arrangeForward':_0x321109(0x111),'arrangeBackward':'Enviar\x20atrás','bringToFront':'Traer\x20al\x20frente','sendToBack':_0x321109(0x11d)},'editorToolbar':{'fontFamily':_0x321109(0x10f),'fontSize':_0x321109(0x151),'increaseFontSize':'Aumentar\x20tamaño\x20de\x20fuente','decreaseFontSize':'Disminuir\x20tamaño\x20de\x20fuente','orderedList':'Lista\x20numerada','bulletList':_0x321109(0x143),'textFormat':_0x321109(0xfe),'bold':_0x321109(0x124),'italic':_0x321109(0x12a),'underline':_0x321109(0x139),'strikethrough':_0x321109(0x141),'textColor':_0x321109(0x102),'textBackgroundColor':'Color\x20de\x20fondo\x20de\x20texto','tableBackgroundColor':_0x321109(0x13b),'tableBorderColor':'Color\x20de\x20borde\x20de\x20tabla','borderWidth':'Grosor\x20de\x20borde','borderStyle':_0x321109(0x131),'border':'Borde','borderStyleSolid':_0x321109(0x11b),'borderStyleDash':_0x321109(0x120),'borderStyleDot':_0x321109(0x106),'borderStyleDashDot':'Raya\x20y\x20punto','noBorder':_0x321109(0x14a),'borderPresetAll':_0x321109(0x103),'borderPresetInner':_0x321109(0xf6),'borderPresetOuter':'Borde\x20exterior','borderPresetTop':'Borde\x20superior','borderPresetBottom':_0x321109(0x13c),'borderPresetLeft':_0x321109(0x153),'borderPresetRight':_0x321109(0x145),'borderPresetInnerHorizontal':_0x321109(0x110),'borderPresetInnerVertical':_0x321109(0x10e),'none':'Ninguno','horizontalAlign':_0x321109(0x14f),'verticalAlign':_0x321109(0x137),'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0x321109(0x140),'alignRight':_0x321109(0x100),'alignJustify':'Justificar','alignTop':_0x321109(0x11e),'alignMiddle':_0x321109(0x126),'alignBottom':_0x321109(0x144),'mergeCells':'Combinar\x20celdas','unmergeCells':'Separar\x20celdas','tableTheme':_0x321109(0x118),'tableLook':_0x321109(0x12c),'headerRow':_0x321109(0x10a),'footerRow':_0x321109(0x159),'bandedRows':_0x321109(0x15c),'bandedColumns':_0x321109(0x142),'firstColumn':_0x321109(0x147),'lastColumn':'Última\x20columna','bestMatch':_0x321109(0x123),'light':_0x321109(0xf5),'medium':_0x321109(0x15d),'minimal':_0x321109(0x122)},'shapePanel':{'fill':{'noFill':_0x321109(0x15b),'solidFill':_0x321109(0x129),'gradientFill':_0x321109(0x10c),'pictureFill':_0x321109(0xf9),'color':_0x321109(0x116),'transparency':_0x321109(0x13e),'picture':{'source':_0x321109(0x155),'insert':_0x321109(0x14e)}}},'structuralControls':{'selectRow':_0x321109(0xfd),'selectColumn':_0x321109(0x135),'selectTable':_0x321109(0x133),'insertRow':_0x321109(0x14b),'insertColumn':_0x321109(0x115),'moveRow':'Mover\x20fila','moveColumn':_0x321109(0x162),'moveRows':'Mover\x20filas','moveColumns':_0x321109(0x136),'cannotMoveMergedRows':_0x321109(0xff),'cannotMoveMergedColumns':_0x321109(0x109)},'contextMenu':{'insert':_0x321109(0x127),'delete':'Eliminar','distribute':_0x321109(0x117),'borders':'Bordes','tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20la\x20tabla','copy':_0x321109(0x132),'cut':_0x321109(0x101),'deleteTable':_0x321109(0x15a),'insertRowAbove':_0x321109(0x154),'insertRowBelow':'Insertar\x20fila\x20abajo','insertColumnLeft':_0x321109(0x150),'insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','deleteRow':_0x321109(0x13a),'deleteColumn':'Eliminar\x20columna','distributeRows':_0x321109(0x148),'distributeColumns':_0x321109(0xf8),'borderAll':_0x321109(0x103),'borderOuter':_0x321109(0x158),'borderInner':_0x321109(0xf6),'borderNone':_0x321109(0x125)},'colorPreset':{'resetColor':_0x321109(0x119),'white':'Blanco','gray100':_0x321109(0x130),'primary100':_0x321109(0x160),'blue100':_0x321109(0xfc),'green100':_0x321109(0x114),'yellow100':_0x321109(0x138),'red100':_0x321109(0x113),'gray900':_0x321109(0x11f),'gray500':_0x321109(0x149),'red600':_0x321109(0x15f),'orange600':_0x321109(0x163),'yellow700':_0x321109(0x107),'green600':_0x321109(0x104),'blue600':_0x321109(0x13d),'purple600':_0x321109(0x157)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x4e37cd=_0x944f;(function(_0x23f50d,_0x30578a){const _0x20201a=_0x944f,_0x496d23=_0x23f50d();while(!![]){try{const _0x2b16a7=parseInt(_0x20201a(0x203))/0x1*(-parseInt(_0x20201a(0x229))/0x2)+-parseInt(_0x20201a(0x20e))/0x3+parseInt(_0x20201a(0x22d))/0x4*(-parseInt(_0x20201a(0x21f))/0x5)+-parseInt(_0x20201a(0x21c))/0x6+parseInt(_0x20201a(0x20a))/0x7*(-parseInt(_0x20201a(0x1fb))/0x8)+-parseInt(_0x20201a(0x211))/0x9*(-parseInt(_0x20201a(0x244))/0xa)+parseInt(_0x20201a(0x225))/0xb*(parseInt(_0x20201a(0x213))/0xc);if(_0x2b16a7===_0x30578a)break;else _0x496d23['push'](_0x496d23['shift']());}catch(_0x48412e){_0x496d23['push'](_0x496d23['shift']());}}}(_0x1b1a,0x31c87));function _0x1b1a(){const _0x47ee6e=['121lXZiyG','درج\x20ردیف\x20در\x20پایین','درج\x20سطر','سفید','2228wAmZFo','توزیع\x20ستون‌ها','آبی\x20100','ترتیب','11412TALaVZ','خط‌چین','پررنگ','حذف\x20ستون','حاشیه‌های\x20بیرونی','کادر\x20بالا','ردیف‌های\x20نواری','خاکستری\x20100','حذف\x20جدول','درج\x20ستون\x20در\x20چپ','افزایش\x20اندازه\x20فونت','آبی\x20600','کادر\x20بیرونی','یک\x20سطح\x20به\x20جلو','یک\x20سطح\x20به\x20عقب','کاهش\x20اندازه\x20فونت','یکپارچه','تراز\x20پایین','کادر\x20چپ','انتقال\x20ستون‌ها','خاکستری\x20500','زرد\x20100','حذف\x20ردیف','26710rLubcA','ردیف‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','قرمز\x20100','حداقلی','سبز\x20100','انتقال\x20ستون','سبز\x20600','تراز\x20عمودی','بدون\x20کادر','انتخاب\x20ردیف','انتقال\x20به\x20عقب‌ترین\x20سطح','انتقال\x20ردیف','درج\x20ردیف\x20در\x20بالا','زرد\x20700','منبع\x20تصویر','توزیع\x20ردیف‌ها','رنگ\x20کادر\x20جدول','برش','پنل','کادر\x20راست','نارنجی\x20600','بنفش\x20600','درج\x20ستون\x20در\x20راست','ستون‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','سبک\x20کادر','قرمز\x20600','بدون\x20پر\x20کردن','متن','کادرهای\x20داخلی','پر\x20کردن\x20تصویر\x20یا\x20بافت','بهترین\x20تطابق','متوسط','اندازه\x20فونت','58872CveYpL','فونت','چیدمان','ردیف\x20سرصفحه','ادغام\x20سلول‌ها','کادر\x20عمودی\x20داخلی','سبک\x20سلول','بازنشانی\x20رنگ','69aeTuXi','قالب\x20متن','نوار\x20ابزار\x20شناور','اصلی\x20100','خاکستری\x20900','شفافیت','انتخاب\x20جدول','7mGOKyF','ظاهر\x20جدول','رنگ\x20پس‌زمینه\x20جدول','همه\x20حاشیه‌ها','894069rdFwzk','تراز\x20چپ','رنگ\x20پس‌زمینه\x20متن','1197cQboWE','کادر\x20افقی\x20داخلی','844548EATsRU','روشن','تراز\x20وسط\x20عمودی','حاشیه‌ها','تراز\x20افقی','بدون\x20حاشیه','حاشیه‌های\x20داخلی','طراحی\x20جدول','فهرست\x20گلوله‌ای','1992786DKFjKt','کادر','خط‌نقطه','370blBAjo','تراز\x20بالا','حذف','ستون\x20آخر','فهرست\x20شماره‌دار','کادر\x20پایین'];_0x1b1a=function(){return _0x47ee6e;};return _0x1b1a();}function _0x944f(_0x3df390,_0x4e132a){_0x3df390=_0x3df390-0x1e2;const _0x1b1a9b=_0x1b1a();let _0x944f6f=_0x1b1a9b[_0x3df390];return _0x944f6f;}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x4e37cd(0x21a),'styles':'سبک‌های\x20جدول','cellStyle':_0x4e37cd(0x201),'text':_0x4e37cd(0x1f5),'layout':_0x4e37cd(0x1fd),'arrange':_0x4e37cd(0x22c),'panel':_0x4e37cd(0x1ec),'floatingToolbar':_0x4e37cd(0x205),'arrangeForward':_0x4e37cd(0x23a),'arrangeBackward':_0x4e37cd(0x23b),'bringToFront':'انتقال\x20به\x20جلوترین\x20سطح','sendToBack':_0x4e37cd(0x1e4)},'editorToolbar':{'fontFamily':_0x4e37cd(0x1fc),'fontSize':_0x4e37cd(0x1fa),'increaseFontSize':_0x4e37cd(0x237),'decreaseFontSize':_0x4e37cd(0x23c),'orderedList':_0x4e37cd(0x223),'bulletList':_0x4e37cd(0x21b),'textFormat':_0x4e37cd(0x204),'bold':_0x4e37cd(0x22f),'italic':'کج','underline':'زیرخط','strikethrough':'خط‌خورده','textColor':'رنگ\x20متن','textBackgroundColor':_0x4e37cd(0x210),'tableBackgroundColor':_0x4e37cd(0x20c),'tableBorderColor':_0x4e37cd(0x1ea),'borderWidth':'ضخامت\x20کادر','borderStyle':_0x4e37cd(0x1f2),'border':_0x4e37cd(0x21d),'borderStyleSolid':_0x4e37cd(0x23d),'borderStyleDash':_0x4e37cd(0x22e),'borderStyleDot':'نقطه‌چین','borderStyleDashDot':_0x4e37cd(0x21e),'noBorder':_0x4e37cd(0x1e2),'borderPresetAll':'همه\x20کادرها','borderPresetInner':_0x4e37cd(0x1f6),'borderPresetOuter':_0x4e37cd(0x239),'borderPresetTop':_0x4e37cd(0x232),'borderPresetBottom':_0x4e37cd(0x224),'borderPresetLeft':_0x4e37cd(0x23f),'borderPresetRight':_0x4e37cd(0x1ed),'borderPresetInnerHorizontal':_0x4e37cd(0x212),'borderPresetInnerVertical':_0x4e37cd(0x200),'none':'هیچ','horizontalAlign':_0x4e37cd(0x217),'verticalAlign':_0x4e37cd(0x24b),'alignLeft':_0x4e37cd(0x20f),'alignCenter':'تراز\x20وسط','alignRight':'تراز\x20راست','alignJustify':'هم‌تراز','alignTop':_0x4e37cd(0x220),'alignMiddle':_0x4e37cd(0x215),'alignBottom':_0x4e37cd(0x23e),'mergeCells':_0x4e37cd(0x1ff),'unmergeCells':'لغو\x20ادغام\x20سلول‌ها','tableTheme':'قالب\x20جدول','tableLook':_0x4e37cd(0x20b),'headerRow':_0x4e37cd(0x1fe),'footerRow':'ردیف\x20پاصفحه','bandedRows':_0x4e37cd(0x233),'bandedColumns':'ستون‌های\x20نواری','firstColumn':'ستون\x20اول','lastColumn':_0x4e37cd(0x222),'bestMatch':_0x4e37cd(0x1f8),'light':_0x4e37cd(0x214),'medium':_0x4e37cd(0x1f9),'minimal':_0x4e37cd(0x247)},'shapePanel':{'fill':{'noFill':_0x4e37cd(0x1f4),'solidFill':'پر\x20کردن\x20یکدست','gradientFill':'پر\x20کردن\x20گرادیان','pictureFill':_0x4e37cd(0x1f7),'color':'رنگ','transparency':_0x4e37cd(0x208),'picture':{'source':_0x4e37cd(0x1e8),'insert':'درج\x20تصویر'}}},'structuralControls':{'selectRow':_0x4e37cd(0x1e3),'selectColumn':'انتخاب\x20ستون','selectTable':_0x4e37cd(0x209),'insertRow':_0x4e37cd(0x227),'insertColumn':'درج\x20ستون','moveRow':_0x4e37cd(0x1e5),'moveColumn':_0x4e37cd(0x249),'moveRows':'انتقال\x20ردیف‌ها','moveColumns':_0x4e37cd(0x240),'cannotMoveMergedRows':_0x4e37cd(0x245),'cannotMoveMergedColumns':_0x4e37cd(0x1f1)},'contextMenu':{'insert':'درج','delete':_0x4e37cd(0x221),'distribute':'توزیع','borders':_0x4e37cd(0x216),'tableBackgroundColor':_0x4e37cd(0x20c),'copy':'کپی','cut':_0x4e37cd(0x1eb),'deleteTable':_0x4e37cd(0x235),'insertRowAbove':_0x4e37cd(0x1e6),'insertRowBelow':_0x4e37cd(0x226),'insertColumnLeft':_0x4e37cd(0x236),'insertColumnRight':_0x4e37cd(0x1f0),'deleteRow':_0x4e37cd(0x243),'deleteColumn':_0x4e37cd(0x230),'distributeRows':_0x4e37cd(0x1e9),'distributeColumns':_0x4e37cd(0x22a),'borderAll':_0x4e37cd(0x20d),'borderOuter':_0x4e37cd(0x231),'borderInner':_0x4e37cd(0x219),'borderNone':_0x4e37cd(0x218)},'colorPreset':{'resetColor':_0x4e37cd(0x202),'white':_0x4e37cd(0x228),'gray100':_0x4e37cd(0x234),'primary100':_0x4e37cd(0x206),'blue100':_0x4e37cd(0x22b),'green100':_0x4e37cd(0x248),'yellow100':_0x4e37cd(0x242),'red100':_0x4e37cd(0x246),'gray900':_0x4e37cd(0x207),'gray500':_0x4e37cd(0x241),'red600':_0x4e37cd(0x1f3),'orange600':_0x4e37cd(0x1ee),'yellow700':_0x4e37cd(0x1e7),'green600':_0x4e37cd(0x24a),'blue600':_0x4e37cd(0x238),'purple600':_0x4e37cd(0x1ef)}}};export{e as default};
1
+ function _0x2791(_0x5b4ac6,_0xee76d0){_0x5b4ac6=_0x5b4ac6-0x117;const _0x4d1e4c=_0x4d1e();let _0x2791d8=_0x4d1e4c[_0x5b4ac6];return _0x2791d8;}const _0x19c048=_0x2791;(function(_0x1e891d,_0x21991b){const _0x2a33c9=_0x2791,_0x1abc0b=_0x1e891d();while(!![]){try{const _0x26c1d6=parseInt(_0x2a33c9(0x154))/0x1*(-parseInt(_0x2a33c9(0x176))/0x2)+-parseInt(_0x2a33c9(0x128))/0x3+parseInt(_0x2a33c9(0x129))/0x4+parseInt(_0x2a33c9(0x145))/0x5+parseInt(_0x2a33c9(0x149))/0x6*(parseInt(_0x2a33c9(0x17e))/0x7)+-parseInt(_0x2a33c9(0x127))/0x8+parseInt(_0x2a33c9(0x11e))/0x9*(parseInt(_0x2a33c9(0x14a))/0xa);if(_0x26c1d6===_0x21991b)break;else _0x1abc0b['push'](_0x1abc0b['shift']());}catch(_0x2dc2b9){_0x1abc0b['push'](_0x1abc0b['shift']());}}}(_0x4d1e,0x22914));const e={'slides-table-ui':{'insertToolbar':{'table':_0x19c048(0x11d)},'tableSizePicker':{'title':_0x19c048(0x167),'customSize':_0x19c048(0x165),'rows':'ردیف‌ها','columns':'ستون‌ها','insert':_0x19c048(0x178),'apply':_0x19c048(0x150)},'mobile':{'operations':'چیدمان','selectCell':_0x19c048(0x157),'edit':'سبک‌ها','close':_0x19c048(0x123),'expand':_0x19c048(0x11a),'collapse':_0x19c048(0x136),'back':_0x19c048(0x177)},'ribbon':{'tableDesign':_0x19c048(0x181),'styles':_0x19c048(0x13c),'cellStyle':'سبک\x20سلول','text':_0x19c048(0x152),'layout':_0x19c048(0x135),'arrange':_0x19c048(0x169),'panel':_0x19c048(0x175),'floatingToolbar':_0x19c048(0x17f),'arrangeForward':_0x19c048(0x164),'arrangeBackward':'یک\x20سطح\x20به\x20عقب','bringToFront':_0x19c048(0x15b),'sendToBack':_0x19c048(0x156)},'editorToolbar':{'fontFamily':'فونت','fontSize':'اندازه\x20فونت','increaseFontSize':_0x19c048(0x14d),'decreaseFontSize':_0x19c048(0x162),'orderedList':_0x19c048(0x120),'bulletList':_0x19c048(0x16b),'textFormat':_0x19c048(0x16e),'bold':_0x19c048(0x13b),'italic':'کج','underline':_0x19c048(0x155),'strikethrough':_0x19c048(0x163),'textColor':_0x19c048(0x13f),'textBackgroundColor':'رنگ\x20پس‌زمینه\x20متن','tableBackgroundColor':_0x19c048(0x15a),'tableBorderColor':_0x19c048(0x17b),'borderWidth':'ضخامت\x20کادر','borderStyle':_0x19c048(0x15f),'border':'کادر','borderStyleSolid':_0x19c048(0x11f),'borderStyleDash':'خط‌چین','borderStyleDot':_0x19c048(0x122),'borderStyleDashDot':_0x19c048(0x179),'noBorder':'بدون\x20کادر','borderPresetAll':_0x19c048(0x142),'borderPresetInner':_0x19c048(0x172),'borderPresetOuter':'کادر\x20بیرونی','borderPresetTop':'کادر\x20بالا','borderPresetBottom':_0x19c048(0x144),'borderPresetLeft':_0x19c048(0x124),'borderPresetRight':_0x19c048(0x140),'borderPresetInnerHorizontal':_0x19c048(0x160),'borderPresetInnerVertical':_0x19c048(0x170),'none':_0x19c048(0x125),'horizontalAlign':_0x19c048(0x16d),'verticalAlign':_0x19c048(0x132),'alignLeft':_0x19c048(0x12c),'alignCenter':_0x19c048(0x14c),'alignRight':_0x19c048(0x147),'alignJustify':'هم‌تراز','alignTop':_0x19c048(0x12d),'alignMiddle':_0x19c048(0x11b),'alignBottom':'تراز\x20پایین','mergeCells':_0x19c048(0x173),'unmergeCells':_0x19c048(0x17a),'tableTheme':_0x19c048(0x16f),'tableLook':'ظاهر\x20جدول','headerRow':_0x19c048(0x12a),'footerRow':_0x19c048(0x14e),'bandedRows':_0x19c048(0x137),'bandedColumns':_0x19c048(0x151),'firstColumn':_0x19c048(0x131),'lastColumn':'ستون\x20آخر','bestMatch':_0x19c048(0x13e),'light':_0x19c048(0x143),'medium':'متوسط','minimal':'حداقلی'},'shapePanel':{'fill':{'noFill':_0x19c048(0x14b),'solidFill':_0x19c048(0x168),'gradientFill':_0x19c048(0x16a),'pictureFill':_0x19c048(0x171),'color':_0x19c048(0x118),'transparency':_0x19c048(0x13a),'picture':{'source':_0x19c048(0x17d),'insert':_0x19c048(0x182)}}},'structuralControls':{'selectRow':'انتخاب\x20ردیف','selectColumn':'انتخاب\x20ستون','selectTable':_0x19c048(0x117),'insertRow':'درج\x20سطر','insertColumn':_0x19c048(0x139),'moveRow':_0x19c048(0x12b),'moveColumn':'انتقال\x20ستون','moveRows':_0x19c048(0x153),'moveColumns':_0x19c048(0x166),'cannotMoveMergedRows':_0x19c048(0x16c),'cannotMoveMergedColumns':_0x19c048(0x159)},'contextMenu':{'insert':_0x19c048(0x178),'delete':_0x19c048(0x13d),'distribute':_0x19c048(0x11c),'borders':_0x19c048(0x15d),'tableBackgroundColor':_0x19c048(0x15a),'copy':_0x19c048(0x148),'cut':'برش','deleteTable':_0x19c048(0x161),'insertRowAbove':_0x19c048(0x14f),'insertRowBelow':_0x19c048(0x133),'insertColumnLeft':_0x19c048(0x158),'insertColumnRight':'درج\x20ستون\x20در\x20راست','deleteRow':_0x19c048(0x12f),'deleteColumn':_0x19c048(0x141),'distributeRows':_0x19c048(0x174),'distributeColumns':_0x19c048(0x119),'borderAll':_0x19c048(0x138),'borderOuter':_0x19c048(0x15e),'borderInner':'حاشیه‌های\x20داخلی','borderNone':'بدون\x20حاشیه'},'colorPreset':{'resetColor':_0x19c048(0x126),'white':'سفید','gray100':_0x19c048(0x130),'primary100':_0x19c048(0x180),'blue100':_0x19c048(0x146),'green100':'سبز\x20100','yellow100':_0x19c048(0x17c),'red100':_0x19c048(0x15c),'gray900':'خاکستری\x20900','gray500':_0x19c048(0x121),'red600':_0x19c048(0x134),'orange600':'نارنجی\x20600','yellow700':_0x19c048(0x12e),'green600':'سبز\x20600','blue600':'آبی\x20600','purple600':'بنفش\x20600'}}};function _0x4d1e(){const _0x1a816a=['حذف','بهترین\x20تطابق','رنگ\x20متن','کادر\x20راست','حذف\x20ستون','همه\x20کادرها','روشن','کادر\x20پایین','132125sKmdmf','آبی\x20100','تراز\x20راست','کپی','65148fUBJkL','927070KClUnx','بدون\x20پر\x20کردن','تراز\x20وسط','افزایش\x20اندازه\x20فونت','ردیف\x20پاصفحه','درج\x20ردیف\x20در\x20بالا','اعمال','ستون‌های\x20نواری','متن','انتقال\x20ردیف‌ها','1039YiCHvk','زیرخط','انتقال\x20به\x20عقب‌ترین\x20سطح','انتخاب\x20سلول','درج\x20ستون\x20در\x20چپ','ستون‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','رنگ\x20پس‌زمینه\x20جدول','انتقال\x20به\x20جلوترین\x20سطح','قرمز\x20100','حاشیه‌ها','حاشیه‌های\x20بیرونی','سبک\x20کادر','کادر\x20افقی\x20داخلی','حذف\x20جدول','کاهش\x20اندازه\x20فونت','خط‌خورده','یک\x20سطح\x20به\x20جلو','اندازه\x20سفارشی','انتقال\x20ستون‌ها','اندازه\x20جدول','پر\x20کردن\x20یکدست','ترتیب','پر\x20کردن\x20گرادیان','فهرست\x20گلوله‌ای','ردیف‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','تراز\x20افقی','قالب\x20متن','قالب\x20جدول','کادر\x20عمودی\x20داخلی','پر\x20کردن\x20تصویر\x20یا\x20بافت','کادرهای\x20داخلی','ادغام\x20سلول‌ها','توزیع\x20ردیف‌ها','پنل','230efcZDu','بازگشت','درج','خط‌نقطه','لغو\x20ادغام\x20سلول‌ها','رنگ\x20کادر\x20جدول','زرد\x20100','منبع\x20تصویر','98xmrcsO','نوار\x20ابزار\x20شناور','اصلی\x20100','طراحی\x20جدول','درج\x20تصویر','انتخاب\x20جدول','رنگ','توزیع\x20ستون‌ها','گسترش','تراز\x20وسط\x20عمودی','توزیع','جدول','18TLrXzz','یکپارچه','فهرست\x20شماره‌دار','خاکستری\x20500','نقطه‌چین','بستن','کادر\x20چپ','هیچ','بازنشانی\x20رنگ','544256DQiWEY','530133LkbjTv','567860jIOWPl','ردیف\x20سرصفحه','انتقال\x20ردیف','تراز\x20چپ','تراز\x20بالا','زرد\x20700','حذف\x20ردیف','خاکستری\x20100','ستون\x20اول','تراز\x20عمودی','درج\x20ردیف\x20در\x20پایین','قرمز\x20600','چیدمان','جمع\x20کردن','ردیف‌های\x20نواری','همه\x20حاشیه‌ها','درج\x20ستون','شفافیت','پررنگ','سبک‌های\x20جدول'];_0x4d1e=function(){return _0x1a816a;};return _0x4d1e();}export{e as default};
@@ -1 +1 @@
1
- const _0x205762=_0x4852;function _0x4852(_0x31c004,_0x4bc5f8){_0x31c004=_0x31c004-0x111;const _0x20a293=_0x20a2();let _0x485263=_0x20a293[_0x31c004];return _0x485263;}(function(_0x262a1f,_0x7899e2){const _0x23f979=_0x4852,_0x146fce=_0x262a1f();while(!![]){try{const _0x4d9db7=parseInt(_0x23f979(0x154))/0x1*(-parseInt(_0x23f979(0x159))/0x2)+parseInt(_0x23f979(0x130))/0x3*(parseInt(_0x23f979(0x15f))/0x4)+-parseInt(_0x23f979(0x175))/0x5+-parseInt(_0x23f979(0x13a))/0x6*(-parseInt(_0x23f979(0x144))/0x7)+parseInt(_0x23f979(0x16e))/0x8+parseInt(_0x23f979(0x124))/0x9+-parseInt(_0x23f979(0x135))/0xa;if(_0x4d9db7===_0x7899e2)break;else _0x146fce['push'](_0x146fce['shift']());}catch(_0x180bac){_0x146fce['push'](_0x146fce['shift']());}}}(_0x20a2,0x1f7e7));function _0x20a2(){const _0x28de51=['Souligné','Texte','1720128QyQZKm','Couleur\x20d’arrière-plan\x20du\x20tableau','Jaune\x20700','Aligner\x20en\x20haut','Minimaliste','Liste\x20à\x20puces','Source\x20de\x20l\x27image','398760BcidEL','Annuler\x20la\x20fusion\x20des\x20cellules','Thème\x20de\x20tableau','Disposition','Bordures\x20intérieures','Tiret-point','Reculer','Aligner\x20à\x20droite','Pointillé','Réduire\x20la\x20taille\x20de\x20police','Blanc','Lignes\x20alternées','Liste\x20numérotée','Gris\x20100','Justifier','Répartir\x20les\x20lignes','Alignement\x20horizontal','Taille\x20de\x20la\x20police','Violet\x20600','Supprimer','1380159lYpsgr','Barre\x20d’outils\x20flottante','Selectionner\x20le\x20tableau','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Bleu\x20600','Bordures','Insérer\x20une\x20image','Supprimer\x20la\x20colonne','Réinitialiser\x20la\x20couleur','Gris\x20500','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Meilleure\x20correspondance','181923FTVijF','Italique','Ligne\x20de\x20pied','Remplissage\x20image\x20ou\x20texture','Vert\x20100','2745420tAKqSK','Épaisseur\x20de\x20bordure','Bordure\x20extérieure','Style\x20de\x20bordure','Gris\x20900','12PXTuXx','Insérer','Insérer\x20une\x20ligne\x20en\x20dessous','Gras','Couleur\x20du\x20texte','Insérer\x20une\x20colonne\x20à\x20droite','Bordure\x20gauche','Couleur\x20de\x20bordure\x20du\x20tableau','Aucun','Supprimer\x20la\x20ligne','393743YBJMnu','Deplacer\x20la\x20colonne','Orange\x20600','Clair','Remplissage\x20uni','Bordure\x20verticale\x20intérieure','Avancer','Apparence\x20du\x20tableau','Répartir\x20les\x20colonnes','Organiser','Deplacer\x20les\x20lignes','Alignement\x20vertical','Jaune\x20100','Couleur\x20de\x20fond\x20du\x20tableau','Format\x20de\x20texte','Rouge\x20100','35899OUXyPh','Police','Bordure\x20horizontale\x20intérieure','Aucun\x20remplissage','Remplissage\x20dégradé','10hcCkwS','Première\x20colonne','Styles\x20de\x20tableau','Couleur','Toutes\x20les\x20bordures','Colonnes\x20alternées','12YvLPjI','Volet','Inserer\x20une\x20colonne','Création\x20de\x20tableau','Deplacer\x20les\x20colonnes','Deplacer\x20la\x20ligne','Inserer\x20une\x20ligne','Aligner\x20au\x20centre','Aligner\x20en\x20bas','Aligner\x20à\x20gauche','Supprimer\x20le\x20tableau','Mettre\x20au\x20premier\x20plan','Aucune\x20bordure'];_0x20a2=function(){return _0x28de51;};return _0x20a2();}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x205762(0x162),'styles':_0x205762(0x15b),'cellStyle':'Style\x20de\x20cellule','text':_0x205762(0x16d),'layout':_0x205762(0x113),'arrange':_0x205762(0x14d),'panel':_0x205762(0x160),'floatingToolbar':_0x205762(0x125),'arrangeForward':_0x205762(0x14a),'arrangeBackward':_0x205762(0x116),'bringToFront':_0x205762(0x16a),'sendToBack':'Mettre\x20à\x20l’arrière-plan'},'editorToolbar':{'fontFamily':_0x205762(0x155),'fontSize':_0x205762(0x121),'increaseFontSize':'Augmenter\x20la\x20taille\x20de\x20police','decreaseFontSize':_0x205762(0x119),'orderedList':_0x205762(0x11c),'bulletList':_0x205762(0x173),'textFormat':_0x205762(0x152),'bold':_0x205762(0x13d),'italic':_0x205762(0x131),'underline':_0x205762(0x16c),'strikethrough':'Barré','textColor':_0x205762(0x13e),'textBackgroundColor':'Couleur\x20d\x27arrière-plan\x20du\x20texte','tableBackgroundColor':_0x205762(0x151),'tableBorderColor':_0x205762(0x141),'borderWidth':_0x205762(0x136),'borderStyle':_0x205762(0x138),'border':'Bordure','borderStyleSolid':'Continu','borderStyleDash':'Tirets','borderStyleDot':_0x205762(0x118),'borderStyleDashDot':_0x205762(0x115),'noBorder':_0x205762(0x16b),'borderPresetAll':_0x205762(0x15d),'borderPresetInner':_0x205762(0x114),'borderPresetOuter':_0x205762(0x137),'borderPresetTop':'Bordure\x20supérieure','borderPresetBottom':'Bordure\x20inférieure','borderPresetLeft':_0x205762(0x140),'borderPresetRight':'Bordure\x20droite','borderPresetInnerHorizontal':_0x205762(0x156),'borderPresetInnerVertical':_0x205762(0x149),'none':_0x205762(0x142),'horizontalAlign':_0x205762(0x120),'verticalAlign':_0x205762(0x14f),'alignLeft':_0x205762(0x168),'alignCenter':_0x205762(0x166),'alignRight':_0x205762(0x117),'alignJustify':_0x205762(0x11e),'alignTop':_0x205762(0x171),'alignMiddle':'Aligner\x20au\x20milieu','alignBottom':_0x205762(0x167),'mergeCells':'Fusionner\x20les\x20cellules','unmergeCells':_0x205762(0x111),'tableTheme':_0x205762(0x112),'tableLook':_0x205762(0x14b),'headerRow':'Ligne\x20d’en-tête','footerRow':_0x205762(0x132),'bandedRows':_0x205762(0x11b),'bandedColumns':_0x205762(0x15e),'firstColumn':_0x205762(0x15a),'lastColumn':'Dernière\x20colonne','bestMatch':_0x205762(0x12f),'light':_0x205762(0x147),'medium':'Moyen','minimal':_0x205762(0x172)},'shapePanel':{'fill':{'noFill':_0x205762(0x157),'solidFill':_0x205762(0x148),'gradientFill':_0x205762(0x158),'pictureFill':_0x205762(0x133),'color':_0x205762(0x15c),'transparency':'Transparence','picture':{'source':_0x205762(0x174),'insert':_0x205762(0x12a)}}},'structuralControls':{'selectRow':'Selectionner\x20une\x20ligne','selectColumn':'Selectionner\x20une\x20colonne','selectTable':_0x205762(0x126),'insertRow':_0x205762(0x165),'insertColumn':_0x205762(0x161),'moveRow':_0x205762(0x164),'moveColumn':_0x205762(0x145),'moveRows':_0x205762(0x14e),'moveColumns':_0x205762(0x163),'cannotMoveMergedRows':_0x205762(0x127),'cannotMoveMergedColumns':_0x205762(0x12e)},'contextMenu':{'insert':_0x205762(0x13b),'delete':_0x205762(0x123),'distribute':'Répartir','borders':_0x205762(0x129),'tableBackgroundColor':_0x205762(0x16f),'copy':'Copier','cut':'Couper','deleteTable':_0x205762(0x169),'insertRowAbove':'Insérer\x20une\x20ligne\x20au-dessus','insertRowBelow':_0x205762(0x13c),'insertColumnLeft':'Insérer\x20une\x20colonne\x20à\x20gauche','insertColumnRight':_0x205762(0x13f),'deleteRow':_0x205762(0x143),'deleteColumn':_0x205762(0x12b),'distributeRows':_0x205762(0x11f),'distributeColumns':_0x205762(0x14c),'borderAll':_0x205762(0x15d),'borderOuter':'Bordures\x20extérieures','borderInner':_0x205762(0x114),'borderNone':_0x205762(0x16b)},'colorPreset':{'resetColor':_0x205762(0x12c),'white':_0x205762(0x11a),'gray100':_0x205762(0x11d),'primary100':'Principal\x20100','blue100':'Bleu\x20100','green100':_0x205762(0x134),'yellow100':_0x205762(0x150),'red100':_0x205762(0x153),'gray900':_0x205762(0x139),'gray500':_0x205762(0x12d),'red600':'Rouge\x20600','orange600':_0x205762(0x146),'yellow700':_0x205762(0x170),'green600':'Vert\x20600','blue600':_0x205762(0x128),'purple600':_0x205762(0x122)}}};export{e as default};
1
+ function _0x3a50(_0x1a097b,_0x722889){_0x1a097b=_0x1a097b-0xe0;const _0x340d32=_0x340d();let _0x3a5010=_0x340d32[_0x1a097b];return _0x3a5010;}function _0x340d(){const _0x297d74=['Mettre\x20au\x20premier\x20plan','Apparence\x20du\x20tableau','Bleu\x20600','Bordure\x20gauche','Aligner\x20au\x20milieu','19953swzfYQ','Insérer\x20une\x20ligne\x20en\x20dessous','Vert\x20100','Ligne\x20de\x20pied','Reculer','Tirets','9SokSMI','Meilleure\x20correspondance','Continu','2822407KkElmz','Appliquer','Réduire','Bordure\x20droite','Deplacer\x20les\x20colonnes','Insérer\x20une\x20colonne\x20à\x20gauche','Aucun\x20remplissage','Jaune\x20700','Colonnes','Source\x20de\x20l\x27image','Rouge\x20600','Colonnes\x20alternées','Bordure\x20inférieure','Taille\x20personnalisée','Gris\x20900','Minimaliste','Tiret-point','22055weSpSN','1193574BTFjdq','Alignement\x20vertical','Pointillé','Bordure\x20extérieure','630748jnHbeB','Bleu\x20100','Style\x20de\x20bordure','Aligner\x20à\x20droite','Gris\x20100','Aligner\x20en\x20haut','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Couleur\x20du\x20texte','Toutes\x20les\x20bordures','Avancer','1EUkaBI','248egjGds','Organiser','Selectionner\x20une\x20colonne','Ligne\x20d’en-tête','Annuler\x20la\x20fusion\x20des\x20cellules','Supprimer\x20la\x20colonne','Bordure','Réinitialiser\x20la\x20couleur','Taille\x20de\x20la\x20police','Insérer\x20une\x20ligne\x20au-dessus','Italique','Liste\x20à\x20puces','Gris\x20500','Aucun','752162aJElOV','Création\x20de\x20tableau','Réduire\x20la\x20taille\x20de\x20police','Deplacer\x20la\x20ligne','Style\x20de\x20cellule','Tableau','Bordure\x20supérieure','Jaune\x20100','Format\x20de\x20texte','504555ZzCXUE','Selectionner\x20une\x20ligne','Barre\x20d’outils\x20flottante','7060JUrSMz','Copier','Insérer\x20une\x20colonne\x20à\x20droite','Développer','Aligner\x20en\x20bas','Police','Insérer\x20une\x20image','Augmenter\x20la\x20taille\x20de\x20police','Bordure\x20verticale\x20intérieure','Barré','Texte','Thème\x20de\x20tableau','Aligner\x20à\x20gauche','Lignes','Couleur\x20d\x27arrière-plan\x20du\x20texte','Supprimer\x20la\x20ligne','Rouge\x20100','Violet\x20600','Vert\x20600','Justifier','Dernière\x20colonne','Selectionner\x20le\x20tableau','Répartir\x20les\x20lignes','Styles\x20de\x20tableau','Remplissage\x20image\x20ou\x20texture','Couleur','Bordures\x20intérieures','Lignes\x20alternées','Souligné','Inserer\x20une\x20colonne','Deplacer\x20la\x20colonne','Bordure\x20horizontale\x20intérieure','Fusionner\x20les\x20cellules','Disposition','Aucune\x20bordure','Aligner\x20au\x20centre'];_0x340d=function(){return _0x297d74;};return _0x340d();}const _0x7871a8=_0x3a50;(function(_0x4a2959,_0x51d223){const _0x440e0b=_0x3a50,_0x1a0534=_0x4a2959();while(!![]){try{const _0x9467bd=-parseInt(_0x440e0b(0xeb))/0x1*(parseInt(_0x440e0b(0xfa))/0x2)+parseInt(_0x440e0b(0x135))/0x3*(-parseInt(_0x440e0b(0xe1))/0x4)+parseInt(_0x440e0b(0x103))/0x5+parseInt(_0x440e0b(0x14a))/0x6+-parseInt(_0x440e0b(0x138))/0x7+parseInt(_0x440e0b(0xec))/0x8*(-parseInt(_0x440e0b(0x12f))/0x9)+parseInt(_0x440e0b(0x106))/0xa*(parseInt(_0x440e0b(0x149))/0xb);if(_0x9467bd===_0x51d223)break;else _0x1a0534['push'](_0x1a0534['shift']());}catch(_0x18ff4f){_0x1a0534['push'](_0x1a0534['shift']());}}}(_0x340d,0x6043c));const e={'slides-table-ui':{'insertToolbar':{'table':_0x7871a8(0xff)},'tableSizePicker':{'title':'Taille\x20du\x20tableau','customSize':_0x7871a8(0x145),'rows':_0x7871a8(0x113),'columns':_0x7871a8(0x140),'insert':'Insérer','apply':_0x7871a8(0x139)},'mobile':{'operations':'Disposition','selectCell':'Sélectionner\x20une\x20cellule','edit':'Styles','close':'Fermer','expand':_0x7871a8(0x109),'collapse':_0x7871a8(0x13a),'back':'Retour'},'ribbon':{'tableDesign':_0x7871a8(0xfb),'styles':_0x7871a8(0x11d),'cellStyle':_0x7871a8(0xfe),'text':_0x7871a8(0x110),'layout':_0x7871a8(0x127),'arrange':_0x7871a8(0xed),'panel':'Volet','floatingToolbar':_0x7871a8(0x105),'arrangeForward':_0x7871a8(0xea),'arrangeBackward':_0x7871a8(0x133),'bringToFront':_0x7871a8(0x12a),'sendToBack':'Mettre\x20à\x20l’arrière-plan'},'editorToolbar':{'fontFamily':_0x7871a8(0x10b),'fontSize':_0x7871a8(0xf4),'increaseFontSize':_0x7871a8(0x10d),'decreaseFontSize':_0x7871a8(0xfc),'orderedList':'Liste\x20numérotée','bulletList':_0x7871a8(0xf7),'textFormat':_0x7871a8(0x102),'bold':'Gras','italic':_0x7871a8(0xf6),'underline':_0x7871a8(0x122),'strikethrough':_0x7871a8(0x10f),'textColor':_0x7871a8(0xe8),'textBackgroundColor':_0x7871a8(0x114),'tableBackgroundColor':'Couleur\x20de\x20fond\x20du\x20tableau','tableBorderColor':'Couleur\x20de\x20bordure\x20du\x20tableau','borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':_0x7871a8(0xe3),'border':_0x7871a8(0xf2),'borderStyleSolid':_0x7871a8(0x137),'borderStyleDash':_0x7871a8(0x134),'borderStyleDot':_0x7871a8(0x14c),'borderStyleDashDot':_0x7871a8(0x148),'noBorder':_0x7871a8(0x128),'borderPresetAll':_0x7871a8(0xe9),'borderPresetInner':_0x7871a8(0x120),'borderPresetOuter':_0x7871a8(0xe0),'borderPresetTop':_0x7871a8(0x100),'borderPresetBottom':_0x7871a8(0x144),'borderPresetLeft':_0x7871a8(0x12d),'borderPresetRight':_0x7871a8(0x13b),'borderPresetInnerHorizontal':_0x7871a8(0x125),'borderPresetInnerVertical':_0x7871a8(0x10e),'none':_0x7871a8(0xf9),'horizontalAlign':'Alignement\x20horizontal','verticalAlign':_0x7871a8(0x14b),'alignLeft':_0x7871a8(0x112),'alignCenter':_0x7871a8(0x129),'alignRight':_0x7871a8(0xe4),'alignJustify':_0x7871a8(0x119),'alignTop':_0x7871a8(0xe6),'alignMiddle':_0x7871a8(0x12e),'alignBottom':_0x7871a8(0x10a),'mergeCells':_0x7871a8(0x126),'unmergeCells':_0x7871a8(0xf0),'tableTheme':_0x7871a8(0x111),'tableLook':_0x7871a8(0x12b),'headerRow':_0x7871a8(0xef),'footerRow':_0x7871a8(0x132),'bandedRows':_0x7871a8(0x121),'bandedColumns':_0x7871a8(0x143),'firstColumn':'Première\x20colonne','lastColumn':_0x7871a8(0x11a),'bestMatch':_0x7871a8(0x136),'light':'Clair','medium':'Moyen','minimal':_0x7871a8(0x147)},'shapePanel':{'fill':{'noFill':_0x7871a8(0x13e),'solidFill':'Remplissage\x20uni','gradientFill':'Remplissage\x20dégradé','pictureFill':_0x7871a8(0x11e),'color':_0x7871a8(0x11f),'transparency':'Transparence','picture':{'source':_0x7871a8(0x141),'insert':_0x7871a8(0x10c)}}},'structuralControls':{'selectRow':_0x7871a8(0x104),'selectColumn':_0x7871a8(0xee),'selectTable':_0x7871a8(0x11b),'insertRow':'Inserer\x20une\x20ligne','insertColumn':_0x7871a8(0x123),'moveRow':_0x7871a8(0xfd),'moveColumn':_0x7871a8(0x124),'moveRows':'Deplacer\x20les\x20lignes','moveColumns':_0x7871a8(0x13c),'cannotMoveMergedRows':'Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','cannotMoveMergedColumns':_0x7871a8(0xe7)},'contextMenu':{'insert':'Insérer','delete':'Supprimer','distribute':'Répartir','borders':'Bordures','tableBackgroundColor':'Couleur\x20d’arrière-plan\x20du\x20tableau','copy':_0x7871a8(0x107),'cut':'Couper','deleteTable':'Supprimer\x20le\x20tableau','insertRowAbove':_0x7871a8(0xf5),'insertRowBelow':_0x7871a8(0x130),'insertColumnLeft':_0x7871a8(0x13d),'insertColumnRight':_0x7871a8(0x108),'deleteRow':_0x7871a8(0x115),'deleteColumn':_0x7871a8(0xf1),'distributeRows':_0x7871a8(0x11c),'distributeColumns':'Répartir\x20les\x20colonnes','borderAll':'Toutes\x20les\x20bordures','borderOuter':'Bordures\x20extérieures','borderInner':_0x7871a8(0x120),'borderNone':'Aucune\x20bordure'},'colorPreset':{'resetColor':_0x7871a8(0xf3),'white':'Blanc','gray100':_0x7871a8(0xe5),'primary100':'Principal\x20100','blue100':_0x7871a8(0xe2),'green100':_0x7871a8(0x131),'yellow100':_0x7871a8(0x101),'red100':_0x7871a8(0x116),'gray900':_0x7871a8(0x146),'gray500':_0x7871a8(0xf8),'red600':_0x7871a8(0x142),'orange600':'Orange\x20600','yellow700':_0x7871a8(0x13f),'green600':_0x7871a8(0x118),'blue600':_0x7871a8(0x12c),'purple600':_0x7871a8(0x117)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x5ca5(_0x168fcc,_0x45c62a){_0x168fcc=_0x168fcc-0x1b7;const _0x1c5e73=_0x1c5e();let _0x5ca5b3=_0x1c5e73[_0x168fcc];return _0x5ca5b3;}const _0x138ff2=_0x5ca5;(function(_0x3cba33,_0x3b6df0){const _0x521f2c=_0x5ca5,_0x250bfc=_0x3cba33();while(!![]){try{const _0x2b75e5=parseInt(_0x521f2c(0x206))/0x1*(-parseInt(_0x521f2c(0x1c8))/0x2)+-parseInt(_0x521f2c(0x1ff))/0x3*(-parseInt(_0x521f2c(0x1c5))/0x4)+-parseInt(_0x521f2c(0x1ef))/0x5+parseInt(_0x521f2c(0x215))/0x6*(-parseInt(_0x521f2c(0x1b8))/0x7)+parseInt(_0x521f2c(0x200))/0x8*(parseInt(_0x521f2c(0x1dd))/0x9)+-parseInt(_0x521f2c(0x1cc))/0xa+parseInt(_0x521f2c(0x1c4))/0xb;if(_0x2b75e5===_0x3b6df0)break;else _0x250bfc['push'](_0x250bfc['shift']());}catch(_0x56564a){_0x250bfc['push'](_0x250bfc['shift']());}}}(_0x1c5e,0x98d2d));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x138ff2(0x1d7),'styles':_0x138ff2(0x1e3),'cellStyle':_0x138ff2(0x20a),'text':_0x138ff2(0x1cb),'layout':_0x138ff2(0x1bc),'arrange':_0x138ff2(0x1e8),'panel':'Panel','floatingToolbar':_0x138ff2(0x1e4),'arrangeForward':'Majukan','arrangeBackward':_0x138ff2(0x1b9),'bringToFront':_0x138ff2(0x1f6),'sendToBack':_0x138ff2(0x213)},'editorToolbar':{'fontFamily':_0x138ff2(0x1e6),'fontSize':_0x138ff2(0x1c2),'increaseFontSize':'Perbesar\x20ukuran\x20font','decreaseFontSize':_0x138ff2(0x202),'orderedList':_0x138ff2(0x201),'bulletList':_0x138ff2(0x1f3),'textFormat':_0x138ff2(0x1ce),'bold':_0x138ff2(0x203),'italic':'Miring','underline':'Garis\x20bawah','strikethrough':_0x138ff2(0x1cd),'textColor':_0x138ff2(0x1ca),'textBackgroundColor':_0x138ff2(0x1dc),'tableBackgroundColor':'Warna\x20latar\x20tabel','tableBorderColor':'Warna\x20batas\x20tabel','borderWidth':_0x138ff2(0x212),'borderStyle':_0x138ff2(0x20d),'border':_0x138ff2(0x1f8),'borderStyleSolid':_0x138ff2(0x1d6),'borderStyleDash':'Putus-putus','borderStyleDot':_0x138ff2(0x1ee),'borderStyleDashDot':'Garis-titik','noBorder':_0x138ff2(0x1be),'borderPresetAll':_0x138ff2(0x1d9),'borderPresetInner':_0x138ff2(0x205),'borderPresetOuter':'Batas\x20luar','borderPresetTop':_0x138ff2(0x1d3),'borderPresetBottom':'Batas\x20bawah','borderPresetLeft':'Batas\x20kiri','borderPresetRight':'Batas\x20kanan','borderPresetInnerHorizontal':_0x138ff2(0x1c7),'borderPresetInnerVertical':_0x138ff2(0x20f),'none':_0x138ff2(0x1fc),'horizontalAlign':'Perataan\x20horizontal','verticalAlign':_0x138ff2(0x1db),'alignLeft':'Rata\x20kiri','alignCenter':'Rata\x20tengah','alignRight':_0x138ff2(0x1bb),'alignJustify':_0x138ff2(0x1b7),'alignTop':_0x138ff2(0x1ec),'alignMiddle':_0x138ff2(0x1c1),'alignBottom':'Rata\x20bawah','mergeCells':'Gabungkan\x20sel','unmergeCells':_0x138ff2(0x1e1),'tableTheme':'Tema\x20tabel','tableLook':_0x138ff2(0x210),'headerRow':_0x138ff2(0x1e7),'footerRow':_0x138ff2(0x1e2),'bandedRows':_0x138ff2(0x1ea),'bandedColumns':_0x138ff2(0x1f9),'firstColumn':_0x138ff2(0x1fe),'lastColumn':'Kolom\x20terakhir','bestMatch':_0x138ff2(0x208),'light':_0x138ff2(0x20c),'medium':_0x138ff2(0x1f7),'minimal':_0x138ff2(0x1bd)},'shapePanel':{'fill':{'noFill':_0x138ff2(0x1ba),'solidFill':_0x138ff2(0x1e5),'gradientFill':'Isian\x20gradien','pictureFill':'Isian\x20gambar\x20atau\x20tekstur','color':_0x138ff2(0x1d4),'transparency':_0x138ff2(0x1c6),'picture':{'source':_0x138ff2(0x1f2),'insert':_0x138ff2(0x20b)}}},'structuralControls':{'selectRow':_0x138ff2(0x1e0),'selectColumn':_0x138ff2(0x217),'selectTable':_0x138ff2(0x1cf),'insertRow':_0x138ff2(0x1fb),'insertColumn':'Sisipkan\x20kolom','moveRow':'Pindahkan\x20baris','moveColumn':_0x138ff2(0x1ed),'moveRows':_0x138ff2(0x1d8),'moveColumns':_0x138ff2(0x1ed),'cannotMoveMergedRows':_0x138ff2(0x1d0),'cannotMoveMergedColumns':_0x138ff2(0x1d5)},'contextMenu':{'insert':'Sisipkan','delete':_0x138ff2(0x1fd),'distribute':_0x138ff2(0x204),'borders':_0x138ff2(0x1f8),'tableBackgroundColor':_0x138ff2(0x1c3),'copy':'Salin','cut':_0x138ff2(0x1eb),'deleteTable':_0x138ff2(0x1c0),'insertRowAbove':_0x138ff2(0x216),'insertRowBelow':_0x138ff2(0x211),'insertColumnLeft':'Sisipkan\x20kolom\x20di\x20kiri','insertColumnRight':_0x138ff2(0x1f1),'deleteRow':_0x138ff2(0x1f5),'deleteColumn':'Hapus\x20kolom','distributeRows':_0x138ff2(0x1df),'distributeColumns':_0x138ff2(0x1de),'borderAll':_0x138ff2(0x1d9),'borderOuter':_0x138ff2(0x1d1),'borderInner':_0x138ff2(0x20e),'borderNone':_0x138ff2(0x1be)},'colorPreset':{'resetColor':_0x138ff2(0x1bf),'white':_0x138ff2(0x1f0),'gray100':'Abu-abu\x20100','primary100':'Utama\x20100','blue100':_0x138ff2(0x214),'green100':_0x138ff2(0x209),'yellow100':_0x138ff2(0x1e9),'red100':_0x138ff2(0x1f4),'gray900':_0x138ff2(0x1d2),'gray500':_0x138ff2(0x1fa),'red600':'Merah\x20600','orange600':_0x138ff2(0x1c9),'yellow700':_0x138ff2(0x1da),'green600':'Hijau\x20600','blue600':_0x138ff2(0x207),'purple600':'Ungu\x20600'}}};function _0x1c5e(){const _0x513834=['Biru\x20600','Kecocokan\x20terbaik','Hijau\x20100','Gaya\x20Sel','Sisipkan\x20Gambar','Terang','Gaya\x20batas','Batas\x20bagian\x20dalam','Batas\x20vertikal\x20dalam','Tampilan\x20tabel','Sisipkan\x20baris\x20di\x20bawah','Lebar\x20batas','Kirim\x20ke\x20belakang','Biru\x20100','966444ulKCmF','Sisipkan\x20baris\x20di\x20atas','Pilih\x20kolom','Rata\x20kiri\x20kanan','49NDvrxx','Mundurkan','Tanpa\x20isian','Rata\x20kanan','Tata\x20Letak','Minimal','Tanpa\x20batas','Atur\x20ulang\x20warna','Hapus\x20tabel','Rata\x20tengah\x20vertikal','Ukuran\x20font','Warna\x20latar\x20belakang\x20tabel','39045908cnSbEs','179896jiXMBM','Transparansi','Batas\x20horizontal\x20dalam','1825918ihYrjn','Oranye\x20600','Warna\x20teks','Teks','12072000TlYLds','Coret','Format\x20teks','Pilih\x20tabel','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Batas\x20luar','Abu-abu\x20900','Batas\x20atas','Warna','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Garis\x20penuh','Desain\x20Tabel','Pindahkan\x20baris','Semua\x20batas','Kuning\x20700','Perataan\x20vertikal','Warna\x20latar\x20teks','4522626HbxstW','Distribusikan\x20kolom','Distribusikan\x20baris','Pilih\x20baris','Pisahkan\x20sel','Baris\x20footer','Gaya\x20Tabel','Bilah\x20alat\x20mengambang','Isian\x20solid','Font','Baris\x20header','Atur','Kuning\x20100','Baris\x20berpita','Potong','Rata\x20atas','Pindahkan\x20kolom','Titik-titik','3854810CyPzXD','Putih','Sisipkan\x20kolom\x20di\x20kanan','Sumber\x20Gambar','Daftar\x20berpoin','Merah\x20100','Hapus\x20baris','Bawa\x20ke\x20depan','Sedang','Batas','Kolom\x20berpita','Abu-abu\x20500','Sisipkan\x20baris','Tidak\x20ada','Hapus','Kolom\x20pertama','6DpeDdA','16fgojkp','Daftar\x20bernomor','Perkecil\x20ukuran\x20font','Tebal','Distribusikan','Batas\x20dalam','1XrKbvv'];_0x1c5e=function(){return _0x513834;};return _0x1c5e();}export{e as default};
1
+ const _0x50a832=_0x2c3c;function _0x2c3c(_0x208daf,_0x4282f6){_0x208daf=_0x208daf-0x1d9;const _0x77d20a=_0x77d2();let _0x2c3c4c=_0x77d20a[_0x208daf];return _0x2c3c4c;}(function(_0xa59ad4,_0x4e82ec){const _0x2fcb97=_0x2c3c,_0x45a9cc=_0xa59ad4();while(!![]){try{const _0x55794c=parseInt(_0x2fcb97(0x208))/0x1*(-parseInt(_0x2fcb97(0x1ff))/0x2)+-parseInt(_0x2fcb97(0x20b))/0x3*(-parseInt(_0x2fcb97(0x224))/0x4)+parseInt(_0x2fcb97(0x1ec))/0x5+parseInt(_0x2fcb97(0x1ee))/0x6+parseInt(_0x2fcb97(0x1e0))/0x7*(parseInt(_0x2fcb97(0x20a))/0x8)+parseInt(_0x2fcb97(0x1df))/0x9+-parseInt(_0x2fcb97(0x234))/0xa;if(_0x55794c===_0x4e82ec)break;else _0x45a9cc['push'](_0x45a9cc['shift']());}catch(_0x68b64){_0x45a9cc['push'](_0x45a9cc['shift']());}}}(_0x77d2,0x78564));const e={'slides-table-ui':{'insertToolbar':{'table':'Tabel'},'tableSizePicker':{'title':'Ukuran\x20tabel','customSize':_0x50a832(0x22d),'rows':_0x50a832(0x204),'columns':'Kolom','insert':_0x50a832(0x223),'apply':_0x50a832(0x1f3)},'mobile':{'operations':_0x50a832(0x207),'selectCell':'Pilih\x20sel','edit':_0x50a832(0x233),'close':_0x50a832(0x240),'expand':_0x50a832(0x232),'collapse':'Ciutkan','back':'Kembali'},'ribbon':{'tableDesign':'Desain\x20Tabel','styles':'Gaya\x20Tabel','cellStyle':'Gaya\x20Sel','text':_0x50a832(0x203),'layout':_0x50a832(0x207),'arrange':_0x50a832(0x1da),'panel':_0x50a832(0x213),'floatingToolbar':_0x50a832(0x236),'arrangeForward':_0x50a832(0x21e),'arrangeBackward':'Mundurkan','bringToFront':_0x50a832(0x217),'sendToBack':_0x50a832(0x21a)},'editorToolbar':{'fontFamily':_0x50a832(0x1eb),'fontSize':_0x50a832(0x225),'increaseFontSize':_0x50a832(0x211),'decreaseFontSize':_0x50a832(0x206),'orderedList':_0x50a832(0x1ea),'bulletList':'Daftar\x20berpoin','textFormat':_0x50a832(0x1de),'bold':_0x50a832(0x21c),'italic':_0x50a832(0x237),'underline':_0x50a832(0x1fb),'strikethrough':_0x50a832(0x226),'textColor':'Warna\x20teks','textBackgroundColor':_0x50a832(0x1d9),'tableBackgroundColor':_0x50a832(0x22f),'tableBorderColor':'Warna\x20batas\x20tabel','borderWidth':_0x50a832(0x1f0),'borderStyle':_0x50a832(0x20c),'border':_0x50a832(0x23e),'borderStyleSolid':'Garis\x20penuh','borderStyleDash':_0x50a832(0x201),'borderStyleDot':_0x50a832(0x1e1),'borderStyleDashDot':_0x50a832(0x216),'noBorder':_0x50a832(0x1f4),'borderPresetAll':'Semua\x20batas','borderPresetInner':_0x50a832(0x1e4),'borderPresetOuter':_0x50a832(0x205),'borderPresetTop':_0x50a832(0x214),'borderPresetBottom':_0x50a832(0x1ef),'borderPresetLeft':_0x50a832(0x1fa),'borderPresetRight':_0x50a832(0x227),'borderPresetInnerHorizontal':_0x50a832(0x1ed),'borderPresetInnerVertical':_0x50a832(0x1e2),'none':'Tidak\x20ada','horizontalAlign':_0x50a832(0x22c),'verticalAlign':'Perataan\x20vertikal','alignLeft':_0x50a832(0x220),'alignCenter':_0x50a832(0x21d),'alignRight':_0x50a832(0x200),'alignJustify':_0x50a832(0x22b),'alignTop':_0x50a832(0x218),'alignMiddle':_0x50a832(0x230),'alignBottom':_0x50a832(0x1f8),'mergeCells':_0x50a832(0x20d),'unmergeCells':_0x50a832(0x239),'tableTheme':_0x50a832(0x1e7),'tableLook':_0x50a832(0x222),'headerRow':'Baris\x20header','footerRow':'Baris\x20footer','bandedRows':'Baris\x20berpita','bandedColumns':'Kolom\x20berpita','firstColumn':_0x50a832(0x219),'lastColumn':'Kolom\x20terakhir','bestMatch':_0x50a832(0x1f2),'light':_0x50a832(0x22e),'medium':_0x50a832(0x228),'minimal':_0x50a832(0x229)},'shapePanel':{'fill':{'noFill':_0x50a832(0x1f5),'solidFill':_0x50a832(0x22a),'gradientFill':_0x50a832(0x23b),'pictureFill':_0x50a832(0x1dd),'color':_0x50a832(0x241),'transparency':_0x50a832(0x1dc),'picture':{'source':_0x50a832(0x1e6),'insert':_0x50a832(0x1fd)}}},'structuralControls':{'selectRow':_0x50a832(0x1e8),'selectColumn':_0x50a832(0x21f),'selectTable':_0x50a832(0x23f),'insertRow':'Sisipkan\x20baris','insertColumn':'Sisipkan\x20kolom','moveRow':_0x50a832(0x23d),'moveColumn':'Pindahkan\x20kolom','moveRows':_0x50a832(0x23d),'moveColumns':_0x50a832(0x1e3),'cannotMoveMergedRows':_0x50a832(0x231),'cannotMoveMergedColumns':_0x50a832(0x242)},'contextMenu':{'insert':_0x50a832(0x223),'delete':_0x50a832(0x1fc),'distribute':_0x50a832(0x1db),'borders':_0x50a832(0x23e),'tableBackgroundColor':'Warna\x20latar\x20belakang\x20tabel','copy':'Salin','cut':_0x50a832(0x202),'deleteTable':_0x50a832(0x235),'insertRowAbove':'Sisipkan\x20baris\x20di\x20atas','insertRowBelow':'Sisipkan\x20baris\x20di\x20bawah','insertColumnLeft':_0x50a832(0x1f1),'insertColumnRight':_0x50a832(0x1e5),'deleteRow':_0x50a832(0x209),'deleteColumn':_0x50a832(0x212),'distributeRows':_0x50a832(0x1f7),'distributeColumns':'Distribusikan\x20kolom','borderAll':_0x50a832(0x1f9),'borderOuter':'Batas\x20luar','borderInner':_0x50a832(0x23c),'borderNone':_0x50a832(0x1f4)},'colorPreset':{'resetColor':'Atur\x20ulang\x20warna','white':_0x50a832(0x1f6),'gray100':_0x50a832(0x20e),'primary100':'Utama\x20100','blue100':'Biru\x20100','green100':_0x50a832(0x210),'yellow100':_0x50a832(0x215),'red100':_0x50a832(0x1e9),'gray900':'Abu-abu\x20900','gray500':_0x50a832(0x23a),'red600':'Merah\x20600','orange600':_0x50a832(0x238),'yellow700':_0x50a832(0x221),'green600':_0x50a832(0x21b),'blue600':_0x50a832(0x1fe),'purple600':_0x50a832(0x20f)}}};export{e as default};function _0x77d2(){const _0x21a4c6=['Semua\x20batas','Batas\x20kiri','Garis\x20bawah','Hapus','Sisipkan\x20Gambar','Biru\x20600','1776514JMmErS','Rata\x20kanan','Putus-putus','Potong','Teks','Baris','Batas\x20luar','Perkecil\x20ukuran\x20font','Tata\x20Letak','1XNkxYC','Hapus\x20baris','156064BBhBQp','1611NiNpEo','Gaya\x20batas','Gabungkan\x20sel','Abu-abu\x20100','Ungu\x20600','Hijau\x20100','Perbesar\x20ukuran\x20font','Hapus\x20kolom','Panel','Batas\x20atas','Kuning\x20100','Garis-titik','Bawa\x20ke\x20depan','Rata\x20atas','Kolom\x20pertama','Kirim\x20ke\x20belakang','Hijau\x20600','Tebal','Rata\x20tengah','Majukan','Pilih\x20kolom','Rata\x20kiri','Kuning\x20700','Tampilan\x20tabel','Sisipkan','3748qCwCSo','Ukuran\x20font','Coret','Batas\x20kanan','Sedang','Minimal','Isian\x20solid','Rata\x20kiri\x20kanan','Perataan\x20horizontal','Ukuran\x20kustom','Terang','Warna\x20latar\x20tabel','Rata\x20tengah\x20vertikal','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Perluas','Gaya','5301230GqolhH','Hapus\x20tabel','Bilah\x20alat\x20mengambang','Miring','Oranye\x20600','Pisahkan\x20sel','Abu-abu\x20500','Isian\x20gradien','Batas\x20bagian\x20dalam','Pindahkan\x20baris','Batas','Pilih\x20tabel','Tutup','Warna','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Warna\x20latar\x20teks','Atur','Distribusikan','Transparansi','Isian\x20gambar\x20atau\x20tekstur','Format\x20teks','1209105hmYLbz','105okRUkS','Titik-titik','Batas\x20vertikal\x20dalam','Pindahkan\x20kolom','Batas\x20dalam','Sisipkan\x20kolom\x20di\x20kanan','Sumber\x20Gambar','Tema\x20tabel','Pilih\x20baris','Merah\x20100','Daftar\x20bernomor','Font','3301225BJsvDY','Batas\x20horizontal\x20dalam','1925406bKhEqj','Batas\x20bawah','Lebar\x20batas','Sisipkan\x20kolom\x20di\x20kiri','Kecocokan\x20terbaik','Terapkan','Tanpa\x20batas','Tanpa\x20isian','Putih','Distribusikan\x20baris','Rata\x20bawah'];_0x77d2=function(){return _0x21a4c6;};return _0x77d2();}