@univerjs-pro/docs-table-ui 0.25.1 → 1.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/README.md +38 -7
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -0
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -0
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -0
  31. package/lib/es/locale/it-IT.js +1 -0
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -0
  35. package/lib/es/locale/pt-BR.js +1 -0
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -0
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +394 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -0
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -0
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -0
  52. package/lib/locale/it-IT.js +1 -0
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -0
  56. package/lib/locale/pt-BR.js +1 -0
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -0
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/commands/docs-table-floating-text-style.command.d.ts +15 -0
  64. package/lib/types/commands/docs-table-select-all.command.d.ts +4 -0
  65. package/lib/types/controllers/components.controller.d.ts +9 -0
  66. package/lib/types/controllers/docs-table-canvas-render.controller.d.ts +49 -19
  67. package/lib/types/controllers/docs-table-create-table.controller.d.ts +1 -3
  68. package/lib/types/controllers/docs-table-floating-menu.controller.d.ts +5 -0
  69. package/lib/types/controllers/docs-table-keyboard.controller.d.ts +7 -0
  70. package/lib/types/index.d.ts +9 -3
  71. package/lib/types/locale/ar-SA.d.ts +3 -0
  72. package/lib/types/locale/de-DE.d.ts +3 -0
  73. package/lib/types/locale/en-US.d.ts +33 -0
  74. package/lib/types/locale/id-ID.d.ts +3 -0
  75. package/lib/types/locale/it-IT.d.ts +3 -0
  76. package/lib/types/locale/pl-PL.d.ts +3 -0
  77. package/lib/types/locale/pt-BR.d.ts +3 -0
  78. package/lib/types/locale/types.d.ts +3 -0
  79. package/lib/types/locale/zh-HK.d.ts +3 -0
  80. package/lib/types/plugin.d.ts +1 -1
  81. package/lib/types/services/docs-table-floating-menu.service.d.ts +51 -0
  82. package/lib/types/services/docs-table-floating-text-style.util.d.ts +10 -0
  83. package/lib/types/services/docs-table-viewport.service.d.ts +8 -1
  84. package/lib/types/views/borders/DocsTableBorderPanel.d.ts +3 -3
  85. package/lib/types/views/canvas/docs-table-canvas-icons.d.ts +2 -3
  86. package/lib/types/views/canvas/docs-table-scrollbar.d.ts +9 -1
  87. package/lib/types/views/canvas/docs-table-selection-render.d.ts +1 -1
  88. package/lib/types/views/canvas/docs-table-trigger-model.d.ts +7 -3
  89. package/lib/types/views/column-type/DocsTableColumnTypePanel.d.ts +1 -2
  90. package/lib/types/views/floating-toolbar/DocsTableFloatingToolbar.d.ts +2 -0
  91. package/lib/types/views/icons/DocsTableBorderToolbarIcons.d.ts +5 -10
  92. package/lib/types/views/insert-table/DocsTableInsertTablePicker.d.ts +5 -3
  93. package/lib/types/views/menu.d.ts +53 -47
  94. package/lib/types/views/options/DocsTableOptionsPanel.d.ts +1 -2
  95. package/lib/types/views/toolbar/DocsTableToolbar.d.ts +1 -2
  96. package/lib/umd/index.js +1 -1
  97. package/lib/umd/locale/ar-SA.js +1 -0
  98. package/lib/umd/locale/ca-ES.js +1 -1
  99. package/lib/umd/locale/de-DE.js +1 -0
  100. package/lib/umd/locale/en-US.js +1 -1
  101. package/lib/umd/locale/es-ES.js +1 -1
  102. package/lib/umd/locale/fa-IR.js +1 -1
  103. package/lib/umd/locale/fr-FR.js +1 -1
  104. package/lib/umd/locale/id-ID.js +1 -0
  105. package/lib/umd/locale/it-IT.js +1 -0
  106. package/lib/umd/locale/ja-JP.js +1 -1
  107. package/lib/umd/locale/ko-KR.js +1 -1
  108. package/lib/umd/locale/pl-PL.js +1 -0
  109. package/lib/umd/locale/pt-BR.js +1 -0
  110. package/lib/umd/locale/ru-RU.js +1 -1
  111. package/lib/umd/locale/sk-SK.js +1 -1
  112. package/lib/umd/locale/vi-VN.js +1 -1
  113. package/lib/umd/locale/zh-CN.js +1 -1
  114. package/lib/umd/locale/zh-HK.js +1 -0
  115. package/lib/umd/locale/zh-TW.js +1 -1
  116. package/package.json +16 -15
  117. package/lib/types/controllers/docs-table-options.controller.d.ts +0 -7
  118. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  119. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ const _0x330a60=_0x32cd;function _0x32cd(_0x41d594,_0x2dffcf){_0x41d594=_0x41d594-0x1cd;const _0x380454=_0x3804();let _0x32cda8=_0x380454[_0x41d594];return _0x32cda8;}(function(_0x5bc1be,_0x2be8d3){const _0x400f70=_0x32cd,_0x439f64=_0x5bc1be();while(!![]){try{const _0x25eab2=parseInt(_0x400f70(0x208))/0x1+parseInt(_0x400f70(0x217))/0x2+-parseInt(_0x400f70(0x1fb))/0x3+-parseInt(_0x400f70(0x219))/0x4+parseInt(_0x400f70(0x207))/0x5*(-parseInt(_0x400f70(0x209))/0x6)+parseInt(_0x400f70(0x1f7))/0x7+-parseInt(_0x400f70(0x1e3))/0x8;if(_0x25eab2===_0x2be8d3)break;else _0x439f64['push'](_0x439f64['shift']());}catch(_0x5b6f2b){_0x439f64['push'](_0x439f64['shift']());}}}(_0x3804,0x79187));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x330a60(0x1d8)},'fillColor':{'main':_0x330a60(0x1f0)},'textBackgroundColor':{'main':_0x330a60(0x202)},'resetColor':_0x330a60(0x215),'bold':_0x330a60(0x1d2),'italic':_0x330a60(0x1f1),'underline':_0x330a60(0x1f4),'strikethrough':_0x330a60(0x1e8),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x330a60(0x205),'alignRight':_0x330a60(0x1f6),'alignJustify':_0x330a60(0x1ef),'textStyle':{'tooltip':_0x330a60(0x200),'normal':_0x330a60(0x1f5),'heading1':_0x330a60(0x1eb),'heading2':_0x330a60(0x1cd),'heading3':'Heading\x203','heading4':'Heading\x204','heading5':_0x330a60(0x1f2),'orderedList':'Ordered\x20list','unorderedList':_0x330a60(0x1fd),'checklist':'Task\x20list'}},'table':{'main':'جدول','insert':'إدراج','delete':'حذف\x20الجدول'},'insertTable':_0x330a60(0x20f),'insert':_0x330a60(0x1fe),'insertTableSize':_0x330a60(0x1d3),'customTableSize':_0x330a60(0x1da),'tableRows':_0x330a60(0x1dd),'tableColumns':_0x330a60(0x1db),'insertRowAbove':_0x330a60(0x1ce),'insertRowBelow':_0x330a60(0x1cf),'insertRowsAbove':_0x330a60(0x1e2),'insertRowsBelow':_0x330a60(0x1ed),'insertRow':_0x330a60(0x1e7),'insertColumnLeft':_0x330a60(0x20c),'insertColumnRight':'إدراج\x20عمود\x20إلى\x20اليمين','insertColumnsLeft':'إدراج\x20{count}\x20أعمدة\x20إلى\x20اليسار','insertColumnsRight':_0x330a60(0x214),'insertColumn':_0x330a60(0x1e4),'clearContent':_0x330a60(0x206),'delete':'حذف','deleteRow':_0x330a60(0x212),'deleteRows':'حذف\x20{count}\x20صفوف','deleteColumn':_0x330a60(0x1e0),'deleteColumns':_0x330a60(0x1d5),'deleteTable':_0x330a60(0x1f9),'mergeCells':'دمج\x20الخلايا','unmergeCells':_0x330a60(0x1ff),'insertTitleRow':_0x330a60(0x1d1),'pinHeaderRows':_0x330a60(0x218),'selectColumn':_0x330a60(0x20b),'selectRow':_0x330a60(0x216),'selectTable':'تحديد\x20الجدول','sortTable':_0x330a60(0x1ea),'sortAscending':_0x330a60(0x204),'sortDescending':_0x330a60(0x1e1),'distribute':_0x330a60(0x1ec),'distributeRows':'توزيع\x20الصفوف','distributeColumns':_0x330a60(0x210),'borders':_0x330a60(0x20d),'borderAll':_0x330a60(0x20a),'borderBottom':_0x330a60(0x1ee),'borderInner':'الحدود\x20الداخلية','borderInnerHorizontal':_0x330a60(0x21a),'borderInnerVertical':_0x330a60(0x1f3),'borderLeft':_0x330a60(0x1df),'borderOuter':_0x330a60(0x1dc),'borderNone':_0x330a60(0x20e),'borderRight':_0x330a60(0x1e5),'borderTop':_0x330a60(0x1de),'tableBackgroundColor':_0x330a60(0x1d6),'borderColor':_0x330a60(0x213),'borderWidth':'عرض\x20الحدود','borderStyle':_0x330a60(0x1d0),'borderStyleSolid':_0x330a60(0x1fc),'borderStyleDotted':'منقط','borderStyleDashed':_0x330a60(0x1d4),'textFormat':_0x330a60(0x1f8),'verticalAlignTop':_0x330a60(0x203),'verticalAlignMiddle':_0x330a60(0x205),'verticalAlignBottom':_0x330a60(0x1fa),'columnType':_0x330a60(0x211),'columnTypeText':'نص','columnTypeNumber':_0x330a60(0x1e9),'columnTypeDate':_0x330a60(0x1d7),'columnTypeCheckbox':_0x330a60(0x1d9),'columnTypeDropdown':_0x330a60(0x201),'tableOptions':_0x330a60(0x1e6)}};function _0x3804(){const _0x1c70c3=['الحد\x20الداخلي\x20الأفقي','Heading\x202','إدراج\x20صف\x20أعلاه','إدراج\x20صف\x20أدناه','نمط\x20الحدود','إدراج\x20صف\x20عنوان','غامق','إدراج\x20حجم\x20الجدول','متقطع','حذف\x20{count}\x20أعمدة','لون\x20خلفية\x20الجدول','تاريخ','لون\x20النص','مربع\x20اختيار','حجم\x20مخصص','الأعمدة','الحد\x20الخارجي','الصفوف','الحد\x20العلوي','الحد\x20الأيسر','حذف\x20العمود','فرز\x20تنازلي','إدراج\x20{count}\x20صفوف\x20أعلاه','2693864kXecBO','إدراج\x20عمود','الحد\x20الأيمن','خيارات\x20الجدول','إدراج\x20صف','يتوسطه\x20خط','رقم','فرز\x20الجدول','Heading\x201','توزيع','إدراج\x20{count}\x20صفوف\x20أدناه','الحد\x20السفلي','ضبط','لون\x20التعبئة','مائل','Heading\x205','الحد\x20الداخلي\x20العمودي','تسطير','Normal\x20text','محاذاة\x20لليمين','4236526NqkJGK','تنسيق\x20النص','حذف\x20الجدول','محاذاة\x20للأسفل','990324PUgori','متصل','Unordered\x20list','إدراج','إلغاء\x20دمج\x20الخلايا','Text\x20style','قائمة\x20منسدلة','لون\x20خلفية\x20النص','محاذاة\x20للأعلى','فرز\x20تصاعدي','محاذاة\x20للوسط','مسح\x20محتوى\x20النص','45KAdYqB','199991wWlUwN','90510vRvaty','كل\x20الحدود','تحديد\x20العمود','إدراج\x20عمود\x20إلى\x20اليسار','الحدود','بدون\x20حدود','إدراج\x20جدول','توزيع\x20الأعمدة','تعيين\x20نوع\x20العمود','حذف\x20الصف','لون\x20الحدود','إدراج\x20{count}\x20أعمدة\x20إلى\x20اليمين','إعادة\x20تعيين','تحديد\x20الصف','1643128ZigZwy','تثبيت\x20الرأس\x20حتى\x20هذا\x20الصف','1312640huJbpf'];_0x3804=function(){return _0x1c70c3;};return _0x3804();}export{e as default};
