@univerjs-pro/boards-table-ui 1.0.0-rc.0 → 1.0.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/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- 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 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- 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 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- 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 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- 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 -1
- package/lib/es/locale/it-IT.js +1 -1
- 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 -1
- package/lib/es/locale/pt-BR.js +1 -1
- 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 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- 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 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- 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 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/board-table-floating-toolbar.render-controller.d.ts +2 -1
- package/lib/types/controllers/board-table-selection-render.controller.d.ts +76 -16
- package/lib/types/controllers/components.controller.d.ts +2 -2
- package/lib/types/controllers/mobile/board-table-selection-render.controller.d.ts +36 -0
- package/lib/types/controllers/mobile/components.controller.d.ts +22 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +11 -0
- package/lib/types/menu/board-table-contextmenu.menu.d.ts +10 -10
- package/lib/types/mobile-plugin.d.ts +29 -0
- package/lib/types/plugin.d.ts +5 -2
- package/lib/types/render-adapters/board-table-render-adapter.const.d.ts +1 -0
- package/lib/types/render-adapters/board-table-render-adapter.d.ts +2 -3
- package/lib/types/render-adapters/mobile-board-table-render-adapter.d.ts +4 -0
- package/lib/types/render-objects/mobile/mobile-board-table-object.d.ts +8 -0
- package/lib/types/views/BoardTableFloatingToolbar.d.ts +22 -1
- package/lib/types/views/MobileBoardTableFloatingToolbar.d.ts +2 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- 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 -1
- package/lib/umd/locale/it-IT.js +1 -1
- 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 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- 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 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +23 -21
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1d7a76=_0x2c03;(function(_0x4146e5,_0x3c758d){const _0x1b43d9=_0x2c03,_0x7a26cf=_0x4146e5();while(!![]){try{const _0x1a7259=-parseInt(_0x1b43d9(0xff))/0x1*(parseInt(_0x1b43d9(0xfc))/0x2)+-parseInt(_0x1b43d9(0x133))/0x3+-parseInt(_0x1b43d9(0x114))/0x4+-parseInt(_0x1b43d9(0x10f))/0x5*(-parseInt(_0x1b43d9(0x107))/0x6)+-parseInt(_0x1b43d9(0x109))/0x7+-parseInt(_0x1b43d9(0x106))/0x8+parseInt(_0x1b43d9(0x10d))/0x9*(parseInt(_0x1b43d9(0xfb))/0xa);if(_0x1a7259===_0x3c758d)break;else _0x7a26cf['push'](_0x7a26cf['shift']());}catch(_0x529560){_0x7a26cf['push'](_0x7a26cf['shift']());}}}(_0x8d31,0x973c4));function _0x2c03(_0x3f9780,_0x489182){_0x3f9780=_0x3f9780-0xf3;const _0x8d31d5=_0x8d31();let _0x2c039b=_0x8d31d5[_0x3f9780];return _0x2c039b;}function _0x8d31(){const _0x1b067c=['Вид\x20таблицы','Вставить','Выровнять\x20по\x20верхнему\x20краю','Цвет','Удалить','3360141vyZfxD','Штрих-пунктир','Стили','Лучшее\x20совпадение','Удалить\x20столбец','Подчеркнутый','Распределить','Граница','Первый\x20столбец','Нет','Правая\x20граница','Без\x20заливки','Шрифт','Верхняя\x20граница','260HaaUGk','20JlhGYK','Стиль\x20границы','Развернуть','73763vXcXMg','Вставить\x20столбец\x20слева','Распределить\x20строки','Курсив','Разъединить\x20ячейки','Ширина\x20границы','Выровнять\x20влево','683544GGLyee','153894YZlaTV','Зачеркнутый','7765793crWNPA','Выровнять\x20по\x20центру','Внешние\x20границы','Фон\x20ячейки','1498851jeRDwN','Выбрать\x20ячейку','15MkbquY','Строка\x20итогов','Цвет\x20текста','Левая\x20граница','Удалить\x20таблицу','2939928oMOfde','Выровнять\x20по\x20середине','Распределить\x20столбцы','Стиль\x20ячейки','Внутренняя\x20вертикальная\x20граница','Пунктир','Строка\x20заголовка','Вставить\x20столбец\x20справа','Без\x20границы','Чередующиеся\x20строки','Нижняя\x20граница','Внутренние\x20границы','Вставить\x20строку\x20выше','Источник\x20изображения','Сбросить\x20цвет','Прозрачность','Минимальная','Цвет\x20фона\x20таблицы','Градиент','Сплошная','Удалить\x20строку','Светлая','Макет','Точки','Последний\x20столбец','Выровнять\x20по\x20нижнему\x20краю'];_0x8d31=function(){return _0x1b067c;};return _0x8d31();}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x1d7a76(0x117),'selectColumn':'Выбрать\x20столбец','operations':_0x1d7a76(0x12a),'selectCell':_0x1d7a76(0x10e),'edit':_0x1d7a76(0x135),'close':'Закрыть','expand':_0x1d7a76(0xfe),'collapse':'Свернуть','back':'Назад'},'contextMenu':{'insert':_0x1d7a76(0x12f),'delete':_0x1d7a76(0x132),'distribute':_0x1d7a76(0xf3),'insertRowAbove':_0x1d7a76(0x120),'insertRowBelow':'Вставить\x20строку\x20ниже','insertColumnLeft':_0x1d7a76(0x100),'insertColumnRight':_0x1d7a76(0x11b),'deleteRow':_0x1d7a76(0x128),'deleteColumn':_0x1d7a76(0x137),'deleteTable':_0x1d7a76(0x113),'distributeRows':_0x1d7a76(0x101),'distributeColumns':_0x1d7a76(0x116),'resetColor':_0x1d7a76(0x122)},'editorToolbar':{'mergeCells':'Объединить\x20ячейки','unmergeCells':_0x1d7a76(0x103),'tableTheme':'Тема\x20таблицы','tableLook':_0x1d7a76(0x12e),'headerRow':_0x1d7a76(0x11a),'footerRow':_0x1d7a76(0x110),'bandedRows':_0x1d7a76(0x11d),'bandedColumns':'Чередующиеся\x20столбцы','firstColumn':_0x1d7a76(0xf5),'lastColumn':_0x1d7a76(0x12c),'bestMatch':_0x1d7a76(0x136),'light':_0x1d7a76(0x129),'medium':'Средняя','minimal':_0x1d7a76(0x124),'cellBackground':_0x1d7a76(0x10c),'allBorders':'Все\x20границы','tableBackgroundColor':_0x1d7a76(0x125),'border':_0x1d7a76(0xf4),'tableBorderColor':'Цвет\x20границы','borderWidth':_0x1d7a76(0x104),'borderStyle':_0x1d7a76(0xfd),'borderStyleSolid':_0x1d7a76(0x127),'borderStyleDash':_0x1d7a76(0x119),'borderStyleDot':_0x1d7a76(0x12b),'borderStyleDashDot':_0x1d7a76(0x134),'borderPresetAll':'Все\x20границы','borderPresetInner':_0x1d7a76(0x11f),'borderPresetOuter':_0x1d7a76(0x10b),'borderPresetTop':_0x1d7a76(0xfa),'borderPresetBottom':_0x1d7a76(0x11e),'borderPresetLeft':_0x1d7a76(0x112),'borderPresetRight':_0x1d7a76(0xf7),'borderPresetInnerHorizontal':'Внутренняя\x20горизонтальная\x20граница','borderPresetInnerVertical':_0x1d7a76(0x118),'noBorder':_0x1d7a76(0x11c),'none':_0x1d7a76(0xf6),'fontFamily':_0x1d7a76(0xf9),'fontSize':'Размер\x20шрифта','textFormat':'Формат\x20текста','textColor':_0x1d7a76(0x111),'textBackgroundColor':'Цвет\x20фона\x20текста','bold':'Полужирный','italic':_0x1d7a76(0x102),'underline':_0x1d7a76(0x138),'strikethrough':_0x1d7a76(0x108),'horizontalAlign':'Горизонтальное\x20выравнивание','verticalAlign':'Вертикальное\x20выравнивание','alignLeft':_0x1d7a76(0x105),'alignCenter':_0x1d7a76(0x10a),'alignRight':'Выровнять\x20вправо','alignJustify':'По\x20ширине','alignTop':_0x1d7a76(0x130),'alignMiddle':_0x1d7a76(0x115),'alignBottom':_0x1d7a76(0x12d)},'shapePanel':{'fill':{'noFill':_0x1d7a76(0xf8),'solidFill':'Сплошная','gradientFill':_0x1d7a76(0x126),'pictureFill':'Изображение','color':_0x1d7a76(0x131),'transparency':_0x1d7a76(0x123),'picture':{'source':_0x1d7a76(0x121),'insert':'Вставить\x20изображение'}}}}};export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3876(){const _0x27e27a=['Vzhľad\x20tabuľky','2228060YPvOvO','Plná','Obnoviť\x20farbu','490940Kavtxo','Bodkovaná','Zdroj\x20obrázka','Rozložiť','Minimálny','Odstrániť','Odstrániť\x20stĺpec','Žiadne','Vložiť\x20stĺpec\x20vpravo','Zarovnať\x20na\x20stred','Zlúčiť\x20bunky','14005otnmdQ','Stredný','Priehľadnosť','Pruhované\x20riadky','Rozložiť\x20riadky','Svetlý','Vložiť\x20obrázok','Prvý\x20stĺpec','12243248ygJzFf','Vybrať\x20bunku','872jkxLPD','4iTxUuO','Všetky\x20orámovania','20855175rksPPJ','259AuJJGV','Odstrániť\x20tabuľku','Rozloženie','Zarovnať\x20nahor','Zarovnať\x20do\x20bloku','Pravé\x20orámovanie','Späť','Kurzíva','Zrušiť\x20zlúčenie\x20buniek','Farba\x20pozadia\x20textu','Zavrieť','Bez\x20orámovania','9CAlVJK','Vložiť\x20riadok\x20pod','Horné\x20orámovanie','Farba\x20textu','Dolné\x20orámovanie','Zarovnať\x20doľava','Formát\x20textu','Najlepšia\x20zhoda','Posledný\x20stĺpec','Vonkajšie\x20orámovania','Pruhované\x20stĺpce','Riadok\x20hlavičky','Šírka\x20orámovania','Tučné','Podčiarknuté','Pozadie\x20bunky','Farba\x20pozadia\x20tabuľky','Prečiarknuté','Rozložiť\x20stĺpce','Vložiť\x20riadok\x20nad','Štýl\x20bunky','Riadok\x20päty','Vybrať\x20stĺpec','Písmo','Zvislé\x20zarovnanie','2630469jGhnrC','46794feiUVK','Štýl\x20orámovania','Čiarka\x20bodka','Obrázok','Zbaliť'];_0x3876=function(){return _0x27e27a;};return _0x3876();}function _0x3dc3(_0x15862c,_0x1103c3){_0x15862c=_0x15862c-0x88;const _0x387604=_0x3876();let _0x3dc333=_0x387604[_0x15862c];return _0x3dc333;}const _0x35c3a5=_0x3dc3;(function(_0x3a0eef,_0x49c5fc){const _0x3bfc8c=_0x3dc3,_0x7a69ee=_0x3a0eef();while(!![]){try{const _0xb922ab=parseInt(_0x3bfc8c(0xa6))/0x1*(-parseInt(_0x3bfc8c(0xbc))/0x2)+-parseInt(_0x3bfc8c(0x9c))/0x3+parseInt(_0x3bfc8c(0xbb))/0x4*(-parseInt(_0x3bfc8c(0xb1))/0x5)+-parseInt(_0x3bfc8c(0x9d))/0x6*(parseInt(_0x3bfc8c(0xbf))/0x7)+-parseInt(_0x3bfc8c(0xb9))/0x8*(-parseInt(_0x3bfc8c(0xcb))/0x9)+parseInt(_0x3bfc8c(0xa3))/0xa+parseInt(_0x3bfc8c(0xbe))/0xb;if(_0xb922ab===_0x49c5fc)break;else _0x7a69ee['push'](_0x7a69ee['shift']());}catch(_0x23f417){_0x7a69ee['push'](_0x7a69ee['shift']());}}}(_0x3876,0xd9975));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x35c3a5(0x97),'selectColumn':_0x35c3a5(0x99),'operations':_0x35c3a5(0xc1),'selectCell':_0x35c3a5(0xba),'edit':'Štýly','close':_0x35c3a5(0xc9),'expand':'Rozbaliť','collapse':_0x35c3a5(0xa1),'back':_0x35c3a5(0xc5)},'contextMenu':{'insert':'Vložiť','delete':_0x35c3a5(0xab),'distribute':_0x35c3a5(0xa9),'insertRowAbove':_0x35c3a5(0x96),'insertRowBelow':_0x35c3a5(0xcc),'insertColumnLeft':'Vložiť\x20stĺpec\x20vľavo','insertColumnRight':_0x35c3a5(0xae),'deleteRow':'Odstrániť\x20riadok','deleteColumn':_0x35c3a5(0xac),'deleteTable':_0x35c3a5(0xc0),'distributeRows':_0x35c3a5(0xb5),'distributeColumns':_0x35c3a5(0x95),'resetColor':_0x35c3a5(0xa5)},'editorToolbar':{'mergeCells':_0x35c3a5(0xb0),'unmergeCells':_0x35c3a5(0xc7),'tableTheme':'Motív\x20tabuľky','tableLook':_0x35c3a5(0xa2),'headerRow':_0x35c3a5(0x8e),'footerRow':_0x35c3a5(0x98),'bandedRows':_0x35c3a5(0xb4),'bandedColumns':_0x35c3a5(0x8d),'firstColumn':_0x35c3a5(0xb8),'lastColumn':_0x35c3a5(0x8b),'bestMatch':_0x35c3a5(0x8a),'light':_0x35c3a5(0xb6),'medium':_0x35c3a5(0xb2),'minimal':_0x35c3a5(0xaa),'cellBackground':_0x35c3a5(0x92),'allBorders':_0x35c3a5(0xbd),'tableBackgroundColor':_0x35c3a5(0x93),'border':'Orámovanie','tableBorderColor':'Farba\x20orámovania','borderWidth':_0x35c3a5(0x8f),'borderStyle':_0x35c3a5(0x9e),'borderStyleSolid':'Plná','borderStyleDash':'Čiarkovaná','borderStyleDot':_0x35c3a5(0xa7),'borderStyleDashDot':_0x35c3a5(0x9f),'borderPresetAll':_0x35c3a5(0xbd),'borderPresetInner':'Vnútorné\x20orámovania','borderPresetOuter':_0x35c3a5(0x8c),'borderPresetTop':_0x35c3a5(0xcd),'borderPresetBottom':_0x35c3a5(0xcf),'borderPresetLeft':'Ľavé\x20orámovanie','borderPresetRight':_0x35c3a5(0xc4),'borderPresetInnerHorizontal':'Vnútorné\x20vodorovné\x20orámovanie','borderPresetInnerVertical':'Vnútorné\x20zvislé\x20orámovanie','noBorder':_0x35c3a5(0xca),'none':_0x35c3a5(0xad),'fontFamily':_0x35c3a5(0x9a),'fontSize':'Veľkosť\x20písma','textFormat':_0x35c3a5(0x89),'textColor':_0x35c3a5(0xce),'textBackgroundColor':_0x35c3a5(0xc8),'bold':_0x35c3a5(0x90),'italic':_0x35c3a5(0xc6),'underline':_0x35c3a5(0x91),'strikethrough':_0x35c3a5(0x94),'horizontalAlign':'Vodorovné\x20zarovnanie','verticalAlign':_0x35c3a5(0x9b),'alignLeft':_0x35c3a5(0x88),'alignCenter':_0x35c3a5(0xaf),'alignRight':'Zarovnať\x20doprava','alignJustify':_0x35c3a5(0xc3),'alignTop':_0x35c3a5(0xc2),'alignMiddle':'Zarovnať\x20na\x20stred','alignBottom':'Zarovnať\x20nadol'},'shapePanel':{'fill':{'noFill':'Bez\x20výplne','solidFill':_0x35c3a5(0xa4),'gradientFill':'Prechod','pictureFill':_0x35c3a5(0xa0),'color':'Farba','transparency':_0x35c3a5(0xb3),'picture':{'source':_0x35c3a5(0xa8),'insert':_0x35c3a5(0xb7)}}}}};export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x11cc(_0x67964,_0x535ee0){_0x67964=_0x67964-0x65;const _0x23f089=_0x23f0();let _0x11cc38=_0x23f089[_0x67964];return _0x11cc38;}const _0x5f3ec4=_0x11cc;(function(_0x449cef,_0x1272cf){const _0x11ef14=_0x11cc,_0x5cf920=_0x449cef();while(!![]){try{const _0x10f035=parseInt(_0x11ef14(0x90))/0x1*(-parseInt(_0x11ef14(0x77))/0x2)+parseInt(_0x11ef14(0x75))/0x3*(-parseInt(_0x11ef14(0x65))/0x4)+-parseInt(_0x11ef14(0x6a))/0x5+parseInt(_0x11ef14(0x6b))/0x6*(parseInt(_0x11ef14(0x88))/0x7)+parseInt(_0x11ef14(0x8d))/0x8*(-parseInt(_0x11ef14(0x7b))/0x9)+-parseInt(_0x11ef14(0xad))/0xa+parseInt(_0x11ef14(0xa3))/0xb;if(_0x10f035===_0x1272cf)break;else _0x5cf920['push'](_0x5cf920['shift']());}catch(_0x104e83){_0x5cf920['push'](_0x5cf920['shift']());}}}(_0x23f0,0x533a3));function _0x23f0(){const _0x4e7108=['Xóa','3415672OLimyT','Viền\x20ngang\x20bên\x20trong','Nghiêng','273287iQOttC','Chèn\x20cột\x20bên\x20trái','Bố\x20cục','Không\x20viền','Kiểu','Độ\x20trong\x20suốt','Đóng','Chèn\x20hàng\x20phía\x20trên','Viền\x20trên','Tối\x20giản','Chấm','Viền\x20dưới','Kiểu\x20ô','Phân\x20bố\x20cột','Căn\x20giữa\x20theo\x20chiều\x20dọc','Chọn\x20ô','Chèn\x20ảnh','Cỡ\x20chữ','Căn\x20phải','27557266mARGEp','Sáng','Viền\x20bên\x20trong','Độ\x20rộng\x20viền','Gộp\x20ô','Căn\x20giữa','Viền\x20trái','Viền\x20bên\x20ngoài','Chủ\x20đề\x20bảng','Gạch\x20chấm','3292680mAJGAY','Chọn\x20cột','Mở\x20rộng','Phông\x20chữ','Ảnh','Căn\x20trên','Căn\x20trái','Gạch\x20ngang','Căn\x20dưới','424064DKkDap','Viền','Màu\x20văn\x20bản','Màu\x20nền\x20bảng','Phân\x20bố','2396350YPFqIn','6Doskcp','Gạch','Trung\x20bình','Hàng\x20tiêu\x20đề','Gạch\x20chân','Định\x20dạng\x20văn\x20bản','Bỏ\x20gộp\x20ô','Kiểu\x20viền','Căn\x20ngang','Tất\x20cả\x20viền','18dslcCq','Phù\x20hợp\x20nhất','4nUPRgA','Liền','Căn\x20đều','Xóa\x20hàng','9AnQaLF','Cột\x20cuối\x20cùng','Cột\x20đầu\x20tiên','Xóa\x20cột','Chèn','Căn\x20dọc','Màu\x20nền\x20văn\x20bản','Xóa\x20bảng','Viền\x20phải','Phân\x20bố\x20hàng','Viền\x20dọc\x20bên\x20trong','Màu\x20viền','Nền\x20ô','1777020eVzBHl','Hàng\x20chân\x20bảng','Không\x20tô','Chèn\x20hàng\x20phía\x20dưới'];_0x23f0=function(){return _0x4e7108;};return _0x23f0();}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x5f3ec4(0x9c),'selectColumn':_0x5f3ec4(0xae),'operations':_0x5f3ec4(0x92),'selectCell':_0x5f3ec4(0x9f),'edit':_0x5f3ec4(0x94),'close':_0x5f3ec4(0x96),'expand':_0x5f3ec4(0xaf),'collapse':'Thu\x20gọn','back':'Quay\x20lại'},'contextMenu':{'insert':_0x5f3ec4(0x7f),'delete':_0x5f3ec4(0x8c),'distribute':_0x5f3ec4(0x69),'insertRowAbove':_0x5f3ec4(0x97),'insertRowBelow':_0x5f3ec4(0x8b),'insertColumnLeft':_0x5f3ec4(0x91),'insertColumnRight':'Chèn\x20cột\x20bên\x20phải','deleteRow':_0x5f3ec4(0x7a),'deleteColumn':_0x5f3ec4(0x7e),'deleteTable':_0x5f3ec4(0x82),'distributeRows':_0x5f3ec4(0x84),'distributeColumns':_0x5f3ec4(0x9d),'resetColor':'Đặt\x20lại\x20màu'},'editorToolbar':{'mergeCells':_0x5f3ec4(0xa7),'unmergeCells':_0x5f3ec4(0x71),'tableTheme':_0x5f3ec4(0xab),'tableLook':'Kiểu\x20bảng','headerRow':_0x5f3ec4(0x6e),'footerRow':_0x5f3ec4(0x89),'bandedRows':'Hàng\x20xen\x20kẽ','bandedColumns':'Cột\x20xen\x20kẽ','firstColumn':_0x5f3ec4(0x7d),'lastColumn':_0x5f3ec4(0x7c),'bestMatch':_0x5f3ec4(0x76),'light':_0x5f3ec4(0xa4),'medium':_0x5f3ec4(0x6d),'minimal':_0x5f3ec4(0x99),'cellBackground':_0x5f3ec4(0x87),'allBorders':_0x5f3ec4(0x74),'tableBackgroundColor':_0x5f3ec4(0x68),'border':_0x5f3ec4(0x66),'tableBorderColor':_0x5f3ec4(0x86),'borderWidth':_0x5f3ec4(0xa6),'borderStyle':_0x5f3ec4(0x72),'borderStyleSolid':_0x5f3ec4(0x78),'borderStyleDash':_0x5f3ec4(0x6c),'borderStyleDot':_0x5f3ec4(0x9a),'borderStyleDashDot':_0x5f3ec4(0xac),'borderPresetAll':_0x5f3ec4(0x74),'borderPresetInner':_0x5f3ec4(0xa5),'borderPresetOuter':_0x5f3ec4(0xaa),'borderPresetTop':_0x5f3ec4(0x98),'borderPresetBottom':_0x5f3ec4(0x9b),'borderPresetLeft':_0x5f3ec4(0xa9),'borderPresetRight':_0x5f3ec4(0x83),'borderPresetInnerHorizontal':_0x5f3ec4(0x8e),'borderPresetInnerVertical':_0x5f3ec4(0x85),'noBorder':_0x5f3ec4(0x93),'none':'Không\x20có','fontFamily':_0x5f3ec4(0xb0),'fontSize':_0x5f3ec4(0xa1),'textFormat':_0x5f3ec4(0x70),'textColor':_0x5f3ec4(0x67),'textBackgroundColor':_0x5f3ec4(0x81),'bold':'Đậm','italic':_0x5f3ec4(0x8f),'underline':_0x5f3ec4(0x6f),'strikethrough':_0x5f3ec4(0xb4),'horizontalAlign':_0x5f3ec4(0x73),'verticalAlign':_0x5f3ec4(0x80),'alignLeft':_0x5f3ec4(0xb3),'alignCenter':_0x5f3ec4(0xa8),'alignRight':_0x5f3ec4(0xa2),'alignJustify':_0x5f3ec4(0x79),'alignTop':_0x5f3ec4(0xb2),'alignMiddle':_0x5f3ec4(0x9e),'alignBottom':_0x5f3ec4(0xb5)},'shapePanel':{'fill':{'noFill':_0x5f3ec4(0x8a),'solidFill':'Màu\x20đặc','gradientFill':'Chuyển\x20sắc','pictureFill':_0x5f3ec4(0xb1),'color':'Màu','transparency':_0x5f3ec4(0x95),'picture':{'source':'Nguồn\x20ảnh','insert':_0x5f3ec4(0xa0)}}}}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x5d73(_0x5d7abe,_0x13593e){_0x5d7abe=_0x5d7abe-0x184;const _0x251f21=_0x251f();let _0x5d73cc=_0x251f21[_0x5d7abe];return _0x5d73cc;}function _0x251f(){const _0x278eb4=['1891794SUMeak','左边框','外部边框','右边框','140xpgAez','无填充','标题行','2481075LKCAAX','镶边列','垂直对齐','镶边行','在右侧插入列','内部水平边框','247tSuoRw','选择列','透明度','文本背景色','居中对齐','点划线','632GNpZST','无边框','文本格式','第一列','4620XQArgO','下划线','水平对齐','文本颜色','重置颜色','插入图片','表格样式','取消合并单元格','10cJBYxL','84238qlZNAR','边框颜色','在下方插入行','左对齐','删除表格','平均分布行','384432jAapwi','平均分布列','右对齐','14xVzECY','选择单元格','在左侧插入列','边框样式','8983lRyNcy','单元格背景','内部垂直边框','顶部对齐','所有边框','删除列','1315592hadJKk','5dDldke','表格主题','删除线','内部边框','上边框'];_0x251f=function(){return _0x278eb4;};return _0x251f();}const _0x340f30=_0x5d73;(function(_0x3b1625,_0x5edd7d){const _0x427421=_0x5d73,_0x35bafc=_0x3b1625();while(!![]){try{const _0xdba378=parseInt(_0x427421(0x1ab))/0x1*(parseInt(_0x427421(0x19d))/0x2)+-parseInt(_0x427421(0x195))/0x3*(parseInt(_0x427421(0x191))/0x4)+-parseInt(_0x427421(0x1b2))/0x5*(-parseInt(_0x427421(0x1b7))/0x6)+parseInt(_0x427421(0x1a7))/0x7*(parseInt(_0x427421(0x1b1))/0x8)+parseInt(_0x427421(0x185))/0x9+parseInt(_0x427421(0x1bb))/0xa*(parseInt(_0x427421(0x19e))/0xb)+-parseInt(_0x427421(0x1a4))/0xc*(parseInt(_0x427421(0x18b))/0xd);if(_0xdba378===_0x5edd7d)break;else _0x35bafc['push'](_0x35bafc['shift']());}catch(_0x44f4c3){_0x35bafc['push'](_0x35bafc['shift']());}}}(_0x251f,0x35b5b));const e={'boards-table-ui':{'mobile':{'cellStyle':'单元格样式','selectColumn':_0x340f30(0x18c),'operations':'布局','selectCell':_0x340f30(0x1a8),'edit':'样式','close':'关闭','expand':'展开','collapse':'收起','back':'返回'},'contextMenu':{'insert':'插入','delete':'删除','distribute':'分布','insertRowAbove':'在上方插入行','insertRowBelow':_0x340f30(0x1a0),'insertColumnLeft':_0x340f30(0x1a9),'insertColumnRight':_0x340f30(0x189),'deleteRow':'删除行','deleteColumn':_0x340f30(0x1b0),'deleteTable':_0x340f30(0x1a2),'distributeRows':_0x340f30(0x1a3),'distributeColumns':_0x340f30(0x1a5),'resetColor':_0x340f30(0x199)},'editorToolbar':{'mergeCells':'合并单元格','unmergeCells':_0x340f30(0x19c),'tableTheme':_0x340f30(0x1b3),'tableLook':_0x340f30(0x19b),'headerRow':_0x340f30(0x184),'footerRow':'汇总行','bandedRows':_0x340f30(0x188),'bandedColumns':_0x340f30(0x186),'firstColumn':_0x340f30(0x194),'lastColumn':'最后一列','bestMatch':'最佳匹配','light':'浅色','medium':'中等','minimal':'简约','cellBackground':_0x340f30(0x1ac),'allBorders':'所有边框','tableBackgroundColor':'表格背景色','border':'边框','tableBorderColor':_0x340f30(0x19f),'borderWidth':'边框宽度','borderStyle':_0x340f30(0x1aa),'borderStyleSolid':'实线','borderStyleDash':'虚线','borderStyleDot':'点线','borderStyleDashDot':_0x340f30(0x190),'borderPresetAll':_0x340f30(0x1af),'borderPresetInner':_0x340f30(0x1b5),'borderPresetOuter':_0x340f30(0x1b9),'borderPresetTop':_0x340f30(0x1b6),'borderPresetBottom':'下边框','borderPresetLeft':_0x340f30(0x1b8),'borderPresetRight':_0x340f30(0x1ba),'borderPresetInnerHorizontal':_0x340f30(0x18a),'borderPresetInnerVertical':_0x340f30(0x1ad),'noBorder':_0x340f30(0x192),'none':'无','fontFamily':'字体','fontSize':'字号','textFormat':_0x340f30(0x193),'textColor':_0x340f30(0x198),'textBackgroundColor':_0x340f30(0x18e),'bold':'加粗','italic':'斜体','underline':_0x340f30(0x196),'strikethrough':_0x340f30(0x1b4),'horizontalAlign':_0x340f30(0x197),'verticalAlign':_0x340f30(0x187),'alignLeft':_0x340f30(0x1a1),'alignCenter':_0x340f30(0x18f),'alignRight':_0x340f30(0x1a6),'alignJustify':'两端对齐','alignTop':_0x340f30(0x1ae),'alignMiddle':'垂直居中','alignBottom':'底部对齐'},'shapePanel':{'fill':{'noFill':_0x340f30(0x1bc),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x340f30(0x18d),'picture':{'source':'图片来源','insert':_0x340f30(0x19a)}}}}};export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xd715e6=_0x36b8;(function(_0x5df344,_0x163d71){const _0xd9d67a=_0x36b8,_0x4ad6e7=_0x5df344();while(!![]){try{const _0xa9f2ff=-parseInt(_0xd9d67a(0xe4))/0x1*(-parseInt(_0xd9d67a(0xdc))/0x2)+-parseInt(_0xd9d67a(0xf9))/0x3*(-parseInt(_0xd9d67a(0xda))/0x4)+parseInt(_0xd9d67a(0xed))/0x5+-parseInt(_0xd9d67a(0xfe))/0x6*(-parseInt(_0xd9d67a(0xfb))/0x7)+-parseInt(_0xd9d67a(0xfa))/0x8+parseInt(_0xd9d67a(0xe0))/0x9+-parseInt(_0xd9d67a(0xdd))/0xa;if(_0xa9f2ff===_0x163d71)break;else _0x4ad6e7['push'](_0x4ad6e7['shift']());}catch(_0x18b971){_0x4ad6e7['push'](_0x4ad6e7['shift']());}}}(_0x2be2,0x1eeb3));function _0x36b8(_0x3ba788,_0x53c769){_0x3ba788=_0x3ba788-0xd4;const _0x2be2a1=_0x2be2();let _0x36b845=_0x2be2a1[_0x3ba788];return _0x36b845;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0xd715e6(0xd7),'selectColumn':'選取欄','operations':_0xd715e6(0xd6),'selectCell':'選取儲存格','edit':'樣式','close':'關閉','expand':'展開','collapse':'收起','back':'返回'},'contextMenu':{'insert':'插入','delete':'刪除','distribute':'分佈','insertRowAbove':_0xd715e6(0xf5),'insertRowBelow':_0xd715e6(0xf7),'insertColumnLeft':_0xd715e6(0xe8),'insertColumnRight':_0xd715e6(0xf2),'deleteRow':_0xd715e6(0x108),'deleteColumn':_0xd715e6(0x102),'deleteTable':'刪除表格','distributeRows':_0xd715e6(0xde),'distributeColumns':_0xd715e6(0x104),'resetColor':_0xd715e6(0xe5)},'editorToolbar':{'mergeCells':_0xd715e6(0xe1),'unmergeCells':_0xd715e6(0xdf),'tableTheme':_0xd715e6(0xfd),'tableLook':_0xd715e6(0xff),'headerRow':_0xd715e6(0xf6),'footerRow':_0xd715e6(0xeb),'bandedRows':'間隔列','bandedColumns':_0xd715e6(0xd4),'firstColumn':'第一欄','lastColumn':_0xd715e6(0xf8),'bestMatch':_0xd715e6(0xe2),'light':'淺色','medium':'中等','minimal':'簡約','cellBackground':_0xd715e6(0xd9),'allBorders':'所有框線','tableBackgroundColor':_0xd715e6(0xd8),'border':'框線','tableBorderColor':'框線顏色','borderWidth':_0xd715e6(0x109),'borderStyle':_0xd715e6(0xe3),'borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0xd715e6(0x101),'borderPresetAll':_0xd715e6(0xe9),'borderPresetInner':'內部框線','borderPresetOuter':_0xd715e6(0x10b),'borderPresetTop':'上框線','borderPresetBottom':'下框線','borderPresetLeft':_0xd715e6(0xf3),'borderPresetRight':_0xd715e6(0x106),'borderPresetInnerHorizontal':_0xd715e6(0xe7),'borderPresetInnerVertical':_0xd715e6(0xd5),'noBorder':_0xd715e6(0xef),'none':'無','fontFamily':'字型','fontSize':'字號','textFormat':'文字格式','textColor':_0xd715e6(0xea),'textBackgroundColor':_0xd715e6(0xf1),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0xd715e6(0xee),'horizontalAlign':_0xd715e6(0xf4),'verticalAlign':_0xd715e6(0x10a),'alignLeft':'靠左對齊','alignCenter':_0xd715e6(0xf0),'alignRight':_0xd715e6(0x103),'alignJustify':_0xd715e6(0xe6),'alignTop':_0xd715e6(0xec),'alignMiddle':_0xd715e6(0x100),'alignBottom':_0xd715e6(0xdb)},'shapePanel':{'fill':{'noFill':'無填滿','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'顏色','transparency':_0xd715e6(0xfc),'picture':{'source':_0xd715e6(0x105),'insert':_0xd715e6(0x107)}}}}};function _0x2be2(){const _0x1b91c6=['最佳配對','框線樣式','4aYiIor','重置顏色','左右對齊','內部水平框線','在左側插入欄','所有框線','文字顏色','頁尾列','靠上對齊','333400rFhzRi','刪除線','無框線','置中對齊','文字背景色','在右側插入欄','左框線','水平對齊','在上方插入列','標題列','在下方插入列','最後一欄','5403hxHlqI','1136776eSQxmz','1427923wtGbzO','透明度','表格主題','6OFYdxk','表格外觀','垂直置中','點劃線','刪除欄','靠右對齊','平均分佈欄','圖片來源','右框線','插入圖片','刪除列','框線寬度','垂直對齊','外部框線','間隔欄','內部垂直框線','版面配置','儲存格樣式','表格背景色','儲存格背景','188nYZedj','靠下對齊','5126xHJXyy','1679370fqBmEG','平均分佈列','取消合併儲存格','639981wDejIG','合併儲存格'];_0x2be2=function(){return _0x1b91c6;};return _0x2be2();}export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x647565=_0xac2c;(function(_0x4d344f,_0x4d4adf){const _0x2e1a97=_0xac2c,_0x3749db=_0x4d344f();while(!![]){try{const _0x23e415=-parseInt(_0x2e1a97(0x179))/0x1*(-parseInt(_0x2e1a97(0x182))/0x2)+parseInt(_0x2e1a97(0x181))/0x3+parseInt(_0x2e1a97(0x161))/0x4+parseInt(_0x2e1a97(0x180))/0x5*(parseInt(_0x2e1a97(0x175))/0x6)+parseInt(_0x2e1a97(0x17a))/0x7*(parseInt(_0x2e1a97(0x185))/0x8)+-parseInt(_0x2e1a97(0x187))/0x9+parseInt(_0x2e1a97(0x192))/0xa*(-parseInt(_0x2e1a97(0x165))/0xb);if(_0x23e415===_0x4d4adf)break;else _0x3749db['push'](_0x3749db['shift']());}catch(_0x1eb41a){_0x3749db['push'](_0x3749db['shift']());}}}(_0x48bf,0xe437a));function _0xac2c(_0x366595,_0x15cef0){_0x366595=_0x366595-0x160;const _0x48bf99=_0x48bf();let _0xac2c2d=_0x48bf99[_0x366595];return _0xac2c2d;}const e={'boards-table-ui':{'mobile':{'cellStyle':'儲存格樣式','selectColumn':'選取欄','operations':_0x647565(0x18b),'selectCell':_0x647565(0x162),'edit':'樣式','close':'關閉','expand':'展開','collapse':'收起','back':'返回'},'contextMenu':{'insert':'插入','delete':'刪除','distribute':'分佈','insertRowAbove':_0x647565(0x167),'insertRowBelow':_0x647565(0x168),'insertColumnLeft':_0x647565(0x17f),'insertColumnRight':_0x647565(0x160),'deleteRow':_0x647565(0x164),'deleteColumn':_0x647565(0x169),'deleteTable':_0x647565(0x186),'distributeRows':_0x647565(0x176),'distributeColumns':_0x647565(0x170),'resetColor':_0x647565(0x163)},'editorToolbar':{'mergeCells':_0x647565(0x173),'unmergeCells':_0x647565(0x172),'tableTheme':_0x647565(0x16e),'tableLook':_0x647565(0x16a),'headerRow':'標題列','footerRow':_0x647565(0x189),'bandedRows':'間隔列','bandedColumns':'間隔欄','firstColumn':_0x647565(0x190),'lastColumn':'最後一欄','bestMatch':_0x647565(0x17c),'light':'淺色','medium':'中等','minimal':'簡約','cellBackground':_0x647565(0x17d),'allBorders':'所有框線','tableBackgroundColor':'表格背景色','border':'框線','tableBorderColor':'框線顏色','borderWidth':_0x647565(0x184),'borderStyle':_0x647565(0x18e),'borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':'點劃線','borderPresetAll':'所有框線','borderPresetInner':_0x647565(0x16d),'borderPresetOuter':'外部框線','borderPresetTop':_0x647565(0x171),'borderPresetBottom':_0x647565(0x16b),'borderPresetLeft':'左框線','borderPresetRight':_0x647565(0x17e),'borderPresetInnerHorizontal':'內部水平框線','borderPresetInnerVertical':_0x647565(0x188),'noBorder':_0x647565(0x178),'none':'無','fontFamily':'字型','fontSize':'字號','textFormat':_0x647565(0x18c),'textColor':_0x647565(0x193),'textBackgroundColor':'文字背景色','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x647565(0x166),'horizontalAlign':_0x647565(0x16c),'verticalAlign':_0x647565(0x177),'alignLeft':_0x647565(0x18f),'alignCenter':_0x647565(0x16f),'alignRight':'靠右對齊','alignJustify':_0x647565(0x18d),'alignTop':'靠上對齊','alignMiddle':_0x647565(0x183),'alignBottom':'靠下對齊'},'shapePanel':{'fill':{'noFill':_0x647565(0x174),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'顏色','transparency':_0x647565(0x18a),'picture':{'source':_0x647565(0x17b),'insert':_0x647565(0x191)}}}}};export{e as default};function _0x48bf(){const _0x3a9b60=['插入圖片','10070UQkTjg','文字顏色','在右側插入欄','754080mxAvwH','選取儲存格','重置顏色','刪除列','2981otArVg','刪除線','在上方插入列','在下方插入列','刪除欄','表格外觀','下框線','水平對齊','內部框線','表格主題','置中對齊','平均分佈欄','上框線','取消合併儲存格','合併儲存格','無填滿','54xAXtfr','平均分佈列','垂直對齊','無框線','1324543ASCujg','77763QJBuZW','圖片來源','最佳配對','儲存格背景','右框線','在左側插入欄','112065bWSuuk','443823jGfkLL','2Alpdxd','垂直置中','框線寬度','712svEgRc','刪除表格','14793723xhhWUg','內部垂直框線','頁尾列','透明度','版面配置','文字格式','左右對齊','框線樣式','靠左對齊','第一欄'];_0x48bf=function(){return _0x3a9b60;};return _0x48bf();}
|