@univerjs-pro/docs-table-ui 0.25.0 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +48 -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 +25 -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 +15 -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 _0x323ee9=_0x4138;function _0x552a(){const _0x1c192b=['الحدود','إلغاء\x20دمج\x20الخلايا','Heading\x201','الأعمدة','تاريخ','إعادة\x20تعيين','تعيين\x20نوع\x20العمود','5zjmCCU','محاذاة\x20للأسفل','Normal\x20text','الحد\x20الداخلي\x20الأفقي','حذف\x20الجدول','حذف\x20{count}\x20أعمدة','الحد\x20الأيمن','منقط','الحد\x20العلوي','كل\x20الحدود','حذف','تنسيق\x20النص','تحديد\x20العمود','Task\x20list','إدراج\x20{count}\x20صفوف\x20أعلاه','رقم','الحد\x20الخارجي','الحدود\x20الداخلية','متقطع','مربع\x20اختيار','8208662PHhtjI','توزيع\x20الأعمدة','لون\x20خلفية\x20النص','إدراج\x20عمود\x20إلى\x20اليسار','إدراج\x20{count}\x20أعمدة\x20إلى\x20اليسار','إدراج\x20صف\x20أدناه','حجم\x20مخصص','محاذاة\x20للأعلى','إدراج\x20عمود\x20إلى\x20اليمين','خيارات\x20الجدول','حذف\x20{count}\x20صفوف','حذف\x20العمود','3910722zdOSwo','تثبيت\x20الرأس\x20حتى\x20هذا\x20الصف','دمج\x20الخلايا','Ordered\x20list','تحديد\x20الصف','توزيع','متصل','توزيع\x20الصفوف','990029mtnfpL','لون\x20التعبئة','1837280itqjXD','86064kNwHSY','1723064rpDDiW','نمط\x20الحدود','الحد\x20الأيسر','إدراج\x20صف\x20عنوان','4149uYnkeT','276717oIkdEY','الصفوف','قائمة\x20منسدلة','إدراج','فرز\x20تنازلي','مسح\x20محتوى\x20النص'];_0x552a=function(){return _0x1c192b;};return _0x552a();}(function(_0x510088,_0x5bb6d6){const _0x2de09b=_0x4138,_0x183269=_0x510088();while(!![]){try{const _0x4f0ea8=-parseInt(_0x2de09b(0x210))/0x1+-parseInt(_0x2de09b(0x1d6))/0x2+-parseInt(_0x2de09b(0x1db))/0x3+-parseInt(_0x2de09b(0x1d4))/0x4+parseInt(_0x2de09b(0x1e8))/0x5*(-parseInt(_0x2de09b(0x208))/0x6)+-parseInt(_0x2de09b(0x1fc))/0x7+parseInt(_0x2de09b(0x1d5))/0x8*(parseInt(_0x2de09b(0x1da))/0x9);if(_0x4f0ea8===_0x5bb6d6)break;else _0x183269['push'](_0x183269['shift']());}catch(_0x546256){_0x183269['push'](_0x183269['shift']());}}}(_0x552a,0xb2ad9));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'لون\x20النص'},'fillColor':{'main':_0x323ee9(0x211)},'textBackgroundColor':{'main':_0x323ee9(0x1fe)},'resetColor':_0x323ee9(0x1e6),'textStyle':{'tooltip':'Text\x20style','normal':_0x323ee9(0x1ea),'heading1':_0x323ee9(0x1e3),'heading2':'Heading\x202','heading3':'Heading\x203','heading4':'Heading\x204','heading5':'Heading\x205','orderedList':_0x323ee9(0x20b),'unorderedList':'Unordered\x20list','checklist':_0x323ee9(0x1f5)}},'table':{'main':'جدول','insert':_0x323ee9(0x1de),'delete':_0x323ee9(0x1ec)},'insertTable':'إدراج\x20جدول','insert':_0x323ee9(0x1de),'insertTableSize':'إدراج\x20حجم\x20الجدول','customTableSize':_0x323ee9(0x202),'tableRows':_0x323ee9(0x1dc),'tableColumns':_0x323ee9(0x1e4),'insertRowAbove':'إدراج\x20صف\x20أعلاه','insertRowBelow':_0x323ee9(0x201),'insertRowsAbove':_0x323ee9(0x1f6),'insertRowsBelow':'إدراج\x20{count}\x20صفوف\x20أدناه','insertRow':'إدراج\x20صف','insertColumnLeft':_0x323ee9(0x1ff),'insertColumnRight':_0x323ee9(0x204),'insertColumnsLeft':_0x323ee9(0x200),'insertColumnsRight':'إدراج\x20{count}\x20أعمدة\x20إلى\x20اليمين','insertColumn':'إدراج\x20عمود','clearContent':_0x323ee9(0x1e0),'delete':_0x323ee9(0x1f2),'deleteRow':'حذف\x20الصف','deleteRows':_0x323ee9(0x206),'deleteColumn':_0x323ee9(0x207),'deleteColumns':_0x323ee9(0x1ed),'deleteTable':_0x323ee9(0x1ec),'mergeCells':_0x323ee9(0x20a),'unmergeCells':_0x323ee9(0x1e2),'insertTitleRow':_0x323ee9(0x1d9),'pinHeaderRows':_0x323ee9(0x209),'selectColumn':_0x323ee9(0x1f4),'selectRow':_0x323ee9(0x20c),'selectTable':'تحديد\x20الجدول','sortTable':'فرز\x20الجدول','sortAscending':'فرز\x20تصاعدي','sortDescending':_0x323ee9(0x1df),'distribute':_0x323ee9(0x20d),'distributeRows':_0x323ee9(0x20f),'distributeColumns':_0x323ee9(0x1fd),'borders':_0x323ee9(0x1e1),'borderAll':_0x323ee9(0x1f1),'borderBottom':'الحد\x20السفلي','borderInner':_0x323ee9(0x1f9),'borderInnerHorizontal':_0x323ee9(0x1eb),'borderInnerVertical':'الحد\x20الداخلي\x20العمودي','borderLeft':_0x323ee9(0x1d8),'borderOuter':_0x323ee9(0x1f8),'borderNone':'بدون\x20حدود','borderRight':_0x323ee9(0x1ee),'borderTop':_0x323ee9(0x1f0),'tableBackgroundColor':'لون\x20خلفية\x20الجدول','borderColor':'لون\x20الحدود','borderWidth':'عرض\x20الحدود','borderStyle':_0x323ee9(0x1d7),'borderStyleSolid':_0x323ee9(0x20e),'borderStyleDotted':_0x323ee9(0x1ef),'borderStyleDashed':_0x323ee9(0x1fa),'textFormat':_0x323ee9(0x1f3),'verticalAlignTop':_0x323ee9(0x203),'verticalAlignMiddle':'محاذاة\x20للوسط','verticalAlignBottom':_0x323ee9(0x1e9),'columnType':_0x323ee9(0x1e7),'columnTypeText':'نص','columnTypeNumber':_0x323ee9(0x1f7),'columnTypeDate':_0x323ee9(0x1e5),'columnTypeCheckbox':_0x323ee9(0x1fb),'columnTypeDropdown':_0x323ee9(0x1dd),'tableOptions':_0x323ee9(0x205)}};function _0x4138(_0x2a85db,_0x5d11f9){_0x2a85db=_0x2a85db-0x1d4;const _0x552a76=_0x552a();let _0x413865=_0x552a76[_0x2a85db];return _0x413865;}export{e as default};
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x5297a8=_0x13fc;function _0x13fc(_0x315cf2,_0x38fa0d){_0x315cf2=_0x315cf2-0xe7;const _0x248b3a=_0x248b();let _0x13fc59=_0x248b3a[_0x315cf2];return _0x13fc59;}function _0x248b(){const _0x58252e=['Distribueix\x20files','Task\x20list','Vora\x20vertical\x20interior','Mida\x20personalitzada','Vora\x20superior','Esborra\x20el\x20contingut\x20del\x20text','Suprimeix','Text\x20style','161780mtYoMF','Files','Suprimeix\x20taula','Gruix\x20de\x20la\x20vora','2740377pkYzTX','Mida\x20de\x20la\x20taula\x20a\x20inserir','8hZjIHx','Vora\x20exterior','Puntejat','Sòlid','Totes\x20les\x20vores','Combina\x20cel·les','Selecciona\x20columna','Estil\x20de\x20la\x20vora','Insereix\x20columna\x20a\x20l’esquerra','Insereix\x20{count}\x20files\x20a\x20sota','Restableix','1116024NAFpeF','Format\x20del\x20text','Vora\x20dreta','Suprimeix\x20fila','Elimina\x20taula','2793321LXrnUn','Insereix\x20{count}\x20files\x20a\x20sobre','Selecciona\x20fila','Defineix\x20el\x20tipus\x20de\x20columna','Suprimeix\x20columna','Vora\x20horitzontal\x20interior','Insereix\x20{count}\x20columnes\x20a\x20l’esquerra','Alinea\x20al\x20mig','412TljlJh','4870692qdTyWn','Text','150frWNnv','Casella\x20de\x20selecció','Insereix\x20taula','Insereix','Sense\x20vores','Insereix\x20fila\x20de\x20títol','Unordered\x20list','77jSwYVG','Vora\x20inferior','Insereix\x20columna','Vores\x20interiors','Suprimeix\x20{count}\x20columnes','Distribueix','Insereix\x20fila','Nombre','Ordena\x20taula','10jDzecW','Normal\x20text','Desplegable','Color\x20de\x20la\x20vora','5656812zfZBxq','1006wKnIIt','Color\x20de\x20fons\x20de\x20la\x20taula','Alinea\x20a\x20baix','Vores','Fixa\x20la\x20capçalera\x20fins\x20a\x20aquesta\x20fila','Discontinu','Opcions\x20de\x20taula'];_0x248b=function(){return _0x58252e;};return _0x248b();}(function(_0xbc25c3,_0x3fec8e){const _0x1a74e2=_0x13fc,_0x3ce7e7=_0xbc25c3();while(!![]){try{const _0x39e3c7=-parseInt(_0x1a74e2(0x105))/0x1*(-parseInt(_0x1a74e2(0x11d))/0x2)+parseInt(_0x1a74e2(0xeb))/0x3+parseInt(_0x1a74e2(0xf8))/0x4+parseInt(_0x1a74e2(0xe7))/0x5*(parseInt(_0x1a74e2(0x108))/0x6)+parseInt(_0x1a74e2(0x11c))/0x7*(parseInt(_0x1a74e2(0xed))/0x8)+parseInt(_0x1a74e2(0xfd))/0x9*(parseInt(_0x1a74e2(0x118))/0xa)+-parseInt(_0x1a74e2(0x10f))/0xb*(parseInt(_0x1a74e2(0x106))/0xc);if(_0x39e3c7===_0x3fec8e)break;else _0x3ce7e7['push'](_0x3ce7e7['shift']());}catch(_0x3bdf61){_0x3ce7e7['push'](_0x3ce7e7['shift']());}}}(_0x248b,0x769d9));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'Color\x20del\x20text'},'fillColor':{'main':'Color\x20de\x20farciment'},'textBackgroundColor':{'main':'Color\x20de\x20fons\x20del\x20text'},'resetColor':_0x5297a8(0xf7),'textStyle':{'tooltip':_0x5297a8(0x12b),'normal':_0x5297a8(0x119),'heading1':'Heading\x201','heading2':'Heading\x202','heading3':'Heading\x203','heading4':'Heading\x204','heading5':'Heading\x205','orderedList':'Ordered\x20list','unorderedList':_0x5297a8(0x10e),'checklist':_0x5297a8(0x125)}},'table':{'main':'Taula','insert':'Insereix','delete':_0x5297a8(0xfc)},'insertTable':_0x5297a8(0x10a),'insert':_0x5297a8(0x10b),'insertTableSize':_0x5297a8(0xec),'customTableSize':_0x5297a8(0x127),'tableRows':_0x5297a8(0xe8),'tableColumns':'Columnes','insertRowAbove':'Insereix\x20fila\x20a\x20sobre','insertRowBelow':'Insereix\x20fila\x20a\x20sota','insertRowsAbove':_0x5297a8(0xfe),'insertRowsBelow':_0x5297a8(0xf6),'insertRow':_0x5297a8(0x115),'insertColumnLeft':_0x5297a8(0xf5),'insertColumnRight':'Insereix\x20columna\x20a\x20la\x20dreta','insertColumnsLeft':_0x5297a8(0x103),'insertColumnsRight':'Insereix\x20{count}\x20columnes\x20a\x20la\x20dreta','insertColumn':_0x5297a8(0x111),'clearContent':_0x5297a8(0x129),'delete':_0x5297a8(0x12a),'deleteRow':_0x5297a8(0xfb),'deleteRows':'Suprimeix\x20{count}\x20files','deleteColumn':_0x5297a8(0x101),'deleteColumns':_0x5297a8(0x113),'deleteTable':_0x5297a8(0xe9),'mergeCells':_0x5297a8(0xf2),'unmergeCells':'Separa\x20cel·les','insertTitleRow':_0x5297a8(0x10d),'pinHeaderRows':_0x5297a8(0x121),'selectColumn':_0x5297a8(0xf3),'selectRow':_0x5297a8(0xff),'selectTable':'Selecciona\x20taula','sortTable':_0x5297a8(0x117),'sortAscending':'Ordena\x20ascendent','sortDescending':'Ordena\x20descendent','distribute':_0x5297a8(0x114),'distributeRows':_0x5297a8(0x124),'distributeColumns':'Distribueix\x20columnes','borders':_0x5297a8(0x120),'borderAll':_0x5297a8(0xf1),'borderBottom':_0x5297a8(0x110),'borderInner':_0x5297a8(0x112),'borderInnerHorizontal':_0x5297a8(0x102),'borderInnerVertical':_0x5297a8(0x126),'borderLeft':'Vora\x20esquerra','borderOuter':_0x5297a8(0xee),'borderNone':_0x5297a8(0x10c),'borderRight':_0x5297a8(0xfa),'borderTop':_0x5297a8(0x128),'tableBackgroundColor':_0x5297a8(0x11e),'borderColor':_0x5297a8(0x11b),'borderWidth':_0x5297a8(0xea),'borderStyle':_0x5297a8(0xf4),'borderStyleSolid':_0x5297a8(0xf0),'borderStyleDotted':_0x5297a8(0xef),'borderStyleDashed':_0x5297a8(0x122),'textFormat':_0x5297a8(0xf9),'verticalAlignTop':'Alinea\x20a\x20dalt','verticalAlignMiddle':_0x5297a8(0x104),'verticalAlignBottom':_0x5297a8(0x11f),'columnType':_0x5297a8(0x100),'columnTypeText':_0x5297a8(0x107),'columnTypeNumber':_0x5297a8(0x116),'columnTypeDate':'Data','columnTypeCheckbox':_0x5297a8(0x109),'columnTypeDropdown':_0x5297a8(0x11a),'tableOptions':_0x5297a8(0x123)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x54cfc4=_0x10f4;(function(_0x1f3c80,_0xe7301b){const _0x3dd796=_0x10f4,_0x1dcfed=_0x1f3c80();while(!![]){try{const _0x3b5474=parseInt(_0x3dd796(0xf8))/0x1+-parseInt(_0x3dd796(0x107))/0x2+parseInt(_0x3dd796(0xd2))/0x3+-parseInt(_0x3dd796(0x10b))/0x4*(-parseInt(_0x3dd796(0xfa))/0x5)+-parseInt(_0x3dd796(0xea))/0x6+-parseInt(_0x3dd796(0xcb))/0x7+-parseInt(_0x3dd796(0xe1))/0x8*(parseInt(_0x3dd796(0x106))/0x9);if(_0x3b5474===_0xe7301b)break;else _0x1dcfed['push'](_0x1dcfed['shift']());}catch(_0x118f43){_0x1dcfed['push'](_0x1dcfed['shift']());}}}(_0x19b2,0x42786));function _0x19b2(){const _0x2d4d39=['Zeile\x20oberhalb\x20einfügen','Alle\x20Rahmen','Benutzerdefinierte\x20Größe','Spalten','Äußerer\x20Rahmen','Rahmenfarbe','Heading\x203','3132152jGYAKv','Rahmen','Oberer\x20Rahmen','Tabelle\x20einfügen','Zeile\x20unterhalb\x20einfügen','Datum','Dropdown','Zurücksetzen','{count}\x20Spalten\x20löschen','160692KzMRDb','Spalte\x20auswählen','Unterer\x20Rahmen','Innerer\x20horizontaler\x20Rahmen','Spaltentyp\x20festlegen','Zeile\x20auswählen','Durchgezogen','Tabelle','Tabelle\x20auswählen','Gestrichelt','Linker\x20Rahmen','Zeile\x20löschen','Innerer\x20vertikaler\x20Rahmen','Rechter\x20Rahmen','248041tZnNsV','{count}\x20Spalten\x20links\x20einfügen','426685wqSVuR','Unten\x20ausrichten','Textformat','Spalte\x20löschen','Zellen\x20verbinden','Zeilen','Oben\x20ausrichten','Rahmenbreite','Kein\x20Rahmen','{count}\x20Zeilen\x20unterhalb\x20einfügen','Text\x20style','Einfügen','9YGRKEw','191224gQGmSI','{count}\x20Spalten\x20rechts\x20einfügen','Textinhalt\x20löschen','Tabelle\x20löschen','20ELwmsO','Unordered\x20list','Heading\x204','Absteigend\x20sortieren','Texthintergrundfarbe','Heading\x205','{count}\x20Zeilen\x20oberhalb\x20einfügen','Titelzeile\x20einfügen','2442447GejTNz','Gepunktet','Normal\x20text','Spalten\x20verteilen','Spalte\x20rechts\x20einfügen','Tabelle\x20sortieren','Innere\x20Rahmen','1381110PHmyib','Text','Tabellenoptionen','Tabellengröße\x20einfügen','Löschen','Tabellenhintergrundfarbe','Textfarbe','Task\x20list'];_0x19b2=function(){return _0x2d4d39;};return _0x19b2();}function _0x10f4(_0x47fe94,_0x54c1e8){_0x47fe94=_0x47fe94-0xc7;const _0x19b225=_0x19b2();let _0x10f4aa=_0x19b225[_0x47fe94];return _0x10f4aa;}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x54cfc4(0xd8)},'fillColor':{'main':'Füllfarbe'},'textBackgroundColor':{'main':_0x54cfc4(0xc7)},'resetColor':_0x54cfc4(0xe8),'textStyle':{'tooltip':_0x54cfc4(0x104),'normal':_0x54cfc4(0xcd),'heading1':'Heading\x201','heading2':'Heading\x202','heading3':_0x54cfc4(0xe0),'heading4':_0x54cfc4(0x10d),'heading5':_0x54cfc4(0xc8),'orderedList':'Ordered\x20list','unorderedList':_0x54cfc4(0x10c),'checklist':_0x54cfc4(0xd9)}},'table':{'main':_0x54cfc4(0xf1),'insert':_0x54cfc4(0x105),'delete':_0x54cfc4(0x10a)},'insertTable':_0x54cfc4(0xe4),'insert':_0x54cfc4(0x105),'insertTableSize':_0x54cfc4(0xd5),'customTableSize':_0x54cfc4(0xdc),'tableRows':_0x54cfc4(0xff),'tableColumns':_0x54cfc4(0xdd),'insertRowAbove':_0x54cfc4(0xda),'insertRowBelow':_0x54cfc4(0xe5),'insertRowsAbove':_0x54cfc4(0xc9),'insertRowsBelow':_0x54cfc4(0x103),'insertRow':'Zeile\x20einfügen','insertColumnLeft':'Spalte\x20links\x20einfügen','insertColumnRight':_0x54cfc4(0xcf),'insertColumnsLeft':_0x54cfc4(0xf9),'insertColumnsRight':_0x54cfc4(0x108),'insertColumn':'Spalte\x20einfügen','clearContent':_0x54cfc4(0x109),'delete':_0x54cfc4(0xd6),'deleteRow':_0x54cfc4(0xf5),'deleteRows':'{count}\x20Zeilen\x20löschen','deleteColumn':_0x54cfc4(0xfd),'deleteColumns':_0x54cfc4(0xe9),'deleteTable':'Tabelle\x20löschen','mergeCells':_0x54cfc4(0xfe),'unmergeCells':'Zellen\x20trennen','insertTitleRow':_0x54cfc4(0xca),'pinHeaderRows':'Kopfzeile\x20bis\x20zu\x20dieser\x20Zeile\x20fixieren','selectColumn':_0x54cfc4(0xeb),'selectRow':_0x54cfc4(0xef),'selectTable':_0x54cfc4(0xf2),'sortTable':_0x54cfc4(0xd0),'sortAscending':'Aufsteigend\x20sortieren','sortDescending':_0x54cfc4(0x10e),'distribute':'Verteilen','distributeRows':'Zeilen\x20verteilen','distributeColumns':_0x54cfc4(0xce),'borders':_0x54cfc4(0xe2),'borderAll':_0x54cfc4(0xdb),'borderBottom':_0x54cfc4(0xec),'borderInner':_0x54cfc4(0xd1),'borderInnerHorizontal':_0x54cfc4(0xed),'borderInnerVertical':_0x54cfc4(0xf6),'borderLeft':_0x54cfc4(0xf4),'borderOuter':_0x54cfc4(0xde),'borderNone':_0x54cfc4(0x102),'borderRight':_0x54cfc4(0xf7),'borderTop':_0x54cfc4(0xe3),'tableBackgroundColor':_0x54cfc4(0xd7),'borderColor':_0x54cfc4(0xdf),'borderWidth':_0x54cfc4(0x101),'borderStyle':'Rahmenstil','borderStyleSolid':_0x54cfc4(0xf0),'borderStyleDotted':_0x54cfc4(0xcc),'borderStyleDashed':_0x54cfc4(0xf3),'textFormat':_0x54cfc4(0xfc),'verticalAlignTop':_0x54cfc4(0x100),'verticalAlignMiddle':'Vertikal\x20zentrieren','verticalAlignBottom':_0x54cfc4(0xfb),'columnType':_0x54cfc4(0xee),'columnTypeText':_0x54cfc4(0xd3),'columnTypeNumber':'Zahl','columnTypeDate':_0x54cfc4(0xe6),'columnTypeCheckbox':'Kontrollkästchen','columnTypeDropdown':_0x54cfc4(0xe7),'tableOptions':_0x54cfc4(0xd4)}};export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x25eb(_0x47923c,_0x195343){_0x47923c=_0x47923c-0x18d;const _0x6d84e8=_0x6d84();let _0x25ebd5=_0x6d84e8[_0x47923c];return _0x25ebd5;}const _0x28351e=_0x25eb;(function(_0x56db59,_0x37b505){const _0x5c716a=_0x25eb,_0x2e3f65=_0x56db59();while(!![]){try{const _0xe708e9=-parseInt(_0x5c716a(0x194))/0x1+parseInt(_0x5c716a(0x197))/0x2+parseInt(_0x5c716a(0x1a8))/0x3+parseInt(_0x5c716a(0x1b9))/0x4*(parseInt(_0x5c716a(0x1cb))/0x5)+-parseInt(_0x5c716a(0x191))/0x6*(-parseInt(_0x5c716a(0x1ae))/0x7)+-parseInt(_0x5c716a(0x1c0))/0x8*(parseInt(_0x5c716a(0x1b5))/0x9)+-parseInt(_0x5c716a(0x18d))/0xa;if(_0xe708e9===_0x37b505)break;else _0x2e3f65['push'](_0x2e3f65['shift']());}catch(_0x5ab3f1){_0x2e3f65['push'](_0x2e3f65['shift']());}}}(_0x6d84,0x2852a));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x28351e(0x19c)},'fillColor':{'main':_0x28351e(0x195)},'textBackgroundColor':{'main':'Text\x20background\x20color'},'resetColor':_0x28351e(0x1c5),'textStyle':{'tooltip':_0x28351e(0x1c9),'normal':_0x28351e(0x190),'heading1':_0x28351e(0x1b2),'heading2':'Heading\x202','heading3':_0x28351e(0x1cc),'heading4':_0x28351e(0x1ce),'heading5':_0x28351e(0x193),'orderedList':_0x28351e(0x198),'unorderedList':_0x28351e(0x1a4),'checklist':_0x28351e(0x18e)}},'table':{'main':_0x28351e(0x1c1),'insert':'Insert','delete':_0x28351e(0x1b8)},'insertTable':'Insert\x20table','insert':_0x28351e(0x19b),'insertTableSize':_0x28351e(0x1ba),'customTableSize':_0x28351e(0x1ca),'tableRows':_0x28351e(0x1a0),'tableColumns':_0x28351e(0x19e),'insertRowAbove':_0x28351e(0x1a2),'insertRowBelow':'Insert\x20row\x20below','insertRowsAbove':_0x28351e(0x1ad),'insertRowsBelow':_0x28351e(0x1a3),'insertRow':_0x28351e(0x1af),'insertColumnLeft':_0x28351e(0x1ab),'insertColumnRight':_0x28351e(0x1c8),'insertColumnsLeft':_0x28351e(0x1cd),'insertColumnsRight':_0x28351e(0x196),'insertColumn':_0x28351e(0x19d),'clearContent':'Clear\x20text\x20content','delete':'Delete','deleteRow':'Delete\x20row','deleteRows':_0x28351e(0x18f),'deleteColumn':_0x28351e(0x1bb),'deleteColumns':_0x28351e(0x1b1),'deleteTable':_0x28351e(0x1a7),'mergeCells':_0x28351e(0x1ac),'unmergeCells':'Unmerge\x20cells','insertTitleRow':_0x28351e(0x1a9),'pinHeaderRows':'Pin\x20header\x20up\x20to\x20this\x20row','selectColumn':_0x28351e(0x1be),'selectRow':_0x28351e(0x1c7),'selectTable':_0x28351e(0x19f),'sortTable':'Sort\x20table','sortAscending':'Sort\x20ascending','sortDescending':'Sort\x20descending','distribute':_0x28351e(0x192),'distributeRows':_0x28351e(0x1c6),'distributeColumns':_0x28351e(0x1a1),'borders':_0x28351e(0x1c4),'borderAll':'All\x20borders','borderBottom':_0x28351e(0x1bc),'borderInner':'Inner\x20borders','borderInnerHorizontal':'Inner\x20horizontal\x20border','borderInnerVertical':'Inner\x20vertical\x20border','borderLeft':_0x28351e(0x1b7),'borderOuter':'Outer\x20border','borderNone':_0x28351e(0x1d1),'borderRight':_0x28351e(0x1c2),'borderTop':_0x28351e(0x199),'tableBackgroundColor':_0x28351e(0x1d0),'borderColor':'Border\x20color','borderWidth':_0x28351e(0x1cf),'borderStyle':'Border\x20style','borderStyleSolid':_0x28351e(0x1b3),'borderStyleDotted':_0x28351e(0x1c3),'borderStyleDashed':_0x28351e(0x1b6),'textFormat':_0x28351e(0x1a5),'verticalAlignTop':_0x28351e(0x1bd),'verticalAlignMiddle':'Align\x20middle','verticalAlignBottom':_0x28351e(0x19a),'columnType':'Set\x20column\x20type','columnTypeText':_0x28351e(0x1b0),'columnTypeNumber':'Number','columnTypeDate':_0x28351e(0x1bf),'columnTypeCheckbox':_0x28351e(0x1b4),'columnTypeDropdown':_0x28351e(0x1a6),'tableOptions':_0x28351e(0x1aa)}};export{e as default};function _0x6d84(){const _0xc957d9=['226509woxdWQ','Fill\x20color','Insert\x20{count}\x20columns\x20right','482102qLPSwg','Ordered\x20list','Top\x20border','Align\x20bottom','Insert','Text\x20color','Insert\x20column','Columns','Select\x20table','Rows','Distribute\x20columns','Insert\x20row\x20above','Insert\x20{count}\x20rows\x20below','Unordered\x20list','Text\x20format','Dropdown','Delete\x20table','841944GLydTS','Insert\x20title\x20row','Table\x20options','Insert\x20column\x20left','Merge\x20cells','Insert\x20{count}\x20rows\x20above','1387743fIjajb','Insert\x20row','Text','Delete\x20{count}\x20columns','Heading\x201','Solid','Checkbox','90zolxlM','Dashed','Left\x20border','Table\x20delete','4gAZuxa','Insert\x20table\x20size','Delete\x20column','Bottom\x20border','Align\x20top','Select\x20column','Date','257104NNNPHY','Table','Right\x20border','Dotted','Borders','Reset','Distribute\x20rows','Select\x20row','Insert\x20column\x20right','Text\x20style','Custom\x20size','759065GTafOT','Heading\x203','Insert\x20{count}\x20columns\x20left','Heading\x204','Border\x20width','Table\x20background\x20color','No\x20border','1587100OCYpzR','Task\x20list','Delete\x20{count}\x20rows','Normal\x20text','6MLdZbq','Distribute','Heading\x205'];_0x6d84=function(){return _0xc957d9;};return _0x6d84();}
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x55ec49=_0x1e9c;(function(_0xc897a3,_0x10e487){const _0x203b26=_0x1e9c,_0x31478e=_0xc897a3();while(!![]){try{const _0x3b28bb=parseInt(_0x203b26(0x1d7))/0x1*(parseInt(_0x203b26(0x1a7))/0x2)+-parseInt(_0x203b26(0x1a6))/0x3+parseInt(_0x203b26(0x1c7))/0x4*(parseInt(_0x203b26(0x1da))/0x5)+parseInt(_0x203b26(0x1d3))/0x6*(-parseInt(_0x203b26(0x1c9))/0x7)+-parseInt(_0x203b26(0x1d8))/0x8+parseInt(_0x203b26(0x1d4))/0x9*(-parseInt(_0x203b26(0x19c))/0xa)+parseInt(_0x203b26(0x1c2))/0xb;if(_0x3b28bb===_0x10e487)break;else _0x31478e['push'](_0x31478e['shift']());}catch(_0x41d348){_0x31478e['push'](_0x31478e['shift']());}}}(_0x5aea,0x4a645));function _0x5aea(){const _0x540c98=['7959oSJEAy','Orden\x20descendente','Insertar','Heading\x201','Insertar\x20fila\x20abajo','Desplegable','Insertar\x20tabla','Columnas','Sin\x20bordes','Fecha','1506niDFHv','3393HSHuKP','Bordes','Sólido','1Yffqee','2604280wPaDVO','Punteado','45RnAgxG','Grosor\x20del\x20borde','Discontinuo','Color\x20de\x20fondo\x20del\x20texto','Bordes\x20interiores','Borde\x20superior','Distribuir\x20columnas','Insertar\x20fila\x20de\x20título','11260XPEzID','Estilo\x20del\x20borde','Orden\x20ascendente','Insertar\x20{count}\x20filas\x20arriba','Alinear\x20al\x20medio','Heading\x203','Seleccionar\x20columna','Insertar\x20fila','Distribuir\x20filas','Tabla','677412XzaXqS','442778YHiSwy','Text\x20style','Insertar\x20{count}\x20columnas\x20a\x20la\x20izquierda','Combinar\x20celdas','Alinear\x20arriba','Borde\x20inferior','Número','Formato\x20de\x20texto','Heading\x204','Texto','Color\x20de\x20fondo\x20de\x20la\x20tabla','Distribuir','Color\x20del\x20borde','Insertar\x20{count}\x20columnas\x20a\x20la\x20derecha','Eliminar\x20tabla','Establecer\x20tipo\x20de\x20columna','Eliminar\x20{count}\x20filas','Color\x20del\x20texto','Heading\x205','Alinear\x20abajo','Borde\x20derecho','Tamaño\x20personalizado','Borde\x20exterior','Borrar\x20contenido\x20de\x20texto','Ordenar\x20tabla','Color\x20de\x20relleno','Normal\x20text','12909919ipXrhi','Restablecer','Seleccionar\x20fila','Insertar\x20fila\x20arriba','Unordered\x20list','75964YzICKe','Casilla'];_0x5aea=function(){return _0x540c98;};return _0x5aea();}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x55ec49(0x1b8)},'fillColor':{'main':_0x55ec49(0x1c0)},'textBackgroundColor':{'main':_0x55ec49(0x1dd)},'resetColor':_0x55ec49(0x1c3),'textStyle':{'tooltip':_0x55ec49(0x1a8),'normal':_0x55ec49(0x1c1),'heading1':_0x55ec49(0x1cc),'heading2':'Heading\x202','heading3':_0x55ec49(0x1a1),'heading4':_0x55ec49(0x1af),'heading5':_0x55ec49(0x1b9),'orderedList':'Ordered\x20list','unorderedList':_0x55ec49(0x1c6),'checklist':'Task\x20list'}},'table':{'main':_0x55ec49(0x1a5),'insert':_0x55ec49(0x1cb),'delete':_0x55ec49(0x1b5)},'insertTable':_0x55ec49(0x1cf),'insert':'Insertar','insertTableSize':'Insertar\x20tamaño\x20de\x20tabla','customTableSize':_0x55ec49(0x1bc),'tableRows':'Filas','tableColumns':_0x55ec49(0x1d0),'insertRowAbove':_0x55ec49(0x1c5),'insertRowBelow':_0x55ec49(0x1cd),'insertRowsAbove':_0x55ec49(0x19f),'insertRowsBelow':'Insertar\x20{count}\x20filas\x20abajo','insertRow':_0x55ec49(0x1a3),'insertColumnLeft':'Insertar\x20columna\x20a\x20la\x20izquierda','insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','insertColumnsLeft':_0x55ec49(0x1a9),'insertColumnsRight':_0x55ec49(0x1b4),'insertColumn':'Insertar\x20columna','clearContent':_0x55ec49(0x1be),'delete':'Eliminar','deleteRow':'Eliminar\x20fila','deleteRows':_0x55ec49(0x1b7),'deleteColumn':'Eliminar\x20columna','deleteColumns':'Eliminar\x20{count}\x20columnas','deleteTable':_0x55ec49(0x1b5),'mergeCells':_0x55ec49(0x1aa),'unmergeCells':'Separar\x20celdas','insertTitleRow':_0x55ec49(0x19b),'pinHeaderRows':'Fijar\x20encabezado\x20hasta\x20esta\x20fila','selectColumn':_0x55ec49(0x1a2),'selectRow':_0x55ec49(0x1c4),'selectTable':'Seleccionar\x20tabla','sortTable':_0x55ec49(0x1bf),'sortAscending':_0x55ec49(0x19e),'sortDescending':_0x55ec49(0x1ca),'distribute':_0x55ec49(0x1b2),'distributeRows':_0x55ec49(0x1a4),'distributeColumns':_0x55ec49(0x19a),'borders':_0x55ec49(0x1d5),'borderAll':'Todos\x20los\x20bordes','borderBottom':_0x55ec49(0x1ac),'borderInner':_0x55ec49(0x1de),'borderInnerHorizontal':'Borde\x20horizontal\x20interior','borderInnerVertical':'Borde\x20vertical\x20interior','borderLeft':'Borde\x20izquierdo','borderOuter':_0x55ec49(0x1bd),'borderNone':_0x55ec49(0x1d1),'borderRight':_0x55ec49(0x1bb),'borderTop':_0x55ec49(0x199),'tableBackgroundColor':_0x55ec49(0x1b1),'borderColor':_0x55ec49(0x1b3),'borderWidth':_0x55ec49(0x1db),'borderStyle':_0x55ec49(0x19d),'borderStyleSolid':_0x55ec49(0x1d6),'borderStyleDotted':_0x55ec49(0x1d9),'borderStyleDashed':_0x55ec49(0x1dc),'textFormat':_0x55ec49(0x1ae),'verticalAlignTop':_0x55ec49(0x1ab),'verticalAlignMiddle':_0x55ec49(0x1a0),'verticalAlignBottom':_0x55ec49(0x1ba),'columnType':_0x55ec49(0x1b6),'columnTypeText':_0x55ec49(0x1b0),'columnTypeNumber':_0x55ec49(0x1ad),'columnTypeDate':_0x55ec49(0x1d2),'columnTypeCheckbox':_0x55ec49(0x1c8),'columnTypeDropdown':_0x55ec49(0x1ce),'tableOptions':'Opciones\x20de\x20tabla'}};function _0x1e9c(_0x526489,_0x121cd7){_0x526489=_0x526489-0x199;const _0x5aea0e=_0x5aea();let _0x1e9cbe=_0x5aea0e[_0x526489];return _0x1e9cbe;}export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x3351e9=_0x5b87;function _0x5b87(_0xb5b020,_0x258975){_0xb5b020=_0xb5b020-0x158;const _0x780046=_0x7800();let _0x5b87fd=_0x780046[_0xb5b020];return _0x5b87fd;}(function(_0xb5c115,_0xd7ea8a){const _0x1d73a9=_0x5b87,_0x27ff41=_0xb5c115();while(!![]){try{const _0x2393aa=parseInt(_0x1d73a9(0x18c))/0x1+-parseInt(_0x1d73a9(0x166))/0x2+-parseInt(_0x1d73a9(0x189))/0x3*(parseInt(_0x1d73a9(0x15c))/0x4)+-parseInt(_0x1d73a9(0x1a3))/0x5*(parseInt(_0x1d73a9(0x159))/0x6)+parseInt(_0x1d73a9(0x172))/0x7+parseInt(_0x1d73a9(0x18a))/0x8*(-parseInt(_0x1d73a9(0x15b))/0x9)+parseInt(_0x1d73a9(0x16a))/0xa*(parseInt(_0x1d73a9(0x18e))/0xb);if(_0x2393aa===_0xd7ea8a)break;else _0x27ff41['push'](_0x27ff41['shift']());}catch(_0x439c6b){_0x27ff41['push'](_0x27ff41['shift']());}}}(_0x7800,0xb09ce));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x3351e9(0x179)},'fillColor':{'main':_0x3351e9(0x174)},'textBackgroundColor':{'main':'رنگ\x20پسزمینه\x20متن'},'resetColor':_0x3351e9(0x17e),'textStyle':{'tooltip':_0x3351e9(0x188),'normal':_0x3351e9(0x170),'heading1':_0x3351e9(0x17a),'heading2':_0x3351e9(0x17f),'heading3':_0x3351e9(0x198),'heading4':_0x3351e9(0x18d),'heading5':_0x3351e9(0x1a4),'orderedList':_0x3351e9(0x163),'unorderedList':_0x3351e9(0x165),'checklist':_0x3351e9(0x173)}},'table':{'main':_0x3351e9(0x193),'insert':_0x3351e9(0x19f),'delete':_0x3351e9(0x180)},'insertTable':_0x3351e9(0x181),'insert':_0x3351e9(0x19f),'insertTableSize':_0x3351e9(0x169),'customTableSize':_0x3351e9(0x1a1),'tableRows':_0x3351e9(0x18f),'tableColumns':_0x3351e9(0x17d),'insertRowAbove':_0x3351e9(0x19c),'insertRowBelow':_0x3351e9(0x195),'insertRowsAbove':_0x3351e9(0x162),'insertRowsBelow':_0x3351e9(0x177),'insertRow':_0x3351e9(0x1a0),'insertColumnLeft':_0x3351e9(0x182),'insertColumnRight':'درج\x20ستون\x20در\x20راست','insertColumnsLeft':_0x3351e9(0x184),'insertColumnsRight':'درج\x20{count}\x20ستون\x20در\x20راست','insertColumn':'درج\x20ستون','clearContent':'پاک\x20کردن\x20محتوای\x20متن','delete':_0x3351e9(0x16e),'deleteRow':_0x3351e9(0x15e),'deleteRows':_0x3351e9(0x186),'deleteColumn':_0x3351e9(0x15f),'deleteColumns':_0x3351e9(0x192),'deleteTable':_0x3351e9(0x180),'mergeCells':_0x3351e9(0x178),'unmergeCells':_0x3351e9(0x168),'insertTitleRow':_0x3351e9(0x171),'pinHeaderRows':_0x3351e9(0x16d),'selectColumn':_0x3351e9(0x1a2),'selectRow':'انتخاب\x20ردیف','selectTable':_0x3351e9(0x17b),'sortTable':_0x3351e9(0x175),'sortAscending':'مرتبسازی\x20صعودی','sortDescending':_0x3351e9(0x187),'distribute':_0x3351e9(0x167),'distributeRows':_0x3351e9(0x19a),'distributeColumns':_0x3351e9(0x164),'borders':_0x3351e9(0x190),'borderAll':_0x3351e9(0x176),'borderBottom':_0x3351e9(0x194),'borderInner':'حاشیههای\x20داخلی','borderInnerHorizontal':_0x3351e9(0x197),'borderInnerVertical':_0x3351e9(0x196),'borderLeft':_0x3351e9(0x19b),'borderOuter':_0x3351e9(0x191),'borderNone':'بدون\x20حاشیه','borderRight':_0x3351e9(0x199),'borderTop':_0x3351e9(0x185),'tableBackgroundColor':_0x3351e9(0x15a),'borderColor':_0x3351e9(0x19e),'borderWidth':_0x3351e9(0x1a6),'borderStyle':_0x3351e9(0x19d),'borderStyleSolid':_0x3351e9(0x16b),'borderStyleDotted':'نقطهچین','borderStyleDashed':_0x3351e9(0x15d),'textFormat':'قالب\x20متن','verticalAlignTop':_0x3351e9(0x1a5),'verticalAlignMiddle':_0x3351e9(0x158),'verticalAlignBottom':_0x3351e9(0x16c),'columnType':_0x3351e9(0x161),'columnTypeText':_0x3351e9(0x183),'columnTypeNumber':_0x3351e9(0x18b),'columnTypeDate':_0x3351e9(0x17c),'columnTypeCheckbox':_0x3351e9(0x160),'columnTypeDropdown':_0x3351e9(0x16f),'tableOptions':'گزینههای\x20جدول'}};export{e as default};function _0x7800(){const _0x15d035=['حاشیه\x20پایین','درج\x20ردیف\x20در\x20پایین','حاشیه\x20عمودی\x20داخلی','حاشیه\x20افقی\x20داخلی','Heading\x203','حاشیه\x20راست','توزیع\x20ردیفها','حاشیه\x20چپ','درج\x20ردیف\x20در\x20بالا','سبک\x20حاشیه','رنگ\x20حاشیه','درج','درج\x20سطر','اندازه\x20سفارشی','انتخاب\x20ستون','5YCZmvT','Heading\x205','تراز\x20بالا','ضخامت\x20حاشیه','تراز\x20وسط','6938562aJXlLj','رنگ\x20پسزمینه\x20جدول','4006062QqnzwW','167116wdhTsa','خطچین','حذف\x20ردیف','حذف\x20ستون','چکباکس','تنظیم\x20نوع\x20ستون','درج\x20{count}\x20ردیف\x20در\x20بالا','Ordered\x20list','توزیع\x20ستونها','Unordered\x20list','987908pEeIBz','توزیع','لغو\x20ادغام\x20سلولها','اندازه\x20جدول\x20برای\x20درج','3063430dbjrMd','پیوسته','تراز\x20پایین','سنجاق\x20کردن\x20سرستون\x20تا\x20این\x20ردیف','حذف','فهرست\x20کشویی','Normal\x20text','درج\x20ردیف\x20عنوان','9674721EhkOSL','Task\x20list','رنگ\x20پر\x20کردن','مرتبسازی\x20جدول','همه\x20حاشیهها','درج\x20{count}\x20ردیف\x20در\x20پایین','ادغام\x20سلولها','رنگ\x20متن','Heading\x201','انتخاب\x20جدول','تاریخ','ستونها','بازنشانی','Heading\x202','حذف\x20جدول','درج\x20جدول','درج\x20ستون\x20در\x20چپ','متن','درج\x20{count}\x20ستون\x20در\x20چپ','حاشیه\x20بالا','حذف\x20{count}\x20ردیف','مرتبسازی\x20نزولی','Text\x20style','78TZvvHX','16GVOIxO','عدد','211087KhxbAo','Heading\x204','99Mpdjpl','ردیفها','حاشیهها','حاشیه\x20بیرونی','حذف\x20{count}\x20ستون','جدول'];_0x7800=function(){return _0x15d035;};return _0x7800();}
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x218127=_0x5d0c;(function(_0x3be53e,_0x12b6be){const _0x401de5=_0x5d0c,_0x36931b=_0x3be53e();while(!![]){try{const _0x463828=parseInt(_0x401de5(0xad))/0x1+-parseInt(_0x401de5(0xc3))/0x2*(-parseInt(_0x401de5(0xa7))/0x3)+parseInt(_0x401de5(0xb8))/0x4+-parseInt(_0x401de5(0xa3))/0x5+parseInt(_0x401de5(0x9b))/0x6+-parseInt(_0x401de5(0x92))/0x7+-parseInt(_0x401de5(0xbf))/0x8;if(_0x463828===_0x12b6be)break;else _0x36931b['push'](_0x36931b['shift']());}catch(_0x5f5c9a){_0x36931b['push'](_0x36931b['shift']());}}}(_0x1ef2,0xbd36c));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'Couleur\x20du\x20texte'},'fillColor':{'main':_0x218127(0xa8)},'textBackgroundColor':{'main':_0x218127(0x94)},'resetColor':_0x218127(0xaf),'textStyle':{'tooltip':_0x218127(0x9f),'normal':_0x218127(0xce),'heading1':_0x218127(0xa1),'heading2':_0x218127(0xa6),'heading3':_0x218127(0x96),'heading4':_0x218127(0xc5),'heading5':'Heading\x205','orderedList':_0x218127(0x8e),'unorderedList':'Unordered\x20list','checklist':_0x218127(0xca)}},'table':{'main':_0x218127(0x9d),'insert':_0x218127(0xc0),'delete':_0x218127(0xc7)},'insertTable':_0x218127(0xb2),'insert':_0x218127(0xc0),'insertTableSize':'Insérer\x20une\x20taille\x20de\x20tableau','customTableSize':_0x218127(0xb0),'tableRows':_0x218127(0x9c),'tableColumns':'Colonnes','insertRowAbove':'Insérer\x20une\x20ligne\x20au-dessus','insertRowBelow':_0x218127(0xab),'insertRowsAbove':_0x218127(0x93),'insertRowsBelow':_0x218127(0xac),'insertRow':'Insérer\x20une\x20ligne','insertColumnLeft':_0x218127(0xa4),'insertColumnRight':_0x218127(0xc4),'insertColumnsLeft':'Insérer\x20{count}\x20colonnes\x20à\x20gauche','insertColumnsRight':_0x218127(0xb7),'insertColumn':_0x218127(0xbc),'clearContent':_0x218127(0x8c),'delete':_0x218127(0xc7),'deleteRow':_0x218127(0x90),'deleteRows':_0x218127(0xcf),'deleteColumn':_0x218127(0xbd),'deleteColumns':_0x218127(0xb1),'deleteTable':_0x218127(0x97),'mergeCells':_0x218127(0xa0),'unmergeCells':_0x218127(0x98),'insertTitleRow':_0x218127(0xcc),'pinHeaderRows':_0x218127(0x8f),'selectColumn':_0x218127(0xc8),'selectRow':_0x218127(0x8d),'selectTable':'Sélectionner\x20le\x20tableau','sortTable':_0x218127(0xc9),'sortAscending':'Tri\x20croissant','sortDescending':_0x218127(0xbb),'distribute':_0x218127(0xb9),'distributeRows':_0x218127(0xae),'distributeColumns':'Répartir\x20les\x20colonnes','borders':_0x218127(0xa9),'borderAll':_0x218127(0xb6),'borderBottom':_0x218127(0xcd),'borderInner':_0x218127(0x9a),'borderInnerHorizontal':_0x218127(0xa2),'borderInnerVertical':_0x218127(0x95),'borderLeft':_0x218127(0xbe),'borderOuter':_0x218127(0xb4),'borderNone':_0x218127(0xc2),'borderRight':'Bordure\x20droite','borderTop':'Bordure\x20supérieure','tableBackgroundColor':'Couleur\x20d’arrière-plan\x20du\x20tableau','borderColor':_0x218127(0xb5),'borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':_0x218127(0x99),'borderStyleSolid':_0x218127(0xba),'borderStyleDotted':_0x218127(0xc6),'borderStyleDashed':'Tireté','textFormat':'Format\x20du\x20texte','verticalAlignTop':_0x218127(0x9e),'verticalAlignMiddle':_0x218127(0xb3),'verticalAlignBottom':_0x218127(0xcb),'columnType':'Définir\x20le\x20type\x20de\x20colonne','columnTypeText':_0x218127(0xaa),'columnTypeNumber':_0x218127(0xc1),'columnTypeDate':_0x218127(0x8b),'columnTypeCheckbox':_0x218127(0x91),'columnTypeDropdown':'Liste\x20déroulante','tableOptions':_0x218127(0xa5)}};function _0x5d0c(_0x362671,_0x13b28b){_0x362671=_0x362671-0x8b;const _0x1ef2b9=_0x1ef2();let _0x5d0c6d=_0x1ef2b9[_0x362671];return _0x5d0c6d;}function _0x1ef2(){const _0x2ee982=['Supprimer\x20le\x20tableau','Annuler\x20la\x20fusion\x20des\x20cellules','Style\x20de\x20bordure','Bordures\x20intérieures','565560jgVvut','Lignes','Tableau','Aligner\x20en\x20haut','Text\x20style','Fusionner\x20les\x20cellules','Heading\x201','Bordure\x20horizontale\x20intérieure','708865AztbnP','Insérer\x20une\x20colonne\x20à\x20gauche','Options\x20du\x20tableau','Heading\x202','3IrorOV','Couleur\x20de\x20remplissage','Bordures','Texte','Insérer\x20une\x20ligne\x20en\x20dessous','Insérer\x20{count}\x20lignes\x20en\x20dessous','1031698mGHbfh','Répartir\x20les\x20lignes','Réinitialiser','Taille\x20personnalisée','Supprimer\x20{count}\x20colonnes','Insérer\x20un\x20tableau','Aligner\x20au\x20milieu','Bordure\x20extérieure','Couleur\x20de\x20bordure','Toutes\x20les\x20bordures','Insérer\x20{count}\x20colonnes\x20à\x20droite','3423244JCxypO','Répartir','Continu','Tri\x20décroissant','Insérer\x20une\x20colonne','Supprimer\x20la\x20colonne','Bordure\x20gauche','10771536GAQmnH','Insérer','Nombre','Aucune\x20bordure','1246902yplGJs','Insérer\x20une\x20colonne\x20à\x20droite','Heading\x204','Pointillé','Supprimer','Sélectionner\x20la\x20colonne','Trier\x20le\x20tableau','Task\x20list','Aligner\x20en\x20bas','Insérer\x20une\x20ligne\x20de\x20titre','Bordure\x20inférieure','Normal\x20text','Supprimer\x20{count}\x20lignes','Date','Effacer\x20le\x20contenu\x20du\x20texte','Sélectionner\x20la\x20ligne','Ordered\x20list','Figer\x20l’en-tête\x20jusqu’à\x20cette\x20ligne','Supprimer\x20la\x20ligne','Case\x20à\x20cocher','2393895Ebjfsn','Insérer\x20{count}\x20lignes\x20au-dessus','Couleur\x20d’arrière-plan\x20du\x20texte','Bordure\x20verticale\x20intérieure','Heading\x203'];_0x1ef2=function(){return _0x2ee982;};return _0x1ef2();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x19ef35=_0x48d2;(function(_0x4352d5,_0x469b70){const _0x1e2771=_0x48d2,_0x283bc8=_0x4352d5();while(!![]){try{const _0x455640=-parseInt(_0x1e2771(0x1d7))/0x1+-parseInt(_0x1e2771(0x1e8))/0x2+parseInt(_0x1e2771(0x1c6))/0x3+parseInt(_0x1e2771(0x1dc))/0x4*(-parseInt(_0x1e2771(0x1bf))/0x5)+parseInt(_0x1e2771(0x1de))/0x6+parseInt(_0x1e2771(0x1cb))/0x7*(parseInt(_0x1e2771(0x1c2))/0x8)+-parseInt(_0x1e2771(0x1cf))/0x9;if(_0x455640===_0x469b70)break;else _0x283bc8['push'](_0x283bc8['shift']());}catch(_0x57d11c){_0x283bc8['push'](_0x283bc8['shift']());}}}(_0x1a87,0x7bdbb));function _0x48d2(_0x230ea4,_0x5201c2){_0x230ea4=_0x230ea4-0x1af;const _0x1a87e3=_0x1a87();let _0x48d221=_0x1a87e3[_0x230ea4];return _0x48d221;}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'Warna\x20teks'},'fillColor':{'main':_0x19ef35(0x1e1)},'textBackgroundColor':{'main':_0x19ef35(0x1cd)},'resetColor':_0x19ef35(0x1b3),'textStyle':{'tooltip':'Text\x20style','normal':'Normal\x20text','heading1':_0x19ef35(0x1db),'heading2':'Heading\x202','heading3':_0x19ef35(0x1b5),'heading4':_0x19ef35(0x1c4),'heading5':'Heading\x205','orderedList':_0x19ef35(0x1bc),'unorderedList':_0x19ef35(0x1c0),'checklist':_0x19ef35(0x1c5)}},'table':{'main':_0x19ef35(0x1da),'insert':_0x19ef35(0x1d8),'delete':_0x19ef35(0x1d9)},'insertTable':_0x19ef35(0x1b9),'insert':_0x19ef35(0x1d8),'insertTableSize':'Sisipkan\x20ukuran\x20tabel','customTableSize':_0x19ef35(0x1d1),'tableRows':'Baris','tableColumns':_0x19ef35(0x1b1),'insertRowAbove':_0x19ef35(0x1e4),'insertRowBelow':_0x19ef35(0x1d2),'insertRowsAbove':_0x19ef35(0x1be),'insertRowsBelow':_0x19ef35(0x1d6),'insertRow':'Sisipkan\x20baris','insertColumnLeft':_0x19ef35(0x1d5),'insertColumnRight':_0x19ef35(0x1e6),'insertColumnsLeft':'Sisipkan\x20{count}\x20kolom\x20di\x20kiri','insertColumnsRight':_0x19ef35(0x1c9),'insertColumn':'Sisipkan\x20kolom','clearContent':'Hapus\x20konten\x20teks','delete':_0x19ef35(0x1c1),'deleteRow':_0x19ef35(0x1dd),'deleteRows':_0x19ef35(0x1e3),'deleteColumn':_0x19ef35(0x1e5),'deleteColumns':_0x19ef35(0x1df),'deleteTable':_0x19ef35(0x1d9),'mergeCells':'Gabungkan\x20sel','unmergeCells':'Pisahkan\x20sel','insertTitleRow':_0x19ef35(0x1e2),'pinHeaderRows':'Sematkan\x20header\x20hingga\x20baris\x20ini','selectColumn':_0x19ef35(0x1d0),'selectRow':_0x19ef35(0x1e0),'selectTable':_0x19ef35(0x1b4),'sortTable':'Urutkan\x20tabel','sortAscending':'Urutkan\x20naik','sortDescending':'Urutkan\x20turun','distribute':_0x19ef35(0x1c7),'distributeRows':'Distribusikan\x20baris','distributeColumns':_0x19ef35(0x1bb),'borders':_0x19ef35(0x1b2),'borderAll':_0x19ef35(0x1d4),'borderBottom':'Batas\x20bawah','borderInner':_0x19ef35(0x1ba),'borderInnerHorizontal':_0x19ef35(0x1cc),'borderInnerVertical':'Batas\x20vertikal\x20bagian\x20dalam','borderLeft':_0x19ef35(0x1d3),'borderOuter':_0x19ef35(0x1af),'borderNone':_0x19ef35(0x1c8),'borderRight':_0x19ef35(0x1e7),'borderTop':_0x19ef35(0x1b6),'tableBackgroundColor':'Warna\x20latar\x20belakang\x20tabel','borderColor':'Warna\x20batas','borderWidth':_0x19ef35(0x1b7),'borderStyle':_0x19ef35(0x1b0),'borderStyleSolid':_0x19ef35(0x1b8),'borderStyleDotted':'Bertitik','borderStyleDashed':'Bergaris\x20putus-putus','textFormat':'Format\x20teks','verticalAlignTop':'Rata\x20atas','verticalAlignMiddle':'Rata\x20tengah','verticalAlignBottom':'Rata\x20bawah','columnType':_0x19ef35(0x1ce),'columnTypeText':'Teks','columnTypeNumber':_0x19ef35(0x1ca),'columnTypeDate':'Tanggal','columnTypeCheckbox':'Kotak\x20centang','columnTypeDropdown':_0x19ef35(0x1c3),'tableOptions':_0x19ef35(0x1bd)}};function _0x1a87(){const _0x3c455f=['Sisipkan\x20{count}\x20kolom\x20di\x20kanan','Angka','49TkIcjg','Batas\x20horizontal\x20bagian\x20dalam','Warna\x20latar\x20belakang\x20teks','Atur\x20jenis\x20kolom','1730439bvrrFF','Pilih\x20kolom','Ukuran\x20kustom','Sisipkan\x20baris\x20di\x20bawah','Batas\x20kiri','Semua\x20batas','Sisipkan\x20kolom\x20di\x20kiri','Sisipkan\x20{count}\x20baris\x20di\x20bawah','414951zQaxCU','Sisipkan','Hapus\x20tabel','Tabel','Heading\x201','1737628elBOSe','Hapus\x20baris','4560918tbuBpQ','Hapus\x20{count}\x20kolom','Pilih\x20baris','Warna\x20isian','Sisipkan\x20baris\x20judul','Hapus\x20{count}\x20baris','Sisipkan\x20baris\x20di\x20atas','Hapus\x20kolom','Sisipkan\x20kolom\x20di\x20kanan','Batas\x20kanan','492026ZkjLNX','Batas\x20luar','Gaya\x20batas','Kolom','Batas','Atur\x20ulang','Pilih\x20tabel','Heading\x203','Batas\x20atas','Lebar\x20batas','Solid','Sisipkan\x20tabel','Batas\x20bagian\x20dalam','Distribusikan\x20kolom','Ordered\x20list','Opsi\x20tabel','Sisipkan\x20{count}\x20baris\x20di\x20atas','5dQtQHr','Unordered\x20list','Hapus','857576BEeKHQ','Dropdown','Heading\x204','Task\x20list','853299Vazdda','Distribusikan','Tanpa\x20batas'];_0x1a87=function(){return _0x3c455f;};return _0x1a87();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3c117f=_0x17dc;function _0x4568(){const _0x4a265a=['1072774fFHTLo','Distribuisci\x20colonne','Inserisci','Heading\x203','Inserisci\x20{count}\x20righe\x20sotto','Separa\x20celle','620732VpmOxn','Formato\x20testo','Righe','Cancella\x20contenuto\x20testo','2160570roYyCZ','Bordi\x20interni','3798OjrObR','Data','Tabella','Elimina\x20colonna','Inserisci\x20riga\x20sopra','Elimina\x20tabella','Distribuisci','Stile\x20bordo','Inserisci\x20riga\x20del\x20titolo','1xHLYyK','Inserisci\x20riga','Punteggiato','Colore\x20di\x20sfondo\x20della\x20tabella','Allinea\x20in\x20basso','4032707IYnSgG','Distribuisci\x20righe','Inserisci\x20riga\x20sotto','45020uhpSQm','6VFHMec','Inserisci\x20tabella','Bordo\x20sinistro','Normal\x20text','Continuo','Allinea\x20in\x20alto','Bordo\x20inferiore','Inserisci\x20colonna\x20a\x20sinistra','Dimensioni\x20personalizzate','Ordina\x20tabella','Bordo\x20orizzontale\x20interno','Tutti\x20i\x20bordi','Ordered\x20list','Bordo\x20destro','Heading\x201','Elimina\x20riga','Blocca\x20intestazione\x20fino\x20a\x20questa\x20riga','Colore\x20di\x20sfondo\x20del\x20testo','Colonne','970512QGNbtw','Elimina\x20{count}\x20colonne','Nessun\x20bordo','Allinea\x20al\x20centro','Unordered\x20list','Inserisci\x20{count}\x20righe\x20sopra','Testo','Colore\x20testo','Numero','17085HKoOxy','Colore\x20bordo','Heading\x202','Ordine\x20crescente','Bordo\x20superiore','Heading\x204','Inserisci\x20{count}\x20colonne\x20a\x20destra','Task\x20list','Reimposta','Unisci\x20celle'];_0x4568=function(){return _0x4a265a;};return _0x4568();}(function(_0x307c7d,_0x8a9ba1){const _0x2d0da3=_0x17dc,_0x3e8fec=_0x307c7d();while(!![]){try{const _0xaeef7=parseInt(_0x2d0da3(0x126))/0x1*(-parseInt(_0x2d0da3(0x111))/0x2)+parseInt(_0x2d0da3(0x14b))/0x3+parseInt(_0x2d0da3(0x117))/0x4+-parseInt(_0x2d0da3(0x11b))/0x5+parseInt(_0x2d0da3(0x12f))/0x6*(-parseInt(_0x2d0da3(0x12b))/0x7)+-parseInt(_0x2d0da3(0x142))/0x8+-parseInt(_0x2d0da3(0x11d))/0x9*(-parseInt(_0x2d0da3(0x12e))/0xa);if(_0xaeef7===_0x8a9ba1)break;else _0x3e8fec['push'](_0x3e8fec['shift']());}catch(_0x4ca4cb){_0x3e8fec['push'](_0x3e8fec['shift']());}}}(_0x4568,0x60636));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x3c117f(0x149)},'fillColor':{'main':'Colore\x20riempimento'},'textBackgroundColor':{'main':_0x3c117f(0x140)},'resetColor':_0x3c117f(0x153),'textStyle':{'tooltip':'Text\x20style','normal':_0x3c117f(0x132),'heading1':_0x3c117f(0x13d),'heading2':_0x3c117f(0x14d),'heading3':_0x3c117f(0x114),'heading4':_0x3c117f(0x150),'heading5':'Heading\x205','orderedList':_0x3c117f(0x13b),'unorderedList':_0x3c117f(0x146),'checklist':_0x3c117f(0x152)}},'table':{'main':_0x3c117f(0x11f),'insert':_0x3c117f(0x113),'delete':_0x3c117f(0x122)},'insertTable':_0x3c117f(0x130),'insert':_0x3c117f(0x113),'insertTableSize':'Inserisci\x20dimensioni\x20tabella','customTableSize':_0x3c117f(0x137),'tableRows':_0x3c117f(0x119),'tableColumns':_0x3c117f(0x141),'insertRowAbove':_0x3c117f(0x121),'insertRowBelow':_0x3c117f(0x12d),'insertRowsAbove':_0x3c117f(0x147),'insertRowsBelow':_0x3c117f(0x115),'insertRow':_0x3c117f(0x127),'insertColumnLeft':_0x3c117f(0x136),'insertColumnRight':'Inserisci\x20colonna\x20a\x20destra','insertColumnsLeft':'Inserisci\x20{count}\x20colonne\x20a\x20sinistra','insertColumnsRight':_0x3c117f(0x151),'insertColumn':'Inserisci\x20colonna','clearContent':_0x3c117f(0x11a),'delete':'Elimina','deleteRow':_0x3c117f(0x13e),'deleteRows':'Elimina\x20{count}\x20righe','deleteColumn':_0x3c117f(0x120),'deleteColumns':_0x3c117f(0x143),'deleteTable':_0x3c117f(0x122),'mergeCells':_0x3c117f(0x110),'unmergeCells':_0x3c117f(0x116),'insertTitleRow':_0x3c117f(0x125),'pinHeaderRows':_0x3c117f(0x13f),'selectColumn':'Seleziona\x20colonna','selectRow':'Seleziona\x20riga','selectTable':'Seleziona\x20tabella','sortTable':_0x3c117f(0x138),'sortAscending':_0x3c117f(0x14e),'sortDescending':'Ordine\x20decrescente','distribute':_0x3c117f(0x123),'distributeRows':_0x3c117f(0x12c),'distributeColumns':_0x3c117f(0x112),'borders':'Bordi','borderAll':_0x3c117f(0x13a),'borderBottom':_0x3c117f(0x135),'borderInner':_0x3c117f(0x11c),'borderInnerHorizontal':_0x3c117f(0x139),'borderInnerVertical':'Bordo\x20verticale\x20interno','borderLeft':_0x3c117f(0x131),'borderOuter':'Bordo\x20esterno','borderNone':_0x3c117f(0x144),'borderRight':_0x3c117f(0x13c),'borderTop':_0x3c117f(0x14f),'tableBackgroundColor':_0x3c117f(0x129),'borderColor':_0x3c117f(0x14c),'borderWidth':'Spessore\x20bordo','borderStyle':_0x3c117f(0x124),'borderStyleSolid':_0x3c117f(0x133),'borderStyleDotted':_0x3c117f(0x128),'borderStyleDashed':'Tratteggiato','textFormat':_0x3c117f(0x118),'verticalAlignTop':_0x3c117f(0x134),'verticalAlignMiddle':_0x3c117f(0x145),'verticalAlignBottom':_0x3c117f(0x12a),'columnType':'Imposta\x20tipo\x20di\x20colonna','columnTypeText':_0x3c117f(0x148),'columnTypeNumber':_0x3c117f(0x14a),'columnTypeDate':_0x3c117f(0x11e),'columnTypeCheckbox':'Casella\x20di\x20controllo','columnTypeDropdown':'Menu\x20a\x20discesa','tableOptions':'Opzioni\x20tabella'}};function _0x17dc(_0x251828,_0x31cb6f){_0x251828=_0x251828-0x110;const _0x45686c=_0x4568();let _0x17dce7=_0x45686c[_0x251828];return _0x17dce7;}export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5aa8a5=_0x5bfd;function _0x5bfd(_0x2de062,_0x2ce4f8){_0x2de062=_0x2de062-0x17d;const _0x5ac64a=_0x5ac6();let _0x5bfd67=_0x5ac64a[_0x2de062];return _0x5bfd67;}(function(_0x446e31,_0xfd682f){const _0x58f062=_0x5bfd,_0x1524a7=_0x446e31();while(!![]){try{const _0x22085b=-parseInt(_0x58f062(0x1a0))/0x1*(-parseInt(_0x58f062(0x1aa))/0x2)+parseInt(_0x58f062(0x186))/0x3+-parseInt(_0x58f062(0x195))/0x4*(-parseInt(_0x58f062(0x189))/0x5)+parseInt(_0x58f062(0x19a))/0x6+-parseInt(_0x58f062(0x18e))/0x7+-parseInt(_0x58f062(0x180))/0x8*(parseInt(_0x58f062(0x19c))/0x9)+-parseInt(_0x58f062(0x1a7))/0xa;if(_0x22085b===_0xfd682f)break;else _0x1524a7['push'](_0x1524a7['shift']());}catch(_0x4ac914){_0x1524a7['push'](_0x1524a7['shift']());}}}(_0x5ac6,0xd764c));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x5aa8a5(0x17f)},'fillColor':{'main':'塗りつぶしの色'},'textBackgroundColor':{'main':_0x5aa8a5(0x1ae)},'resetColor':_0x5aa8a5(0x18c),'textStyle':{'tooltip':_0x5aa8a5(0x182),'normal':_0x5aa8a5(0x19e),'heading1':'Heading\x201','heading2':_0x5aa8a5(0x19d),'heading3':_0x5aa8a5(0x1b2),'heading4':_0x5aa8a5(0x18a),'heading5':'Heading\x205','orderedList':_0x5aa8a5(0x1b4),'unorderedList':_0x5aa8a5(0x1b3),'checklist':_0x5aa8a5(0x184)}},'table':{'main':'表','insert':'挿入','delete':_0x5aa8a5(0x185)},'insertTable':'表を挿入','insert':'挿入','insertTableSize':'表サイズを挿入','customTableSize':_0x5aa8a5(0x1a5),'tableRows':'行','tableColumns':'列','insertRowAbove':'上に行を挿入','insertRowBelow':_0x5aa8a5(0x18f),'insertRowsAbove':_0x5aa8a5(0x1af),'insertRowsBelow':_0x5aa8a5(0x19f),'insertRow':_0x5aa8a5(0x1b6),'insertColumnLeft':_0x5aa8a5(0x1ac),'insertColumnRight':_0x5aa8a5(0x199),'insertColumnsLeft':'左に\x20{count}\x20列を挿入','insertColumnsRight':'右に\x20{count}\x20列を挿入','insertColumn':_0x5aa8a5(0x193),'clearContent':_0x5aa8a5(0x1b5),'delete':'削除','deleteRow':_0x5aa8a5(0x17d),'deleteRows':_0x5aa8a5(0x1a4),'deleteColumn':_0x5aa8a5(0x1b0),'deleteColumns':_0x5aa8a5(0x1a2),'deleteTable':_0x5aa8a5(0x185),'mergeCells':_0x5aa8a5(0x18d),'unmergeCells':_0x5aa8a5(0x1a1),'insertTitleRow':_0x5aa8a5(0x188),'pinHeaderRows':'この行までヘッダーを固定','selectColumn':'列を選択','selectRow':_0x5aa8a5(0x183),'selectTable':_0x5aa8a5(0x1b1),'sortTable':_0x5aa8a5(0x19b),'sortAscending':_0x5aa8a5(0x198),'sortDescending':'降順で並べ替え','distribute':_0x5aa8a5(0x1a8),'distributeRows':_0x5aa8a5(0x18b),'distributeColumns':'列を均等配置','borders':'罫線','borderAll':_0x5aa8a5(0x192),'borderBottom':_0x5aa8a5(0x1ab),'borderInner':_0x5aa8a5(0x190),'borderInnerHorizontal':_0x5aa8a5(0x194),'borderInnerVertical':_0x5aa8a5(0x196),'borderLeft':_0x5aa8a5(0x1ad),'borderOuter':'外枠','borderNone':'罫線なし','borderRight':'右罫線','borderTop':'上罫線','tableBackgroundColor':_0x5aa8a5(0x1a3),'borderColor':'罫線の色','borderWidth':_0x5aa8a5(0x17e),'borderStyle':_0x5aa8a5(0x187),'borderStyleSolid':'実線','borderStyleDotted':'点線','borderStyleDashed':'破線','textFormat':_0x5aa8a5(0x1a6),'verticalAlignTop':_0x5aa8a5(0x197),'verticalAlignMiddle':_0x5aa8a5(0x191),'verticalAlignBottom':'下揃え','columnType':'列タイプを設定','columnTypeText':'テキスト','columnTypeNumber':'数値','columnTypeDate':'日付','columnTypeCheckbox':'チェックボックス','columnTypeDropdown':_0x5aa8a5(0x181),'tableOptions':_0x5aa8a5(0x1a9)}};export{e as default};function _0x5ac6(){const _0x2b4e57=['645858UqiWOT','セルの結合を解除','{count}\x20列を削除','表の背景色','{count}\x20行を削除','カスタムサイズ','文字書式','8921120OaJnlz','均等配置','表のオプション','2EDhJWQ','下罫線','左に列を挿入','左罫線','テキストの背景色','上に\x20{count}\x20行を挿入','列を削除','表を選択','Heading\x203','Unordered\x20list','Ordered\x20list','テキスト内容をクリア','行を挿入','行を削除','罫線の太さ','文字色','232UEMhsO','ドロップダウン','Text\x20style','行を選択','Task\x20list','表を削除','3872349RCrjdc','罫線のスタイル','タイトル行を挿入','13855QupyBk','Heading\x204','行を均等配置','既定の色に戻す','セルを結合','1954918NEibVK','下に行を挿入','内側の罫線','中央揃え','すべての罫線','列を挿入','内側横罫線','508beMKcQ','内側縦罫線','上揃え','昇順で並べ替え','右に列を挿入','8454714XZKyPY','表を並べ替え','510219VMwpZf','Heading\x202','Normal\x20text','下に\x20{count}\x20行を挿入'];_0x5ac6=function(){return _0x2b4e57;};return _0x5ac6();}
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3e0e(){const _0x57a9b9=['내림차순\x20정렬','표\x20옵션','표\x20정렬','위에\x20{count}개\x20행\x20삽입','287TpOADS','열\x20유형\x20설정','오른쪽에\x20{count}개\x20열\x20삽입','표\x20배경색','왼쪽에\x20열\x20삽입','표\x20선택','오름차순\x20정렬','30930qgYuNk','바깥쪽\x20테두리','아래쪽\x20맞춤','Heading\x204','오른쪽\x20테두리','Normal\x20text','열\x20삽입','3087316xTIgNM','표\x20삭제','아래쪽\x20테두리','Text\x20style','드롭다운','텍스트\x20배경색','아래에\x20행\x20삽입','텍스트\x20내용\x20지우기','표\x20크기\x20삽입','채우기\x20색상','모든\x20테두리','제목\x20행\x20삽입','4001598pJlemF','이\x20행까지\x20머리글\x20고정','열\x20삭제','체크박스','텍스트\x20색상','셀\x20병합\x20해제','표\x20삽입','텍스트\x20서식','10lXXYGA','478224Ybxpcr','테두리\x20색','358669QUhwrh','사용자\x20지정\x20크기','Task\x20list','테두리\x20두께','{count}개\x20열\x20삭제','4KAVHwa','행\x20선택','1023768OfjaIY','행\x20삭제','안쪽\x20세로\x20테두리','15355417QYqbaC','기본색으로\x20재설정','안쪽\x20테두리','{count}개\x20행\x20삭제','열\x20선택','안쪽\x20가로\x20테두리','Heading\x203','오른쪽에\x20열\x20삽입','Heading\x201','5EUTYEQ','행\x20삽입','Unordered\x20list','왼쪽에\x20{count}개\x20열\x20삽입','위쪽\x20맞춤','테두리\x20없음','왼쪽\x20테두리','Heading\x202'];_0x3e0e=function(){return _0x57a9b9;};return _0x3e0e();}function _0x2291(_0x292537,_0x30333f){_0x292537=_0x292537-0x81;const _0x3e0ed4=_0x3e0e();let _0x229106=_0x3e0ed4[_0x292537];return _0x229106;}const _0x3a636c=_0x2291;(function(_0xd3cdb,_0x45b7f9){const _0x263ca1=_0x2291,_0x3b49de=_0xd3cdb();while(!![]){try{const _0x24192e=parseInt(_0x263ca1(0xac))/0x1*(parseInt(_0x263ca1(0xb1))/0x2)+-parseInt(_0x263ca1(0xaa))/0x3+parseInt(_0x263ca1(0x95))/0x4*(-parseInt(_0x263ca1(0xbf))/0x5)+-parseInt(_0x263ca1(0x8e))/0x6*(parseInt(_0x263ca1(0x87))/0x7)+-parseInt(_0x263ca1(0xb3))/0x8+-parseInt(_0x263ca1(0xa1))/0x9+parseInt(_0x263ca1(0xa9))/0xa*(parseInt(_0x263ca1(0xb6))/0xb);if(_0x24192e===_0x45b7f9)break;else _0x3b49de['push'](_0x3b49de['shift']());}catch(_0x154f2f){_0x3b49de['push'](_0x3b49de['shift']());}}}(_0x3e0e,0x61314));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x3a636c(0xa5)},'fillColor':{'main':_0x3a636c(0x9e)},'textBackgroundColor':{'main':_0x3a636c(0x9a)},'resetColor':_0x3a636c(0xb7),'textStyle':{'tooltip':_0x3a636c(0x98),'normal':_0x3a636c(0x93),'heading1':_0x3a636c(0xbe),'heading2':_0x3a636c(0x82),'heading3':_0x3a636c(0xbc),'heading4':_0x3a636c(0x91),'heading5':'Heading\x205','orderedList':'Ordered\x20list','unorderedList':_0x3a636c(0xc1),'checklist':_0x3a636c(0xae)}},'table':{'main':'표','insert':'삽입','delete':_0x3a636c(0x96)},'insertTable':_0x3a636c(0xa7),'insert':'삽입','insertTableSize':_0x3a636c(0x9d),'customTableSize':_0x3a636c(0xad),'tableRows':'행','tableColumns':'열','insertRowAbove':'위에\x20행\x20삽입','insertRowBelow':_0x3a636c(0x9b),'insertRowsAbove':_0x3a636c(0x86),'insertRowsBelow':'아래에\x20{count}개\x20행\x20삽입','insertRow':_0x3a636c(0xc0),'insertColumnLeft':_0x3a636c(0x8b),'insertColumnRight':_0x3a636c(0xbd),'insertColumnsLeft':_0x3a636c(0xc2),'insertColumnsRight':_0x3a636c(0x89),'insertColumn':_0x3a636c(0x94),'clearContent':_0x3a636c(0x9c),'delete':'삭제','deleteRow':_0x3a636c(0xb4),'deleteRows':_0x3a636c(0xb9),'deleteColumn':_0x3a636c(0xa3),'deleteColumns':_0x3a636c(0xb0),'deleteTable':_0x3a636c(0x96),'mergeCells':'셀\x20병합','unmergeCells':_0x3a636c(0xa6),'insertTitleRow':_0x3a636c(0xa0),'pinHeaderRows':_0x3a636c(0xa2),'selectColumn':_0x3a636c(0xba),'selectRow':_0x3a636c(0xb2),'selectTable':_0x3a636c(0x8c),'sortTable':_0x3a636c(0x85),'sortAscending':_0x3a636c(0x8d),'sortDescending':_0x3a636c(0x83),'distribute':'분배','distributeRows':'행\x20균등\x20분배','distributeColumns':'열\x20균등\x20분배','borders':'테두리','borderAll':_0x3a636c(0x9f),'borderBottom':_0x3a636c(0x97),'borderInner':_0x3a636c(0xb8),'borderInnerHorizontal':_0x3a636c(0xbb),'borderInnerVertical':_0x3a636c(0xb5),'borderLeft':_0x3a636c(0x81),'borderOuter':_0x3a636c(0x8f),'borderNone':_0x3a636c(0xc4),'borderRight':_0x3a636c(0x92),'borderTop':'위쪽\x20테두리','tableBackgroundColor':_0x3a636c(0x8a),'borderColor':_0x3a636c(0xab),'borderWidth':_0x3a636c(0xaf),'borderStyle':'테두리\x20스타일','borderStyleSolid':'실선','borderStyleDotted':'점선','borderStyleDashed':'파선','textFormat':_0x3a636c(0xa8),'verticalAlignTop':_0x3a636c(0xc3),'verticalAlignMiddle':'가운데\x20맞춤','verticalAlignBottom':_0x3a636c(0x90),'columnType':_0x3a636c(0x88),'columnTypeText':'텍스트','columnTypeNumber':'숫자','columnTypeDate':'날짜','columnTypeCheckbox':_0x3a636c(0xa4),'columnTypeDropdown':_0x3a636c(0x99),'tableOptions':_0x3a636c(0x84)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x45cf33=_0x40ab;(function(_0x52b575,_0x309f83){const _0x49bcc4=_0x40ab,_0x574830=_0x52b575();while(!![]){try{const _0x33a2ab=-parseInt(_0x49bcc4(0x113))/0x1+parseInt(_0x49bcc4(0x116))/0x2+parseInt(_0x49bcc4(0x110))/0x3*(-parseInt(_0x49bcc4(0x12b))/0x4)+-parseInt(_0x49bcc4(0x108))/0x5*(parseInt(_0x49bcc4(0x12a))/0x6)+parseInt(_0x49bcc4(0xff))/0x7*(parseInt(_0x49bcc4(0x130))/0x8)+parseInt(_0x49bcc4(0xfc))/0x9*(parseInt(_0x49bcc4(0x107))/0xa)+parseInt(_0x49bcc4(0xfa))/0xb*(-parseInt(_0x49bcc4(0x126))/0xc);if(_0x33a2ab===_0x309f83)break;else _0x574830['push'](_0x574830['shift']());}catch(_0x54b7e3){_0x574830['push'](_0x574830['shift']());}}}(_0x33fd,0xb5a71));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x45cf33(0x10d)},'fillColor':{'main':_0x45cf33(0x141)},'textBackgroundColor':{'main':'Kolor\x20tła\x20tekstu'},'resetColor':_0x45cf33(0x10b),'textStyle':{'tooltip':'Text\x20style','normal':_0x45cf33(0x10a),'heading1':_0x45cf33(0x124),'heading2':_0x45cf33(0x13b),'heading3':_0x45cf33(0x119),'heading4':_0x45cf33(0xfd),'heading5':_0x45cf33(0x11a),'orderedList':_0x45cf33(0x128),'unorderedList':_0x45cf33(0x139),'checklist':_0x45cf33(0x105)}},'table':{'main':'Tabela','insert':_0x45cf33(0x11b),'delete':'Usuń\x20tabelę'},'insertTable':_0x45cf33(0x12d),'insert':'Wstaw','insertTableSize':_0x45cf33(0x11e),'customTableSize':_0x45cf33(0x13a),'tableRows':_0x45cf33(0xfe),'tableColumns':_0x45cf33(0x11d),'insertRowAbove':_0x45cf33(0x12c),'insertRowBelow':_0x45cf33(0x123),'insertRowsAbove':_0x45cf33(0x117),'insertRowsBelow':_0x45cf33(0x138),'insertRow':'Wstaw\x20wiersz','insertColumnLeft':'Wstaw\x20kolumnę\x20z\x20lewej','insertColumnRight':_0x45cf33(0x10f),'insertColumnsLeft':_0x45cf33(0x127),'insertColumnsRight':_0x45cf33(0x136),'insertColumn':'Wstaw\x20kolumnę','clearContent':_0x45cf33(0x13e),'delete':'Usuń','deleteRow':_0x45cf33(0x103),'deleteRows':_0x45cf33(0x10c),'deleteColumn':_0x45cf33(0x112),'deleteColumns':'Usuń\x20{count}\x20kolumn','deleteTable':_0x45cf33(0x125),'mergeCells':_0x45cf33(0x131),'unmergeCells':_0x45cf33(0x104),'insertTitleRow':_0x45cf33(0x114),'pinHeaderRows':_0x45cf33(0x115),'selectColumn':_0x45cf33(0x10e),'selectRow':_0x45cf33(0x101),'selectTable':'Wybierz\x20tabelę','sortTable':'Sortuj\x20tabelę','sortAscending':'Sortuj\x20rosnąco','sortDescending':'Sortuj\x20malejąco','distribute':_0x45cf33(0x111),'distributeRows':_0x45cf33(0x118),'distributeColumns':_0x45cf33(0x122),'borders':'Obramowania','borderAll':_0x45cf33(0x12e),'borderBottom':_0x45cf33(0x100),'borderInner':_0x45cf33(0x11c),'borderInnerHorizontal':'Wewnętrzne\x20obramowanie\x20poziome','borderInnerVertical':_0x45cf33(0x134),'borderLeft':_0x45cf33(0x13c),'borderOuter':'Zewnętrzne\x20obramowanie','borderNone':_0x45cf33(0x106),'borderRight':_0x45cf33(0x102),'borderTop':_0x45cf33(0x11f),'tableBackgroundColor':_0x45cf33(0x13f),'borderColor':_0x45cf33(0x12f),'borderWidth':'Szerokość\x20obramowania','borderStyle':_0x45cf33(0x120),'borderStyleSolid':'Ciągłe','borderStyleDotted':_0x45cf33(0x109),'borderStyleDashed':_0x45cf33(0x133),'textFormat':'Format\x20tekstu','verticalAlignTop':_0x45cf33(0x129),'verticalAlignMiddle':_0x45cf33(0x121),'verticalAlignBottom':_0x45cf33(0x135),'columnType':_0x45cf33(0x132),'columnTypeText':_0x45cf33(0xfb),'columnTypeNumber':_0x45cf33(0x13d),'columnTypeDate':_0x45cf33(0x137),'columnTypeCheckbox':_0x45cf33(0x140),'columnTypeDropdown':'Lista\x20rozwijana','tableOptions':'Opcje\x20tabeli'}};function _0x40ab(_0x23ee5c,_0xd09b4a){_0x23ee5c=_0x23ee5c-0xfa;const _0x33fd2b=_0x33fd();let _0x40ab87=_0x33fd2b[_0x23ee5c];return _0x40ab87;}function _0x33fd(){const _0x4e3b1a=['363986hkldvc','Dolne\x20obramowanie','Wybierz\x20wiersz','Prawe\x20obramowanie','Usuń\x20wiersz','Cofnij\x20scalanie\x20komórek','Task\x20list','Bez\x20obramowania','14432350uUYuwo','1905xGpBif','Kropkowane','Normal\x20text','Resetuj','Usuń\x20{count}\x20wierszy','Kolor\x20tekstu','Wybierz\x20kolumnę','Wstaw\x20kolumnę\x20z\x20prawej','1497rWkxvy','Rozmieść','Usuń\x20kolumnę','705722KZiIKc','Wstaw\x20wiersz\x20tytułu','Przypnij\x20nagłówek\x20do\x20tego\x20wiersza','999614USTKyk','Wstaw\x20{count}\x20wierszy\x20powyżej','Rozmieść\x20wiersze','Heading\x203','Heading\x205','Wstaw','Wewnętrzne\x20obramowania','Kolumny','Wstaw\x20rozmiar\x20tabeli','Górne\x20obramowanie','Styl\x20obramowania','Wyrównaj\x20do\x20środka','Rozmieść\x20kolumny','Wstaw\x20wiersz\x20poniżej','Heading\x201','Usuń\x20tabelę','2696784NpXkxI','Wstaw\x20{count}\x20kolumn\x20z\x20lewej','Ordered\x20list','Wyrównaj\x20do\x20góry','17748cMrEZj','2988OvTAmu','Wstaw\x20wiersz\x20powyżej','Wstaw\x20tabelę','Wszystkie\x20obramowania','Kolor\x20obramowania','224qxUTJi','Scal\x20komórki','Ustaw\x20typ\x20kolumny','Kreskowane','Wewnętrzne\x20obramowanie\x20pionowe','Wyrównaj\x20do\x20dołu','Wstaw\x20{count}\x20kolumn\x20z\x20prawej','Data','Wstaw\x20{count}\x20wierszy\x20poniżej','Unordered\x20list','Rozmiar\x20niestandardowy','Heading\x202','Lewe\x20obramowanie','Liczba','Wyczyść\x20zawartość\x20tekstu','Kolor\x20tła\x20tabeli','Pole\x20wyboru','Kolor\x20wypełnienia','22dxicGS','Tekst','9LqqJzU','Heading\x204','Wiersze'];_0x33fd=function(){return _0x4e3b1a;};return _0x33fd();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x17ccc7=_0x3737;function _0x3737(_0x448469,_0x5cd298){_0x448469=_0x448469-0x1bb;const _0x456ba9=_0x456b();let _0x373765=_0x456ba9[_0x448469];return _0x373765;}(function(_0x2668a6,_0x2f841d){const _0x28f222=_0x3737,_0x58fd8e=_0x2668a6();while(!![]){try{const _0x3f2f77=parseInt(_0x28f222(0x1ff))/0x1+parseInt(_0x28f222(0x1c4))/0x2*(parseInt(_0x28f222(0x1e5))/0x3)+parseInt(_0x28f222(0x1d1))/0x4*(parseInt(_0x28f222(0x1c0))/0x5)+parseInt(_0x28f222(0x1d9))/0x6+-parseInt(_0x28f222(0x1cc))/0x7+parseInt(_0x28f222(0x1ee))/0x8*(parseInt(_0x28f222(0x1f1))/0x9)+-parseInt(_0x28f222(0x1cb))/0xa;if(_0x3f2f77===_0x2f841d)break;else _0x58fd8e['push'](_0x58fd8e['shift']());}catch(_0x17925f){_0x58fd8e['push'](_0x58fd8e['shift']());}}}(_0x456b,0xcc9fe));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x17ccc7(0x1e7)},'fillColor':{'main':'Cor\x20de\x20preenchimento'},'textBackgroundColor':{'main':_0x17ccc7(0x1d7)},'resetColor':_0x17ccc7(0x1de),'textStyle':{'tooltip':_0x17ccc7(0x202),'normal':_0x17ccc7(0x203),'heading1':_0x17ccc7(0x1c3),'heading2':'Heading\x202','heading3':_0x17ccc7(0x1e4),'heading4':_0x17ccc7(0x1fc),'heading5':_0x17ccc7(0x1f5),'orderedList':_0x17ccc7(0x1c9),'unorderedList':_0x17ccc7(0x1f4),'checklist':_0x17ccc7(0x1e0)}},'table':{'main':_0x17ccc7(0x1d8),'insert':'Inserir','delete':_0x17ccc7(0x1d3)},'insertTable':_0x17ccc7(0x1ca),'insert':_0x17ccc7(0x1df),'insertTableSize':_0x17ccc7(0x1f2),'customTableSize':_0x17ccc7(0x1c2),'tableRows':'Linhas','tableColumns':_0x17ccc7(0x1e9),'insertRowAbove':_0x17ccc7(0x1c1),'insertRowBelow':_0x17ccc7(0x1cd),'insertRowsAbove':'Inserir\x20{count}\x20linhas\x20acima','insertRowsBelow':_0x17ccc7(0x1c5),'insertRow':_0x17ccc7(0x1ce),'insertColumnLeft':_0x17ccc7(0x1d6),'insertColumnRight':_0x17ccc7(0x1da),'insertColumnsLeft':_0x17ccc7(0x1d4),'insertColumnsRight':_0x17ccc7(0x1ef),'insertColumn':_0x17ccc7(0x1bb),'clearContent':_0x17ccc7(0x1e8),'delete':_0x17ccc7(0x205),'deleteRow':'Excluir\x20linha','deleteRows':_0x17ccc7(0x1d2),'deleteColumn':_0x17ccc7(0x1c8),'deleteColumns':_0x17ccc7(0x1bf),'deleteTable':_0x17ccc7(0x1d3),'mergeCells':_0x17ccc7(0x1ea),'unmergeCells':_0x17ccc7(0x1dd),'insertTitleRow':_0x17ccc7(0x1e1),'pinHeaderRows':_0x17ccc7(0x1f7),'selectColumn':_0x17ccc7(0x1f3),'selectRow':_0x17ccc7(0x1d0),'selectTable':_0x17ccc7(0x1fb),'sortTable':_0x17ccc7(0x1fe),'sortAscending':_0x17ccc7(0x1fa),'sortDescending':_0x17ccc7(0x1bc),'distribute':'Distribuir','distributeRows':_0x17ccc7(0x1f8),'distributeColumns':_0x17ccc7(0x1e2),'borders':_0x17ccc7(0x201),'borderAll':_0x17ccc7(0x1ed),'borderBottom':_0x17ccc7(0x1d5),'borderInner':_0x17ccc7(0x1eb),'borderInnerHorizontal':_0x17ccc7(0x1dc),'borderInnerVertical':_0x17ccc7(0x204),'borderLeft':_0x17ccc7(0x1fd),'borderOuter':_0x17ccc7(0x1c7),'borderNone':'Sem\x20borda','borderRight':'Borda\x20direita','borderTop':_0x17ccc7(0x1f6),'tableBackgroundColor':_0x17ccc7(0x1bd),'borderColor':_0x17ccc7(0x1db),'borderWidth':_0x17ccc7(0x1f9),'borderStyle':_0x17ccc7(0x1f0),'borderStyleSolid':_0x17ccc7(0x1cf),'borderStyleDotted':'Pontilhada','borderStyleDashed':_0x17ccc7(0x200),'textFormat':'Formato\x20de\x20texto','verticalAlignTop':_0x17ccc7(0x1ec),'verticalAlignMiddle':'Alinhar\x20ao\x20meio','verticalAlignBottom':_0x17ccc7(0x1e3),'columnType':'Definir\x20tipo\x20de\x20coluna','columnTypeText':'Texto','columnTypeNumber':_0x17ccc7(0x1c6),'columnTypeDate':'Data','columnTypeCheckbox':_0x17ccc7(0x1e6),'columnTypeDropdown':_0x17ccc7(0x1be),'tableOptions':'Opções\x20da\x20tabela'}};export{e as default};function _0x456b(){const _0x1fbdb3=['Classificar\x20tabela','789272FhaMnb','Tracejada','Bordas','Text\x20style','Normal\x20text','Borda\x20vertical\x20interna','Excluir','Inserir\x20coluna','Classificar\x20em\x20ordem\x20decrescente','Cor\x20de\x20fundo\x20da\x20tabela','Lista\x20suspensa','Excluir\x20{count}\x20colunas','6189710OXzIsX','Inserir\x20linha\x20acima','Tamanho\x20personalizado','Heading\x201','267226jMPPwD','Inserir\x20{count}\x20linhas\x20abaixo','Número','Borda\x20externa','Excluir\x20coluna','Ordered\x20list','Inserir\x20tabela','15391960SqBcVv','11723404aQzhUz','Inserir\x20linha\x20abaixo','Inserir\x20linha','Sólida','Selecionar\x20linha','4OmPAzD','Excluir\x20{count}\x20linhas','Excluir\x20tabela','Inserir\x20{count}\x20colunas\x20à\x20esquerda','Borda\x20inferior','Inserir\x20coluna\x20à\x20esquerda','Cor\x20de\x20fundo\x20do\x20texto','Tabela','6219786eMBONW','Inserir\x20coluna\x20à\x20direita','Cor\x20da\x20borda','Borda\x20horizontal\x20interna','Desfazer\x20mesclagem\x20de\x20células','Redefinir','Inserir','Task\x20list','Inserir\x20linha\x20de\x20título','Distribuir\x20colunas','Alinhar\x20à\x20base','Heading\x203','21EaOOsh','Caixa\x20de\x20seleção','Cor\x20do\x20texto','Limpar\x20conteúdo\x20do\x20texto','Colunas','Mesclar\x20células','Bordas\x20internas','Alinhar\x20ao\x20topo','Todas\x20as\x20bordas','141264WYNmic','Inserir\x20{count}\x20colunas\x20à\x20direita','Estilo\x20da\x20borda','27VdXHJb','Inserir\x20tamanho\x20da\x20tabela','Selecionar\x20coluna','Unordered\x20list','Heading\x205','Borda\x20superior','Fixar\x20cabeçalho\x20até\x20esta\x20linha','Distribuir\x20linhas','Largura\x20da\x20borda','Classificar\x20em\x20ordem\x20crescente','Selecionar\x20tabela','Heading\x204','Borda\x20esquerda'];_0x456b=function(){return _0x1fbdb3;};return _0x456b();}
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x11d392=_0x2204;function _0x2204(_0xd70161,_0x78e207){_0xd70161=_0xd70161-0xa0;const _0x1dc002=_0x1dc0();let _0x2204b3=_0x1dc002[_0xd70161];return _0x2204b3;}(function(_0x291459,_0x3916a9){const _0x64c920=_0x2204,_0x4cddb=_0x291459();while(!![]){try{const _0x13c4ca=parseInt(_0x64c920(0xd9))/0x1*(parseInt(_0x64c920(0xa1))/0x2)+parseInt(_0x64c920(0xa7))/0x3+parseInt(_0x64c920(0xd0))/0x4+parseInt(_0x64c920(0xa0))/0x5+parseInt(_0x64c920(0xd5))/0x6*(-parseInt(_0x64c920(0xc6))/0x7)+-parseInt(_0x64c920(0xb9))/0x8+-parseInt(_0x64c920(0xc9))/0x9;if(_0x13c4ca===_0x3916a9)break;else _0x4cddb['push'](_0x4cddb['shift']());}catch(_0x5b3956){_0x4cddb['push'](_0x4cddb['shift']());}}}(_0x1dc0,0xb7c3b));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'Цвет\x20текста'},'fillColor':{'main':_0x11d392(0xd1)},'textBackgroundColor':{'main':_0x11d392(0xb8)},'resetColor':_0x11d392(0xc2),'textStyle':{'tooltip':_0x11d392(0xb2),'normal':_0x11d392(0xc8),'heading1':_0x11d392(0xd7),'heading2':_0x11d392(0xa8),'heading3':_0x11d392(0xba),'heading4':_0x11d392(0xd2),'heading5':_0x11d392(0xaa),'orderedList':'Ordered\x20list','unorderedList':_0x11d392(0xaf),'checklist':'Task\x20list'}},'table':{'main':_0x11d392(0xbf),'insert':_0x11d392(0xe0),'delete':_0x11d392(0xc0)},'insertTable':_0x11d392(0xdc),'insert':_0x11d392(0xe0),'insertTableSize':_0x11d392(0xac),'customTableSize':_0x11d392(0xd6),'tableRows':'Строки','tableColumns':_0x11d392(0xbd),'insertRowAbove':'Вставить\x20строку\x20выше','insertRowBelow':'Вставить\x20строку\x20ниже','insertRowsAbove':_0x11d392(0xb7),'insertRowsBelow':'Вставить\x20{count}\x20строк\x20ниже','insertRow':_0x11d392(0xb0),'insertColumnLeft':_0x11d392(0xc5),'insertColumnRight':'Вставить\x20столбец\x20справа','insertColumnsLeft':_0x11d392(0xa6),'insertColumnsRight':_0x11d392(0xdb),'insertColumn':_0x11d392(0xbc),'clearContent':_0x11d392(0xb1),'delete':_0x11d392(0xdf),'deleteRow':_0x11d392(0xd3),'deleteRows':_0x11d392(0xb3),'deleteColumn':_0x11d392(0xbb),'deleteColumns':_0x11d392(0xa2),'deleteTable':_0x11d392(0xc0),'mergeCells':_0x11d392(0xb4),'unmergeCells':_0x11d392(0xa3),'insertTitleRow':'Вставить\x20строку\x20заголовка','pinHeaderRows':_0x11d392(0xcd),'selectColumn':_0x11d392(0xc1),'selectRow':_0x11d392(0xb5),'selectTable':'Выбрать\x20таблицу','sortTable':_0x11d392(0xdd),'sortAscending':_0x11d392(0xc3),'sortDescending':_0x11d392(0xe4),'distribute':_0x11d392(0xcc),'distributeRows':_0x11d392(0xe1),'distributeColumns':_0x11d392(0xbe),'borders':_0x11d392(0xce),'borderAll':_0x11d392(0xa4),'borderBottom':_0x11d392(0xc7),'borderInner':_0x11d392(0xca),'borderInnerHorizontal':_0x11d392(0xa9),'borderInnerVertical':'Внутренняя\x20вертикальная\x20граница','borderLeft':_0x11d392(0xa5),'borderOuter':'Внешняя\x20граница','borderNone':_0x11d392(0xde),'borderRight':_0x11d392(0xe2),'borderTop':_0x11d392(0xb6),'tableBackgroundColor':_0x11d392(0xc4),'borderColor':_0x11d392(0xd4),'borderWidth':'Толщина\x20границы','borderStyle':'Стиль\x20границы','borderStyleSolid':'Сплошная','borderStyleDotted':'Точечная','borderStyleDashed':_0x11d392(0xab),'textFormat':'Формат\x20текста','verticalAlignTop':_0x11d392(0xda),'verticalAlignMiddle':_0x11d392(0xe3),'verticalAlignBottom':_0x11d392(0xd8),'columnType':'Задать\x20тип\x20столбца','columnTypeText':_0x11d392(0xad),'columnTypeNumber':_0x11d392(0xae),'columnTypeDate':'Дата','columnTypeCheckbox':_0x11d392(0xcb),'columnTypeDropdown':'Раскрывающийся\x20список','tableOptions':_0x11d392(0xcf)}};function _0x1dc0(){const _0x11e2e9=['Вставить\x20{count}\x20строк\x20выше','Цвет\x20фона\x20текста','9831752xBCCQb','Heading\x203','Удалить\x20столбец','Вставить\x20столбец','Столбцы','Распределить\x20столбцы','Таблица','Удалить\x20таблицу','Выбрать\x20столбец','Сбросить','Сортировать\x20по\x20возрастанию','Цвет\x20фона\x20таблицы','Вставить\x20столбец\x20слева','269542tTSCss','Нижняя\x20граница','Normal\x20text','7277076vauVcb','Внутренние\x20границы','Флажок','Распределить','Закрепить\x20заголовок\x20до\x20этой\x20строки','Границы','Параметры\x20таблицы','3661824qGzkMs','Цвет\x20заливки','Heading\x204','Удалить\x20строку','Цвет\x20границы','90qTokXM','Пользовательский\x20размер','Heading\x201','Выровнять\x20по\x20нижнему\x20краю','324398xHTwXX','Выровнять\x20по\x20верхнему\x20краю','Вставить\x20{count}\x20столбцов\x20справа','Вставить\x20таблицу','Сортировать\x20таблицу','Без\x20границ','Удалить','Вставить','Распределить\x20строки','Правая\x20граница','Выровнять\x20по\x20центру','Сортировать\x20по\x20убыванию','5532420kKclTd','2rqkiuH','Удалить\x20{count}\x20столбцов','Разъединить\x20ячейки','Все\x20границы','Левая\x20граница','Вставить\x20{count}\x20столбцов\x20слева','3064452iHdBsM','Heading\x202','Внутренняя\x20горизонтальная\x20граница','Heading\x205','Пунктирная','Размер\x20вставляемой\x20таблицы','Текст','Число','Unordered\x20list','Вставить\x20строку','Очистить\x20текстовое\x20содержимое','Text\x20style','Удалить\x20{count}\x20строк','Объединить\x20ячейки','Выбрать\x20строку','Верхняя\x20граница'];_0x1dc0=function(){return _0x11e2e9;};return _0x1dc0();}export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x57b676=_0x27b1;function _0x27b1(_0x34289e,_0x23fc6e){_0x34289e=_0x34289e-0x15b;const _0x4de7ee=_0x4de7();let _0x27b13=_0x4de7ee[_0x34289e];return _0x27b13;}(function(_0x4c421c,_0x32eaf6){const _0x13f3c8=_0x27b1,_0x5888ff=_0x4c421c();while(!![]){try{const _0x2cd329=parseInt(_0x13f3c8(0x1a4))/0x1+-parseInt(_0x13f3c8(0x19a))/0x2+-parseInt(_0x13f3c8(0x1a1))/0x3+parseInt(_0x13f3c8(0x16a))/0x4+parseInt(_0x13f3c8(0x168))/0x5*(-parseInt(_0x13f3c8(0x181))/0x6)+-parseInt(_0x13f3c8(0x17b))/0x7*(-parseInt(_0x13f3c8(0x193))/0x8)+parseInt(_0x13f3c8(0x197))/0x9;if(_0x2cd329===_0x32eaf6)break;else _0x5888ff['push'](_0x5888ff['shift']());}catch(_0x48480d){_0x5888ff['push'](_0x5888ff['shift']());}}}(_0x4de7,0xba9ee));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x57b676(0x179)},'fillColor':{'main':_0x57b676(0x186)},'textBackgroundColor':{'main':_0x57b676(0x1a3)},'resetColor':_0x57b676(0x17a),'textStyle':{'tooltip':_0x57b676(0x178),'normal':'Normal\x20text','heading1':_0x57b676(0x15b),'heading2':_0x57b676(0x196),'heading3':_0x57b676(0x1a0),'heading4':_0x57b676(0x19f),'heading5':_0x57b676(0x18a),'orderedList':_0x57b676(0x17c),'unorderedList':_0x57b676(0x185),'checklist':_0x57b676(0x18b)}},'table':{'main':_0x57b676(0x191),'insert':_0x57b676(0x169),'delete':_0x57b676(0x182)},'insertTable':_0x57b676(0x175),'insert':'Vložiť','insertTableSize':'Veľkosť\x20vkladanej\x20tabuľky','customTableSize':_0x57b676(0x15f),'tableRows':'Riadky','tableColumns':_0x57b676(0x167),'insertRowAbove':_0x57b676(0x1a7),'insertRowBelow':_0x57b676(0x1a5),'insertRowsAbove':_0x57b676(0x16b),'insertRowsBelow':_0x57b676(0x16c),'insertRow':_0x57b676(0x173),'insertColumnLeft':_0x57b676(0x166),'insertColumnRight':_0x57b676(0x198),'insertColumnsLeft':_0x57b676(0x18f),'insertColumnsRight':_0x57b676(0x194),'insertColumn':_0x57b676(0x180),'clearContent':'Vymazať\x20textový\x20obsah','delete':_0x57b676(0x15e),'deleteRow':_0x57b676(0x192),'deleteRows':_0x57b676(0x162),'deleteColumn':_0x57b676(0x16d),'deleteColumns':_0x57b676(0x171),'deleteTable':_0x57b676(0x182),'mergeCells':'Zlúčiť\x20bunky','unmergeCells':_0x57b676(0x19e),'insertTitleRow':_0x57b676(0x18d),'pinHeaderRows':_0x57b676(0x177),'selectColumn':'Vybrať\x20stĺpec','selectRow':_0x57b676(0x188),'selectTable':_0x57b676(0x16f),'sortTable':_0x57b676(0x15d),'sortAscending':_0x57b676(0x161),'sortDescending':'Zoradiť\x20zostupne','distribute':_0x57b676(0x16e),'distributeRows':_0x57b676(0x190),'distributeColumns':_0x57b676(0x1a2),'borders':_0x57b676(0x187),'borderAll':_0x57b676(0x19c),'borderBottom':_0x57b676(0x17e),'borderInner':'Vnútorné\x20orámovania','borderInnerHorizontal':_0x57b676(0x174),'borderInnerVertical':_0x57b676(0x17f),'borderLeft':_0x57b676(0x170),'borderOuter':'Vonkajšie\x20orámovanie','borderNone':_0x57b676(0x184),'borderRight':_0x57b676(0x18e),'borderTop':_0x57b676(0x1a6),'tableBackgroundColor':_0x57b676(0x18c),'borderColor':_0x57b676(0x17d),'borderWidth':_0x57b676(0x15c),'borderStyle':_0x57b676(0x189),'borderStyleSolid':_0x57b676(0x165),'borderStyleDotted':_0x57b676(0x195),'borderStyleDashed':_0x57b676(0x176),'textFormat':'Formát\x20textu','verticalAlignTop':'Zarovnať\x20hore','verticalAlignMiddle':_0x57b676(0x199),'verticalAlignBottom':_0x57b676(0x164),'columnType':'Nastaviť\x20typ\x20stĺpca','columnTypeText':_0x57b676(0x19d),'columnTypeNumber':_0x57b676(0x172),'columnTypeDate':_0x57b676(0x160),'columnTypeCheckbox':_0x57b676(0x19b),'columnTypeDropdown':_0x57b676(0x163),'tableOptions':_0x57b676(0x183)}};function _0x4de7(){const _0x4bde48=['Hrúbka\x20orámovania','Zoradiť\x20tabuľku','Odstrániť','Vlastná\x20veľkosť','Dátum','Zoradiť\x20vzostupne','Odstrániť\x20{count}\x20riadkov','Rozbaľovací\x20zoznam','Zarovnať\x20dole','Plná\x20čiara','Vložiť\x20stĺpec\x20vľavo','Stĺpce','54445QuCmin','Vložiť','5387844hzgGge','Vložiť\x20{count}\x20riadkov\x20nad','Vložiť\x20{count}\x20riadkov\x20pod','Odstrániť\x20stĺpec','Rozložiť','Vybrať\x20tabuľku','Ľavé\x20orámovanie','Odstrániť\x20{count}\x20stĺpcov','Číslo','Vložiť\x20riadok','Vnútorné\x20vodorovné\x20orámovanie','Vložiť\x20tabuľku','Prerušovaná\x20čiara','Pripnúť\x20hlavičku\x20po\x20tento\x20riadok','Text\x20style','Farba\x20textu','Obnoviť','105wouURG','Ordered\x20list','Farba\x20orámovania','Spodné\x20orámovanie','Vnútorné\x20zvislé\x20orámovanie','Vložiť\x20stĺpec','726wQfRQZ','Odstrániť\x20tabuľku','Možnosti\x20tabuľky','Bez\x20orámovania','Unordered\x20list','Farba\x20výplne','Orámovanie','Vybrať\x20riadok','Štýl\x20orámovania','Heading\x205','Task\x20list','Farba\x20pozadia\x20tabuľky','Vložiť\x20titulný\x20riadok','Pravé\x20orámovanie','Vložiť\x20{count}\x20stĺpcov\x20vľavo','Rozložiť\x20riadky','Tabuľka','Odstrániť\x20riadok','457664JmwyAr','Vložiť\x20{count}\x20stĺpcov\x20vpravo','Bodkovaná\x20čiara','Heading\x202','11285487qMirtr','Vložiť\x20stĺpec\x20vpravo','Zarovnať\x20na\x20stred','125788hgJtmq','Začiarkavacie\x20políčko','Všetky\x20orámovania','Text','Zrušiť\x20zlúčenie\x20buniek','Heading\x204','Heading\x203','4415562LVmdFs','Rozložiť\x20stĺpce','Farba\x20pozadia\x20textu','157691xusxFi','Vložiť\x20riadok\x20pod','Horné\x20orámovanie','Vložiť\x20riadok\x20nad','Heading\x201'];_0x4de7=function(){return _0x4bde48;};return _0x4de7();}export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x15aea8=_0x4975;function _0x3cba(){const _0x41f845=['Đường\x20viền\x20dưới','4171216ccjfJn','Xóa\x20cột','Chèn\x20hàng','7950502lbwmKd','Căn\x20trên','Sắp\x20xếp\x20bảng','Chèn\x20{count}\x20hàng\x20phía\x20dưới','Không\x20có\x20đường\x20viền','Chèn\x20hàng\x20tiêu\x20đề','35158sXIXwI','Đường\x20viền\x20trái','Đường\x20viền\x20ngoài','Chèn\x20{count}\x20cột\x20bên\x20trái','Chọn\x20cột','870eUCDfv','Xóa\x20{count}\x20cột','Đường\x20viền\x20dọc\x20bên\x20trong','2356616qtpnoI','Normal\x20text','Ngày','Text\x20style','6306DjOvZK','Hộp\x20kiểm','Nét\x20đứt','Bảng','Tách\x20ô','Chèn\x20{count}\x20hàng\x20phía\x20trên','Hàng','Unordered\x20list','10208000yfuCcs','Task\x20list','Văn\x20bản','Chấm','Phân\x20bố\x20hàng','Màu\x20đường\x20viền','Đường\x20viền\x20phải','Màu\x20nền\x20bảng','Sắp\x20xếp\x20giảm\x20dần','Chèn\x20hàng\x20phía\x20dưới','Heading\x203','Chèn\x20cột','Kiểu\x20đường\x20viền','Căn\x20giữa','Đặt\x20kiểu\x20cột','Đường\x20viền\x20ngang\x20bên\x20trong','Màu\x20nền\x20văn\x20bản','Sắp\x20xếp\x20tăng\x20dần','Ordered\x20list','Chèn','Kích\x20thước\x20bảng\x20cần\x20chèn','Xóa\x20bảng','Định\x20dạng\x20văn\x20bản','Chèn\x20cột\x20bên\x20trái','Màu\x20tô','162Vjifyi','9pSrBSt','Đường\x20viền\x20bên\x20trong','Ghim\x20tiêu\x20đề\x20đến\x20hàng\x20này','Liền','Phân\x20bố\x20cột','Chèn\x20{count}\x20cột\x20bên\x20phải','Heading\x201','83275wtlUlc','Chèn\x20hàng\x20phía\x20trên','Chèn\x20cột\x20bên\x20phải','Xóa\x20hàng','Chọn\x20hàng','Chọn\x20bảng','Tất\x20cả\x20đường\x20viền','Độ\x20dày\x20đường\x20viền','Đặt\x20lại\x20màu','Kích\x20thước\x20tùy\x20chỉnh','Căn\x20dưới'];_0x3cba=function(){return _0x41f845;};return _0x3cba();}(function(_0x45908e,_0x11649f){const _0x108b28=_0x4975,_0x53a163=_0x45908e();while(!![]){try{const _0x4a5c48=parseInt(_0x108b28(0x1f2))/0x1+-parseInt(_0x108b28(0x1b4))/0x2*(-parseInt(_0x108b28(0x1f7))/0x3)+parseInt(_0x108b28(0x1e9))/0x4+-parseInt(_0x108b28(0x1dd))/0x5*(-parseInt(_0x108b28(0x1d5))/0x6)+-parseInt(_0x108b28(0x1ec))/0x7+-parseInt(_0x108b28(0x1fa))/0x8*(-parseInt(_0x108b28(0x1d6))/0x9)+-parseInt(_0x108b28(0x1bc))/0xa;if(_0x4a5c48===_0x11649f)break;else _0x53a163['push'](_0x53a163['shift']());}catch(_0x49e0fe){_0x53a163['push'](_0x53a163['shift']());}}}(_0x3cba,0x8d9a8));function _0x4975(_0x3fafd9,_0x3adcac){_0x3fafd9=_0x3fafd9-0x1b2;const _0x3cba8c=_0x3cba();let _0x497591=_0x3cba8c[_0x3fafd9];return _0x497591;}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':'Màu\x20chữ'},'fillColor':{'main':_0x15aea8(0x1d4)},'textBackgroundColor':{'main':_0x15aea8(0x1cc)},'resetColor':_0x15aea8(0x1e5),'textStyle':{'tooltip':_0x15aea8(0x1b3),'normal':_0x15aea8(0x1fb),'heading1':_0x15aea8(0x1dc),'heading2':'Heading\x202','heading3':_0x15aea8(0x1c6),'heading4':'Heading\x204','heading5':'Heading\x205','orderedList':_0x15aea8(0x1ce),'unorderedList':_0x15aea8(0x1bb),'checklist':_0x15aea8(0x1bd)}},'table':{'main':_0x15aea8(0x1b7),'insert':_0x15aea8(0x1cf),'delete':_0x15aea8(0x1d1)},'insertTable':'Chèn\x20bảng','insert':'Chèn','insertTableSize':_0x15aea8(0x1d0),'customTableSize':_0x15aea8(0x1e6),'tableRows':_0x15aea8(0x1ba),'tableColumns':'Cột','insertRowAbove':_0x15aea8(0x1de),'insertRowBelow':_0x15aea8(0x1c5),'insertRowsAbove':_0x15aea8(0x1b9),'insertRowsBelow':_0x15aea8(0x1ef),'insertRow':_0x15aea8(0x1eb),'insertColumnLeft':_0x15aea8(0x1d3),'insertColumnRight':_0x15aea8(0x1df),'insertColumnsLeft':_0x15aea8(0x1f5),'insertColumnsRight':_0x15aea8(0x1db),'insertColumn':_0x15aea8(0x1c7),'clearContent':'Xóa\x20nội\x20dung\x20văn\x20bản','delete':'Xóa','deleteRow':_0x15aea8(0x1e0),'deleteRows':'Xóa\x20{count}\x20hàng','deleteColumn':_0x15aea8(0x1ea),'deleteColumns':_0x15aea8(0x1f8),'deleteTable':'Xóa\x20bảng','mergeCells':'Hợp\x20nhất\x20ô','unmergeCells':_0x15aea8(0x1b8),'insertTitleRow':_0x15aea8(0x1f1),'pinHeaderRows':_0x15aea8(0x1d8),'selectColumn':_0x15aea8(0x1f6),'selectRow':_0x15aea8(0x1e1),'selectTable':_0x15aea8(0x1e2),'sortTable':_0x15aea8(0x1ee),'sortAscending':_0x15aea8(0x1cd),'sortDescending':_0x15aea8(0x1c4),'distribute':'Phân\x20bố','distributeRows':_0x15aea8(0x1c0),'distributeColumns':_0x15aea8(0x1da),'borders':'Đường\x20viền','borderAll':_0x15aea8(0x1e3),'borderBottom':_0x15aea8(0x1e8),'borderInner':_0x15aea8(0x1d7),'borderInnerHorizontal':_0x15aea8(0x1cb),'borderInnerVertical':_0x15aea8(0x1f9),'borderLeft':_0x15aea8(0x1f3),'borderOuter':_0x15aea8(0x1f4),'borderNone':_0x15aea8(0x1f0),'borderRight':_0x15aea8(0x1c2),'borderTop':'Đường\x20viền\x20trên','tableBackgroundColor':_0x15aea8(0x1c3),'borderColor':_0x15aea8(0x1c1),'borderWidth':_0x15aea8(0x1e4),'borderStyle':_0x15aea8(0x1c8),'borderStyleSolid':_0x15aea8(0x1d9),'borderStyleDotted':_0x15aea8(0x1bf),'borderStyleDashed':_0x15aea8(0x1b6),'textFormat':_0x15aea8(0x1d2),'verticalAlignTop':_0x15aea8(0x1ed),'verticalAlignMiddle':_0x15aea8(0x1c9),'verticalAlignBottom':_0x15aea8(0x1e7),'columnType':_0x15aea8(0x1ca),'columnTypeText':_0x15aea8(0x1be),'columnTypeNumber':'Số','columnTypeDate':_0x15aea8(0x1b2),'columnTypeCheckbox':_0x15aea8(0x1b5),'columnTypeDropdown':'Danh\x20sách\x20thả\x20xuống','tableOptions':'Tùy\x20chọn\x20bảng'}};export{e as default};
|