@univerjs-pro/slides-table-ui 1.0.0-alpha.2 → 1.0.0-alpha.3
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 +4 -2
- 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.css +184 -0
- 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/commands/operations/table-contextmenu.operation.d.ts +22 -36
- package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +9 -4
- package/lib/types/index.d.ts +28 -8
- package/lib/types/locale/en-US.d.ts +17 -0
- package/lib/types/menu/contextmenu.menu.d.ts +0 -3
- package/lib/types/render-objects/slide-table-document-render-resources.util.d.ts +42 -0
- package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +26 -0
- package/lib/types/render-objects/slide-table-object.d.ts +127 -0
- package/lib/types/services/slide-table-cell-editor.service.d.ts +50 -0
- package/lib/types/services/slide-table-keyboard.service.d.ts +7 -21
- package/lib/types/services/table-keyboard.service-base.d.ts +18 -0
- package/lib/types/utils/slide-table-clipboard-model.d.ts +7 -0
- package/lib/types/utils/slide-table-contextmenu-model.d.ts +69 -0
- package/lib/types/utils/slide-table-editor-model.d.ts +78 -0
- package/lib/types/utils/slide-table-keyboard-input.d.ts +13 -0
- package/lib/types/utils/slide-table-keyboard-model.d.ts +43 -0
- package/lib/types/utils/slide-table-object-selection-model.d.ts +7 -0
- package/lib/types/utils/slide-table-structural-insert.util.d.ts +15 -0
- package/lib/types/utils/slide-table-toolbar-model.d.ts +17 -0
- package/lib/types/utils/slide-table-toolbar-shared-model.d.ts +70 -0
- package/lib/types/utils/slide-table-toolbar-values.d.ts +33 -0
- package/lib/types/views/TableThemeGallery.d.ts +10 -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 +17 -18
- /package/lib/types/{views → utils}/slide-table-hit-test.d.ts +0 -0
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x18ad(_0x8f2be9,_0x14808c){_0x8f2be9=_0x8f2be9-0x1eb;const _0x4c9741=_0x4c97();let _0x18ad9e=_0x4c9741[_0x8f2be9];return _0x18ad9e;}function _0x4c97(){const _0x1be994=['Rozmiar\x20czcionki','Kolor\x20obramowania\x20tabeli','Kolor\x20tła\x20tabeli','Pogrubienie','Wstaw\x20kolumnę\x20z\x20lewej','Wyrównanie\x20poziome','Kropkowane','Wyrównaj\x20do\x20prawej','Czerwony\x20100','Górne\x20obramowanie','Wstaw\x20kolumnę\x20z\x20prawej','Przenies\x20wiersze','Podkreślenie','48iODZpd','Wstaw','Prawe\x20obramowanie','Wewnętrzne\x20obramowania','Usuń\x20kolumnę','Ostatnia\x20kolumna','Usuń\x20tabelę','Wyrównaj\x20do\x20dołu','Obramowania\x20zewnętrzne','Styl\x20obramowania','Nie\x20mozna\x20przenosic\x20kolumn\x20przez\x20scalone\x20komorki','Kopiuj','Motyw\x20tabeli','Lewe\x20obramowanie','Czcionka','Przenies\x20wiersz','Wypełnienie\x20obrazem\x20lub\x20teksturą','Nie\x20mozna\x20przenosic\x20wierszy\x20przez\x20scalone\x20komorki','Kolor\x20tekstu','Format\x20tekstu','Wybierz\x20kolumne','Brak','Minimalny','521871TqZwiW','2613JJCYgB','Najlepsze\x20dopasowanie','Kreskowane','Resetuj\x20kolor','Wyrównaj\x20do\x20góry','Szary\x20900','Jasny','Naprzemienne\x20wiersze','Wygląd\x20tabeli','1047516zCpJlV','Niebieski\x20100','661880bHzItq','Wszystkie\x20obramowania','Przekreślenie','Wyjustuj','Kursywa','Pierwsza\x20kolumna','Fioletowy\x20600','Wypełnienie\x20jednolite','Bez\x20obramowania','Średni','Cofnij\x20scalanie\x20komórek','Wstaw\x20wiersz\x20poniżej','Wiersz\x20stopki','Naprzemienne\x20kolumny','173680XYrcpe','Żółty\x20100','Biały','169064PnqGnB','Żółty\x20700','Wyrównaj\x20do\x20środka','Wstaw\x20wiersz','Szary\x20100','Szary\x20500','Rozmieść','Rozmieść\x20wiersze','Kolor\x20tła\x20tekstu','Przenies\x20kolumny','1156653ZruqMS','Wstaw\x20kolumne','Zielony\x20600','Źródło\x20obrazu','Przenies\x20kolumne','114ExypVX','Wewnętrzne\x20obramowanie\x20poziome','Obramowanie'];_0x4c97=function(){return _0x1be994;};return _0x4c97();}const _0x40be49=_0x18ad;(function(_0x3ed05e,_0x1aef3a){const _0x1720c8=_0x18ad,_0x588498=_0x3ed05e();while(!![]){try{const _0x4dab28=-parseInt(_0x1720c8(0x1f3))/0x1*(parseInt(_0x1720c8(0x21e))/0x2)+-parseInt(_0x1720c8(0x1f2))/0x3+parseInt(_0x1720c8(0x1fc))/0x4+-parseInt(_0x1720c8(0x1fe))/0x5+parseInt(_0x1720c8(0x22e))/0x6*(parseInt(_0x1720c8(0x20f))/0x7)+parseInt(_0x1720c8(0x20c))/0x8+parseInt(_0x1720c8(0x219))/0x9;if(_0x4dab28===_0x1aef3a)break;else _0x588498['push'](_0x588498['shift']());}catch(_0x1556cb){_0x588498['push'](_0x588498['shift']());}}}(_0x4c97,0x24a20));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x40be49(0x23c),'fontSize':_0x40be49(0x221),'textFormat':_0x40be49(0x1ee),'bold':_0x40be49(0x224),'italic':_0x40be49(0x202),'underline':_0x40be49(0x22d),'strikethrough':_0x40be49(0x200),'textColor':_0x40be49(0x1ed),'textBackgroundColor':_0x40be49(0x217),'tableBackgroundColor':_0x40be49(0x223),'tableBorderColor':_0x40be49(0x222),'borderWidth':'Szerokość\x20obramowania','borderStyle':_0x40be49(0x237),'border':_0x40be49(0x220),'borderStyleSolid':'Ciągłe','borderStyleDash':_0x40be49(0x1f5),'borderStyleDot':_0x40be49(0x227),'borderStyleDashDot':'Kreska-kropka','noBorder':_0x40be49(0x206),'borderPresetAll':_0x40be49(0x1ff),'borderPresetInner':'Obramowania\x20wewnętrzne','borderPresetOuter':'Obramowanie\x20zewnętrzne','borderPresetTop':_0x40be49(0x22a),'borderPresetBottom':'Dolne\x20obramowanie','borderPresetLeft':_0x40be49(0x23b),'borderPresetRight':_0x40be49(0x230),'borderPresetInnerHorizontal':_0x40be49(0x21f),'borderPresetInnerVertical':'Wewnętrzne\x20obramowanie\x20pionowe','none':_0x40be49(0x1f0),'horizontalAlign':_0x40be49(0x226),'verticalAlign':'Wyrównanie\x20pionowe','alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':_0x40be49(0x211),'alignRight':_0x40be49(0x228),'alignJustify':_0x40be49(0x201),'alignTop':_0x40be49(0x1f7),'alignMiddle':'Wyrównaj\x20do\x20środka\x20w\x20pionie','alignBottom':_0x40be49(0x235),'mergeCells':'Scal\x20komórki','unmergeCells':_0x40be49(0x208),'tableTheme':_0x40be49(0x23a),'tableLook':_0x40be49(0x1fb),'headerRow':'Wiersz\x20nagłówka','footerRow':_0x40be49(0x20a),'bandedRows':_0x40be49(0x1fa),'bandedColumns':_0x40be49(0x20b),'firstColumn':_0x40be49(0x203),'lastColumn':_0x40be49(0x233),'bestMatch':_0x40be49(0x1f4),'light':_0x40be49(0x1f9),'medium':_0x40be49(0x207),'minimal':_0x40be49(0x1f1)},'shapePanel':{'fill':{'noFill':'Brak\x20wypełnienia','solidFill':_0x40be49(0x205),'gradientFill':'Wypełnienie\x20gradientowe','pictureFill':_0x40be49(0x1eb),'color':'Kolor','transparency':'Przezroczystość','picture':{'source':_0x40be49(0x21c),'insert':'Wstaw\x20obraz'}}},'structuralControls':{'selectRow':'Wybierz\x20wiersz','selectColumn':_0x40be49(0x1ef),'selectTable':'Wybierz\x20tabele','insertRow':_0x40be49(0x212),'insertColumn':_0x40be49(0x21a),'moveRow':_0x40be49(0x23d),'moveColumn':_0x40be49(0x21d),'moveRows':_0x40be49(0x22c),'moveColumns':_0x40be49(0x218),'cannotMoveMergedRows':_0x40be49(0x1ec),'cannotMoveMergedColumns':_0x40be49(0x238)},'contextMenu':{'insert':_0x40be49(0x22f),'delete':'Usuń','distribute':_0x40be49(0x215),'borders':'Obramowania','tableBackgroundColor':_0x40be49(0x223),'copy':_0x40be49(0x239),'cut':'Wytnij','deleteTable':_0x40be49(0x234),'insertRowAbove':'Wstaw\x20wiersz\x20powyżej','insertRowBelow':_0x40be49(0x209),'insertColumnLeft':_0x40be49(0x225),'insertColumnRight':_0x40be49(0x22b),'deleteRow':'Usuń\x20wiersz','deleteColumn':_0x40be49(0x232),'distributeRows':_0x40be49(0x216),'distributeColumns':'Rozmieść\x20kolumny','borderAll':_0x40be49(0x1ff),'borderOuter':_0x40be49(0x236),'borderInner':_0x40be49(0x231),'borderNone':_0x40be49(0x206)},'colorPreset':{'resetColor':_0x40be49(0x1f6),'white':_0x40be49(0x20e),'gray100':_0x40be49(0x213),'primary100':'Podstawowy\x20100','blue100':_0x40be49(0x1fd),'green100':'Zielony\x20100','yellow100':_0x40be49(0x20d),'red100':_0x40be49(0x229),'gray900':_0x40be49(0x1f8),'gray500':_0x40be49(0x214),'red600':'Czerwony\x20600','orange600':'Pomarańczowy\x20600','yellow700':_0x40be49(0x210),'green600':_0x40be49(0x21b),'blue600':'Niebieski\x20600','purple600':_0x40be49(0x204)}}};export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1bae28=_0x208e;function _0x208e(_0x49beef,_0x49d6ed){_0x49beef=_0x49beef-0x1eb;const _0x5743be=_0x5743();let _0x208ea1=_0x5743be[_0x49beef];return _0x208ea1;}(function(_0x1b1fea,_0x144624){const _0x470f61=_0x208e,_0x41c5b9=_0x1b1fea();while(!![]){try{const _0x264174=parseInt(_0x470f61(0x20d))/0x1+-parseInt(_0x470f61(0x238))/0x2*(parseInt(_0x470f61(0x1f5))/0x3)+parseInt(_0x470f61(0x21a))/0x4*(parseInt(_0x470f61(0x224))/0x5)+-parseInt(_0x470f61(0x215))/0x6*(-parseInt(_0x470f61(0x1f9))/0x7)+parseInt(_0x470f61(0x213))/0x8*(parseInt(_0x470f61(0x1fb))/0x9)+-parseInt(_0x470f61(0x223))/0xa+-parseInt(_0x470f61(0x1f3))/0xb*(parseInt(_0x470f61(0x225))/0xc);if(_0x264174===_0x144624)break;else _0x41c5b9['push'](_0x41c5b9['shift']());}catch(_0x5479ea){_0x41c5b9['push'](_0x41c5b9['shift']());}}}(_0x5743,0x82667));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x1bae28(0x22c),'fontSize':'Tamanho\x20da\x20fonte','textFormat':_0x1bae28(0x235),'bold':_0x1bae28(0x219),'italic':_0x1bae28(0x208),'underline':'Sublinhado','strikethrough':'Tachado','textColor':_0x1bae28(0x20c),'textBackgroundColor':_0x1bae28(0x236),'tableBackgroundColor':_0x1bae28(0x23e),'tableBorderColor':_0x1bae28(0x206),'borderWidth':_0x1bae28(0x23f),'borderStyle':_0x1bae28(0x209),'border':_0x1bae28(0x22d),'borderStyleSolid':_0x1bae28(0x227),'borderStyleDash':_0x1bae28(0x1f6),'borderStyleDot':_0x1bae28(0x239),'borderStyleDashDot':_0x1bae28(0x229),'noBorder':'Sem\x20borda','borderPresetAll':_0x1bae28(0x217),'borderPresetInner':'Bordas\x20internas','borderPresetOuter':_0x1bae28(0x1fc),'borderPresetTop':'Borda\x20superior','borderPresetBottom':_0x1bae28(0x205),'borderPresetLeft':_0x1bae28(0x23b),'borderPresetRight':'Borda\x20direita','borderPresetInnerHorizontal':_0x1bae28(0x21b),'borderPresetInnerVertical':_0x1bae28(0x1fd),'none':'Nenhum','horizontalAlign':_0x1bae28(0x216),'verticalAlign':'Alinhamento\x20vertical','alignLeft':_0x1bae28(0x230),'alignCenter':_0x1bae28(0x228),'alignRight':_0x1bae28(0x23c),'alignJustify':_0x1bae28(0x1ec),'alignTop':'Alinhar\x20ao\x20topo','alignMiddle':'Alinhar\x20ao\x20meio','alignBottom':_0x1bae28(0x21f),'mergeCells':_0x1bae28(0x1f4),'unmergeCells':'Desfazer\x20mesclagem\x20de\x20células','tableTheme':_0x1bae28(0x20f),'tableLook':_0x1bae28(0x200),'headerRow':_0x1bae28(0x1ee),'footerRow':'Linha\x20de\x20rodapé','bandedRows':_0x1bae28(0x23d),'bandedColumns':_0x1bae28(0x21d),'firstColumn':'Primeira\x20coluna','lastColumn':'Última\x20coluna','bestMatch':_0x1bae28(0x1f7),'light':_0x1bae28(0x218),'medium':_0x1bae28(0x214),'minimal':_0x1bae28(0x1fe)},'shapePanel':{'fill':{'noFill':_0x1bae28(0x221),'solidFill':'Preenchimento\x20sólido','gradientFill':_0x1bae28(0x207),'pictureFill':'Preenchimento\x20com\x20imagem\x20ou\x20textura','color':_0x1bae28(0x202),'transparency':_0x1bae28(0x1fa),'picture':{'source':'Origem\x20da\x20imagem','insert':_0x1bae28(0x220)}}},'structuralControls':{'selectRow':_0x1bae28(0x222),'selectColumn':_0x1bae28(0x237),'selectTable':_0x1bae28(0x210),'insertRow':_0x1bae28(0x22f),'insertColumn':_0x1bae28(0x22e),'moveRow':_0x1bae28(0x1ef),'moveColumn':'Mover\x20coluna','moveRows':_0x1bae28(0x20a),'moveColumns':_0x1bae28(0x22a),'cannotMoveMergedRows':'Nao\x20e\x20possivel\x20mover\x20linhas\x20por\x20celulas\x20mescladas','cannotMoveMergedColumns':_0x1bae28(0x23a)},'contextMenu':{'insert':'Inserir','delete':_0x1bae28(0x211),'distribute':'Distribuir','borders':_0x1bae28(0x232),'tableBackgroundColor':_0x1bae28(0x23e),'copy':_0x1bae28(0x204),'cut':'Recortar','deleteTable':_0x1bae28(0x231),'insertRowAbove':_0x1bae28(0x1f2),'insertRowBelow':'Inserir\x20linha\x20abaixo','insertColumnLeft':_0x1bae28(0x21e),'insertColumnRight':_0x1bae28(0x1ff),'deleteRow':_0x1bae28(0x20b),'deleteColumn':_0x1bae28(0x201),'distributeRows':'Distribuir\x20linhas','distributeColumns':'Distribuir\x20colunas','borderAll':_0x1bae28(0x217),'borderOuter':_0x1bae28(0x1f0),'borderInner':'Bordas\x20internas','borderNone':_0x1bae28(0x20e)},'colorPreset':{'resetColor':_0x1bae28(0x1eb),'white':'Branco','gray100':_0x1bae28(0x203),'primary100':_0x1bae28(0x1f8),'blue100':_0x1bae28(0x212),'green100':'Verde\x20100','yellow100':_0x1bae28(0x1ed),'red100':_0x1bae28(0x233),'gray900':_0x1bae28(0x1f1),'gray500':_0x1bae28(0x234),'red600':'Vermelho\x20600','orange600':_0x1bae28(0x226),'yellow700':'Amarelo\x20700','green600':_0x1bae28(0x22b),'blue600':_0x1bae28(0x21c),'purple600':'Roxo\x20600'}}};export{e as default};function _0x5743(){const _0x3551dd=['Preenchimento\x20gradiente','Itálico','Estilo\x20da\x20borda','Mover\x20linhas','Excluir\x20linha','Cor\x20do\x20texto','1039990ZMcAuN','Sem\x20borda','Tema\x20da\x20tabela','Selecionar\x20tabela','Excluir','Azul\x20100','5341104QOpeoi','Médio','27420ZpqBhn','Alinhamento\x20horizontal','Todas\x20as\x20bordas','Claro','Negrito','20QnwrLx','Borda\x20horizontal\x20interna','Azul\x20600','Colunas\x20em\x20faixas','Inserir\x20coluna\x20à\x20esquerda','Alinhar\x20à\x20base','Inserir\x20imagem','Sem\x20preenchimento','Selecionar\x20linha','4343770kyJsjd','23995vrQuhH','132QUAxsE','Laranja\x20600','Sólida','Alinhar\x20ao\x20centro','Traço-ponto','Mover\x20colunas','Verde\x20600','Fonte','Borda','Inserir\x20coluna','Inserir\x20linha','Alinhar\x20à\x20esquerda','Excluir\x20tabela','Bordas','Vermelho\x20100','Cinza\x20500','Formato\x20do\x20texto','Cor\x20de\x20fundo\x20do\x20texto','Selecionar\x20coluna','8dBTCDX','Pontilhada','Nao\x20e\x20possivel\x20mover\x20colunas\x20por\x20celulas\x20mescladas','Borda\x20esquerda','Alinhar\x20à\x20direita','Linhas\x20em\x20faixas','Cor\x20de\x20fundo\x20da\x20tabela','Largura\x20da\x20borda','Redefinir\x20cor','Justificar','Amarelo\x20100','Linha\x20de\x20cabeçalho','Mover\x20linha','Bordas\x20externas','Cinza\x20900','Inserir\x20linha\x20acima','962643mfPSvU','Mesclar\x20células','179403tzKSyt','Tracejada','Melhor\x20correspondência','Principal\x20100','672CPQuNV','Transparência','9OqFKXK','Borda\x20externa','Borda\x20vertical\x20interna','Mínimo','Inserir\x20coluna\x20à\x20direita','Aparência\x20da\x20tabela','Excluir\x20coluna','Cor','Cinza\x20100','Copiar','Borda\x20inferior','Cor\x20da\x20borda\x20da\x20tabela'];_0x5743=function(){return _0x3551dd;};return _0x5743();}
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1474d2=_0x5317;(function(_0x3c5e01,_0x15e7e5){const _0x2536a5=_0x5317,_0xe16e68=_0x3c5e01();while(!![]){try{const _0x1e9248=-parseInt(_0x2536a5(0x11e))/0x1+parseInt(_0x2536a5(0xff))/0x2*(parseInt(_0x2536a5(0x118))/0x3)+parseInt(_0x2536a5(0xcd))/0x4+-parseInt(_0x2536a5(0xf5))/0x5*(parseInt(_0x2536a5(0xfd))/0x6)+-parseInt(_0x2536a5(0xd1))/0x7+-parseInt(_0x2536a5(0x102))/0x8*(-parseInt(_0x2536a5(0x10e))/0x9)+parseInt(_0x2536a5(0xea))/0xa;if(_0x1e9248===_0x15e7e5)break;else _0xe16e68['push'](_0xe16e68['shift']());}catch(_0x513e24){_0xe16e68['push'](_0xe16e68['shift']());}}}(_0x5a88,0xd0f59));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x1474d2(0x10c),'fontSize':_0x1474d2(0xda),'textFormat':_0x1474d2(0x116),'bold':_0x1474d2(0xd4),'italic':'Курсив','underline':'Подчеркнутый','strikethrough':_0x1474d2(0xe7),'textColor':'Цвет\x20текста','textBackgroundColor':_0x1474d2(0xdf),'tableBackgroundColor':_0x1474d2(0xe1),'tableBorderColor':'Цвет\x20границы\x20таблицы','borderWidth':_0x1474d2(0xef),'borderStyle':'Стиль\x20границы','border':_0x1474d2(0x113),'borderStyleSolid':_0x1474d2(0x109),'borderStyleDash':'Пунктирная','borderStyleDot':_0x1474d2(0xf0),'borderStyleDashDot':_0x1474d2(0xeb),'noBorder':_0x1474d2(0xe3),'borderPresetAll':_0x1474d2(0x114),'borderPresetInner':_0x1474d2(0xd0),'borderPresetOuter':_0x1474d2(0x11b),'borderPresetTop':'Верхняя\x20граница','borderPresetBottom':_0x1474d2(0xf1),'borderPresetLeft':'Левая\x20граница','borderPresetRight':'Правая\x20граница','borderPresetInnerHorizontal':'Внутренняя\x20горизонтальная\x20граница','borderPresetInnerVertical':_0x1474d2(0x10b),'none':_0x1474d2(0x11d),'horizontalAlign':'Горизонтальное\x20выравнивание','verticalAlign':_0x1474d2(0xf6),'alignLeft':_0x1474d2(0x119),'alignCenter':_0x1474d2(0x11a),'alignRight':'Выровнять\x20по\x20правому\x20краю','alignJustify':_0x1474d2(0xed),'alignTop':'Выровнять\x20по\x20верхнему\x20краю','alignMiddle':_0x1474d2(0xf4),'alignBottom':_0x1474d2(0x115),'mergeCells':'Объединить\x20ячейки','unmergeCells':'Разъединить\x20ячейки','tableTheme':_0x1474d2(0x107),'tableLook':_0x1474d2(0xf7),'headerRow':_0x1474d2(0x10f),'footerRow':_0x1474d2(0xd5),'bandedRows':_0x1474d2(0xfa),'bandedColumns':_0x1474d2(0x108),'firstColumn':_0x1474d2(0x110),'lastColumn':'Последний\x20столбец','bestMatch':'Лучшее\x20совпадение','light':_0x1474d2(0xfb),'medium':_0x1474d2(0xd7),'minimal':_0x1474d2(0xe6)},'shapePanel':{'fill':{'noFill':_0x1474d2(0xd9),'solidFill':_0x1474d2(0xdc),'gradientFill':'Градиентная\x20заливка','pictureFill':_0x1474d2(0xd6),'color':_0x1474d2(0xfc),'transparency':_0x1474d2(0xe2),'picture':{'source':'Источник\x20изображения','insert':_0x1474d2(0xdd)}}},'structuralControls':{'selectRow':_0x1474d2(0xe5),'selectColumn':'Выбрать\x20столбец','selectTable':_0x1474d2(0xdb),'insertRow':_0x1474d2(0xcf),'insertColumn':_0x1474d2(0xd3),'moveRow':'Переместить\x20строку','moveColumn':_0x1474d2(0x101),'moveRows':_0x1474d2(0x117),'moveColumns':_0x1474d2(0xe0),'cannotMoveMergedRows':_0x1474d2(0xec),'cannotMoveMergedColumns':_0x1474d2(0x11f)},'contextMenu':{'insert':'Вставить','delete':_0x1474d2(0xe9),'distribute':'Распределить','borders':'Границы','tableBackgroundColor':_0x1474d2(0xe1),'copy':_0x1474d2(0x100),'cut':'Вырезать','deleteTable':_0x1474d2(0x106),'insertRowAbove':'Вставить\x20строку\x20выше','insertRowBelow':_0x1474d2(0xf3),'insertColumnLeft':_0x1474d2(0xd8),'insertColumnRight':_0x1474d2(0x105),'deleteRow':_0x1474d2(0x111),'deleteColumn':_0x1474d2(0xfe),'distributeRows':_0x1474d2(0x10d),'distributeColumns':_0x1474d2(0x103),'borderAll':'Все\x20границы','borderOuter':_0x1474d2(0xe8),'borderInner':_0x1474d2(0xd0),'borderNone':_0x1474d2(0xf2)},'colorPreset':{'resetColor':_0x1474d2(0xf9),'white':_0x1474d2(0xf8),'gray100':_0x1474d2(0xd2),'primary100':_0x1474d2(0x112),'blue100':'Синий\x20100','green100':_0x1474d2(0x120),'yellow100':_0x1474d2(0xee),'red100':_0x1474d2(0xce),'gray900':'Серый\x20900','gray500':_0x1474d2(0x121),'red600':_0x1474d2(0xe4),'orange600':_0x1474d2(0x104),'yellow700':_0x1474d2(0x10a),'green600':_0x1474d2(0x11c),'blue600':'Синий\x20600','purple600':_0x1474d2(0xde)}}};function _0x5a88(){const _0x5593e2=['Серый\x20100','Вставить\x20столбец','Полужирный','Строка\x20итогов','Заливка\x20рисунком\x20или\x20текстурой','Средний','Вставить\x20столбец\x20слева','Без\x20заливки','Размер\x20шрифта','Выбрать\x20таблицу','Сплошная\x20заливка','Вставить\x20изображение','Фиолетовый\x20600','Цвет\x20фона\x20текста','Переместить\x20столбцы','Цвет\x20фона\x20таблицы','Прозрачность','Без\x20границы','Красный\x20600','Выбрать\x20строку','Минимальная','Зачеркнутый','Внешние\x20границы','Удалить','6712300zkRcww','Штрихпунктирная','Нельзя\x20перемещать\x20строки\x20через\x20объединенные\x20ячейки','По\x20ширине','Желтый\x20100','Толщина\x20границы','Точечная','Нижняя\x20граница','Без\x20границ','Вставить\x20строку\x20ниже','Выровнять\x20по\x20середине','1390ZBOKYi','Вертикальное\x20выравнивание','Вид\x20таблицы','Белый','Сбросить\x20цвет','Чередующиеся\x20строки','Светлая','Цвет','13026hnmlYi','Удалить\x20столбец','292244MjMOZx','Копировать','Переместить\x20столбец','12561344cXsCBc','Распределить\x20столбцы','Оранжевый\x20600','Вставить\x20столбец\x20справа','Удалить\x20таблицу','Тема\x20таблицы','Чередующиеся\x20столбцы','Сплошная','Желтый\x20700','Внутренняя\x20вертикальная\x20граница','Шрифт','Распределить\x20строки','9jGRobl','Строка\x20заголовка','Первый\x20столбец','Удалить\x20строку','Основной\x20100','Граница','Все\x20границы','Выровнять\x20по\x20нижнему\x20краю','Формат\x20текста','Переместить\x20строки','6fTTvzd','Выровнять\x20по\x20левому\x20краю','Выровнять\x20по\x20центру','Внешняя\x20граница','Зеленый\x20600','Нет','1358207IfNTkS','Нельзя\x20перемещать\x20столбцы\x20через\x20объединенные\x20ячейки','Зеленый\x20100','Серый\x20500','6113512PfOiUg','Красный\x20100','Вставить\x20строку','Внутренние\x20границы','8710646Mjzcki'];_0x5a88=function(){return _0x5593e2;};return _0x5a88();}function _0x5317(_0x140fba,_0xaa7fa0){_0x140fba=_0x140fba-0xcd;const _0x5a884d=_0x5a88();let _0x531700=_0x5a884d[_0x140fba];return _0x531700;}export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x10cb(){const _0xffa33c=['Rozložiť','Ľavé\x20orámovanie','Odstrániť\x20stĺpec','Primárna\x20100','12918410tcXxUh','Zarovnať\x20na\x20stred','3309396KCehny','Vnútorné\x20vodorovné\x20orámovanie','Podčiarknuté','Vložiť','Kopírovať','Rozložiť\x20riadky','Kurzíva','Priehľadnosť','Biela','Presunut\x20riadok','Riadky\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','Výplň\x20obrázkom\x20alebo\x20textúrou','Bodkovaná','Zarovnať\x20na\x20stred\x20zvisle','5pYcauM','279010GksAiq','Plná\x20čiara','Vonkajšie\x20orámovanie','Horné\x20orámovanie','Farba','Vložiť\x20stĺpec\x20vľavo','Červená\x20600','Vzhľad\x20tabuľky','Odstrániť\x20riadok','Modrá\x20100','Vložiť\x20riadok\x20nad','27wmzNZZ','Modrá\x20600','Oranžová\x20600','Farba\x20pozadia\x20tabuľky','Vnútorné\x20zvislé\x20orámovanie','Všetky\x20orámovania','Stlpce\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','Zarovnať\x20do\x20bloku','Zrušiť\x20zlúčenie\x20buniek','Sivá\x20100','3184811rLCLFa','Obnoviť\x20farbu','Pravé\x20orámovanie','Stredná','Pruhované\x20stĺpce','Vystrihnúť','5056794lTGwai','Odstrániť','Vložiť\x20obrázok','Vlozit\x20stlpec','Riadok\x20hlavičky','Čiarka-bodka','Sivá\x20500','Fialová\x20600','Orámovanie','Čiarkovaná','Minimálny','Tučné','8qHZFka','Bez\x20výplne','Riadok\x20päty','Vlozit\x20riadok','Najlepšia\x20zhoda','Farba\x20textu','Vonkajšie\x20orámovania','Vodorovné\x20zarovnanie','Motív\x20tabuľky','Zarovnať\x20nahor','2768703daGybW','Formát\x20textu','Štýl\x20orámovania','Presunut\x20riadky','2403152DxxQRC','Vnútorné\x20orámovania','Presunut\x20stlpec','Vybrat\x20riadok','Dolné\x20orámovanie','22IaOJVp','Odstrániť\x20tabuľku','Zvislé\x20zarovnanie','Veľkosť\x20písma','Zarovnať\x20doľava','Posledný\x20stĺpec','Vložiť\x20riadok\x20pod'];_0x10cb=function(){return _0xffa33c;};return _0x10cb();}const _0x5efac3=_0x2fa9;(function(_0x121da3,_0x432ab9){const _0x16db5b=_0x2fa9,_0x13902d=_0x121da3();while(!![]){try{const _0x49077f=parseInt(_0x16db5b(0x202))/0x1*(parseInt(_0x16db5b(0x1db))/0x2)+parseInt(_0x16db5b(0x20c))/0x3+-parseInt(_0x16db5b(0x222))/0x4+parseInt(_0x16db5b(0x1da))/0x5*(parseInt(_0x16db5b(0x1f6))/0x6)+parseInt(_0x16db5b(0x1f0))/0x7+parseInt(_0x16db5b(0x210))/0x8*(parseInt(_0x16db5b(0x1e6))/0x9)+parseInt(_0x16db5b(0x220))/0xa*(-parseInt(_0x16db5b(0x215))/0xb);if(_0x49077f===_0x432ab9)break;else _0x13902d['push'](_0x13902d['shift']());}catch(_0x3667be){_0x13902d['push'](_0x13902d['shift']());}}}(_0x10cb,0xc9df0));function _0x2fa9(_0x369b9f,_0x40d543){_0x369b9f=_0x369b9f-0x1ce;const _0x10cbb6=_0x10cb();let _0x2fa99f=_0x10cbb6[_0x369b9f];return _0x2fa99f;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Písmo','fontSize':_0x5efac3(0x218),'textFormat':_0x5efac3(0x20d),'bold':_0x5efac3(0x201),'italic':_0x5efac3(0x1d2),'underline':_0x5efac3(0x1ce),'strikethrough':'Prečiarknuté','textColor':_0x5efac3(0x207),'textBackgroundColor':'Farba\x20pozadia\x20textu','tableBackgroundColor':_0x5efac3(0x1e9),'tableBorderColor':'Farba\x20orámovania\x20tabuľky','borderWidth':'Hrúbka\x20orámovania','borderStyle':_0x5efac3(0x20e),'border':'Orámovanie','borderStyleSolid':_0x5efac3(0x1dc),'borderStyleDash':_0x5efac3(0x1ff),'borderStyleDot':_0x5efac3(0x1d8),'borderStyleDashDot':_0x5efac3(0x1fb),'noBorder':'Bez\x20orámovania','borderPresetAll':_0x5efac3(0x1eb),'borderPresetInner':_0x5efac3(0x211),'borderPresetOuter':_0x5efac3(0x1dd),'borderPresetTop':_0x5efac3(0x1de),'borderPresetBottom':_0x5efac3(0x214),'borderPresetLeft':_0x5efac3(0x21d),'borderPresetRight':_0x5efac3(0x1f2),'borderPresetInnerHorizontal':_0x5efac3(0x223),'borderPresetInnerVertical':_0x5efac3(0x1ea),'none':'Žiadne','horizontalAlign':_0x5efac3(0x209),'verticalAlign':_0x5efac3(0x217),'alignLeft':_0x5efac3(0x219),'alignCenter':_0x5efac3(0x221),'alignRight':'Zarovnať\x20doprava','alignJustify':_0x5efac3(0x1ed),'alignTop':_0x5efac3(0x20b),'alignMiddle':_0x5efac3(0x1d9),'alignBottom':'Zarovnať\x20nadol','mergeCells':'Zlúčiť\x20bunky','unmergeCells':_0x5efac3(0x1ee),'tableTheme':_0x5efac3(0x20a),'tableLook':_0x5efac3(0x1e2),'headerRow':_0x5efac3(0x1fa),'footerRow':_0x5efac3(0x204),'bandedRows':'Pruhované\x20riadky','bandedColumns':_0x5efac3(0x1f4),'firstColumn':'Prvý\x20stĺpec','lastColumn':_0x5efac3(0x21a),'bestMatch':_0x5efac3(0x206),'light':'Svetlý','medium':_0x5efac3(0x1f3),'minimal':_0x5efac3(0x200)},'shapePanel':{'fill':{'noFill':_0x5efac3(0x203),'solidFill':'Plná\x20výplň','gradientFill':'Prechodová\x20výplň','pictureFill':_0x5efac3(0x1d7),'color':_0x5efac3(0x1df),'transparency':_0x5efac3(0x1d3),'picture':{'source':'Zdroj\x20obrázka','insert':_0x5efac3(0x1f8)}}},'structuralControls':{'selectRow':_0x5efac3(0x213),'selectColumn':'Vybrat\x20stlpec','selectTable':'Vybrat\x20tabulku','insertRow':_0x5efac3(0x205),'insertColumn':_0x5efac3(0x1f9),'moveRow':_0x5efac3(0x1d5),'moveColumn':_0x5efac3(0x212),'moveRows':_0x5efac3(0x20f),'moveColumns':'Presunut\x20stlpce','cannotMoveMergedRows':_0x5efac3(0x1d6),'cannotMoveMergedColumns':_0x5efac3(0x1ec)},'contextMenu':{'insert':_0x5efac3(0x1cf),'delete':_0x5efac3(0x1f7),'distribute':_0x5efac3(0x21c),'borders':_0x5efac3(0x1fe),'tableBackgroundColor':_0x5efac3(0x1e9),'copy':_0x5efac3(0x1d0),'cut':_0x5efac3(0x1f5),'deleteTable':_0x5efac3(0x216),'insertRowAbove':_0x5efac3(0x1e5),'insertRowBelow':_0x5efac3(0x21b),'insertColumnLeft':_0x5efac3(0x1e0),'insertColumnRight':'Vložiť\x20stĺpec\x20vpravo','deleteRow':_0x5efac3(0x1e3),'deleteColumn':_0x5efac3(0x21e),'distributeRows':_0x5efac3(0x1d1),'distributeColumns':'Rozložiť\x20stĺpce','borderAll':_0x5efac3(0x1eb),'borderOuter':_0x5efac3(0x208),'borderInner':_0x5efac3(0x211),'borderNone':'Bez\x20orámovania'},'colorPreset':{'resetColor':_0x5efac3(0x1f1),'white':_0x5efac3(0x1d4),'gray100':_0x5efac3(0x1ef),'primary100':_0x5efac3(0x21f),'blue100':_0x5efac3(0x1e4),'green100':'Zelená\x20100','yellow100':'Žltá\x20100','red100':'Červená\x20100','gray900':'Sivá\x20900','gray500':_0x5efac3(0x1fc),'red600':_0x5efac3(0x1e1),'orange600':_0x5efac3(0x1e8),'yellow700':'Žltá\x20700','green600':'Zelená\x20600','blue600':_0x5efac3(0x1e7),'purple600':_0x5efac3(0x1fd)}}};export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x589059=_0x47dc;(function(_0x3af275,_0x5e514c){const _0x21cece=_0x47dc,_0x4da6ec=_0x3af275();while(!![]){try{const _0x472a10=parseInt(_0x21cece(0x148))/0x1*(parseInt(_0x21cece(0x139))/0x2)+-parseInt(_0x21cece(0x181))/0x3*(parseInt(_0x21cece(0x18a))/0x4)+parseInt(_0x21cece(0x14b))/0x5*(-parseInt(_0x21cece(0x13d))/0x6)+-parseInt(_0x21cece(0x18f))/0x7+parseInt(_0x21cece(0x14f))/0x8*(parseInt(_0x21cece(0x169))/0x9)+parseInt(_0x21cece(0x14a))/0xa+parseInt(_0x21cece(0x14e))/0xb;if(_0x472a10===_0x5e514c)break;else _0x4da6ec['push'](_0x4da6ec['shift']());}catch(_0x364299){_0x4da6ec['push'](_0x4da6ec['shift']());}}}(_0x52b1,0x9efc5));function _0x47dc(_0x5ce26d,_0x2706db){_0x5ce26d=_0x5ce26d-0x135;const _0x52b1b3=_0x52b1();let _0x47dcc5=_0x52b1b3[_0x5ce26d];return _0x47dcc5;}function _0x52b1(){const _0x36ba6d=['Xóa\x20cột','Viền\x20phải','Không','Căn\x20trên','Di\x20chuyen\x20cac\x20hang','Xanh\x20dương\x20600','Xanh\x20lá\x20600','Màu\x20nền\x20bảng','Chon\x20hang','Viền\x20ngang\x20bên\x20trong','Kiểu\x20viền','101781xAJvvw','Phù\x20hợp\x20nhất','Gạch\x20chấm','Chen\x20cot','Vừa','Sáng','Đường\x20viền\x20bên\x20trong','Chon\x20cot','Xóa','8RfLtat','Tô\x20màu\x20gradient','Di\x20chuyen\x20cot','Chon\x20bang','Căn\x20dưới','7989814sojicl','Nguồn\x20hình\x20ảnh','Hàng\x20xen\x20kẽ','Chèn\x20hình\x20ảnh','Chèn\x20hàng\x20phía\x20dưới','862HDdcLy','Đỏ\x20100','Không\x20viền','Căn\x20giữa\x20dọc','18aHCKnG','Cam\x20600','Tất\x20cả\x20viền','Di\x20chuyen\x20cac\x20cot','Không\x20tô','Tô\x20màu\x20đặc','Cột\x20xen\x20kẽ','Gạch\x20chân','Xanh\x20lá\x20100','Phân\x20bố\x20hàng','Viền\x20bên\x20ngoài','103HfNsqY','Căn\x20phải','6317150KCUMRe','1008445wrgssr','Chèn','Di\x20chuyen\x20hang','15078041KDpPsk','372168hFSCiO','Màu\x20chữ','Tím\x20600','Liền','Cột\x20đầu\x20tiên','Xám\x20100','Xóa\x20hàng','Khong\x20the\x20di\x20chuyen\x20cot\x20qua\x20o\x20da\x20hop\x20nhat','Căn\x20đều','Cột\x20cuối\x20cùng','Chủ\x20đề\x20bảng','Xóa\x20bảng','Chèn\x20cột\x20bên\x20phải','Hợp\x20nhất\x20ô','Xanh\x20dương\x20100','Hàng\x20tiêu\x20đề','Chèn\x20hàng\x20phía\x20trên','Căn\x20trái','Đặt\x20lại\x20màu','Nét\x20đứt','Phân\x20bố','Vàng\x20100','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Viền\x20trái','Viền\x20dưới','Cỡ\x20chữ','81vMCCrQ','Nghiêng','Màu\x20viền\x20bảng','Căn\x20dọc','Độ\x20dày\x20viền','Đỏ\x20600','Gạch\x20ngang','Viền','Hàng\x20chân\x20bảng','Màu','Chen\x20hang','Màu\x20nền\x20chữ','Cắt'];_0x52b1=function(){return _0x36ba6d;};return _0x52b1();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Phông\x20chữ','fontSize':_0x589059(0x168),'textFormat':'Định\x20dạng\x20văn\x20bản','bold':'Đậm','italic':_0x589059(0x16a),'underline':_0x589059(0x144),'strikethrough':_0x589059(0x16f),'textColor':_0x589059(0x150),'textBackgroundColor':_0x589059(0x174),'tableBackgroundColor':_0x589059(0x17d),'tableBorderColor':_0x589059(0x16b),'borderWidth':_0x589059(0x16d),'borderStyle':_0x589059(0x180),'border':_0x589059(0x170),'borderStyleSolid':_0x589059(0x152),'borderStyleDash':_0x589059(0x162),'borderStyleDot':'Nét\x20chấm','borderStyleDashDot':_0x589059(0x183),'noBorder':_0x589059(0x13b),'borderPresetAll':_0x589059(0x13f),'borderPresetInner':'Viền\x20bên\x20trong','borderPresetOuter':'Viền\x20bên\x20ngoài','borderPresetTop':'Viền\x20trên','borderPresetBottom':_0x589059(0x167),'borderPresetLeft':_0x589059(0x166),'borderPresetRight':_0x589059(0x177),'borderPresetInnerHorizontal':_0x589059(0x17f),'borderPresetInnerVertical':'Viền\x20dọc\x20bên\x20trong','none':_0x589059(0x178),'horizontalAlign':'Căn\x20ngang','verticalAlign':_0x589059(0x16c),'alignLeft':_0x589059(0x160),'alignCenter':'Căn\x20giữa','alignRight':_0x589059(0x149),'alignJustify':_0x589059(0x157),'alignTop':_0x589059(0x179),'alignMiddle':_0x589059(0x13c),'alignBottom':_0x589059(0x18e),'mergeCells':_0x589059(0x15c),'unmergeCells':'Tách\x20ô','tableTheme':_0x589059(0x159),'tableLook':'Kiểu\x20bảng','headerRow':_0x589059(0x15e),'footerRow':_0x589059(0x171),'bandedRows':_0x589059(0x136),'bandedColumns':_0x589059(0x143),'firstColumn':_0x589059(0x153),'lastColumn':_0x589059(0x158),'bestMatch':_0x589059(0x182),'light':_0x589059(0x186),'medium':_0x589059(0x185),'minimal':'Tối\x20giản'},'shapePanel':{'fill':{'noFill':_0x589059(0x141),'solidFill':_0x589059(0x142),'gradientFill':_0x589059(0x18b),'pictureFill':_0x589059(0x165),'color':_0x589059(0x172),'transparency':'Độ\x20trong\x20suốt','picture':{'source':_0x589059(0x135),'insert':_0x589059(0x137)}}},'structuralControls':{'selectRow':_0x589059(0x17e),'selectColumn':_0x589059(0x188),'selectTable':_0x589059(0x18d),'insertRow':_0x589059(0x173),'insertColumn':_0x589059(0x184),'moveRow':_0x589059(0x14d),'moveColumn':_0x589059(0x18c),'moveRows':_0x589059(0x17a),'moveColumns':_0x589059(0x140),'cannotMoveMergedRows':'Khong\x20the\x20di\x20chuyen\x20hang\x20qua\x20o\x20da\x20hop\x20nhat','cannotMoveMergedColumns':_0x589059(0x156)},'contextMenu':{'insert':_0x589059(0x14c),'delete':_0x589059(0x189),'distribute':_0x589059(0x163),'borders':'Đường\x20viền','tableBackgroundColor':'Màu\x20nền\x20bảng','copy':'Sao\x20chép','cut':_0x589059(0x175),'deleteTable':_0x589059(0x15a),'insertRowAbove':_0x589059(0x15f),'insertRowBelow':_0x589059(0x138),'insertColumnLeft':'Chèn\x20cột\x20bên\x20trái','insertColumnRight':_0x589059(0x15b),'deleteRow':_0x589059(0x155),'deleteColumn':_0x589059(0x176),'distributeRows':_0x589059(0x146),'distributeColumns':'Phân\x20bố\x20cột','borderAll':'Tất\x20cả\x20viền','borderOuter':_0x589059(0x147),'borderInner':_0x589059(0x187),'borderNone':'Không\x20có\x20đường\x20viền'},'colorPreset':{'resetColor':_0x589059(0x161),'white':'Trắng','gray100':_0x589059(0x154),'primary100':'Chính\x20100','blue100':_0x589059(0x15d),'green100':_0x589059(0x145),'yellow100':_0x589059(0x164),'red100':_0x589059(0x13a),'gray900':'Xám\x20900','gray500':'Xám\x20500','red600':_0x589059(0x16e),'orange600':_0x589059(0x13e),'yellow700':'Vàng\x20700','green600':_0x589059(0x17c),'blue600':_0x589059(0x17b),'purple600':_0x589059(0x151)}}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x45e93b=_0x6673;function _0x6673(_0x322c81,_0x405055){_0x322c81=_0x322c81-0x134;const _0x2c1371=_0x2c13();let _0x6673b9=_0x2c1371[_0x322c81];return _0x6673b9;}(function(_0x364036,_0x3c3757){const _0x6ff49b=_0x6673,_0x3ab247=_0x364036();while(!![]){try{const _0xfab279=parseInt(_0x6ff49b(0x13e))/0x1*(parseInt(_0x6ff49b(0x15c))/0x2)+-parseInt(_0x6ff49b(0x158))/0x3*(-parseInt(_0x6ff49b(0x166))/0x4)+parseInt(_0x6ff49b(0x16a))/0x5*(-parseInt(_0x6ff49b(0x179))/0x6)+parseInt(_0x6ff49b(0x137))/0x7+parseInt(_0x6ff49b(0x174))/0x8+-parseInt(_0x6ff49b(0x139))/0x9+-parseInt(_0x6ff49b(0x14c))/0xa*(parseInt(_0x6ff49b(0x13b))/0xb);if(_0xfab279===_0x3c3757)break;else _0x3ab247['push'](_0x3ab247['shift']());}catch(_0x44b0f6){_0x3ab247['push'](_0x3ab247['shift']());}}}(_0x2c13,0x775d1));function _0x2c13(){const _0xe705d=['所有边框','插入列','边框样式','水平对齐','3593064aEDQRM','标题行','隔列底色','内部横线','点划线','18ZZMXlI','内部竖线','灰色\x20100','红色\x20600','785155yBsbGl','移动列','4572117HaRRYa','在左侧插入列','2563IQDNTS','表格边框颜色','表格主题','263vqefku','最佳匹配','中等色','隔行底色','边框粗细','黄色\x20100','在上方插入行','均分行','均分列','取消合并单元格','下划线','内部边框','灰色\x20900','绿色\x20600','48210bkpITU','蓝色\x20100','文本颜色','删除列','移动多列','插入图片','顶部对齐','右对齐','无边框','紫色\x20600','红色\x20100','两端对齐','10371BtmjjZ','透明度','全部边框','删除表格','6858AmreHJ','移动多行','橙色\x20600','上边框','在下方插入行','蓝色\x20600','图片来源','表格外观','垂直居中','选择列','916Gvtguh','表格背景色','无法跨合并单元格移动行','黄色\x20700','224265VIlnEg','主题色\x20100','居中对齐','垂直对齐','文本格式','无颜色'];_0x2c13=function(){return _0xe705d;};return _0x2c13();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字体','fontSize':'字号','textFormat':_0x45e93b(0x16e),'bold':'加粗','italic':'斜体','underline':_0x45e93b(0x148),'strikethrough':'删除线','textColor':_0x45e93b(0x14e),'textBackgroundColor':'文本背景色','tableBackgroundColor':_0x45e93b(0x167),'tableBorderColor':_0x45e93b(0x13c),'borderWidth':_0x45e93b(0x142),'borderStyle':_0x45e93b(0x172),'border':'边框','borderStyleSolid':'实线','borderStyleDash':'虚线','borderStyleDot':'点线','borderStyleDashDot':_0x45e93b(0x178),'noBorder':_0x45e93b(0x154),'borderPresetAll':_0x45e93b(0x15a),'borderPresetInner':_0x45e93b(0x149),'borderPresetOuter':'外侧边框','borderPresetTop':_0x45e93b(0x15f),'borderPresetBottom':'下边框','borderPresetLeft':'左边框','borderPresetRight':'右边框','borderPresetInnerHorizontal':_0x45e93b(0x177),'borderPresetInnerVertical':_0x45e93b(0x134),'none':'无','horizontalAlign':_0x45e93b(0x173),'verticalAlign':_0x45e93b(0x16d),'alignLeft':'左对齐','alignCenter':_0x45e93b(0x16c),'alignRight':_0x45e93b(0x153),'alignJustify':_0x45e93b(0x157),'alignTop':_0x45e93b(0x152),'alignMiddle':_0x45e93b(0x164),'alignBottom':'底部对齐','mergeCells':'合并单元格','unmergeCells':_0x45e93b(0x147),'tableTheme':_0x45e93b(0x13d),'tableLook':_0x45e93b(0x163),'headerRow':_0x45e93b(0x175),'footerRow':'汇总行','bandedRows':_0x45e93b(0x141),'bandedColumns':_0x45e93b(0x176),'firstColumn':'首列','lastColumn':'尾列','bestMatch':_0x45e93b(0x13f),'light':'浅色','medium':_0x45e93b(0x140),'minimal':'极简'},'shapePanel':{'fill':{'noFill':_0x45e93b(0x16f),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x45e93b(0x159),'picture':{'source':_0x45e93b(0x162),'insert':_0x45e93b(0x151)}}},'structuralControls':{'selectRow':'选择行','selectColumn':_0x45e93b(0x165),'selectTable':'选择表格','insertRow':'插入行','insertColumn':_0x45e93b(0x171),'moveRow':'移动行','moveColumn':_0x45e93b(0x138),'moveRows':_0x45e93b(0x15d),'moveColumns':_0x45e93b(0x150),'cannotMoveMergedRows':_0x45e93b(0x168),'cannotMoveMergedColumns':'无法跨合并单元格移动列'},'contextMenu':{'insert':'插入','delete':'删除','distribute':'分布','borders':'边框','tableBackgroundColor':_0x45e93b(0x167),'copy':'复制','cut':'剪切','deleteTable':_0x45e93b(0x15b),'insertRowAbove':_0x45e93b(0x144),'insertRowBelow':_0x45e93b(0x160),'insertColumnLeft':_0x45e93b(0x13a),'insertColumnRight':'在右侧插入列','deleteRow':'删除行','deleteColumn':_0x45e93b(0x14f),'distributeRows':_0x45e93b(0x145),'distributeColumns':_0x45e93b(0x146),'borderAll':_0x45e93b(0x170),'borderOuter':'外部边框','borderInner':'内部边框','borderNone':'无边框'},'colorPreset':{'resetColor':'重置颜色','white':'白色','gray100':_0x45e93b(0x135),'primary100':_0x45e93b(0x16b),'blue100':_0x45e93b(0x14d),'green100':'绿色\x20100','yellow100':_0x45e93b(0x143),'red100':_0x45e93b(0x156),'gray900':_0x45e93b(0x14a),'gray500':'灰色\x20500','red600':_0x45e93b(0x136),'orange600':_0x45e93b(0x15e),'yellow700':_0x45e93b(0x169),'green600':_0x45e93b(0x14b),'blue600':_0x45e93b(0x161),'purple600':_0x45e93b(0x155)}}};export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4df65d=_0x34c8;function _0x31b1(){const _0x366fc4=['下邊框','182xIUTMZ','藍色\x20600','選取列','藍色\x20100','插入欄','插入圖片','刪除欄','表格邊框色彩','左右對齊','12BjiAFJ','選取欄','刪除表格','25821LjhXle','表格外观','167760blPOYw','無法跨合併儲存格移動列','頂端對齊','在左側插入欄','水平對齊','底端對齊','表格背景色','間隔欄','1270lNPXmA','黃色\x20700','無邊框','文字色彩','在上方插入列','文字背景色','垂直對齊','灰色\x20100','所有框線','刪除線','插入列','右對齊','置中對齊','主色\x20100','點劃線','圖片來源','灰色\x20500','平均分布列','頁尾列','3315884KBFpED','綠色\x20100','6oUpurS','內部直線','71637OIQjni','間隔列','外部框線','透明度','右邊框','無法跨合併儲存格移動欄','平均分布','內部框線','移動欄','21853nwLVGC','黃色\x20100','移動多欄','取消合併儲存格','內部邊框','2338fOveHu','選取表格','紅色\x20600','綠色\x20600','紫色\x20600','刪除列','表格主題','合併儲存格','移動多列','847635iZsLoT','標題列','移動列','5fLjgra','71174BMxDWJ','在下方插入列','無框線','灰色\x20900','8dVNPZX'];_0x31b1=function(){return _0x366fc4;};return _0x31b1();}function _0x34c8(_0x56e633,_0x513a4c){_0x56e633=_0x56e633-0x125;const _0x31b136=_0x31b1();let _0x34c843=_0x31b136[_0x56e633];return _0x34c843;}(function(_0x3f228b,_0xf5ab1d){const _0x53db7f=_0x34c8,_0x4da6e9=_0x3f228b();while(!![]){try{const _0x48136e=-parseInt(_0x53db7f(0x161))/0x1*(-parseInt(_0x53db7f(0x162))/0x2)+parseInt(_0x53db7f(0x147))/0x3*(-parseInt(_0x53db7f(0x166))/0x4)+parseInt(_0x53db7f(0x15e))/0x5*(-parseInt(_0x53db7f(0x145))/0x6)+parseInt(_0x53db7f(0x168))/0x7*(-parseInt(_0x53db7f(0x128))/0x8)+parseInt(_0x53db7f(0x126))/0x9*(parseInt(_0x53db7f(0x130))/0xa)+parseInt(_0x53db7f(0x143))/0xb*(parseInt(_0x53db7f(0x171))/0xc)+-parseInt(_0x53db7f(0x150))/0xd*(-parseInt(_0x53db7f(0x155))/0xe);if(_0x48136e===_0xf5ab1d)break;else _0x4da6e9['push'](_0x4da6e9['shift']());}catch(_0x15a021){_0x4da6e9['push'](_0x4da6e9['shift']());}}}(_0x31b1,0x585ec));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textFormat':'文字格式','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4df65d(0x139),'textColor':_0x4df65d(0x133),'textBackgroundColor':_0x4df65d(0x135),'tableBackgroundColor':_0x4df65d(0x12e),'tableBorderColor':_0x4df65d(0x16f),'borderWidth':'邊框粗幼','borderStyle':'邊框樣式','border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x4df65d(0x13e),'noBorder':_0x4df65d(0x132),'borderPresetAll':'全部邊框','borderPresetInner':_0x4df65d(0x154),'borderPresetOuter':'外側邊框','borderPresetTop':'上邊框','borderPresetBottom':_0x4df65d(0x167),'borderPresetLeft':'左邊框','borderPresetRight':_0x4df65d(0x14b),'borderPresetInnerHorizontal':'內部橫線','borderPresetInnerVertical':_0x4df65d(0x146),'none':'無','horizontalAlign':_0x4df65d(0x12c),'verticalAlign':_0x4df65d(0x136),'alignLeft':'左對齊','alignCenter':_0x4df65d(0x13c),'alignRight':_0x4df65d(0x13b),'alignJustify':_0x4df65d(0x170),'alignTop':_0x4df65d(0x12a),'alignMiddle':'垂直置中','alignBottom':_0x4df65d(0x12d),'mergeCells':_0x4df65d(0x15c),'unmergeCells':_0x4df65d(0x153),'tableTheme':_0x4df65d(0x15b),'tableLook':_0x4df65d(0x127),'headerRow':_0x4df65d(0x15f),'footerRow':_0x4df65d(0x142),'bandedRows':_0x4df65d(0x148),'bandedColumns':_0x4df65d(0x12f),'firstColumn':'第一欄','lastColumn':'最後一欄','bestMatch':'最佳配對','light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x4df65d(0x14a),'picture':{'source':_0x4df65d(0x13f),'insert':_0x4df65d(0x16d)}}},'structuralControls':{'selectRow':_0x4df65d(0x16a),'selectColumn':_0x4df65d(0x172),'selectTable':_0x4df65d(0x156),'insertRow':_0x4df65d(0x13a),'insertColumn':_0x4df65d(0x16c),'moveRow':_0x4df65d(0x160),'moveColumn':_0x4df65d(0x14f),'moveRows':_0x4df65d(0x15d),'moveColumns':_0x4df65d(0x152),'cannotMoveMergedRows':_0x4df65d(0x129),'cannotMoveMergedColumns':_0x4df65d(0x14c)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x4df65d(0x14d),'borders':'框線','tableBackgroundColor':_0x4df65d(0x12e),'copy':'複製','cut':'剪下','deleteTable':_0x4df65d(0x125),'insertRowAbove':_0x4df65d(0x134),'insertRowBelow':_0x4df65d(0x163),'insertColumnLeft':_0x4df65d(0x12b),'insertColumnRight':'在右側插入欄','deleteRow':_0x4df65d(0x15a),'deleteColumn':_0x4df65d(0x16e),'distributeRows':_0x4df65d(0x141),'distributeColumns':'平均分布欄','borderAll':_0x4df65d(0x138),'borderOuter':_0x4df65d(0x149),'borderInner':_0x4df65d(0x14e),'borderNone':_0x4df65d(0x164)},'colorPreset':{'resetColor':'重置顏色','white':'白色','gray100':_0x4df65d(0x137),'primary100':_0x4df65d(0x13d),'blue100':_0x4df65d(0x16b),'green100':_0x4df65d(0x144),'yellow100':_0x4df65d(0x151),'red100':'紅色\x20100','gray900':_0x4df65d(0x165),'gray500':_0x4df65d(0x140),'red600':_0x4df65d(0x157),'orange600':'橙色\x20600','yellow700':_0x4df65d(0x131),'green600':_0x4df65d(0x158),'blue600':_0x4df65d(0x169),'purple600':_0x4df65d(0x159)}}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x222761=_0x485d;function _0xb89b(){const _0x447ba3=['無邊框','紫色\x20600','126477wMqxGL','頂端對齊','主色\x20100','無法跨合併儲存格移動欄','內部框線','刪除列','間隔欄','平均分布列','表格背景色','內部邊框','右邊框','藍色\x20600','內部直線','綠色\x20100','刪除欄','置中對齊','文字色彩','插入列','圖片來源','表格主題','頁尾列','灰色\x20900','表格外观','移動多欄','選取表格','在左側插入欄','黃色\x20700','取消合併儲存格','點劃線','底端對齊','文字背景色','綠色\x20600','灰色\x20500','343743uVmkXr','重置顏色','6740mMhpiR','文字格式','間隔列','標題列','選取欄','在右側插入欄','垂直對齊','合併儲存格','在下方插入列','545AwpJbG','36ZEZFvV','3781624BXUZwg','邊框樣式','插入圖片','最佳配對','2DJydOD','外側邊框','1584640yUKknL','垂直置中','刪除表格','紅色\x20600','第一欄','紅色\x20100','下邊框','431263fhVNBk','全部邊框','移動列','所有框線','上邊框','藍色\x20100','橙色\x20600','水平對齊','無法跨合併儲存格移動列','407424QASyYl','左右對齊','外部框線','無顏色','120VcgfIB','最後一欄','平均分布欄','表格邊框色彩'];_0xb89b=function(){return _0x447ba3;};return _0xb89b();}(function(_0x207637,_0x43f385){const _0x25b80e=_0x485d,_0x26fd55=_0x207637();while(!![]){try{const _0x1c5810=parseInt(_0x25b80e(0x18e))/0x1+-parseInt(_0x25b80e(0x1c0))/0x2*(parseInt(_0x25b80e(0x1af))/0x3)+parseInt(_0x25b80e(0x1b1))/0x4*(-parseInt(_0x25b80e(0x1ba))/0x5)+parseInt(_0x25b80e(0x1d2))/0x6+-parseInt(_0x25b80e(0x1c9))/0x7*(-parseInt(_0x25b80e(0x1d6))/0x8)+-parseInt(_0x25b80e(0x1bb))/0x9*(parseInt(_0x25b80e(0x1c2))/0xa)+parseInt(_0x25b80e(0x1bc))/0xb;if(_0x1c5810===_0x43f385)break;else _0x26fd55['push'](_0x26fd55['shift']());}catch(_0x1b09e2){_0x26fd55['push'](_0x26fd55['shift']());}}}(_0xb89b,0x81716));function _0x485d(_0x3ab9f1,_0x3acec6){_0x3ab9f1=_0x3ab9f1-0x18a;const _0xb89b57=_0xb89b();let _0x485d9b=_0xb89b57[_0x3ab9f1];return _0x485d9b;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'字型','fontSize':'字號','textFormat':_0x222761(0x1b2),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x222761(0x19e),'tableBackgroundColor':'表格背景色','textBackgroundColor':_0x222761(0x1ac),'tableBorderColor':_0x222761(0x18b),'borderWidth':'邊框粗細','borderStyle':_0x222761(0x1bd),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x222761(0x1aa),'noBorder':_0x222761(0x18c),'borderPresetAll':_0x222761(0x1ca),'borderPresetInner':_0x222761(0x197),'borderPresetOuter':_0x222761(0x1c1),'borderPresetTop':_0x222761(0x1cd),'borderPresetBottom':_0x222761(0x1c8),'borderPresetLeft':'左邊框','borderPresetRight':_0x222761(0x198),'borderPresetInnerHorizontal':'內部橫線','borderPresetInnerVertical':_0x222761(0x19a),'none':'無','horizontalAlign':_0x222761(0x1d0),'verticalAlign':_0x222761(0x1b7),'alignLeft':'左對齊','alignCenter':_0x222761(0x19d),'alignRight':'右對齊','alignJustify':_0x222761(0x1d3),'alignTop':_0x222761(0x18f),'alignMiddle':_0x222761(0x1c3),'alignBottom':_0x222761(0x1ab),'mergeCells':_0x222761(0x1b8),'unmergeCells':_0x222761(0x1a9),'tableTheme':_0x222761(0x1a1),'tableLook':_0x222761(0x1a4),'headerRow':_0x222761(0x1b4),'footerRow':_0x222761(0x1a2),'bandedRows':_0x222761(0x1b3),'bandedColumns':_0x222761(0x194),'firstColumn':_0x222761(0x1c6),'lastColumn':_0x222761(0x1d7),'bestMatch':_0x222761(0x1bf),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x222761(0x1d5),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0x222761(0x1a0),'insert':_0x222761(0x1be)}}},'structuralControls':{'selectRow':'選取列','selectColumn':_0x222761(0x1b5),'selectTable':_0x222761(0x1a6),'insertRow':_0x222761(0x19f),'insertColumn':'插入欄','moveRow':_0x222761(0x1cb),'moveColumn':'移動欄','moveRows':'移動多列','moveColumns':_0x222761(0x1a5),'cannotMoveMergedRows':_0x222761(0x1d1),'cannotMoveMergedColumns':_0x222761(0x191)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':'平均分布','borders':'框線','tableBackgroundColor':_0x222761(0x196),'copy':'複製','cut':'剪下','deleteTable':_0x222761(0x1c4),'insertRowAbove':'在上方插入列','insertRowBelow':_0x222761(0x1b9),'insertColumnLeft':_0x222761(0x1a7),'insertColumnRight':_0x222761(0x1b6),'deleteRow':_0x222761(0x193),'deleteColumn':_0x222761(0x19c),'distributeRows':_0x222761(0x195),'distributeColumns':_0x222761(0x18a),'borderAll':_0x222761(0x1cc),'borderOuter':_0x222761(0x1d4),'borderInner':_0x222761(0x192),'borderNone':'無框線'},'colorPreset':{'resetColor':_0x222761(0x1b0),'white':'白色','gray100':'灰色\x20100','primary100':_0x222761(0x190),'blue100':_0x222761(0x1ce),'green100':_0x222761(0x19b),'yellow100':'黃色\x20100','red100':_0x222761(0x1c7),'gray900':_0x222761(0x1a3),'gray500':_0x222761(0x1ae),'red600':_0x222761(0x1c5),'orange600':_0x222761(0x1cf),'yellow700':_0x222761(0x1a8),'green600':_0x222761(0x1ad),'blue600':_0x222761(0x199),'purple600':_0x222761(0x18d)}}};export{e as default};
|