@@ -1 +1 @@
1
- const _0x20a89c=_0x32be;function _0x32be(_0x4d9b5d,_0x1a5d83){_0x4d9b5d=_0x4d9b5d-0x67;const _0x124631=_0x1246();let _0x32be62=_0x124631[_0x4d9b5d];return _0x32be62;}(function(_0x3feb4d,_0x558561){const _0x1d584b=_0x32be,_0x22c6ed=_0x3feb4d();while(!![]){try{const _0xefcb3b=-parseInt(_0x1d584b(0x8e))/0x1+parseInt(_0x1d584b(0x93))/0x2+parseInt(_0x1d584b(0x91))/0x3+parseInt(_0x1d584b(0x68))/0x4*(-parseInt(_0x1d584b(0x73))/0x5)+parseInt(_0x1d584b(0x70))/0x6*(parseInt(_0x1d584b(0x80))/0x7)+-parseInt(_0x1d584b(0x7c))/0x8*(-parseInt(_0x1d584b(0x6f))/0x9)+parseInt(_0x1d584b(0x7a))/0xa;if(_0xefcb3b===_0x558561)break;else _0x22c6ed['push'](_0x22c6ed['shift']());}catch(_0x23112a){_0x22c6ed['push'](_0x22c6ed['shift']());}}}(_0x1246,0xf4093));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':'Color\x20de\x20fons\x20del\x20text'},'resetColor':'Restableix'},'table':{'main':_0x20a89c(0x8b),'insert':_0x20a89c(0x72),'delete':_0x20a89c(0x99)},'insertTable':_0x20a89c(0x85),'insert':_0x20a89c(0x72),'insertTableSize':_0x20a89c(0x8a),'customTableSize':'Mida\x20personalitzada','tableRows':_0x20a89c(0x83),'tableColumns':_0x20a89c(0x9e),'insertRowAbove':_0x20a89c(0x90),'insertRowBelow':_0x20a89c(0x74),'insertRowsAbove':_0x20a89c(0x7d),'insertRowsBelow':_0x20a89c(0x89),'insertColumnLeft':_0x20a89c(0x78),'insertColumnRight':_0x20a89c(0x7f),'insertColumnsLeft':_0x20a89c(0x79),'insertColumnsRight':'Insereix\x20{count}\x20columnes\x20a\x20la\x20dreta','delete':_0x20a89c(0x9d),'deleteRow':_0x20a89c(0x6b),'deleteRows':_0x20a89c(0x6d),'deleteColumn':_0x20a89c(0x75),'deleteColumns':'Suprimeix\x20{count}\x20columnes','deleteTable':_0x20a89c(0x9c),'mergeCells':'Combina\x20cel·les','unmergeCells':_0x20a89c(0x7b),'insertTitleRow':_0x20a89c(0x71),'pinHeaderRows':_0x20a89c(0x87),'selectColumn':_0x20a89c(0x7e),'selectRow':'Selecciona\x20fila','selectTable':_0x20a89c(0x8f),'sortTable':_0x20a89c(0x9a),'sortAscending':_0x20a89c(0x9b),'sortDescending':_0x20a89c(0x92),'distribute':_0x20a89c(0x84),'distributeRows':_0x20a89c(0x86),'distributeColumns':_0x20a89c(0x8d),'borders':'Vores','borderAll':_0x20a89c(0x67),'borderBottom':'Vora\x20inferior','borderInner':_0x20a89c(0x96),'borderInnerHorizontal':_0x20a89c(0x98),'borderInnerVertical':'Vora\x20vertical\x20interior','borderLeft':_0x20a89c(0x6c),'borderOuter':_0x20a89c(0x76),'borderNone':_0x20a89c(0x82),'borderRight':_0x20a89c(0x94),'borderTop':'Vora\x20superior','tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','borderColor':'Color\x20de\x20la\x20vora','borderWidth':_0x20a89c(0x8c),'borderStyle':_0x20a89c(0x81),'borderStyleSolid':'Sòlid','borderStyleDotted':_0x20a89c(0x77),'borderStyleDashed':_0x20a89c(0x97),'columnType':_0x20a89c(0x88),'columnTypeText':'Text','columnTypeNumber':'Nombre','columnTypeDate':_0x20a89c(0x69),'columnTypeCheckbox':_0x20a89c(0x95),'columnTypeDropdown':_0x20a89c(0x6e),'tableOptions':_0x20a89c(0x6a)}};export{e as default};function _0x1246(){const _0x527945=['1047063uSnSKi','Selecciona\x20taula','Insereix\x20fila\x20a\x20sobre','4436193GFbFAa','Ordena\x20descendent','1385130hTNSkh','Vora\x20dreta','Casella\x20de\x20selecció','Vores\x20interiors','Discontinu','Vora\x20horitzontal\x20interior','Elimina\x20taula','Ordena\x20taula','Ordena\x20ascendent','Suprimeix\x20taula','Suprimeix','Columnes','Totes\x20les\x20vores','7841116kJCDtz','Data','Opcions\x20de\x20taula','Suprimeix\x20fila','Vora\x20esquerra','Suprimeix\x20{count}\x20files','Desplegable','198LDZxBj','132OHrXro','Insereix\x20fila\x20de\x20títol','Insereix','5GdHBux','Insereix\x20fila\x20a\x20sota','Suprimeix\x20columna','Vora\x20exterior','Puntejat','Insereix\x20columna\x20a\x20l’esquerra','Insereix\x20{count}\x20columnes\x20a\x20l’esquerra','5295430yNgvbl','Separa\x20cel·les','95144GtEnom','Insereix\x20{count}\x20files\x20a\x20sobre','Selecciona\x20columna','Insereix\x20columna\x20a\x20la\x20dreta','332318lCntih','Estil\x20de\x20la\x20vora','Sense\x20vores','Files','Distribueix','Insereix\x20taula','Distribueix\x20files','Fixa\x20la\x20capçalera\x20fins\x20a\x20aquesta\x20fila','Defineix\x20el\x20tipus\x20de\x20columna','Insereix\x20{count}\x20files\x20a\x20sota','Mida\x20de\x20la\x20taula\x20a\x20inserir','Taula','Gruix\x20de\x20la\x20vora','Distribueix\x20columnes'];_0x1246=function(){return _0x527945;};return _0x1246();}
1
+ const _0x56f572=_0x5bc3;(function(_0x5e9282,_0x149c9c){const _0x53826b=_0x5bc3,_0x1df319=_0x5e9282();while(!![]){try{const _0x587cd1=parseInt(_0x53826b(0x195))/0x1+-parseInt(_0x53826b(0x1bf))/0x2*(parseInt(_0x53826b(0x193))/0x3)+parseInt(_0x53826b(0x1c0))/0x4+-parseInt(_0x53826b(0x19c))/0x5*(parseInt(_0x53826b(0x1c6))/0x6)+parseInt(_0x53826b(0x196))/0x7+parseInt(_0x53826b(0x1cd))/0x8*(parseInt(_0x53826b(0x1b4))/0x9)+-parseInt(_0x53826b(0x1d0))/0xa;if(_0x587cd1===_0x149c9c)break;else _0x1df319['push'](_0x1df319['shift']());}catch(_0x22aa2f){_0x1df319['push'](_0x1df319['shift']());}}}(_0x4bcd,0xec5ea));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x56f572(0x19d)},'fillColor':{'main':_0x56f572(0x1b7)},'textBackgroundColor':{'main':'Color\x20de\x20fons\x20del\x20text'},'resetColor':_0x56f572(0x1aa),'bold':'Negreta','italic':_0x56f572(0x1ca),'underline':_0x56f572(0x194),'strikethrough':_0x56f572(0x1d2),'alignLeft':_0x56f572(0x1cb),'alignCenter':_0x56f572(0x1a9),'alignRight':_0x56f572(0x18b),'alignJustify':_0x56f572(0x18c),'textStyle':{'tooltip':_0x56f572(0x1cf),'normal':_0x56f572(0x190),'heading1':_0x56f572(0x1c5),'heading2':'Heading\x202','heading3':'Heading\x203','heading4':'Heading\x204','heading5':_0x56f572(0x197),'orderedList':_0x56f572(0x1a6),'unorderedList':_0x56f572(0x19b),'checklist':'Task\x20list'}},'table':{'main':_0x56f572(0x18f),'insert':'Insereix','delete':_0x56f572(0x19e)},'insertTable':_0x56f572(0x1ba),'insert':'Insereix','insertTableSize':_0x56f572(0x1b8),'customTableSize':'Mida\x20personalitzada','tableRows':'Files','tableColumns':'Columnes','insertRowAbove':_0x56f572(0x1ab),'insertRowBelow':_0x56f572(0x1d4),'insertRowsAbove':'Insereix\x20{count}\x20files\x20a\x20sobre','insertRowsBelow':_0x56f572(0x1a1),'insertRow':_0x56f572(0x1a0),'insertColumnLeft':_0x56f572(0x1ae),'insertColumnRight':'Insereix\x20columna\x20a\x20la\x20dreta','insertColumnsLeft':_0x56f572(0x1bc),'insertColumnsRight':_0x56f572(0x18e),'insertColumn':'Insereix\x20columna','clearContent':_0x56f572(0x1c3),'delete':_0x56f572(0x1b2),'deleteRow':_0x56f572(0x1be),'deleteRows':_0x56f572(0x1d3),'deleteColumn':_0x56f572(0x19a),'deleteColumns':_0x56f572(0x199),'deleteTable':_0x56f572(0x1d5),'mergeCells':_0x56f572(0x1bb),'unmergeCells':_0x56f572(0x1c4),'insertTitleRow':_0x56f572(0x1ce),'pinHeaderRows':_0x56f572(0x1a5),'selectColumn':_0x56f572(0x1c8),'selectRow':'Selecciona\x20fila','selectTable':_0x56f572(0x1b6),'sortTable':_0x56f572(0x191),'sortAscending':_0x56f572(0x1cc),'sortDescending':_0x56f572(0x1b5),'distribute':_0x56f572(0x1a7),'distributeRows':_0x56f572(0x1b0),'distributeColumns':'Distribueix\x20columnes','borders':_0x56f572(0x1a2),'borderAll':_0x56f572(0x1d6),'borderBottom':'Vora\x20inferior','borderInner':_0x56f572(0x1a8),'borderInnerHorizontal':_0x56f572(0x1a4),'borderInnerVertical':'Vora\x20vertical\x20interior','borderLeft':'Vora\x20esquerra','borderOuter':_0x56f572(0x1af),'borderNone':_0x56f572(0x1c2),'borderRight':_0x56f572(0x1a3),'borderTop':_0x56f572(0x192),'tableBackgroundColor':_0x56f572(0x1ac),'borderColor':'Color\x20de\x20la\x20vora','borderWidth':_0x56f572(0x1c7),'borderStyle':_0x56f572(0x1d1),'borderStyleSolid':_0x56f572(0x1b3),'borderStyleDotted':_0x56f572(0x1b1),'borderStyleDashed':_0x56f572(0x19f),'textFormat':_0x56f572(0x1bd),'verticalAlignTop':_0x56f572(0x1c9),'verticalAlignMiddle':_0x56f572(0x1c1),'verticalAlignBottom':_0x56f572(0x1b9),'columnType':'Defineix\x20el\x20tipus\x20de\x20columna','columnTypeText':_0x56f572(0x1ad),'columnTypeNumber':_0x56f572(0x198),'columnTypeDate':'Data','columnTypeCheckbox':_0x56f572(0x1d7),'columnTypeDropdown':'Desplegable','tableOptions':_0x56f572(0x18d)}};export{e as default};function _0x5bc3(_0x10e773,_0x360c9f){_0x10e773=_0x10e773-0x18b;const _0x4bcd84=_0x4bcd();let _0x5bc334=_0x4bcd84[_0x10e773];return _0x5bc334;}function _0x4bcd(){const _0x363e1a=['Fixa\x20la\x20capçalera\x20fins\x20a\x20aquesta\x20fila','Ordered\x20list','Distribueix','Vores\x20interiors','Centra','Restableix','Insereix\x20fila\x20a\x20sobre','Color\x20de\x20fons\x20de\x20la\x20taula','Text','Insereix\x20columna\x20a\x20l’esquerra','Vora\x20exterior','Distribueix\x20files','Puntejat','Suprimeix','Sòlid','9ggNJnb','Ordena\x20descendent','Selecciona\x20taula','Color\x20de\x20farciment','Mida\x20de\x20la\x20taula\x20a\x20inserir','Alinea\x20a\x20baix','Insereix\x20taula','Combina\x20cel·les','Insereix\x20{count}\x20columnes\x20a\x20l’esquerra','Format\x20del\x20text','Suprimeix\x20fila','1287070JsQfZe','7729216IdClCX','Alinea\x20al\x20mig','Sense\x20vores','Esborra\x20el\x20contingut\x20del\x20text','Separa\x20cel·les','Heading\x201','15462pAjQHK','Gruix\x20de\x20la\x20vora','Selecciona\x20columna','Alinea\x20a\x20dalt','Cursiva','Alinea\x20a\x20l\x27esquerra','Ordena\x20ascendent','10038040TFXDOm','Insereix\x20fila\x20de\x20títol','Text\x20style','24101110uUxnEP','Estil\x20de\x20la\x20vora','Ratllat','Suprimeix\x20{count}\x20files','Insereix\x20fila\x20a\x20sota','Suprimeix\x20taula','Totes\x20les\x20vores','Casella\x20de\x20selecció','Alinea\x20a\x20la\x20dreta','Justifica','Opcions\x20de\x20taula','Insereix\x20{count}\x20columnes\x20a\x20la\x20dreta','Taula','Normal\x20text','Ordena\x20taula','Vora\x20superior','3gnWjKM','Subratllat','966939sjeeoa','6019741MaLXim','Heading\x205','Nombre','Suprimeix\x20{count}\x20columnes','Suprimeix\x20columna','Unordered\x20list','1925ztGfDC','Color\x20del\x20text','Elimina\x20taula','Discontinu','Insereix\x20fila','Insereix\x20{count}\x20files\x20a\x20sota','Vores','Vora\x20dreta','Vora\x20horitzontal\x20interior'];_0x4bcd=function(){return _0x363e1a;};return _0x4bcd();}
@@ -0,0 +1 @@
1
+ function _0x592b(_0x5e58dd,_0x5da28e){_0x5e58dd=_0x5e58dd-0xd2;const _0x5240d4=_0x5240();let _0x592b85=_0x5240d4[_0x5e58dd];return _0x592b85;}function _0x5240(){const _0x5673d4=['283199pnzQOa','Innere\x20Rahmen','Alle\x20Rahmen','5301NgDkdl','Rahmen','1917170AJfjlD','Innerer\x20vertikaler\x20Rahmen','Heading\x202','884181fkDDPU','Zeilen\x20verteilen','Kopfzeile\x20bis\x20zu\x20dieser\x20Zeile\x20fixieren','Heading\x201','55072UjbHgB','Kursiv','Rechtsbündig','Zahl','Unordered\x20list','Innerer\x20horizontaler\x20Rahmen','Rahmenstil','Textinhalt\x20löschen','Heading\x205','34ElpnQt','Task\x20list','{count}\x20Spalten\x20rechts\x20einfügen','Verteilen','Unterstrichen','11aKRmFa','Zeile\x20einfügen','Tabellenoptionen','1401340GqCWbv','Spalten','Text','Kontrollkästchen','Vertikal\x20zentrieren','Ordered\x20list','Durchgestrichen','Löschen','Gepunktet','18GbEYwe','441Vlhxht','Normal\x20text','Rechter\x20Rahmen','Kein\x20Rahmen','Zeile\x20oberhalb\x20einfügen','Zentriert','Spalten\x20verteilen','2212515LWUrsE','Tabellenhintergrundfarbe','{count}\x20Zeilen\x20oberhalb\x20einfügen','Absteigend\x20sortieren','Äußerer\x20Rahmen','Einfügen','Texthintergrundfarbe','Tabelle\x20auswählen','Spalte\x20links\x20einfügen','Linker\x20Rahmen','Füllfarbe','Zellen\x20verbinden','Durchgezogen','Spalte\x20auswählen','Zellen\x20trennen','Blocksatz','Spalte\x20löschen','Spaltentyp\x20festlegen','Benutzerdefinierte\x20Größe','Textformat','Oberer\x20Rahmen','{count}\x20Spalten\x20löschen','Oben\x20ausrichten','Tabellengröße\x20einfügen','Tabelle\x20löschen','Heading\x204','Textfarbe','Spalte\x20einfügen','Rahmenfarbe'];_0x5240=function(){return _0x5673d4;};return _0x5240();}const _0x5e5d50=_0x592b;(function(_0x428b87,_0xf8bad){const _0x5efa3f=_0x592b,_0x5896e2=_0x428b87();while(!![]){try{const _0x26dda9=-parseInt(_0x5efa3f(0x108))/0x1*(-parseInt(_0x5efa3f(0x11a))/0x2)+parseInt(_0x5efa3f(0x10d))/0x3+-parseInt(_0x5efa3f(0xd7))/0x4+parseInt(_0x5efa3f(0xe8))/0x5+-parseInt(_0x5efa3f(0xe0))/0x6*(parseInt(_0x5efa3f(0x105))/0x7)+parseInt(_0x5efa3f(0x111))/0x8*(parseInt(_0x5efa3f(0xe1))/0x9)+-parseInt(_0x5efa3f(0x10a))/0xa*(-parseInt(_0x5efa3f(0xd4))/0xb);if(_0x26dda9===_0xf8bad)break;else _0x5896e2['push'](_0x5896e2['shift']());}catch(_0xc1ef53){_0x5896e2['push'](_0x5896e2['shift']());}}}(_0x5240,0xd7fc2));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x5e5d50(0x102)},'fillColor':{'main':_0x5e5d50(0xf2)},'textBackgroundColor':{'main':_0x5e5d50(0xee)},'resetColor':'Zurücksetzen','bold':'Fett','italic':_0x5e5d50(0x112),'underline':_0x5e5d50(0xd3),'strikethrough':_0x5e5d50(0xdd),'alignLeft':'Linksbündig','alignCenter':_0x5e5d50(0xe6),'alignRight':_0x5e5d50(0x113),'alignJustify':_0x5e5d50(0xf7),'textStyle':{'tooltip':'Text\x20style','normal':_0x5e5d50(0xe2),'heading1':_0x5e5d50(0x110),'heading2':_0x5e5d50(0x10c),'heading3':'Heading\x203','heading4':_0x5e5d50(0x101),'heading5':_0x5e5d50(0x119),'orderedList':_0x5e5d50(0xdc),'unorderedList':_0x5e5d50(0x115),'checklist':_0x5e5d50(0x11b)}},'table':{'main':'Tabelle','insert':_0x5e5d50(0xed),'delete':_0x5e5d50(0x100)},'insertTable':'Tabelle\x20einfügen','insert':_0x5e5d50(0xed),'insertTableSize':_0x5e5d50(0xff),'customTableSize':_0x5e5d50(0xfa),'tableRows':'Zeilen','tableColumns':_0x5e5d50(0xd8),'insertRowAbove':_0x5e5d50(0xe5),'insertRowBelow':'Zeile\x20unterhalb\x20einfügen','insertRowsAbove':_0x5e5d50(0xea),'insertRowsBelow':'{count}\x20Zeilen\x20unterhalb\x20einfügen','insertRow':_0x5e5d50(0xd5),'insertColumnLeft':_0x5e5d50(0xf0),'insertColumnRight':'Spalte\x20rechts\x20einfügen','insertColumnsLeft':'{count}\x20Spalten\x20links\x20einfügen','insertColumnsRight':_0x5e5d50(0x11c),'insertColumn':_0x5e5d50(0x103),'clearContent':_0x5e5d50(0x118),'delete':_0x5e5d50(0xde),'deleteRow':'Zeile\x20löschen','deleteRows':'{count}\x20Zeilen\x20löschen','deleteColumn':_0x5e5d50(0xf8),'deleteColumns':_0x5e5d50(0xfd),'deleteTable':'Tabelle\x20löschen','mergeCells':_0x5e5d50(0xf3),'unmergeCells':_0x5e5d50(0xf6),'insertTitleRow':'Titelzeile\x20einfügen','pinHeaderRows':_0x5e5d50(0x10f),'selectColumn':_0x5e5d50(0xf5),'selectRow':'Zeile\x20auswählen','selectTable':_0x5e5d50(0xef),'sortTable':'Tabelle\x20sortieren','sortAscending':'Aufsteigend\x20sortieren','sortDescending':_0x5e5d50(0xeb),'distribute':_0x5e5d50(0xd2),'distributeRows':_0x5e5d50(0x10e),'distributeColumns':_0x5e5d50(0xe7),'borders':_0x5e5d50(0x109),'borderAll':_0x5e5d50(0x107),'borderBottom':'Unterer\x20Rahmen','borderInner':_0x5e5d50(0x106),'borderInnerHorizontal':_0x5e5d50(0x116),'borderInnerVertical':_0x5e5d50(0x10b),'borderLeft':_0x5e5d50(0xf1),'borderOuter':_0x5e5d50(0xec),'borderNone':_0x5e5d50(0xe4),'borderRight':_0x5e5d50(0xe3),'borderTop':_0x5e5d50(0xfc),'tableBackgroundColor':_0x5e5d50(0xe9),'borderColor':_0x5e5d50(0x104),'borderWidth':'Rahmenbreite','borderStyle':_0x5e5d50(0x117),'borderStyleSolid':_0x5e5d50(0xf4),'borderStyleDotted':_0x5e5d50(0xdf),'borderStyleDashed':'Gestrichelt','textFormat':_0x5e5d50(0xfb),'verticalAlignTop':_0x5e5d50(0xfe),'verticalAlignMiddle':_0x5e5d50(0xdb),'verticalAlignBottom':'Unten\x20ausrichten','columnType':_0x5e5d50(0xf9),'columnTypeText':_0x5e5d50(0xd9),'columnTypeNumber':_0x5e5d50(0x114),'columnTypeDate':'Datum','columnTypeCheckbox':_0x5e5d50(0xda),'columnTypeDropdown':'Dropdown','tableOptions':_0x5e5d50(0xd6)}};export{e as default};
@@ -1 +1 @@
1
- function _0x3fdf(){const _0xed49dc=['Inner\x20horizontal\x20border','4OYRUAR','2094384doGxSu','5103294cCRJLF','Insert\x20row\x20below','Sort\x20ascending','Inner\x20borders','Insert\x20{count}\x20rows\x20above','1076196PgnUKZ','27149680fMUPDX','Solid','Bottom\x20border','Rows','8CyrWwu','Delete\x20{count}\x20columns','Select\x20table','Delete\x20row','Dotted','Unmerge\x20cells','Text\x20background\x20color','34LMBrot','Insert\x20table','58344XvaFyK','Distribute\x20columns','Insert\x20title\x20row','Top\x20border','Insert\x20table\x20size','Distribute\x20rows','Custom\x20size','4443285ulhaPk','Date','Border\x20style','Border\x20width','Merge\x20cells','4198311nKMzuq','Reset','Table\x20background\x20color','Insert\x20{count}\x20columns\x20right','Right\x20border','Insert\x20row\x20above','Text','Outer\x20border','Select\x20column','Sort\x20descending','Border\x20color','Distribute','Checkbox','Insert\x20{count}\x20columns\x20left','Table','Delete\x20{count}\x20rows','Select\x20row','Insert','Delete','Dropdown','Dashed'];_0x3fdf=function(){return _0xed49dc;};return _0x3fdf();}const _0x14fd6a=_0x1b17;(function(_0x27f59e,_0x5f0710){const _0x5f5700=_0x1b17,_0x29888e=_0x27f59e();while(!![]){try{const _0xa625a=-parseInt(_0x5f5700(0xd9))/0x1*(parseInt(_0x5f5700(0xd7))/0x2)+-parseInt(_0x5f5700(0xc5))/0x3*(parseInt(_0x5f5700(0xc4))/0x4)+-parseInt(_0x5f5700(0xe0))/0x5+parseInt(_0x5f5700(0xcb))/0x6+parseInt(_0x5f5700(0xc6))/0x7*(parseInt(_0x5f5700(0xd0))/0x8)+-parseInt(_0x5f5700(0xe5))/0x9+parseInt(_0x5f5700(0xcc))/0xa;if(_0xa625a===_0x5f0710)break;else _0x29888e['push'](_0x29888e['shift']());}catch(_0x6cff2b){_0x29888e['push'](_0x29888e['shift']());}}}(_0x3fdf,0x8d2d8));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x14fd6a(0xd6)},'resetColor':_0x14fd6a(0xe6)},'table':{'main':_0x14fd6a(0xf3),'insert':'Insert','delete':'Table\x20delete'},'insertTable':_0x14fd6a(0xd8),'insert':_0x14fd6a(0xbf),'insertTableSize':_0x14fd6a(0xdd),'customTableSize':_0x14fd6a(0xdf),'tableRows':_0x14fd6a(0xcf),'tableColumns':'Columns','insertRowAbove':_0x14fd6a(0xea),'insertRowBelow':_0x14fd6a(0xc7),'insertRowsAbove':_0x14fd6a(0xca),'insertRowsBelow':'Insert\x20{count}\x20rows\x20below','insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':'Insert\x20column\x20right','insertColumnsLeft':_0x14fd6a(0xf2),'insertColumnsRight':_0x14fd6a(0xe8),'delete':_0x14fd6a(0xc0),'deleteRow':_0x14fd6a(0xd3),'deleteRows':_0x14fd6a(0xf4),'deleteColumn':'Delete\x20column','deleteColumns':_0x14fd6a(0xd1),'deleteTable':'Delete\x20table','mergeCells':_0x14fd6a(0xe4),'unmergeCells':_0x14fd6a(0xd5),'insertTitleRow':_0x14fd6a(0xdb),'pinHeaderRows':'Pin\x20header\x20up\x20to\x20this\x20row','selectColumn':_0x14fd6a(0xed),'selectRow':_0x14fd6a(0xf5),'selectTable':_0x14fd6a(0xd2),'sortTable':'Sort\x20table','sortAscending':_0x14fd6a(0xc8),'sortDescending':_0x14fd6a(0xee),'distribute':_0x14fd6a(0xf0),'distributeRows':_0x14fd6a(0xde),'distributeColumns':_0x14fd6a(0xda),'borders':'Borders','borderAll':'All\x20borders','borderBottom':_0x14fd6a(0xce),'borderInner':_0x14fd6a(0xc9),'borderInnerHorizontal':_0x14fd6a(0xc3),'borderInnerVertical':'Inner\x20vertical\x20border','borderLeft':'Left\x20border','borderOuter':_0x14fd6a(0xec),'borderNone':'No\x20border','borderRight':_0x14fd6a(0xe9),'borderTop':_0x14fd6a(0xdc),'tableBackgroundColor':_0x14fd6a(0xe7),'borderColor':_0x14fd6a(0xef),'borderWidth':_0x14fd6a(0xe3),'borderStyle':_0x14fd6a(0xe2),'borderStyleSolid':_0x14fd6a(0xcd),'borderStyleDotted':_0x14fd6a(0xd4),'borderStyleDashed':_0x14fd6a(0xc2),'columnType':'Set\x20column\x20type','columnTypeText':_0x14fd6a(0xeb),'columnTypeNumber':'Number','columnTypeDate':_0x14fd6a(0xe1),'columnTypeCheckbox':_0x14fd6a(0xf1),'columnTypeDropdown':_0x14fd6a(0xc1),'tableOptions':'Table\x20options'}};function _0x1b17(_0x487e75,_0x4e2b7a){_0x487e75=_0x487e75-0xbf;const _0x3fdf5f=_0x3fdf();let _0x1b17c9=_0x3fdf5f[_0x487e75];return _0x1b17c9;}export{e as default};
1
+ const _0x50ffd6=_0x4288;(function(_0x5c1f94,_0x1da260){const _0x438d1c=_0x4288,_0xc2eef8=_0x5c1f94();while(!![]){try{const _0x2fdd11=parseInt(_0x438d1c(0x120))/0x1*(parseInt(_0x438d1c(0x169))/0x2)+-parseInt(_0x438d1c(0x158))/0x3*(parseInt(_0x438d1c(0x166))/0x4)+-parseInt(_0x438d1c(0x164))/0x5*(parseInt(_0x438d1c(0x14a))/0x6)+parseInt(_0x438d1c(0x157))/0x7+parseInt(_0x438d1c(0x136))/0x8+-parseInt(_0x438d1c(0x15e))/0x9+parseInt(_0x438d1c(0x15b))/0xa;if(_0x2fdd11===_0x1da260)break;else _0xc2eef8['push'](_0xc2eef8['shift']());}catch(_0x21cbbc){_0xc2eef8['push'](_0xc2eef8['shift']());}}}(_0x5f38,0x5f7b4));function _0x5f38(){const _0x45d712=['Border\x20color','No\x20border','Align\x20Left','Insert\x20table\x20size','Delete\x20row','Rows','Heading\x203','Table\x20background\x20color','Text\x20style','6PsWGFv','Bottom\x20border','Set\x20column\x20type','Pin\x20header\x20up\x20to\x20this\x20row','Insert\x20{count}\x20rows\x20above','Select\x20row','Right\x20border','Inner\x20borders','Delete\x20column','Normal\x20text','Align\x20Right','Inner\x20horizontal\x20border','Columns','1649347yIbAUe','41073RMWNPX','Strikethrough','Reset','13943620EaIABH','Underline','Sort\x20table','3990546ioUeYA','Custom\x20size','Checkbox','Align\x20Center','Heading\x202','Heading\x205','2185085yyYjWk','Distribute\x20columns','184BXkAMM','Top\x20border','Clear\x20text\x20content','2moqkbJ','Align\x20bottom','Distribute','Table\x20options','Unordered\x20list','Delete','Bold','Insert\x20row','Date','171047iQGUaE','Select\x20column','Dropdown','Border\x20width','Insert\x20column\x20right','Insert\x20table','Sort\x20ascending','Align\x20top','Inner\x20vertical\x20border','Number','Border\x20style','Solid','Insert','Text\x20color','All\x20borders','Borders','Ordered\x20list','Insert\x20title\x20row','Merge\x20cells','Justify','Heading\x201','Select\x20table','802072JekXsI','Insert\x20{count}\x20columns\x20right','Task\x20list','Insert\x20column\x20left','Text','Heading\x204','Insert\x20{count}\x20rows\x20below','Delete\x20{count}\x20rows','Table','Delete\x20table','Distribute\x20rows'];_0x5f38=function(){return _0x45d712;};return _0x5f38();}function _0x4288(_0x162f0a,_0x3d5e6f){_0x162f0a=_0x162f0a-0x11d;const _0x5f38ed=_0x5f38();let _0x42886c=_0x5f38ed[_0x162f0a];return _0x42886c;}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x50ffd6(0x12d)},'fillColor':{'main':'Fill\x20color'},'textBackgroundColor':{'main':'Text\x20background\x20color'},'resetColor':_0x50ffd6(0x15a),'bold':_0x50ffd6(0x11d),'italic':'Italic','underline':_0x50ffd6(0x15c),'strikethrough':_0x50ffd6(0x159),'alignLeft':_0x50ffd6(0x143),'alignCenter':_0x50ffd6(0x161),'alignRight':_0x50ffd6(0x154),'alignJustify':_0x50ffd6(0x133),'textStyle':{'tooltip':_0x50ffd6(0x149),'normal':_0x50ffd6(0x153),'heading1':_0x50ffd6(0x134),'heading2':_0x50ffd6(0x162),'heading3':_0x50ffd6(0x147),'heading4':_0x50ffd6(0x13b),'heading5':_0x50ffd6(0x163),'orderedList':_0x50ffd6(0x130),'unorderedList':_0x50ffd6(0x16d),'checklist':_0x50ffd6(0x138)}},'table':{'main':_0x50ffd6(0x13e),'insert':_0x50ffd6(0x12c),'delete':'Table\x20delete'},'insertTable':_0x50ffd6(0x125),'insert':'Insert','insertTableSize':_0x50ffd6(0x144),'customTableSize':_0x50ffd6(0x15f),'tableRows':_0x50ffd6(0x146),'tableColumns':_0x50ffd6(0x156),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':'Insert\x20row\x20below','insertRowsAbove':_0x50ffd6(0x14e),'insertRowsBelow':_0x50ffd6(0x13c),'insertRow':_0x50ffd6(0x11e),'insertColumnLeft':_0x50ffd6(0x139),'insertColumnRight':_0x50ffd6(0x124),'insertColumnsLeft':'Insert\x20{count}\x20columns\x20left','insertColumnsRight':_0x50ffd6(0x137),'insertColumn':'Insert\x20column','clearContent':_0x50ffd6(0x168),'delete':_0x50ffd6(0x16e),'deleteRow':_0x50ffd6(0x145),'deleteRows':_0x50ffd6(0x13d),'deleteColumn':_0x50ffd6(0x152),'deleteColumns':'Delete\x20{count}\x20columns','deleteTable':_0x50ffd6(0x13f),'mergeCells':_0x50ffd6(0x132),'unmergeCells':'Unmerge\x20cells','insertTitleRow':_0x50ffd6(0x131),'pinHeaderRows':_0x50ffd6(0x14d),'selectColumn':_0x50ffd6(0x121),'selectRow':_0x50ffd6(0x14f),'selectTable':_0x50ffd6(0x135),'sortTable':_0x50ffd6(0x15d),'sortAscending':_0x50ffd6(0x126),'sortDescending':'Sort\x20descending','distribute':_0x50ffd6(0x16b),'distributeRows':_0x50ffd6(0x140),'distributeColumns':_0x50ffd6(0x165),'borders':_0x50ffd6(0x12f),'borderAll':_0x50ffd6(0x12e),'borderBottom':_0x50ffd6(0x14b),'borderInner':_0x50ffd6(0x151),'borderInnerHorizontal':_0x50ffd6(0x155),'borderInnerVertical':_0x50ffd6(0x128),'borderLeft':'Left\x20border','borderOuter':'Outer\x20border','borderNone':_0x50ffd6(0x142),'borderRight':_0x50ffd6(0x150),'borderTop':_0x50ffd6(0x167),'tableBackgroundColor':_0x50ffd6(0x148),'borderColor':_0x50ffd6(0x141),'borderWidth':_0x50ffd6(0x123),'borderStyle':_0x50ffd6(0x12a),'borderStyleSolid':_0x50ffd6(0x12b),'borderStyleDotted':'Dotted','borderStyleDashed':'Dashed','textFormat':'Text\x20format','verticalAlignTop':_0x50ffd6(0x127),'verticalAlignMiddle':'Align\x20middle','verticalAlignBottom':_0x50ffd6(0x16a),'columnType':_0x50ffd6(0x14c),'columnTypeText':_0x50ffd6(0x13a),'columnTypeNumber':_0x50ffd6(0x129),'columnTypeDate':_0x50ffd6(0x11f),'columnTypeCheckbox':_0x50ffd6(0x160),'columnTypeDropdown':_0x50ffd6(0x122),'tableOptions':_0x50ffd6(0x16c)}};export{e as default};
@@ -1 +1 @@
1
- const _0x35b185=_0x4ddc;function _0x4ddc(_0x10bf1c,_0x1a62df){_0x10bf1c=_0x10bf1c-0x107;const _0x43de97=_0x43de();let _0x4ddc4d=_0x43de97[_0x10bf1c];return _0x4ddc4d;}(function(_0xb32b5e,_0x24ff23){const _0x536860=_0x4ddc,_0x3f9d5d=_0xb32b5e();while(!![]){try{const _0x9775bc=-parseInt(_0x536860(0x140))/0x1+-parseInt(_0x536860(0x129))/0x2*(parseInt(_0x536860(0x139))/0x3)+parseInt(_0x536860(0x124))/0x4*(parseInt(_0x536860(0x109))/0x5)+-parseInt(_0x536860(0x12a))/0x6*(-parseInt(_0x536860(0x10a))/0x7)+parseInt(_0x536860(0x11f))/0x8*(-parseInt(_0x536860(0x13c))/0x9)+-parseInt(_0x536860(0x10f))/0xa*(parseInt(_0x536860(0x112))/0xb)+parseInt(_0x536860(0x108))/0xc;if(_0x9775bc===_0x24ff23)break;else _0x3f9d5d['push'](_0x3f9d5d['shift']());}catch(_0x1fda01){_0x3f9d5d['push'](_0x3f9d5d['shift']());}}}(_0x43de,0xe36aa));function _0x43de(){const _0x54679a=['Estilo\x20del\x20borde','Eliminar\x20tabla','2ghAQhO','7482702TwPFqU','Bordes','Filas','Fecha','Ordenar\x20tabla','Distribuir\x20filas','Eliminar\x20{count}\x20columnas','Fijar\x20encabezado\x20hasta\x20esta\x20fila','Orden\x20descendente','Sin\x20bordes','Eliminar','Combinar\x20celdas','Seleccionar\x20tabla','Color\x20de\x20fondo\x20de\x20la\x20tabla','Borde\x20horizontal\x20interior','1610319KDSOCx','Todos\x20los\x20bordes','Punteado','27aXSGNx','Borde\x20izquierdo','Grosor\x20del\x20borde','Insertar\x20columna\x20a\x20la\x20derecha','841009ZjlKBS','Insertar\x20{count}\x20filas\x20arriba','Separar\x20celdas','36474324qkvAuY','17645oriQHJ','7tGbTpu','Eliminar\x20columna','Sólido','Casilla','Tabla','130zgGcZV','Borde\x20inferior','Color\x20de\x20fondo\x20del\x20texto','946110IiiUZy','Borde\x20derecho','Opciones\x20de\x20tabla','Insertar\x20columna\x20a\x20la\x20izquierda','Borde\x20exterior','Insertar\x20{count}\x20columnas\x20a\x20la\x20izquierda','Discontinuo','Orden\x20ascendente','Color\x20del\x20borde','Insertar\x20{count}\x20columnas\x20a\x20la\x20derecha','Tamaño\x20personalizado','Seleccionar\x20fila','Insertar\x20{count}\x20filas\x20abajo','3241768bOCjou','Distribuir\x20columnas','Seleccionar\x20columna','Insertar','Eliminar\x20fila','404peZwyO','Texto','Eliminar\x20{count}\x20filas'];_0x43de=function(){return _0x54679a;};return _0x43de();}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x35b185(0x111)},'resetColor':'Restablecer'},'table':{'main':_0x35b185(0x10e),'insert':_0x35b185(0x122),'delete':_0x35b185(0x128)},'insertTable':'Insertar\x20tabla','insert':'Insertar','insertTableSize':'Insertar\x20tamaño\x20de\x20tabla','customTableSize':_0x35b185(0x11c),'tableRows':_0x35b185(0x12c),'tableColumns':'Columnas','insertRowAbove':'Insertar\x20fila\x20arriba','insertRowBelow':'Insertar\x20fila\x20abajo','insertRowsAbove':_0x35b185(0x141),'insertRowsBelow':_0x35b185(0x11e),'insertColumnLeft':_0x35b185(0x115),'insertColumnRight':_0x35b185(0x13f),'insertColumnsLeft':_0x35b185(0x117),'insertColumnsRight':_0x35b185(0x11b),'delete':_0x35b185(0x134),'deleteRow':_0x35b185(0x123),'deleteRows':_0x35b185(0x126),'deleteColumn':_0x35b185(0x10b),'deleteColumns':_0x35b185(0x130),'deleteTable':'Eliminar\x20tabla','mergeCells':_0x35b185(0x135),'unmergeCells':_0x35b185(0x107),'insertTitleRow':'Insertar\x20fila\x20de\x20título','pinHeaderRows':_0x35b185(0x131),'selectColumn':_0x35b185(0x121),'selectRow':_0x35b185(0x11d),'selectTable':_0x35b185(0x136),'sortTable':_0x35b185(0x12e),'sortAscending':_0x35b185(0x119),'sortDescending':_0x35b185(0x132),'distribute':'Distribuir','distributeRows':_0x35b185(0x12f),'distributeColumns':_0x35b185(0x120),'borders':_0x35b185(0x12b),'borderAll':_0x35b185(0x13a),'borderBottom':_0x35b185(0x110),'borderInner':'Bordes\x20interiores','borderInnerHorizontal':_0x35b185(0x138),'borderInnerVertical':'Borde\x20vertical\x20interior','borderLeft':_0x35b185(0x13d),'borderOuter':_0x35b185(0x116),'borderNone':_0x35b185(0x133),'borderRight':_0x35b185(0x113),'borderTop':'Borde\x20superior','tableBackgroundColor':_0x35b185(0x137),'borderColor':_0x35b185(0x11a),'borderWidth':_0x35b185(0x13e),'borderStyle':_0x35b185(0x127),'borderStyleSolid':_0x35b185(0x10c),'borderStyleDotted':_0x35b185(0x13b),'borderStyleDashed':_0x35b185(0x118),'columnType':'Establecer\x20tipo\x20de\x20columna','columnTypeText':_0x35b185(0x125),'columnTypeNumber':'Número','columnTypeDate':_0x35b185(0x12d),'columnTypeCheckbox':_0x35b185(0x10d),'columnTypeDropdown':'Desplegable','tableOptions':_0x35b185(0x114)}};export{e as default};
1
+ function _0x3e99(_0x42c7eb,_0x28ee74){_0x42c7eb=_0x42c7eb-0x149;const _0x398ba4=_0x398b();let _0x3e9902=_0x398ba4[_0x42c7eb];return _0x3e9902;}const _0x5d0d2a=_0x3e99;(function(_0x640664,_0x3a8537){const _0x72262d=_0x3e99,_0x34ad39=_0x640664();while(!![]){try{const _0x594412=parseInt(_0x72262d(0x16c))/0x1+parseInt(_0x72262d(0x18b))/0x2+parseInt(_0x72262d(0x186))/0x3*(-parseInt(_0x72262d(0x183))/0x4)+-parseInt(_0x72262d(0x18c))/0x5+parseInt(_0x72262d(0x14b))/0x6+-parseInt(_0x72262d(0x178))/0x7*(parseInt(_0x72262d(0x17f))/0x8)+-parseInt(_0x72262d(0x15d))/0x9*(parseInt(_0x72262d(0x174))/0xa);if(_0x594412===_0x3a8537)break;else _0x34ad39['push'](_0x34ad39['shift']());}catch(_0xa8f0ab){_0x34ad39['push'](_0x34ad39['shift']());}}}(_0x398b,0xd9abf));function _0x398b(){const _0x52731b=['Justificar','Borde\x20exterior','Bordes','Eliminar\x20tabla','Sólido','Negrita','10230FQjKCp','Borde\x20superior','Fijar\x20encabezado\x20hasta\x20esta\x20fila','Alinear\x20abajo','1800197BGydIc','Subrayado','Ordenar\x20tabla','Orden\x20ascendente','Color\x20de\x20fondo\x20de\x20la\x20tabla','Eliminar','Color\x20del\x20borde','24VdncIl','Opciones\x20de\x20tabla','Tachado','Borde\x20horizontal\x20interior','524npeSNC','Desplegable','Eliminar\x20columna','17220dxknhk','Insertar\x20{count}\x20columnas\x20a\x20la\x20derecha','Insertar\x20tabla','Heading\x203','Insertar\x20fila\x20arriba','1319948LRCKZX','463350TuEAup','Punteado','Unordered\x20list','Orden\x20descendente','Eliminar\x20fila','Distribuir\x20filas','Insertar\x20fila\x20de\x20título','8586534gvugrp','Todos\x20los\x20bordes','Seleccionar\x20columna','Normal\x20text','Heading\x205','Borde\x20inferior','Eliminar\x20{count}\x20filas','Insertar\x20{count}\x20filas\x20arriba','Insertar\x20{count}\x20filas\x20abajo','Insertar\x20tamaño\x20de\x20tabla','Insertar\x20columna\x20a\x20la\x20izquierda','Insertar\x20fila\x20abajo','Discontinuo','Insertar','Insertar\x20columna','Fecha','Color\x20de\x20relleno','Cursiva','8361IyKazE','Heading\x204','Distribuir\x20columnas','Ordered\x20list','Alinear\x20al\x20medio','Borde\x20izquierdo','Sin\x20bordes','Número','Casilla','Alinear\x20a\x20la\x20derecha','Distribuir','Centrar','Filas','Heading\x201','Insertar\x20{count}\x20columnas\x20a\x20la\x20izquierda','1367010FjffDq','Formato\x20de\x20texto'];_0x398b=function(){return _0x52731b;};return _0x398b();}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'Color\x20del\x20texto'},'fillColor':{'main':_0x5d0d2a(0x15b)},'textBackgroundColor':{'main':'Color\x20de\x20fondo\x20del\x20texto'},'resetColor':'Restablecer','bold':_0x5d0d2a(0x173),'italic':_0x5d0d2a(0x15c),'underline':_0x5d0d2a(0x179),'strikethrough':_0x5d0d2a(0x181),'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0x5d0d2a(0x168),'alignRight':_0x5d0d2a(0x166),'alignJustify':_0x5d0d2a(0x16e),'textStyle':{'tooltip':'Text\x20style','normal':_0x5d0d2a(0x14e),'heading1':_0x5d0d2a(0x16a),'heading2':'Heading\x202','heading3':_0x5d0d2a(0x189),'heading4':_0x5d0d2a(0x15e),'heading5':_0x5d0d2a(0x14f),'orderedList':_0x5d0d2a(0x160),'unorderedList':_0x5d0d2a(0x18e),'checklist':'Task\x20list'}},'table':{'main':'Tabla','insert':_0x5d0d2a(0x158),'delete':_0x5d0d2a(0x171)},'insertTable':_0x5d0d2a(0x188),'insert':_0x5d0d2a(0x158),'insertTableSize':_0x5d0d2a(0x154),'customTableSize':'Tamaño\x20personalizado','tableRows':_0x5d0d2a(0x169),'tableColumns':'Columnas','insertRowAbove':_0x5d0d2a(0x18a),'insertRowBelow':_0x5d0d2a(0x156),'insertRowsAbove':_0x5d0d2a(0x152),'insertRowsBelow':_0x5d0d2a(0x153),'insertRow':'Insertar\x20fila','insertColumnLeft':_0x5d0d2a(0x155),'insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','insertColumnsLeft':_0x5d0d2a(0x16b),'insertColumnsRight':_0x5d0d2a(0x187),'insertColumn':_0x5d0d2a(0x159),'clearContent':'Borrar\x20contenido\x20de\x20texto','delete':_0x5d0d2a(0x17d),'deleteRow':_0x5d0d2a(0x190),'deleteRows':_0x5d0d2a(0x151),'deleteColumn':_0x5d0d2a(0x185),'deleteColumns':'Eliminar\x20{count}\x20columnas','deleteTable':_0x5d0d2a(0x171),'mergeCells':'Combinar\x20celdas','unmergeCells':'Separar\x20celdas','insertTitleRow':_0x5d0d2a(0x14a),'pinHeaderRows':_0x5d0d2a(0x176),'selectColumn':_0x5d0d2a(0x14d),'selectRow':'Seleccionar\x20fila','selectTable':'Seleccionar\x20tabla','sortTable':_0x5d0d2a(0x17a),'sortAscending':_0x5d0d2a(0x17b),'sortDescending':_0x5d0d2a(0x18f),'distribute':_0x5d0d2a(0x167),'distributeRows':_0x5d0d2a(0x149),'distributeColumns':_0x5d0d2a(0x15f),'borders':_0x5d0d2a(0x170),'borderAll':_0x5d0d2a(0x14c),'borderBottom':_0x5d0d2a(0x150),'borderInner':'Bordes\x20interiores','borderInnerHorizontal':_0x5d0d2a(0x182),'borderInnerVertical':'Borde\x20vertical\x20interior','borderLeft':_0x5d0d2a(0x162),'borderOuter':_0x5d0d2a(0x16f),'borderNone':_0x5d0d2a(0x163),'borderRight':'Borde\x20derecho','borderTop':_0x5d0d2a(0x175),'tableBackgroundColor':_0x5d0d2a(0x17c),'borderColor':_0x5d0d2a(0x17e),'borderWidth':'Grosor\x20del\x20borde','borderStyle':'Estilo\x20del\x20borde','borderStyleSolid':_0x5d0d2a(0x172),'borderStyleDotted':_0x5d0d2a(0x18d),'borderStyleDashed':_0x5d0d2a(0x157),'textFormat':_0x5d0d2a(0x16d),'verticalAlignTop':'Alinear\x20arriba','verticalAlignMiddle':_0x5d0d2a(0x161),'verticalAlignBottom':_0x5d0d2a(0x177),'columnType':'Establecer\x20tipo\x20de\x20columna','columnTypeText':'Texto','columnTypeNumber':_0x5d0d2a(0x164),'columnTypeDate':_0x5d0d2a(0x15a),'columnTypeCheckbox':_0x5d0d2a(0x165),'columnTypeDropdown':_0x5d0d2a(0x184),'tableOptions':_0x5d0d2a(0x180)}};export{e as default};
@@ -1 +1 @@
1
- const _0x84a716=_0x846c;(function(_0x4f1e18,_0x54d782){const _0x7166b8=_0x846c,_0x2b0091=_0x4f1e18();while(!![]){try{const _0x86337=parseInt(_0x7166b8(0xaf))/0x1+-parseInt(_0x7166b8(0xb3))/0x2+-parseInt(_0x7166b8(0xb4))/0x3*(-parseInt(_0x7166b8(0xc4))/0x4)+-parseInt(_0x7166b8(0xbc))/0x5+-parseInt(_0x7166b8(0xe1))/0x6*(-parseInt(_0x7166b8(0xcd))/0x7)+-parseInt(_0x7166b8(0xbf))/0x8*(-parseInt(_0x7166b8(0xd2))/0x9)+-parseInt(_0x7166b8(0xb7))/0xa;if(_0x86337===_0x54d782)break;else _0x2b0091['push'](_0x2b0091['shift']());}catch(_0x1f1bea){_0x2b0091['push'](_0x2b0091['shift']());}}}(_0xe12a,0x2c5ec));function _0xe12a(){const _0x281ba0=['حاشیه\x20بیرونی','بازنشانی','تنظیم\x20نوع\x20ستون','318fBUiSL','اندازه\x20سفارشی','حاشیه\x20افقی\x20داخلی','رنگ\x20پس‌زمینه\x20متن','191359eOugPw','حاشیه\x20راست','حذف\x20ستون','انتخاب\x20ردیف','214086cMHlCH','10194vdnAvk','توزیع\x20ستون‌ها','انتخاب\x20جدول','5327150AfLExB','حذف\x20{count}\x20ستون','فهرست\x20کشویی','تاریخ','حاشیه‌های\x20داخلی','360470shLURi','چک‌باکس','مرتب‌سازی\x20صعودی','64UfTepl','درج','درج\x20{count}\x20ردیف\x20در\x20بالا','سنجاق\x20کردن\x20سرستون\x20تا\x20این\x20ردیف','ادغام\x20سلول‌ها','92vhtAZi','درج\x20ردیف\x20عنوان','درج\x20ستون\x20در\x20چپ','متن','توزیع\x20ردیف‌ها','سبک\x20حاشیه','حذف\x20جدول','درج\x20ردیف\x20در\x20پایین','حذف\x20{count}\x20ردیف','39389rFkqhx','همه\x20حاشیه‌ها','رنگ\x20پس‌زمینه\x20جدول','حاشیه\x20پایین','درج\x20جدول','366579UTfdZp','لغو\x20ادغام\x20سلول‌ها','ستون‌ها','گزینه‌های\x20جدول','درج\x20{count}\x20ردیف\x20در\x20پایین','حاشیه\x20بالا','حاشیه‌ها','توزیع','درج\x20ردیف\x20در\x20بالا','خط‌چین','اندازه\x20جدول\x20برای\x20درج','جدول'];_0xe12a=function(){return _0x281ba0;};return _0xe12a();}function _0x846c(_0x5f2bf6,_0x546128){_0x5f2bf6=_0x5f2bf6-0xaf;const _0xe12af5=_0xe12a();let _0x846c1b=_0xe12af5[_0x5f2bf6];return _0x846c1b;}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x84a716(0xe4)},'resetColor':_0x84a716(0xdf)},'table':{'main':_0x84a716(0xdd),'insert':_0x84a716(0xc0),'delete':_0x84a716(0xca)},'insertTable':_0x84a716(0xd1),'insert':_0x84a716(0xc0),'insertTableSize':_0x84a716(0xdc),'customTableSize':_0x84a716(0xe2),'tableRows':'ردیف‌ها','tableColumns':_0x84a716(0xd4),'insertRowAbove':_0x84a716(0xda),'insertRowBelow':_0x84a716(0xcb),'insertRowsAbove':_0x84a716(0xc1),'insertRowsBelow':_0x84a716(0xd6),'insertColumnLeft':_0x84a716(0xc6),'insertColumnRight':'درج\x20ستون\x20در\x20راست','insertColumnsLeft':'درج\x20{count}\x20ستون\x20در\x20چپ','insertColumnsRight':'درج\x20{count}\x20ستون\x20در\x20راست','delete':'حذف','deleteRow':'حذف\x20ردیف','deleteRows':_0x84a716(0xcc),'deleteColumn':_0x84a716(0xb1),'deleteColumns':_0x84a716(0xb8),'deleteTable':_0x84a716(0xca),'mergeCells':_0x84a716(0xc3),'unmergeCells':_0x84a716(0xd3),'insertTitleRow':_0x84a716(0xc5),'pinHeaderRows':_0x84a716(0xc2),'selectColumn':'انتخاب\x20ستون','selectRow':_0x84a716(0xb2),'selectTable':_0x84a716(0xb6),'sortTable':'مرتب‌سازی\x20جدول','sortAscending':_0x84a716(0xbe),'sortDescending':'مرتب‌سازی\x20نزولی','distribute':_0x84a716(0xd9),'distributeRows':_0x84a716(0xc8),'distributeColumns':_0x84a716(0xb5),'borders':_0x84a716(0xd8),'borderAll':_0x84a716(0xce),'borderBottom':_0x84a716(0xd0),'borderInner':_0x84a716(0xbb),'borderInnerHorizontal':_0x84a716(0xe3),'borderInnerVertical':'حاشیه\x20عمودی\x20داخلی','borderLeft':'حاشیه\x20چپ','borderOuter':_0x84a716(0xde),'borderNone':'بدون\x20حاشیه','borderRight':_0x84a716(0xb0),'borderTop':_0x84a716(0xd7),'tableBackgroundColor':_0x84a716(0xcf),'borderColor':'رنگ\x20حاشیه','borderWidth':'ضخامت\x20حاشیه','borderStyle':_0x84a716(0xc9),'borderStyleSolid':'پیوسته','borderStyleDotted':'نقطه‌چین','borderStyleDashed':_0x84a716(0xdb),'columnType':_0x84a716(0xe0),'columnTypeText':_0x84a716(0xc7),'columnTypeNumber':'عدد','columnTypeDate':_0x84a716(0xba),'columnTypeCheckbox':_0x84a716(0xbd),'columnTypeDropdown':_0x84a716(0xb9),'tableOptions':_0x84a716(0xd5)}};export{e as default};
1
+ const _0x519b06=_0xb7ad;(function(_0x3db73b,_0x4d66d2){const _0xfe9d53=_0xb7ad,_0x3d0ad9=_0x3db73b();while(!![]){try{const _0x53a426=parseInt(_0xfe9d53(0x1a9))/0x1+-parseInt(_0xfe9d53(0x1e7))/0x2*(parseInt(_0xfe9d53(0x1db))/0x3)+parseInt(_0xfe9d53(0x1e4))/0x4*(-parseInt(_0xfe9d53(0x1b7))/0x5)+-parseInt(_0xfe9d53(0x1ba))/0x6+-parseInt(_0xfe9d53(0x1d1))/0x7+-parseInt(_0xfe9d53(0x1e3))/0x8*(-parseInt(_0xfe9d53(0x1ad))/0x9)+-parseInt(_0xfe9d53(0x1ed))/0xa*(-parseInt(_0xfe9d53(0x1ee))/0xb);if(_0x53a426===_0x4d66d2)break;else _0x3d0ad9['push'](_0x3d0ad9['shift']());}catch(_0x524974){_0x3d0ad9['push'](_0x3d0ad9['shift']());}}}(_0x3d2b,0x2773a));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x519b06(0x1b1)},'fillColor':{'main':_0x519b06(0x1c2)},'textBackgroundColor':{'main':_0x519b06(0x1a8)},'resetColor':_0x519b06(0x1f1),'bold':'پررنگ','italic':_0x519b06(0x1d2),'underline':_0x519b06(0x1c1),'strikethrough':_0x519b06(0x1c6),'alignLeft':'تراز\x20چپ','alignCenter':_0x519b06(0x1ce),'alignRight':'تراز\x20راست','alignJustify':_0x519b06(0x1de),'textStyle':{'tooltip':_0x519b06(0x1cc),'normal':_0x519b06(0x1b0),'heading1':_0x519b06(0x1d4),'heading2':_0x519b06(0x1f0),'heading3':_0x519b06(0x1d9),'heading4':'Heading\x204','heading5':_0x519b06(0x1c9),'orderedList':'Ordered\x20list','unorderedList':_0x519b06(0x1be),'checklist':'Task\x20list'}},'table':{'main':'جدول','insert':_0x519b06(0x1bf),'delete':'حذف\x20جدول'},'insertTable':_0x519b06(0x1d7),'insert':_0x519b06(0x1bf),'insertTableSize':_0x519b06(0x1d3),'customTableSize':'اندازه\x20سفارشی','tableRows':_0x519b06(0x1f4),'tableColumns':_0x519b06(0x1c3),'insertRowAbove':'درج\x20ردیف\x20در\x20بالا','insertRowBelow':_0x519b06(0x1da),'insertRowsAbove':'درج\x20{count}\x20ردیف\x20در\x20بالا','insertRowsBelow':'درج\x20{count}\x20ردیف\x20در\x20پایین','insertRow':'درج\x20سطر','insertColumnLeft':_0x519b06(0x1e5),'insertColumnRight':_0x519b06(0x1b3),'insertColumnsLeft':_0x519b06(0x1e8),'insertColumnsRight':_0x519b06(0x1ec),'insertColumn':_0x519b06(0x1c5),'clearContent':_0x519b06(0x1c0),'delete':_0x519b06(0x1ca),'deleteRow':_0x519b06(0x1f2),'deleteRows':_0x519b06(0x1ae),'deleteColumn':_0x519b06(0x1d0),'deleteColumns':'حذف\x20{count}\x20ستون','deleteTable':_0x519b06(0x1ab),'mergeCells':_0x519b06(0x1df),'unmergeCells':_0x519b06(0x1b8),'insertTitleRow':'درج\x20ردیف\x20عنوان','pinHeaderRows':_0x519b06(0x1b5),'selectColumn':_0x519b06(0x1b4),'selectRow':_0x519b06(0x1cf),'selectTable':_0x519b06(0x1d6),'sortTable':_0x519b06(0x1b2),'sortAscending':'مرتب‌سازی\x20صعودی','sortDescending':_0x519b06(0x1ea),'distribute':_0x519b06(0x1e6),'distributeRows':_0x519b06(0x1dd),'distributeColumns':_0x519b06(0x1c7),'borders':_0x519b06(0x1b6),'borderAll':_0x519b06(0x1e1),'borderBottom':'حاشیه\x20پایین','borderInner':_0x519b06(0x1c4),'borderInnerHorizontal':_0x519b06(0x1b9),'borderInnerVertical':'حاشیه\x20عمودی\x20داخلی','borderLeft':_0x519b06(0x1eb),'borderOuter':_0x519b06(0x1e2),'borderNone':_0x519b06(0x1cb),'borderRight':_0x519b06(0x1dc),'borderTop':_0x519b06(0x1e0),'tableBackgroundColor':_0x519b06(0x1f3),'borderColor':_0x519b06(0x1ac),'borderWidth':_0x519b06(0x1bd),'borderStyle':_0x519b06(0x1d5),'borderStyleSolid':'پیوسته','borderStyleDotted':_0x519b06(0x1e9),'borderStyleDashed':'خط‌چین','textFormat':_0x519b06(0x1d8),'verticalAlignTop':_0x519b06(0x1ef),'verticalAlignMiddle':_0x519b06(0x1ce),'verticalAlignBottom':_0x519b06(0x1bc),'columnType':_0x519b06(0x1bb),'columnTypeText':'متن','columnTypeNumber':'عدد','columnTypeDate':_0x519b06(0x1af),'columnTypeCheckbox':_0x519b06(0x1c8),'columnTypeDropdown':_0x519b06(0x1aa),'tableOptions':_0x519b06(0x1cd)}};function _0xb7ad(_0x13ce61,_0x1e9bc5){_0x13ce61=_0x13ce61-0x1a8;const _0x3d2b52=_0x3d2b();let _0xb7ad3c=_0x3d2b52[_0x13ce61];return _0xb7ad3c;}export{e as default};function _0x3d2b(){const _0x2d0c0d=['49860pKidxl','درج\x20ستون\x20در\x20چپ','توزیع','2932DsNcjf','درج\x20{count}\x20ستون\x20در\x20چپ','نقطه‌چین','مرتب‌سازی\x20نزولی','حاشیه\x20چپ','درج\x20{count}\x20ستون\x20در\x20راست','20ZEzpcG','3915527mWdpzV','تراز\x20بالا','Heading\x202','بازنشانی','حذف\x20ردیف','رنگ\x20پس‌زمینه\x20جدول','ردیف‌ها','رنگ\x20پس‌زمینه\x20متن','247723CccVOW','فهرست\x20کشویی','حذف\x20جدول','رنگ\x20حاشیه','532809ZWwxtC','حذف\x20{count}\x20ردیف','تاریخ','Normal\x20text','رنگ\x20متن','مرتب‌سازی\x20جدول','درج\x20ستون\x20در\x20راست','انتخاب\x20ستون','سنجاق\x20کردن\x20سرستون\x20تا\x20این\x20ردیف','حاشیه‌ها','70LDxvhC','لغو\x20ادغام\x20سلول‌ها','حاشیه\x20افقی\x20داخلی','1540788ntcxmx','تنظیم\x20نوع\x20ستون','تراز\x20پایین','ضخامت\x20حاشیه','Unordered\x20list','درج','پاک\x20کردن\x20محتوای\x20متن','خط‌کشی','رنگ\x20پر\x20کردن','ستون‌ها','حاشیه‌های\x20داخلی','درج\x20ستون','خط‌دار','توزیع\x20ستون‌ها','چک‌باکس','Heading\x205','حذف','بدون\x20حاشیه','Text\x20style','گزینه‌های\x20جدول','تراز\x20وسط','انتخاب\x20ردیف','حذف\x20ستون','1850324zVgNVE','ایتالیک','اندازه\x20جدول\x20برای\x20درج','Heading\x201','سبک\x20حاشیه','انتخاب\x20جدول','درج\x20جدول','قالب\x20متن','Heading\x203','درج\x20ردیف\x20در\x20پایین','573nhlikC','حاشیه\x20راست','توزیع\x20ردیف‌ها','توجیه','ادغام\x20سلول‌ها','حاشیه\x20بالا','همه\x20حاشیه‌ها','حاشیه\x20بیرونی','24IWPYys'];_0x3d2b=function(){return _0x2d0c0d;};return _0x3d2b();}
@@ -1 +1 @@
1
- function _0x28d1(_0x431e39,_0xc98f2d){_0x431e39=_0x431e39-0x163;const _0x140347=_0x1403();let _0x28d1ae=_0x140347[_0x431e39];return _0x28d1ae;}const _0x34565a=_0x28d1;(function(_0x1aa696,_0x1cccdc){const _0x2d8078=_0x28d1,_0x2f1e0d=_0x1aa696();while(!![]){try{const _0xeb3c80=parseInt(_0x2d8078(0x194))/0x1+-parseInt(_0x2d8078(0x18a))/0x2*(-parseInt(_0x2d8078(0x180))/0x3)+parseInt(_0x2d8078(0x16c))/0x4*(-parseInt(_0x2d8078(0x19b))/0x5)+-parseInt(_0x2d8078(0x16d))/0x6+parseInt(_0x2d8078(0x16a))/0x7+parseInt(_0x2d8078(0x173))/0x8+-parseInt(_0x2d8078(0x197))/0x9;if(_0xeb3c80===_0x1cccdc)break;else _0x2f1e0d['push'](_0x2f1e0d['shift']());}catch(_0xdb7f){_0x2f1e0d['push'](_0x2f1e0d['shift']());}}}(_0x1403,0xb45e6));function _0x1403(){const _0x2206c0=['Insérer','3209584kVWmes','Bordure\x20horizontale\x20intérieure','676076zYpgIY','567486wjxUTI','Bordure\x20droite','Annuler\x20la\x20fusion\x20des\x20cellules','Figer\x20len-tête\x20jusqu’à\x20cette\x20ligne','Sélectionner\x20la\x20colonne','Taille\x20personnalisée','7201128iXwiUv','Épaisseur\x20de\x20bordure','Bordure\x20supérieure','Insérer\x20une\x20ligne\x20en\x20dessous','Pointillé','Bordure\x20extérieure','Case\x20à\x20cocher','Tri\x20croissant','Options\x20du\x20tableau','Sélectionner\x20la\x20ligne','Supprimer\x20{count}\x20colonnes','Fusionner\x20les\x20cellules','Supprimer\x20{count}\x20lignes','1747146WMxRPt','Aucune\x20bordure','Bordures','Style\x20de\x20bordure','Supprimer','Couleur\x20d’arrière-plan\x20du\x20texte','Couleur\x20d’arrière-plan\x20du\x20tableau','Répartir','Insérer\x20une\x20ligne\x20au-dessus','Supprimer\x20la\x20ligne','4YXixJn','Bordure\x20verticale\x20intérieure','Insérer\x20{count}\x20colonnes\x20à\x20droite','Insérer\x20une\x20taille\x20de\x20tableau','Continu','Texte','Bordure\x20gauche','Répartir\x20les\x20colonnes','Insérer\x20{count}\x20colonnes\x20à\x20gauche','Insérer\x20{count}\x20lignes\x20en\x20dessous','127480UDcmWt','Liste\x20déroulante','Toutes\x20les\x20bordures','14836563FLkOiX','Colonnes','Couleur\x20de\x20bordure','Insérer\x20un\x20tableau','5ZmRTxG','Trier\x20le\x20tableau','Réinitialiser','Tri\x20décroissant','Date','Nombre','Répartir\x20les\x20lignes'];_0x1403=function(){return _0x2206c0;};return _0x1403();}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x34565a(0x185)},'resetColor':_0x34565a(0x164)},'table':{'main':'Tableau','insert':_0x34565a(0x169),'delete':_0x34565a(0x184)},'insertTable':_0x34565a(0x19a),'insert':_0x34565a(0x169),'insertTableSize':_0x34565a(0x18d),'customTableSize':_0x34565a(0x172),'tableRows':'Lignes','tableColumns':_0x34565a(0x198),'insertRowAbove':_0x34565a(0x188),'insertRowBelow':_0x34565a(0x176),'insertRowsAbove':'Insérer\x20{count}\x20lignes\x20au-dessus','insertRowsBelow':_0x34565a(0x193),'insertColumnLeft':'Insérer\x20une\x20colonne\x20à\x20gauche','insertColumnRight':'Insérer\x20une\x20colonne\x20à\x20droite','insertColumnsLeft':_0x34565a(0x192),'insertColumnsRight':_0x34565a(0x18c),'delete':_0x34565a(0x184),'deleteRow':_0x34565a(0x189),'deleteRows':_0x34565a(0x17f),'deleteColumn':'Supprimer\x20la\x20colonne','deleteColumns':_0x34565a(0x17d),'deleteTable':'Supprimer\x20le\x20tableau','mergeCells':_0x34565a(0x17e),'unmergeCells':_0x34565a(0x16f),'insertTitleRow':'Insérer\x20une\x20ligne\x20de\x20titre','pinHeaderRows':_0x34565a(0x170),'selectColumn':_0x34565a(0x171),'selectRow':_0x34565a(0x17c),'selectTable':'Sélectionner\x20le\x20tableau','sortTable':_0x34565a(0x163),'sortAscending':_0x34565a(0x17a),'sortDescending':_0x34565a(0x165),'distribute':_0x34565a(0x187),'distributeRows':_0x34565a(0x168),'distributeColumns':_0x34565a(0x191),'borders':_0x34565a(0x182),'borderAll':_0x34565a(0x196),'borderBottom':'Bordure\x20inférieure','borderInner':'Bordures\x20intérieures','borderInnerHorizontal':_0x34565a(0x16b),'borderInnerVertical':_0x34565a(0x18b),'borderLeft':_0x34565a(0x190),'borderOuter':_0x34565a(0x178),'borderNone':_0x34565a(0x181),'borderRight':_0x34565a(0x16e),'borderTop':_0x34565a(0x175),'tableBackgroundColor':_0x34565a(0x186),'borderColor':_0x34565a(0x199),'borderWidth':_0x34565a(0x174),'borderStyle':_0x34565a(0x183),'borderStyleSolid':_0x34565a(0x18e),'borderStyleDotted':_0x34565a(0x177),'borderStyleDashed':'Tireté','columnType':'Définir\x20le\x20type\x20de\x20colonne','columnTypeText':_0x34565a(0x18f),'columnTypeNumber':_0x34565a(0x167),'columnTypeDate':_0x34565a(0x166),'columnTypeCheckbox':_0x34565a(0x179),'columnTypeDropdown':_0x34565a(0x195),'tableOptions':_0x34565a(0x17b)}};export{e as default};
1
+ const _0x2568b7=_0x3543;(function(_0xaf904b,_0xd61760){const _0x48b689=_0x3543,_0x5d0eaf=_0xaf904b();while(!![]){try{const _0x4ffe57=-parseInt(_0x48b689(0xc3))/0x1+parseInt(_0x48b689(0xa5))/0x2+-parseInt(_0x48b689(0xbe))/0x3+parseInt(_0x48b689(0xd4))/0x4*(-parseInt(_0x48b689(0x93))/0x5)+-parseInt(_0x48b689(0xa6))/0x6*(parseInt(_0x48b689(0xc8))/0x7)+-parseInt(_0x48b689(0xca))/0x8+parseInt(_0x48b689(0xd6))/0x9*(parseInt(_0x48b689(0x9c))/0xa);if(_0x4ffe57===_0xd61760)break;else _0x5d0eaf['push'](_0x5d0eaf['shift']());}catch(_0x2fb35a){_0x5d0eaf['push'](_0x5d0eaf['shift']());}}}(_0xf866,0xbf106));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x2568b7(0xb5)},'fillColor':{'main':_0x2568b7(0xbc)},'textBackgroundColor':{'main':'Couleur\x20darrière-plan\x20du\x20texte'},'resetColor':_0x2568b7(0xc1),'bold':_0x2568b7(0xaa),'italic':_0x2568b7(0x98),'underline':_0x2568b7(0x96),'strikethrough':_0x2568b7(0xa8),'alignLeft':_0x2568b7(0xa0),'alignCenter':_0x2568b7(0xbd),'alignRight':'Aligner\x20à\x20droite','alignJustify':_0x2568b7(0xad),'textStyle':{'tooltip':_0x2568b7(0x99),'normal':_0x2568b7(0xaf),'heading1':_0x2568b7(0xcf),'heading2':_0x2568b7(0xbf),'heading3':'Heading\x203','heading4':_0x2568b7(0xbb),'heading5':_0x2568b7(0xd3),'orderedList':_0x2568b7(0xd8),'unorderedList':'Unordered\x20list','checklist':'Task\x20list'}},'table':{'main':_0x2568b7(0xd5),'insert':_0x2568b7(0xba),'delete':_0x2568b7(0xb3)},'insertTable':_0x2568b7(0xcb),'insert':_0x2568b7(0xba),'insertTableSize':_0x2568b7(0xd1),'customTableSize':_0x2568b7(0x92),'tableRows':_0x2568b7(0xa4),'tableColumns':_0x2568b7(0x9f),'insertRowAbove':'Insérer\x20une\x20ligne\x20au-dessus','insertRowBelow':'Insérer\x20une\x20ligne\x20en\x20dessous','insertRowsAbove':_0x2568b7(0x9b),'insertRowsBelow':_0x2568b7(0xcd),'insertRow':_0x2568b7(0xa9),'insertColumnLeft':_0x2568b7(0xac),'insertColumnRight':_0x2568b7(0xc2),'insertColumnsLeft':_0x2568b7(0xc5),'insertColumnsRight':'Insérer\x20{count}\x20colonnes\x20à\x20droite','insertColumn':'Insérer\x20une\x20colonne','clearContent':_0x2568b7(0x8f),'delete':_0x2568b7(0xb3),'deleteRow':_0x2568b7(0xb7),'deleteRows':_0x2568b7(0xa7),'deleteColumn':_0x2568b7(0xb8),'deleteColumns':_0x2568b7(0x95),'deleteTable':_0x2568b7(0x9d),'mergeCells':_0x2568b7(0xc7),'unmergeCells':_0x2568b7(0xa1),'insertTitleRow':_0x2568b7(0xcc),'pinHeaderRows':'Figer\x20l’en-tête\x20jusqu’à\x20cette\x20ligne','selectColumn':'Sélectionner\x20la\x20colonne','selectRow':'Sélectionner\x20la\x20ligne','selectTable':_0x2568b7(0x9a),'sortTable':_0x2568b7(0x91),'sortAscending':_0x2568b7(0xa3),'sortDescending':'Tri\x20décroissant','distribute':_0x2568b7(0x90),'distributeRows':_0x2568b7(0xd7),'distributeColumns':_0x2568b7(0xb2),'borders':_0x2568b7(0xc4),'borderAll':_0x2568b7(0xb1),'borderBottom':_0x2568b7(0xc6),'borderInner':_0x2568b7(0x94),'borderInnerHorizontal':_0x2568b7(0xb0),'borderInnerVertical':_0x2568b7(0x97),'borderLeft':_0x2568b7(0xc0),'borderOuter':_0x2568b7(0xab),'borderNone':_0x2568b7(0xb4),'borderRight':'Bordure\x20droite','borderTop':'Bordure\x20supérieure','tableBackgroundColor':_0x2568b7(0xd2),'borderColor':'Couleur\x20de\x20bordure','borderWidth':_0x2568b7(0xb6),'borderStyle':'Style\x20de\x20bordure','borderStyleSolid':'Continu','borderStyleDotted':_0x2568b7(0xd0),'borderStyleDashed':_0x2568b7(0xb9),'textFormat':'Format\x20du\x20texte','verticalAlignTop':'Aligner\x20en\x20haut','verticalAlignMiddle':_0x2568b7(0xd9),'verticalAlignBottom':'Aligner\x20en\x20bas','columnType':_0x2568b7(0xce),'columnTypeText':_0x2568b7(0x9e),'columnTypeNumber':_0x2568b7(0xa2),'columnTypeDate':_0x2568b7(0xc9),'columnTypeCheckbox':_0x2568b7(0xae),'columnTypeDropdown':'Liste\x20déroulante','tableOptions':'Options\x20du\x20tableau'}};function _0x3543(_0x2606f9,_0xd90d77){_0x2606f9=_0x2606f9-0x8f;const _0xf866e1=_0xf866();let _0x3543f6=_0xf866e1[_0x2606f9];return _0x3543f6;}function _0xf866(){const _0x450fff=['Insérer\x20une\x20colonne\x20à\x20droite','739919GFjxfN','Bordures','Insérer\x20{count}\x20colonnes\x20à\x20gauche','Bordure\x20inférieure','Fusionner\x20les\x20cellules','7THwjWj','Date','6453024uuRAEL','Insérer\x20un\x20tableau','Insérer\x20une\x20ligne\x20de\x20titre','Insérer\x20{count}\x20lignes\x20en\x20dessous','Définir\x20le\x20type\x20de\x20colonne','Heading\x201','Pointillé','Insérer\x20une\x20taille\x20de\x20tableau','Couleur\x20d’arrière-plan\x20du\x20tableau','Heading\x205','1539636juzpIn','Tableau','33330114pLkMnP','Répartir\x20les\x20lignes','Ordered\x20list','Aligner\x20au\x20milieu','Effacer\x20le\x20contenu\x20du\x20texte','Répartir','Trier\x20le\x20tableau','Taille\x20personnalisée','5PVCfdH','Bordures\x20intérieures','Supprimer\x20{count}\x20colonnes','Souligné','Bordure\x20verticale\x20intérieure','Italique','Text\x20style','Sélectionner\x20le\x20tableau','Insérer\x20{count}\x20lignes\x20au-dessus','10ySQpNc','Supprimer\x20le\x20tableau','Texte','Colonnes','Aligner\x20à\x20gauche','Annuler\x20la\x20fusion\x20des\x20cellules','Nombre','Tri\x20croissant','Lignes','2436192XVDzoN','7086978jozqhs','Supprimer\x20{count}\x20lignes','Barré','Insérer\x20une\x20ligne','Gras','Bordure\x20extérieure','Insérer\x20une\x20colonne\x20à\x20gauche','Justifier','Case\x20à\x20cocher','Normal\x20text','Bordure\x20horizontale\x20intérieure','Toutes\x20les\x20bordures','Répartir\x20les\x20colonnes','Supprimer','Aucune\x20bordure','Couleur\x20du\x20texte','Épaisseur\x20de\x20bordure','Supprimer\x20la\x20ligne','Supprimer\x20la\x20colonne','Tireté','Insérer','Heading\x204','Couleur\x20de\x20remplissage','Aligner\x20au\x20centre','3078675oUcJdp','Heading\x202','Bordure\x20gauche','Réinitialiser'];_0xf866=function(){return _0x450fff;};return _0xf866();}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x1661cf=_0x53ee;(function(_0x7641f7,_0x25bb3b){const _0x2ff142=_0x53ee,_0x171be2=_0x7641f7();while(!![]){try{const _0x102e04=-parseInt(_0x2ff142(0x1af))/0x1*(parseInt(_0x2ff142(0x189))/0x2)+parseInt(_0x2ff142(0x196))/0x3*(-parseInt(_0x2ff142(0x182))/0x4)+-parseInt(_0x2ff142(0x194))/0x5+parseInt(_0x2ff142(0x1bd))/0x6*(-parseInt(_0x2ff142(0x1bf))/0x7)+parseInt(_0x2ff142(0x1b5))/0x8+parseInt(_0x2ff142(0x18d))/0x9+parseInt(_0x2ff142(0x1a9))/0xa;if(_0x102e04===_0x25bb3b)break;else _0x171be2['push'](_0x171be2['shift']());}catch(_0x158b2f){_0x171be2['push'](_0x171be2['shift']());}}}(_0x2552,0xba29f));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x1661cf(0x1b6)},'fillColor':{'main':_0x1661cf(0x18f)},'textBackgroundColor':{'main':_0x1661cf(0x1a4)},'resetColor':_0x1661cf(0x1ba),'bold':'Tebal','italic':'Miring','underline':'Garis\x20bawah','strikethrough':'Coret','alignLeft':_0x1661cf(0x19b),'alignCenter':'Rata\x20Tengah','alignRight':_0x1661cf(0x17e),'alignJustify':_0x1661cf(0x1b2),'textStyle':{'tooltip':_0x1661cf(0x19f),'normal':_0x1661cf(0x1bb),'heading1':_0x1661cf(0x197),'heading2':_0x1661cf(0x195),'heading3':'Heading\x203','heading4':_0x1661cf(0x17b),'heading5':_0x1661cf(0x1a2),'orderedList':_0x1661cf(0x1bc),'unorderedList':'Unordered\x20list','checklist':_0x1661cf(0x179)}},'table':{'main':_0x1661cf(0x17a),'insert':_0x1661cf(0x1a0),'delete':_0x1661cf(0x1b1)},'insertTable':_0x1661cf(0x1a8),'insert':_0x1661cf(0x1a0),'insertTableSize':_0x1661cf(0x1a5),'customTableSize':_0x1661cf(0x19e),'tableRows':_0x1661cf(0x1ab),'tableColumns':_0x1661cf(0x181),'insertRowAbove':_0x1661cf(0x186),'insertRowBelow':_0x1661cf(0x185),'insertRowsAbove':_0x1661cf(0x1c3),'insertRowsBelow':_0x1661cf(0x19c),'insertRow':'Sisipkan\x20baris','insertColumnLeft':_0x1661cf(0x177),'insertColumnRight':'Sisipkan\x20kolom\x20di\x20kanan','insertColumnsLeft':'Sisipkan\x20{count}\x20kolom\x20di\x20kiri','insertColumnsRight':'Sisipkan\x20{count}\x20kolom\x20di\x20kanan','insertColumn':'Sisipkan\x20kolom','clearContent':'Hapus\x20konten\x20teks','delete':_0x1661cf(0x199),'deleteRow':_0x1661cf(0x183),'deleteRows':'Hapus\x20{count}\x20baris','deleteColumn':_0x1661cf(0x1ae),'deleteColumns':_0x1661cf(0x1a1),'deleteTable':'Hapus\x20tabel','mergeCells':'Gabungkan\x20sel','unmergeCells':_0x1661cf(0x1c1),'insertTitleRow':_0x1661cf(0x18e),'pinHeaderRows':'Sematkan\x20header\x20hingga\x20baris\x20ini','selectColumn':_0x1661cf(0x192),'selectRow':'Pilih\x20baris','selectTable':_0x1661cf(0x1aa),'sortTable':_0x1661cf(0x187),'sortAscending':_0x1661cf(0x1b0),'sortDescending':_0x1661cf(0x18b),'distribute':_0x1661cf(0x18c),'distributeRows':_0x1661cf(0x19d),'distributeColumns':'Distribusikan\x20kolom','borders':_0x1661cf(0x1ad),'borderAll':_0x1661cf(0x17d),'borderBottom':_0x1661cf(0x184),'borderInner':_0x1661cf(0x198),'borderInnerHorizontal':_0x1661cf(0x1a6),'borderInnerVertical':_0x1661cf(0x193),'borderLeft':_0x1661cf(0x1a3),'borderOuter':_0x1661cf(0x18a),'borderNone':_0x1661cf(0x190),'borderRight':_0x1661cf(0x180),'borderTop':_0x1661cf(0x1b4),'tableBackgroundColor':'Warna\x20latar\x20belakang\x20tabel','borderColor':_0x1661cf(0x1be),'borderWidth':_0x1661cf(0x191),'borderStyle':_0x1661cf(0x17c),'borderStyleSolid':_0x1661cf(0x1a7),'borderStyleDotted':_0x1661cf(0x1b9),'borderStyleDashed':_0x1661cf(0x1b8),'textFormat':_0x1661cf(0x1c2),'verticalAlignTop':_0x1661cf(0x1c0),'verticalAlignMiddle':_0x1661cf(0x1b3),'verticalAlignBottom':_0x1661cf(0x1b7),'columnType':'Atur\x20jenis\x20kolom','columnTypeText':_0x1661cf(0x188),'columnTypeNumber':_0x1661cf(0x178),'columnTypeDate':_0x1661cf(0x17f),'columnTypeCheckbox':_0x1661cf(0x1ac),'columnTypeDropdown':'Dropdown','tableOptions':_0x1661cf(0x19a)}};function _0x53ee(_0x441c60,_0x58539e){_0x441c60=_0x441c60-0x177;const _0x255214=_0x2552();let _0x53eed0=_0x255214[_0x441c60];return _0x53eed0;}export{e as default};function _0x2552(){const _0x5d9e56=['Tanpa\x20batas','Lebar\x20batas','Pilih\x20kolom','Batas\x20vertikal\x20bagian\x20dalam','7457955rIYafb','Heading\x202','474MFHMtT','Heading\x201','Batas\x20bagian\x20dalam','Hapus','Opsi\x20tabel','Rata\x20Kiri','Sisipkan\x20{count}\x20baris\x20di\x20bawah','Distribusikan\x20baris','Ukuran\x20kustom','Text\x20style','Sisipkan','Hapus\x20{count}\x20kolom','Heading\x205','Batas\x20kiri','Warna\x20latar\x20belakang\x20teks','Sisipkan\x20ukuran\x20tabel','Batas\x20horizontal\x20bagian\x20dalam','Solid','Sisipkan\x20tabel','16408580niNDEF','Pilih\x20tabel','Baris','Kotak\x20centang','Batas','Hapus\x20kolom','255023BAORvK','Urutkan\x20naik','Hapus\x20tabel','Rata\x20Kanan\x20Kiri','Rata\x20tengah','Batas\x20atas','9623384MjVIho','Warna\x20teks','Rata\x20bawah','Bergaris\x20putus-putus','Bertitik','Atur\x20ulang','Normal\x20text','Ordered\x20list','552876GhRNay','Warna\x20batas','56LjONtN','Rata\x20atas','Pisahkan\x20sel','Format\x20teks','Sisipkan\x20{count}\x20baris\x20di\x20atas','Sisipkan\x20kolom\x20di\x20kiri','Angka','Task\x20list','Tabel','Heading\x204','Gaya\x20batas','Semua\x20batas','Rata\x20Kanan','Tanggal','Batas\x20kanan','Kolom','2412mGCzpm','Hapus\x20baris','Batas\x20bawah','Sisipkan\x20baris\x20di\x20bawah','Sisipkan\x20baris\x20di\x20atas','Urutkan\x20tabel','Teks','10lAXrNO','Batas\x20luar','Urutkan\x20turun','Distribusikan','13661046YtylNt','Sisipkan\x20baris\x20judul','Warna\x20isian'];_0x2552=function(){return _0x5d9e56;};return _0x2552();}
@@ -0,0 +1 @@
1
+ const _0x2499df=_0x3227;(function(_0x49f2b9,_0x21d38f){const _0x122795=_0x3227,_0x3e08fc=_0x49f2b9();while(!![]){try{const _0x2a95ec=-parseInt(_0x122795(0x166))/0x1*(-parseInt(_0x122795(0x182))/0x2)+parseInt(_0x122795(0x186))/0x3+-parseInt(_0x122795(0x183))/0x4*(-parseInt(_0x122795(0x18b))/0x5)+-parseInt(_0x122795(0x165))/0x6*(-parseInt(_0x122795(0x18e))/0x7)+-parseInt(_0x122795(0x185))/0x8*(parseInt(_0x122795(0x164))/0x9)+parseInt(_0x122795(0x176))/0xa+-parseInt(_0x122795(0x1a0))/0xb*(parseInt(_0x122795(0x192))/0xc);if(_0x2a95ec===_0x21d38f)break;else _0x3e08fc['push'](_0x3e08fc['shift']());}catch(_0x348447){_0x3e08fc['push'](_0x3e08fc['shift']());}}}(_0x4fb0,0x94cd2));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x2499df(0x184)},'fillColor':{'main':_0x2499df(0x167)},'textBackgroundColor':{'main':'Colore\x20di\x20sfondo\x20del\x20testo'},'resetColor':_0x2499df(0x189),'bold':'Grassetto','italic':_0x2499df(0x162),'underline':_0x2499df(0x169),'strikethrough':'Barrato','alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x2499df(0x198),'alignRight':_0x2499df(0x161),'alignJustify':'Giustifica','textStyle':{'tooltip':_0x2499df(0x191),'normal':_0x2499df(0x179),'heading1':'Heading\x201','heading2':_0x2499df(0x18a),'heading3':_0x2499df(0x196),'heading4':'Heading\x204','heading5':_0x2499df(0x17e),'orderedList':_0x2499df(0x163),'unorderedList':_0x2499df(0x18f),'checklist':_0x2499df(0x18d)}},'table':{'main':_0x2499df(0x16a),'insert':'Inserisci','delete':_0x2499df(0x15a)},'insertTable':_0x2499df(0x19c),'insert':_0x2499df(0x17c),'insertTableSize':_0x2499df(0x17a),'customTableSize':'Dimensioni\x20personalizzate','tableRows':'Righe','tableColumns':_0x2499df(0x17f),'insertRowAbove':_0x2499df(0x168),'insertRowBelow':_0x2499df(0x15b),'insertRowsAbove':_0x2499df(0x188),'insertRowsBelow':'Inserisci\x20{count}\x20righe\x20sotto','insertRow':'Inserisci\x20riga','insertColumnLeft':'Inserisci\x20colonna\x20a\x20sinistra','insertColumnRight':_0x2499df(0x190),'insertColumnsLeft':'Inserisci\x20{count}\x20colonne\x20a\x20sinistra','insertColumnsRight':'Inserisci\x20{count}\x20colonne\x20a\x20destra','insertColumn':_0x2499df(0x19f),'clearContent':_0x2499df(0x195),'delete':_0x2499df(0x15d),'deleteRow':_0x2499df(0x181),'deleteRows':'Elimina\x20{count}\x20righe','deleteColumn':_0x2499df(0x197),'deleteColumns':'Elimina\x20{count}\x20colonne','deleteTable':_0x2499df(0x15a),'mergeCells':_0x2499df(0x19b),'unmergeCells':'Separa\x20celle','insertTitleRow':_0x2499df(0x19d),'pinHeaderRows':_0x2499df(0x194),'selectColumn':_0x2499df(0x171),'selectRow':'Seleziona\x20riga','selectTable':_0x2499df(0x173),'sortTable':_0x2499df(0x18c),'sortAscending':'Ordine\x20crescente','sortDescending':_0x2499df(0x15c),'distribute':_0x2499df(0x177),'distributeRows':_0x2499df(0x1a3),'distributeColumns':_0x2499df(0x187),'borders':_0x2499df(0x17b),'borderAll':_0x2499df(0x16b),'borderBottom':_0x2499df(0x175),'borderInner':_0x2499df(0x174),'borderInnerHorizontal':_0x2499df(0x199),'borderInnerVertical':_0x2499df(0x16d),'borderLeft':_0x2499df(0x15e),'borderOuter':_0x2499df(0x16e),'borderNone':'Nessun\x20bordo','borderRight':_0x2499df(0x172),'borderTop':_0x2499df(0x1a2),'tableBackgroundColor':_0x2499df(0x178),'borderColor':'Colore\x20bordo','borderWidth':_0x2499df(0x193),'borderStyle':_0x2499df(0x16c),'borderStyleSolid':_0x2499df(0x170),'borderStyleDotted':_0x2499df(0x180),'borderStyleDashed':'Tratteggiato','textFormat':_0x2499df(0x1a1),'verticalAlignTop':'Allinea\x20in\x20alto','verticalAlignMiddle':_0x2499df(0x19a),'verticalAlignBottom':_0x2499df(0x160),'columnType':_0x2499df(0x17d),'columnTypeText':_0x2499df(0x15f),'columnTypeNumber':_0x2499df(0x16f),'columnTypeDate':'Data','columnTypeCheckbox':'Casella\x20di\x20controllo','columnTypeDropdown':_0x2499df(0x19e),'tableOptions':'Opzioni\x20tabella'}};function _0x3227(_0x2f9218,_0x35d46f){_0x2f9218=_0x2f9218-0x15a;const _0x4fb021=_0x4fb0();let _0x322786=_0x4fb021[_0x2f9218];return _0x322786;}export{e as default};function _0x4fb0(){const _0x23df46=['Ordine\x20decrescente','Elimina','Bordo\x20sinistro','Testo','Allinea\x20in\x20basso','Allinea\x20a\x20Destra','Corsivo','Ordered\x20list','1162539QjUtLR','6yPOJeV','813682SZBcLs','Colore\x20riempimento','Inserisci\x20riga\x20sopra','Sottolineato','Tabella','Tutti\x20i\x20bordi','Stile\x20bordo','Bordo\x20verticale\x20interno','Bordo\x20esterno','Numero','Continuo','Seleziona\x20colonna','Bordo\x20destro','Seleziona\x20tabella','Bordi\x20interni','Bordo\x20inferiore','8265590BXLyce','Distribuisci','Colore\x20di\x20sfondo\x20della\x20tabella','Normal\x20text','Inserisci\x20dimensioni\x20tabella','Bordi','Inserisci','Imposta\x20tipo\x20di\x20colonna','Heading\x205','Colonne','Punteggiato','Elimina\x20riga','2HoYxXH','6116olvcsd','Colore\x20testo','24nKWMdX','1991319hrvjOR','Distribuisci\x20colonne','Inserisci\x20{count}\x20righe\x20sopra','Reimposta','Heading\x202','2585smZRkr','Ordina\x20tabella','Task\x20list','8305241iampsI','Unordered\x20list','Inserisci\x20colonna\x20a\x20destra','Text\x20style','12NmjUyh','Spessore\x20bordo','Blocca\x20intestazione\x20fino\x20a\x20questa\x20riga','Cancella\x20contenuto\x20testo','Heading\x203','Elimina\x20colonna','Allinea\x20al\x20Centro','Bordo\x20orizzontale\x20interno','Allinea\x20al\x20centro','Unisci\x20celle','Inserisci\x20tabella','Inserisci\x20riga\x20del\x20titolo','Menu\x20a\x20discesa','Inserisci\x20colonna','36123637JjPFJp','Formato\x20testo','Bordo\x20superiore','Distribuisci\x20righe','Elimina\x20tabella','Inserisci\x20riga\x20sotto'];_0x4fb0=function(){return _0x23df46;};return _0x4fb0();}
@@ -1 +1 @@
1
- function _0x2e8c(){const _0x43f170=['列を均等配置','行を選択','2096cbSiuP','既定の色に戻す','6dtlxBO','180254pAafgO','行を削除','1328LzcYPh','表を挿入','右に\x20{count}\x20列を挿入','チェックボックス','3091TDGvcH','8047LAkrHF','2YxVful','内側の罫線','表の背景色','すべての罫線','列を削除','4157965oAJZML','テキスト','罫線のスタイル','上に行を挿入','2590YkZKfG','セルを結合','昇順で並べ替え','罫線なし','上に\x20{count}\x20行を挿入','内側横罫線','行を均等配置','左に\x20{count}\x20列を挿入','3228lpPdyL','上罫線','罫線の太さ','列を選択','タイトル行を挿入','{count}\x20列を削除','6795nCRppN','1232985IifPaD','表を並べ替え','表のオプション','罫線の色','表を削除','表を選択','下に行を挿入','下に\x20{count}\x20行を挿入','右罫線','9380kSvRKJ','カスタムサイズ','均等配置','左罫線','左に列を挿入','テキストの背景色','この行までヘッダーを固定'];_0x2e8c=function(){return _0x43f170;};return _0x2e8c();}const _0x1887de=_0x5cd8;(function(_0xef9cb,_0x487dcc){const _0x3b5396=_0x5cd8,_0x1fba5b=_0xef9cb();while(!![]){try{const _0x554ca0=parseInt(_0x3b5396(0xe0))/0x1*(-parseInt(_0x3b5396(0xe8))/0x2)+parseInt(_0x3b5396(0x100))/0x3+-parseInt(_0x3b5396(0xdd))/0x4*(parseInt(_0x3b5396(0xf1))/0x5)+parseInt(_0x3b5396(0xdf))/0x6*(parseInt(_0x3b5396(0xed))/0x7)+-parseInt(_0x3b5396(0xe2))/0x8*(parseInt(_0x3b5396(0xff))/0x9)+-parseInt(_0x3b5396(0xd4))/0xa*(parseInt(_0x3b5396(0xe6))/0xb)+-parseInt(_0x3b5396(0xf9))/0xc*(-parseInt(_0x3b5396(0xe7))/0xd);if(_0x554ca0===_0x487dcc)break;else _0x1fba5b['push'](_0x1fba5b['shift']());}catch(_0x45889e){_0x1fba5b['push'](_0x1fba5b['shift']());}}}(_0x2e8c,0x50c9b));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x1887de(0xd9)},'resetColor':_0x1887de(0xde)},'table':{'main':'表','insert':'挿入','delete':'表を削除'},'insertTable':_0x1887de(0xe3),'insert':'挿入','insertTableSize':'表サイズを挿入','customTableSize':_0x1887de(0xd5),'tableRows':'行','tableColumns':'列','insertRowAbove':_0x1887de(0xf0),'insertRowBelow':_0x1887de(0xd1),'insertRowsAbove':_0x1887de(0xf5),'insertRowsBelow':_0x1887de(0xd2),'insertColumnLeft':_0x1887de(0xd8),'insertColumnRight':'右に列を挿入','insertColumnsLeft':_0x1887de(0xf8),'insertColumnsRight':_0x1887de(0xe4),'delete':'削除','deleteRow':_0x1887de(0xe1),'deleteRows':'{count}\x20行を削除','deleteColumn':_0x1887de(0xec),'deleteColumns':_0x1887de(0xfe),'deleteTable':_0x1887de(0xcf),'mergeCells':_0x1887de(0xf2),'unmergeCells':'セルの結合を解除','insertTitleRow':_0x1887de(0xfd),'pinHeaderRows':_0x1887de(0xda),'selectColumn':_0x1887de(0xfc),'selectRow':_0x1887de(0xdc),'selectTable':_0x1887de(0xd0),'sortTable':_0x1887de(0x101),'sortAscending':_0x1887de(0xf3),'sortDescending':'降順で並べ替え','distribute':_0x1887de(0xd6),'distributeRows':_0x1887de(0xf7),'distributeColumns':_0x1887de(0xdb),'borders':'罫線','borderAll':_0x1887de(0xeb),'borderBottom':'下罫線','borderInner':_0x1887de(0xe9),'borderInnerHorizontal':_0x1887de(0xf6),'borderInnerVertical':'内側縦罫線','borderLeft':_0x1887de(0xd7),'borderOuter':'外枠','borderNone':_0x1887de(0xf4),'borderRight':_0x1887de(0xd3),'borderTop':_0x1887de(0xfa),'tableBackgroundColor':_0x1887de(0xea),'borderColor':_0x1887de(0x103),'borderWidth':_0x1887de(0xfb),'borderStyle':_0x1887de(0xef),'borderStyleSolid':'実線','borderStyleDotted':'点線','borderStyleDashed':'破線','columnType':'列タイプを設定','columnTypeText':_0x1887de(0xee),'columnTypeNumber':'数値','columnTypeDate':'日付','columnTypeCheckbox':_0x1887de(0xe5),'columnTypeDropdown':'ドロップダウン','tableOptions':_0x1887de(0x102)}};function _0x5cd8(_0x7e7180,_0xe18729){_0x7e7180=_0x7e7180-0xcf;const _0x2e8c71=_0x2e8c();let _0x5cd83e=_0x2e8c71[_0x7e7180];return _0x5cd83e;}export{e as default};
1
+ const _0x339ec6=_0x296b;function _0x4abb(){const _0x10cedd=['中央揃え','表サイズを挿入','表を削除','上揃え','内側横罫線','Unordered\x20list','セルを結合','内側縦罫線','右揃え','5192096LNGCwf','表のオプション','下に行を挿入','2iAenJg','列を均等配置','罫線の太さ','テキスト','行を削除','表を並べ替え','文字書式','左揃え','罫線のスタイル','降順で並べ替え','罫線なし','375335rSeTQD','Normal\x20text','列を選択','4LmzENh','タイトル行を挿入','551963UMzFDq','Heading\x205','行を均等配置','列タイプを設定','下に\x20{count}\x20行を挿入','1513158bXrwEk','右に\x20{count}\x20列を挿入','列を挿入','Heading\x202','列を削除','Ordered\x20list','9491877ejwJUr','表を挿入','3701152oRCOix','テキストの背景色','右罫線','{count}\x20列を削除','1735893ycvNjB','均等配置','カスタムサイズ','すべての罫線','表の背景色','セルの結合を解除','テキスト内容をクリア','文字色','罫線の色'];_0x4abb=function(){return _0x10cedd;};return _0x4abb();}function _0x296b(_0x13c5b9,_0x40b820){_0x13c5b9=_0x13c5b9-0xd5;const _0x4abb20=_0x4abb();let _0x296b3f=_0x4abb20[_0x13c5b9];return _0x296b3f;}(function(_0x51dea7,_0xd291ee){const _0x1be702=_0x296b,_0x6b7fd9=_0x51dea7();while(!![]){try{const _0x29863e=parseInt(_0x1be702(0xef))/0x1*(-parseInt(_0x1be702(0xdf))/0x2)+parseInt(_0x1be702(0x100))/0x3*(parseInt(_0x1be702(0xed))/0x4)+-parseInt(_0x1be702(0xea))/0x5+-parseInt(_0x1be702(0xf4))/0x6+-parseInt(_0x1be702(0xdc))/0x7+parseInt(_0x1be702(0xfc))/0x8+parseInt(_0x1be702(0xfa))/0x9;if(_0x29863e===_0xd291ee)break;else _0x6b7fd9['push'](_0x6b7fd9['shift']());}catch(_0x48f7b3){_0x6b7fd9['push'](_0x6b7fd9['shift']());}}}(_0x4abb,0x73f61));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x339ec6(0x107)},'fillColor':{'main':'塗りつぶしの色'},'textBackgroundColor':{'main':_0x339ec6(0xfd)},'resetColor':'既定の色に戻す','bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','alignLeft':_0x339ec6(0xe6),'alignCenter':_0x339ec6(0x109),'alignRight':_0x339ec6(0xdb),'alignJustify':'両端揃え','textStyle':{'tooltip':'Text\x20style','normal':_0x339ec6(0xeb),'heading1':'Heading\x201','heading2':_0x339ec6(0xf7),'heading3':'Heading\x203','heading4':'Heading\x204','heading5':_0x339ec6(0xf0),'orderedList':_0x339ec6(0xf9),'unorderedList':_0x339ec6(0xd8),'checklist':'Task\x20list'}},'table':{'main':'表','insert':'挿入','delete':'表を削除'},'insertTable':_0x339ec6(0xfb),'insert':'挿入','insertTableSize':_0x339ec6(0x10a),'customTableSize':_0x339ec6(0x102),'tableRows':'行','tableColumns':'列','insertRowAbove':'上に行を挿入','insertRowBelow':_0x339ec6(0xde),'insertRowsAbove':'上に\x20{count}\x20行を挿入','insertRowsBelow':_0x339ec6(0xf3),'insertRow':'行を挿入','insertColumnLeft':'左に列を挿入','insertColumnRight':'右に列を挿入','insertColumnsLeft':'左に\x20{count}\x20列を挿入','insertColumnsRight':_0x339ec6(0xf5),'insertColumn':_0x339ec6(0xf6),'clearContent':_0x339ec6(0x106),'delete':'削除','deleteRow':_0x339ec6(0xe3),'deleteRows':'{count}\x20行を削除','deleteColumn':_0x339ec6(0xf8),'deleteColumns':_0x339ec6(0xff),'deleteTable':_0x339ec6(0xd5),'mergeCells':_0x339ec6(0xd9),'unmergeCells':_0x339ec6(0x105),'insertTitleRow':_0x339ec6(0xee),'pinHeaderRows':'この行までヘッダーを固定','selectColumn':_0x339ec6(0xec),'selectRow':'行を選択','selectTable':'表を選択','sortTable':_0x339ec6(0xe4),'sortAscending':'昇順で並べ替え','sortDescending':_0x339ec6(0xe8),'distribute':_0x339ec6(0x101),'distributeRows':_0x339ec6(0xf1),'distributeColumns':_0x339ec6(0xe0),'borders':'罫線','borderAll':_0x339ec6(0x103),'borderBottom':'下罫線','borderInner':'内側の罫線','borderInnerHorizontal':_0x339ec6(0xd7),'borderInnerVertical':_0x339ec6(0xda),'borderLeft':'左罫線','borderOuter':'外枠','borderNone':_0x339ec6(0xe9),'borderRight':_0x339ec6(0xfe),'borderTop':'上罫線','tableBackgroundColor':_0x339ec6(0x104),'borderColor':_0x339ec6(0x108),'borderWidth':_0x339ec6(0xe1),'borderStyle':_0x339ec6(0xe7),'borderStyleSolid':'実線','borderStyleDotted':'点線','borderStyleDashed':'破線','textFormat':_0x339ec6(0xe5),'verticalAlignTop':_0x339ec6(0xd6),'verticalAlignMiddle':_0x339ec6(0x109),'verticalAlignBottom':'下揃え','columnType':_0x339ec6(0xf2),'columnTypeText':_0x339ec6(0xe2),'columnTypeNumber':'数値','columnTypeDate':'日付','columnTypeCheckbox':'チェックボックス','columnTypeDropdown':'ドロップダウン','tableOptions':_0x339ec6(0xdd)}};export{e as default};
@@ -1 +1 @@
1
- const _0x1381f0=_0x1ee9;(function(_0x45a550,_0x582b78){const _0x181557=_0x1ee9,_0x14276c=_0x45a550();while(!![]){try{const _0x3b9a09=-parseInt(_0x181557(0x1c9))/0x1*(-parseInt(_0x181557(0x1b6))/0x2)+-parseInt(_0x181557(0x1dc))/0x3*(-parseInt(_0x181557(0x1df))/0x4)+parseInt(_0x181557(0x1bb))/0x5+-parseInt(_0x181557(0x1b5))/0x6*(-parseInt(_0x181557(0x1c6))/0x7)+parseInt(_0x181557(0x1db))/0x8*(parseInt(_0x181557(0x1cf))/0x9)+-parseInt(_0x181557(0x1c2))/0xa*(-parseInt(_0x181557(0x1b8))/0xb)+-parseInt(_0x181557(0x1b9))/0xc*(parseInt(_0x181557(0x1bd))/0xd);if(_0x3b9a09===_0x582b78)break;else _0x14276c['push'](_0x14276c['shift']());}catch(_0x4acf52){_0x14276c['push'](_0x14276c['shift']());}}}(_0xf322,0xc18a8));function _0xf322(){const _0x1d95a6=['바깥쪽\x20테두리','열\x20선택','14eniwIb','아래에\x20행\x20삽입','안쪽\x20테두리','2ICbPns','사용자\x20지정\x20크기','테두리\x20두께','텍스트\x20배경색','테두리\x20색','아래에\x20{count}개\x20행\x20삽입','60219YXzdoQ','안쪽\x20세로\x20테두리','왼쪽\x20테두리','텍스트','아래쪽\x20테두리','표\x20배경색','안쪽\x20가로\x20테두리','표\x20삽입','기본색으로\x20재설정','표\x20크기\x20삽입','이\x20행까지\x20머리글\x20고정','위에\x20행\x20삽입','904IaYtjk','1673445JfKeGv','테두리','드롭다운','4ttvcHK','열\x20삭제','{count}개\x20행\x20삭제','표\x20선택','체크박스','오른쪽에\x20열\x20삽입','테두리\x20스타일','테두리\x20없음','행\x20균등\x20분배','제목\x20행\x20삽입','2967366sjjGag','211388tnQFxl','행\x20선택','14146RYfeTY','8556MhXQCq','왼쪽에\x20열\x20삽입','3058010wITKHh','열\x20균등\x20분배','48568zhgQwY','행\x20삭제','표\x20삭제','표\x20옵션','위쪽\x20테두리','2570tWEuFY','위에\x20{count}개\x20행\x20삽입'];_0xf322=function(){return _0x1d95a6;};return _0xf322();}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x1381f0(0x1cc)},'resetColor':_0x1381f0(0x1d7)},'table':{'main':'표','insert':'삽입','delete':_0x1381f0(0x1bf)},'insertTable':_0x1381f0(0x1d6),'insert':'삽입','insertTableSize':_0x1381f0(0x1d8),'customTableSize':_0x1381f0(0x1ca),'tableRows':'행','tableColumns':'열','insertRowAbove':_0x1381f0(0x1da),'insertRowBelow':_0x1381f0(0x1c7),'insertRowsAbove':_0x1381f0(0x1c3),'insertRowsBelow':_0x1381f0(0x1ce),'insertColumnLeft':_0x1381f0(0x1ba),'insertColumnRight':_0x1381f0(0x1b0),'insertColumnsLeft':'왼쪽에\x20{count}개\x20열\x20삽입','insertColumnsRight':'오른쪽에\x20{count}개\x20열\x20삽입','delete':'삭제','deleteRow':_0x1381f0(0x1be),'deleteRows':_0x1381f0(0x1e1),'deleteColumn':_0x1381f0(0x1e0),'deleteColumns':'{count}개\x20열\x20삭제','deleteTable':'표\x20삭제','mergeCells':'셀\x20병합','unmergeCells':'셀\x20병합\x20해제','insertTitleRow':_0x1381f0(0x1b4),'pinHeaderRows':_0x1381f0(0x1d9),'selectColumn':_0x1381f0(0x1c5),'selectRow':_0x1381f0(0x1b7),'selectTable':_0x1381f0(0x1e2),'sortTable':'표\x20정렬','sortAscending':'오름차순\x20정렬','sortDescending':'내림차순\x20정렬','distribute':'분배','distributeRows':_0x1381f0(0x1b3),'distributeColumns':_0x1381f0(0x1bc),'borders':_0x1381f0(0x1dd),'borderAll':'모든\x20테두리','borderBottom':_0x1381f0(0x1d3),'borderInner':_0x1381f0(0x1c8),'borderInnerHorizontal':_0x1381f0(0x1d5),'borderInnerVertical':_0x1381f0(0x1d0),'borderLeft':_0x1381f0(0x1d1),'borderOuter':_0x1381f0(0x1c4),'borderNone':_0x1381f0(0x1b2),'borderRight':'오른쪽\x20테두리','borderTop':_0x1381f0(0x1c1),'tableBackgroundColor':_0x1381f0(0x1d4),'borderColor':_0x1381f0(0x1cd),'borderWidth':_0x1381f0(0x1cb),'borderStyle':_0x1381f0(0x1b1),'borderStyleSolid':'실선','borderStyleDotted':'점선','borderStyleDashed':'파선','columnType':'열\x20유형\x20설정','columnTypeText':_0x1381f0(0x1d2),'columnTypeNumber':'숫자','columnTypeDate':'날짜','columnTypeCheckbox':_0x1381f0(0x1e3),'columnTypeDropdown':_0x1381f0(0x1de),'tableOptions':_0x1381f0(0x1c0)}};function _0x1ee9(_0x213411,_0x43c475){_0x213411=_0x213411-0x1b0;const _0xf32277=_0xf322();let _0x1ee9cc=_0xf32277[_0x213411];return _0x1ee9cc;}export{e as default};
1
+ const _0x183409=_0x4b3c;(function(_0x19a4b7,_0x3f825e){const _0x437fb0=_0x4b3c,_0x42de5a=_0x19a4b7();while(!![]){try{const _0x1ccaef=-parseInt(_0x437fb0(0x113))/0x1+parseInt(_0x437fb0(0xf4))/0x2+parseInt(_0x437fb0(0xf0))/0x3*(-parseInt(_0x437fb0(0x10b))/0x4)+-parseInt(_0x437fb0(0xfe))/0x5+parseInt(_0x437fb0(0x11c))/0x6*(-parseInt(_0x437fb0(0x118))/0x7)+parseInt(_0x437fb0(0x110))/0x8+parseInt(_0x437fb0(0x128))/0x9;if(_0x1ccaef===_0x3f825e)break;else _0x42de5a['push'](_0x42de5a['shift']());}catch(_0x26ad04){_0x42de5a['push'](_0x42de5a['shift']());}}}(_0x1152,0xf1a58));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x183409(0x10a)},'fillColor':{'main':_0x183409(0x10f)},'textBackgroundColor':{'main':_0x183409(0x102)},'resetColor':_0x183409(0x109),'bold':'굵게','italic':_0x183409(0xe7),'underline':'밑줄','strikethrough':_0x183409(0xf6),'alignLeft':_0x183409(0xec),'alignCenter':_0x183409(0x125),'alignRight':_0x183409(0xfb),'alignJustify':_0x183409(0x11f),'textStyle':{'tooltip':_0x183409(0x127),'normal':_0x183409(0xf8),'heading1':_0x183409(0x119),'heading2':_0x183409(0xe6),'heading3':'Heading\x203','heading4':_0x183409(0x11a),'heading5':_0x183409(0x104),'orderedList':_0x183409(0x105),'unorderedList':_0x183409(0xf7),'checklist':_0x183409(0xef)}},'table':{'main':'표','insert':'삽입','delete':_0x183409(0x11e)},'insertTable':_0x183409(0xe8),'insert':'삽입','insertTableSize':'표\x20크기\x20삽입','customTableSize':_0x183409(0x122),'tableRows':'행','tableColumns':'열','insertRowAbove':_0x183409(0x11d),'insertRowBelow':'아래에\x20행\x20삽입','insertRowsAbove':'위에\x20{count}개\x20행\x20삽입','insertRowsBelow':_0x183409(0x116),'insertRow':_0x183409(0x123),'insertColumnLeft':'왼쪽에\x20열\x20삽입','insertColumnRight':_0x183409(0x107),'insertColumnsLeft':_0x183409(0x103),'insertColumnsRight':'오른쪽에\x20{count}개\x20열\x20삽입','insertColumn':_0x183409(0xe9),'clearContent':_0x183409(0xf2),'delete':'삭제','deleteRow':_0x183409(0x112),'deleteRows':_0x183409(0x115),'deleteColumn':_0x183409(0x11b),'deleteColumns':_0x183409(0xea),'deleteTable':'표\x20삭제','mergeCells':_0x183409(0xff),'unmergeCells':_0x183409(0x121),'insertTitleRow':_0x183409(0xfd),'pinHeaderRows':'이\x20행까지\x20머리글\x20고정','selectColumn':_0x183409(0xe4),'selectRow':_0x183409(0x111),'selectTable':_0x183409(0xf1),'sortTable':_0x183409(0x10e),'sortAscending':_0x183409(0x124),'sortDescending':_0x183409(0x101),'distribute':'분배','distributeRows':_0x183409(0x106),'distributeColumns':_0x183409(0xf3),'borders':_0x183409(0x108),'borderAll':_0x183409(0xeb),'borderBottom':_0x183409(0x126),'borderInner':_0x183409(0x114),'borderInnerHorizontal':_0x183409(0x10c),'borderInnerVertical':_0x183409(0x120),'borderLeft':'왼쪽\x20테두리','borderOuter':'바깥쪽\x20테두리','borderNone':_0x183409(0xe3),'borderRight':'오른쪽\x20테두리','borderTop':_0x183409(0xed),'tableBackgroundColor':'표\x20배경색','borderColor':_0x183409(0x117),'borderWidth':_0x183409(0xee),'borderStyle':'테두리\x20스타일','borderStyleSolid':'실선','borderStyleDotted':'점선','borderStyleDashed':'파선','textFormat':'텍스트\x20서식','verticalAlignTop':_0x183409(0xf9),'verticalAlignMiddle':_0x183409(0xf5),'verticalAlignBottom':_0x183409(0x10d),'columnType':_0x183409(0xe2),'columnTypeText':_0x183409(0x100),'columnTypeNumber':'숫자','columnTypeDate':'날짜','columnTypeCheckbox':_0x183409(0xfa),'columnTypeDropdown':_0x183409(0xe5),'tableOptions':_0x183409(0xfc)}};function _0x1152(){const _0xcabc9d=['오른쪽에\x20열\x20삽입','테두리','기본색으로\x20재설정','텍스트\x20색상','16zlQQPQ','안쪽\x20가로\x20테두리','아래쪽\x20맞춤','표\x20정렬','채우기\x20색상','8124248cKThqb','행\x20선택','행\x20삭제','1851585sGmUFI','안쪽\x20테두리','{count}개\x20행\x20삭제','아래에\x20{count}개\x20행\x20삽입','테두리\x20색','1491tfREio','Heading\x201','Heading\x204','열\x20삭제','43782BFVGuS','위에\x20행\x20삽입','표\x20삭제','양쪽\x20맞춤','안쪽\x20세로\x20테두리','셀\x20병합\x20해제','사용자\x20지정\x20크기','행\x20삽입','오름차순\x20정렬','가운데\x20정렬','아래쪽\x20테두리','Text\x20style','33053112jnvsAv','열\x20유형\x20설정','테두리\x20없음','열\x20선택','드롭다운','Heading\x202','기울임꼴','표\x20삽입','열\x20삽입','{count}개\x20열\x20삭제','모든\x20테두리','왼쪽\x20정렬','위쪽\x20테두리','테두리\x20두께','Task\x20list','676092bZOvSp','표\x20선택','텍스트\x20내용\x20지우기','열\x20균등\x20분배','3550826EvUboh','가운데\x20맞춤','취소선','Unordered\x20list','Normal\x20text','위쪽\x20맞춤','체크박스','오른쪽\x20정렬','표\x20옵션','제목\x20행\x20삽입','5832130NtobRe','셀\x20병합','텍스트','내림차순\x20정렬','텍스트\x20배경색','왼쪽에\x20{count}개\x20열\x20삽입','Heading\x205','Ordered\x20list','행\x20균등\x20분배'];_0x1152=function(){return _0xcabc9d;};return _0x1152();}function _0x4b3c(_0x4f06b1,_0x42d583){_0x4f06b1=_0x4f06b1-0xe2;const _0x1152a9=_0x1152();let _0x4b3c21=_0x1152a9[_0x4f06b1];return _0x4b3c21;}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x7f0805=_0x4f4f;function _0x4f4f(_0x13bdbd,_0x4ddff4){_0x13bdbd=_0x13bdbd-0x99;const _0x2ebda7=_0x2ebd();let _0x4f4ff5=_0x2ebda7[_0x13bdbd];return _0x4f4ff5;}(function(_0x4c9473,_0xe472cb){const _0x1334e2=_0x4f4f,_0x2b6ab0=_0x4c9473();while(!![]){try{const _0x4588b5=-parseInt(_0x1334e2(0xaa))/0x1+parseInt(_0x1334e2(0xda))/0x2*(parseInt(_0x1334e2(0xca))/0x3)+-parseInt(_0x1334e2(0x9b))/0x4+parseInt(_0x1334e2(0xa8))/0x5*(-parseInt(_0x1334e2(0xd9))/0x6)+parseInt(_0x1334e2(0xb5))/0x7*(parseInt(_0x1334e2(0xc8))/0x8)+parseInt(_0x1334e2(0xb4))/0x9*(-parseInt(_0x1334e2(0xa0))/0xa)+parseInt(_0x1334e2(0xba))/0xb*(parseInt(_0x1334e2(0xd7))/0xc);if(_0x4588b5===_0xe472cb)break;else _0x2b6ab0['push'](_0x2b6ab0['shift']());}catch(_0x503ca4){_0x2b6ab0['push'](_0x2b6ab0['shift']());}}}(_0x2ebd,0x7c966));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x7f0805(0xd4)},'fillColor':{'main':_0x7f0805(0xe1)},'textBackgroundColor':{'main':_0x7f0805(0xcd)},'resetColor':'Resetuj','bold':_0x7f0805(0xc4),'italic':_0x7f0805(0xe5),'underline':'Podkreślenie','strikethrough':'Przekreślenie','alignLeft':_0x7f0805(0x9e),'alignCenter':_0x7f0805(0xbb),'alignRight':_0x7f0805(0xc5),'alignJustify':_0x7f0805(0xea),'textStyle':{'tooltip':_0x7f0805(0xbc),'normal':_0x7f0805(0xcb),'heading1':_0x7f0805(0xa9),'heading2':_0x7f0805(0xc6),'heading3':'Heading\x203','heading4':_0x7f0805(0xa5),'heading5':_0x7f0805(0xb7),'orderedList':_0x7f0805(0x9f),'unorderedList':'Unordered\x20list','checklist':'Task\x20list'}},'table':{'main':_0x7f0805(0xc1),'insert':_0x7f0805(0xa3),'delete':_0x7f0805(0xe8)},'insertTable':_0x7f0805(0xbf),'insert':_0x7f0805(0xa3),'insertTableSize':_0x7f0805(0xd3),'customTableSize':_0x7f0805(0xdb),'tableRows':_0x7f0805(0xa7),'tableColumns':'Kolumny','insertRowAbove':_0x7f0805(0x9c),'insertRowBelow':_0x7f0805(0x9a),'insertRowsAbove':'Wstaw\x20{count}\x20wierszy\x20powyżej','insertRowsBelow':_0x7f0805(0xdf),'insertRow':_0x7f0805(0xc7),'insertColumnLeft':_0x7f0805(0xcf),'insertColumnRight':'Wstaw\x20kolumnę\x20z\x20prawej','insertColumnsLeft':'Wstaw\x20{count}\x20kolumn\x20z\x20lewej','insertColumnsRight':_0x7f0805(0xb8),'insertColumn':_0x7f0805(0xe6),'clearContent':_0x7f0805(0xad),'delete':'Usuń','deleteRow':_0x7f0805(0xaf),'deleteRows':_0x7f0805(0xe9),'deleteColumn':_0x7f0805(0xa4),'deleteColumns':'Usuń\x20{count}\x20kolumn','deleteTable':_0x7f0805(0xe8),'mergeCells':_0x7f0805(0xe3),'unmergeCells':_0x7f0805(0x9d),'insertTitleRow':'Wstaw\x20wiersz\x20tytułu','pinHeaderRows':_0x7f0805(0xe4),'selectColumn':_0x7f0805(0xe0),'selectRow':_0x7f0805(0x99),'selectTable':_0x7f0805(0xc0),'sortTable':'Sortuj\x20tabelę','sortAscending':_0x7f0805(0xd0),'sortDescending':'Sortuj\x20malejąco','distribute':_0x7f0805(0xa6),'distributeRows':_0x7f0805(0xe7),'distributeColumns':_0x7f0805(0xb0),'borders':_0x7f0805(0xc2),'borderAll':_0x7f0805(0xb2),'borderBottom':_0x7f0805(0xde),'borderInner':_0x7f0805(0xd1),'borderInnerHorizontal':'Wewnętrzne\x20obramowanie\x20poziome','borderInnerVertical':_0x7f0805(0xeb),'borderLeft':_0x7f0805(0xb1),'borderOuter':_0x7f0805(0xcc),'borderNone':_0x7f0805(0xa1),'borderRight':_0x7f0805(0xa2),'borderTop':_0x7f0805(0xac),'tableBackgroundColor':_0x7f0805(0xb6),'borderColor':_0x7f0805(0xd5),'borderWidth':_0x7f0805(0xc3),'borderStyle':_0x7f0805(0xe2),'borderStyleSolid':_0x7f0805(0xc9),'borderStyleDotted':_0x7f0805(0xd2),'borderStyleDashed':_0x7f0805(0xd6),'textFormat':_0x7f0805(0xbe),'verticalAlignTop':_0x7f0805(0xab),'verticalAlignMiddle':_0x7f0805(0xbb),'verticalAlignBottom':_0x7f0805(0xb3),'columnType':_0x7f0805(0xd8),'columnTypeText':_0x7f0805(0xdd),'columnTypeNumber':_0x7f0805(0xce),'columnTypeDate':_0x7f0805(0xae),'columnTypeCheckbox':_0x7f0805(0xb9),'columnTypeDropdown':_0x7f0805(0xdc),'tableOptions':_0x7f0805(0xbd)}};function _0x2ebd(){const _0x4213be=['Wstaw\x20wiersz\x20poniżej','1134808UEtFuK','Wstaw\x20wiersz\x20powyżej','Cofnij\x20scalanie\x20komórek','Wyrównaj\x20do\x20lewej','Ordered\x20list','201130CTJTaq','Bez\x20obramowania','Prawe\x20obramowanie','Wstaw','Usuń\x20kolumnę','Heading\x204','Rozmieść','Wiersze','460cYITvp','Heading\x201','397876LPrJyN','Wyrównaj\x20do\x20góry','Górne\x20obramowanie','Wyczyść\x20zawartość\x20tekstu','Data','Usuń\x20wiersz','Rozmieść\x20kolumny','Lewe\x20obramowanie','Wszystkie\x20obramowania','Wyrównaj\x20do\x20dołu','324sklRoS','189QUNvcw','Kolor\x20tła\x20tabeli','Heading\x205','Wstaw\x20{count}\x20kolumn\x20z\x20prawej','Pole\x20wyboru','418QRyAQh','Wyrównaj\x20do\x20środka','Text\x20style','Opcje\x20tabeli','Format\x20tekstu','Wstaw\x20tabelę','Wybierz\x20tabelę','Tabela','Obramowania','Szerokość\x20obramowania','Pogrubienie','Wyrównaj\x20do\x20prawej','Heading\x202','Wstaw\x20wiersz','213768aiWVJF','Ciągłe','3RKTcdE','Normal\x20text','Zewnętrzne\x20obramowanie','Kolor\x20tła\x20tekstu','Liczba','Wstaw\x20kolumnę\x20z\x20lewej','Sortuj\x20rosnąco','Wewnętrzne\x20obramowania','Kropkowane','Wstaw\x20rozmiar\x20tabeli','Kolor\x20tekstu','Kolor\x20obramowania','Kreskowane','304536VqKDMb','Ustaw\x20typ\x20kolumny','46236ceFlbZ','1878154mTWlGa','Rozmiar\x20niestandardowy','Lista\x20rozwijana','Tekst','Dolne\x20obramowanie','Wstaw\x20{count}\x20wierszy\x20poniżej','Wybierz\x20kolumnę','Kolor\x20wypełnienia','Styl\x20obramowania','Scal\x20komórki','Przypnij\x20nagłówek\x20do\x20tego\x20wiersza','Kursywa','Wstaw\x20kolumnę','Rozmieść\x20wiersze','Usuń\x20tabelę','Usuń\x20{count}\x20wierszy','Wyjustuj','Wewnętrzne\x20obramowanie\x20pionowe','Wybierz\x20wiersz'];_0x2ebd=function(){return _0x4213be;};return _0x2ebd();}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x1ca578=_0x3261;function _0x5426(){const _0x47fe66=['Fixar\x20cabeçalho\x20até\x20esta\x20linha','Opções\x20da\x20tabela','Unordered\x20list','Task\x20list','121770pctxxm','Cor\x20do\x20texto','Borda\x20inferior','Todas\x20as\x20bordas','966Xwuqcy','9036oJedTz','Cor\x20da\x20borda','Distribuir\x20colunas','Inserir\x20tamanho\x20da\x20tabela','Tabela','Ordered\x20list','Cor\x20de\x20fundo\x20da\x20tabela','Excluir\x20{count}\x20colunas','26lWRdGx','Inserir\x20coluna\x20à\x20esquerda','Inserir\x20linha','Tamanho\x20personalizado','124Somnpr','9235WSUNvb','Heading\x205','Excluir\x20coluna','Text\x20style','2796858zAHPen','Alinhar\x20à\x20base','Selecionar\x20tabela','Inserir','Borda\x20superior','Alinhar\x20ao\x20centro','Excluir\x20tabela','Desfazer\x20mesclagem\x20de\x20células','Heading\x201','Cor\x20de\x20preenchimento','Largura\x20da\x20borda','Inserir\x20coluna\x20à\x20direita','Selecionar\x20coluna','Justificar','Inserir\x20coluna','Inserir\x20{count}\x20colunas\x20à\x20esquerda','Alinhar\x20à\x20direita','Pontilhada','Definir\x20tipo\x20de\x20coluna','Borda\x20direita','Inserir\x20{count}\x20colunas\x20à\x20direita','2096064MgVLGn','Borda\x20horizontal\x20interna','Linhas','Limpar\x20conteúdo\x20do\x20texto','968LMvXzf','Inserir\x20linha\x20de\x20título','Negrito','Alinhar\x20ao\x20meio','Sem\x20borda','Inserir\x20linha\x20abaixo','90498NrDkGo','Data','Borda\x20externa','78113ovLcLb','Estilo\x20da\x20borda','Distribuir','Selecionar\x20linha','Inserir\x20tabela','1hOgqcD','490jvbnyh','Distribuir\x20linhas','Heading\x202','Classificar\x20em\x20ordem\x20decrescente','Mesclar\x20células','Sublinhado','Inserir\x20{count}\x20linhas\x20acima'];_0x5426=function(){return _0x47fe66;};return _0x5426();}function _0x3261(_0x4151ce,_0x194b46){_0x4151ce=_0x4151ce-0x16e;const _0x5426aa=_0x5426();let _0x32616c=_0x5426aa[_0x4151ce];return _0x32616c;}(function(_0x34e958,_0x3e43d3){const _0x553b30=_0x3261,_0x103c5a=_0x34e958();while(!![]){try{const _0xec2d3=parseInt(_0x553b30(0x1ab))/0x1*(parseInt(_0x553b30(0x184))/0x2)+-parseInt(_0x553b30(0x1a3))/0x3*(-parseInt(_0x553b30(0x17f))/0x4)+-parseInt(_0x553b30(0x180))/0x5*(-parseInt(_0x553b30(0x172))/0x6)+parseInt(_0x553b30(0x1a6))/0x7*(-parseInt(_0x553b30(0x19d))/0x8)+-parseInt(_0x553b30(0x173))/0x9*(parseInt(_0x553b30(0x1ac))/0xa)+-parseInt(_0x553b30(0x16e))/0xb+parseInt(_0x553b30(0x199))/0xc*(-parseInt(_0x553b30(0x17b))/0xd);if(_0xec2d3===_0x3e43d3)break;else _0x103c5a['push'](_0x103c5a['shift']());}catch(_0x54842d){_0x103c5a['push'](_0x103c5a['shift']());}}}(_0x5426,0xd4ab5));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x1ca578(0x16f)},'fillColor':{'main':_0x1ca578(0x18d)},'textBackgroundColor':{'main':'Cor\x20de\x20fundo\x20do\x20texto'},'resetColor':'Redefinir','bold':_0x1ca578(0x19f),'italic':'Itálico','underline':_0x1ca578(0x1b1),'strikethrough':'Tachado','alignLeft':'Alinhar\x20à\x20esquerda','alignCenter':_0x1ca578(0x189),'alignRight':_0x1ca578(0x194),'alignJustify':_0x1ca578(0x191),'textStyle':{'tooltip':_0x1ca578(0x183),'normal':'Normal\x20text','heading1':_0x1ca578(0x18c),'heading2':_0x1ca578(0x1ae),'heading3':'Heading\x203','heading4':'Heading\x204','heading5':_0x1ca578(0x181),'orderedList':_0x1ca578(0x178),'unorderedList':_0x1ca578(0x1b5),'checklist':_0x1ca578(0x1b6)}},'table':{'main':_0x1ca578(0x177),'insert':_0x1ca578(0x187),'delete':_0x1ca578(0x18a)},'insertTable':_0x1ca578(0x1aa),'insert':_0x1ca578(0x187),'insertTableSize':_0x1ca578(0x176),'customTableSize':_0x1ca578(0x17e),'tableRows':_0x1ca578(0x19b),'tableColumns':'Colunas','insertRowAbove':'Inserir\x20linha\x20acima','insertRowBelow':_0x1ca578(0x1a2),'insertRowsAbove':_0x1ca578(0x1b2),'insertRowsBelow':'Inserir\x20{count}\x20linhas\x20abaixo','insertRow':_0x1ca578(0x17d),'insertColumnLeft':_0x1ca578(0x17c),'insertColumnRight':_0x1ca578(0x18f),'insertColumnsLeft':_0x1ca578(0x193),'insertColumnsRight':_0x1ca578(0x198),'insertColumn':_0x1ca578(0x192),'clearContent':_0x1ca578(0x19c),'delete':'Excluir','deleteRow':'Excluir\x20linha','deleteRows':'Excluir\x20{count}\x20linhas','deleteColumn':_0x1ca578(0x182),'deleteColumns':_0x1ca578(0x17a),'deleteTable':'Excluir\x20tabela','mergeCells':_0x1ca578(0x1b0),'unmergeCells':_0x1ca578(0x18b),'insertTitleRow':_0x1ca578(0x19e),'pinHeaderRows':_0x1ca578(0x1b3),'selectColumn':_0x1ca578(0x190),'selectRow':_0x1ca578(0x1a9),'selectTable':_0x1ca578(0x186),'sortTable':'Classificar\x20tabela','sortAscending':'Classificar\x20em\x20ordem\x20crescente','sortDescending':_0x1ca578(0x1af),'distribute':_0x1ca578(0x1a8),'distributeRows':_0x1ca578(0x1ad),'distributeColumns':_0x1ca578(0x175),'borders':'Bordas','borderAll':_0x1ca578(0x171),'borderBottom':_0x1ca578(0x170),'borderInner':'Bordas\x20internas','borderInnerHorizontal':_0x1ca578(0x19a),'borderInnerVertical':'Borda\x20vertical\x20interna','borderLeft':'Borda\x20esquerda','borderOuter':_0x1ca578(0x1a5),'borderNone':_0x1ca578(0x1a1),'borderRight':_0x1ca578(0x197),'borderTop':_0x1ca578(0x188),'tableBackgroundColor':_0x1ca578(0x179),'borderColor':_0x1ca578(0x174),'borderWidth':_0x1ca578(0x18e),'borderStyle':_0x1ca578(0x1a7),'borderStyleSolid':'Sólida','borderStyleDotted':_0x1ca578(0x195),'borderStyleDashed':'Tracejada','textFormat':'Formato\x20de\x20texto','verticalAlignTop':'Alinhar\x20ao\x20topo','verticalAlignMiddle':_0x1ca578(0x1a0),'verticalAlignBottom':_0x1ca578(0x185),'columnType':_0x1ca578(0x196),'columnTypeText':'Texto','columnTypeNumber':'Número','columnTypeDate':_0x1ca578(0x1a4),'columnTypeCheckbox':'Caixa\x20de\x20seleção','columnTypeDropdown':'Lista\x20suspensa','tableOptions':_0x1ca578(0x1b4)}};export{e as default};
@@ -1 +1 @@
1
- const _0x53a92f=_0x1461;function _0x3921(){const _0x10c7b5=['Удалить','Удалить\x20строку','Внутренние\x20границы','Выбрать\x20строку','Закрепить\x20заголовок\x20до\x20этой\x20строки','Без\x20границ','Удалить\x20{count}\x20строк','Параметры\x20таблицы','9NWsHoe','119CznMcg','Пунктирная','23054009LsQbKo','Задать\x20тип\x20столбца','556282JOSRHY','233778KiLMSI','Флажок','Размер\x20вставляемой\x20таблицы','208881BTgAhT','Вставить\x20строку\x20заголовка','Вставить\x20{count}\x20строк\x20выше','Удалить\x20таблицу','Внутренняя\x20горизонтальная\x20граница','Толщина\x20границы','Сплошная','Внешняя\x20граница','Нижняя\x20граница','Внутренняя\x20вертикальная\x20граница','Распределить\x20строки','1596036USKNcw','Вставить\x20строку\x20ниже','6676968JzMNip','Текст','Выбрать\x20столбец','Цвет\x20фона\x20таблицы','Границы','Сбросить','Таблица','Сортировать\x20таблицу','Распределить\x20столбцы','Стиль\x20границы','364627fFolja','Все\x20границы','Вставить\x20{count}\x20столбцов\x20слева','Вставить\x20{count}\x20строк\x20ниже','Удалить\x20столбец','Цвет\x20границы','Правая\x20граница','Сортировать\x20по\x20убыванию','Цвет\x20фона\x20текста','20yhVroI','Дата','Вставить\x20таблицу','280eXDrUV','Верхняя\x20граница','Объединить\x20ячейки','Распределить','Удалить\x20{count}\x20столбцов','Вставить\x20{count}\x20столбцов\x20справа','Пользовательский\x20размер','Раскрывающийся\x20список'];_0x3921=function(){return _0x10c7b5;};return _0x3921();}(function(_0x19a724,_0x3355bb){const _0x32a936=_0x1461,_0x81e2da=_0x19a724();while(!![]){try{const _0x20fa66=parseInt(_0x32a936(0x91))/0x1+parseInt(_0x32a936(0x76))/0x2*(parseInt(_0x32a936(0x71))/0x3)+parseInt(_0x32a936(0x85))/0x4*(-parseInt(_0x32a936(0x9a))/0x5)+parseInt(_0x32a936(0x77))/0x6*(-parseInt(_0x32a936(0x72))/0x7)+-parseInt(_0x32a936(0x87))/0x8+parseInt(_0x32a936(0x7a))/0x9*(parseInt(_0x32a936(0x9d))/0xa)+parseInt(_0x32a936(0x74))/0xb;if(_0x20fa66===_0x3355bb)break;else _0x81e2da['push'](_0x81e2da['shift']());}catch(_0x7768e5){_0x81e2da['push'](_0x81e2da['shift']());}}}(_0x3921,0xcfeed));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x53a92f(0x99)},'resetColor':_0x53a92f(0x8c)},'table':{'main':_0x53a92f(0x8d),'insert':'Вставить','delete':_0x53a92f(0x7d)},'insertTable':_0x53a92f(0x9c),'insert':'Вставить','insertTableSize':_0x53a92f(0x79),'customTableSize':_0x53a92f(0x67),'tableRows':'Строки','tableColumns':'Столбцы','insertRowAbove':'Вставить\x20строку\x20выше','insertRowBelow':_0x53a92f(0x86),'insertRowsAbove':_0x53a92f(0x7c),'insertRowsBelow':_0x53a92f(0x94),'insertColumnLeft':'Вставить\x20столбец\x20слева','insertColumnRight':'Вставить\x20столбец\x20справа','insertColumnsLeft':_0x53a92f(0x93),'insertColumnsRight':_0x53a92f(0x66),'delete':_0x53a92f(0x69),'deleteRow':_0x53a92f(0x6a),'deleteRows':_0x53a92f(0x6f),'deleteColumn':_0x53a92f(0x95),'deleteColumns':_0x53a92f(0x65),'deleteTable':'Удалить\x20таблицу','mergeCells':_0x53a92f(0x9f),'unmergeCells':'Разъединить\x20ячейки','insertTitleRow':_0x53a92f(0x7b),'pinHeaderRows':_0x53a92f(0x6d),'selectColumn':_0x53a92f(0x89),'selectRow':_0x53a92f(0x6c),'selectTable':'Выбрать\x20таблицу','sortTable':_0x53a92f(0x8e),'sortAscending':'Сортировать\x20по\x20возрастанию','sortDescending':_0x53a92f(0x98),'distribute':_0x53a92f(0xa0),'distributeRows':_0x53a92f(0x84),'distributeColumns':_0x53a92f(0x8f),'borders':_0x53a92f(0x8b),'borderAll':_0x53a92f(0x92),'borderBottom':_0x53a92f(0x82),'borderInner':_0x53a92f(0x6b),'borderInnerHorizontal':_0x53a92f(0x7e),'borderInnerVertical':_0x53a92f(0x83),'borderLeft':'Левая\x20граница','borderOuter':_0x53a92f(0x81),'borderNone':_0x53a92f(0x6e),'borderRight':_0x53a92f(0x97),'borderTop':_0x53a92f(0x9e),'tableBackgroundColor':_0x53a92f(0x8a),'borderColor':_0x53a92f(0x96),'borderWidth':_0x53a92f(0x7f),'borderStyle':_0x53a92f(0x90),'borderStyleSolid':_0x53a92f(0x80),'borderStyleDotted':'Точечная','borderStyleDashed':_0x53a92f(0x73),'columnType':_0x53a92f(0x75),'columnTypeText':_0x53a92f(0x88),'columnTypeNumber':'Число','columnTypeDate':_0x53a92f(0x9b),'columnTypeCheckbox':_0x53a92f(0x78),'columnTypeDropdown':_0x53a92f(0x68),'tableOptions':_0x53a92f(0x70)}};function _0x1461(_0x444f9a,_0xbe80c1){_0x444f9a=_0x444f9a-0x65;const _0x39213e=_0x3921();let _0x14611a=_0x39213e[_0x444f9a];return _0x14611a;}export{e as default};
1
+ const _0x42eef2=_0x41c1;function _0x41c1(_0x257622,_0x395a01){_0x257622=_0x257622-0x120;const _0x2a25a1=_0x2a25();let _0x41c17c=_0x2a25a1[_0x257622];return _0x41c17c;}(function(_0x1f5de9,_0x2e8a16){const _0x4856f2=_0x41c1,_0x48c174=_0x1f5de9();while(!![]){try{const _0x25a857=parseInt(_0x4856f2(0x142))/0x1+parseInt(_0x4856f2(0x137))/0x2*(-parseInt(_0x4856f2(0x138))/0x3)+parseInt(_0x4856f2(0x169))/0x4+parseInt(_0x4856f2(0x145))/0x5*(-parseInt(_0x4856f2(0x143))/0x6)+parseInt(_0x4856f2(0x14d))/0x7*(parseInt(_0x4856f2(0x16a))/0x8)+-parseInt(_0x4856f2(0x151))/0x9*(-parseInt(_0x4856f2(0x121))/0xa)+-parseInt(_0x4856f2(0x124))/0xb;if(_0x25a857===_0x2e8a16)break;else _0x48c174['push'](_0x48c174['shift']());}catch(_0x2dd2e7){_0x48c174['push'](_0x48c174['shift']());}}}(_0x2a25,0x7ab69));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x42eef2(0x163)},'fillColor':{'main':_0x42eef2(0x153)},'textBackgroundColor':{'main':_0x42eef2(0x14c)},'resetColor':_0x42eef2(0x148),'bold':'Полужирный','italic':_0x42eef2(0x162),'underline':'Подчеркнутый','strikethrough':_0x42eef2(0x13d),'alignLeft':_0x42eef2(0x15e),'alignCenter':_0x42eef2(0x15c),'alignRight':'Выровнять\x20по\x20правому\x20краю','alignJustify':_0x42eef2(0x160),'textStyle':{'tooltip':'Text\x20style','normal':_0x42eef2(0x168),'heading1':_0x42eef2(0x140),'heading2':_0x42eef2(0x13b),'heading3':_0x42eef2(0x13e),'heading4':'Heading\x204','heading5':'Heading\x205','orderedList':_0x42eef2(0x161),'unorderedList':_0x42eef2(0x144),'checklist':_0x42eef2(0x164)}},'table':{'main':_0x42eef2(0x139),'insert':'Вставить','delete':_0x42eef2(0x165)},'insertTable':_0x42eef2(0x15b),'insert':_0x42eef2(0x12b),'insertTableSize':_0x42eef2(0x12a),'customTableSize':_0x42eef2(0x130),'tableRows':_0x42eef2(0x146),'tableColumns':_0x42eef2(0x13f),'insertRowAbove':'Вставить\x20строку\x20выше','insertRowBelow':_0x42eef2(0x159),'insertRowsAbove':_0x42eef2(0x14a),'insertRowsBelow':_0x42eef2(0x131),'insertRow':_0x42eef2(0x12f),'insertColumnLeft':_0x42eef2(0x15f),'insertColumnRight':_0x42eef2(0x12c),'insertColumnsLeft':_0x42eef2(0x149),'insertColumnsRight':'Вставить\x20{count}\x20столбцов\x20справа','insertColumn':_0x42eef2(0x147),'clearContent':_0x42eef2(0x133),'delete':'Удалить','deleteRow':_0x42eef2(0x126),'deleteRows':_0x42eef2(0x122),'deleteColumn':_0x42eef2(0x132),'deleteColumns':'Удалить\x20{count}\x20столбцов','deleteTable':_0x42eef2(0x165),'mergeCells':_0x42eef2(0x14e),'unmergeCells':'Разъединить\x20ячейки','insertTitleRow':_0x42eef2(0x128),'pinHeaderRows':_0x42eef2(0x15a),'selectColumn':_0x42eef2(0x14f),'selectRow':_0x42eef2(0x155),'selectTable':_0x42eef2(0x12d),'sortTable':_0x42eef2(0x14b),'sortAscending':_0x42eef2(0x135),'sortDescending':_0x42eef2(0x152),'distribute':'Распределить','distributeRows':_0x42eef2(0x141),'distributeColumns':'Распределить\x20столбцы','borders':'Границы','borderAll':_0x42eef2(0x125),'borderBottom':'Нижняя\x20граница','borderInner':_0x42eef2(0x129),'borderInnerHorizontal':'Внутренняя\x20горизонтальная\x20граница','borderInnerVertical':_0x42eef2(0x13a),'borderLeft':_0x42eef2(0x158),'borderOuter':_0x42eef2(0x13c),'borderNone':_0x42eef2(0x154),'borderRight':'Правая\x20граница','borderTop':_0x42eef2(0x150),'tableBackgroundColor':_0x42eef2(0x127),'borderColor':'Цвет\x20границы','borderWidth':_0x42eef2(0x15d),'borderStyle':'Стиль\x20границы','borderStyleSolid':'Сплошная','borderStyleDotted':_0x42eef2(0x136),'borderStyleDashed':_0x42eef2(0x167),'textFormat':_0x42eef2(0x120),'verticalAlignTop':'Выровнять\x20по\x20верхнему\x20краю','verticalAlignMiddle':_0x42eef2(0x15c),'verticalAlignBottom':_0x42eef2(0x123),'columnType':_0x42eef2(0x134),'columnTypeText':'Текст','columnTypeNumber':_0x42eef2(0x156),'columnTypeDate':_0x42eef2(0x12e),'columnTypeCheckbox':_0x42eef2(0x166),'columnTypeDropdown':_0x42eef2(0x157),'tableOptions':'Параметры\x20таблицы'}};export{e as default};function _0x2a25(){const _0x425ca5=['Верхняя\x20граница','9AplpfI','Сортировать\x20по\x20убыванию','Цвет\x20заливки','Без\x20границ','Выбрать\x20строку','Число','Раскрывающийся\x20список','Левая\x20граница','Вставить\x20строку\x20ниже','Закрепить\x20заголовок\x20до\x20этой\x20строки','Вставить\x20таблицу','Выровнять\x20по\x20центру','Толщина\x20границы','Выровнять\x20по\x20левому\x20краю','Вставить\x20столбец\x20слева','Выровнять\x20по\x20ширине','Ordered\x20list','Курсив','Цвет\x20текста','Task\x20list','Удалить\x20таблицу','Флажок','Пунктирная','Normal\x20text','3360680mKAcNt','13192kSRrTG','Формат\x20текста','2015490DTzJdQ','Удалить\x20{count}\x20строк','Выровнять\x20по\x20нижнему\x20краю','9412150AGWjEB','Все\x20границы','Удалить\x20строку','Цвет\x20фона\x20таблицы','Вставить\x20строку\x20заголовка','Внутренние\x20границы','Размер\x20вставляемой\x20таблицы','Вставить','Вставить\x20столбец\x20справа','Выбрать\x20таблицу','Дата','Вставить\x20строку','Пользовательский\x20размер','Вставить\x20{count}\x20строк\x20ниже','Удалить\x20столбец','Очистить\x20текстовое\x20содержимое','Задать\x20тип\x20столбца','Сортировать\x20по\x20возрастанию','Точечная','58uvaqyN','80805WwdsnW','Таблица','Внутренняя\x20вертикальная\x20граница','Heading\x202','Внешняя\x20граница','Зачеркнутый','Heading\x203','Столбцы','Heading\x201','Распределить\x20строки','704413gHhPMN','6BHpDoF','Unordered\x20list','2065475ZDelUH','Строки','Вставить\x20столбец','Сбросить','Вставить\x20{count}\x20столбцов\x20слева','Вставить\x20{count}\x20строк\x20выше','Сортировать\x20таблицу','Цвет\x20фона\x20текста','3423xRnUVA','Объединить\x20ячейки','Выбрать\x20столбец'];_0x2a25=function(){return _0x425ca5;};return _0x2a25();}
@@ -1 +1 @@
1
- function _0x5272(_0x586af3,_0x2caa4a){_0x586af3=_0x586af3-0xda;const _0x4de7e7=_0x4de7();let _0x52723d=_0x4de7e7[_0x586af3];return _0x52723d;}const _0x46a90e=_0x5272;(function(_0x5e2745,_0x3f35d9){const _0x34106d=_0x5272,_0x418090=_0x5e2745();while(!![]){try{const _0x1c90c1=parseInt(_0x34106d(0xe2))/0x1*(-parseInt(_0x34106d(0x114))/0x2)+parseInt(_0x34106d(0x109))/0x3+parseInt(_0x34106d(0x10c))/0x4*(-parseInt(_0x34106d(0x108))/0x5)+-parseInt(_0x34106d(0x10d))/0x6*(parseInt(_0x34106d(0xf1))/0x7)+-parseInt(_0x34106d(0xde))/0x8+-parseInt(_0x34106d(0xe6))/0x9+parseInt(_0x34106d(0xef))/0xa;if(_0x1c90c1===_0x3f35d9)break;else _0x418090['push'](_0x418090['shift']());}catch(_0x10b91e){_0x418090['push'](_0x418090['shift']());}}}(_0x4de7,0x59b8e));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':'Farba\x20pozadia\x20textu'},'resetColor':_0x46a90e(0xdf)},'table':{'main':_0x46a90e(0xfe),'insert':_0x46a90e(0xf5),'delete':_0x46a90e(0xff)},'insertTable':_0x46a90e(0xf8),'insert':_0x46a90e(0xf5),'insertTableSize':_0x46a90e(0xe3),'customTableSize':_0x46a90e(0xf3),'tableRows':_0x46a90e(0xf9),'tableColumns':'Stĺpce','insertRowAbove':_0x46a90e(0x106),'insertRowBelow':_0x46a90e(0xee),'insertRowsAbove':_0x46a90e(0xed),'insertRowsBelow':_0x46a90e(0x100),'insertColumnLeft':_0x46a90e(0xdc),'insertColumnRight':_0x46a90e(0x10e),'insertColumnsLeft':_0x46a90e(0xe9),'insertColumnsRight':_0x46a90e(0xfb),'delete':'Odstrániť','deleteRow':_0x46a90e(0xe0),'deleteRows':_0x46a90e(0xf7),'deleteColumn':_0x46a90e(0x112),'deleteColumns':_0x46a90e(0x102),'deleteTable':_0x46a90e(0xff),'mergeCells':_0x46a90e(0x107),'unmergeCells':_0x46a90e(0xfc),'insertTitleRow':'Vložiť\x20titulný\x20riadok','pinHeaderRows':_0x46a90e(0xe4),'selectColumn':_0x46a90e(0xe7),'selectRow':'Vybrať\x20riadok','selectTable':_0x46a90e(0x105),'sortTable':'Zoradiť\x20tabuľku','sortAscending':_0x46a90e(0x10b),'sortDescending':_0x46a90e(0x110),'distribute':_0x46a90e(0xdd),'distributeRows':'Rozložiť\x20riadky','distributeColumns':_0x46a90e(0x10a),'borders':_0x46a90e(0xe5),'borderAll':_0x46a90e(0xec),'borderBottom':_0x46a90e(0x101),'borderInner':_0x46a90e(0xeb),'borderInnerHorizontal':_0x46a90e(0x103),'borderInnerVertical':_0x46a90e(0xda),'borderLeft':'Ľavé\x20orámovanie','borderOuter':_0x46a90e(0xf0),'borderNone':_0x46a90e(0x111),'borderRight':_0x46a90e(0xea),'borderTop':_0x46a90e(0x113),'tableBackgroundColor':_0x46a90e(0xe8),'borderColor':_0x46a90e(0xfa),'borderWidth':'Hrúbka\x20orámovania','borderStyle':_0x46a90e(0xf4),'borderStyleSolid':_0x46a90e(0x104),'borderStyleDotted':'Bodkovaná\x20čiara','borderStyleDashed':_0x46a90e(0x10f),'columnType':_0x46a90e(0xfd),'columnTypeText':_0x46a90e(0xdb),'columnTypeNumber':_0x46a90e(0xf2),'columnTypeDate':'Dátum','columnTypeCheckbox':_0x46a90e(0xf6),'columnTypeDropdown':_0x46a90e(0xe1),'tableOptions':'Možnosti\x20tabuľky'}};function _0x4de7(){const _0x429dfd=['67908YsRhkG','222CKySXG','Vložiť\x20stĺpec\x20vpravo','Prerušovaná\x20čiara','Zoradiť\x20zostupne','Bez\x20orámovania','Odstrániť\x20stĺpec','Horné\x20orámovanie','812138NHedOh','Vnútorné\x20zvislé\x20orámovanie','Text','Vložiť\x20stĺpec\x20vľavo','Rozložiť','2991368Cnjqop','Obnoviť','Odstrániť\x20riadok','Rozbaľovací\x20zoznam','1MdPaeV','Veľkosť\x20vkladanej\x20tabuľky','Pripnúť\x20hlavičku\x20po\x20tento\x20riadok','Orámovanie','2851317PvfprC','Vybrať\x20stĺpec','Farba\x20pozadia\x20tabuľky','Vložiť\x20{count}\x20stĺpcov\x20vľavo','Pravé\x20orámovanie','Vnútorné\x20orámovania','Všetky\x20orámovania','Vložiť\x20{count}\x20riadkov\x20nad','Vložiť\x20riadok\x20pod','16701390CebPYX','Vonkajšie\x20orámovanie','56931LAooiZ','Číslo','Vlastná\x20veľkosť','Štýl\x20orámovania','Vložiť','Začiarkavacie\x20políčko','Odstrániť\x20{count}\x20riadkov','Vložiť\x20tabuľku','Riadky','Farba\x20orámovania','Vložiť\x20{count}\x20stĺpcov\x20vpravo','Zrušiť\x20zlúčenie\x20buniek','Nastaviť\x20typ\x20stĺpca','Tabuľka','Odstrániť\x20tabuľku','Vložiť\x20{count}\x20riadkov\x20pod','Spodné\x20orámovanie','Odstrániť\x20{count}\x20stĺpcov','Vnútorné\x20vodorovné\x20orámovanie','Plná\x20čiara','Vybrať\x20tabuľku','Vložiť\x20riadok\x20nad','Zlúčiť\x20bunky','180AiktOh','2118777geAnSH','Rozložiť\x20stĺpce','Zoradiť\x20vzostupne'];_0x4de7=function(){return _0x429dfd;};return _0x4de7();}export{e as default};
1
+ const _0x59ada4=_0x1d19;(function(_0x5dead2,_0x24ddee){const _0x1ac932=_0x1d19,_0x4feb6=_0x5dead2();while(!![]){try{const _0x27f49a=-parseInt(_0x1ac932(0x1c8))/0x1*(parseInt(_0x1ac932(0x1d2))/0x2)+-parseInt(_0x1ac932(0x1d5))/0x3+-parseInt(_0x1ac932(0x20c))/0x4*(-parseInt(_0x1ac932(0x1cc))/0x5)+parseInt(_0x1ac932(0x1c7))/0x6*(parseInt(_0x1ac932(0x1ca))/0x7)+-parseInt(_0x1ac932(0x20a))/0x8+parseInt(_0x1ac932(0x216))/0x9+parseInt(_0x1ac932(0x1de))/0xa;if(_0x27f49a===_0x24ddee)break;else _0x4feb6['push'](_0x4feb6['shift']());}catch(_0x322b4f){_0x4feb6['push'](_0x4feb6['shift']());}}}(_0x4305,0xe8856));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x59ada4(0x1f1)},'fillColor':{'main':'Farba\x20výplne'},'textBackgroundColor':{'main':_0x59ada4(0x1e1)},'resetColor':_0x59ada4(0x217),'bold':_0x59ada4(0x1e9),'italic':_0x59ada4(0x20f),'underline':_0x59ada4(0x1fd),'strikethrough':_0x59ada4(0x1fa),'alignLeft':_0x59ada4(0x1ed),'alignCenter':'Zarovnať\x20na\x20stred','alignRight':_0x59ada4(0x202),'alignJustify':_0x59ada4(0x1f7),'textStyle':{'tooltip':_0x59ada4(0x200),'normal':_0x59ada4(0x207),'heading1':'Heading\x201','heading2':_0x59ada4(0x203),'heading3':_0x59ada4(0x201),'heading4':_0x59ada4(0x214),'heading5':_0x59ada4(0x1e2),'orderedList':_0x59ada4(0x1ec),'unorderedList':_0x59ada4(0x204),'checklist':'Task\x20list'}},'table':{'main':_0x59ada4(0x1e6),'insert':_0x59ada4(0x1ef),'delete':_0x59ada4(0x1f0)},'insertTable':_0x59ada4(0x1e8),'insert':_0x59ada4(0x1ef),'insertTableSize':'Veľkosť\x20vkladanej\x20tabuľky','customTableSize':'Vlastná\x20veľkosť','tableRows':_0x59ada4(0x205),'tableColumns':_0x59ada4(0x211),'insertRowAbove':_0x59ada4(0x212),'insertRowBelow':_0x59ada4(0x1d8),'insertRowsAbove':_0x59ada4(0x1cb),'insertRowsBelow':_0x59ada4(0x20b),'insertRow':_0x59ada4(0x1d7),'insertColumnLeft':_0x59ada4(0x1f8),'insertColumnRight':_0x59ada4(0x1d0),'insertColumnsLeft':_0x59ada4(0x206),'insertColumnsRight':_0x59ada4(0x1c9),'insertColumn':_0x59ada4(0x213),'clearContent':_0x59ada4(0x20d),'delete':_0x59ada4(0x1ea),'deleteRow':_0x59ada4(0x210),'deleteRows':_0x59ada4(0x1fc),'deleteColumn':_0x59ada4(0x1cf),'deleteColumns':_0x59ada4(0x1cd),'deleteTable':'Odstrániť\x20tabuľku','mergeCells':_0x59ada4(0x20e),'unmergeCells':'Zrušiť\x20zlúčenie\x20buniek','insertTitleRow':_0x59ada4(0x1f6),'pinHeaderRows':_0x59ada4(0x1d1),'selectColumn':_0x59ada4(0x1d3),'selectRow':_0x59ada4(0x209),'selectTable':_0x59ada4(0x1e0),'sortTable':_0x59ada4(0x1db),'sortAscending':_0x59ada4(0x1fe),'sortDescending':'Zoradiť\x20zostupne','distribute':_0x59ada4(0x1d9),'distributeRows':'Rozložiť\x20riadky','distributeColumns':_0x59ada4(0x1c6),'borders':_0x59ada4(0x1f4),'borderAll':_0x59ada4(0x1ee),'borderBottom':_0x59ada4(0x1f9),'borderInner':_0x59ada4(0x1f2),'borderInnerHorizontal':'Vnútorné\x20vodorovné\x20orámovanie','borderInnerVertical':_0x59ada4(0x1ce),'borderLeft':_0x59ada4(0x1d4),'borderOuter':_0x59ada4(0x1d6),'borderNone':_0x59ada4(0x1dc),'borderRight':_0x59ada4(0x1fb),'borderTop':'Horné\x20orámovanie','tableBackgroundColor':'Farba\x20pozadia\x20tabuľky','borderColor':_0x59ada4(0x1ff),'borderWidth':_0x59ada4(0x1dd),'borderStyle':_0x59ada4(0x1f5),'borderStyleSolid':_0x59ada4(0x1eb),'borderStyleDotted':_0x59ada4(0x1e5),'borderStyleDashed':_0x59ada4(0x1da),'textFormat':_0x59ada4(0x1e7),'verticalAlignTop':'Zarovnať\x20hore','verticalAlignMiddle':_0x59ada4(0x1e4),'verticalAlignBottom':_0x59ada4(0x1e3),'columnType':_0x59ada4(0x218),'columnTypeText':_0x59ada4(0x1f3),'columnTypeNumber':'Číslo','columnTypeDate':_0x59ada4(0x208),'columnTypeCheckbox':_0x59ada4(0x215),'columnTypeDropdown':_0x59ada4(0x1df),'tableOptions':'Možnosti\x20tabuľky'}};function _0x1d19(_0x3eb28e,_0x59c763){_0x3eb28e=_0x3eb28e-0x1c6;const _0x43050b=_0x4305();let _0x1d193c=_0x43050b[_0x3eb28e];return _0x1d193c;}function _0x4305(){const _0x5e54df=['9170091pOtJFu','Obnoviť','Nastaviť\x20typ\x20stĺpca','Rozložiť\x20stĺpce','403326wdlvnU','355297PbvSTh','Vložiť\x20{count}\x20stĺpcov\x20vpravo','77rNLwzz','Vložiť\x20{count}\x20riadkov\x20nad','1790yQFHtZ','Odstrániť\x20{count}\x20stĺpcov','Vnútorné\x20zvislé\x20orámovanie','Odstrániť\x20stĺpec','Vložiť\x20stĺpec\x20vpravo','Pripnúť\x20hlavičku\x20po\x20tento\x20riadok','10RyOLHB','Vybrať\x20stĺpec','Ľavé\x20orámovanie','5296377kaqTpU','Vonkajšie\x20orámovanie','Vložiť\x20riadok','Vložiť\x20riadok\x20pod','Rozložiť','Prerušovaná\x20čiara','Zoradiť\x20tabuľku','Bez\x20orámovania','Hrúbka\x20orámovania','21247700VoWMif','Rozbaľovací\x20zoznam','Vybrať\x20tabuľku','Farba\x20pozadia\x20textu','Heading\x205','Zarovnať\x20dole','Zarovnať\x20na\x20stred','Bodkovaná\x20čiara','Tabuľka','Formát\x20textu','Vložiť\x20tabuľku','Tučné','Odstrániť','Plná\x20čiara','Ordered\x20list','Zarovnať\x20doľava','Všetky\x20orámovania','Vložiť','Odstrániť\x20tabuľku','Farba\x20textu','Vnútorné\x20orámovania','Text','Orámovanie','Štýl\x20orámovania','Vložiť\x20titulný\x20riadok','Zarovnať\x20do\x20bloku','Vložiť\x20stĺpec\x20vľavo','Spodné\x20orámovanie','Prečiarknuté','Pravé\x20orámovanie','Odstrániť\x20{count}\x20riadkov','Podčiarknutie','Zoradiť\x20vzostupne','Farba\x20orámovania','Text\x20style','Heading\x203','Zarovnať\x20doprava','Heading\x202','Unordered\x20list','Riadky','Vložiť\x20{count}\x20stĺpcov\x20vľavo','Normal\x20text','Dátum','Vybrať\x20riadok','2496256sqCzJS','Vložiť\x20{count}\x20riadkov\x20pod','10316JcgFSF','Vymazať\x20textový\x20obsah','Zlúčiť\x20bunky','Kurzíva','Odstrániť\x20riadok','Stĺpce','Vložiť\x20riadok\x20nad','Vložiť\x20stĺpec','Heading\x204','Začiarkavacie\x20políčko'];_0x4305=function(){return _0x5e54df;};return _0x4305();}export{e as default};