@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 _0x3b95fe=_0x2e56;function _0x2e56(_0x521878,_0x545710){_0x521878=_0x521878-0x87;const _0x5b38d4=_0x5b38();let _0x2e561a=_0x5b38d4[_0x521878];return _0x2e561a;}(function(_0xe67bf2,_0x375aee){const _0x6c9fa5=_0x2e56,_0x1f119e=_0xe67bf2();while(!![]){try{const _0x4da0f3=parseInt(_0x6c9fa5(0xa0))/0x1*(parseInt(_0x6c9fa5(0xcc))/0x2)+-parseInt(_0x6c9fa5(0xb0))/0x3+parseInt(_0x6c9fa5(0xbd))/0x4*(-parseInt(_0x6c9fa5(0xc5))/0x5)+parseInt(_0x6c9fa5(0xcb))/0x6*(-parseInt(_0x6c9fa5(0xa7))/0x7)+parseInt(_0x6c9fa5(0x8c))/0x8+parseInt(_0x6c9fa5(0x8d))/0x9*(-parseInt(_0x6c9fa5(0xa6))/0xa)+parseInt(_0x6c9fa5(0xc9))/0xb;if(_0x4da0f3===_0x375aee)break;else _0x1f119e['push'](_0x1f119e['shift']());}catch(_0x16000e){_0x1f119e['push'](_0x1f119e['shift']());}}}(_0x5b38,0xde897));function _0x5b38(){const _0x4449ba=['الحد\x20الأيمن','6969568wOnrCI','69147OxvsyI','إدراج\x20عمود\x20إلى\x20اليمين','إدراج\x20صف\x20أدناه','الحد\x20الخارجي','Heading\x204','حذف','الأعمدة','إدراج\x20صف\x20أعلاه','حذف\x20{count}\x20صفوف','إدراج\x20{count}\x20صفوف\x20أدناه','إدراج\x20صف','حذف\x20الجدول','حذف\x20العمود','إدراج\x20صف\x20عنوان','Heading\x202','Heading\x203','إدراج\x20عمود','Ordered\x20list','منقط','3602tzmeaO','لون\x20خلفية\x20النص','محاذاة\x20لليسار','Heading\x205','الحد\x20الداخلي\x20الأفقي','إدراج\x20{count}\x20أعمدة\x20إلى\x20اليسار','260ZQRKPJ','15771lefOah','متصل','الحد\x20العلوي','محاذاة\x20للوسط','غامق','فرز\x20الجدول','الحد\x20الداخلي\x20العمودي','حجم\x20مخصص','كل\x20الحدود','2971374VDqKQL','إدراج','مسح\x20محتوى\x20النص','محاذاة\x20لليمين','Heading\x201','لون\x20النص','محاذاة\x20للأعلى','تعيين\x20نوع\x20العمود','مائل','متقطع','exports','تحديد\x20العمود','الحد\x20السفلي','284YusrtB','تحديد\x20الجدول','Text\x20style','الحد\x20الأيسر','فرز\x20تنازلي','لون\x20التعبئة','توزيع\x20الأعمدة','الصفوف','83795HKIMTV','رقم','توزيع','محاذاة\x20للأسفل','17185597utSfiY','تحديد\x20الصف','1830KAMRTQ','858LiiZpb','جدول','عرض\x20الحدود','Task\x20list','حذف\x20الصف','إدراج\x20{count}\x20صفوف\x20أعلاه','تنسيق\x20النص','الحدود','توزيع\x20الصفوف'];_0x5b38=function(){return _0x4449ba;};return _0x5b38();}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x3b95fe(0xb5)},'fillColor':{'main':_0x3b95fe(0xc2)},'textBackgroundColor':{'main':_0x3b95fe(0xa1)},'resetColor':'إعادة\x20تعيين','bold':_0x3b95fe(0xab),'italic':_0x3b95fe(0xb8),'underline':'تسطير','strikethrough':'يتوسطه\x20خط','alignLeft':_0x3b95fe(0xa2),'alignCenter':_0x3b95fe(0xaa),'alignRight':_0x3b95fe(0xb3),'alignJustify':'ضبط','textStyle':{'tooltip':_0x3b95fe(0xbf),'normal':'Normal\x20text','heading1':_0x3b95fe(0xb4),'heading2':_0x3b95fe(0x9b),'heading3':_0x3b95fe(0x9c),'heading4':_0x3b95fe(0x91),'heading5':_0x3b95fe(0xa3),'orderedList':_0x3b95fe(0x9e),'unorderedList':'Unordered\x20list','checklist':_0x3b95fe(0xcf)}},'table':{'main':_0x3b95fe(0xcd),'insert':_0x3b95fe(0xb1),'delete':_0x3b95fe(0x98)},'insertTable':'إدراج\x20جدول','insert':_0x3b95fe(0xb1),'insertTableSize':'إدراج\x20حجم\x20الجدول','customTableSize':_0x3b95fe(0xae),'tableRows':_0x3b95fe(0xc4),'tableColumns':_0x3b95fe(0x93),'insertRowAbove':_0x3b95fe(0x94),'insertRowBelow':_0x3b95fe(0x8f),'insertRowsAbove':_0x3b95fe(0x87),'insertRowsBelow':_0x3b95fe(0x96),'insertRow':_0x3b95fe(0x97),'insertColumnLeft':'إدراج\x20عمود\x20إلى\x20اليسار','insertColumnRight':_0x3b95fe(0x8e),'insertColumnsLeft':_0x3b95fe(0xa5),'insertColumnsRight':'إدراج\x20{count}\x20أعمدة\x20إلى\x20اليمين','insertColumn':_0x3b95fe(0x9d),'clearContent':_0x3b95fe(0xb2),'delete':_0x3b95fe(0x92),'deleteRow':_0x3b95fe(0xd0),'deleteRows':_0x3b95fe(0x95),'deleteColumn':_0x3b95fe(0x99),'deleteColumns':'حذف\x20{count}\x20أعمدة','deleteTable':_0x3b95fe(0x98),'mergeCells':'دمج\x20الخلايا','unmergeCells':'إلغاء\x20دمج\x20الخلايا','insertTitleRow':_0x3b95fe(0x9a),'pinHeaderRows':'تثبيت\x20الرأس\x20حتى\x20هذا\x20الصف','selectColumn':_0x3b95fe(0xbb),'selectRow':_0x3b95fe(0xca),'selectTable':_0x3b95fe(0xbe),'sortTable':_0x3b95fe(0xac),'sortAscending':'فرز\x20تصاعدي','sortDescending':_0x3b95fe(0xc1),'distribute':_0x3b95fe(0xc7),'distributeRows':_0x3b95fe(0x8a),'distributeColumns':_0x3b95fe(0xc3),'borders':_0x3b95fe(0x89),'borderAll':_0x3b95fe(0xaf),'borderBottom':_0x3b95fe(0xbc),'borderInner':'الحدود\x20الداخلية','borderInnerHorizontal':_0x3b95fe(0xa4),'borderInnerVertical':_0x3b95fe(0xad),'borderLeft':_0x3b95fe(0xc0),'borderOuter':_0x3b95fe(0x90),'borderNone':'بدون\x20حدود','borderRight':_0x3b95fe(0x8b),'borderTop':_0x3b95fe(0xa9),'tableBackgroundColor':'لون\x20خلفية\x20الجدول','borderColor':'لون\x20الحدود','borderWidth':_0x3b95fe(0xce),'borderStyle':'نمط\x20الحدود','borderStyleSolid':_0x3b95fe(0xa8),'borderStyleDotted':_0x3b95fe(0x9f),'borderStyleDashed':_0x3b95fe(0xb9),'textFormat':_0x3b95fe(0x88),'verticalAlignTop':_0x3b95fe(0xb6),'verticalAlignMiddle':_0x3b95fe(0xaa),'verticalAlignBottom':_0x3b95fe(0xc8),'columnType':_0x3b95fe(0xb7),'columnTypeText':'نص','columnTypeNumber':_0x3b95fe(0xc6),'columnTypeDate':'تاريخ','columnTypeCheckbox':'مربع\x20اختيار','columnTypeDropdown':'قائمة\x20منسدلة','tableOptions':'خيارات\x20الجدول'}};module[_0x3b95fe(0xba)]=e;
@@ -1 +1 @@
1
- function _0x5d32(_0xf70130,_0x391de4){_0xf70130=_0xf70130-0xaf;const _0x1ffcb4=_0x1ffc();let _0x5d32b3=_0x1ffcb4[_0xf70130];return _0x5d32b3;}const _0x21d54e=_0x5d32;(function(_0x2f8542,_0x55df62){const _0x4c353=_0x5d32,_0x4a3774=_0x2f8542();while(!![]){try{const _0x447ead=-parseInt(_0x4c353(0xc5))/0x1*(parseInt(_0x4c353(0xd5))/0x2)+-parseInt(_0x4c353(0xdb))/0x3+-parseInt(_0x4c353(0xdd))/0x4*(parseInt(_0x4c353(0xec))/0x5)+parseInt(_0x4c353(0xdc))/0x6+-parseInt(_0x4c353(0xc3))/0x7*(parseInt(_0x4c353(0xeb))/0x8)+parseInt(_0x4c353(0xb9))/0x9*(parseInt(_0x4c353(0xc0))/0xa)+parseInt(_0x4c353(0xe2))/0xb;if(_0x447ead===_0x55df62)break;else _0x4a3774['push'](_0x4a3774['shift']());}catch(_0x4b364c){_0x4a3774['push'](_0x4a3774['shift']());}}}(_0x1ffc,0x3ef0d));function _0x1ffc(){const _0x209340=['Ordena\x20descendent','Insereix\x20columna\x20a\x20l’esquerra','Distribueix\x20files','Insereix\x20{count}\x20columnes\x20a\x20la\x20dreta','Insereix\x20taula','Desplegable','11944EDYSyt','41455TvvMWy','Suprimeix\x20fila','Ordena\x20ascendent','Elimina\x20taula','Insereix\x20{count}\x20columnes\x20a\x20l’esquerra','Vora\x20exterior','Text','Mida\x20de\x20la\x20taula\x20a\x20inserir','Files','Suprimeix\x20{count}\x20columnes','Data','Gruix\x20de\x20la\x20vora','Insereix\x20fila\x20de\x20títol','9DAcHcD','Vora\x20inferior','Defineix\x20el\x20tipus\x20de\x20columna','Selecciona\x20taula','Sòlid','Taula','Vora\x20esquerra','222910XSZPpC','Insereix\x20{count}\x20files\x20a\x20sobre','Selecciona\x20columna','1855kryOZX','Casella\x20de\x20selecció','460669jmkgRL','Color\x20de\x20la\x20vora','Vora\x20vertical\x20interior','Totes\x20les\x20vores','Columnes','Insereix','Suprimeix\x20columna','Discontinu','Distribueix\x20columnes','Combina\x20cel·les','exports','Vores\x20interiors','Color\x20de\x20fons\x20del\x20text','Selecciona\x20fila','Restableix','Vores','2KiwTSO','Ordena\x20taula','Insereix\x20fila\x20a\x20sota','Vora\x20superior','Suprimeix','Insereix\x20fila\x20a\x20sobre','476817mJqoRk','1438146ETDQTU','216LsObew','Suprimeix\x20{count}\x20files','Fixa\x20la\x20capçalera\x20fins\x20a\x20aquesta\x20fila','Opcions\x20de\x20taula','Estil\x20de\x20la\x20vora','16046690YumgQz','Mida\x20personalitzada','Color\x20de\x20fons\x20de\x20la\x20taula'];_0x1ffc=function(){return _0x209340;};return _0x1ffc();}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x21d54e(0xd1)},'resetColor':_0x21d54e(0xd3)},'table':{'main':_0x21d54e(0xbe),'insert':_0x21d54e(0xca),'delete':_0x21d54e(0xaf)},'insertTable':_0x21d54e(0xe9),'insert':_0x21d54e(0xca),'insertTableSize':_0x21d54e(0xb3),'customTableSize':_0x21d54e(0xe3),'tableRows':_0x21d54e(0xb4),'tableColumns':_0x21d54e(0xc9),'insertRowAbove':_0x21d54e(0xda),'insertRowBelow':_0x21d54e(0xd7),'insertRowsAbove':_0x21d54e(0xc1),'insertRowsBelow':'Insereix\x20{count}\x20files\x20a\x20sota','insertColumnLeft':_0x21d54e(0xe6),'insertColumnRight':'Insereix\x20columna\x20a\x20la\x20dreta','insertColumnsLeft':_0x21d54e(0xb0),'insertColumnsRight':_0x21d54e(0xe8),'delete':_0x21d54e(0xd9),'deleteRow':_0x21d54e(0xed),'deleteRows':_0x21d54e(0xde),'deleteColumn':_0x21d54e(0xcb),'deleteColumns':_0x21d54e(0xb5),'deleteTable':'Suprimeix\x20taula','mergeCells':_0x21d54e(0xce),'unmergeCells':'Separa\x20cel·les','insertTitleRow':_0x21d54e(0xb8),'pinHeaderRows':_0x21d54e(0xdf),'selectColumn':_0x21d54e(0xc2),'selectRow':_0x21d54e(0xd2),'selectTable':_0x21d54e(0xbc),'sortTable':_0x21d54e(0xd6),'sortAscending':_0x21d54e(0xee),'sortDescending':_0x21d54e(0xe5),'distribute':'Distribueix','distributeRows':_0x21d54e(0xe7),'distributeColumns':_0x21d54e(0xcd),'borders':_0x21d54e(0xd4),'borderAll':_0x21d54e(0xc8),'borderBottom':_0x21d54e(0xba),'borderInner':_0x21d54e(0xd0),'borderInnerHorizontal':'Vora\x20horitzontal\x20interior','borderInnerVertical':_0x21d54e(0xc7),'borderLeft':_0x21d54e(0xbf),'borderOuter':_0x21d54e(0xb1),'borderNone':'Sense\x20vores','borderRight':'Vora\x20dreta','borderTop':_0x21d54e(0xd8),'tableBackgroundColor':_0x21d54e(0xe4),'borderColor':_0x21d54e(0xc6),'borderWidth':_0x21d54e(0xb7),'borderStyle':_0x21d54e(0xe1),'borderStyleSolid':_0x21d54e(0xbd),'borderStyleDotted':'Puntejat','borderStyleDashed':_0x21d54e(0xcc),'columnType':_0x21d54e(0xbb),'columnTypeText':_0x21d54e(0xb2),'columnTypeNumber':'Nombre','columnTypeDate':_0x21d54e(0xb6),'columnTypeCheckbox':_0x21d54e(0xc4),'columnTypeDropdown':_0x21d54e(0xea),'tableOptions':_0x21d54e(0xe0)}};module[_0x21d54e(0xcf)]=e;
1
+ const _0x57042c=_0x1161;function _0x1c62(){const _0x151b4d=['Restableix','Columnes','Distribueix','Text\x20style','Ordena\x20ascendent','Selecciona\x20columna','Distribueix\x20files','Ordena\x20descendent','4233488bmYwAr','2223624YfBnDl','Separa\x20cel·les','Color\x20de\x20fons\x20de\x20la\x20taula','Desplegable','Insereix\x20fila\x20a\x20sota','Negreta','130938NyfHyB','Mida\x20personalitzada','1065020sYKvsx','Nombre','342648IxqavG','Puntejat','Estil\x20de\x20la\x20vora','Alinea\x20a\x20l\x27esquerra','Insereix','2nyZvdz','Heading\x203','Vora\x20inferior','Insereix\x20{count}\x20columnes\x20a\x20la\x20dreta','Totes\x20les\x20vores','Format\x20del\x20text','Centra','Insereix\x20fila','Vora\x20superior','Insereix\x20columna','Defineix\x20el\x20tipus\x20de\x20columna','Alinea\x20a\x20dalt','Vora\x20vertical\x20interior','Cursiva','Alinea\x20a\x20la\x20dreta','3441735nLutnC','Color\x20del\x20text','Insereix\x20fila\x20a\x20sobre','exports','Insereix\x20{count}\x20columnes\x20a\x20l’esquerra','Selecciona\x20fila','Distribueix\x20columnes','Files','Heading\x201','Selecciona\x20taula','Mida\x20de\x20la\x20taula\x20a\x20inserir','Unordered\x20list','Insereix\x20{count}\x20files\x20a\x20sobre','Esborra\x20el\x20contingut\x20del\x20text','Insereix\x20columna\x20a\x20la\x20dreta','Insereix\x20taula','Data','Vora\x20horitzontal\x20interior','60HKSHDY','Discontinu','Normal\x20text','Suprimeix\x20fila','Sense\x20vores','Taula','Heading\x204','Alinea\x20a\x20baix','Insereix\x20columna\x20a\x20l’esquerra','Color\x20de\x20farciment','Suprimeix\x20columna','Suprimeix\x20{count}\x20columnes','Casella\x20de\x20selecció','Gruix\x20de\x20la\x20vora','Alinea\x20al\x20mig','Fixa\x20la\x20capçalera\x20fins\x20a\x20aquesta\x20fila','Insereix\x20fila\x20de\x20títol','Vores\x20interiors','2169930qAmSnn'];_0x1c62=function(){return _0x151b4d;};return _0x1c62();}(function(_0x3a2233,_0x2cdc12){const _0x144b40=_0x1161,_0x10d8f5=_0x3a2233();while(!![]){try{const _0x5eb5be=parseInt(_0x144b40(0x1c8))/0x1+-parseInt(_0x144b40(0x1d1))/0x2*(-parseInt(_0x144b40(0x1c2))/0x3)+-parseInt(_0x144b40(0x1ca))/0x4+-parseInt(_0x144b40(0x1a6))/0x5*(parseInt(_0x144b40(0x1cc))/0x6)+parseInt(_0x144b40(0x1b8))/0x7+parseInt(_0x144b40(0x1c1))/0x8+-parseInt(_0x144b40(0x1e0))/0x9;if(_0x5eb5be===_0x2cdc12)break;else _0x10d8f5['push'](_0x10d8f5['shift']());}catch(_0x54dd44){_0x10d8f5['push'](_0x10d8f5['shift']());}}}(_0x1c62,0x5c20c));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x57042c(0x1e1)},'fillColor':{'main':_0x57042c(0x1af)},'textBackgroundColor':{'main':'Color\x20de\x20fons\x20del\x20text'},'resetColor':_0x57042c(0x1b9),'bold':_0x57042c(0x1c7),'italic':_0x57042c(0x1de),'underline':'Subratllat','strikethrough':'Ratllat','alignLeft':_0x57042c(0x1cf),'alignCenter':_0x57042c(0x1d7),'alignRight':_0x57042c(0x1df),'alignJustify':'Justifica','textStyle':{'tooltip':_0x57042c(0x1bc),'normal':_0x57042c(0x1a8),'heading1':_0x57042c(0x1e8),'heading2':'Heading\x202','heading3':_0x57042c(0x1d2),'heading4':_0x57042c(0x1ac),'heading5':'Heading\x205','orderedList':'Ordered\x20list','unorderedList':_0x57042c(0x1eb),'checklist':'Task\x20list'}},'table':{'main':_0x57042c(0x1ab),'insert':_0x57042c(0x1d0),'delete':'Elimina\x20taula'},'insertTable':_0x57042c(0x1a3),'insert':_0x57042c(0x1d0),'insertTableSize':_0x57042c(0x1ea),'customTableSize':_0x57042c(0x1c9),'tableRows':_0x57042c(0x1e7),'tableColumns':_0x57042c(0x1ba),'insertRowAbove':_0x57042c(0x1e2),'insertRowBelow':_0x57042c(0x1c6),'insertRowsAbove':_0x57042c(0x1ec),'insertRowsBelow':'Insereix\x20{count}\x20files\x20a\x20sota','insertRow':_0x57042c(0x1d8),'insertColumnLeft':_0x57042c(0x1ae),'insertColumnRight':_0x57042c(0x1ee),'insertColumnsLeft':_0x57042c(0x1e4),'insertColumnsRight':_0x57042c(0x1d4),'insertColumn':_0x57042c(0x1da),'clearContent':_0x57042c(0x1ed),'delete':'Suprimeix','deleteRow':_0x57042c(0x1a9),'deleteRows':'Suprimeix\x20{count}\x20files','deleteColumn':_0x57042c(0x1b0),'deleteColumns':_0x57042c(0x1b1),'deleteTable':'Suprimeix\x20taula','mergeCells':'Combina\x20cel·les','unmergeCells':_0x57042c(0x1c3),'insertTitleRow':_0x57042c(0x1b6),'pinHeaderRows':_0x57042c(0x1b5),'selectColumn':_0x57042c(0x1be),'selectRow':_0x57042c(0x1e5),'selectTable':_0x57042c(0x1e9),'sortTable':'Ordena\x20taula','sortAscending':_0x57042c(0x1bd),'sortDescending':_0x57042c(0x1c0),'distribute':_0x57042c(0x1bb),'distributeRows':_0x57042c(0x1bf),'distributeColumns':_0x57042c(0x1e6),'borders':'Vores','borderAll':_0x57042c(0x1d5),'borderBottom':_0x57042c(0x1d3),'borderInner':_0x57042c(0x1b7),'borderInnerHorizontal':_0x57042c(0x1a5),'borderInnerVertical':_0x57042c(0x1dd),'borderLeft':'Vora\x20esquerra','borderOuter':'Vora\x20exterior','borderNone':_0x57042c(0x1aa),'borderRight':'Vora\x20dreta','borderTop':_0x57042c(0x1d9),'tableBackgroundColor':_0x57042c(0x1c4),'borderColor':'Color\x20de\x20la\x20vora','borderWidth':_0x57042c(0x1b3),'borderStyle':_0x57042c(0x1ce),'borderStyleSolid':'Sòlid','borderStyleDotted':_0x57042c(0x1cd),'borderStyleDashed':_0x57042c(0x1a7),'textFormat':_0x57042c(0x1d6),'verticalAlignTop':_0x57042c(0x1dc),'verticalAlignMiddle':_0x57042c(0x1b4),'verticalAlignBottom':_0x57042c(0x1ad),'columnType':_0x57042c(0x1db),'columnTypeText':'Text','columnTypeNumber':_0x57042c(0x1cb),'columnTypeDate':_0x57042c(0x1a4),'columnTypeCheckbox':_0x57042c(0x1b2),'columnTypeDropdown':_0x57042c(0x1c5),'tableOptions':'Opcions\x20de\x20taula'}};function _0x1161(_0x22e92d,_0x464600){_0x22e92d=_0x22e92d-0x1a3;const _0x1c622b=_0x1c62();let _0x116167=_0x1c622b[_0x22e92d];return _0x116167;}module[_0x57042c(0x1e3)]=e;
@@ -0,0 +1 @@
1
+ const _0x2e12ee=_0x5735;(function(_0x17b763,_0x7c9931){const _0x1a46b6=_0x5735,_0x51a8b6=_0x17b763();while(!![]){try{const _0x3edf1d=-parseInt(_0x1a46b6(0x188))/0x1*(parseInt(_0x1a46b6(0x186))/0x2)+parseInt(_0x1a46b6(0x195))/0x3*(parseInt(_0x1a46b6(0x1af))/0x4)+parseInt(_0x1a46b6(0x176))/0x5+-parseInt(_0x1a46b6(0x1a4))/0x6+-parseInt(_0x1a46b6(0x179))/0x7+parseInt(_0x1a46b6(0x194))/0x8+parseInt(_0x1a46b6(0x19e))/0x9*(parseInt(_0x1a46b6(0x173))/0xa);if(_0x3edf1d===_0x7c9931)break;else _0x51a8b6['push'](_0x51a8b6['shift']());}catch(_0x442eb3){_0x51a8b6['push'](_0x51a8b6['shift']());}}}(_0x31af,0xe98bf));function _0x5735(_0x1e0a3d,_0x44b9e8){_0x1e0a3d=_0x1e0a3d-0x165;const _0x31afe2=_0x31af();let _0x5735d1=_0x31afe2[_0x1e0a3d];return _0x5735d1;}function _0x31af(){const _0x23787a=['Dropdown','5698553Frghja','Rechter\x20Rahmen','Spaltentyp\x20festlegen','Zentriert','exports','Innerer\x20vertikaler\x20Rahmen','Tabellenhintergrundfarbe','Zeile\x20einfügen','{count}\x20Spalten\x20rechts\x20einfügen','Gepunktet','Textinhalt\x20löschen','Füllfarbe','Durchgezogen','238604nTwkvY','Aufsteigend\x20sortieren','11BCQphl','Heading\x203','Benutzerdefinierte\x20Größe','{count}\x20Spalten\x20links\x20einfügen','Linker\x20Rahmen','Titelzeile\x20einfügen','Rechtsbündig','Rahmenbreite','Zahl','Spalte\x20links\x20einfügen','Alle\x20Rahmen','Heading\x201','13018128eyxbZN','27231ahfpeX','Texthintergrundfarbe','Tabelle\x20sortieren','Kein\x20Rahmen','Ordered\x20list','Task\x20list','Verteilen','Rahmen','Zeilen\x20verteilen','45CdGuLN','Heading\x204','Tabelle','Fett','Zeile\x20oberhalb\x20einfügen','Blocksatz','9929448TWyWxE','Einfügen','Zellen\x20verbinden','Rahmenfarbe','Zeile\x20löschen','Absteigend\x20sortieren','Textformat','{count}\x20Zeilen\x20oberhalb\x20einfügen','Zeilen','Datum','Kopfzeile\x20bis\x20zu\x20dieser\x20Zeile\x20fixieren','364JLyvWg','Kontrollkästchen','Durchgestrichen','Oberer\x20Rahmen','Text','Rahmenstil','Spalte\x20löschen','Spalten','Textfarbe','{count}\x20Zeilen\x20löschen','Zurücksetzen','Äußerer\x20Rahmen','Spalte\x20einfügen','Spalte\x20rechts\x20einfügen','Tabelle\x20auswählen','Unten\x20ausrichten','Zeile\x20unterhalb\x20einfügen','2662010eTmSun','Unterer\x20Rahmen','Heading\x205','4768190ucfjak','Linksbündig'];_0x31af=function(){return _0x23787a;};return _0x31af();}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x2e12ee(0x16a)},'fillColor':{'main':_0x2e12ee(0x184)},'textBackgroundColor':{'main':_0x2e12ee(0x196)},'resetColor':_0x2e12ee(0x16c),'bold':_0x2e12ee(0x1a1),'italic':'Kursiv','underline':'Unterstrichen','strikethrough':_0x2e12ee(0x1b1),'alignLeft':_0x2e12ee(0x177),'alignCenter':_0x2e12ee(0x17c),'alignRight':_0x2e12ee(0x18e),'alignJustify':_0x2e12ee(0x1a3),'textStyle':{'tooltip':'Text\x20style','normal':'Normal\x20text','heading1':_0x2e12ee(0x193),'heading2':'Heading\x202','heading3':_0x2e12ee(0x189),'heading4':_0x2e12ee(0x19f),'heading5':_0x2e12ee(0x175),'orderedList':_0x2e12ee(0x199),'unorderedList':'Unordered\x20list','checklist':_0x2e12ee(0x19a)}},'table':{'main':_0x2e12ee(0x1a0),'insert':_0x2e12ee(0x1a5),'delete':'Tabelle\x20löschen'},'insertTable':'Tabelle\x20einfügen','insert':_0x2e12ee(0x1a5),'insertTableSize':'Tabellengröße\x20einfügen','customTableSize':_0x2e12ee(0x18a),'tableRows':_0x2e12ee(0x1ac),'tableColumns':_0x2e12ee(0x169),'insertRowAbove':_0x2e12ee(0x1a2),'insertRowBelow':_0x2e12ee(0x172),'insertRowsAbove':_0x2e12ee(0x1ab),'insertRowsBelow':'{count}\x20Zeilen\x20unterhalb\x20einfügen','insertRow':_0x2e12ee(0x180),'insertColumnLeft':_0x2e12ee(0x191),'insertColumnRight':_0x2e12ee(0x16f),'insertColumnsLeft':_0x2e12ee(0x18b),'insertColumnsRight':_0x2e12ee(0x181),'insertColumn':_0x2e12ee(0x16e),'clearContent':_0x2e12ee(0x183),'delete':'Löschen','deleteRow':_0x2e12ee(0x1a8),'deleteRows':_0x2e12ee(0x16b),'deleteColumn':_0x2e12ee(0x168),'deleteColumns':'{count}\x20Spalten\x20löschen','deleteTable':'Tabelle\x20löschen','mergeCells':_0x2e12ee(0x1a6),'unmergeCells':'Zellen\x20trennen','insertTitleRow':_0x2e12ee(0x18d),'pinHeaderRows':_0x2e12ee(0x1ae),'selectColumn':'Spalte\x20auswählen','selectRow':'Zeile\x20auswählen','selectTable':_0x2e12ee(0x170),'sortTable':_0x2e12ee(0x197),'sortAscending':_0x2e12ee(0x187),'sortDescending':_0x2e12ee(0x1a9),'distribute':_0x2e12ee(0x19b),'distributeRows':_0x2e12ee(0x19d),'distributeColumns':'Spalten\x20verteilen','borders':_0x2e12ee(0x19c),'borderAll':_0x2e12ee(0x192),'borderBottom':_0x2e12ee(0x174),'borderInner':'Innere\x20Rahmen','borderInnerHorizontal':'Innerer\x20horizontaler\x20Rahmen','borderInnerVertical':_0x2e12ee(0x17e),'borderLeft':_0x2e12ee(0x18c),'borderOuter':_0x2e12ee(0x16d),'borderNone':_0x2e12ee(0x198),'borderRight':_0x2e12ee(0x17a),'borderTop':_0x2e12ee(0x165),'tableBackgroundColor':_0x2e12ee(0x17f),'borderColor':_0x2e12ee(0x1a7),'borderWidth':_0x2e12ee(0x18f),'borderStyle':_0x2e12ee(0x167),'borderStyleSolid':_0x2e12ee(0x185),'borderStyleDotted':_0x2e12ee(0x182),'borderStyleDashed':'Gestrichelt','textFormat':_0x2e12ee(0x1aa),'verticalAlignTop':'Oben\x20ausrichten','verticalAlignMiddle':'Vertikal\x20zentrieren','verticalAlignBottom':_0x2e12ee(0x171),'columnType':_0x2e12ee(0x17b),'columnTypeText':_0x2e12ee(0x166),'columnTypeNumber':_0x2e12ee(0x190),'columnTypeDate':_0x2e12ee(0x1ad),'columnTypeCheckbox':_0x2e12ee(0x1b0),'columnTypeDropdown':_0x2e12ee(0x178),'tableOptions':'Tabellenoptionen'}};module[_0x2e12ee(0x17d)]=e;
@@ -1 +1 @@
1
- const _0x5c093f=_0x3734;function _0x516e(){const _0x108f8d=['Dashed','Select\x20row','Insert\x20{count}\x20rows\x20above','Distribute\x20rows','Insert\x20{count}\x20rows\x20below','Insert\x20table\x20size','Table','Right\x20border','Date','Insert\x20{count}\x20columns\x20right','Delete\x20table','Solid','Insert\x20row\x20above','Inner\x20borders','Select\x20column','Left\x20border','2545208aNjPWr','14315670wcfGrY','Sort\x20table','3818448lwXZrn','Outer\x20border','1332510BBzOXT','Border\x20color','9278820CnMzmR','Insert\x20row\x20below','Dotted','Inner\x20vertical\x20border','696cWkftO','Reset','39CspOBY','Distribute\x20columns','Insert\x20table','Pin\x20header\x20up\x20to\x20this\x20row','Border\x20width','No\x20border','Border\x20style','Delete\x20row','Delete\x20{count}\x20rows','Insert\x20{count}\x20columns\x20left','Delete\x20{count}\x20columns','Text','Bottom\x20border','Text\x20background\x20color','Insert','319892DUWAgh','Unmerge\x20cells','Delete','Table\x20options','Columns','Rows','exports','Dropdown','42987MWKMRw','Insert\x20column\x20left','Custom\x20size','Top\x20border','5gusguH'];_0x516e=function(){return _0x108f8d;};return _0x516e();}(function(_0xea328b,_0x173349){const _0x1a743b=_0x3734,_0x4a864a=_0xea328b();while(!![]){try{const _0x3295cb=-parseInt(_0x1a743b(0x1a2))/0x1+-parseInt(_0x1a743b(0x19d))/0x2+-parseInt(_0x1a743b(0x1aa))/0x3*(-parseInt(_0x1a743b(0x1b9))/0x4)+-parseInt(_0x1a743b(0x1c5))/0x5*(parseInt(_0x1a743b(0x1a0))/0x6)+parseInt(_0x1a743b(0x1c1))/0x7*(parseInt(_0x1a743b(0x1a8))/0x8)+parseInt(_0x1a743b(0x1a4))/0x9+parseInt(_0x1a743b(0x19e))/0xa;if(_0x3295cb===_0x173349)break;else _0x4a864a['push'](_0x4a864a['shift']());}catch(_0xf66b54){_0x4a864a['push'](_0x4a864a['shift']());}}}(_0x516e,0xc213d));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x5c093f(0x1b7)},'resetColor':_0x5c093f(0x1a9)},'table':{'main':_0x5c093f(0x193),'insert':_0x5c093f(0x1b8),'delete':'Table\x20delete'},'insertTable':_0x5c093f(0x1ac),'insert':'Insert','insertTableSize':_0x5c093f(0x192),'customTableSize':_0x5c093f(0x1c3),'tableRows':_0x5c093f(0x1be),'tableColumns':_0x5c093f(0x1bd),'insertRowAbove':_0x5c093f(0x199),'insertRowBelow':_0x5c093f(0x1a5),'insertRowsAbove':_0x5c093f(0x18f),'insertRowsBelow':_0x5c093f(0x191),'insertColumnLeft':_0x5c093f(0x1c2),'insertColumnRight':'Insert\x20column\x20right','insertColumnsLeft':_0x5c093f(0x1b3),'insertColumnsRight':_0x5c093f(0x196),'delete':_0x5c093f(0x1bb),'deleteRow':_0x5c093f(0x1b1),'deleteRows':_0x5c093f(0x1b2),'deleteColumn':'Delete\x20column','deleteColumns':_0x5c093f(0x1b4),'deleteTable':_0x5c093f(0x197),'mergeCells':'Merge\x20cells','unmergeCells':_0x5c093f(0x1ba),'insertTitleRow':'Insert\x20title\x20row','pinHeaderRows':_0x5c093f(0x1ad),'selectColumn':_0x5c093f(0x19b),'selectRow':_0x5c093f(0x1c7),'selectTable':'Select\x20table','sortTable':_0x5c093f(0x19f),'sortAscending':'Sort\x20ascending','sortDescending':'Sort\x20descending','distribute':'Distribute','distributeRows':_0x5c093f(0x190),'distributeColumns':_0x5c093f(0x1ab),'borders':'Borders','borderAll':'All\x20borders','borderBottom':_0x5c093f(0x1b6),'borderInner':_0x5c093f(0x19a),'borderInnerHorizontal':'Inner\x20horizontal\x20border','borderInnerVertical':_0x5c093f(0x1a7),'borderLeft':_0x5c093f(0x19c),'borderOuter':_0x5c093f(0x1a1),'borderNone':_0x5c093f(0x1af),'borderRight':_0x5c093f(0x194),'borderTop':_0x5c093f(0x1c4),'tableBackgroundColor':'Table\x20background\x20color','borderColor':_0x5c093f(0x1a3),'borderWidth':_0x5c093f(0x1ae),'borderStyle':_0x5c093f(0x1b0),'borderStyleSolid':_0x5c093f(0x198),'borderStyleDotted':_0x5c093f(0x1a6),'borderStyleDashed':_0x5c093f(0x1c6),'columnType':'Set\x20column\x20type','columnTypeText':_0x5c093f(0x1b5),'columnTypeNumber':'Number','columnTypeDate':_0x5c093f(0x195),'columnTypeCheckbox':'Checkbox','columnTypeDropdown':_0x5c093f(0x1c0),'tableOptions':_0x5c093f(0x1bc)}};function _0x3734(_0x36baa3,_0x4076f0){_0x36baa3=_0x36baa3-0x18f;const _0x516e90=_0x516e();let _0x3734e9=_0x516e90[_0x36baa3];return _0x3734e9;}module[_0x5c093f(0x1bf)]=e;
1
+ const _0x505714=_0x49b5;(function(_0x5cb4ce,_0x503d75){const _0x22e3c1=_0x49b5,_0x45645a=_0x5cb4ce();while(!![]){try{const _0x12fba2=parseInt(_0x22e3c1(0xf5))/0x1*(parseInt(_0x22e3c1(0xb3))/0x2)+-parseInt(_0x22e3c1(0xcc))/0x3+parseInt(_0x22e3c1(0xe9))/0x4+parseInt(_0x22e3c1(0xb0))/0x5*(-parseInt(_0x22e3c1(0xd7))/0x6)+parseInt(_0x22e3c1(0xe1))/0x7+-parseInt(_0x22e3c1(0xba))/0x8*(parseInt(_0x22e3c1(0xf7))/0x9)+-parseInt(_0x22e3c1(0xc1))/0xa;if(_0x12fba2===_0x503d75)break;else _0x45645a['push'](_0x45645a['shift']());}catch(_0x643773){_0x45645a['push'](_0x45645a['shift']());}}}(_0xbec1,0x6b2f7));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x505714(0xde)},'fillColor':{'main':_0x505714(0xdc)},'textBackgroundColor':{'main':'Text\x20background\x20color'},'resetColor':_0x505714(0xd0),'bold':_0x505714(0xe6),'italic':_0x505714(0xe0),'underline':_0x505714(0xea),'strikethrough':_0x505714(0xce),'alignLeft':_0x505714(0xb8),'alignCenter':_0x505714(0xbf),'alignRight':_0x505714(0xf1),'alignJustify':_0x505714(0xad),'textStyle':{'tooltip':_0x505714(0xe8),'normal':_0x505714(0xbc),'heading1':_0x505714(0xec),'heading2':_0x505714(0xdf),'heading3':_0x505714(0xf4),'heading4':_0x505714(0xc9),'heading5':_0x505714(0xaa),'orderedList':_0x505714(0xd9),'unorderedList':_0x505714(0xbb),'checklist':_0x505714(0xd5)}},'table':{'main':_0x505714(0xe5),'insert':_0x505714(0xc8),'delete':_0x505714(0xd1)},'insertTable':_0x505714(0xca),'insert':'Insert','insertTableSize':_0x505714(0xe4),'customTableSize':_0x505714(0xaf),'tableRows':'Rows','tableColumns':_0x505714(0xf6),'insertRowAbove':_0x505714(0xf3),'insertRowBelow':_0x505714(0xe7),'insertRowsAbove':_0x505714(0xc7),'insertRowsBelow':_0x505714(0xda),'insertRow':'Insert\x20row','insertColumnLeft':_0x505714(0xee),'insertColumnRight':'Insert\x20column\x20right','insertColumnsLeft':_0x505714(0xb1),'insertColumnsRight':'Insert\x20{count}\x20columns\x20right','insertColumn':'Insert\x20column','clearContent':_0x505714(0xf9),'delete':_0x505714(0xf0),'deleteRow':_0x505714(0xd2),'deleteRows':_0x505714(0xdb),'deleteColumn':_0x505714(0xe3),'deleteColumns':_0x505714(0xc0),'deleteTable':_0x505714(0xe2),'mergeCells':_0x505714(0xf2),'unmergeCells':_0x505714(0xb2),'insertTitleRow':_0x505714(0xcd),'pinHeaderRows':_0x505714(0xc3),'selectColumn':_0x505714(0xd8),'selectRow':_0x505714(0xb6),'selectTable':_0x505714(0xab),'sortTable':_0x505714(0xd4),'sortAscending':'Sort\x20ascending','sortDescending':'Sort\x20descending','distribute':_0x505714(0xae),'distributeRows':'Distribute\x20rows','distributeColumns':_0x505714(0xc2),'borders':_0x505714(0xbe),'borderAll':'All\x20borders','borderBottom':_0x505714(0xc6),'borderInner':_0x505714(0xc5),'borderInnerHorizontal':'Inner\x20horizontal\x20border','borderInnerVertical':'Inner\x20vertical\x20border','borderLeft':_0x505714(0xb5),'borderOuter':_0x505714(0xcb),'borderNone':_0x505714(0xc4),'borderRight':'Right\x20border','borderTop':_0x505714(0xed),'tableBackgroundColor':_0x505714(0xb9),'borderColor':_0x505714(0xdd),'borderWidth':_0x505714(0xcf),'borderStyle':_0x505714(0xd6),'borderStyleSolid':_0x505714(0xd3),'borderStyleDotted':'Dotted','borderStyleDashed':'Dashed','textFormat':_0x505714(0xb7),'verticalAlignTop':'Align\x20top','verticalAlignMiddle':_0x505714(0xbd),'verticalAlignBottom':_0x505714(0xac),'columnType':'Set\x20column\x20type','columnTypeText':_0x505714(0xf8),'columnTypeNumber':_0x505714(0xb4),'columnTypeDate':'Date','columnTypeCheckbox':'Checkbox','columnTypeDropdown':_0x505714(0xef),'tableOptions':_0x505714(0xeb)}};function _0x49b5(_0x418b3f,_0x2d6049){_0x418b3f=_0x418b3f-0xaa;const _0xbec1b=_0xbec1();let _0x49b5f2=_0xbec1b[_0x418b3f];return _0x49b5f2;}module['exports']=e;function _0xbec1(){const _0x7b33bc=['Border\x20style','30QoxJJQ','Select\x20column','Ordered\x20list','Insert\x20{count}\x20rows\x20below','Delete\x20{count}\x20rows','Fill\x20color','Border\x20color','Text\x20color','Heading\x202','Italic','1537046WHCVsS','Delete\x20table','Delete\x20column','Insert\x20table\x20size','Table','Bold','Insert\x20row\x20below','Text\x20style','2788004pMpVzg','Underline','Table\x20options','Heading\x201','Top\x20border','Insert\x20column\x20left','Dropdown','Delete','Align\x20Right','Merge\x20cells','Insert\x20row\x20above','Heading\x203','181316QaZdoS','Columns','372483IajEbR','Text','Clear\x20text\x20content','Heading\x205','Select\x20table','Align\x20bottom','Justify','Distribute','Custom\x20size','619755eoQmsB','Insert\x20{count}\x20columns\x20left','Unmerge\x20cells','4JBMFPs','Number','Left\x20border','Select\x20row','Text\x20format','Align\x20Left','Table\x20background\x20color','8lSCQVH','Unordered\x20list','Normal\x20text','Align\x20middle','Borders','Align\x20Center','Delete\x20{count}\x20columns','684830wtfGPZ','Distribute\x20columns','Pin\x20header\x20up\x20to\x20this\x20row','No\x20border','Inner\x20borders','Bottom\x20border','Insert\x20{count}\x20rows\x20above','Insert','Heading\x204','Insert\x20table','Outer\x20border','331665IsxmGZ','Insert\x20title\x20row','Strikethrough','Border\x20width','Reset','Table\x20delete','Delete\x20row','Solid','Sort\x20table','Task\x20list'];_0xbec1=function(){return _0x7b33bc;};return _0xbec1();}
@@ -1 +1 @@
1
- const _0x4daf75=_0x1e92;(function(_0x2b1b8b,_0x206543){const _0x26ff41=_0x1e92,_0x3e5aec=_0x2b1b8b();while(!![]){try{const _0x185093=parseInt(_0x26ff41(0x1e0))/0x1*(-parseInt(_0x26ff41(0x1ab))/0x2)+-parseInt(_0x26ff41(0x1b5))/0x3*(-parseInt(_0x26ff41(0x1de))/0x4)+parseInt(_0x26ff41(0x1ba))/0x5+-parseInt(_0x26ff41(0x1db))/0x6+parseInt(_0x26ff41(0x1b2))/0x7+parseInt(_0x26ff41(0x1aa))/0x8+parseInt(_0x26ff41(0x1a5))/0x9;if(_0x185093===_0x206543)break;else _0x3e5aec['push'](_0x3e5aec['shift']());}catch(_0x2e667e){_0x3e5aec['push'](_0x3e5aec['shift']());}}}(_0x295c,0x53ce5));function _0x295c(){const _0x4e308f=['326130NAVtLi','Color\x20del\x20borde','Insertar\x20columna\x20a\x20la\x20derecha','600960ojHyYe','Desplegable','Discontinuo','Eliminar\x20tabla','Insertar\x20columna\x20a\x20la\x20izquierda','251790kBzvIq','Opciones\x20de\x20tabla','Tamaño\x20personalizado','Insertar\x20fila\x20abajo','Número','Borde\x20superior','Eliminar\x20{count}\x20filas','Eliminar','Color\x20de\x20fondo\x20del\x20texto','Todos\x20los\x20bordes','Borde\x20horizontal\x20interior','Orden\x20descendente','Color\x20de\x20fondo\x20de\x20la\x20tabla','exports','Seleccionar\x20columna','Eliminar\x20fila','Sólido','Eliminar\x20{count}\x20columnas','Insertar\x20fila\x20arriba','Establecer\x20tipo\x20de\x20columna','Distribuir\x20columnas','Insertar\x20fila\x20de\x20título','Filas','Borde\x20exterior','Insertar\x20{count}\x20columnas\x20a\x20la\x20derecha','Eliminar\x20columna','Separar\x20celdas','Seleccionar\x20tabla','Bordes','Insertar\x20tamaño\x20de\x20tabla','Borde\x20derecho','Columnas','Texto','860370eqGKks','Distribuir','Combinar\x20celdas','4EuLfJe','Insertar\x20{count}\x20columnas\x20a\x20la\x20izquierda','145566XEKQEv','Distribuir\x20filas','4410738FDBgXK','Insertar\x20{count}\x20filas\x20arriba','Borde\x20vertical\x20interior','Seleccionar\x20fila','Bordes\x20interiores','1088096MpLpYo','6AjopsX','Sin\x20bordes','Insertar','Grosor\x20del\x20borde','Borde\x20izquierdo','Tabla','Borde\x20inferior'];_0x295c=function(){return _0x4e308f;};return _0x295c();}function _0x1e92(_0x3aed17,_0x218888){_0x3aed17=_0x3aed17-0x1a5;const _0x295c6b=_0x295c();let _0x1e92dd=_0x295c6b[_0x3aed17];return _0x1e92dd;}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x4daf75(0x1c2)},'resetColor':'Restablecer'},'table':{'main':_0x4daf75(0x1b0),'insert':_0x4daf75(0x1ad),'delete':_0x4daf75(0x1b8)},'insertTable':'Insertar\x20tabla','insert':_0x4daf75(0x1ad),'insertTableSize':_0x4daf75(0x1d7),'customTableSize':_0x4daf75(0x1bc),'tableRows':_0x4daf75(0x1d0),'tableColumns':_0x4daf75(0x1d9),'insertRowAbove':_0x4daf75(0x1cc),'insertRowBelow':_0x4daf75(0x1bd),'insertRowsAbove':_0x4daf75(0x1a6),'insertRowsBelow':'Insertar\x20{count}\x20filas\x20abajo','insertColumnLeft':_0x4daf75(0x1b9),'insertColumnRight':_0x4daf75(0x1b4),'insertColumnsLeft':_0x4daf75(0x1df),'insertColumnsRight':_0x4daf75(0x1d2),'delete':_0x4daf75(0x1c1),'deleteRow':_0x4daf75(0x1c9),'deleteRows':_0x4daf75(0x1c0),'deleteColumn':_0x4daf75(0x1d3),'deleteColumns':_0x4daf75(0x1cb),'deleteTable':_0x4daf75(0x1b8),'mergeCells':_0x4daf75(0x1dd),'unmergeCells':_0x4daf75(0x1d4),'insertTitleRow':_0x4daf75(0x1cf),'pinHeaderRows':'Fijar\x20encabezado\x20hasta\x20esta\x20fila','selectColumn':_0x4daf75(0x1c8),'selectRow':_0x4daf75(0x1a8),'selectTable':_0x4daf75(0x1d5),'sortTable':'Ordenar\x20tabla','sortAscending':'Orden\x20ascendente','sortDescending':_0x4daf75(0x1c5),'distribute':_0x4daf75(0x1dc),'distributeRows':_0x4daf75(0x1e1),'distributeColumns':_0x4daf75(0x1ce),'borders':_0x4daf75(0x1d6),'borderAll':_0x4daf75(0x1c3),'borderBottom':_0x4daf75(0x1b1),'borderInner':_0x4daf75(0x1a9),'borderInnerHorizontal':_0x4daf75(0x1c4),'borderInnerVertical':_0x4daf75(0x1a7),'borderLeft':_0x4daf75(0x1af),'borderOuter':_0x4daf75(0x1d1),'borderNone':_0x4daf75(0x1ac),'borderRight':_0x4daf75(0x1d8),'borderTop':_0x4daf75(0x1bf),'tableBackgroundColor':_0x4daf75(0x1c6),'borderColor':_0x4daf75(0x1b3),'borderWidth':_0x4daf75(0x1ae),'borderStyle':'Estilo\x20del\x20borde','borderStyleSolid':_0x4daf75(0x1ca),'borderStyleDotted':'Punteado','borderStyleDashed':_0x4daf75(0x1b7),'columnType':_0x4daf75(0x1cd),'columnTypeText':_0x4daf75(0x1da),'columnTypeNumber':_0x4daf75(0x1be),'columnTypeDate':'Fecha','columnTypeCheckbox':'Casilla','columnTypeDropdown':_0x4daf75(0x1b6),'tableOptions':_0x4daf75(0x1bb)}};module[_0x4daf75(0x1c7)]=e;
1
+ const _0x42d4f6=_0x8929;function _0x8929(_0x4353c4,_0x18e4c9){_0x4353c4=_0x4353c4-0x1c2;const _0x465a99=_0x465a();let _0x8929ba=_0x465a99[_0x4353c4];return _0x8929ba;}function _0x465a(){const _0x2244f2=['Insertar\x20fila\x20arriba','Eliminar\x20fila','Seleccionar\x20columna','Casilla','Insertar\x20tamaño\x20de\x20tabla','Tabla','Heading\x202','Insertar\x20fila\x20abajo','83225khutGQ','37083KhgWzO','Cursiva','Text\x20style','Insertar\x20columna','Eliminar','Borde\x20izquierdo','Alinear\x20al\x20medio','2266300jHFuqw','Unordered\x20list','exports','Alinear\x20a\x20la\x20derecha','7nYrlqI','Color\x20de\x20fondo\x20de\x20la\x20tabla','Color\x20del\x20borde','Borde\x20superior','Sin\x20bordes','Negrita','Insertar\x20{count}\x20filas\x20arriba','Justificar','Borde\x20inferior','Eliminar\x20tabla','Insertar\x20fila\x20de\x20título','Filas','Establecer\x20tipo\x20de\x20columna','Eliminar\x20{count}\x20columnas','Color\x20de\x20relleno','Insertar','Distribuir','Estilo\x20del\x20borde','Heading\x204','Borde\x20vertical\x20interior','Bordes','Bordes\x20interiores','Alinear\x20abajo','Task\x20list','Separar\x20celdas','Insertar\x20fila','186AfhtyI','Seleccionar\x20tabla','Todos\x20los\x20bordes','4269555vpkROS','Insertar\x20tabla','Fijar\x20encabezado\x20hasta\x20esta\x20fila','433520BnMHYw','Ordered\x20list','Tachado','68iWRHkN','Borde\x20derecho','Borde\x20horizontal\x20interior','Restablecer','Fecha','Orden\x20ascendente','Punteado','Grosor\x20del\x20borde','Tamaño\x20personalizado','Eliminar\x20columna','Eliminar\x20{count}\x20filas','Orden\x20descendente','Distribuir\x20columnas','Insertar\x20columna\x20a\x20la\x20izquierda','1647144jpQPvX','5006312KMEXTT','Heading\x203','Alinear\x20a\x20la\x20izquierda','Alinear\x20arriba','Distribuir\x20filas','Desplegable','Color\x20del\x20texto','Insertar\x20{count}\x20columnas\x20a\x20la\x20derecha','Opciones\x20de\x20tabla'];_0x465a=function(){return _0x2244f2;};return _0x465a();}(function(_0x13f2e6,_0x27a411){const _0x3a83fb=_0x8929,_0x4971ae=_0x13f2e6();while(!![]){try{const _0xaa61a8=-parseInt(_0x3a83fb(0x1e1))/0x1+-parseInt(_0x3a83fb(0x1e4))/0x2*(-parseInt(_0x3a83fb(0x205))/0x3)+-parseInt(_0x3a83fb(0x1f2))/0x4+parseInt(_0x3a83fb(0x204))/0x5*(-parseInt(_0x3a83fb(0x1db))/0x6)+parseInt(_0x3a83fb(0x210))/0x7*(parseInt(_0x3a83fb(0x1f3))/0x8)+parseInt(_0x3a83fb(0x1de))/0x9+parseInt(_0x3a83fb(0x20c))/0xa;if(_0xaa61a8===_0x27a411)break;else _0x4971ae['push'](_0x4971ae['shift']());}catch(_0x467e92){_0x4971ae['push'](_0x4971ae['shift']());}}}(_0x465a,0x5e2fb));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x42d4f6(0x1f9)},'fillColor':{'main':_0x42d4f6(0x1cf)},'textBackgroundColor':{'main':'Color\x20de\x20fondo\x20del\x20texto'},'resetColor':_0x42d4f6(0x1e7),'bold':_0x42d4f6(0x1c6),'italic':_0x42d4f6(0x206),'underline':'Subrayado','strikethrough':_0x42d4f6(0x1e3),'alignLeft':_0x42d4f6(0x1f5),'alignCenter':'Centrar','alignRight':_0x42d4f6(0x20f),'alignJustify':_0x42d4f6(0x1c8),'textStyle':{'tooltip':_0x42d4f6(0x207),'normal':'Normal\x20text','heading1':'Heading\x201','heading2':_0x42d4f6(0x202),'heading3':_0x42d4f6(0x1f4),'heading4':_0x42d4f6(0x1d3),'heading5':'Heading\x205','orderedList':_0x42d4f6(0x1e2),'unorderedList':_0x42d4f6(0x20d),'checklist':_0x42d4f6(0x1d8)}},'table':{'main':_0x42d4f6(0x201),'insert':'Insertar','delete':_0x42d4f6(0x1ca)},'insertTable':_0x42d4f6(0x1df),'insert':_0x42d4f6(0x1d0),'insertTableSize':_0x42d4f6(0x200),'customTableSize':_0x42d4f6(0x1ec),'tableRows':_0x42d4f6(0x1cc),'tableColumns':'Columnas','insertRowAbove':_0x42d4f6(0x1fc),'insertRowBelow':_0x42d4f6(0x203),'insertRowsAbove':_0x42d4f6(0x1c7),'insertRowsBelow':'Insertar\x20{count}\x20filas\x20abajo','insertRow':_0x42d4f6(0x1da),'insertColumnLeft':_0x42d4f6(0x1f1),'insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','insertColumnsLeft':'Insertar\x20{count}\x20columnas\x20a\x20la\x20izquierda','insertColumnsRight':_0x42d4f6(0x1fa),'insertColumn':_0x42d4f6(0x208),'clearContent':'Borrar\x20contenido\x20de\x20texto','delete':_0x42d4f6(0x209),'deleteRow':_0x42d4f6(0x1fd),'deleteRows':_0x42d4f6(0x1ee),'deleteColumn':_0x42d4f6(0x1ed),'deleteColumns':_0x42d4f6(0x1ce),'deleteTable':_0x42d4f6(0x1ca),'mergeCells':'Combinar\x20celdas','unmergeCells':_0x42d4f6(0x1d9),'insertTitleRow':_0x42d4f6(0x1cb),'pinHeaderRows':_0x42d4f6(0x1e0),'selectColumn':_0x42d4f6(0x1fe),'selectRow':'Seleccionar\x20fila','selectTable':_0x42d4f6(0x1dc),'sortTable':'Ordenar\x20tabla','sortAscending':_0x42d4f6(0x1e9),'sortDescending':_0x42d4f6(0x1ef),'distribute':_0x42d4f6(0x1d1),'distributeRows':_0x42d4f6(0x1f7),'distributeColumns':_0x42d4f6(0x1f0),'borders':_0x42d4f6(0x1d5),'borderAll':_0x42d4f6(0x1dd),'borderBottom':_0x42d4f6(0x1c9),'borderInner':_0x42d4f6(0x1d6),'borderInnerHorizontal':_0x42d4f6(0x1e6),'borderInnerVertical':_0x42d4f6(0x1d4),'borderLeft':_0x42d4f6(0x20a),'borderOuter':'Borde\x20exterior','borderNone':_0x42d4f6(0x1c5),'borderRight':_0x42d4f6(0x1e5),'borderTop':_0x42d4f6(0x1c4),'tableBackgroundColor':_0x42d4f6(0x1c2),'borderColor':_0x42d4f6(0x1c3),'borderWidth':_0x42d4f6(0x1eb),'borderStyle':_0x42d4f6(0x1d2),'borderStyleSolid':'Sólido','borderStyleDotted':_0x42d4f6(0x1ea),'borderStyleDashed':'Discontinuo','textFormat':'Formato\x20de\x20texto','verticalAlignTop':_0x42d4f6(0x1f6),'verticalAlignMiddle':_0x42d4f6(0x20b),'verticalAlignBottom':_0x42d4f6(0x1d7),'columnType':_0x42d4f6(0x1cd),'columnTypeText':'Texto','columnTypeNumber':'Número','columnTypeDate':_0x42d4f6(0x1e8),'columnTypeCheckbox':_0x42d4f6(0x1ff),'columnTypeDropdown':_0x42d4f6(0x1f8),'tableOptions':_0x42d4f6(0x1fb)}};module[_0x42d4f6(0x20e)]=e;
@@ -1 +1 @@
1
- function _0x5823(_0x14dfff,_0x3d050a){_0x14dfff=_0x14dfff-0x1e5;const _0x3351c7=_0x3351();let _0x58232c=_0x3351c7[_0x14dfff];return _0x58232c;}const _0x2fe8c3=_0x5823;(function(_0x3b38c6,_0x25ed23){const _0x40fe95=_0x5823,_0x42c698=_0x3b38c6();while(!![]){try{const _0x512c93=-parseInt(_0x40fe95(0x1eb))/0x1+-parseInt(_0x40fe95(0x1ec))/0x2*(-parseInt(_0x40fe95(0x201))/0x3)+-parseInt(_0x40fe95(0x20a))/0x4*(parseInt(_0x40fe95(0x1e6))/0x5)+parseInt(_0x40fe95(0x21f))/0x6*(-parseInt(_0x40fe95(0x1e7))/0x7)+parseInt(_0x40fe95(0x1ef))/0x8*(parseInt(_0x40fe95(0x1ee))/0x9)+-parseInt(_0x40fe95(0x20b))/0xa*(-parseInt(_0x40fe95(0x1fa))/0xb)+parseInt(_0x40fe95(0x1e8))/0xc*(parseInt(_0x40fe95(0x1f4))/0xd);if(_0x512c93===_0x25ed23)break;else _0x42c698['push'](_0x42c698['shift']());}catch(_0x51dba4){_0x42c698['push'](_0x42c698['shift']());}}}(_0x3351,0x2b1fe));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x2fe8c3(0x210)},'resetColor':_0x2fe8c3(0x205)},'table':{'main':_0x2fe8c3(0x1ff),'insert':'درج','delete':'حذف\x20جدول'},'insertTable':_0x2fe8c3(0x1f0),'insert':_0x2fe8c3(0x213),'insertTableSize':_0x2fe8c3(0x20c),'customTableSize':'اندازه\x20سفارشی','tableRows':_0x2fe8c3(0x1fe),'tableColumns':_0x2fe8c3(0x1f8),'insertRowAbove':_0x2fe8c3(0x21c),'insertRowBelow':_0x2fe8c3(0x21a),'insertRowsAbove':_0x2fe8c3(0x218),'insertRowsBelow':_0x2fe8c3(0x20e),'insertColumnLeft':_0x2fe8c3(0x215),'insertColumnRight':'درج\x20ستون\x20در\x20راست','insertColumnsLeft':_0x2fe8c3(0x206),'insertColumnsRight':_0x2fe8c3(0x203),'delete':_0x2fe8c3(0x21e),'deleteRow':_0x2fe8c3(0x20d),'deleteRows':_0x2fe8c3(0x1ed),'deleteColumn':'حذف\x20ستون','deleteColumns':_0x2fe8c3(0x220),'deleteTable':'حذف\x20جدول','mergeCells':'ادغام\x20سلول‌ها','unmergeCells':_0x2fe8c3(0x200),'insertTitleRow':_0x2fe8c3(0x1f9),'pinHeaderRows':_0x2fe8c3(0x212),'selectColumn':_0x2fe8c3(0x204),'selectRow':_0x2fe8c3(0x1fd),'selectTable':_0x2fe8c3(0x208),'sortTable':_0x2fe8c3(0x1f1),'sortAscending':_0x2fe8c3(0x1f7),'sortDescending':_0x2fe8c3(0x1f5),'distribute':_0x2fe8c3(0x209),'distributeRows':'توزیع\x20ردیف‌ها','distributeColumns':_0x2fe8c3(0x217),'borders':'حاشیه‌ها','borderAll':_0x2fe8c3(0x1f3),'borderBottom':_0x2fe8c3(0x202),'borderInner':_0x2fe8c3(0x1f6),'borderInnerHorizontal':_0x2fe8c3(0x1fb),'borderInnerVertical':'حاشیه\x20عمودی\x20داخلی','borderLeft':'حاشیه\x20چپ','borderOuter':_0x2fe8c3(0x21b),'borderNone':_0x2fe8c3(0x216),'borderRight':'حاشیه\x20راست','borderTop':'حاشیه\x20بالا','tableBackgroundColor':_0x2fe8c3(0x1f2),'borderColor':'رنگ\x20حاشیه','borderWidth':_0x2fe8c3(0x1e9),'borderStyle':_0x2fe8c3(0x211),'borderStyleSolid':'پیوسته','borderStyleDotted':_0x2fe8c3(0x1fc),'borderStyleDashed':_0x2fe8c3(0x207),'columnType':_0x2fe8c3(0x1e5),'columnTypeText':'متن','columnTypeNumber':_0x2fe8c3(0x1ea),'columnTypeDate':_0x2fe8c3(0x21d),'columnTypeCheckbox':_0x2fe8c3(0x20f),'columnTypeDropdown':_0x2fe8c3(0x219),'tableOptions':'گزینه‌های\x20جدول'}};function _0x3351(){const _0x183a0a=['خط‌چین','انتخاب\x20جدول','توزیع','29244GiwVPp','20nDLBqx','اندازه\x20جدول\x20برای\x20درج','حذف\x20ردیف','درج\x20{count}\x20ردیف\x20در\x20پایین','چک‌باکس','رنگ\x20پس‌زمینه\x20متن','سبک\x20حاشیه','سنجاق\x20کردن\x20سرستون\x20تا\x20این\x20ردیف','درج','exports','درج\x20ستون\x20در\x20چپ','بدون\x20حاشیه','توزیع\x20ستون‌ها','درج\x20{count}\x20ردیف\x20در\x20بالا','فهرست\x20کشویی','درج\x20ردیف\x20در\x20پایین','حاشیه\x20بیرونی','درج\x20ردیف\x20در\x20بالا','تاریخ','حذف','1485804nammLv','حذف\x20{count}\x20ستون','تنظیم\x20نوع\x20ستون','55tcimQt','7SwfkPa','84iVWSjr','ضخامت\x20حاشیه','عدد','94291XYNGTJ','52pwUErs','حذف\x20{count}\x20ردیف','7074bcZtXN','744GaRRsx','درج\x20جدول','مرتب‌سازی\x20جدول','رنگ\x20پس‌زمینه\x20جدول','همه\x20حاشیه‌ها','673348WvmiwL','مرتب‌سازی\x20نزولی','حاشیه‌های\x20داخلی','مرتب‌سازی\x20صعودی','ستون‌ها','درج\x20ردیف\x20عنوان','690448iygUYa','حاشیه\x20افقی\x20داخلی','نقطه‌چین','انتخاب\x20ردیف','ردیف‌ها','جدول','لغو\x20ادغام\x20سلول‌ها','4359owkNbk','حاشیه\x20پایین','درج\x20{count}\x20ستون\x20در\x20راست','انتخاب\x20ستون','بازنشانی','درج\x20{count}\x20ستون\x20در\x20چپ'];_0x3351=function(){return _0x183a0a;};return _0x3351();}module[_0x2fe8c3(0x214)]=e;
1
+ const _0x4750ea=_0x11ed;function _0x2993(){const _0x11a014=['مرتب‌سازی\x20صعودی','Heading\x203','1703776dAcnDh','تراز\x20وسط','توزیع','ضخامت\x20حاشیه','ایتالیک','توجیه','درج\x20ردیف\x20در\x20پایین','عدد','فهرست\x20کشویی','5IKyyOP','متن','Heading\x204','حاشیه\x20پایین','18SNzZxx','291018Disvfs','درج\x20{count}\x20ردیف\x20در\x20پایین','46qijqyW','مرتب‌سازی\x20جدول','درج\x20ستون','پیوسته','درج\x20ردیف\x20در\x20بالا','درج\x20{count}\x20ستون\x20در\x20چپ','توزیع\x20ستون‌ها','درج\x20ستون\x20در\x20راست','انتخاب\x20ستون','ادغام\x20سلول‌ها','بدون\x20حاشیه','حذف\x20ستون','Heading\x202','54724TIGIzP','قالب\x20متن','حذف\x20جدول','سنجاق\x20کردن\x20سرستون\x20تا\x20این\x20ردیف','انتخاب\x20جدول','2473684wNitTs','حاشیه\x20افقی\x20داخلی','حاشیه‌ها','مرتب‌سازی\x20نزولی','رنگ\x20پس‌زمینه\x20متن','خط‌دار','خط‌کشی','گزینه‌های\x20جدول','جدول','درج\x20سطر','78accOkl','بازنشانی','درج\x20جدول','تراز\x20چپ','درج','نقطه‌چین','2474480kFaaZK','درج\x20{count}\x20ستون\x20در\x20راست','Unordered\x20list','پررنگ','حذف\x20ردیف','سبک\x20حاشیه','exports','رنگ\x20حاشیه','تراز\x20بالا','حذف\x20{count}\x20ستون','حاشیه\x20عمودی\x20داخلی','3115551vCItJB','حاشیه\x20بالا','حذف\x20{count}\x20ردیف','پاک\x20کردن\x20محتوای\x20متن','رنگ\x20متن','Heading\x205','626153WglqAF','تاریخ','Heading\x201','لغو\x20ادغام\x20سلول‌ها','توزیع\x20ردیف‌ها','اندازه\x20سفارشی','تنظیم\x20نوع\x20ستون','Normal\x20text','96KvFbfC'];_0x2993=function(){return _0x11a014;};return _0x2993();}(function(_0x976976,_0x233094){const _0x37403a=_0x11ed,_0x245ec6=_0x976976();while(!![]){try{const _0x4e516e=-parseInt(_0x37403a(0x1e1))/0x1*(-parseInt(_0x37403a(0x1d4))/0x2)+parseInt(_0x37403a(0x201))/0x3+parseInt(_0x37403a(0x1e6))/0x4*(-parseInt(_0x37403a(0x1cd))/0x5)+parseInt(_0x37403a(0x1f0))/0x6*(-parseInt(_0x37403a(0x1d2))/0x7)+parseInt(_0x37403a(0x212))/0x8*(-parseInt(_0x37403a(0x1d1))/0x9)+-parseInt(_0x37403a(0x1f6))/0xa+parseInt(_0x37403a(0x207))/0xb*(parseInt(_0x37403a(0x20f))/0xc);if(_0x4e516e===_0x233094)break;else _0x245ec6['push'](_0x245ec6['shift']());}catch(_0x2ddca5){_0x245ec6['push'](_0x245ec6['shift']());}}}(_0x2993,0xe0ad6));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x4750ea(0x205)},'fillColor':{'main':'رنگ\x20پر\x20کردن'},'textBackgroundColor':{'main':_0x4750ea(0x1ea)},'resetColor':_0x4750ea(0x1f1),'bold':_0x4750ea(0x1f9),'italic':_0x4750ea(0x1c8),'underline':_0x4750ea(0x1ec),'strikethrough':_0x4750ea(0x1eb),'alignLeft':_0x4750ea(0x1f3),'alignCenter':_0x4750ea(0x1c5),'alignRight':'تراز\x20راست','alignJustify':_0x4750ea(0x1c9),'textStyle':{'tooltip':'Text\x20style','normal':_0x4750ea(0x20e),'heading1':_0x4750ea(0x209),'heading2':_0x4750ea(0x1e0),'heading3':_0x4750ea(0x211),'heading4':_0x4750ea(0x1cf),'heading5':_0x4750ea(0x206),'orderedList':'Ordered\x20list','unorderedList':_0x4750ea(0x1f8),'checklist':'Task\x20list'}},'table':{'main':_0x4750ea(0x1ee),'insert':'درج','delete':_0x4750ea(0x1e3)},'insertTable':_0x4750ea(0x1f2),'insert':_0x4750ea(0x1f4),'insertTableSize':'اندازه\x20جدول\x20برای\x20درج','customTableSize':_0x4750ea(0x20c),'tableRows':'ردیف‌ها','tableColumns':'ستون‌ها','insertRowAbove':_0x4750ea(0x1d8),'insertRowBelow':_0x4750ea(0x1ca),'insertRowsAbove':'درج\x20{count}\x20ردیف\x20در\x20بالا','insertRowsBelow':_0x4750ea(0x1d3),'insertRow':_0x4750ea(0x1ef),'insertColumnLeft':'درج\x20ستون\x20در\x20چپ','insertColumnRight':_0x4750ea(0x1db),'insertColumnsLeft':_0x4750ea(0x1d9),'insertColumnsRight':_0x4750ea(0x1f7),'insertColumn':_0x4750ea(0x1d6),'clearContent':_0x4750ea(0x204),'delete':'حذف','deleteRow':_0x4750ea(0x1fa),'deleteRows':_0x4750ea(0x203),'deleteColumn':_0x4750ea(0x1df),'deleteColumns':_0x4750ea(0x1ff),'deleteTable':_0x4750ea(0x1e3),'mergeCells':_0x4750ea(0x1dd),'unmergeCells':_0x4750ea(0x20a),'insertTitleRow':'درج\x20ردیف\x20عنوان','pinHeaderRows':_0x4750ea(0x1e4),'selectColumn':_0x4750ea(0x1dc),'selectRow':'انتخاب\x20ردیف','selectTable':_0x4750ea(0x1e5),'sortTable':_0x4750ea(0x1d5),'sortAscending':_0x4750ea(0x210),'sortDescending':_0x4750ea(0x1e9),'distribute':_0x4750ea(0x1c6),'distributeRows':_0x4750ea(0x20b),'distributeColumns':_0x4750ea(0x1da),'borders':_0x4750ea(0x1e8),'borderAll':'همه\x20حاشیه‌ها','borderBottom':_0x4750ea(0x1d0),'borderInner':'حاشیه‌های\x20داخلی','borderInnerHorizontal':_0x4750ea(0x1e7),'borderInnerVertical':_0x4750ea(0x200),'borderLeft':'حاشیه\x20چپ','borderOuter':'حاشیه\x20بیرونی','borderNone':_0x4750ea(0x1de),'borderRight':'حاشیه\x20راست','borderTop':_0x4750ea(0x202),'tableBackgroundColor':'رنگ\x20پس‌زمینه\x20جدول','borderColor':_0x4750ea(0x1fd),'borderWidth':_0x4750ea(0x1c7),'borderStyle':_0x4750ea(0x1fb),'borderStyleSolid':_0x4750ea(0x1d7),'borderStyleDotted':_0x4750ea(0x1f5),'borderStyleDashed':'خط‌چین','textFormat':_0x4750ea(0x1e2),'verticalAlignTop':_0x4750ea(0x1fe),'verticalAlignMiddle':'تراز\x20وسط','verticalAlignBottom':'تراز\x20پایین','columnType':_0x4750ea(0x20d),'columnTypeText':_0x4750ea(0x1ce),'columnTypeNumber':_0x4750ea(0x1cb),'columnTypeDate':_0x4750ea(0x208),'columnTypeCheckbox':'چک‌باکس','columnTypeDropdown':_0x4750ea(0x1cc),'tableOptions':_0x4750ea(0x1ed)}};function _0x11ed(_0x2e7e5a,_0x563c0a){_0x2e7e5a=_0x2e7e5a-0x1c5;const _0x2993c3=_0x2993();let _0x11ed26=_0x2993c3[_0x2e7e5a];return _0x11ed26;}module[_0x4750ea(0x1fc)]=e;
@@ -1 +1 @@
1
- const _0xe7cfb8=_0x3488;(function(_0x3fef4e,_0x1e8576){const _0x1f3bb1=_0x3488,_0x3cacdb=_0x3fef4e();while(!![]){try{const _0x48e279=-parseInt(_0x1f3bb1(0xe9))/0x1+parseInt(_0x1f3bb1(0xfa))/0x2*(parseInt(_0x1f3bb1(0xc6))/0x3)+-parseInt(_0x1f3bb1(0xc8))/0x4*(-parseInt(_0x1f3bb1(0xc7))/0x5)+-parseInt(_0x1f3bb1(0xe8))/0x6+parseInt(_0x1f3bb1(0xdc))/0x7*(-parseInt(_0x1f3bb1(0xc5))/0x8)+-parseInt(_0x1f3bb1(0xc9))/0x9+parseInt(_0x1f3bb1(0xe1))/0xa;if(_0x48e279===_0x1e8576)break;else _0x3cacdb['push'](_0x3cacdb['shift']());}catch(_0x34e34f){_0x3cacdb['push'](_0x3cacdb['shift']());}}}(_0x358d,0x78e7b));function _0x358d(){const _0x1bd1c1=['Réinitialiser','Liste\x20déroulante','Fusionner\x20les\x20cellules','Supprimer\x20la\x20colonne','Répartir','Bordure\x20horizontale\x20intérieure','Options\x20du\x20tableau','Style\x20de\x20bordure','Supprimer\x20{count}\x20colonnes','Supprimer\x20{count}\x20lignes','Insérer\x20une\x20ligne\x20au-dessus','Répartir\x20les\x20lignes','Bordures','Insérer\x20une\x20colonne\x20à\x20droite','Bordure\x20extérieure','Sélectionner\x20la\x20colonne','193116OLcAsQ','exports','Sélectionner\x20le\x20tableau','Bordure\x20gauche','6736WQPAzc','30iOlXbo','87705oNRokp','188fFGVzX','1140084fPXZnk','Insérer\x20{count}\x20lignes\x20au-dessus','Insérer\x20une\x20taille\x20de\x20tableau','Couleur\x20d’arrière-plan\x20du\x20tableau','Date','Épaisseur\x20de\x20bordure','Taille\x20personnalisée','Figer\x20l’en-tête\x20jusqu’à\x20cette\x20ligne','Annuler\x20la\x20fusion\x20des\x20cellules','Case\x20à\x20cocher','Aucune\x20bordure','Supprimer','Bordures\x20intérieures','Pointillé','Trier\x20le\x20tableau','Colonnes','Bordure\x20inférieure','Insérer\x20{count}\x20lignes\x20en\x20dessous','Supprimer\x20le\x20tableau','8064pbYFWR','Toutes\x20les\x20bordures','Continu','Définir\x20le\x20type\x20de\x20colonne','Insérer','3691500kKAbyW','Insérer\x20une\x20ligne\x20de\x20titre','Sélectionner\x20la\x20ligne','Insérer\x20un\x20tableau','Tableau','Nombre','Couleur\x20d’arrière-plan\x20du\x20texte','2036922icLPbI','227783CAeZvV'];_0x358d=function(){return _0x1bd1c1;};return _0x358d();}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0xe7cfb8(0xe7)},'resetColor':_0xe7cfb8(0xea)},'table':{'main':_0xe7cfb8(0xe5),'insert':'Insérer','delete':_0xe7cfb8(0xd4)},'insertTable':_0xe7cfb8(0xe4),'insert':_0xe7cfb8(0xe0),'insertTableSize':_0xe7cfb8(0xcb),'customTableSize':_0xe7cfb8(0xcf),'tableRows':'Lignes','tableColumns':_0xe7cfb8(0xd8),'insertRowAbove':_0xe7cfb8(0xf4),'insertRowBelow':'Insérer\x20une\x20ligne\x20en\x20dessous','insertRowsAbove':_0xe7cfb8(0xca),'insertRowsBelow':_0xe7cfb8(0xda),'insertColumnLeft':'Insérer\x20une\x20colonne\x20à\x20gauche','insertColumnRight':_0xe7cfb8(0xf7),'insertColumnsLeft':'Insérer\x20{count}\x20colonnes\x20à\x20gauche','insertColumnsRight':'Insérer\x20{count}\x20colonnes\x20à\x20droite','delete':_0xe7cfb8(0xd4),'deleteRow':'Supprimer\x20la\x20ligne','deleteRows':_0xe7cfb8(0xf3),'deleteColumn':_0xe7cfb8(0xed),'deleteColumns':_0xe7cfb8(0xf2),'deleteTable':_0xe7cfb8(0xdb),'mergeCells':_0xe7cfb8(0xec),'unmergeCells':_0xe7cfb8(0xd1),'insertTitleRow':_0xe7cfb8(0xe2),'pinHeaderRows':_0xe7cfb8(0xd0),'selectColumn':_0xe7cfb8(0xf9),'selectRow':_0xe7cfb8(0xe3),'selectTable':_0xe7cfb8(0xfc),'sortTable':_0xe7cfb8(0xd7),'sortAscending':'Tri\x20croissant','sortDescending':'Tri\x20décroissant','distribute':_0xe7cfb8(0xee),'distributeRows':_0xe7cfb8(0xf5),'distributeColumns':'Répartir\x20les\x20colonnes','borders':_0xe7cfb8(0xf6),'borderAll':_0xe7cfb8(0xdd),'borderBottom':_0xe7cfb8(0xd9),'borderInner':_0xe7cfb8(0xd5),'borderInnerHorizontal':_0xe7cfb8(0xef),'borderInnerVertical':'Bordure\x20verticale\x20intérieure','borderLeft':_0xe7cfb8(0xc4),'borderOuter':_0xe7cfb8(0xf8),'borderNone':_0xe7cfb8(0xd3),'borderRight':'Bordure\x20droite','borderTop':'Bordure\x20supérieure','tableBackgroundColor':_0xe7cfb8(0xcc),'borderColor':'Couleur\x20de\x20bordure','borderWidth':_0xe7cfb8(0xce),'borderStyle':_0xe7cfb8(0xf1),'borderStyleSolid':_0xe7cfb8(0xde),'borderStyleDotted':_0xe7cfb8(0xd6),'borderStyleDashed':'Tireté','columnType':_0xe7cfb8(0xdf),'columnTypeText':'Texte','columnTypeNumber':_0xe7cfb8(0xe6),'columnTypeDate':_0xe7cfb8(0xcd),'columnTypeCheckbox':_0xe7cfb8(0xd2),'columnTypeDropdown':_0xe7cfb8(0xeb),'tableOptions':_0xe7cfb8(0xf0)}};function _0x3488(_0x4f80e7,_0x193b1c){_0x4f80e7=_0x4f80e7-0xc4;const _0x358d3b=_0x358d();let _0x34886d=_0x358d3b[_0x4f80e7];return _0x34886d;}module[_0xe7cfb8(0xfb)]=e;
1
+ function _0x460f(_0x4f10dc,_0x238c94){_0x4f10dc=_0x4f10dc-0x147;const _0x528c67=_0x528c();let _0x460f67=_0x528c67[_0x4f10dc];return _0x460f67;}const _0x94442d=_0x460f;(function(_0x5f5588,_0x3aed07){const _0x2daf09=_0x460f,_0x123243=_0x5f5588();while(!![]){try{const _0x52cbbe=-parseInt(_0x2daf09(0x18b))/0x1+parseInt(_0x2daf09(0x18d))/0x2+-parseInt(_0x2daf09(0x151))/0x3*(-parseInt(_0x2daf09(0x18e))/0x4)+parseInt(_0x2daf09(0x177))/0x5+parseInt(_0x2daf09(0x152))/0x6*(parseInt(_0x2daf09(0x165))/0x7)+-parseInt(_0x2daf09(0x14c))/0x8+-parseInt(_0x2daf09(0x173))/0x9;if(_0x52cbbe===_0x3aed07)break;else _0x123243['push'](_0x123243['shift']());}catch(_0x47d2cd){_0x123243['push'](_0x123243['shift']());}}}(_0x528c,0x2cd5e));function _0x528c(){const _0x56e48c=['Aligner\x20à\x20droite','Justifier','Définir\x20le\x20type\x20de\x20colonne','Aligner\x20en\x20haut','Annuler\x20la\x20fusion\x20des\x20cellules','Supprimer\x20la\x20ligne','Supprimer\x20{count}\x20colonnes','Text\x20style','Trier\x20le\x20tableau','106629buxNrg','Répartir','552518uAcTwo','812684WRAYBn','Taille\x20personnalisée','Barré','Insérer\x20{count}\x20lignes\x20au-dessus','Répartir\x20les\x20lignes','Tri\x20croissant','434576CJncJV','Couleur\x20d’arrière-plan\x20du\x20tableau','Couleur\x20d’arrière-plan\x20du\x20texte','Supprimer\x20la\x20colonne','Bordure\x20extérieure','3bXaScJ','204Ryqbay','Liste\x20déroulante','Tri\x20décroissant','Insérer\x20{count}\x20colonnes\x20à\x20gauche','Supprimer\x20{count}\x20lignes','Couleur\x20de\x20bordure','Insérer\x20une\x20colonne\x20à\x20droite','Sélectionner\x20la\x20ligne','Heading\x201','Pointillé','Supprimer','Bordure\x20droite','Effacer\x20le\x20contenu\x20du\x20texte','Souligné','Continu','Heading\x203','Insérer\x20une\x20colonne\x20à\x20gauche','Insérer\x20une\x20taille\x20de\x20tableau','Insérer\x20{count}\x20lignes\x20en\x20dessous','6139VWplUd','Bordure\x20inférieure','Task\x20list','Insérer','Tireté','Bordures','Bordures\x20intérieures','Aligner\x20au\x20centre','Aligner\x20à\x20gauche','Unordered\x20list','Heading\x204','Insérer\x20une\x20ligne\x20de\x20titre','Aligner\x20en\x20bas','Insérer\x20une\x20ligne\x20en\x20dessous','1493379JrYwos','Insérer\x20une\x20colonne','Fusionner\x20les\x20cellules','Figer\x20l’en-tête\x20jusqu’à\x20cette\x20ligne','6400fFAJGt','Insérer\x20une\x20ligne\x20au-dessus','Bordure\x20verticale\x20intérieure','Couleur\x20de\x20remplissage','Insérer\x20une\x20ligne','Sélectionner\x20la\x20colonne','Bordure\x20gauche','Répartir\x20les\x20colonnes','exports','Bordure\x20horizontale\x20intérieure','Texte'];_0x528c=function(){return _0x56e48c;};return _0x528c();}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'Couleur\x20du\x20texte'},'fillColor':{'main':_0x94442d(0x17a)},'textBackgroundColor':{'main':_0x94442d(0x14e)},'resetColor':'Réinitialiser','bold':'Gras','italic':'Italique','underline':_0x94442d(0x15f),'strikethrough':_0x94442d(0x148),'alignLeft':_0x94442d(0x16d),'alignCenter':_0x94442d(0x16c),'alignRight':_0x94442d(0x182),'alignJustify':_0x94442d(0x183),'textStyle':{'tooltip':_0x94442d(0x189),'normal':'Normal\x20text','heading1':_0x94442d(0x15a),'heading2':'Heading\x202','heading3':_0x94442d(0x161),'heading4':_0x94442d(0x16f),'heading5':'Heading\x205','orderedList':'Ordered\x20list','unorderedList':_0x94442d(0x16e),'checklist':_0x94442d(0x167)}},'table':{'main':'Tableau','insert':_0x94442d(0x168),'delete':_0x94442d(0x15c)},'insertTable':'Insérer\x20un\x20tableau','insert':_0x94442d(0x168),'insertTableSize':_0x94442d(0x163),'customTableSize':_0x94442d(0x147),'tableRows':'Lignes','tableColumns':'Colonnes','insertRowAbove':_0x94442d(0x178),'insertRowBelow':_0x94442d(0x172),'insertRowsAbove':_0x94442d(0x149),'insertRowsBelow':_0x94442d(0x164),'insertRow':_0x94442d(0x17b),'insertColumnLeft':_0x94442d(0x162),'insertColumnRight':_0x94442d(0x158),'insertColumnsLeft':_0x94442d(0x155),'insertColumnsRight':'Insérer\x20{count}\x20colonnes\x20à\x20droite','insertColumn':_0x94442d(0x174),'clearContent':_0x94442d(0x15e),'delete':_0x94442d(0x15c),'deleteRow':_0x94442d(0x187),'deleteRows':_0x94442d(0x156),'deleteColumn':_0x94442d(0x14f),'deleteColumns':_0x94442d(0x188),'deleteTable':'Supprimer\x20le\x20tableau','mergeCells':_0x94442d(0x175),'unmergeCells':_0x94442d(0x186),'insertTitleRow':_0x94442d(0x170),'pinHeaderRows':_0x94442d(0x176),'selectColumn':_0x94442d(0x17c),'selectRow':_0x94442d(0x159),'selectTable':'Sélectionner\x20le\x20tableau','sortTable':_0x94442d(0x18a),'sortAscending':_0x94442d(0x14b),'sortDescending':_0x94442d(0x154),'distribute':_0x94442d(0x18c),'distributeRows':_0x94442d(0x14a),'distributeColumns':_0x94442d(0x17e),'borders':_0x94442d(0x16a),'borderAll':'Toutes\x20les\x20bordures','borderBottom':_0x94442d(0x166),'borderInner':_0x94442d(0x16b),'borderInnerHorizontal':_0x94442d(0x180),'borderInnerVertical':_0x94442d(0x179),'borderLeft':_0x94442d(0x17d),'borderOuter':_0x94442d(0x150),'borderNone':'Aucune\x20bordure','borderRight':_0x94442d(0x15d),'borderTop':'Bordure\x20supérieure','tableBackgroundColor':_0x94442d(0x14d),'borderColor':_0x94442d(0x157),'borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':'Style\x20de\x20bordure','borderStyleSolid':_0x94442d(0x160),'borderStyleDotted':_0x94442d(0x15b),'borderStyleDashed':_0x94442d(0x169),'textFormat':'Format\x20du\x20texte','verticalAlignTop':_0x94442d(0x185),'verticalAlignMiddle':'Aligner\x20au\x20milieu','verticalAlignBottom':_0x94442d(0x171),'columnType':_0x94442d(0x184),'columnTypeText':_0x94442d(0x181),'columnTypeNumber':'Nombre','columnTypeDate':'Date','columnTypeCheckbox':'Case\x20à\x20cocher','columnTypeDropdown':_0x94442d(0x153),'tableOptions':'Options\x20du\x20tableau'}};module[_0x94442d(0x17f)]=e;
@@ -0,0 +1 @@
1
+ function _0x5635(){const _0x3e297c=['Warna\x20teks','Ordered\x20list','Batas\x20luar','18BLPVqk','Semua\x20batas','Batas\x20kanan','Sisipkan\x20{count}\x20baris\x20di\x20bawah','Format\x20teks','Batas','Batas\x20atas','Warna\x20batas','Heading\x204','Warna\x20latar\x20belakang\x20tabel','Heading\x203','Tabel','Pisahkan\x20sel','Sisipkan\x20baris\x20di\x20bawah','Pilih\x20tabel','Sisipkan\x20kolom\x20di\x20kiri','Kolom','Sisipkan\x20{count}\x20baris\x20di\x20atas','Sisipkan\x20{count}\x20kolom\x20di\x20kiri','Atur\x20ulang','Sisipkan\x20kolom','Ukuran\x20kustom','Sisipkan\x20tabel','Lebar\x20batas','Tebal','Hapus\x20baris','Rata\x20Tengah','Rata\x20Kiri','1092205tkachR','Pilih\x20kolom','566cEiEcW','Hapus\x20kolom','Sematkan\x20header\x20hingga\x20baris\x20ini','Sisipkan\x20ukuran\x20tabel','1374MhvISq','Gaya\x20batas','Text\x20style','Batas\x20horizontal\x20bagian\x20dalam','Hapus\x20tabel','Batas\x20bawah','Teks','Batas\x20bagian\x20dalam','Heading\x205','3907854zuUIcQ','6172642ETkCAj','Sisipkan\x20kolom\x20di\x20kanan','840072AqWjWf','Gabungkan\x20sel','Urutkan\x20tabel','Unordered\x20list','55bFLFiY','Rata\x20Kanan','Heading\x201','Pilih\x20baris','Coret','Batas\x20kiri','Warna\x20latar\x20belakang\x20teks','Garis\x20bawah','Distribusikan\x20kolom','Normal\x20text','Bertitik','185432pIUpEF','112LoVSeU','Dropdown','44dIDMpM','Distribusikan','Sisipkan\x20{count}\x20kolom\x20di\x20kanan','13EECpOq','Angka','Hapus\x20konten\x20teks','10dSIndR','exports','Opsi\x20tabel','Sisipkan\x20baris','Solid','Bergaris\x20putus-putus','20913JVSdpl'];_0x5635=function(){return _0x3e297c;};return _0x5635();}const _0x264d91=_0x3e11;(function(_0x1b46b9,_0x1c609b){const _0x1737cf=_0x3e11,_0x1833ed=_0x1b46b9();while(!![]){try{const _0x1c0b8f=-parseInt(_0x1737cf(0x174))/0x1*(parseInt(_0x1737cf(0x178))/0x2)+parseInt(_0x1737cf(0x1a2))/0x3*(parseInt(_0x1737cf(0x196))/0x4)+parseInt(_0x1737cf(0x172))/0x5*(parseInt(_0x1737cf(0x1a6))/0x6)+-parseInt(_0x1737cf(0x194))/0x7*(parseInt(_0x1737cf(0x193))/0x8)+parseInt(_0x1737cf(0x181))/0x9*(-parseInt(_0x1737cf(0x19c))/0xa)+parseInt(_0x1737cf(0x188))/0xb*(parseInt(_0x1737cf(0x184))/0xc)+-parseInt(_0x1737cf(0x199))/0xd*(-parseInt(_0x1737cf(0x182))/0xe);if(_0x1c0b8f===_0x1c609b)break;else _0x1833ed['push'](_0x1833ed['shift']());}catch(_0x131c49){_0x1833ed['push'](_0x1833ed['shift']());}}}(_0x5635,0x50541));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x264d91(0x1a3)},'fillColor':{'main':'Warna\x20isian'},'textBackgroundColor':{'main':_0x264d91(0x18e)},'resetColor':_0x264d91(0x1b9),'bold':_0x264d91(0x16e),'italic':'Miring','underline':_0x264d91(0x18f),'strikethrough':_0x264d91(0x18c),'alignLeft':_0x264d91(0x171),'alignCenter':_0x264d91(0x170),'alignRight':_0x264d91(0x189),'alignJustify':'Rata\x20Kanan\x20Kiri','textStyle':{'tooltip':_0x264d91(0x17a),'normal':_0x264d91(0x191),'heading1':_0x264d91(0x18a),'heading2':'Heading\x202','heading3':_0x264d91(0x1b0),'heading4':_0x264d91(0x1ae),'heading5':_0x264d91(0x180),'orderedList':_0x264d91(0x1a4),'unorderedList':_0x264d91(0x187),'checklist':'Task\x20list'}},'table':{'main':_0x264d91(0x1b1),'insert':'Sisipkan','delete':_0x264d91(0x17c)},'insertTable':_0x264d91(0x16c),'insert':'Sisipkan','insertTableSize':_0x264d91(0x177),'customTableSize':_0x264d91(0x1bb),'tableRows':'Baris','tableColumns':_0x264d91(0x1b6),'insertRowAbove':'Sisipkan\x20baris\x20di\x20atas','insertRowBelow':_0x264d91(0x1b3),'insertRowsAbove':_0x264d91(0x1b7),'insertRowsBelow':_0x264d91(0x1a9),'insertRow':_0x264d91(0x19f),'insertColumnLeft':_0x264d91(0x1b5),'insertColumnRight':_0x264d91(0x183),'insertColumnsLeft':_0x264d91(0x1b8),'insertColumnsRight':_0x264d91(0x198),'insertColumn':_0x264d91(0x1ba),'clearContent':_0x264d91(0x19b),'delete':'Hapus','deleteRow':_0x264d91(0x16f),'deleteRows':'Hapus\x20{count}\x20baris','deleteColumn':_0x264d91(0x175),'deleteColumns':'Hapus\x20{count}\x20kolom','deleteTable':_0x264d91(0x17c),'mergeCells':_0x264d91(0x185),'unmergeCells':_0x264d91(0x1b2),'insertTitleRow':'Sisipkan\x20baris\x20judul','pinHeaderRows':_0x264d91(0x176),'selectColumn':_0x264d91(0x173),'selectRow':_0x264d91(0x18b),'selectTable':_0x264d91(0x1b4),'sortTable':_0x264d91(0x186),'sortAscending':'Urutkan\x20naik','sortDescending':'Urutkan\x20turun','distribute':_0x264d91(0x197),'distributeRows':'Distribusikan\x20baris','distributeColumns':_0x264d91(0x190),'borders':_0x264d91(0x1ab),'borderAll':_0x264d91(0x1a7),'borderBottom':_0x264d91(0x17d),'borderInner':_0x264d91(0x17f),'borderInnerHorizontal':_0x264d91(0x17b),'borderInnerVertical':'Batas\x20vertikal\x20bagian\x20dalam','borderLeft':_0x264d91(0x18d),'borderOuter':_0x264d91(0x1a5),'borderNone':'Tanpa\x20batas','borderRight':_0x264d91(0x1a8),'borderTop':_0x264d91(0x1ac),'tableBackgroundColor':_0x264d91(0x1af),'borderColor':_0x264d91(0x1ad),'borderWidth':_0x264d91(0x16d),'borderStyle':_0x264d91(0x179),'borderStyleSolid':_0x264d91(0x1a0),'borderStyleDotted':_0x264d91(0x192),'borderStyleDashed':_0x264d91(0x1a1),'textFormat':_0x264d91(0x1aa),'verticalAlignTop':'Rata\x20atas','verticalAlignMiddle':'Rata\x20tengah','verticalAlignBottom':'Rata\x20bawah','columnType':'Atur\x20jenis\x20kolom','columnTypeText':_0x264d91(0x17e),'columnTypeNumber':_0x264d91(0x19a),'columnTypeDate':'Tanggal','columnTypeCheckbox':'Kotak\x20centang','columnTypeDropdown':_0x264d91(0x195),'tableOptions':_0x264d91(0x19e)}};function _0x3e11(_0x5dbaff,_0x349895){_0x5dbaff=_0x5dbaff-0x16c;const _0x5635d7=_0x5635();let _0x3e116b=_0x5635d7[_0x5dbaff];return _0x3e116b;}module[_0x264d91(0x19d)]=e;
@@ -0,0 +1 @@
1
+ const _0x57314e=_0x1736;function _0x1736(_0x4d9a0b,_0x2f74ac){_0x4d9a0b=_0x4d9a0b-0x169;const _0x429eb3=_0x429e();let _0x17360c=_0x429eb3[_0x4d9a0b];return _0x17360c;}function _0x429e(){const _0x6a7bef=['Allinea\x20al\x20centro','6IexpUh','Seleziona\x20tabella','Tabella','Sottolineato','Text\x20style','Inserisci\x20riga\x20del\x20titolo','Bordo\x20destro','Ordine\x20decrescente','7487000SNUqyJ','Bordo\x20superiore','Corsivo','Elimina\x20{count}\x20righe','1343664HJdBlu','Bordo\x20esterno','exports','Unordered\x20list','Colore\x20bordo','Inserisci\x20{count}\x20righe\x20sotto','Spessore\x20bordo','Elimina\x20{count}\x20colonne','Ordered\x20list','Inserisci\x20{count}\x20colonne\x20a\x20sinistra','Testo','Inserisci\x20colonna\x20a\x20sinistra','Numero','10mCemYU','Dimensioni\x20personalizzate','Tutti\x20i\x20bordi','Heading\x203','Punteggiato','Colore\x20di\x20sfondo\x20della\x20tabella','Elimina\x20tabella','Inserisci\x20tabella','Allinea\x20al\x20Centro','Inserisci\x20dimensioni\x20tabella','Allinea\x20in\x20basso','Bordo\x20inferiore','2850692cUxNbq','Bordo\x20sinistro','Inserisci\x20colonna\x20a\x20destra','Nessun\x20bordo','Distribuisci\x20righe','Imposta\x20tipo\x20di\x20colonna','Inserisci\x20riga','Giustifica','Righe','Cancella\x20contenuto\x20testo','Bordo\x20verticale\x20interno','Heading\x205','Task\x20list','Heading\x201','6743133tqUUYa','Colonne','Allinea\x20in\x20alto','Unisci\x20celle','Inserisci\x20colonna','Bordo\x20orizzontale\x20interno','Continuo','Heading\x202','Colore\x20di\x20sfondo\x20del\x20testo','Ordina\x20tabella','Colore\x20testo','Elimina\x20riga','Elimina','Data','Inserisci','1023064JnCNks','Grassetto','24VfXfBh','Heading\x204','Distribuisci','230gPDaQy','Casella\x20di\x20controllo','268532iuPIve','Distribuisci\x20colonne','515283rWWyxc','Inserisci\x20riga\x20sopra','Opzioni\x20tabella','Reimposta'];_0x429e=function(){return _0x6a7bef;};return _0x429e();}(function(_0x7c282c,_0x9b4786){const _0x420fe5=_0x1736,_0x2dc7b2=_0x7c282c();while(!![]){try{const _0x3f5b87=-parseInt(_0x420fe5(0x184))/0x1+-parseInt(_0x420fe5(0x178))/0x2*(parseInt(_0x420fe5(0x173))/0x3)+-parseInt(_0x420fe5(0x19d))/0x4*(-parseInt(_0x420fe5(0x191))/0x5)+parseInt(_0x420fe5(0x16c))/0x6*(parseInt(_0x420fe5(0x16a))/0x7)+parseInt(_0x420fe5(0x180))/0x8+-parseInt(_0x420fe5(0x1ab))/0x9+-parseInt(_0x420fe5(0x16f))/0xa*(-parseInt(_0x420fe5(0x171))/0xb);if(_0x3f5b87===_0x9b4786)break;else _0x2dc7b2['push'](_0x2dc7b2['shift']());}catch(_0x14c249){_0x2dc7b2['push'](_0x2dc7b2['shift']());}}}(_0x429e,0xdb831));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x57314e(0x1b5)},'fillColor':{'main':'Colore\x20riempimento'},'textBackgroundColor':{'main':_0x57314e(0x1b3)},'resetColor':_0x57314e(0x176),'bold':_0x57314e(0x16b),'italic':_0x57314e(0x182),'underline':_0x57314e(0x17b),'strikethrough':'Barrato','alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x57314e(0x199),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x57314e(0x1a4),'textStyle':{'tooltip':_0x57314e(0x17c),'normal':'Normal\x20text','heading1':_0x57314e(0x1aa),'heading2':_0x57314e(0x1b2),'heading3':_0x57314e(0x194),'heading4':_0x57314e(0x16d),'heading5':_0x57314e(0x1a8),'orderedList':_0x57314e(0x18c),'unorderedList':_0x57314e(0x187),'checklist':_0x57314e(0x1a9)}},'table':{'main':_0x57314e(0x17a),'insert':_0x57314e(0x169),'delete':_0x57314e(0x197)},'insertTable':_0x57314e(0x198),'insert':_0x57314e(0x169),'insertTableSize':_0x57314e(0x19a),'customTableSize':_0x57314e(0x192),'tableRows':_0x57314e(0x1a5),'tableColumns':_0x57314e(0x1ac),'insertRowAbove':_0x57314e(0x174),'insertRowBelow':'Inserisci\x20riga\x20sotto','insertRowsAbove':'Inserisci\x20{count}\x20righe\x20sopra','insertRowsBelow':_0x57314e(0x189),'insertRow':_0x57314e(0x1a3),'insertColumnLeft':_0x57314e(0x18f),'insertColumnRight':_0x57314e(0x19f),'insertColumnsLeft':_0x57314e(0x18d),'insertColumnsRight':'Inserisci\x20{count}\x20colonne\x20a\x20destra','insertColumn':_0x57314e(0x1af),'clearContent':_0x57314e(0x1a6),'delete':_0x57314e(0x1b7),'deleteRow':_0x57314e(0x1b6),'deleteRows':_0x57314e(0x183),'deleteColumn':'Elimina\x20colonna','deleteColumns':_0x57314e(0x18b),'deleteTable':_0x57314e(0x197),'mergeCells':_0x57314e(0x1ae),'unmergeCells':'Separa\x20celle','insertTitleRow':_0x57314e(0x17d),'pinHeaderRows':'Blocca\x20intestazione\x20fino\x20a\x20questa\x20riga','selectColumn':'Seleziona\x20colonna','selectRow':'Seleziona\x20riga','selectTable':_0x57314e(0x179),'sortTable':_0x57314e(0x1b4),'sortAscending':'Ordine\x20crescente','sortDescending':_0x57314e(0x17f),'distribute':_0x57314e(0x16e),'distributeRows':_0x57314e(0x1a1),'distributeColumns':_0x57314e(0x172),'borders':'Bordi','borderAll':_0x57314e(0x193),'borderBottom':_0x57314e(0x19c),'borderInner':'Bordi\x20interni','borderInnerHorizontal':_0x57314e(0x1b0),'borderInnerVertical':_0x57314e(0x1a7),'borderLeft':_0x57314e(0x19e),'borderOuter':_0x57314e(0x185),'borderNone':_0x57314e(0x1a0),'borderRight':_0x57314e(0x17e),'borderTop':_0x57314e(0x181),'tableBackgroundColor':_0x57314e(0x196),'borderColor':_0x57314e(0x188),'borderWidth':_0x57314e(0x18a),'borderStyle':'Stile\x20bordo','borderStyleSolid':_0x57314e(0x1b1),'borderStyleDotted':_0x57314e(0x195),'borderStyleDashed':'Tratteggiato','textFormat':'Formato\x20testo','verticalAlignTop':_0x57314e(0x1ad),'verticalAlignMiddle':_0x57314e(0x177),'verticalAlignBottom':_0x57314e(0x19b),'columnType':_0x57314e(0x1a2),'columnTypeText':_0x57314e(0x18e),'columnTypeNumber':_0x57314e(0x190),'columnTypeDate':_0x57314e(0x1b8),'columnTypeCheckbox':_0x57314e(0x170),'columnTypeDropdown':'Menu\x20a\x20discesa','tableOptions':_0x57314e(0x175)}};module[_0x57314e(0x186)]=e;
@@ -1 +1 @@
1
- function _0x3990(_0x2c552d,_0x2c99d4){_0x2c552d=_0x2c552d-0x19a;const _0x56543b=_0x5654();let _0x3990fe=_0x56543b[_0x2c552d];return _0x3990fe;}const _0x3f0931=_0x3990;(function(_0x1f9d81,_0x20a884){const _0x10538=_0x3990,_0x504da6=_0x1f9d81();while(!![]){try{const _0x144956=parseInt(_0x10538(0x1c6))/0x1+-parseInt(_0x10538(0x1b0))/0x2*(parseInt(_0x10538(0x19e))/0x3)+-parseInt(_0x10538(0x1a0))/0x4*(parseInt(_0x10538(0x1bb))/0x5)+parseInt(_0x10538(0x19d))/0x6+-parseInt(_0x10538(0x1a2))/0x7*(-parseInt(_0x10538(0x1ac))/0x8)+parseInt(_0x10538(0x1b5))/0x9*(parseInt(_0x10538(0x1af))/0xa)+parseInt(_0x10538(0x1c8))/0xb;if(_0x144956===_0x20a884)break;else _0x504da6['push'](_0x504da6['shift']());}catch(_0x4a9f54){_0x504da6['push'](_0x504da6['shift']());}}}(_0x5654,0xb550a));function _0x5654(){const _0x326911=['チェックボックス','上に行を挿入','表を削除','左に列を挿入','下に\x20{count}\x20行を挿入','行を削除','24hAUbWi','カスタムサイズ','列を削除','65810QMOcym','87094pqQvAr','列を均等配置','表を並べ替え','下に行を挿入','右罫線','270OXIWPx','均等配置','列を選択','ドロップダウン','exports','昇順で並べ替え','90TFLmjj','内側縦罫線','内側の罫線','左に\x20{count}\x20列を挿入','セルを結合','降順で並べ替え','罫線なし','この行までヘッダーを固定','右に列を挿入','列タイプを設定','左罫線','1083933rZYLlV','表の背景色','6289679QIJeUr','行を選択','表を選択','内側横罫線','罫線のスタイル','上罫線','2496054GQYclM','57QUzikm','タイトル行を挿入','291620ODAKXE','テキスト','1430772YXwNxR','表サイズを挿入','右に\x20{count}\x20列を挿入','表を挿入'];_0x5654=function(){return _0x326911;};return _0x5654();}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':'テキストの背景色'},'resetColor':'既定の色に戻す'},'table':{'main':'表','insert':'挿入','delete':'表を削除'},'insertTable':_0x3f0931(0x1a5),'insert':'挿入','insertTableSize':_0x3f0931(0x1a3),'customTableSize':_0x3f0931(0x1ad),'tableRows':'行','tableColumns':'列','insertRowAbove':_0x3f0931(0x1a7),'insertRowBelow':_0x3f0931(0x1b3),'insertRowsAbove':'上に\x20{count}\x20行を挿入','insertRowsBelow':_0x3f0931(0x1aa),'insertColumnLeft':_0x3f0931(0x1a9),'insertColumnRight':_0x3f0931(0x1c3),'insertColumnsLeft':_0x3f0931(0x1be),'insertColumnsRight':_0x3f0931(0x1a4),'delete':'削除','deleteRow':_0x3f0931(0x1ab),'deleteRows':'{count}\x20行を削除','deleteColumn':_0x3f0931(0x1ae),'deleteColumns':'{count}\x20列を削除','deleteTable':_0x3f0931(0x1a8),'mergeCells':_0x3f0931(0x1bf),'unmergeCells':'セルの結合を解除','insertTitleRow':_0x3f0931(0x19f),'pinHeaderRows':_0x3f0931(0x1c2),'selectColumn':_0x3f0931(0x1b7),'selectRow':_0x3f0931(0x1c9),'selectTable':_0x3f0931(0x1ca),'sortTable':_0x3f0931(0x1b2),'sortAscending':_0x3f0931(0x1ba),'sortDescending':_0x3f0931(0x1c0),'distribute':_0x3f0931(0x1b6),'distributeRows':'行を均等配置','distributeColumns':_0x3f0931(0x1b1),'borders':'罫線','borderAll':'すべての罫線','borderBottom':'下罫線','borderInner':_0x3f0931(0x1bd),'borderInnerHorizontal':_0x3f0931(0x19a),'borderInnerVertical':_0x3f0931(0x1bc),'borderLeft':_0x3f0931(0x1c5),'borderOuter':'外枠','borderNone':_0x3f0931(0x1c1),'borderRight':_0x3f0931(0x1b4),'borderTop':_0x3f0931(0x19c),'tableBackgroundColor':_0x3f0931(0x1c7),'borderColor':'罫線の色','borderWidth':'罫線の太さ','borderStyle':_0x3f0931(0x19b),'borderStyleSolid':'実線','borderStyleDotted':'点線','borderStyleDashed':'破線','columnType':_0x3f0931(0x1c4),'columnTypeText':_0x3f0931(0x1a1),'columnTypeNumber':'数値','columnTypeDate':'日付','columnTypeCheckbox':_0x3f0931(0x1a6),'columnTypeDropdown':_0x3f0931(0x1b8),'tableOptions':'表のオプション'}};module[_0x3f0931(0x1b9)]=e;
1
+ const _0x315cb9=_0x227f;function _0x227f(_0x44d102,_0x2755a3){_0x44d102=_0x44d102-0x1dd;const _0xae7ea6=_0xae7e();let _0x227fa4=_0xae7ea6[_0x44d102];return _0x227fa4;}(function(_0x23b0fc,_0x14c062){const _0x5f3a8d=_0x227f,_0x4ac208=_0x23b0fc();while(!![]){try{const _0x18e1e9=parseInt(_0x5f3a8d(0x1e8))/0x1*(parseInt(_0x5f3a8d(0x1ff))/0x2)+parseInt(_0x5f3a8d(0x21b))/0x3*(-parseInt(_0x5f3a8d(0x200))/0x4)+parseInt(_0x5f3a8d(0x1ee))/0x5+-parseInt(_0x5f3a8d(0x1e3))/0x6+parseInt(_0x5f3a8d(0x208))/0x7+-parseInt(_0x5f3a8d(0x209))/0x8*(parseInt(_0x5f3a8d(0x1e4))/0x9)+parseInt(_0x5f3a8d(0x21a))/0xa*(-parseInt(_0x5f3a8d(0x20c))/0xb);if(_0x18e1e9===_0x14c062)break;else _0x4ac208['push'](_0x4ac208['shift']());}catch(_0x332a16){_0x4ac208['push'](_0x4ac208['shift']());}}}(_0xae7e,0x32923));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'文字色'},'fillColor':{'main':_0x315cb9(0x1f7)},'textBackgroundColor':{'main':'テキストの背景色'},'resetColor':_0x315cb9(0x20f),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x315cb9(0x1f0),'alignLeft':_0x315cb9(0x204),'alignCenter':_0x315cb9(0x214),'alignRight':_0x315cb9(0x1dd),'alignJustify':'両端揃え','textStyle':{'tooltip':_0x315cb9(0x20e),'normal':_0x315cb9(0x21c),'heading1':'Heading\x201','heading2':_0x315cb9(0x205),'heading3':'Heading\x203','heading4':_0x315cb9(0x1f5),'heading5':_0x315cb9(0x1df),'orderedList':_0x315cb9(0x1e7),'unorderedList':'Unordered\x20list','checklist':_0x315cb9(0x20b)}},'table':{'main':'表','insert':'挿入','delete':_0x315cb9(0x1fb)},'insertTable':_0x315cb9(0x207),'insert':'挿入','insertTableSize':_0x315cb9(0x1f2),'customTableSize':_0x315cb9(0x215),'tableRows':'行','tableColumns':'列','insertRowAbove':_0x315cb9(0x1f8),'insertRowBelow':_0x315cb9(0x203),'insertRowsAbove':_0x315cb9(0x216),'insertRowsBelow':'下に\x20{count}\x20行を挿入','insertRow':_0x315cb9(0x1f9),'insertColumnLeft':_0x315cb9(0x1eb),'insertColumnRight':_0x315cb9(0x1ef),'insertColumnsLeft':_0x315cb9(0x1e5),'insertColumnsRight':_0x315cb9(0x1e6),'insertColumn':_0x315cb9(0x218),'clearContent':'テキスト内容をクリア','delete':'削除','deleteRow':_0x315cb9(0x1ed),'deleteRows':_0x315cb9(0x1de),'deleteColumn':_0x315cb9(0x210),'deleteColumns':'{count}\x20列を削除','deleteTable':'表を削除','mergeCells':'セルを結合','unmergeCells':_0x315cb9(0x21e),'insertTitleRow':_0x315cb9(0x1e1),'pinHeaderRows':_0x315cb9(0x206),'selectColumn':_0x315cb9(0x211),'selectRow':'行を選択','selectTable':'表を選択','sortTable':_0x315cb9(0x220),'sortAscending':'昇順で並べ替え','sortDescending':_0x315cb9(0x1f4),'distribute':_0x315cb9(0x1fd),'distributeRows':_0x315cb9(0x201),'distributeColumns':_0x315cb9(0x1e9),'borders':'罫線','borderAll':_0x315cb9(0x1e0),'borderBottom':_0x315cb9(0x1ec),'borderInner':_0x315cb9(0x212),'borderInnerHorizontal':_0x315cb9(0x202),'borderInnerVertical':_0x315cb9(0x1fc),'borderLeft':_0x315cb9(0x20a),'borderOuter':'外枠','borderNone':_0x315cb9(0x1fe),'borderRight':_0x315cb9(0x1f3),'borderTop':_0x315cb9(0x1f6),'tableBackgroundColor':_0x315cb9(0x1fa),'borderColor':_0x315cb9(0x21f),'borderWidth':_0x315cb9(0x1ea),'borderStyle':'罫線のスタイル','borderStyleSolid':'実線','borderStyleDotted':'点線','borderStyleDashed':'破線','textFormat':_0x315cb9(0x20d),'verticalAlignTop':_0x315cb9(0x217),'verticalAlignMiddle':'中央揃え','verticalAlignBottom':_0x315cb9(0x1e2),'columnType':_0x315cb9(0x1f1),'columnTypeText':_0x315cb9(0x21d),'columnTypeNumber':'数値','columnTypeDate':'日付','columnTypeCheckbox':_0x315cb9(0x219),'columnTypeDropdown':_0x315cb9(0x213),'tableOptions':'表のオプション'}};function _0xae7e(){const _0x13a0a3=['上揃え','列を挿入','チェックボックス','93290lvBwlT','6NEeuEb','Normal\x20text','テキスト','セルの結合を解除','罫線の色','表を並べ替え','右揃え','{count}\x20行を削除','Heading\x205','すべての罫線','タイトル行を挿入','下揃え','203184kxYSmC','368217tcgNsz','左に\x20{count}\x20列を挿入','右に\x20{count}\x20列を挿入','Ordered\x20list','19queZGP','列を均等配置','罫線の太さ','左に列を挿入','下罫線','行を削除','934005YzIqsV','右に列を挿入','取り消し線','列タイプを設定','表サイズを挿入','右罫線','降順で並べ替え','Heading\x204','上罫線','塗りつぶしの色','上に行を挿入','行を挿入','表の背景色','表を削除','内側縦罫線','均等配置','罫線なし','26618MNPCvK','378944KCyOZS','行を均等配置','内側横罫線','下に行を挿入','左揃え','Heading\x202','この行までヘッダーを固定','表を挿入','1563485GEsZBH','40BtuXkQ','左罫線','Task\x20list','33rPoEgO','文字書式','Text\x20style','既定の色に戻す','列を削除','列を選択','内側の罫線','ドロップダウン','中央揃え','カスタムサイズ','上に\x20{count}\x20行を挿入'];_0xae7e=function(){return _0x13a0a3;};return _0xae7e();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x423ede=_0x56e9;(function(_0xfa5f88,_0x14df15){const _0x187020=_0x56e9,_0x4afb83=_0xfa5f88();while(!![]){try{const _0x46271a=parseInt(_0x187020(0x1c4))/0x1+parseInt(_0x187020(0x1c2))/0x2*(-parseInt(_0x187020(0x1a4))/0x3)+parseInt(_0x187020(0x19a))/0x4+-parseInt(_0x187020(0x1af))/0x5*(parseInt(_0x187020(0x1b7))/0x6)+-parseInt(_0x187020(0x19c))/0x7*(parseInt(_0x187020(0x1bf))/0x8)+parseInt(_0x187020(0x1b8))/0x9+parseInt(_0x187020(0x1c6))/0xa*(parseInt(_0x187020(0x1a5))/0xb);if(_0x46271a===_0x14df15)break;else _0x4afb83['push'](_0x4afb83['shift']());}catch(_0x4fb755){_0x4afb83['push'](_0x4afb83['shift']());}}}(_0x38f5,0x8d0e3));function _0x56e9(_0x4fc911,_0x428f89){_0x4fc911=_0x4fc911-0x196;const _0x38f550=_0x38f5();let _0x56e93e=_0x38f550[_0x4fc911];return _0x56e93e;}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x423ede(0x1ac)},'resetColor':_0x423ede(0x1a8)},'table':{'main':'','insert':'삽입','delete':_0x423ede(0x1a1)},'insertTable':'표\x20삽입','insert':'삽입','insertTableSize':_0x423ede(0x1b5),'customTableSize':_0x423ede(0x1aa),'tableRows':'','tableColumns':'','insertRowAbove':_0x423ede(0x199),'insertRowBelow':_0x423ede(0x1ba),'insertRowsAbove':'위에\x20{count}개\x20행\x20삽입','insertRowsBelow':_0x423ede(0x1c3),'insertColumnLeft':_0x423ede(0x197),'insertColumnRight':'오른쪽에\x20열\x20삽입','insertColumnsLeft':'왼쪽에\x20{count}개\x20열\x20삽입','insertColumnsRight':_0x423ede(0x1b6),'delete':'삭제','deleteRow':_0x423ede(0x1a2),'deleteRows':'{count}개\x20행\x20삭제','deleteColumn':'열\x20삭제','deleteColumns':'{count}개\x20열\x20삭제','deleteTable':'표\x20삭제','mergeCells':_0x423ede(0x1ad),'unmergeCells':_0x423ede(0x1c1),'insertTitleRow':_0x423ede(0x1a7),'pinHeaderRows':_0x423ede(0x196),'selectColumn':'열\x20선택','selectRow':_0x423ede(0x19e),'selectTable':_0x423ede(0x1b3),'sortTable':_0x423ede(0x1ab),'sortAscending':_0x423ede(0x1a0),'sortDescending':_0x423ede(0x198),'distribute':'분배','distributeRows':'행\x20균등\x20분배','distributeColumns':_0x423ede(0x1c5),'borders':_0x423ede(0x1ae),'borderAll':'모든\x20테두리','borderBottom':_0x423ede(0x1b9),'borderInner':_0x423ede(0x1c0),'borderInnerHorizontal':_0x423ede(0x1b0),'borderInnerVertical':_0x423ede(0x1be),'borderLeft':_0x423ede(0x1a6),'borderOuter':'바깥쪽\x20테두리','borderNone':_0x423ede(0x1bd),'borderRight':_0x423ede(0x19b),'borderTop':_0x423ede(0x19f),'tableBackgroundColor':_0x423ede(0x1a3),'borderColor':_0x423ede(0x1bb),'borderWidth':_0x423ede(0x19d),'borderStyle':'테두리\x20스타일','borderStyleSolid':'실선','borderStyleDotted':'점선','borderStyleDashed':'파선','columnType':_0x423ede(0x1b4),'columnTypeText':_0x423ede(0x1b2),'columnTypeNumber':'숫자','columnTypeDate':'날짜','columnTypeCheckbox':_0x423ede(0x1bc),'columnTypeDropdown':_0x423ede(0x1b1),'tableOptions':_0x423ede(0x1a9)}};module['exports']=e;function _0x38f5(){const _0x19d670=['내림차순\x20정렬','위에\x20행\x20삽입','727864gPsExV','오른쪽\x20테두리','2054248VbKYzY','테두리\x20두께','행\x20선택','위쪽\x20테두리','오름차순\x20정렬','표\x20삭제','행\x20삭제','표\x20배경색','921iQytuZ','1748087VdeKMx','왼쪽\x20테두리','제목\x20행\x20삽입','기본색으로\x20재설정','표\x20옵션','사용자\x20지정\x20크기','표\x20정렬','텍스트\x20배경색','셀\x20병합','테두리','5NkHvAy','안쪽\x20가로\x20테두리','드롭다운','텍스트','표\x20선택','열\x20유형\x20설정','표\x20크기\x20삽입','오른쪽에\x20{count}개\x20열\x20삽입','3274092DfKHRU','3537306EIfglC','아래쪽\x20테두리','아래에\x20행\x20삽입','테두리\x20','체크박스','테두리\x20없음','안쪽\x20세로\x20테두리','16qWOLiN','안쪽\x20테두리','셀\x20병합\x20해제','4938AWNYgm','아래에\x20{count}개\x20행\x20삽입','939854fUQpqS','열\x20균등\x20분배','60DGReSk','이\x20행까지\x20머리글\x20고정','왼쪽에\x20열\x20삽입'];_0x38f5=function(){return _0x19d670;};return _0x38f5();}
1
+ const _0x5402d0=_0xaa12;(function(_0x2136f2,_0x4e4449){const _0x2eb882=_0xaa12,_0x1dc668=_0x2136f2();while(!![]){try{const _0x5578cd=-parseInt(_0x2eb882(0x203))/0x1+parseInt(_0x2eb882(0x200))/0x2+parseInt(_0x2eb882(0x20b))/0x3+parseInt(_0x2eb882(0x20a))/0x4*(-parseInt(_0x2eb882(0x1fe))/0x5)+-parseInt(_0x2eb882(0x1fc))/0x6*(-parseInt(_0x2eb882(0x1cf))/0x7)+parseInt(_0x2eb882(0x1df))/0x8*(-parseInt(_0x2eb882(0x1ec))/0x9)+parseInt(_0x2eb882(0x206))/0xa*(-parseInt(_0x2eb882(0x207))/0xb);if(_0x5578cd===_0x4e4449)break;else _0x1dc668['push'](_0x1dc668['shift']());}catch(_0x1c32be){_0x1dc668['push'](_0x1dc668['shift']());}}}(_0x5371,0xa4779));function _0xaa12(_0x346585,_0xd99497){_0x346585=_0x346585-0x1cc;const _0x537165=_0x5371();let _0xaa126a=_0x537165[_0x346585];return _0xaa126a;}function _0x5371(){const _0x2ba0bc=['안쪽\x20가로\x20테두리','아래에\x20행\x20삽입','열\x20삭제','14OmUCbQ','열\x20유형\x20설정','채우기\x20색상','텍스트','표\x20삽입','표\x20선택','오른쪽에\x20{count}개\x20열\x20삽입','위쪽\x20맞춤','표\x20배경색','왼쪽\x20테두리','내림차순\x20정렬','Text\x20style','안쪽\x20테두리','Normal\x20text','기본색으로\x20재설정','아래에\x20{count}개\x20행\x20삽입','191336ytljoY','모든\x20테두리','행\x20삭제','위에\x20{count}개\x20행\x20삽입','셀\x20병합','텍스트\x20서식','가운데\x20맞춤','{count}개\x20행\x20삭제','취소선','위에\x20행\x20삽입','텍스트\x20색상','바깥쪽\x20테두리','표\x20정렬','162SUIaMK','Ordered\x20list','테두리\x20없음','Heading\x203','안쪽\x20세로\x20테두리','텍스트\x20배경색','행\x20선택','Task\x20list','왼쪽\x20정렬','왼쪽에\x20{count}개\x20열\x20삽입','표\x20옵션','행\x20삽입','기울임꼴','Heading\x202','열\x20선택','셀\x20병합\x20해제','2275842IkBldw','Heading\x201','4955CbYOTt','오른쪽\x20테두리','1992564GmlzDf','왼쪽에\x20열\x20삽입','양쪽\x20맞춤','651781hlQEIH','테두리\x20두께','체크박스','50NENLML','1249457wSUHTP','위쪽\x20테두리','표\x20삭제','1836BqrGqG','3071556RPBTPB','테두리','{count}개\x20열\x20삭제','오름차순\x20정렬','테두리\x20','아래쪽\x20테두리','텍스트\x20내용\x20지우기'];_0x5371=function(){return _0x2ba0bc;};return _0x5371();}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x5402d0(0x1e9)},'fillColor':{'main':_0x5402d0(0x1d1)},'textBackgroundColor':{'main':_0x5402d0(0x1f1)},'resetColor':_0x5402d0(0x1dd),'bold':'굵게','italic':_0x5402d0(0x1f8),'underline':'밑줄','strikethrough':_0x5402d0(0x1e7),'alignLeft':_0x5402d0(0x1f4),'alignCenter':'가운데\x20정렬','alignRight':'오른쪽\x20정렬','alignJustify':_0x5402d0(0x202),'textStyle':{'tooltip':_0x5402d0(0x1da),'normal':_0x5402d0(0x1dc),'heading1':_0x5402d0(0x1fd),'heading2':_0x5402d0(0x1f9),'heading3':_0x5402d0(0x1ef),'heading4':'Heading\x204','heading5':'Heading\x205','orderedList':_0x5402d0(0x1ed),'unorderedList':'Unordered\x20list','checklist':_0x5402d0(0x1f3)}},'table':{'main':'표','insert':'삽입','delete':_0x5402d0(0x209)},'insertTable':_0x5402d0(0x1d3),'insert':'삽입','insertTableSize':'표\x20크기\x20삽입','customTableSize':'사용자\x20지정\x20크기','tableRows':'','tableColumns':'','insertRowAbove':_0x5402d0(0x1e8),'insertRowBelow':_0x5402d0(0x1cd),'insertRowsAbove':_0x5402d0(0x1e2),'insertRowsBelow':_0x5402d0(0x1de),'insertRow':_0x5402d0(0x1f7),'insertColumnLeft':_0x5402d0(0x201),'insertColumnRight':'오른쪽에\x20열\x20삽입','insertColumnsLeft':_0x5402d0(0x1f5),'insertColumnsRight':_0x5402d0(0x1d5),'insertColumn':'열\x20삽입','clearContent':_0x5402d0(0x211),'delete':'삭제','deleteRow':_0x5402d0(0x1e1),'deleteRows':_0x5402d0(0x1e6),'deleteColumn':_0x5402d0(0x1ce),'deleteColumns':_0x5402d0(0x20d),'deleteTable':_0x5402d0(0x209),'mergeCells':_0x5402d0(0x1e3),'unmergeCells':_0x5402d0(0x1fb),'insertTitleRow':'제목\x20행\x20삽입','pinHeaderRows':'이\x20행까지\x20머리글\x20고정','selectColumn':_0x5402d0(0x1fa),'selectRow':_0x5402d0(0x1f2),'selectTable':_0x5402d0(0x1d4),'sortTable':_0x5402d0(0x1eb),'sortAscending':_0x5402d0(0x20e),'sortDescending':_0x5402d0(0x1d9),'distribute':'분배','distributeRows':'행\x20균등\x20분배','distributeColumns':'열\x20균등\x20분배','borders':_0x5402d0(0x20c),'borderAll':_0x5402d0(0x1e0),'borderBottom':_0x5402d0(0x210),'borderInner':_0x5402d0(0x1db),'borderInnerHorizontal':_0x5402d0(0x1cc),'borderInnerVertical':_0x5402d0(0x1f0),'borderLeft':_0x5402d0(0x1d8),'borderOuter':_0x5402d0(0x1ea),'borderNone':_0x5402d0(0x1ee),'borderRight':_0x5402d0(0x1ff),'borderTop':_0x5402d0(0x208),'tableBackgroundColor':_0x5402d0(0x1d7),'borderColor':_0x5402d0(0x20f),'borderWidth':_0x5402d0(0x204),'borderStyle':'테두리\x20스타일','borderStyleSolid':'실선','borderStyleDotted':'점선','borderStyleDashed':'파선','textFormat':_0x5402d0(0x1e4),'verticalAlignTop':_0x5402d0(0x1d6),'verticalAlignMiddle':_0x5402d0(0x1e5),'verticalAlignBottom':'아래쪽\x20맞춤','columnType':_0x5402d0(0x1d0),'columnTypeText':_0x5402d0(0x1d2),'columnTypeNumber':'숫자','columnTypeDate':'날짜','columnTypeCheckbox':_0x5402d0(0x205),'columnTypeDropdown':'드롭다운','tableOptions':_0x5402d0(0x1f6)}};module['exports']=e;
@@ -0,0 +1 @@
1
+ function _0x193d(_0x3cc61e,_0x8805fe){_0x3cc61e=_0x3cc61e-0xfb;const _0x4c6079=_0x4c60();let _0x193d73=_0x4c6079[_0x3cc61e];return _0x193d73;}function _0x4c60(){const _0x21173a=['Wstaw','Lista\x20rozwijana','Wyrównaj\x20do\x20prawej','Format\x20tekstu','156315CAaatw','Wybierz\x20wiersz','44OvQROu','Wiersze','Normal\x20text','Przypnij\x20nagłówek\x20do\x20tego\x20wiersza','Usuń\x20wiersz','Wyczyść\x20zawartość\x20tekstu','exports','Sortuj\x20malejąco','Wyjustuj','114825FekOjW','Wstaw\x20wiersz\x20poniżej','Tekst','Wszystkie\x20obramowania','Ustaw\x20typ\x20kolumny','Prawe\x20obramowanie','Górne\x20obramowanie','Data','Lewe\x20obramowanie','Szerokość\x20obramowania','Ordered\x20list','Sortuj\x20tabelę','Styl\x20obramowania','Task\x20list','Wybierz\x20kolumnę','1267479UTpZoK','Wewnętrzne\x20obramowanie\x20pionowe','Wyrównaj\x20do\x20lewej','Heading\x202','Wstaw\x20{count}\x20kolumn\x20z\x20prawej','Pole\x20wyboru','Wstaw\x20wiersz\x20powyżej','Kursywa','Wstaw\x20{count}\x20wierszy\x20powyżej','Wstaw\x20rozmiar\x20tabeli','Kolor\x20wypełnienia','4685417OOtivD','Obramowania','Wyrównaj\x20do\x20góry','10TOvozL','Wstaw\x20kolumnę','Wstaw\x20tabelę','Rozmieść','Dolne\x20obramowanie','Wewnętrzne\x20obramowania','Heading\x203','Przekreślenie','Pogrubienie','Heading\x201','Wstaw\x20kolumnę\x20z\x20lewej','Usuń\x20{count}\x20wierszy','1344930FpdLAC','12FrprJj','Wstaw\x20wiersz\x20tytułu','Unordered\x20list','Wyrównaj\x20do\x20środka','Heading\x205','Kolor\x20tekstu','Scal\x20komórki','Kropkowane','Ciągłe','1245640YIdHke','Kolor\x20tła\x20tekstu','Wstaw\x20wiersz','97429tQZCtW','Usuń\x20kolumnę','Heading\x204','Cofnij\x20scalanie\x20komórek','Wyrównaj\x20do\x20dołu','7XRgCFU'];_0x4c60=function(){return _0x21173a;};return _0x4c60();}const _0x319710=_0x193d;(function(_0x4b430b,_0x381800){const _0x456c03=_0x193d,_0x203857=_0x4b430b();while(!![]){try{const _0x1c02ec=parseInt(_0x456c03(0x140))/0x1+-parseInt(_0x456c03(0x134))/0x2*(parseInt(_0x456c03(0xff))/0x3)+parseInt(_0x456c03(0x101))/0x4*(-parseInt(_0x456c03(0x10a))/0x5)+parseInt(_0x456c03(0x133))/0x6*(parseInt(_0x456c03(0x145))/0x7)+-parseInt(_0x456c03(0x13d))/0x8+parseInt(_0x456c03(0x119))/0x9+-parseInt(_0x456c03(0x127))/0xa*(-parseInt(_0x456c03(0x124))/0xb);if(_0x1c02ec===_0x381800)break;else _0x203857['push'](_0x203857['shift']());}catch(_0x248b28){_0x203857['push'](_0x203857['shift']());}}}(_0x4c60,0x28df4));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x319710(0x139)},'fillColor':{'main':_0x319710(0x123)},'textBackgroundColor':{'main':_0x319710(0x13e)},'resetColor':'Resetuj','bold':_0x319710(0x12f),'italic':_0x319710(0x120),'underline':'Podkreślenie','strikethrough':_0x319710(0x12e),'alignLeft':_0x319710(0x11b),'alignCenter':_0x319710(0x137),'alignRight':_0x319710(0xfd),'alignJustify':_0x319710(0x109),'textStyle':{'tooltip':'Text\x20style','normal':_0x319710(0x103),'heading1':_0x319710(0x130),'heading2':_0x319710(0x11c),'heading3':_0x319710(0x12d),'heading4':_0x319710(0x142),'heading5':_0x319710(0x138),'orderedList':_0x319710(0x114),'unorderedList':_0x319710(0x136),'checklist':_0x319710(0x117)}},'table':{'main':'Tabela','insert':_0x319710(0xfb),'delete':'Usuń\x20tabelę'},'insertTable':_0x319710(0x129),'insert':_0x319710(0xfb),'insertTableSize':_0x319710(0x122),'customTableSize':'Rozmiar\x20niestandardowy','tableRows':_0x319710(0x102),'tableColumns':'Kolumny','insertRowAbove':_0x319710(0x11f),'insertRowBelow':_0x319710(0x10b),'insertRowsAbove':_0x319710(0x121),'insertRowsBelow':'Wstaw\x20{count}\x20wierszy\x20poniżej','insertRow':_0x319710(0x13f),'insertColumnLeft':_0x319710(0x131),'insertColumnRight':'Wstaw\x20kolumnę\x20z\x20prawej','insertColumnsLeft':'Wstaw\x20{count}\x20kolumn\x20z\x20lewej','insertColumnsRight':_0x319710(0x11d),'insertColumn':_0x319710(0x128),'clearContent':_0x319710(0x106),'delete':'Usuń','deleteRow':_0x319710(0x105),'deleteRows':_0x319710(0x132),'deleteColumn':_0x319710(0x141),'deleteColumns':'Usuń\x20{count}\x20kolumn','deleteTable':'Usuń\x20tabelę','mergeCells':_0x319710(0x13a),'unmergeCells':_0x319710(0x143),'insertTitleRow':_0x319710(0x135),'pinHeaderRows':_0x319710(0x104),'selectColumn':_0x319710(0x118),'selectRow':_0x319710(0x100),'selectTable':'Wybierz\x20tabelę','sortTable':_0x319710(0x115),'sortAscending':'Sortuj\x20rosnąco','sortDescending':_0x319710(0x108),'distribute':_0x319710(0x12a),'distributeRows':'Rozmieść\x20wiersze','distributeColumns':'Rozmieść\x20kolumny','borders':_0x319710(0x125),'borderAll':_0x319710(0x10d),'borderBottom':_0x319710(0x12b),'borderInner':_0x319710(0x12c),'borderInnerHorizontal':'Wewnętrzne\x20obramowanie\x20poziome','borderInnerVertical':_0x319710(0x11a),'borderLeft':_0x319710(0x112),'borderOuter':'Zewnętrzne\x20obramowanie','borderNone':'Bez\x20obramowania','borderRight':_0x319710(0x10f),'borderTop':_0x319710(0x110),'tableBackgroundColor':'Kolor\x20tła\x20tabeli','borderColor':'Kolor\x20obramowania','borderWidth':_0x319710(0x113),'borderStyle':_0x319710(0x116),'borderStyleSolid':_0x319710(0x13c),'borderStyleDotted':_0x319710(0x13b),'borderStyleDashed':'Kreskowane','textFormat':_0x319710(0xfe),'verticalAlignTop':_0x319710(0x126),'verticalAlignMiddle':_0x319710(0x137),'verticalAlignBottom':_0x319710(0x144),'columnType':_0x319710(0x10e),'columnTypeText':_0x319710(0x10c),'columnTypeNumber':'Liczba','columnTypeDate':_0x319710(0x111),'columnTypeCheckbox':_0x319710(0x11e),'columnTypeDropdown':_0x319710(0xfc),'tableOptions':'Opcje\x20tabeli'}};module[_0x319710(0x107)]=e;
@@ -0,0 +1 @@
1
+ function _0x321a(){const _0x89ae73=['Excluir\x20{count}\x20linhas','1363160YjMnEp','Negrito','Data','Task\x20list','Unordered\x20list','Inserir\x20linha\x20abaixo','Heading\x201','3743536uqLeky','Estilo\x20da\x20borda','Caixa\x20de\x20seleção','Borda\x20horizontal\x20interna','Selecionar\x20linha','Inserir\x20coluna','Cor\x20de\x20fundo\x20da\x20tabela','Normal\x20text','Justificar','Alinhar\x20à\x20direita','Desfazer\x20mesclagem\x20de\x20células','Largura\x20da\x20borda','Sublinhado','Inserir\x20coluna\x20à\x20direita','Heading\x203','Borda\x20externa','Lista\x20suspensa','Classificar\x20em\x20ordem\x20decrescente','Pontilhada','Opções\x20da\x20tabela','Inserir\x20{count}\x20colunas\x20à\x20esquerda','Selecionar\x20tabela','Inserir\x20coluna\x20à\x20esquerda','Distribuir\x20linhas','47506DXdlui','Tachado','Alinhar\x20à\x20base','Cor\x20de\x20preenchimento','Text\x20style','Inserir\x20tamanho\x20da\x20tabela','10GkGTga','Tabela','592956HLbFlA','5LOTpcy','Alinhar\x20ao\x20topo','Excluir\x20linha','Mesclar\x20células','1349937hDzKvx','Colunas','Limpar\x20conteúdo\x20do\x20texto','Classificar\x20em\x20ordem\x20crescente','6497559KvUIam','Itálico','Selecionar\x20coluna','Cor\x20do\x20texto','Distribuir\x20colunas','Borda\x20direita','Excluir\x20{count}\x20colunas','57835vBzYbO','Excluir\x20coluna','Borda\x20vertical\x20interna','Alinhar\x20ao\x20meio','Ordered\x20list','Tamanho\x20personalizado','Heading\x202','192BhimFE','Inserir\x20tabela','Alinhar\x20ao\x20centro','Inserir','Borda\x20superior'];_0x321a=function(){return _0x89ae73;};return _0x321a();}const _0xbcafd5=_0x5794;function _0x5794(_0x42ceeb,_0xb632b2){_0x42ceeb=_0x42ceeb-0x12e;const _0x321a40=_0x321a();let _0x5794e3=_0x321a40[_0x42ceeb];return _0x5794e3;}(function(_0x363d88,_0x39812b){const _0x350410=_0x5794,_0x393630=_0x363d88();while(!![]){try{const _0x15378e=-parseInt(_0x350410(0x167))/0x1*(-parseInt(_0x350410(0x15e))/0x2)+parseInt(_0x350410(0x16b))/0x3+-parseInt(_0x350410(0x13f))/0x4+parseInt(_0x350410(0x132))/0x5*(parseInt(_0x350410(0x139))/0x6)+-parseInt(_0x350410(0x166))/0x7+parseInt(_0x350410(0x146))/0x8+-parseInt(_0x350410(0x16f))/0x9*(parseInt(_0x350410(0x164))/0xa);if(_0x15378e===_0x39812b)break;else _0x393630['push'](_0x393630['shift']());}catch(_0x15004d){_0x393630['push'](_0x393630['shift']());}}}(_0x321a,0x3f535));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0xbcafd5(0x12e)},'fillColor':{'main':_0xbcafd5(0x161)},'textBackgroundColor':{'main':'Cor\x20de\x20fundo\x20do\x20texto'},'resetColor':'Redefinir','bold':_0xbcafd5(0x140),'italic':_0xbcafd5(0x170),'underline':_0xbcafd5(0x152),'strikethrough':_0xbcafd5(0x15f),'alignLeft':'Alinhar\x20à\x20esquerda','alignCenter':_0xbcafd5(0x13b),'alignRight':_0xbcafd5(0x14f),'alignJustify':_0xbcafd5(0x14e),'textStyle':{'tooltip':_0xbcafd5(0x162),'normal':_0xbcafd5(0x14d),'heading1':_0xbcafd5(0x145),'heading2':_0xbcafd5(0x138),'heading3':_0xbcafd5(0x154),'heading4':'Heading\x204','heading5':'Heading\x205','orderedList':_0xbcafd5(0x136),'unorderedList':_0xbcafd5(0x143),'checklist':_0xbcafd5(0x142)}},'table':{'main':_0xbcafd5(0x165),'insert':_0xbcafd5(0x13c),'delete':'Excluir\x20tabela'},'insertTable':_0xbcafd5(0x13a),'insert':_0xbcafd5(0x13c),'insertTableSize':_0xbcafd5(0x163),'customTableSize':_0xbcafd5(0x137),'tableRows':'Linhas','tableColumns':_0xbcafd5(0x16c),'insertRowAbove':'Inserir\x20linha\x20acima','insertRowBelow':_0xbcafd5(0x144),'insertRowsAbove':'Inserir\x20{count}\x20linhas\x20acima','insertRowsBelow':'Inserir\x20{count}\x20linhas\x20abaixo','insertRow':'Inserir\x20linha','insertColumnLeft':_0xbcafd5(0x15c),'insertColumnRight':_0xbcafd5(0x153),'insertColumnsLeft':_0xbcafd5(0x15a),'insertColumnsRight':'Inserir\x20{count}\x20colunas\x20à\x20direita','insertColumn':_0xbcafd5(0x14b),'clearContent':_0xbcafd5(0x16d),'delete':'Excluir','deleteRow':_0xbcafd5(0x169),'deleteRows':_0xbcafd5(0x13e),'deleteColumn':_0xbcafd5(0x133),'deleteColumns':_0xbcafd5(0x131),'deleteTable':'Excluir\x20tabela','mergeCells':_0xbcafd5(0x16a),'unmergeCells':_0xbcafd5(0x150),'insertTitleRow':'Inserir\x20linha\x20de\x20título','pinHeaderRows':'Fixar\x20cabeçalho\x20até\x20esta\x20linha','selectColumn':_0xbcafd5(0x171),'selectRow':_0xbcafd5(0x14a),'selectTable':_0xbcafd5(0x15b),'sortTable':'Classificar\x20tabela','sortAscending':_0xbcafd5(0x16e),'sortDescending':_0xbcafd5(0x157),'distribute':'Distribuir','distributeRows':_0xbcafd5(0x15d),'distributeColumns':_0xbcafd5(0x12f),'borders':'Bordas','borderAll':'Todas\x20as\x20bordas','borderBottom':'Borda\x20inferior','borderInner':'Bordas\x20internas','borderInnerHorizontal':_0xbcafd5(0x149),'borderInnerVertical':_0xbcafd5(0x134),'borderLeft':'Borda\x20esquerda','borderOuter':_0xbcafd5(0x155),'borderNone':'Sem\x20borda','borderRight':_0xbcafd5(0x130),'borderTop':_0xbcafd5(0x13d),'tableBackgroundColor':_0xbcafd5(0x14c),'borderColor':'Cor\x20da\x20borda','borderWidth':_0xbcafd5(0x151),'borderStyle':_0xbcafd5(0x147),'borderStyleSolid':'Sólida','borderStyleDotted':_0xbcafd5(0x158),'borderStyleDashed':'Tracejada','textFormat':'Formato\x20de\x20texto','verticalAlignTop':_0xbcafd5(0x168),'verticalAlignMiddle':_0xbcafd5(0x135),'verticalAlignBottom':_0xbcafd5(0x160),'columnType':'Definir\x20tipo\x20de\x20coluna','columnTypeText':'Texto','columnTypeNumber':'Número','columnTypeDate':_0xbcafd5(0x141),'columnTypeCheckbox':_0xbcafd5(0x148),'columnTypeDropdown':_0xbcafd5(0x156),'tableOptions':_0xbcafd5(0x159)}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x105c16=_0x1066;function _0x335d(){const _0x4add2f=['Удалить','Удалить\x20строку','Пунктирная','12tIOyAf','Вставить\x20столбец\x20справа','Дата','Стиль\x20границы','Выбрать\x20столбец','2530389ERJWBT','Размер\x20вставляемой\x20таблицы','Вставить','62LtyoFv','2493sWGfjE','Распределить\x20столбцы','14602BJiPoP','Удалить\x20{count}\x20строк','Цвет\x20границы','Текст','437283hkzRDe','Цвет\x20фона\x20текста','Левая\x20граница','Распределить','Внутренняя\x20вертикальная\x20граница','Вставить\x20{count}\x20столбцов\x20справа','Вставить\x20{count}\x20строк\x20ниже','exports','Распределить\x20строки','Сплошная','2160396BeLnhn','Разъединить\x20ячейки','Верхняя\x20граница','Без\x20границ','Границы','Удалить\x20таблицу','Сортировать\x20по\x20возрастанию','Вставить\x20строку\x20заголовка','Сортировать\x20таблицу','Вставить\x20таблицу','Нижняя\x20граница','Вставить\x20строку\x20ниже','59470JBiOFw','5012536XdIFyN','Внешняя\x20граница','Выбрать\x20таблицу','5399530DNCynd','Объединить\x20ячейки','Вставить\x20столбец\x20слева','Число','Параметры\x20таблицы','Правая\x20граница','Вставить\x20строку\x20выше'];_0x335d=function(){return _0x4add2f;};return _0x335d();}function _0x1066(_0x4018af,_0x3db161){_0x4018af=_0x4018af-0x1c0;const _0x335dd5=_0x335d();let _0x1066df=_0x335dd5[_0x4018af];return _0x1066df;}(function(_0x53da27,_0x3f6708){const _0x3c0cbe=_0x1066,_0x1af1a8=_0x53da27();while(!![]){try{const _0x3be46c=-parseInt(_0x3c0cbe(0x1d5))/0x1*(parseInt(_0x3c0cbe(0x1d8))/0x2)+-parseInt(_0x3c0cbe(0x1d2))/0x3+parseInt(_0x3c0cbe(0x1e6))/0x4+-parseInt(_0x3c0cbe(0x1c3))/0x5+-parseInt(_0x3c0cbe(0x1cd))/0x6*(-parseInt(_0x3c0cbe(0x1dc))/0x7)+parseInt(_0x3c0cbe(0x1c0))/0x8+-parseInt(_0x3c0cbe(0x1d6))/0x9*(-parseInt(_0x3c0cbe(0x1f2))/0xa);if(_0x3be46c===_0x3f6708)break;else _0x1af1a8['push'](_0x1af1a8['shift']());}catch(_0x4b06af){_0x1af1a8['push'](_0x1af1a8['shift']());}}}(_0x335d,0x896cc));const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x105c16(0x1dd)},'resetColor':'Сбросить'},'table':{'main':'Таблица','insert':_0x105c16(0x1d4),'delete':_0x105c16(0x1eb)},'insertTable':_0x105c16(0x1ef),'insert':_0x105c16(0x1d4),'insertTableSize':_0x105c16(0x1d3),'customTableSize':'Пользовательский\x20размер','tableRows':'Строки','tableColumns':'Столбцы','insertRowAbove':_0x105c16(0x1c9),'insertRowBelow':_0x105c16(0x1f1),'insertRowsAbove':'Вставить\x20{count}\x20строк\x20выше','insertRowsBelow':_0x105c16(0x1e2),'insertColumnLeft':_0x105c16(0x1c5),'insertColumnRight':_0x105c16(0x1ce),'insertColumnsLeft':'Вставить\x20{count}\x20столбцов\x20слева','insertColumnsRight':_0x105c16(0x1e1),'delete':_0x105c16(0x1ca),'deleteRow':_0x105c16(0x1cb),'deleteRows':_0x105c16(0x1d9),'deleteColumn':'Удалить\x20столбец','deleteColumns':'Удалить\x20{count}\x20столбцов','deleteTable':'Удалить\x20таблицу','mergeCells':_0x105c16(0x1c4),'unmergeCells':_0x105c16(0x1e7),'insertTitleRow':_0x105c16(0x1ed),'pinHeaderRows':'Закрепить\x20заголовок\x20до\x20этой\x20строки','selectColumn':_0x105c16(0x1d1),'selectRow':'Выбрать\x20строку','selectTable':_0x105c16(0x1c2),'sortTable':_0x105c16(0x1ee),'sortAscending':_0x105c16(0x1ec),'sortDescending':'Сортировать\x20по\x20убыванию','distribute':_0x105c16(0x1df),'distributeRows':_0x105c16(0x1e4),'distributeColumns':_0x105c16(0x1d7),'borders':_0x105c16(0x1ea),'borderAll':'Все\x20границы','borderBottom':_0x105c16(0x1f0),'borderInner':'Внутренние\x20границы','borderInnerHorizontal':'Внутренняя\x20горизонтальная\x20граница','borderInnerVertical':_0x105c16(0x1e0),'borderLeft':_0x105c16(0x1de),'borderOuter':_0x105c16(0x1c1),'borderNone':_0x105c16(0x1e9),'borderRight':_0x105c16(0x1c8),'borderTop':_0x105c16(0x1e8),'tableBackgroundColor':'Цвет\x20фона\x20таблицы','borderColor':_0x105c16(0x1da),'borderWidth':'Толщина\x20границы','borderStyle':_0x105c16(0x1d0),'borderStyleSolid':_0x105c16(0x1e5),'borderStyleDotted':'Точечная','borderStyleDashed':_0x105c16(0x1cc),'columnType':'Задать\x20тип\x20столбца','columnTypeText':_0x105c16(0x1db),'columnTypeNumber':_0x105c16(0x1c6),'columnTypeDate':_0x105c16(0x1cf),'columnTypeCheckbox':'Флажок','columnTypeDropdown':'Раскрывающийся\x20список','tableOptions':_0x105c16(0x1c7)}};module[_0x105c16(0x1e3)]=e;
1
+ const _0x360658=_0x54c9;function _0x54c9(_0x147700,_0x57ff1f){_0x147700=_0x147700-0xd2;const _0x5ea6ca=_0x5ea6();let _0x54c971=_0x5ea6ca[_0x147700];return _0x54c971;}(function(_0x3d503b,_0x4b396b){const _0x2ade74=_0x54c9,_0x36f40d=_0x3d503b();while(!![]){try{const _0x14fe1a=parseInt(_0x2ade74(0x118))/0x1*(-parseInt(_0x2ade74(0xdf))/0x2)+parseInt(_0x2ade74(0xe5))/0x3*(-parseInt(_0x2ade74(0xe9))/0x4)+parseInt(_0x2ade74(0xef))/0x5*(-parseInt(_0x2ade74(0xda))/0x6)+-parseInt(_0x2ade74(0xfa))/0x7+-parseInt(_0x2ade74(0x11b))/0x8*(-parseInt(_0x2ade74(0x113))/0x9)+parseInt(_0x2ade74(0xf9))/0xa*(-parseInt(_0x2ade74(0x100))/0xb)+-parseInt(_0x2ade74(0xd3))/0xc*(-parseInt(_0x2ade74(0x11a))/0xd);if(_0x14fe1a===_0x4b396b)break;else _0x36f40d['push'](_0x36f40d['shift']());}catch(_0x1e3b16){_0x36f40d['push'](_0x36f40d['shift']());}}}(_0x5ea6,0x91909));function _0x5ea6(){const _0x453a3c=['Дата','Формат\x20текста','Удалить\x20{count}\x20столбцов','Левая\x20граница','Вставить\x20{count}\x20столбцов\x20слева','Цвет\x20текста','248283qVCDsZ','Unordered\x20list','Выбрать\x20столбец','Внутренние\x20границы','Heading\x201','56838vXdVaC','Вставить\x20{count}\x20строк\x20выше','13OesbiB','296rMCDVQ','Границы','Внутренняя\x20горизонтальная\x20граница','29952324NFaXrq','Вставить\x20строку','Пунктирная','Выровнять\x20по\x20ширине','Внешняя\x20граница','Флажок','Heading\x202','2604sIHKDd','Выбрать\x20строку','Вставить\x20{count}\x20столбцов\x20справа','Task\x20list','Правая\x20граница','6LXcPHL','Удалить\x20строку','Столбцы','Закрепить\x20заголовок\x20до\x20этой\x20строки','Вставить\x20строку\x20выше','Распределить\x20столбцы','1085829DTNzwk','Сортировать\x20по\x20убыванию','Полужирный','Все\x20границы','12TLOAaS','Вставить\x20строку\x20ниже','Курсив','Выровнять\x20по\x20центру','Удалить\x20{count}\x20строк','Вставить\x20таблицу','7440kYHjKP','Нижняя\x20граница','Выровнять\x20по\x20правому\x20краю','Text\x20style','Распределить','Внутренняя\x20вертикальная\x20граница','Таблица','Ordered\x20list','Heading\x204','Вставить\x20строку\x20заголовка','5372910mGigwh','3367609lIcOfd','Вставить\x20столбец\x20справа','Без\x20границ','Удалить\x20таблицу','Вставить\x20{count}\x20строк\x20ниже','Удалить','11gBVoRf','Подчеркнутый','Раскрывающийся\x20список','Зачеркнутый','Цвет\x20границы','Разъединить\x20ячейки','Текст','Задать\x20тип\x20столбца','Вставить\x20столбец\x20слева','exports','Выровнять\x20по\x20нижнему\x20краю','Выбрать\x20таблицу','Вставить'];_0x5ea6=function(){return _0x453a3c;};return _0x5ea6();}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x360658(0x112)},'fillColor':{'main':'Цвет\x20заливки'},'textBackgroundColor':{'main':'Цвет\x20фона\x20текста'},'resetColor':'Сбросить','bold':_0x360658(0xe7),'italic':_0x360658(0xeb),'underline':_0x360658(0x101),'strikethrough':_0x360658(0x103),'alignLeft':'Выровнять\x20по\x20левому\x20краю','alignCenter':_0x360658(0xec),'alignRight':_0x360658(0xf1),'alignJustify':_0x360658(0xd6),'textStyle':{'tooltip':_0x360658(0xf2),'normal':'Normal\x20text','heading1':_0x360658(0x117),'heading2':_0x360658(0xd9),'heading3':'Heading\x203','heading4':_0x360658(0xf7),'heading5':'Heading\x205','orderedList':_0x360658(0xf6),'unorderedList':_0x360658(0x114),'checklist':_0x360658(0xdd)}},'table':{'main':_0x360658(0xf5),'insert':_0x360658(0x10c),'delete':_0x360658(0xfd)},'insertTable':_0x360658(0xee),'insert':_0x360658(0x10c),'insertTableSize':'Размер\x20вставляемой\x20таблицы','customTableSize':'Пользовательский\x20размер','tableRows':'Строки','tableColumns':_0x360658(0xe1),'insertRowAbove':_0x360658(0xe3),'insertRowBelow':_0x360658(0xea),'insertRowsAbove':_0x360658(0x119),'insertRowsBelow':_0x360658(0xfe),'insertRow':_0x360658(0xd4),'insertColumnLeft':_0x360658(0x108),'insertColumnRight':_0x360658(0xfb),'insertColumnsLeft':_0x360658(0x111),'insertColumnsRight':_0x360658(0xdc),'insertColumn':'Вставить\x20столбец','clearContent':'Очистить\x20текстовое\x20содержимое','delete':_0x360658(0xff),'deleteRow':_0x360658(0xe0),'deleteRows':_0x360658(0xed),'deleteColumn':'Удалить\x20столбец','deleteColumns':_0x360658(0x10f),'deleteTable':_0x360658(0xfd),'mergeCells':'Объединить\x20ячейки','unmergeCells':_0x360658(0x105),'insertTitleRow':_0x360658(0xf8),'pinHeaderRows':_0x360658(0xe2),'selectColumn':_0x360658(0x115),'selectRow':_0x360658(0xdb),'selectTable':_0x360658(0x10b),'sortTable':'Сортировать\x20таблицу','sortAscending':'Сортировать\x20по\x20возрастанию','sortDescending':_0x360658(0xe6),'distribute':_0x360658(0xf3),'distributeRows':'Распределить\x20строки','distributeColumns':_0x360658(0xe4),'borders':_0x360658(0x11c),'borderAll':_0x360658(0xe8),'borderBottom':_0x360658(0xf0),'borderInner':_0x360658(0x116),'borderInnerHorizontal':_0x360658(0xd2),'borderInnerVertical':_0x360658(0xf4),'borderLeft':_0x360658(0x110),'borderOuter':_0x360658(0xd7),'borderNone':_0x360658(0xfc),'borderRight':_0x360658(0xde),'borderTop':'Верхняя\x20граница','tableBackgroundColor':'Цвет\x20фона\x20таблицы','borderColor':_0x360658(0x104),'borderWidth':'Толщина\x20границы','borderStyle':'Стиль\x20границы','borderStyleSolid':'Сплошная','borderStyleDotted':'Точечная','borderStyleDashed':_0x360658(0xd5),'textFormat':_0x360658(0x10e),'verticalAlignTop':'Выровнять\x20по\x20верхнему\x20краю','verticalAlignMiddle':_0x360658(0xec),'verticalAlignBottom':_0x360658(0x10a),'columnType':_0x360658(0x107),'columnTypeText':_0x360658(0x106),'columnTypeNumber':'Число','columnTypeDate':_0x360658(0x10d),'columnTypeCheckbox':_0x360658(0xd8),'columnTypeDropdown':_0x360658(0x102),'tableOptions':'Параметры\x20таблицы'}};module[_0x360658(0x109)]=e;
@@ -1 +1 @@
1
- const _0x36b7c1=_0x10ea;function _0x10ea(_0x5c7f96,_0x46209a){_0x5c7f96=_0x5c7f96-0xbd;const _0xf2c416=_0xf2c4();let _0x10ea2b=_0xf2c416[_0x5c7f96];return _0x10ea2b;}(function(_0x232159,_0x3e9cae){const _0x206805=_0x10ea,_0x187e4b=_0x232159();while(!![]){try{const _0x101dcb=-parseInt(_0x206805(0xd4))/0x1*(parseInt(_0x206805(0xee))/0x2)+parseInt(_0x206805(0xe0))/0x3*(parseInt(_0x206805(0xf0))/0x4)+parseInt(_0x206805(0xbe))/0x5+-parseInt(_0x206805(0xcb))/0x6*(-parseInt(_0x206805(0xd2))/0x7)+-parseInt(_0x206805(0xd6))/0x8+-parseInt(_0x206805(0xd9))/0x9+-parseInt(_0x206805(0xbf))/0xa*(parseInt(_0x206805(0xe7))/0xb);if(_0x101dcb===_0x3e9cae)break;else _0x187e4b['push'](_0x187e4b['shift']());}catch(_0x24349d){_0x187e4b['push'](_0x187e4b['shift']());}}}(_0xf2c4,0x88a9a));function _0xf2c4(){const _0x5c5a14=['Farba\x20pozadia\x20textu','18XweGet','Horné\x20orámovanie','5366792TnWsfr','Plná\x20čiara','Vložiť\x20riadok\x20pod','6979167IucNYK','Štýl\x20orámovania','Odstrániť\x20{count}\x20riadkov','Bodkovaná\x20čiara','Odstrániť\x20riadok','Vložiť\x20{count}\x20riadkov\x20nad','Orámovanie','3vTfAth','Ľavé\x20orámovanie','Zoradiť\x20vzostupne','Zlúčiť\x20bunky','Vybrať\x20riadok','Farba\x20pozadia\x20tabuľky','Tabuľka','979539qLCorT','Zrušiť\x20zlúčenie\x20buniek','Pripnúť\x20hlavičku\x20po\x20tento\x20riadok','Farba\x20orámovania','Všetky\x20orámovania','Vložiť\x20{count}\x20stĺpcov\x20vľavo','Možnosti\x20tabuľky','16166TzlyZR','Vložiť','1954060VZCAJX','Nastaviť\x20typ\x20stĺpca','Vnútorné\x20orámovania','Vonkajšie\x20orámovanie','Rozložiť\x20stĺpce','Vlastná\x20veľkosť','4575315AMeUfp','10bVNybc','Vložiť\x20{count}\x20riadkov\x20pod','Hrúbka\x20orámovania','Rozbaľovací\x20zoznam','Vložiť\x20titulný\x20riadok','Text','Dátum','Pravé\x20orámovanie','Odstrániť\x20tabuľku','Vložiť\x20stĺpec\x20vpravo','Odstrániť\x20stĺpec','Zoradiť\x20zostupne','6ngRwoC','Vložiť\x20tabuľku','Rozložiť\x20riadky','Rozložiť','exports','Číslo','Obnoviť','5859329cktJjP'];_0xf2c4=function(){return _0x5c5a14;};return _0xf2c4();}const e={'docs-table-ui':{'toolbar':{'textBackgroundColor':{'main':_0x36b7c1(0xd3)},'resetColor':_0x36b7c1(0xd1)},'table':{'main':_0x36b7c1(0xe6),'insert':_0x36b7c1(0xef),'delete':_0x36b7c1(0xc7)},'insertTable':_0x36b7c1(0xcc),'insert':'Vložiť','insertTableSize':'Veľkosť\x20vkladanej\x20tabuľky','customTableSize':_0x36b7c1(0xbd),'tableRows':'Riadky','tableColumns':'Stĺpce','insertRowAbove':'Vložiť\x20riadok\x20nad','insertRowBelow':_0x36b7c1(0xd8),'insertRowsAbove':_0x36b7c1(0xde),'insertRowsBelow':_0x36b7c1(0xc0),'insertColumnLeft':'Vložiť\x20stĺpec\x20vľavo','insertColumnRight':_0x36b7c1(0xc8),'insertColumnsLeft':_0x36b7c1(0xec),'insertColumnsRight':'Vložiť\x20{count}\x20stĺpcov\x20vpravo','delete':'Odstrániť','deleteRow':_0x36b7c1(0xdd),'deleteRows':_0x36b7c1(0xdb),'deleteColumn':_0x36b7c1(0xc9),'deleteColumns':'Odstrániť\x20{count}\x20stĺpcov','deleteTable':_0x36b7c1(0xc7),'mergeCells':_0x36b7c1(0xe3),'unmergeCells':_0x36b7c1(0xe8),'insertTitleRow':_0x36b7c1(0xc3),'pinHeaderRows':_0x36b7c1(0xe9),'selectColumn':'Vybrať\x20stĺpec','selectRow':_0x36b7c1(0xe4),'selectTable':'Vybrať\x20tabuľku','sortTable':'Zoradiť\x20tabuľku','sortAscending':_0x36b7c1(0xe2),'sortDescending':_0x36b7c1(0xca),'distribute':_0x36b7c1(0xce),'distributeRows':_0x36b7c1(0xcd),'distributeColumns':_0x36b7c1(0xf4),'borders':_0x36b7c1(0xdf),'borderAll':_0x36b7c1(0xeb),'borderBottom':'Spodné\x20orámovanie','borderInner':_0x36b7c1(0xf2),'borderInnerHorizontal':'Vnútorné\x20vodorovné\x20orámovanie','borderInnerVertical':'Vnútorné\x20zvislé\x20orámovanie','borderLeft':_0x36b7c1(0xe1),'borderOuter':_0x36b7c1(0xf3),'borderNone':'Bez\x20orámovania','borderRight':_0x36b7c1(0xc6),'borderTop':_0x36b7c1(0xd5),'tableBackgroundColor':_0x36b7c1(0xe5),'borderColor':_0x36b7c1(0xea),'borderWidth':_0x36b7c1(0xc1),'borderStyle':_0x36b7c1(0xda),'borderStyleSolid':_0x36b7c1(0xd7),'borderStyleDotted':_0x36b7c1(0xdc),'borderStyleDashed':'Prerušovaná\x20čiara','columnType':_0x36b7c1(0xf1),'columnTypeText':_0x36b7c1(0xc4),'columnTypeNumber':_0x36b7c1(0xd0),'columnTypeDate':_0x36b7c1(0xc5),'columnTypeCheckbox':'Začiarkavacie\x20políčko','columnTypeDropdown':_0x36b7c1(0xc2),'tableOptions':_0x36b7c1(0xed)}};module[_0x36b7c1(0xcf)]=e;
1
+ function _0x4460(){const _0x30a721=['Farba\x20textu','Heading\x201','Obnoviť','Zarovnať\x20doprava','Heading\x203','Odstrániť\x20{count}\x20stĺpcov','Farba\x20pozadia\x20tabuľky','Bez\x20orámovania','Vložiť\x20{count}\x20riadkov\x20pod','Vložiť\x20{count}\x20riadkov\x20nad','Zlúčiť\x20bunky','Orámovanie','Formát\x20textu','412611zHUlWf','Vybrať\x20riadok','2690rhqunP','Vložiť\x20stĺpec\x20vpravo','Vložiť\x20riadok\x20pod','Stĺpce','Unordered\x20list','Heading\x205','Tabuľka','Zarovnať\x20dole','1326pZHBYQ','Zarovnať\x20na\x20stred','Riadky','Vložiť\x20riadok','2348828dAKxTV','Zoradiť\x20zostupne','Vymazať\x20textový\x20obsah','Možnosti\x20tabuľky','Štýl\x20orámovania','Farba\x20orámovania','Vybrať\x20tabuľku','Vnútorné\x20orámovania','Všetky\x20orámovania','Odstrániť\x20{count}\x20riadkov','Zoradiť\x20tabuľku','Bodkovaná\x20čiara','Vložiť\x20stĺpec\x20vľavo','Zarovnať\x20hore','2UxNjov','1309412RsceOh','Prečiarknuté','Odstrániť\x20tabuľku','Normal\x20text','Text','Odstrániť\x20riadok','Veľkosť\x20vkladanej\x20tabuľky','Kurzíva','Zarovnať\x20do\x20bloku','180kvDpbq','Vložiť\x20stĺpec','Vonkajšie\x20orámovanie','Vložiť','Rozložiť\x20stĺpce','Heading\x204','Vybrať\x20stĺpec','1051825NzsdLM','Rozložiť\x20riadky','Tučné','8365448NbrlcY','3598qOUgfz','Odstrániť','Vlastná\x20veľkosť','Farba\x20pozadia\x20textu','Podčiarknutie','Prerušovaná\x20čiara','Horné\x20orámovanie','Vložiť\x20tabuľku','Číslo','Ordered\x20list','Rozložiť','Rozbaľovací\x20zoznam','Vnútorné\x20zvislé\x20orámovanie','Odstrániť\x20stĺpec','Začiarkavacie\x20políčko','Dátum'];_0x4460=function(){return _0x30a721;};return _0x4460();}const _0x10b1bd=_0x112a;(function(_0x26e42b,_0xe6f69b){const _0x1bba16=_0x112a,_0x3e5e20=_0x26e42b();while(!![]){try{const _0x254fae=parseInt(_0x1bba16(0x1fd))/0x1+-parseInt(_0x1bba16(0x1fc))/0x2*(-parseInt(_0x1bba16(0x22e))/0x3)+parseInt(_0x1bba16(0x1ee))/0x4+-parseInt(_0x1bba16(0x20d))/0x5+parseInt(_0x1bba16(0x1ea))/0x6*(-parseInt(_0x1bba16(0x211))/0x7)+-parseInt(_0x1bba16(0x210))/0x8+-parseInt(_0x1bba16(0x206))/0x9*(parseInt(_0x1bba16(0x1e2))/0xa);if(_0x254fae===_0xe6f69b)break;else _0x3e5e20['push'](_0x3e5e20['shift']());}catch(_0x19a692){_0x3e5e20['push'](_0x3e5e20['shift']());}}}(_0x4460,0xa0ec0));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x10b1bd(0x221)},'fillColor':{'main':'Farba\x20výplne'},'textBackgroundColor':{'main':_0x10b1bd(0x214)},'resetColor':_0x10b1bd(0x223),'bold':_0x10b1bd(0x20f),'italic':_0x10b1bd(0x204),'underline':_0x10b1bd(0x215),'strikethrough':_0x10b1bd(0x1fe),'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x10b1bd(0x1eb),'alignRight':_0x10b1bd(0x224),'alignJustify':_0x10b1bd(0x205),'textStyle':{'tooltip':'Text\x20style','normal':_0x10b1bd(0x200),'heading1':_0x10b1bd(0x222),'heading2':'Heading\x202','heading3':_0x10b1bd(0x225),'heading4':_0x10b1bd(0x20b),'heading5':_0x10b1bd(0x1e7),'orderedList':_0x10b1bd(0x21a),'unorderedList':_0x10b1bd(0x1e6),'checklist':'Task\x20list'}},'table':{'main':_0x10b1bd(0x1e8),'insert':_0x10b1bd(0x209),'delete':_0x10b1bd(0x1ff)},'insertTable':_0x10b1bd(0x218),'insert':'Vložiť','insertTableSize':_0x10b1bd(0x203),'customTableSize':_0x10b1bd(0x213),'tableRows':_0x10b1bd(0x1ec),'tableColumns':_0x10b1bd(0x1e5),'insertRowAbove':'Vložiť\x20riadok\x20nad','insertRowBelow':_0x10b1bd(0x1e4),'insertRowsAbove':_0x10b1bd(0x22a),'insertRowsBelow':_0x10b1bd(0x229),'insertRow':_0x10b1bd(0x1ed),'insertColumnLeft':_0x10b1bd(0x1fa),'insertColumnRight':_0x10b1bd(0x1e3),'insertColumnsLeft':'Vložiť\x20{count}\x20stĺpcov\x20vľavo','insertColumnsRight':'Vložiť\x20{count}\x20stĺpcov\x20vpravo','insertColumn':_0x10b1bd(0x207),'clearContent':_0x10b1bd(0x1f0),'delete':_0x10b1bd(0x212),'deleteRow':_0x10b1bd(0x202),'deleteRows':_0x10b1bd(0x1f7),'deleteColumn':_0x10b1bd(0x21e),'deleteColumns':_0x10b1bd(0x226),'deleteTable':'Odstrániť\x20tabuľku','mergeCells':_0x10b1bd(0x22b),'unmergeCells':'Zrušiť\x20zlúčenie\x20buniek','insertTitleRow':'Vložiť\x20titulný\x20riadok','pinHeaderRows':'Pripnúť\x20hlavičku\x20po\x20tento\x20riadok','selectColumn':_0x10b1bd(0x20c),'selectRow':_0x10b1bd(0x1e1),'selectTable':_0x10b1bd(0x1f4),'sortTable':_0x10b1bd(0x1f8),'sortAscending':'Zoradiť\x20vzostupne','sortDescending':_0x10b1bd(0x1ef),'distribute':_0x10b1bd(0x21b),'distributeRows':_0x10b1bd(0x20e),'distributeColumns':_0x10b1bd(0x20a),'borders':_0x10b1bd(0x22c),'borderAll':_0x10b1bd(0x1f6),'borderBottom':'Spodné\x20orámovanie','borderInner':_0x10b1bd(0x1f5),'borderInnerHorizontal':'Vnútorné\x20vodorovné\x20orámovanie','borderInnerVertical':_0x10b1bd(0x21d),'borderLeft':'Ľavé\x20orámovanie','borderOuter':_0x10b1bd(0x208),'borderNone':_0x10b1bd(0x228),'borderRight':'Pravé\x20orámovanie','borderTop':_0x10b1bd(0x217),'tableBackgroundColor':_0x10b1bd(0x227),'borderColor':_0x10b1bd(0x1f3),'borderWidth':'Hrúbka\x20orámovania','borderStyle':_0x10b1bd(0x1f2),'borderStyleSolid':'Plná\x20čiara','borderStyleDotted':_0x10b1bd(0x1f9),'borderStyleDashed':_0x10b1bd(0x216),'textFormat':_0x10b1bd(0x22d),'verticalAlignTop':_0x10b1bd(0x1fb),'verticalAlignMiddle':_0x10b1bd(0x1eb),'verticalAlignBottom':_0x10b1bd(0x1e9),'columnType':'Nastaviť\x20typ\x20stĺpca','columnTypeText':_0x10b1bd(0x201),'columnTypeNumber':_0x10b1bd(0x219),'columnTypeDate':_0x10b1bd(0x220),'columnTypeCheckbox':_0x10b1bd(0x21f),'columnTypeDropdown':_0x10b1bd(0x21c),'tableOptions':_0x10b1bd(0x1f1)}};function _0x112a(_0x193ee3,_0x169183){_0x193ee3=_0x193ee3-0x1e1;const _0x446078=_0x4460();let _0x112af3=_0x446078[_0x193ee3];return _0x112af3;}module['exports']=e;