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