@univerjs-pro/slides-table-ui 1.0.0-beta.0 → 1.0.0-beta.2
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.css +164 -17
- 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 +4 -0
- package/lib/types/commands/operations/table-keyboard.operation.d.ts +1 -0
- package/lib/types/commands/operations/toggle-slide-table-floating-toolbar.operation.d.ts +2 -0
- package/lib/types/components/table-design-ribbon/SlideTableDesignRibbonControls.d.ts +6 -0
- package/lib/types/config/config.d.ts +2 -0
- package/lib/types/const/ribbon.d.ts +7 -0
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/slide-table-contextual-ribbon.controller.d.ts +24 -0
- package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +3 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/types/locale/en-US.d.ts +18 -0
- package/lib/types/menu/contextmenu.menu.d.ts +2 -1
- package/lib/types/menu/schema.d.ts +1 -0
- package/lib/types/menu/table-design-ribbon.menu.d.ts +16 -0
- package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +1 -1
- package/lib/types/render-objects/slide-table-object.d.ts +8 -3
- package/lib/types/services/slide-table-floating-toolbar.service.d.ts +16 -0
- package/lib/types/services/slide-table-keyboard.service.d.ts +1 -0
- package/lib/types/utils/slide-table-contextmenu-model.d.ts +8 -2
- package/lib/types/utils/slide-table-toolbar-shared-model.d.ts +1 -2
- package/lib/types/utils/slide-table-toolbar-values.d.ts +2 -0
- package/lib/types/views/SlideTableFloatingToolbar.d.ts +5 -0
- package/lib/types/views/TableThemeGallery.d.ts +2 -0
- package/lib/types/views/table-floating-toolbar/SlideTableFillControls.d.ts +2 -0
- package/lib/types/views/table-floating-toolbar/SlideTableFormattingControls.d.ts +6 -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 +15 -14
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1cbf4c=_0x5361;(function(_0x4a71f2,_0x16be50){const _0x4850ba=_0x5361,_0x4ed505=_0x4a71f2();while(!![]){try{const _0x5a125c=parseInt(_0x4850ba(0xee))/0x1*(parseInt(_0x4850ba(0x11c))/0x2)+parseInt(_0x4850ba(0x12c))/0x3*(parseInt(_0x4850ba(0x130))/0x4)+-parseInt(_0x4850ba(0xfe))/0x5*(parseInt(_0x4850ba(0x122))/0x6)+parseInt(_0x4850ba(0x12f))/0x7+-parseInt(_0x4850ba(0xfc))/0x8+parseInt(_0x4850ba(0x120))/0x9*(parseInt(_0x4850ba(0x103))/0xa)+-parseInt(_0x4850ba(0x123))/0xb*(-parseInt(_0x4850ba(0x111))/0xc);if(_0x5a125c===_0x16be50)break;else _0x4ed505['push'](_0x4ed505['shift']());}catch(_0x3cf9b0){_0x4ed505['push'](_0x4ed505['shift']());}}}(_0x5eba,0xaf93b));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x1cbf4c(0x139),'styles':_0x1cbf4c(0x101),'cellStyle':_0x1cbf4c(0x12d),'text':_0x1cbf4c(0xf2),'layout':_0x1cbf4c(0x13a),'arrange':'配置','panel':_0x1cbf4c(0x127),'floatingToolbar':'フローティング\x20ツールバー','arrangeForward':'前面へ移動','arrangeBackward':_0x1cbf4c(0x10b),'bringToFront':_0x1cbf4c(0x102),'sendToBack':_0x1cbf4c(0x134)},'editorToolbar':{'fontFamily':_0x1cbf4c(0x13e),'fontSize':_0x1cbf4c(0xf4),'increaseFontSize':_0x1cbf4c(0x126),'decreaseFontSize':_0x1cbf4c(0x116),'orderedList':_0x1cbf4c(0x11f),'bulletList':_0x1cbf4c(0x106),'textFormat':_0x1cbf4c(0x110),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','textColor':_0x1cbf4c(0x117),'textBackgroundColor':'文字の背景色','tableBackgroundColor':_0x1cbf4c(0x108),'tableBorderColor':_0x1cbf4c(0xf7),'borderWidth':_0x1cbf4c(0x118),'borderStyle':_0x1cbf4c(0xf1),'border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':'一点鎖線','noBorder':_0x1cbf4c(0x12b),'borderPresetAll':'すべての罫線','borderPresetInner':_0x1cbf4c(0x10e),'borderPresetOuter':'外枠','borderPresetTop':_0x1cbf4c(0x141),'borderPresetBottom':_0x1cbf4c(0x11e),'borderPresetLeft':_0x1cbf4c(0x11a),'borderPresetRight':_0x1cbf4c(0x109),'borderPresetInnerHorizontal':_0x1cbf4c(0x140),'borderPresetInnerVertical':_0x1cbf4c(0x12a),'none':'なし','horizontalAlign':_0x1cbf4c(0x113),'verticalAlign':'垂直方向の配置','alignLeft':_0x1cbf4c(0x131),'alignCenter':_0x1cbf4c(0x143),'alignRight':_0x1cbf4c(0x132),'alignJustify':_0x1cbf4c(0x107),'alignTop':_0x1cbf4c(0xf0),'alignMiddle':_0x1cbf4c(0x143),'alignBottom':'下揃え','mergeCells':'セルを結合','unmergeCells':_0x1cbf4c(0x13d),'tableTheme':_0x1cbf4c(0xfb),'tableLook':_0x1cbf4c(0x11b),'headerRow':'見出し行','footerRow':_0x1cbf4c(0x10c),'bandedRows':_0x1cbf4c(0x129),'bandedColumns':_0x1cbf4c(0x137),'firstColumn':_0x1cbf4c(0xf3),'lastColumn':_0x1cbf4c(0x11d),'bestMatch':_0x1cbf4c(0x128),'light':_0x1cbf4c(0xef),'medium':'中','minimal':'最小'},'shapePanel':{'fill':{'noFill':_0x1cbf4c(0xf9),'solidFill':_0x1cbf4c(0xf6),'gradientFill':'グラデーション塗りつぶし','pictureFill':'図またはテクスチャ塗りつぶし','color':'色','transparency':_0x1cbf4c(0x13c),'picture':{'source':_0x1cbf4c(0x114),'insert':'画像を挿入'}}},'structuralControls':{'selectRow':_0x1cbf4c(0x104),'selectColumn':'列を選択','selectTable':_0x1cbf4c(0x133),'insertRow':'行を挿入','insertColumn':'列を挿入','moveRow':_0x1cbf4c(0x138),'moveColumn':'列を移動','moveRows':'行を移動','moveColumns':_0x1cbf4c(0xf5),'cannotMoveMergedRows':_0x1cbf4c(0x121),'cannotMoveMergedColumns':_0x1cbf4c(0x135)},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x1cbf4c(0x12e),'borders':'罫線','tableBackgroundColor':_0x1cbf4c(0x108),'copy':_0x1cbf4c(0xf8),'cut':'切り取り','deleteTable':'表を削除','insertRowAbove':_0x1cbf4c(0x100),'insertRowBelow':_0x1cbf4c(0x125),'insertColumnLeft':_0x1cbf4c(0xed),'insertColumnRight':_0x1cbf4c(0x10d),'deleteRow':_0x1cbf4c(0x10f),'deleteColumn':_0x1cbf4c(0xfa),'distributeRows':'行を均等配置','distributeColumns':_0x1cbf4c(0x115),'borderAll':'すべての罫線','borderOuter':_0x1cbf4c(0x13b),'borderInner':_0x1cbf4c(0x10e),'borderNone':_0x1cbf4c(0x12b)},'colorPreset':{'resetColor':'色をリセット','white':'白','gray100':'グレー\x20100','primary100':_0x1cbf4c(0x112),'blue100':_0x1cbf4c(0x119),'green100':_0x1cbf4c(0xfd),'yellow100':_0x1cbf4c(0x13f),'red100':_0x1cbf4c(0x136),'gray900':'グレー\x20900','gray500':'グレー\x20500','red600':'赤\x20600','orange600':_0x1cbf4c(0x10a),'yellow700':_0x1cbf4c(0x124),'green600':_0x1cbf4c(0xff),'blue600':_0x1cbf4c(0x105),'purple600':'紫\x20600'}}};function _0x5361(_0x1aadb0,_0x19028c){_0x1aadb0=_0x1aadb0-0xed;const _0x5ebafe=_0x5eba();let _0x53610b=_0x5ebafe[_0x1aadb0];return _0x53610b;}module[_0x1cbf4c(0x142)]=e;function _0x5eba(){const _0x4e140c=['上揃え','罫線のスタイル','テキスト','最初の列','フォントサイズ','列を移動','単色塗りつぶし','表の罫線色','コピー','塗りつぶしなし','列を削除','表のテーマ','10855520fdigZe','緑\x20100','15MlKtgh','緑\x20600','上に行を挿入','テーブル\x20スタイル','最前面へ移動','30tyMKzO','行を選択','青\x20600','箇条書きリスト','両端揃え','表の背景色','右罫線','オレンジ\x20600','背面へ移動','集計行','右に列を挿入','内側の罫線','行を削除','テキスト形式','1408764hrormf','プライマリ\x20100','水平方向の配置','画像ソース','列を均等配置','フォントサイズを小さくする','文字色','罫線の太さ','青\x20100','左罫線','表の外観','4800YYkNII','最後の列','下罫線','番号付きリスト','1250973WAysLO','結合されたセルをまたいで行を移動することはできません','1878780TNCsqy','11xIEsxp','黄\x20700','下に行を挿入','フォントサイズを大きくする','パネル','最適な組み合わせ','縞模様の行','内側縦罫線','罫線なし','75987dRDPzM','セルのスタイル','均等配置','4350633VTtTKF','136ONVtgk','左揃え','右揃え','表を選択','最背面へ移動','結合されたセルをまたいで列を移動することはできません','赤\x20100','縞模様の列','行を移動','テーブル\x20デザイン','レイアウト','外側の罫線','透明度','セルの結合を解除','フォント','黄\x20100','内側横罫線','上罫線','exports','中央揃え','左に列を挿入','416MOEaNG','明るい'];_0x5eba=function(){return _0x4e140c;};return _0x5eba();}
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2962c6=_0x9dd2;function _0x9dd2(_0x3ee9f6,_0x278437){_0x3ee9f6=_0x3ee9f6-0x1c7;const _0x1d346c=_0x1d34();let _0x9dd290=_0x1d346c[_0x3ee9f6];return _0x9dd290;}(function(_0x17038d,_0x371813){const _0x3f01b4=_0x9dd2,_0x563a6c=_0x17038d();while(!![]){try{const _0x52024e=parseInt(_0x3f01b4(0x212))/0x1+-parseInt(_0x3f01b4(0x1e8))/0x2+parseInt(_0x3f01b4(0x1f5))/0x3+-parseInt(_0x3f01b4(0x1d0))/0x4+-parseInt(_0x3f01b4(0x20e))/0x5*(-parseInt(_0x3f01b4(0x202))/0x6)+-parseInt(_0x3f01b4(0x1fb))/0x7+parseInt(_0x3f01b4(0x1da))/0x8*(parseInt(_0x3f01b4(0x1e1))/0x9);if(_0x52024e===_0x371813)break;else _0x563a6c['push'](_0x563a6c['shift']());}catch(_0x4293de){_0x563a6c['push'](_0x563a6c['shift']());}}}(_0x1d34,0xcf8ef));const e={'slides-table-ui':{'ribbon':{'tableDesign':'표\x20디자인','styles':'표\x20스타일','cellStyle':_0x2962c6(0x216),'text':'텍스트','layout':_0x2962c6(0x1d7),'arrange':'정렬','panel':'패널','floatingToolbar':_0x2962c6(0x204),'arrangeForward':_0x2962c6(0x1c7),'arrangeBackward':'뒤로\x20보내기','bringToFront':_0x2962c6(0x209),'sendToBack':'맨\x20뒤로\x20보내기'},'editorToolbar':{'fontFamily':'글꼴','fontSize':'글꼴\x20크기','increaseFontSize':'글꼴\x20크기\x20늘리기','decreaseFontSize':_0x2962c6(0x203),'orderedList':_0x2962c6(0x20f),'bulletList':_0x2962c6(0x1ff),'textFormat':'텍스트\x20형식','bold':'굵게','italic':_0x2962c6(0x1e7),'underline':'밑줄','strikethrough':_0x2962c6(0x1fd),'textColor':_0x2962c6(0x1c8),'textBackgroundColor':_0x2962c6(0x1e9),'tableBackgroundColor':_0x2962c6(0x1d2),'tableBorderColor':_0x2962c6(0x1eb),'borderWidth':_0x2962c6(0x1d4),'borderStyle':_0x2962c6(0x1ef),'border':_0x2962c6(0x20c),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x2962c6(0x1f6),'noBorder':_0x2962c6(0x1d5),'borderPresetAll':_0x2962c6(0x208),'borderPresetInner':_0x2962c6(0x1db),'borderPresetOuter':_0x2962c6(0x1e6),'borderPresetTop':'위쪽\x20테두리','borderPresetBottom':_0x2962c6(0x1e5),'borderPresetLeft':_0x2962c6(0x1d9),'borderPresetRight':_0x2962c6(0x213),'borderPresetInnerHorizontal':_0x2962c6(0x1d6),'borderPresetInnerVertical':'안쪽\x20세로\x20테두리','none':'없음','horizontalAlign':_0x2962c6(0x207),'verticalAlign':_0x2962c6(0x210),'alignLeft':_0x2962c6(0x20d),'alignCenter':'가운데\x20정렬','alignRight':_0x2962c6(0x201),'alignJustify':_0x2962c6(0x1e4),'alignTop':_0x2962c6(0x1e2),'alignMiddle':'세로\x20가운데\x20정렬','alignBottom':_0x2962c6(0x1cd),'mergeCells':_0x2962c6(0x1d3),'unmergeCells':_0x2962c6(0x1cf),'tableTheme':_0x2962c6(0x1ca),'tableLook':_0x2962c6(0x1ec),'headerRow':_0x2962c6(0x200),'footerRow':_0x2962c6(0x1de),'bandedRows':'줄무늬\x20행','bandedColumns':_0x2962c6(0x1c9),'firstColumn':_0x2962c6(0x214),'lastColumn':_0x2962c6(0x1ce),'bestMatch':'최적\x20맞춤','light':'밝게','medium':'중간','minimal':'최소'},'shapePanel':{'fill':{'noFill':_0x2962c6(0x1f7),'solidFill':_0x2962c6(0x21b),'gradientFill':_0x2962c6(0x206),'pictureFill':'그림\x20또는\x20질감\x20채우기','color':'색','transparency':_0x2962c6(0x1f3),'picture':{'source':'그림\x20원본','insert':'그림\x20삽입'}}},'structuralControls':{'selectRow':_0x2962c6(0x218),'selectColumn':_0x2962c6(0x1ea),'selectTable':_0x2962c6(0x20a),'insertRow':_0x2962c6(0x217),'insertColumn':'열\x20삽입','moveRow':_0x2962c6(0x1f0),'moveColumn':_0x2962c6(0x1dc),'moveRows':_0x2962c6(0x1f0),'moveColumns':_0x2962c6(0x1dc),'cannotMoveMergedRows':'병합된\x20셀을\x20가로질러\x20행을\x20이동할\x20수\x20없습니다','cannotMoveMergedColumns':_0x2962c6(0x1f8)},'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','borders':_0x2962c6(0x20c),'tableBackgroundColor':_0x2962c6(0x1d2),'copy':'복사','cut':_0x2962c6(0x1cb),'deleteTable':_0x2962c6(0x1f1),'insertRowAbove':_0x2962c6(0x1fe),'insertRowBelow':_0x2962c6(0x1fc),'insertColumnLeft':_0x2962c6(0x1df),'insertColumnRight':_0x2962c6(0x215),'deleteRow':'행\x20삭제','deleteColumn':_0x2962c6(0x1f9),'distributeRows':_0x2962c6(0x1f2),'distributeColumns':_0x2962c6(0x1d8),'borderAll':_0x2962c6(0x208),'borderOuter':_0x2962c6(0x1e6),'borderInner':'안쪽\x20테두리','borderNone':_0x2962c6(0x1d5)},'colorPreset':{'resetColor':'색상\x20초기화','white':'흰색','gray100':_0x2962c6(0x21a),'primary100':_0x2962c6(0x1e3),'blue100':_0x2962c6(0x1ed),'green100':_0x2962c6(0x1e0),'yellow100':_0x2962c6(0x1ee),'red100':_0x2962c6(0x1cc),'gray900':_0x2962c6(0x1f4),'gray500':_0x2962c6(0x1d1),'red600':_0x2962c6(0x1dd),'orange600':_0x2962c6(0x219),'yellow700':_0x2962c6(0x211),'green600':'녹색\x20600','blue600':_0x2962c6(0x20b),'purple600':_0x2962c6(0x1fa)}}};function _0x1d34(){const _0x58f398=['열\x20이동','빨간색\x20600','바닥글\x20행','왼쪽에\x20열\x20삽입','녹색\x20100','26011863secWNQ','위쪽\x20정렬','기본\x20100','양쪽\x20맞춤','아래쪽\x20테두리','바깥쪽\x20테두리','기울임꼴','1630040zbqYlb','텍스트\x20배경색','열\x20선택','표\x20테두리\x20색','표\x20모양','파란색\x20100','노란색\x20100','테두리\x20스타일','행\x20이동','표\x20삭제','행\x20균등\x20분배','투명도','회색\x20900','569271pSSkHa','일점쇄선','채우기\x20없음','병합된\x20셀을\x20가로질러\x20열을\x20이동할\x20수\x20없습니다','열\x20삭제','보라색\x20600','10554250EkdgDz','아래에\x20행\x20삽입','취소선','위에\x20행\x20삽입','글머리\x20기호','머리글\x20행','오른쪽\x20정렬','6lGVMsF','글꼴\x20크기\x20줄이기','부동\x20도구\x20모음','exports','그라데이션\x20채우기','가로\x20정렬','모든\x20테두리','맨\x20앞으로\x20가져오기','표\x20선택','파란색\x20600','테두리','왼쪽\x20정렬','6774405uLHkkx','번호\x20매기기','세로\x20정렬','노란색\x20700','10400PsMevb','오른쪽\x20테두리','첫\x20열','오른쪽에\x20열\x20삽입','셀\x20스타일','행\x20삽입','행\x20선택','주황색\x20600','회색\x20100','단색\x20채우기','앞으로\x20가져오기','텍스트\x20색상','줄무늬\x20열','표\x20테마','잘라내기','빨간색\x20100','아래쪽\x20정렬','마지막\x20열','셀\x20병합\x20해제','5089264ltTxom','회색\x20500','표\x20배경색','셀\x20병합','테두리\x20두께','테두리\x20없음','안쪽\x20가로\x20테두리','레이아웃','열\x20균등\x20분배','왼쪽\x20테두리','8lwMSEF','안쪽\x20테두리'];_0x1d34=function(){return _0x58f398;};return _0x1d34();}module[_0x2962c6(0x205)]=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x95636=_0xe330;(function(_0x144dd0,_0x4d2cb9){const _0x1bd714=_0xe330,_0x1affd7=_0x144dd0();while(!![]){try{const _0x2a7a54=parseInt(_0x1bd714(0x173))/0x1*(parseInt(_0x1bd714(0x1b7))/0x2)+-parseInt(_0x1bd714(0x18e))/0x3*(parseInt(_0x1bd714(0x163))/0x4)+-parseInt(_0x1bd714(0x176))/0x5+-parseInt(_0x1bd714(0x1a8))/0x6+parseInt(_0x1bd714(0x165))/0x7+parseInt(_0x1bd714(0x164))/0x8*(parseInt(_0x1bd714(0x1b1))/0x9)+-parseInt(_0x1bd714(0x180))/0xa;if(_0x2a7a54===_0x4d2cb9)break;else _0x1affd7['push'](_0x1affd7['shift']());}catch(_0x215098){_0x1affd7['push'](_0x1affd7['shift']());}}}(_0x3f18,0x65539));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x95636(0x1ae),'styles':'Style\x20tabeli','cellStyle':_0x95636(0x17f),'text':'Tekst','layout':_0x95636(0x1aa),'arrange':'Rozmieść','panel':'Panel','floatingToolbar':_0x95636(0x19d),'arrangeForward':_0x95636(0x169),'arrangeBackward':_0x95636(0x19e),'bringToFront':_0x95636(0x1a7),'sendToBack':'Przenieś\x20na\x20spód'},'editorToolbar':{'fontFamily':_0x95636(0x168),'fontSize':_0x95636(0x1a9),'increaseFontSize':_0x95636(0x1b0),'decreaseFontSize':_0x95636(0x157),'orderedList':'Lista\x20numerowana','bulletList':_0x95636(0x16a),'textFormat':_0x95636(0x16b),'bold':_0x95636(0x170),'italic':_0x95636(0x18d),'underline':_0x95636(0x171),'strikethrough':_0x95636(0x1a6),'textColor':_0x95636(0x17a),'textBackgroundColor':'Kolor\x20tła\x20tekstu','tableBackgroundColor':_0x95636(0x181),'tableBorderColor':_0x95636(0x190),'borderWidth':_0x95636(0x193),'borderStyle':_0x95636(0x158),'border':_0x95636(0x198),'borderStyleSolid':_0x95636(0x19f),'borderStyleDash':_0x95636(0x17b),'borderStyleDot':_0x95636(0x1ad),'borderStyleDashDot':_0x95636(0x16e),'noBorder':_0x95636(0x197),'borderPresetAll':_0x95636(0x167),'borderPresetInner':_0x95636(0x187),'borderPresetOuter':_0x95636(0x1b8),'borderPresetTop':_0x95636(0x161),'borderPresetBottom':_0x95636(0x160),'borderPresetLeft':_0x95636(0x184),'borderPresetRight':_0x95636(0x177),'borderPresetInnerHorizontal':_0x95636(0x18f),'borderPresetInnerVertical':'Wewnętrzne\x20obramowanie\x20pionowe','none':'Brak','horizontalAlign':'Wyrównanie\x20poziome','verticalAlign':_0x95636(0x172),'alignLeft':_0x95636(0x15d),'alignCenter':_0x95636(0x16f),'alignRight':_0x95636(0x159),'alignJustify':'Wyjustuj','alignTop':_0x95636(0x196),'alignMiddle':_0x95636(0x1a5),'alignBottom':'Wyrównaj\x20do\x20dołu','mergeCells':_0x95636(0x182),'unmergeCells':_0x95636(0x18a),'tableTheme':_0x95636(0x1a1),'tableLook':_0x95636(0x15a),'headerRow':_0x95636(0x189),'footerRow':_0x95636(0x1af),'bandedRows':'Naprzemienne\x20wiersze','bandedColumns':'Naprzemienne\x20kolumny','firstColumn':_0x95636(0x175),'lastColumn':'Ostatnia\x20kolumna','bestMatch':_0x95636(0x192),'light':'Jasny','medium':'Średni','minimal':_0x95636(0x183)},'shapePanel':{'fill':{'noFill':_0x95636(0x17e),'solidFill':_0x95636(0x1b5),'gradientFill':_0x95636(0x18c),'pictureFill':_0x95636(0x1a3),'color':_0x95636(0x18b),'transparency':'Przezroczystość','picture':{'source':_0x95636(0x15c),'insert':_0x95636(0x15f)}}},'structuralControls':{'selectRow':_0x95636(0x1a2),'selectColumn':_0x95636(0x191),'selectTable':_0x95636(0x19a),'insertRow':'Wstaw\x20wiersz','insertColumn':'Wstaw\x20kolumne','moveRow':'Przenies\x20wiersz','moveColumn':_0x95636(0x174),'moveRows':'Przenies\x20wiersze','moveColumns':'Przenies\x20kolumny','cannotMoveMergedRows':_0x95636(0x1b4),'cannotMoveMergedColumns':_0x95636(0x17d)},'contextMenu':{'insert':_0x95636(0x179),'delete':_0x95636(0x19b),'distribute':_0x95636(0x15b),'borders':_0x95636(0x15e),'tableBackgroundColor':_0x95636(0x181),'copy':_0x95636(0x185),'cut':_0x95636(0x1a0),'deleteTable':'Usuń\x20tabelę','insertRowAbove':_0x95636(0x19c),'insertRowBelow':'Wstaw\x20wiersz\x20poniżej','insertColumnLeft':'Wstaw\x20kolumnę\x20z\x20lewej','insertColumnRight':'Wstaw\x20kolumnę\x20z\x20prawej','deleteRow':_0x95636(0x178),'deleteColumn':_0x95636(0x166),'distributeRows':'Rozmieść\x20wiersze','distributeColumns':_0x95636(0x1b2),'borderAll':_0x95636(0x167),'borderOuter':_0x95636(0x188),'borderInner':_0x95636(0x186),'borderNone':'Bez\x20obramowania'},'colorPreset':{'resetColor':_0x95636(0x162),'white':_0x95636(0x1ab),'gray100':_0x95636(0x16d),'primary100':'Podstawowy\x20100','blue100':'Niebieski\x20100','green100':_0x95636(0x1b6),'yellow100':_0x95636(0x195),'red100':_0x95636(0x17c),'gray900':'Szary\x20900','gray500':'Szary\x20500','red600':_0x95636(0x16c),'orange600':_0x95636(0x199),'yellow700':_0x95636(0x1a4),'green600':'Zielony\x20600','blue600':_0x95636(0x1b3),'purple600':_0x95636(0x194)}}};module[_0x95636(0x1ac)]=e;function _0xe330(_0x9f2c8f,_0x3a86bf){_0x9f2c8f=_0x9f2c8f-0x157;const _0x3f187f=_0x3f18();let _0xe330b0=_0x3f187f[_0x9f2c8f];return _0xe330b0;}function _0x3f18(){const _0x64ba96=['Kopiuj','Wewnętrzne\x20obramowania','Obramowania\x20wewnętrzne','Obramowania\x20zewnętrzne','Wiersz\x20nagłówka','Cofnij\x20scalanie\x20komórek','Kolor','Wypełnienie\x20gradientowe','Kursywa','6eGpqsQ','Wewnętrzne\x20obramowanie\x20poziome','Kolor\x20obramowania\x20tabeli','Wybierz\x20kolumne','Najlepsze\x20dopasowanie','Szerokość\x20obramowania','Fioletowy\x20600','Żółty\x20100','Wyrównaj\x20do\x20góry','Bez\x20obramowania','Obramowanie','Pomarańczowy\x20600','Wybierz\x20tabele','Usuń','Wstaw\x20wiersz\x20powyżej','Przestawny\x20pasek\x20narzędzi','Przesuń\x20do\x20tyłu','Ciągłe','Wytnij','Motyw\x20tabeli','Wybierz\x20wiersz','Wypełnienie\x20obrazem\x20lub\x20teksturą','Żółty\x20700','Wyrównaj\x20do\x20środka\x20w\x20pionie','Przekreślenie','Przenieś\x20na\x20wierzch','1374696ytQUJI','Rozmiar\x20czcionki','Układ','Biały','exports','Kropkowane','Projekt\x20tabeli','Wiersz\x20stopki','Zwiększ\x20rozmiar\x20czcionki','36RhWOXC','Rozmieść\x20kolumny','Niebieski\x20600','Nie\x20mozna\x20przenosic\x20wierszy\x20przez\x20scalone\x20komorki','Wypełnienie\x20jednolite','Zielony\x20100','14lGHnuI','Obramowanie\x20zewnętrzne','Zmniejsz\x20rozmiar\x20czcionki','Styl\x20obramowania','Wyrównaj\x20do\x20prawej','Wygląd\x20tabeli','Rozmieść','Źródło\x20obrazu','Wyrównaj\x20do\x20lewej','Obramowania','Wstaw\x20obraz','Dolne\x20obramowanie','Górne\x20obramowanie','Resetuj\x20kolor','9488bRzoaG','1299912GZBZCJ','243432BjGCMe','Usuń\x20kolumnę','Wszystkie\x20obramowania','Czcionka','Przesuń\x20do\x20przodu','Lista\x20punktowana','Format\x20tekstu','Czerwony\x20600','Szary\x20100','Kreska-kropka','Wyrównaj\x20do\x20środka','Pogrubienie','Podkreślenie','Wyrównanie\x20pionowe','59361MqCAhZ','Przenies\x20kolumne','Pierwsza\x20kolumna','838805ZXHhrq','Prawe\x20obramowanie','Usuń\x20wiersz','Wstaw','Kolor\x20tekstu','Kreskowane','Czerwony\x20100','Nie\x20mozna\x20przenosic\x20kolumn\x20przez\x20scalone\x20komorki','Brak\x20wypełnienia','Styl\x20komórki','2836050fVfdpx','Kolor\x20tła\x20tabeli','Scal\x20komórki','Minimalny','Lewe\x20obramowanie'];_0x3f18=function(){return _0x64ba96;};return _0x3f18();}
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x557e54=_0x371a;(function(_0x129c99,_0x529498){const _0x716643=_0x371a,_0x3ac472=_0x129c99();while(!![]){try{const _0x1efb51=-parseInt(_0x716643(0x133))/0x1+parseInt(_0x716643(0x18c))/0x2*(parseInt(_0x716643(0x172))/0x3)+parseInt(_0x716643(0x13d))/0x4+parseInt(_0x716643(0x153))/0x5*(-parseInt(_0x716643(0x195))/0x6)+-parseInt(_0x716643(0x16e))/0x7+parseInt(_0x716643(0x160))/0x8+parseInt(_0x716643(0x17c))/0x9;if(_0x1efb51===_0x529498)break;else _0x3ac472['push'](_0x3ac472['shift']());}catch(_0x2b1dd5){_0x3ac472['push'](_0x3ac472['shift']());}}}(_0x19ba,0x67cff));function _0x371a(_0x330d17,_0x540ff6){_0x330d17=_0x330d17-0x132;const _0x19ba73=_0x19ba();let _0x371ab1=_0x19ba73[_0x330d17];return _0x371ab1;}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x557e54(0x170),'styles':'Estilos\x20de\x20Tabela','cellStyle':_0x557e54(0x134),'text':_0x557e54(0x190),'layout':_0x557e54(0x139),'arrange':_0x557e54(0x17f),'panel':'Painel','floatingToolbar':_0x557e54(0x167),'arrangeForward':_0x557e54(0x182),'arrangeBackward':'Recuar','bringToFront':'Trazer\x20para\x20a\x20frente','sendToBack':_0x557e54(0x180)},'editorToolbar':{'fontFamily':_0x557e54(0x184),'fontSize':_0x557e54(0x141),'increaseFontSize':'Aumentar\x20tamanho\x20da\x20fonte','decreaseFontSize':_0x557e54(0x16f),'orderedList':_0x557e54(0x148),'bulletList':_0x557e54(0x140),'textFormat':_0x557e54(0x146),'bold':_0x557e54(0x164),'italic':'Itálico','underline':_0x557e54(0x18d),'strikethrough':_0x557e54(0x163),'textColor':_0x557e54(0x155),'textBackgroundColor':_0x557e54(0x15b),'tableBackgroundColor':_0x557e54(0x16d),'tableBorderColor':_0x557e54(0x14f),'borderWidth':_0x557e54(0x174),'borderStyle':_0x557e54(0x17b),'border':'Borda','borderStyleSolid':_0x557e54(0x15c),'borderStyleDash':_0x557e54(0x13e),'borderStyleDot':'Pontilhada','borderStyleDashDot':_0x557e54(0x188),'noBorder':_0x557e54(0x18f),'borderPresetAll':_0x557e54(0x150),'borderPresetInner':_0x557e54(0x15e),'borderPresetOuter':_0x557e54(0x17d),'borderPresetTop':_0x557e54(0x156),'borderPresetBottom':'Borda\x20inferior','borderPresetLeft':_0x557e54(0x14e),'borderPresetRight':_0x557e54(0x18a),'borderPresetInnerHorizontal':_0x557e54(0x13f),'borderPresetInnerVertical':_0x557e54(0x178),'none':'Nenhum','horizontalAlign':_0x557e54(0x193),'verticalAlign':_0x557e54(0x15d),'alignLeft':_0x557e54(0x169),'alignCenter':_0x557e54(0x16b),'alignRight':_0x557e54(0x13b),'alignJustify':'Justificar','alignTop':_0x557e54(0x142),'alignMiddle':_0x557e54(0x181),'alignBottom':_0x557e54(0x16c),'mergeCells':_0x557e54(0x132),'unmergeCells':_0x557e54(0x177),'tableTheme':'Tema\x20da\x20tabela','tableLook':'Aparência\x20da\x20tabela','headerRow':'Linha\x20de\x20cabeçalho','footerRow':_0x557e54(0x166),'bandedRows':_0x557e54(0x15a),'bandedColumns':_0x557e54(0x17a),'firstColumn':_0x557e54(0x159),'lastColumn':_0x557e54(0x194),'bestMatch':_0x557e54(0x183),'light':_0x557e54(0x191),'medium':_0x557e54(0x14c),'minimal':_0x557e54(0x192)},'shapePanel':{'fill':{'noFill':_0x557e54(0x138),'solidFill':_0x557e54(0x143),'gradientFill':_0x557e54(0x13c),'pictureFill':'Preenchimento\x20com\x20imagem\x20ou\x20textura','color':_0x557e54(0x173),'transparency':_0x557e54(0x152),'picture':{'source':_0x557e54(0x16a),'insert':'Inserir\x20imagem'}}},'structuralControls':{'selectRow':_0x557e54(0x154),'selectColumn':_0x557e54(0x14a),'selectTable':_0x557e54(0x179),'insertRow':_0x557e54(0x14b),'insertColumn':_0x557e54(0x135),'moveRow':_0x557e54(0x14d),'moveColumn':'Mover\x20coluna','moveRows':_0x557e54(0x17e),'moveColumns':_0x557e54(0x168),'cannotMoveMergedRows':'Nao\x20e\x20possivel\x20mover\x20linhas\x20por\x20celulas\x20mescladas','cannotMoveMergedColumns':_0x557e54(0x171)},'contextMenu':{'insert':_0x557e54(0x147),'delete':_0x557e54(0x149),'distribute':'Distribuir','borders':_0x557e54(0x15f),'tableBackgroundColor':_0x557e54(0x16d),'copy':_0x557e54(0x186),'cut':'Recortar','deleteTable':_0x557e54(0x175),'insertRowAbove':_0x557e54(0x137),'insertRowBelow':_0x557e54(0x18e),'insertColumnLeft':'Inserir\x20coluna\x20à\x20esquerda','insertColumnRight':_0x557e54(0x189),'deleteRow':'Excluir\x20linha','deleteColumn':_0x557e54(0x144),'distributeRows':'Distribuir\x20linhas','distributeColumns':_0x557e54(0x18b),'borderAll':_0x557e54(0x150),'borderOuter':'Bordas\x20externas','borderInner':_0x557e54(0x15e),'borderNone':'Sem\x20borda'},'colorPreset':{'resetColor':_0x557e54(0x13a),'white':'Branco','gray100':_0x557e54(0x165),'primary100':_0x557e54(0x161),'blue100':'Azul\x20100','green100':'Verde\x20100','yellow100':'Amarelo\x20100','red100':_0x557e54(0x151),'gray900':_0x557e54(0x158),'gray500':_0x557e54(0x176),'red600':_0x557e54(0x157),'orange600':_0x557e54(0x187),'yellow700':_0x557e54(0x185),'green600':'Verde\x20600','blue600':_0x557e54(0x145),'purple600':_0x557e54(0x136)}}};module[_0x557e54(0x162)]=e;function _0x19ba(){const _0x419c07=['Bordas','3435920EFodPU','Principal\x20100','exports','Tachado','Negrito','Cinza\x20100','Linha\x20de\x20rodapé','Barra\x20de\x20ferramentas\x20flutuante','Mover\x20colunas','Alinhar\x20à\x20esquerda','Origem\x20da\x20imagem','Alinhar\x20ao\x20centro','Alinhar\x20à\x20base','Cor\x20de\x20fundo\x20da\x20tabela','5626299VeMpSc','Diminuir\x20tamanho\x20da\x20fonte','Design\x20da\x20Tabela','Nao\x20e\x20possivel\x20mover\x20colunas\x20por\x20celulas\x20mescladas','36sXakCL','Cor','Largura\x20da\x20borda','Excluir\x20tabela','Cinza\x20500','Desfazer\x20mesclagem\x20de\x20células','Borda\x20vertical\x20interna','Selecionar\x20tabela','Colunas\x20em\x20faixas','Estilo\x20da\x20borda','6738984fOABqB','Borda\x20externa','Mover\x20linhas','Organizar','Enviar\x20para\x20trás','Alinhar\x20ao\x20meio','Avançar','Melhor\x20correspondência','Fonte','Amarelo\x20700','Copiar','Laranja\x20600','Traço-ponto','Inserir\x20coluna\x20à\x20direita','Borda\x20direita','Distribuir\x20colunas','128204AKONXh','Sublinhado','Inserir\x20linha\x20abaixo','Sem\x20borda','Texto','Claro','Mínimo','Alinhamento\x20horizontal','Última\x20coluna','66NdFZXg','Mesclar\x20células','540519EtYEAR','Estilo\x20da\x20Célula','Inserir\x20coluna','Roxo\x20600','Inserir\x20linha\x20acima','Sem\x20preenchimento','Layout','Redefinir\x20cor','Alinhar\x20à\x20direita','Preenchimento\x20gradiente','668988iPdCpt','Tracejada','Borda\x20horizontal\x20interna','Lista\x20com\x20marcadores','Tamanho\x20da\x20fonte','Alinhar\x20ao\x20topo','Preenchimento\x20sólido','Excluir\x20coluna','Azul\x20600','Formato\x20do\x20texto','Inserir','Lista\x20numerada','Excluir','Selecionar\x20coluna','Inserir\x20linha','Médio','Mover\x20linha','Borda\x20esquerda','Cor\x20da\x20borda\x20da\x20tabela','Todas\x20as\x20bordas','Vermelho\x20100','Transparência','156930boauuK','Selecionar\x20linha','Cor\x20do\x20texto','Borda\x20superior','Vermelho\x20600','Cinza\x20900','Primeira\x20coluna','Linhas\x20em\x20faixas','Cor\x20de\x20fundo\x20do\x20texto','Sólida','Alinhamento\x20vertical','Bordas\x20internas'];_0x19ba=function(){return _0x419c07;};return _0x19ba();}
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3dc1bb=_0x5381;(function(_0x2cb8a2,_0x41b011){const _0x36f0cc=_0x5381,_0x1a2c69=_0x2cb8a2();while(!![]){try{const _0x2e894c=-parseInt(_0x36f0cc(0xda))/0x1+-parseInt(_0x36f0cc(0xbc))/0x2*(parseInt(_0x36f0cc(0xc1))/0x3)+parseInt(_0x36f0cc(0xc7))/0x4+parseInt(_0x36f0cc(0x9e))/0x5*(parseInt(_0x36f0cc(0xb7))/0x6)+parseInt(_0x36f0cc(0xf4))/0x7*(parseInt(_0x36f0cc(0xd8))/0x8)+parseInt(_0x36f0cc(0xcc))/0x9*(-parseInt(_0x36f0cc(0xad))/0xa)+parseInt(_0x36f0cc(0xb5))/0xb*(-parseInt(_0x36f0cc(0xaa))/0xc);if(_0x2e894c===_0x41b011)break;else _0x1a2c69['push'](_0x1a2c69['shift']());}catch(_0x383f36){_0x1a2c69['push'](_0x1a2c69['shift']());}}}(_0x500a,0x66a69));const e={'slides-table-ui':{'ribbon':{'tableDesign':'Конструктор\x20таблиц','styles':_0x3dc1bb(0xe9),'cellStyle':_0x3dc1bb(0xb9),'text':_0x3dc1bb(0xb0),'layout':'Макет','arrange':_0x3dc1bb(0xa3),'panel':_0x3dc1bb(0xaf),'floatingToolbar':'Плавающая\x20панель\x20инструментов','arrangeForward':_0x3dc1bb(0xb8),'arrangeBackward':_0x3dc1bb(0xf6),'bringToFront':_0x3dc1bb(0xc8),'sendToBack':'На\x20задний\x20план'},'editorToolbar':{'fontFamily':_0x3dc1bb(0xf2),'fontSize':_0x3dc1bb(0xa2),'increaseFontSize':'Увеличить\x20размер\x20шрифта','decreaseFontSize':_0x3dc1bb(0xcf),'orderedList':_0x3dc1bb(0xde),'bulletList':'Маркированный\x20список','textFormat':'Формат\x20текста','bold':_0x3dc1bb(0xe2),'italic':_0x3dc1bb(0xc5),'underline':_0x3dc1bb(0xd5),'strikethrough':_0x3dc1bb(0xc2),'textColor':_0x3dc1bb(0xd3),'textBackgroundColor':_0x3dc1bb(0xa6),'tableBackgroundColor':_0x3dc1bb(0xc3),'tableBorderColor':_0x3dc1bb(0xac),'borderWidth':_0x3dc1bb(0xe7),'borderStyle':_0x3dc1bb(0xd9),'border':_0x3dc1bb(0xea),'borderStyleSolid':'Сплошная','borderStyleDash':_0x3dc1bb(0xd6),'borderStyleDot':_0x3dc1bb(0xa4),'borderStyleDashDot':_0x3dc1bb(0xb2),'noBorder':_0x3dc1bb(0xb4),'borderPresetAll':'Все\x20границы','borderPresetInner':_0x3dc1bb(0xc9),'borderPresetOuter':_0x3dc1bb(0xcb),'borderPresetTop':_0x3dc1bb(0xeb),'borderPresetBottom':_0x3dc1bb(0xdc),'borderPresetLeft':_0x3dc1bb(0xb3),'borderPresetRight':'Правая\x20граница','borderPresetInnerHorizontal':'Внутренняя\x20горизонтальная\x20граница','borderPresetInnerVertical':_0x3dc1bb(0xf3),'none':'Нет','horizontalAlign':_0x3dc1bb(0xae),'verticalAlign':'Вертикальное\x20выравнивание','alignLeft':_0x3dc1bb(0xe6),'alignCenter':_0x3dc1bb(0xec),'alignRight':_0x3dc1bb(0xa8),'alignJustify':'По\x20ширине','alignTop':'Выровнять\x20по\x20верхнему\x20краю','alignMiddle':'Выровнять\x20по\x20середине','alignBottom':_0x3dc1bb(0x9f),'mergeCells':_0x3dc1bb(0xe1),'unmergeCells':_0x3dc1bb(0xdd),'tableTheme':_0x3dc1bb(0xe5),'tableLook':_0x3dc1bb(0xf0),'headerRow':_0x3dc1bb(0xd0),'footerRow':_0x3dc1bb(0xf7),'bandedRows':'Чередующиеся\x20строки','bandedColumns':_0x3dc1bb(0xc0),'firstColumn':'Первый\x20столбец','lastColumn':_0x3dc1bb(0xbb),'bestMatch':_0x3dc1bb(0xf5),'light':'Светлая','medium':_0x3dc1bb(0xba),'minimal':_0x3dc1bb(0xed)},'shapePanel':{'fill':{'noFill':_0x3dc1bb(0xc4),'solidFill':'Сплошная\x20заливка','gradientFill':'Градиентная\x20заливка','pictureFill':'Заливка\x20рисунком\x20или\x20текстурой','color':_0x3dc1bb(0x9c),'transparency':'Прозрачность','picture':{'source':'Источник\x20изображения','insert':_0x3dc1bb(0x99)}}},'structuralControls':{'selectRow':_0x3dc1bb(0xa0),'selectColumn':_0x3dc1bb(0xdb),'selectTable':_0x3dc1bb(0xd2),'insertRow':_0x3dc1bb(0xdf),'insertColumn':_0x3dc1bb(0xa1),'moveRow':_0x3dc1bb(0xcd),'moveColumn':'Переместить\x20столбец','moveRows':'Переместить\x20строки','moveColumns':_0x3dc1bb(0xd7),'cannotMoveMergedRows':_0x3dc1bb(0xf1),'cannotMoveMergedColumns':_0x3dc1bb(0x9d)},'contextMenu':{'insert':_0x3dc1bb(0xe3),'delete':_0x3dc1bb(0xbd),'distribute':_0x3dc1bb(0xb1),'borders':_0x3dc1bb(0xee),'tableBackgroundColor':_0x3dc1bb(0xc3),'copy':'Копировать','cut':'Вырезать','deleteTable':_0x3dc1bb(0xe0),'insertRowAbove':'Вставить\x20строку\x20выше','insertRowBelow':'Вставить\x20строку\x20ниже','insertColumnLeft':_0x3dc1bb(0xa7),'insertColumnRight':_0x3dc1bb(0x9b),'deleteRow':_0x3dc1bb(0xe8),'deleteColumn':'Удалить\x20столбец','distributeRows':'Распределить\x20строки','distributeColumns':_0x3dc1bb(0xd4),'borderAll':'Все\x20границы','borderOuter':_0x3dc1bb(0xca),'borderInner':_0x3dc1bb(0xc9),'borderNone':'Без\x20границ'},'colorPreset':{'resetColor':_0x3dc1bb(0xc6),'white':_0x3dc1bb(0xab),'gray100':_0x3dc1bb(0xe4),'primary100':'Основной\x20100','blue100':'Синий\x20100','green100':_0x3dc1bb(0xce),'yellow100':'Желтый\x20100','red100':_0x3dc1bb(0xbf),'gray900':_0x3dc1bb(0xa9),'gray500':'Серый\x20500','red600':'Красный\x20600','orange600':_0x3dc1bb(0x9a),'yellow700':_0x3dc1bb(0xb6),'green600':_0x3dc1bb(0xef),'blue600':_0x3dc1bb(0xbe),'purple600':_0x3dc1bb(0xa5)}}};function _0x500a(){const _0x1b6024=['Цвет\x20фона\x20таблицы','Без\x20заливки','Курсив','Сбросить\x20цвет','2345420puuEtt','На\x20передний\x20план','Внутренние\x20границы','Внешние\x20границы','Внешняя\x20граница','102852eRykfR','Переместить\x20строку','Зеленый\x20100','Уменьшить\x20размер\x20шрифта','Строка\x20заголовка','exports','Выбрать\x20таблицу','Цвет\x20текста','Распределить\x20столбцы','Подчеркнутый','Пунктирная','Переместить\x20столбцы','16cletzr','Стиль\x20границы','240820jfTSJN','Выбрать\x20столбец','Нижняя\x20граница','Разъединить\x20ячейки','Нумерованный\x20список','Вставить\x20строку','Удалить\x20таблицу','Объединить\x20ячейки','Полужирный','Вставить','Серый\x20100','Тема\x20таблицы','Выровнять\x20по\x20левому\x20краю','Толщина\x20границы','Удалить\x20строку','Стили\x20таблиц','Граница','Верхняя\x20граница','Выровнять\x20по\x20центру','Минимальная','Границы','Зеленый\x20600','Вид\x20таблицы','Нельзя\x20перемещать\x20строки\x20через\x20объединенные\x20ячейки','Шрифт','Внутренняя\x20вертикальная\x20граница','1197035YVkmQm','Лучшее\x20совпадение','Переместить\x20назад','Строка\x20итогов','Вставить\x20изображение','Оранжевый\x20600','Вставить\x20столбец\x20справа','Цвет','Нельзя\x20перемещать\x20столбцы\x20через\x20объединенные\x20ячейки','5GYRAkY','Выровнять\x20по\x20нижнему\x20краю','Выбрать\x20строку','Вставить\x20столбец','Размер\x20шрифта','Упорядочить','Точечная','Фиолетовый\x20600','Цвет\x20фона\x20текста','Вставить\x20столбец\x20слева','Выровнять\x20по\x20правому\x20краю','Серый\x20900','24VuAsuw','Белый','Цвет\x20границы\x20таблицы','280KIwqdi','Горизонтальное\x20выравнивание','Панель','Текст','Распределить','Штрихпунктирная','Левая\x20граница','Без\x20границы','3175678bVqEyj','Желтый\x20700','4850838WdMnbs','Переместить\x20вперед','Стиль\x20ячейки','Средний','Последний\x20столбец','46YbCBts','Удалить','Синий\x20600','Красный\x20100','Чередующиеся\x20столбцы','23241PxAiFc','Зачеркнутый'];_0x500a=function(){return _0x1b6024;};return _0x500a();}function _0x5381(_0x5a4f66,_0x549eb7){_0x5a4f66=_0x5a4f66-0x99;const _0x500a7c=_0x500a();let _0x53811c=_0x500a7c[_0x5a4f66];return _0x53811c;}module[_0x3dc1bb(0xd1)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3f57f8=_0x4a92;(function(_0x57c85a,_0x58d32c){const _0x1dfec9=_0x4a92,_0x189336=_0x57c85a();while(!![]){try{const _0x4467d7=-parseInt(_0x1dfec9(0x107))/0x1*(-parseInt(_0x1dfec9(0x11b))/0x2)+parseInt(_0x1dfec9(0xfd))/0x3*(parseInt(_0x1dfec9(0xeb))/0x4)+parseInt(_0x1dfec9(0x10a))/0x5*(-parseInt(_0x1dfec9(0x122))/0x6)+parseInt(_0x1dfec9(0xda))/0x7+-parseInt(_0x1dfec9(0x11d))/0x8*(-parseInt(_0x1dfec9(0xe3))/0x9)+parseInt(_0x1dfec9(0xed))/0xa*(-parseInt(_0x1dfec9(0xde))/0xb)+-parseInt(_0x1dfec9(0xd2))/0xc*(parseInt(_0x1dfec9(0x125))/0xd);if(_0x4467d7===_0x58d32c)break;else _0x189336['push'](_0x189336['shift']());}catch(_0x4f4835){_0x189336['push'](_0x189336['shift']());}}}(_0x2da7,0x2fe3a));function _0x2da7(){const _0x107cb8=['Vonkajšie\x20orámovanie','Zväčšiť\x20veľkosť\x20písma','Prechodová\x20výplň','Vložiť','Vzhľad\x20tabuľky','Kopírovať','Štýl\x20orámovania','Farba\x20pozadia\x20textu','Zarovnať\x20nahor','7958hdaBbT','Svetlý','32GVmVHM','Pruhované\x20riadky','Farba\x20textu','Riadok\x20hlavičky','Zarovnať\x20doľava','6uywuMG','Prvý\x20stĺpec','Rozložiť','104325fhjMBR','Vlozit\x20riadok','Riadky\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','Vnútorné\x20zvislé\x20orámovanie','Orámovanie','Posunúť\x20dozadu','Preniesť\x20dopredu','Odstrániť\x20stĺpec','Motív\x20tabuľky','Zmenšiť\x20veľkosť\x20písma','Oranžová\x20600','Priehľadnosť','Plná\x20výplň','Posunúť\x20dopredu','Žiadne','Čiarkovaná','Vybrat\x20tabulku','Zelená\x20600','Biela','Vložiť\x20riadok\x20nad','1044OFPUsZ','Červená\x20600','Zarovnať\x20na\x20stred\x20zvisle','Vnútorné\x20orámovania','Rozložiť\x20riadky','Formát\x20textu','Dolné\x20orámovanie','Fialová\x20600','2464833ShEOOD','Vonkajšie\x20orámovania','Posledný\x20stĺpec','Odstrániť','23749eMmAfd','Rozložiť\x20stĺpce','Bez\x20výplne','Stlpce\x20nie\x20je\x20mozne\x20presunut\x20cez\x20zlucene\x20bunky','Panel','427698GFPvdr','Riadok\x20päty','Sivá\x20900','Zrušiť\x20zlúčenie\x20buniek','Sivá\x20500','Zelená\x20100','Usporiadať','Bodkovaná','1640DsWvrQ','Zarovnať\x20doprava','460DtVTbA','Odstrániť\x20riadok','Odoslať\x20dozadu','Zarovnať\x20na\x20stred','Podčiarknuté','Vystrihnúť','Červená\x20100','Všetky\x20orámovania','Presunut\x20riadok','Výplň\x20obrázkom\x20alebo\x20textúrou','Farba\x20pozadia\x20tabuľky','Vodorovné\x20zarovnanie','Hrúbka\x20orámovania','Zlúčiť\x20bunky','Pruhované\x20stĺpce','Sivá\x20100','2601kFvRnG','Štýly\x20tabuľky','Vložiť\x20obrázok','Zoznam\x20s\x20odrážkami','Modrá\x20600','Stredná','Kurzíva','Čiarka-bodka','Prečiarknuté','Obnoviť\x20farbu','37TGFwof','Písmo','Zvislé\x20zarovnanie','256285dbmzmu','Vlozit\x20stlpec','Pravé\x20orámovanie','Vložiť\x20stĺpec\x20vľavo','Rozloženie','Vložiť\x20riadok\x20pod','Primárna\x20100','Odstrániť\x20tabuľku'];_0x2da7=function(){return _0x107cb8;};return _0x2da7();}function _0x4a92(_0x9135ed,_0x59c43a){_0x9135ed=_0x9135ed-0xbf;const _0x2da73e=_0x2da7();let _0x4a925a=_0x2da73e[_0x9135ed];return _0x4a925a;}const e={'slides-table-ui':{'ribbon':{'tableDesign':'Návrh\x20tabuľky','styles':_0x3f57f8(0xfe),'cellStyle':'Štýl\x20bunky','text':'Text','layout':_0x3f57f8(0x10e),'arrange':_0x3f57f8(0xe9),'panel':_0x3f57f8(0xe2),'floatingToolbar':'Plávajúci\x20panel\x20s\x20nástrojmi','arrangeForward':_0x3f57f8(0xcb),'arrangeBackward':_0x3f57f8(0xc3),'bringToFront':_0x3f57f8(0xc4),'sendToBack':_0x3f57f8(0xef)},'editorToolbar':{'fontFamily':_0x3f57f8(0x108),'fontSize':'Veľkosť\x20písma','increaseFontSize':_0x3f57f8(0x113),'decreaseFontSize':_0x3f57f8(0xc7),'orderedList':'Číslovaný\x20zoznam','bulletList':_0x3f57f8(0x100),'textFormat':_0x3f57f8(0xd7),'bold':'Tučné','italic':_0x3f57f8(0x103),'underline':_0x3f57f8(0xf1),'strikethrough':_0x3f57f8(0x105),'textColor':_0x3f57f8(0x11f),'textBackgroundColor':_0x3f57f8(0x119),'tableBackgroundColor':_0x3f57f8(0xf7),'tableBorderColor':'Farba\x20orámovania\x20tabuľky','borderWidth':_0x3f57f8(0xf9),'borderStyle':_0x3f57f8(0x118),'border':'Orámovanie','borderStyleSolid':'Plná\x20čiara','borderStyleDash':_0x3f57f8(0xcd),'borderStyleDot':_0x3f57f8(0xea),'borderStyleDashDot':_0x3f57f8(0x104),'noBorder':'Bez\x20orámovania','borderPresetAll':_0x3f57f8(0xf4),'borderPresetInner':_0x3f57f8(0xd5),'borderPresetOuter':_0x3f57f8(0x112),'borderPresetTop':'Horné\x20orámovanie','borderPresetBottom':_0x3f57f8(0xd8),'borderPresetLeft':'Ľavé\x20orámovanie','borderPresetRight':_0x3f57f8(0x10c),'borderPresetInnerHorizontal':'Vnútorné\x20vodorovné\x20orámovanie','borderPresetInnerVertical':_0x3f57f8(0xc1),'none':_0x3f57f8(0xcc),'horizontalAlign':_0x3f57f8(0xf8),'verticalAlign':_0x3f57f8(0x109),'alignLeft':_0x3f57f8(0x121),'alignCenter':_0x3f57f8(0xf0),'alignRight':_0x3f57f8(0xec),'alignJustify':'Zarovnať\x20do\x20bloku','alignTop':_0x3f57f8(0x11a),'alignMiddle':_0x3f57f8(0xd4),'alignBottom':'Zarovnať\x20nadol','mergeCells':_0x3f57f8(0xfa),'unmergeCells':_0x3f57f8(0xe6),'tableTheme':_0x3f57f8(0xc6),'tableLook':_0x3f57f8(0x116),'headerRow':_0x3f57f8(0x120),'footerRow':_0x3f57f8(0xe4),'bandedRows':_0x3f57f8(0x11e),'bandedColumns':_0x3f57f8(0xfb),'firstColumn':_0x3f57f8(0x123),'lastColumn':_0x3f57f8(0xdc),'bestMatch':'Najlepšia\x20zhoda','light':_0x3f57f8(0x11c),'medium':_0x3f57f8(0x102),'minimal':'Minimálny'},'shapePanel':{'fill':{'noFill':_0x3f57f8(0xe0),'solidFill':_0x3f57f8(0xca),'gradientFill':_0x3f57f8(0x114),'pictureFill':_0x3f57f8(0xf6),'color':'Farba','transparency':_0x3f57f8(0xc9),'picture':{'source':'Zdroj\x20obrázka','insert':_0x3f57f8(0xff)}}},'structuralControls':{'selectRow':'Vybrat\x20riadok','selectColumn':'Vybrat\x20stlpec','selectTable':_0x3f57f8(0xce),'insertRow':_0x3f57f8(0xbf),'insertColumn':_0x3f57f8(0x10b),'moveRow':_0x3f57f8(0xf5),'moveColumn':'Presunut\x20stlpec','moveRows':'Presunut\x20riadky','moveColumns':'Presunut\x20stlpce','cannotMoveMergedRows':_0x3f57f8(0xc0),'cannotMoveMergedColumns':_0x3f57f8(0xe1)},'contextMenu':{'insert':_0x3f57f8(0x115),'delete':_0x3f57f8(0xdd),'distribute':_0x3f57f8(0x124),'borders':_0x3f57f8(0xc2),'tableBackgroundColor':_0x3f57f8(0xf7),'copy':_0x3f57f8(0x117),'cut':_0x3f57f8(0xf2),'deleteTable':_0x3f57f8(0x111),'insertRowAbove':_0x3f57f8(0xd1),'insertRowBelow':_0x3f57f8(0x10f),'insertColumnLeft':_0x3f57f8(0x10d),'insertColumnRight':'Vložiť\x20stĺpec\x20vpravo','deleteRow':_0x3f57f8(0xee),'deleteColumn':_0x3f57f8(0xc5),'distributeRows':_0x3f57f8(0xd6),'distributeColumns':_0x3f57f8(0xdf),'borderAll':_0x3f57f8(0xf4),'borderOuter':_0x3f57f8(0xdb),'borderInner':_0x3f57f8(0xd5),'borderNone':'Bez\x20orámovania'},'colorPreset':{'resetColor':_0x3f57f8(0x106),'white':_0x3f57f8(0xd0),'gray100':_0x3f57f8(0xfc),'primary100':_0x3f57f8(0x110),'blue100':'Modrá\x20100','green100':_0x3f57f8(0xe8),'yellow100':'Žltá\x20100','red100':_0x3f57f8(0xf3),'gray900':_0x3f57f8(0xe5),'gray500':_0x3f57f8(0xe7),'red600':_0x3f57f8(0xd3),'orange600':_0x3f57f8(0xc8),'yellow700':'Žltá\x20700','green600':_0x3f57f8(0xcf),'blue600':_0x3f57f8(0x101),'purple600':_0x3f57f8(0xd9)}}};module['exports']=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2cf0(_0x305675,_0x39e8c3){_0x305675=_0x305675-0x18b;const _0x4ef4bc=_0x4ef4();let _0x2cf029=_0x4ef4bc[_0x305675];return _0x2cf029;}const _0x58a50c=_0x2cf0;(function(_0x39153e,_0x585e61){const _0x44f1df=_0x2cf0,_0x109b36=_0x39153e();while(!![]){try{const _0x28e502=parseInt(_0x44f1df(0x1c9))/0x1*(-parseInt(_0x44f1df(0x1ef))/0x2)+parseInt(_0x44f1df(0x195))/0x3+-parseInt(_0x44f1df(0x1a5))/0x4*(parseInt(_0x44f1df(0x197))/0x5)+parseInt(_0x44f1df(0x1cb))/0x6*(-parseInt(_0x44f1df(0x1bf))/0x7)+-parseInt(_0x44f1df(0x191))/0x8+parseInt(_0x44f1df(0x193))/0x9*(-parseInt(_0x44f1df(0x1a7))/0xa)+parseInt(_0x44f1df(0x1c1))/0xb;if(_0x28e502===_0x585e61)break;else _0x109b36['push'](_0x109b36['shift']());}catch(_0x7d67fb){_0x109b36['push'](_0x109b36['shift']());}}}(_0x4ef4,0xd5993));function _0x4ef4(){const _0x164bc0=['Chèn\x20hàng\x20phía\x20trên','Sao\x20chép','Không','Viền','Cắt','Bố\x20cục','Màu\x20nền\x20bảng','Chèn\x20hình\x20ảnh','Gạch\x20chân','Trắng','Cột\x20xen\x20kẽ','Đường\x20viền','Đặt\x20lại\x20màu','534376ajfFdi','Hàng\x20tiêu\x20đề','7643007acgQrP','Căn\x20đều','3955917wGHytb','Định\x20dạng\x20văn\x20bản','5NXdiol','Chen\x20cot','Tô\x20màu\x20gradient','Độ\x20dày\x20viền','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Nghiêng','Tím\x20600','Căn\x20trái','Đường\x20viền\x20bên\x20trong','Di\x20chuyen\x20hang','Di\x20chuyen\x20cot','Sáng','Xóa\x20hàng','Đưa\x20lên\x20trước','1448084ALgnBB','Vừa','10aNZnAV','Thanh\x20công\x20cụ\x20nổi','Kiểu\x20bảng','Chèn\x20cột\x20bên\x20trái','Chen\x20hang','Xám\x20900','Phù\x20hợp\x20nhất','Căn\x20dọc','Vàng\x20700','Đưa\x20lên\x20trên\x20cùng','Bảng\x20điều\x20khiển','Xóa\x20cột','Hàng\x20xen\x20kẽ','Cột\x20đầu\x20tiên','Đậm','Xanh\x20dương\x20600','Đưa\x20ra\x20sau','Chon\x20cot','Độ\x20trong\x20suốt','Cột\x20cuối\x20cùng','Màu','Danh\x20sách\x20dấu\x20đầu\x20dòng','exports','Xám\x20500','3167402wuxsUP','Chon\x20bang','19441004qJLXbY','Viền\x20phải','Kiểu\x20ô','Liền','Tối\x20giản','Sắp\x20xếp','Chính\x20100','Màu\x20viền\x20bảng','1gYMHSr','Đưa\x20xuống\x20dưới\x20cùng','6ANGrWM','Viền\x20trên','Xóa','Nét\x20chấm','Viền\x20dưới','Không\x20viền','Căn\x20giữa','Viền\x20dọc\x20bên\x20trong','Giảm\x20cỡ\x20chữ','Màu\x20nền\x20chữ','Tách\x20ô','Tô\x20màu\x20đặc','Viền\x20bên\x20ngoài','Viền\x20bên\x20trong','Khong\x20the\x20di\x20chuyen\x20cot\x20qua\x20o\x20da\x20hop\x20nhat','Di\x20chuyen\x20cac\x20cot','Đỏ\x20100','Gạch\x20chấm','Nét\x20đứt','Kiểu\x20viền','Xanh\x20lá\x20600','Căn\x20trên','Màu\x20chữ','Xanh\x20dương\x20100','Phân\x20bố\x20cột','Viền\x20trái','Cam\x20600','Chon\x20hang','Tất\x20cả\x20viền','Căn\x20dưới','Xanh\x20lá\x20100','Căn\x20ngang','Văn\x20bản','Chèn\x20hàng\x20phía\x20dưới','Tăng\x20cỡ\x20chữ','Căn\x20phải','961154GcClkS','Căn\x20giữa\x20dọc','Danh\x20sách\x20đánh\x20số','Phân\x20bố\x20hàng','Chủ\x20đề\x20bảng'];_0x4ef4=function(){return _0x164bc0;};return _0x4ef4();}const e={'slides-table-ui':{'ribbon':{'tableDesign':'Thiết\x20kế\x20bảng','styles':'Kiểu\x20bảng','cellStyle':_0x58a50c(0x1c3),'text':_0x58a50c(0x1eb),'layout':_0x58a50c(0x1f9),'arrange':_0x58a50c(0x1c6),'panel':_0x58a50c(0x1b1),'floatingToolbar':_0x58a50c(0x1a8),'arrangeForward':_0x58a50c(0x1a4),'arrangeBackward':_0x58a50c(0x1b7),'bringToFront':_0x58a50c(0x1b0),'sendToBack':_0x58a50c(0x1ca)},'editorToolbar':{'fontFamily':'Phông\x20chữ','fontSize':'Cỡ\x20chữ','increaseFontSize':_0x58a50c(0x1ed),'decreaseFontSize':_0x58a50c(0x1d3),'orderedList':_0x58a50c(0x1f1),'bulletList':_0x58a50c(0x1bc),'textFormat':_0x58a50c(0x196),'bold':_0x58a50c(0x1b5),'italic':_0x58a50c(0x19c),'underline':_0x58a50c(0x18c),'strikethrough':'Gạch\x20ngang','textColor':_0x58a50c(0x1e1),'textBackgroundColor':_0x58a50c(0x1d4),'tableBackgroundColor':_0x58a50c(0x1fa),'tableBorderColor':_0x58a50c(0x1c8),'borderWidth':_0x58a50c(0x19a),'borderStyle':_0x58a50c(0x1de),'border':_0x58a50c(0x1f7),'borderStyleSolid':_0x58a50c(0x1c4),'borderStyleDash':_0x58a50c(0x1dd),'borderStyleDot':_0x58a50c(0x1ce),'borderStyleDashDot':_0x58a50c(0x1dc),'noBorder':_0x58a50c(0x1d0),'borderPresetAll':'Tất\x20cả\x20viền','borderPresetInner':_0x58a50c(0x1d8),'borderPresetOuter':_0x58a50c(0x1d7),'borderPresetTop':_0x58a50c(0x1cc),'borderPresetBottom':_0x58a50c(0x1cf),'borderPresetLeft':_0x58a50c(0x1e4),'borderPresetRight':_0x58a50c(0x1c2),'borderPresetInnerHorizontal':'Viền\x20ngang\x20bên\x20trong','borderPresetInnerVertical':_0x58a50c(0x1d2),'none':_0x58a50c(0x1f6),'horizontalAlign':_0x58a50c(0x1ea),'verticalAlign':_0x58a50c(0x1ae),'alignLeft':_0x58a50c(0x19e),'alignCenter':_0x58a50c(0x1d1),'alignRight':_0x58a50c(0x1ee),'alignJustify':_0x58a50c(0x194),'alignTop':_0x58a50c(0x1e0),'alignMiddle':_0x58a50c(0x1f0),'alignBottom':_0x58a50c(0x1e8),'mergeCells':'Hợp\x20nhất\x20ô','unmergeCells':_0x58a50c(0x1d5),'tableTheme':_0x58a50c(0x1f3),'tableLook':_0x58a50c(0x1a9),'headerRow':_0x58a50c(0x192),'footerRow':'Hàng\x20chân\x20bảng','bandedRows':_0x58a50c(0x1b3),'bandedColumns':_0x58a50c(0x18e),'firstColumn':_0x58a50c(0x1b4),'lastColumn':_0x58a50c(0x1ba),'bestMatch':_0x58a50c(0x1ad),'light':_0x58a50c(0x1a2),'medium':_0x58a50c(0x1a6),'minimal':_0x58a50c(0x1c5)},'shapePanel':{'fill':{'noFill':'Không\x20tô','solidFill':_0x58a50c(0x1d6),'gradientFill':_0x58a50c(0x199),'pictureFill':_0x58a50c(0x19b),'color':_0x58a50c(0x1bb),'transparency':_0x58a50c(0x1b9),'picture':{'source':'Nguồn\x20hình\x20ảnh','insert':_0x58a50c(0x18b)}}},'structuralControls':{'selectRow':_0x58a50c(0x1e6),'selectColumn':_0x58a50c(0x1b8),'selectTable':_0x58a50c(0x1c0),'insertRow':_0x58a50c(0x1ab),'insertColumn':_0x58a50c(0x198),'moveRow':_0x58a50c(0x1a0),'moveColumn':_0x58a50c(0x1a1),'moveRows':'Di\x20chuyen\x20cac\x20hang','moveColumns':_0x58a50c(0x1da),'cannotMoveMergedRows':'Khong\x20the\x20di\x20chuyen\x20hang\x20qua\x20o\x20da\x20hop\x20nhat','cannotMoveMergedColumns':_0x58a50c(0x1d9)},'contextMenu':{'insert':'Chèn','delete':_0x58a50c(0x1cd),'distribute':'Phân\x20bố','borders':_0x58a50c(0x18f),'tableBackgroundColor':_0x58a50c(0x1fa),'copy':_0x58a50c(0x1f5),'cut':_0x58a50c(0x1f8),'deleteTable':'Xóa\x20bảng','insertRowAbove':_0x58a50c(0x1f4),'insertRowBelow':_0x58a50c(0x1ec),'insertColumnLeft':_0x58a50c(0x1aa),'insertColumnRight':'Chèn\x20cột\x20bên\x20phải','deleteRow':_0x58a50c(0x1a3),'deleteColumn':_0x58a50c(0x1b2),'distributeRows':_0x58a50c(0x1f2),'distributeColumns':_0x58a50c(0x1e3),'borderAll':_0x58a50c(0x1e7),'borderOuter':_0x58a50c(0x1d7),'borderInner':_0x58a50c(0x19f),'borderNone':'Không\x20có\x20đường\x20viền'},'colorPreset':{'resetColor':_0x58a50c(0x190),'white':_0x58a50c(0x18d),'gray100':'Xám\x20100','primary100':_0x58a50c(0x1c7),'blue100':_0x58a50c(0x1e2),'green100':_0x58a50c(0x1e9),'yellow100':'Vàng\x20100','red100':_0x58a50c(0x1db),'gray900':_0x58a50c(0x1ac),'gray500':_0x58a50c(0x1be),'red600':'Đỏ\x20600','orange600':_0x58a50c(0x1e5),'yellow700':_0x58a50c(0x1af),'green600':_0x58a50c(0x1df),'blue600':_0x58a50c(0x1b6),'purple600':_0x58a50c(0x19d)}}};module[_0x58a50c(0x1bd)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4d0139=_0x42f9;(function(_0x6f11d5,_0x1182ef){const _0x29d385=_0x42f9,_0x1248d3=_0x6f11d5();while(!![]){try{const _0x45eb7b=-parseInt(_0x29d385(0x124))/0x1+parseInt(_0x29d385(0x13c))/0x2+-parseInt(_0x29d385(0x145))/0x3+parseInt(_0x29d385(0x130))/0x4+parseInt(_0x29d385(0x165))/0x5+-parseInt(_0x29d385(0x160))/0x6*(-parseInt(_0x29d385(0x13e))/0x7)+parseInt(_0x29d385(0x125))/0x8*(-parseInt(_0x29d385(0x140))/0x9);if(_0x45eb7b===_0x1182ef)break;else _0x1248d3['push'](_0x1248d3['shift']());}catch(_0x15a010){_0x1248d3['push'](_0x1248d3['shift']());}}}(_0x248b,0xf05b2));function _0x42f9(_0x4c7a9c,_0x1f2af1){_0x4c7a9c=_0x4c7a9c-0x11b;const _0x248b64=_0x248b();let _0x42f920=_0x248b64[_0x4c7a9c];return _0x42f920;}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x4d0139(0x14f),'styles':_0x4d0139(0x161),'cellStyle':_0x4d0139(0x139),'text':'文本','layout':'布局','arrange':'排列','panel':'面板','floatingToolbar':'浮动工具栏','arrangeForward':'上移一层','arrangeBackward':_0x4d0139(0x12d),'bringToFront':'置于顶层','sendToBack':'置于底层'},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','increaseFontSize':_0x4d0139(0x162),'decreaseFontSize':'减小字号','orderedList':'有序列表','bulletList':'无序列表','textFormat':_0x4d0139(0x155),'bold':'加粗','italic':'斜体','underline':_0x4d0139(0x15c),'strikethrough':_0x4d0139(0x157),'textColor':'文本颜色','textBackgroundColor':'文本背景色','tableBackgroundColor':_0x4d0139(0x13b),'tableBorderColor':'表格边框颜色','borderWidth':'边框粗细','borderStyle':_0x4d0139(0x127),'border':'边框','borderStyleSolid':'实线','borderStyleDash':'虚线','borderStyleDot':'点线','borderStyleDashDot':_0x4d0139(0x11d),'noBorder':'无边框','borderPresetAll':_0x4d0139(0x151),'borderPresetInner':_0x4d0139(0x134),'borderPresetOuter':_0x4d0139(0x13a),'borderPresetTop':_0x4d0139(0x144),'borderPresetBottom':'下边框','borderPresetLeft':_0x4d0139(0x15f),'borderPresetRight':_0x4d0139(0x13f),'borderPresetInnerHorizontal':_0x4d0139(0x123),'borderPresetInnerVertical':_0x4d0139(0x12e),'none':'无','horizontalAlign':_0x4d0139(0x12a),'verticalAlign':'垂直对齐','alignLeft':'左对齐','alignCenter':_0x4d0139(0x14c),'alignRight':_0x4d0139(0x159),'alignJustify':_0x4d0139(0x136),'alignTop':_0x4d0139(0x163),'alignMiddle':'垂直居中','alignBottom':'底部对齐','mergeCells':_0x4d0139(0x153),'unmergeCells':_0x4d0139(0x15e),'tableTheme':_0x4d0139(0x12c),'tableLook':_0x4d0139(0x129),'headerRow':'标题行','footerRow':_0x4d0139(0x126),'bandedRows':_0x4d0139(0x15a),'bandedColumns':_0x4d0139(0x11e),'firstColumn':'首列','lastColumn':'尾列','bestMatch':_0x4d0139(0x11c),'light':'浅色','medium':_0x4d0139(0x11b),'minimal':'极简'},'shapePanel':{'fill':{'noFill':_0x4d0139(0x135),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':'透明度','picture':{'source':_0x4d0139(0x14b),'insert':_0x4d0139(0x15d)}}},'structuralControls':{'selectRow':_0x4d0139(0x14e),'selectColumn':_0x4d0139(0x15b),'selectTable':_0x4d0139(0x150),'insertRow':'插入行','insertColumn':_0x4d0139(0x147),'moveRow':_0x4d0139(0x133),'moveColumn':_0x4d0139(0x122),'moveRows':'移动多行','moveColumns':_0x4d0139(0x152),'cannotMoveMergedRows':_0x4d0139(0x138),'cannotMoveMergedColumns':_0x4d0139(0x14d)},'contextMenu':{'insert':'插入','delete':'删除','distribute':'分布','borders':'边框','tableBackgroundColor':_0x4d0139(0x13b),'copy':'复制','cut':'剪切','deleteTable':_0x4d0139(0x143),'insertRowAbove':_0x4d0139(0x154),'insertRowBelow':_0x4d0139(0x128),'insertColumnLeft':_0x4d0139(0x14a),'insertColumnRight':_0x4d0139(0x164),'deleteRow':_0x4d0139(0x158),'deleteColumn':'删除列','distributeRows':_0x4d0139(0x12f),'distributeColumns':_0x4d0139(0x132),'borderAll':_0x4d0139(0x137),'borderOuter':'外部边框','borderInner':_0x4d0139(0x134),'borderNone':_0x4d0139(0x131)},'colorPreset':{'resetColor':_0x4d0139(0x156),'white':'白色','gray100':'灰色\x20100','primary100':_0x4d0139(0x11f),'blue100':_0x4d0139(0x12b),'green100':_0x4d0139(0x148),'yellow100':'黄色\x20100','red100':_0x4d0139(0x120),'gray900':_0x4d0139(0x142),'gray500':'灰色\x20500','red600':_0x4d0139(0x121),'orange600':'橙色\x20600','yellow700':_0x4d0139(0x149),'green600':'绿色\x20600','blue600':_0x4d0139(0x141),'purple600':_0x4d0139(0x13d)}}};function _0x248b(){const _0x3adb91=['1006113PvCUMJ','8HSFDrm','汇总行','边框样式','在下方插入行','表格外观','水平对齐','蓝色\x20100','表格主题','下移一层','内部竖线','均分行','2333728TJIHVC','无边框','均分列','移动行','内部边框','无颜色','两端对齐','所有边框','无法跨合并单元格移动行','单元格样式','外侧边框','表格背景色','3148882YgLdlj','紫色\x20600','7VOoJID','右边框','1746666ObkNck','蓝色\x20600','灰色\x20900','删除表格','上边框','4083816TyCHok','exports','插入列','绿色\x20100','黄色\x20700','在左侧插入列','图片来源','居中对齐','无法跨合并单元格移动列','选择行','表格设计','选择表格','全部边框','移动多列','合并单元格','在上方插入行','文本格式','重置颜色','删除线','删除行','右对齐','隔行底色','选择列','下划线','插入图片','取消合并单元格','左边框','5599752eeAoYt','表格样式','增大字号','顶部对齐','在右侧插入列','2273960wNTYcQ','中等色','最佳匹配','点划线','隔列底色','主题色\x20100','红色\x20100','红色\x20600','移动列','内部横线'];_0x248b=function(){return _0x3adb91;};return _0x248b();}module[_0x4d0139(0x146)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x35f233=_0x4f92;(function(_0x4c11c2,_0x434b33){const _0x9b025c=_0x4f92,_0x8554e2=_0x4c11c2();while(!![]){try{const _0x29ffed=parseInt(_0x9b025c(0x1f4))/0x1+-parseInt(_0x9b025c(0x1f2))/0x2*(-parseInt(_0x9b025c(0x1d2))/0x3)+parseInt(_0x9b025c(0x1e6))/0x4*(-parseInt(_0x9b025c(0x1e5))/0x5)+-parseInt(_0x9b025c(0x1fb))/0x6*(-parseInt(_0x9b025c(0x1f6))/0x7)+parseInt(_0x9b025c(0x1f9))/0x8*(parseInt(_0x9b025c(0x1c0))/0x9)+-parseInt(_0x9b025c(0x1bf))/0xa*(-parseInt(_0x9b025c(0x1c7))/0xb)+-parseInt(_0x9b025c(0x1b7))/0xc;if(_0x29ffed===_0x434b33)break;else _0x8554e2['push'](_0x8554e2['shift']());}catch(_0x2131e8){_0x8554e2['push'](_0x8554e2['shift']());}}}(_0x57ff,0x4d182));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x35f233(0x1e7),'styles':_0x35f233(0x205),'cellStyle':_0x35f233(0x1bd),'text':'文字','layout':'版面配置','arrange':'排列','panel':'面板','floatingToolbar':'浮動工具列','arrangeForward':_0x35f233(0x1d8),'arrangeBackward':_0x35f233(0x1b8),'bringToFront':_0x35f233(0x1f1),'sendToBack':'移至最下層'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':_0x35f233(0x1e2),'decreaseFontSize':_0x35f233(0x209),'orderedList':_0x35f233(0x1d6),'bulletList':_0x35f233(0x1f8),'textFormat':'文字格式','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x35f233(0x206),'textBackgroundColor':_0x35f233(0x1ba),'tableBackgroundColor':_0x35f233(0x1c2),'tableBorderColor':_0x35f233(0x1f0),'borderWidth':'邊框粗幼','borderStyle':'邊框樣式','border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':'點劃線','noBorder':_0x35f233(0x201),'borderPresetAll':_0x35f233(0x1bb),'borderPresetInner':'內部邊框','borderPresetOuter':'外側邊框','borderPresetTop':_0x35f233(0x1fa),'borderPresetBottom':_0x35f233(0x1be),'borderPresetLeft':'左邊框','borderPresetRight':_0x35f233(0x1da),'borderPresetInnerHorizontal':_0x35f233(0x203),'borderPresetInnerVertical':'內部直線','none':'無','horizontalAlign':_0x35f233(0x1fd),'verticalAlign':'垂直對齊','alignLeft':_0x35f233(0x1ee),'alignCenter':_0x35f233(0x1cd),'alignRight':_0x35f233(0x1cc),'alignJustify':_0x35f233(0x1d4),'alignTop':'頂端對齊','alignMiddle':_0x35f233(0x1ff),'alignBottom':_0x35f233(0x1bc),'mergeCells':_0x35f233(0x1d0),'unmergeCells':_0x35f233(0x1c5),'tableTheme':'表格主題','tableLook':_0x35f233(0x1c4),'headerRow':_0x35f233(0x1f7),'footerRow':_0x35f233(0x1dc),'bandedRows':_0x35f233(0x1b9),'bandedColumns':_0x35f233(0x1d1),'firstColumn':_0x35f233(0x1fc),'lastColumn':'最後一欄','bestMatch':'最佳配對','light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x35f233(0x1d9),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0x35f233(0x1d5),'insert':_0x35f233(0x204)}}},'structuralControls':{'selectRow':'選取列','selectColumn':_0x35f233(0x20a),'selectTable':_0x35f233(0x1e4),'insertRow':_0x35f233(0x1c9),'insertColumn':_0x35f233(0x1cb),'moveRow':'移動列','moveColumn':_0x35f233(0x1dd),'moveRows':_0x35f233(0x1de),'moveColumns':_0x35f233(0x1cf),'cannotMoveMergedRows':_0x35f233(0x1e0),'cannotMoveMergedColumns':_0x35f233(0x1ef)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x35f233(0x1e9),'borders':'框線','tableBackgroundColor':_0x35f233(0x1c2),'copy':'複製','cut':'剪下','deleteTable':_0x35f233(0x1e8),'insertRowAbove':_0x35f233(0x207),'insertRowBelow':_0x35f233(0x1e3),'insertColumnLeft':'在左側插入欄','insertColumnRight':'在右側插入欄','deleteRow':_0x35f233(0x208),'deleteColumn':_0x35f233(0x1ce),'distributeRows':_0x35f233(0x1c1),'distributeColumns':_0x35f233(0x1d3),'borderAll':_0x35f233(0x1e1),'borderOuter':'外部框線','borderInner':_0x35f233(0x202),'borderNone':_0x35f233(0x1ec)},'colorPreset':{'resetColor':_0x35f233(0x1ea),'white':'白色','gray100':_0x35f233(0x1df),'primary100':_0x35f233(0x1c8),'blue100':_0x35f233(0x200),'green100':_0x35f233(0x1ca),'yellow100':_0x35f233(0x1db),'red100':'紅色\x20100','gray900':'灰色\x20900','gray500':_0x35f233(0x1f5),'red600':_0x35f233(0x1c3),'orange600':_0x35f233(0x1f3),'yellow700':_0x35f233(0x1c6),'green600':_0x35f233(0x1ed),'blue600':_0x35f233(0x1eb),'purple600':_0x35f233(0x1fe)}}};function _0x57ff(){const _0x17d8f5=['所有框線','增大字號','在下方插入列','選取表格','1459215PWucrM','4QBxkHj','表格設計','刪除表格','平均分布','重置顏色','藍色\x20600','無框線','綠色\x20600','左對齊','無法跨合併儲存格移動欄','表格邊框色彩','移至最上層','6686NQzdgx','橙色\x20600','496832iKvWao','灰色\x20500','2293095CgvAVA','標題列','項目符號清單','1024zlAOrr','上邊框','6XezVYi','第一欄','水平對齊','紫色\x20600','垂直置中','藍色\x20100','無邊框','內部框線','內部橫線','插入圖片','表格樣式','文字色彩','在上方插入列','刪除列','減小字號','選取欄','15387432EyNZDy','下移一層','間隔列','文字背景色','全部邊框','底端對齊','儲存格樣式','下邊框','10xnCxKp','11511zIDeZl','平均分布列','表格背景色','紅色\x20600','表格外觀','取消合併儲存格','黃色\x20700','6095166JmaRKV','主色\x20100','插入列','綠色\x20100','插入欄','右對齊','置中對齊','刪除欄','移動多欄','合併儲存格','間隔欄','312FsioNk','平均分布欄','左右對齊','圖片來源','編號清單','exports','上移一層','無顏色','右邊框','黃色\x20100','頁尾列','移動欄','移動多列','灰色\x20100','無法跨合併儲存格移動列'];_0x57ff=function(){return _0x17d8f5;};return _0x57ff();}function _0x4f92(_0x4e7d5e,_0x1b80f6){_0x4e7d5e=_0x4e7d5e-0x1b7;const _0x57ff94=_0x57ff();let _0x4f9283=_0x57ff94[_0x4e7d5e];return _0x4f9283;}module[_0x35f233(0x1d7)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x15c5c0=_0x1f5d;function _0x1f5d(_0x18c753,_0xfc9737){_0x18c753=_0x18c753-0xa3;const _0x329f83=_0x329f();let _0x1f5d29=_0x329f83[_0x18c753];return _0x1f5d29;}(function(_0x4d2f52,_0x204beb){const _0x3158e6=_0x1f5d,_0x308e3e=_0x4d2f52();while(!![]){try{const _0x57dc85=-parseInt(_0x3158e6(0xb0))/0x1+-parseInt(_0x3158e6(0xeb))/0x2+parseInt(_0x3158e6(0xc9))/0x3+parseInt(_0x3158e6(0xb4))/0x4+parseInt(_0x3158e6(0xcb))/0x5*(parseInt(_0x3158e6(0xf2))/0x6)+-parseInt(_0x3158e6(0xe4))/0x7*(parseInt(_0x3158e6(0xbf))/0x8)+-parseInt(_0x3158e6(0xa8))/0x9;if(_0x57dc85===_0x204beb)break;else _0x308e3e['push'](_0x308e3e['shift']());}catch(_0x3b2337){_0x308e3e['push'](_0x308e3e['shift']());}}}(_0x329f,0xe63ee));function _0x329f(){const _0x133a77=['無顏色','移至最上層','置中對齊','表格外觀','內部直線','內部邊框','256646nQAmHB','點劃線','無框線','第一欄','5838456NkvZiV','儲存格樣式','圖片來源','垂直對齊','藍色\x20100','移動列','無法跨合併儲存格移動列','下移一層','浮動工具列','合併儲存格','平均分布欄','7073528hIagTq','選取欄','間隔列','插入列','內部框線','所有框線','右對齊','無邊框','在右側插入欄','紅色\x20100','3462993DOChED','刪除線','3447305vRUGBR','垂直置中','無法跨合併儲存格移動欄','項目符號清單','灰色\x20500','表格設計','灰色\x20900','在上方插入列','底端對齊','橙色\x20600','選取表格','最後一欄','間隔欄','水平對齊','文字色彩','編號清單','透明度','紅色\x20600','移動欄','頂端對齊','移動多列','主色\x20100','平均分布列','表格主題','上移一層','7bPXGlG','刪除欄','在左側插入欄','上邊框','外部框線','內部橫線','紫色\x20600','1151408yUhIBO','全部邊框','邊框粗細','頁尾列','exports','左邊框','版面配置','12nCBnpr','移至最下層','刪除列','選取列','表格樣式','重置顏色','綠色\x20600','下邊框','11999160GfTDkd','左右對齊'];_0x329f=function(){return _0x133a77;};return _0x329f();}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x15c5c0(0xd0),'styles':_0x15c5c0(0xa4),'cellStyle':_0x15c5c0(0xb5),'text':'文字','layout':_0x15c5c0(0xf1),'arrange':'排列','panel':'面板','floatingToolbar':_0x15c5c0(0xbc),'arrangeForward':_0x15c5c0(0xe3),'arrangeBackward':_0x15c5c0(0xbb),'bringToFront':_0x15c5c0(0xab),'sendToBack':_0x15c5c0(0xf3)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':'增大字號','decreaseFontSize':'減小字號','orderedList':_0x15c5c0(0xda),'bulletList':_0x15c5c0(0xce),'textFormat':'文字格式','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x15c5c0(0xca),'textColor':_0x15c5c0(0xd9),'tableBackgroundColor':'表格背景色','textBackgroundColor':'文字背景色','tableBorderColor':'表格邊框色彩','borderWidth':_0x15c5c0(0xed),'borderStyle':'邊框樣式','border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x15c5c0(0xb1),'noBorder':_0x15c5c0(0xc6),'borderPresetAll':_0x15c5c0(0xec),'borderPresetInner':_0x15c5c0(0xaf),'borderPresetOuter':'外側邊框','borderPresetTop':_0x15c5c0(0xe7),'borderPresetBottom':_0x15c5c0(0xa7),'borderPresetLeft':_0x15c5c0(0xf0),'borderPresetRight':'右邊框','borderPresetInnerHorizontal':_0x15c5c0(0xe9),'borderPresetInnerVertical':_0x15c5c0(0xae),'none':'無','horizontalAlign':_0x15c5c0(0xd8),'verticalAlign':_0x15c5c0(0xb7),'alignLeft':'左對齊','alignCenter':_0x15c5c0(0xac),'alignRight':_0x15c5c0(0xc5),'alignJustify':_0x15c5c0(0xa9),'alignTop':_0x15c5c0(0xde),'alignMiddle':_0x15c5c0(0xcc),'alignBottom':_0x15c5c0(0xd3),'mergeCells':_0x15c5c0(0xbd),'unmergeCells':'取消合併儲存格','tableTheme':_0x15c5c0(0xe2),'tableLook':_0x15c5c0(0xad),'headerRow':'標題列','footerRow':_0x15c5c0(0xee),'bandedRows':_0x15c5c0(0xc1),'bandedColumns':_0x15c5c0(0xd7),'firstColumn':_0x15c5c0(0xb3),'lastColumn':_0x15c5c0(0xd6),'bestMatch':'最佳配對','light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x15c5c0(0xaa),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x15c5c0(0xdb),'picture':{'source':_0x15c5c0(0xb6),'insert':'插入圖片'}}},'structuralControls':{'selectRow':_0x15c5c0(0xa3),'selectColumn':_0x15c5c0(0xc0),'selectTable':_0x15c5c0(0xd5),'insertRow':_0x15c5c0(0xc2),'insertColumn':'插入欄','moveRow':_0x15c5c0(0xb9),'moveColumn':_0x15c5c0(0xdd),'moveRows':_0x15c5c0(0xdf),'moveColumns':'移動多欄','cannotMoveMergedRows':_0x15c5c0(0xba),'cannotMoveMergedColumns':_0x15c5c0(0xcd)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':'平均分布','borders':'框線','tableBackgroundColor':'表格背景色','copy':'複製','cut':'剪下','deleteTable':'刪除表格','insertRowAbove':_0x15c5c0(0xd2),'insertRowBelow':'在下方插入列','insertColumnLeft':_0x15c5c0(0xe6),'insertColumnRight':_0x15c5c0(0xc7),'deleteRow':_0x15c5c0(0xf4),'deleteColumn':_0x15c5c0(0xe5),'distributeRows':_0x15c5c0(0xe1),'distributeColumns':_0x15c5c0(0xbe),'borderAll':_0x15c5c0(0xc4),'borderOuter':_0x15c5c0(0xe8),'borderInner':_0x15c5c0(0xc3),'borderNone':_0x15c5c0(0xb2)},'colorPreset':{'resetColor':_0x15c5c0(0xa5),'white':'白色','gray100':'灰色\x20100','primary100':_0x15c5c0(0xe0),'blue100':_0x15c5c0(0xb8),'green100':'綠色\x20100','yellow100':'黃色\x20100','red100':_0x15c5c0(0xc8),'gray900':_0x15c5c0(0xd1),'gray500':_0x15c5c0(0xcf),'red600':_0x15c5c0(0xdc),'orange600':_0x15c5c0(0xd4),'yellow700':'黃色\x20700','green600':_0x15c5c0(0xa6),'blue600':'藍色\x20600','purple600':_0x15c5c0(0xea)}}};module[_0x15c5c0(0xef)]=e;
|