@univerjs-pro/slides-ui 1.0.0-alpha.6 → 1.0.0-alpha.8
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 +27 -56
- 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/insert.operation.d.ts +3 -0
- package/lib/types/commands/operations/shortcut.operation.d.ts +6 -0
- package/lib/types/components/canvas-view/CanvasView.d.ts +38 -2
- package/lib/types/components/insert-ribbon/SlideInsertRibbonComponents.d.ts +8 -0
- package/lib/types/components/presentation/SlidePresentationView.d.ts +3 -0
- package/lib/types/components/slide-footer/SlideFooter.d.ts +5 -0
- package/lib/types/controllers/group-hierarchy.util.d.ts +1 -0
- package/lib/types/controllers/page-size.util.d.ts +27 -0
- package/lib/types/controllers/slide-drawing-transformer-config.util.d.ts +3 -3
- package/lib/types/controllers/slide-render.controller.d.ts +2 -2
- package/lib/types/controllers/slide-shape-adjust.controller.d.ts +1 -1
- package/lib/types/embed-focus-owner.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +9 -0
- package/lib/types/menu/contextmenu.menu.d.ts +1 -1
- package/lib/types/menu/display.menu.d.ts +8 -0
- package/lib/types/menu/insert.menu.d.ts +4 -0
- package/lib/types/render-objects/slide-image-object.d.ts +5 -4
- package/lib/types/render-objects/slide-shape-object.d.ts +7 -0
- package/lib/types/render-objects/slide-table-object.d.ts +1 -1
- package/lib/types/services/slide-canvas-pop-manager.service.d.ts +1 -0
- package/lib/types/services/slide-embed-integration.service.d.ts +2 -0
- package/lib/types/services/slide-insert.service.d.ts +3 -2
- package/lib/types/slide-editor/controllers/slide-text-editing.render-controller.d.ts +3 -1
- package/lib/types/slide-editor/editor-ui/utils/render.d.ts +0 -1
- package/lib/types/slide-editor/utils/editable-text.d.ts +2 -1
- package/lib/types/slide-editor/views/shape-text-editor/index.d.ts +11 -0
- package/lib/types/views/render/adaptor.d.ts +1 -0
- package/lib/types/views/render/adaptors/shape-adaptor.d.ts +5 -1
- 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 +18 -17
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +0 -4
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x2dfe74=_0x5ab4;(function(_0x12273f,_0x51fa76){const _0x12ae3f=_0x5ab4,_0x5dea68=_0x12273f();while(!![]){try{const _0x3582bc=-parseInt(_0x12ae3f(0x17a))/0x1+parseInt(_0x12ae3f(0x1bf))/0x2+parseInt(_0x12ae3f(0x16b))/0x3*(-parseInt(_0x12ae3f(0x1bc))/0x4)+parseInt(_0x12ae3f(0x1ed))/0x5*(-parseInt(_0x12ae3f(0x219))/0x6)+parseInt(_0x12ae3f(0x1be))/0x7+-parseInt(_0x12ae3f(0x142))/0x8*(-parseInt(_0x12ae3f(0x1a9))/0x9)+parseInt(_0x12ae3f(0x18c))/0xa*(parseInt(_0x12ae3f(0x175))/0xb);if(_0x3582bc===_0x51fa76)break;else _0x5dea68['push'](_0x5dea68['shift']());}catch(_0x122561){_0x5dea68['push'](_0x5dea68['shift']());}}}(_0x4f4f,0x28e54));function _0x5ab4(_0x16ccaf,_0xb445cd){_0x16ccaf=_0x16ccaf-0x12e;const _0x4f4f70=_0x4f4f();let _0x5ab4a7=_0x4f4f70[_0x16ccaf];return _0x5ab4a7;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x2dfe74(0x1b7),'changeShape':_0x2dfe74(0x170)},'insertToolbar':{'search':_0x2dfe74(0x1c0),'text':_0x2dfe74(0x1c4),'textHorizontal':_0x2dfe74(0x169),'textVertical':_0x2dfe74(0x14b),'image':_0x2dfe74(0x133),'table':_0x2dfe74(0x1b4),'shape':_0x2dfe74(0x17c),'chart':_0x2dfe74(0x1cf)},'tableSizePicker':{'title':_0x2dfe74(0x1e1),'customSize':_0x2dfe74(0x1b5),'rows':_0x2dfe74(0x144),'columns':_0x2dfe74(0x1d4),'insert':_0x2dfe74(0x216),'apply':_0x2dfe74(0x204)},'searchPanel':{'placeholder':'Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','noQuery':_0x2dfe74(0x180),'empty':_0x2dfe74(0x148),'slidePrefix':'Trang'},'themePicker':{'title':_0x2dfe74(0x1b8),'caption':_0x2dfe74(0x1f4),'tooltip':'Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày'},'editorToolbar':{'fontFamily':_0x2dfe74(0x13d),'fontSize':_0x2dfe74(0x18e),'paragraphType':_0x2dfe74(0x145),'heading1':_0x2dfe74(0x1fa),'increaseFontSize':_0x2dfe74(0x1d3),'decreaseFontSize':'Giảm\x20cỡ\x20chữ','textColor':'Màu\x20chữ','transparentTextColor':_0x2dfe74(0x12f),'textBackgroundColor':_0x2dfe74(0x1df),'bold':'Đậm','italic':'Nghiêng','underline':_0x2dfe74(0x1c8),'strikethrough':_0x2dfe74(0x1dc),'horizontalAlign':'Căn\x20ngang','verticalAlign':'Căn\x20dọc','alignLeft':_0x2dfe74(0x179),'alignCenter':_0x2dfe74(0x205),'alignRight':_0x2dfe74(0x1b3),'alignJustify':_0x2dfe74(0x1c7),'alignTop':'Căn\x20trên','alignMiddle':_0x2dfe74(0x186),'alignBottom':_0x2dfe74(0x1e6)},'quickStyles':{'tooltip':_0x2dfe74(0x1bd),'shapeStyles':_0x2dfe74(0x1a2),'lineStyles':_0x2dfe74(0x18a),'textStyles':_0x2dfe74(0x176),'more':_0x2dfe74(0x173),'groups':{'solid':'Liền\x20nét','dashed':_0x2dfe74(0x13c)},'presets':{'line':{'blackSolid':_0x2dfe74(0x19b),'blueSolid':_0x2dfe74(0x16c),'orangeSolid':'Đường\x20liền\x20mảnh\x20màu\x20cam','graySolid':_0x2dfe74(0x21c),'blueEndArrow':_0x2dfe74(0x151),'greenTwoWayArrow':_0x2dfe74(0x14e),'blackDashed':_0x2dfe74(0x140),'blueDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','grayDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','blueDashedEndArrow':_0x2dfe74(0x1d7),'grayDashedEndArrow':_0x2dfe74(0x155),'greenDashedTwoWayArrow':_0x2dfe74(0x16a)},'text':{'bodyBlack':_0x2dfe74(0x1a6),'titleBlack':'Tiêu\x20đề\x20đen','accentBlue':_0x2dfe74(0x14d),'accentOrange':_0x2dfe74(0x1e3),'noteGray':_0x2dfe74(0x203)}}},'thumbnailBar':{'resizePanel':_0x2dfe74(0x1ab),'addSlide':_0x2dfe74(0x1e2),'contextMenu':{'cut':_0x2dfe74(0x211),'copy':_0x2dfe74(0x1f8),'paste':_0x2dfe74(0x20c),'addBelow':'Thêm\x20trang\x20chiếu\x20bên\x20dưới','delete':_0x2dfe74(0x1d8)},'layoutPicker':{'title':_0x2dfe74(0x21e),'layouts':{'title':_0x2dfe74(0x1ce),'titleAndBody':_0x2dfe74(0x1e7),'sectionHeader':_0x2dfe74(0x208),'twoColumns':'Hai\x20nội\x20dung','comparison':_0x2dfe74(0x16f),'blank':'Trống','titleOnly':_0x2dfe74(0x18d),'pictureWithCaption':_0x2dfe74(0x1cc)}}},'shapePanel':{'title':_0x2dfe74(0x1b7),'shapeStyle':_0x2dfe74(0x1a2),'shapePosition':'Vị\x20trí','openPanel':_0x2dfe74(0x1b2),'deleteShape':_0x2dfe74(0x146),'toolbar':{'alignLeft':_0x2dfe74(0x179),'alignCenter':_0x2dfe74(0x205),'alignRight':_0x2dfe74(0x1b3),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':_0x2dfe74(0x1ea),'italic':_0x2dfe74(0x136),'underline':_0x2dfe74(0x1c8),'strikethrough':_0x2dfe74(0x1dc),'textColor':_0x2dfe74(0x1ae),'textBackgroundColor':_0x2dfe74(0x1df),'fillColor':_0x2dfe74(0x166),'resetColor':_0x2dfe74(0x1da)},'align':{'top':'Căn\x20trên','middle':_0x2dfe74(0x209),'bottom':_0x2dfe74(0x1e6)},'textWrap':{'inline':_0x2dfe74(0x191),'square':_0x2dfe74(0x1fe),'topAndBottom':_0x2dfe74(0x196),'behindText':'Phía\x20sau\x20văn\x20bản','inFrontText':'Phía\x20trước\x20văn\x20bản'},'textBox':{'title':'H?p\x20v?n\x20b?n','textDirection':_0x2dfe74(0x174),'textDirectionHorizontal':'Ngang','textDirectionVertical':'D?c','autoFit':_0x2dfe74(0x132),'autoFitNone':_0x2dfe74(0x21a),'autoFitShrink':'Thu\x20nh?\x20v?n\x20b?n\x20khi\x20tr?n','autoFitResize':_0x2dfe74(0x167),'wrapText':'Ng?t\x20d?ng\x20v?n\x20b?n\x20trong\x20h?nh','padding':_0x2dfe74(0x177),'paddingLeft':_0x2dfe74(0x156),'paddingRight':_0x2dfe74(0x197),'paddingTop':_0x2dfe74(0x182),'paddingBottom':'D??i','columns':_0x2dfe74(0x134),'columnCount':_0x2dfe74(0x1c1),'columnSpacing':_0x2dfe74(0x1ee)},'position':{'title':_0x2dfe74(0x150),'x':'X','y':'Y','width':'Chiều\x20rộng','height':'Chiều\x20cao','rotation':'Xoay'},'style':{'shadow':_0x2dfe74(0x214),'shadowColor':_0x2dfe74(0x201),'shadowBlurRadius':'Làm\x20mờ','shadowDistance':_0x2dfe74(0x1e8),'shadowDirection':_0x2dfe74(0x168),'shadowPresetTitle':_0x2dfe74(0x1c2),'shadowPresetNone':_0x2dfe74(0x15f),'shadowPresetCustom':_0x2dfe74(0x157),'shadowTransparency':'Độ\x20trong\x20suốt','shadowSize':_0x2dfe74(0x213),'shadowPreset':{'shdw6':'Bên\x20ngoài:\x20dưới\x20phải','shdw5':_0x2dfe74(0x147),'shdw2':_0x2dfe74(0x15a),'shdw1':_0x2dfe74(0x192),'shdw14':'Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','shdw10':_0x2dfe74(0x1a1)}},'fill':{'title':_0x2dfe74(0x1e0),'noFill':_0x2dfe74(0x1c3),'solidFill':_0x2dfe74(0x1e4),'gradientFill':_0x2dfe74(0x1b6),'pictureFill':_0x2dfe74(0x185),'color':'Màu','transparency':_0x2dfe74(0x159),'picture':{'source':_0x2dfe74(0x183),'insert':_0x2dfe74(0x15d),'tileAsTexture':_0x2dfe74(0x1d5),'offsetX':'Độ\x20dịch\x20X','offsetY':'Độ\x20dịch\x20Y','scaleX':_0x2dfe74(0x137),'scaleY':_0x2dfe74(0x17f),'alignment':_0x2dfe74(0x1a5),'rotateWithShape':_0x2dfe74(0x1c5),'align':{'tl':_0x2dfe74(0x17b),'t':_0x2dfe74(0x1a0),'tr':_0x2dfe74(0x131),'l':_0x2dfe74(0x135),'ctr':_0x2dfe74(0x19c),'r':_0x2dfe74(0x1cd),'bl':_0x2dfe74(0x15b),'b':_0x2dfe74(0x1e9),'br':'Dưới\x20cùng\x20bên\x20phải'}}},'line':{'title':_0x2dfe74(0x1b0),'noLine':_0x2dfe74(0x1f9),'solidLine':_0x2dfe74(0x198),'color':_0x2dfe74(0x141),'transparency':_0x2dfe74(0x159),'width':_0x2dfe74(0x14a),'cornerRadius':_0x2dfe74(0x206),'beginArrowType':_0x2dfe74(0x194),'beginArrowSize':_0x2dfe74(0x1f3),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0x2dfe74(0x1a7),'dashType':{'title':_0x2dfe74(0x212),'solid':'Liền\x20nét','roundDot':_0x2dfe74(0x190),'squareDot':'Chấm\x20vuông','dash':_0x2dfe74(0x1dc),'dashDot':'Gạch\x20ngang-chấm','longDash':'Gạch\x20ngang\x20dài','longDashDot':_0x2dfe74(0x1ca),'longDashDotDot':_0x2dfe74(0x1d1)},'capType':{'title':_0x2dfe74(0x15e),'flat':_0x2dfe74(0x16d),'round':_0x2dfe74(0x171),'square':_0x2dfe74(0x210)},'joinType':{'title':_0x2dfe74(0x1a8),'miter':_0x2dfe74(0x1fb),'round':_0x2dfe74(0x171),'bevel':'Vát'},'sketchType':{'title':'Kiểu\x20phác\x20thảo','none':_0x2dfe74(0x149),'curved':_0x2dfe74(0x20b),'freehand':_0x2dfe74(0x1f2),'handDrawn':_0x2dfe74(0x20d)},'arrowType':{'none':'Không','arrow':_0x2dfe74(0x217),'openArrow':_0x2dfe74(0x1f7),'stealthArrow':_0x2dfe74(0x193),'diamondArrow':_0x2dfe74(0x18f),'ovalArrow':_0x2dfe74(0x1db)},'arrowSize':{'small':_0x2dfe74(0x1f5),'medium':_0x2dfe74(0x18b),'large':_0x2dfe74(0x195)}}},'objectListPanel':{'title':_0x2dfe74(0x21b),'showAll':_0x2dfe74(0x19f),'hideAll':_0x2dfe74(0x178),'show':_0x2dfe74(0x165),'hide':'Ẩn','moveForward':_0x2dfe74(0x19a),'moveBackward':_0x2dfe74(0x1cb),'nameInput':_0x2dfe74(0x1d9),'empty':_0x2dfe74(0x200),'close':'Đóng','name':_0x2dfe74(0x1f1),'description':_0x2dfe74(0x189),'descriptionPlaceholder':_0x2dfe74(0x1ba),'details':_0x2dfe74(0x1ef),'noSelection':_0x2dfe74(0x1a4)},'backgroundPanel':{'title':_0x2dfe74(0x152),'backgroundGraphics':_0x2dfe74(0x13e),'hideBackgroundGraphics':_0x2dfe74(0x13b),'presentationBackground':_0x2dfe74(0x218),'presentationBackgroundEmpty':'Chưa\x20thiết\x20lập','presentationBackgroundImages':_0x2dfe74(0x16e),'setPresentationBackground':_0x2dfe74(0x138),'clearPresentationBackground':'Xóa','none':_0x2dfe74(0x202),'solid':'Tô\x20màu\x20đơn\x20sắc','gradient':'Tô\x20màu\x20chuyển\x20sắc','image':'Tô\x20màu\x20hình\x20ảnh','pattern':_0x2dfe74(0x188),'color':_0x2dfe74(0x141),'transparency':_0x2dfe74(0x159),'imageSource':_0x2dfe74(0x1ad),'insertImage':'Tệp...','fit':'Vừa\x20khung','fitOptions':{'cover':_0x2dfe74(0x1f0),'contain':_0x2dfe74(0x1fd),'stretch':_0x2dfe74(0x17d),'repeat':'Lặp\x20lại'},'patternHint':'Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','applyToAll':_0x2dfe74(0x1ec),'resetBackground':_0x2dfe74(0x181)},'transitionPanel':{'title':'Chuyển\x20tiếp','effect':_0x2dfe74(0x139),'direction':_0x2dfe74(0x172),'duration':_0x2dfe74(0x161),'preview':_0x2dfe74(0x187),'applyToAll':'Áp\x20dụng\x20cho\x20tất\x20cả','effects':{'none':_0x2dfe74(0x149),'fade':_0x2dfe74(0x1a3),'push':_0x2dfe74(0x19e),'wipe':_0x2dfe74(0x1dd),'split':'Chia\x20đôi','reveal':_0x2dfe74(0x21d),'cut':'Cắt','uncover':_0x2dfe74(0x13a),'cover':_0x2dfe74(0x163),'zoom':_0x2dfe74(0x154)},'directions':{'left':_0x2dfe74(0x13f),'right':_0x2dfe74(0x162),'up':_0x2dfe74(0x184),'down':_0x2dfe74(0x20f)}},'contextmenu':{'addPage':_0x2dfe74(0x15c),'backgroundPanel':_0x2dfe74(0x152),'transitionPanel':_0x2dfe74(0x158),'speakerNotes':_0x2dfe74(0x1ac),'ruler':_0x2dfe74(0x215),'shapePanel':_0x2dfe74(0x1b7),'flipHorizontal':_0x2dfe74(0x1b9),'flipVertical':_0x2dfe74(0x1f6),'group':_0x2dfe74(0x199),'ungroup':_0x2dfe74(0x1eb)},'presentation':{'play':_0x2dfe74(0x21f),'playFromBeginning':_0x2dfe74(0x1fc),'playFromCurrent':'Phát\x20từ\x20trang\x20hiện\x20tại','playDualScreen':'Trình\x20bày\x20màn\x20hình\x20kép','playDualScreenFromBeginning':'Màn\x20hình\x20kép\x20từ\x20đầu','playDualScreenFromCurrent':_0x2dfe74(0x1aa),'dualScreenUnavailable':_0x2dfe74(0x1af),'fullscreenPrompt':_0x2dfe74(0x20a),'presentationEnded':'Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','previous':_0x2dfe74(0x19d),'next':'Tiếp','exit':_0x2dfe74(0x130),'slideProgress':'Trang\x20{current}\x20/\x20{total}','speakerNotes':_0x2dfe74(0x1ac),'speakerNotesPlaceholder':'Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','speakerNotesEmpty':_0x2dfe74(0x1bb),'speakerNotesSave':_0x2dfe74(0x14c),'speakerNotesCancel':_0x2dfe74(0x160)},'slide':{'placeholder':{'text':{'title':_0x2dfe74(0x1d6),'subtitle':_0x2dfe74(0x1c6),'body':_0x2dfe74(0x153),'text':_0x2dfe74(0x153),'header':'Trình\x20giữ\x20chỗ\x20tiêu\x20đề','footer':'Trình\x20giữ\x20chỗ\x20chân\x20trang','date':'Trình\x20giữ\x20chỗ\x20ngày\x20tháng','slideNumber':_0x2dfe74(0x1e5)},'icon':{'image':'Hình\x20ảnh','table':'Bảng','chart':_0x2dfe74(0x1cf),'diagram':_0x2dfe74(0x1d0),'media':_0x2dfe74(0x207)}}},'image-panel':{'arrange':{'title':_0x2dfe74(0x1b1),'forward':_0x2dfe74(0x1c9),'backward':_0x2dfe74(0x1ff),'front':_0x2dfe74(0x20e),'back':'Đưa\x20xuống\x20cuối'},'transform':{'title':_0x2dfe74(0x12e),'rotate':'Xoay\x20(°)','x':_0x2dfe74(0x164),'y':_0x2dfe74(0x14f),'width':_0x2dfe74(0x17e),'height':'Chiều\x20cao\x20(px)','lock':_0x2dfe74(0x1d2)},'crop':{'title':'Cắt','start':_0x2dfe74(0x1de),'mode':_0x2dfe74(0x1f2),'shape':_0x2dfe74(0x143)}}}};export{e as default};function _0x4f4f(){const _0x144a8=['Nhập\x20để\x20tìm\x20kiếm\x20tên\x20trang\x20trình\x20bày,\x20văn\x20bản\x20và\x20tên\x20đối\x20tượng.','Đặt\x20lại\x20nền','Tr?n','Nguồn\x20hình\x20ảnh','Từ\x20trên','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Căn\x20giữa\x20dọc','Xem\x20trước','Tô\x20màu\x20hoa\x20văn','Mô\x20tả','Kiểu\x20đường\x20kẻ','Vừa','107750aBLopW','Chỉ\x20tiêu\x20đề','Cỡ\x20chữ','Mũi\x20tên\x20hình\x20thoi','Chấm\x20tròn','Cùng\x20dòng\x20với\x20văn\x20bản','Bên\x20ngoài:\x20trên\x20trái','Mũi\x20tên\x20tàng\x20hình','Kiểu\x20mũi\x20tên\x20đầu','Lớn','Trên\x20và\x20dưới','Ph?i','Đường\x20liền\x20nét','Nhóm','Đưa\x20ra\x20trước','Đường\x20liền\x20mảnh\x20màu\x20đen','Chính\x20giữa','Trước','Đẩy','Hiển\x20thị\x20tất\x20cả','Trên\x20cùng','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Kiểu\x20hình\x20dạng','Mờ\x20dần','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Căn\x20chỉnh','Nội\x20dung\x20đen','Kích\x20thước\x20mũi\x20tên\x20cuối','Kiểu\x20nối','28908VZbnIV','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','Ghi\x20chú\x20người\x20trình\x20bày','Chèn\x20hình\x20ảnh\x20từ','Màu\x20chữ','Không\x20thể\x20bắt\x20đầu\x20trình\x20bày\x20màn\x20hình\x20kép.\x20Hãy\x20cho\x20phép\x20quyền\x20quản\x20lý\x20cửa\x20sổ\x20và\x20kết\x20nối\x20màn\x20hình\x20mở\x20rộng,\x20rồi\x20thử\x20lại.','Đường\x20kẻ','Sắp\x20xếp','Mở\x20bảng\x20hình\x20dạng','Căn\x20phải','Bảng','Kích\x20thước\x20tùy\x20chỉnh','Tô\x20màu\x20gradient','Định\x20dạng\x20hình\x20dạng','Chủ\x20đề','Lật\x20ngang','Thêm\x20mô\x20tả','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','92HjRbeZ','Kiểu\x20nhanh','1166459gYuueG','33570SEMKDP','Tìm\x20kiếm','S?\x20l??ng','Cài\x20sẵn','Không\x20tô','Hộp\x20văn\x20bản','Xoay\x20theo\x20hình\x20dạng','Nhấp\x20để\x20thêm\x20phụ\x20đề','Căn\x20đều','Gạch\x20chân','Đưa\x20lên\x20trước','Gạch\x20ngang\x20dài-chấm','Đưa\x20ra\x20sau','Hình\x20ảnh\x20có\x20chú\x20thích','Bên\x20phải','Trang\x20tiêu\x20đề','Biểu\x20đồ','Sơ\x20đồ','Gạch\x20ngang\x20dài-chấm-chấm','Khóa\x20tỷ\x20lệ','Tăng\x20cỡ\x20chữ','Cột','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Xóa','Tên\x20đối\x20tượng','Đặt\x20lại\x20màu','Mũi\x20tên\x20hình\x20bầu\x20dục','Gạch\x20ngang','Quét','Bắt\x20đầu\x20cắt','Màu\x20nền\x20chữ','Tô\x20màu','Kích\x20thước\x20bảng','+\x20Thêm\x20trang','Nhấn\x20mạnh\x20cam','Tô\x20màu\x20đặc','Trình\x20giữ\x20chỗ\x20số\x20trang','Căn\x20dưới','Tiêu\x20đề\x20và\x20nội\x20dung','Khoảng\x20cách','Dưới\x20cùng','In\x20đậm','Bỏ\x20nhóm','Áp\x20dụng\x20cho\x20tất\x20cả','50990lSMTYg','Kho?ng\x20c?ch','Chi\x20tiết','Lấp\x20đầy','Tên','Tự\x20do','Kích\x20thước\x20mũi\x20tên\x20đầu','Mặc\x20định\x20hình\x20dạng','Nhỏ','Lật\x20dọc','Mũi\x20tên\x20mở','Sao\x20chép','Không\x20đường\x20kẻ','Tiêu\x20đề\x201','Góc\x20nhọn','Phát\x20từ\x20đầu','Vừa\x20khung','Hình\x20vuông','Đưa\x20xuống\x20sau','Không\x20có\x20đối\x20tượng','Màu\x20bóng','Không\x20tô\x20màu','Ghi\x20chú\x20xám','Áp\x20dụng','Căn\x20giữa','Bán\x20kính\x20góc','Đa\x20phương\x20tiện','Tiêu\x20đề\x20phần','Căn\x20giữa\x20theo\x20chiều\x20dọc','Nhấp\x20để\x20toàn\x20màn\x20hình','Cong','Dán','Vẽ\x20tay','Đưa\x20lên\x20đầu','Từ\x20dưới','Vuông','Cắt','Kiểu\x20đứt\x20nét','Kích\x20thước','Bóng','Thước','Chèn','Mũi\x20tên','Nền\x20bản\x20trình\x20bày','42hHiGTk','Kh?ng\x20t?\x20??ng\x20v?a','Danh\x20sách\x20đối\x20tượng','Đường\x20liền\x20mảnh\x20màu\x20xám','Lộ\x20ra','Chọn\x20bố\x20cục','Phát','Biến\x20đổi','Màu\x20chữ\x20trong\x20suốt','Thoát','Trên\x20cùng\x20bên\x20phải','T?\x20??ng\x20v?a','Hình\x20ảnh','C?t','Bên\x20trái','In\x20nghiêng','Tỷ\x20lệ\x20X','Đặt\x20nền','Hiệu\x20ứng','Bỏ\x20che','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Đứt\x20nét','Phông\x20chữ','Đồ\x20họa\x20nền','Từ\x20trái','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','Màu','320WODgMJ','Cắt\x20theo\x20hình\x20dạng','Hàng','Kiểu\x20đoạn\x20văn','Xóa\x20hình\x20dạng','Bên\x20ngoài:\x20dưới\x20trái','Không\x20tìm\x20thấy\x20kết\x20quả.','Không','Chiều\x20rộng','Hộp\x20văn\x20bản\x20dọc','Lưu','Nhấn\x20mạnh\x20xanh\x20dương','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Y\x20(px)','Vị\x20trí\x20và\x20kích\x20thước','Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Định\x20dạng\x20nền','Nhấp\x20để\x20thêm\x20văn\x20bản','Thu\x20phóng','Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','Tr?i','Tùy\x20chỉnh','Chuyển\x20tiếp','Độ\x20trong\x20suốt','Bên\x20ngoài:\x20trên\x20phải','Dưới\x20cùng\x20bên\x20trái','Trang\x20trình\x20bày\x20mới','Chèn\x20hình\x20ảnh','Kiểu\x20đầu\x20đường','Không\x20có\x20bóng','Hủy','Thời\x20lượng','Từ\x20phải','Che\x20phủ','X\x20(px)','Hiển\x20thị','Màu\x20nền\x20văn\x20bản','??i\x20k?ch\x20th??c\x20h?nh\x20??\x20v?a\x20v?n\x20b?n','Góc','Hộp\x20văn\x20bản\x20ngang','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','17361OEDQxA','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Phẳng','hình\x20ảnh','So\x20sánh','Thay\x20đổi\x20hình\x20dạng','Tròn','Hướng','Thêm\x20kiểu','H??ng\x20v?n\x20b?n','220wHNtQA','Kiểu\x20văn\x20bản','L?\x20trong','Ẩn\x20tất\x20cả','Căn\x20trái','155407xZeoio','Trên\x20cùng\x20bên\x20trái','Hình\x20dạng','Kéo\x20giãn','Chiều\x20rộng\x20(px)','Tỷ\x20lệ\x20Y'];_0x4f4f=function(){return _0x144a8;};return _0x4f4f();}
|
|
1
|
+
function _0x1dc4(){const _0x54a19c=['Tô\x20màu\x20chuyển\x20sắc','Căn\x20giữa\x20theo\x20chiều\x20dọc','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','Tìm\x20kiếm','Bên\x20phải','Gạch\x20ngang\x20dài-chấm-chấm','Đứt\x20nét','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Xem\x20trước','65684bitmOn','Nhập\x20để\x20tìm\x20kiếm\x20tên\x20trang\x20trình\x20bày,\x20văn\x20bản\x20và\x20tên\x20đối\x20tượng.','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Định\x20dạng\x20hình\x20dạng','Mô\x20tả','Lật\x20ngang','Chính\x20giữa','In\x20nghiêng','Kiểu\x20văn\x20bản','Góc','Kiểu\x20đầu\x20đường','Kích\x20thước\x20mũi\x20tên\x20đầu','Kích\x20thước\x20mũi\x20tên\x20cuối','Hiển\x20thị','Làm\x20mờ','Tiêu\x20chuẩn\x20(4:3)','Thay\x20đổi\x20hình\x20dạng','Căn\x20trên','Nhấn\x20mạnh\x20cam','Vị\x20trí\x20và\x20kích\x20thước','Lật\x20dọc','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Tiêu\x20đề\x201','Kiểu\x20đứt\x20nét','Đậm','Bắt\x20đầu\x20cắt','Chèn\x20hình\x20ảnh\x20từ','Xoay\x20(°)','Đường\x20liền\x20mảnh\x20màu\x20xám','Phông\x20chữ','Gạch\x20chân','Trang\x20{current}\x20/\x20{total}','Chèn\x20hình\x20ảnh','Nhấp\x20để\x20thêm\x20phụ\x20đề','So\x20sánh','Tăng\x20cỡ\x20chữ','Kích\x20thước','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Trình\x20giữ\x20chỗ\x20chân\x20trang','Trang\x20tiêu\x20đề','Biến\x20đổi','Không\x20tô','Thu\x20nh?\x20v?n\x20b?n\x20khi\x20tr?n','Nhấp\x20để\x20toàn\x20màn\x20hình','Kích\x20thước\x20bảng','Độ\x20dịch\x20Y','Màu\x20chữ','Tên\x20đối\x20tượng','Căn\x20giữa\x20dọc','Dán','Hiển\x20thị\x20tất\x20cả','Đường\x20kẻ','Tô\x20màu\x20gradient','Dưới\x20cùng\x20bên\x20trái','39MSDaHF','Y\x20(px)','Cong','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Căn\x20trái','Kiểu\x20mũi\x20tên\x20đầu','3246NLqkNn','Biểu\x20tượng\x20cảm\x20xúc','Lấp\x20đầy','Định\x20dạng\x20nền','Sao\x20chép','D?c','Bán\x20kính\x20góc','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Đường\x20liền\x20nét','4673268DPHsle','Màu\x20nền\x20văn\x20bản','Chiều\x20cao\x20(px)','Màu\x20bóng','+\x20Thêm\x20trang','Vừa','Không\x20đường\x20kẻ','Hộp\x20văn\x20bản','Nghiêng','Tô\x20màu\x20hình\x20ảnh','Nguồn\x20hình\x20ảnh','Bảng','Căn\x20dưới','Bên\x20ngoài:\x20dưới\x20phải','Không\x20tìm\x20thấy\x20kết\x20quả.','Chuyển\x20tiếp','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Toàn\x20màn\x20hình','Trống','Chỉ\x20tiêu\x20đề','Mở\x20bảng\x20hình\x20dạng','Phẳng','Nội\x20dung\x20đen','Cài\x20sẵn','Không\x20có\x20bóng','7575zHwXke','Đưa\x20xuống\x20sau','Vị\x20trí','Kéo\x20giãn','Hiệu\x20ứng','15132SPyZyp','Gạch\x20ngang\x20dài-chấm','Tự\x20do','14EjEVmM','Ghi\x20chú\x20người\x20trình\x20bày','Hai\x20nội\x20dung','Kho?ng\x20c?ch','Tiêu\x20đề\x20và\x20nội\x20dung','Căn\x20phải','Xóa','Nhấp\x20để\x20thêm\x20văn\x20bản','Bỏ\x20nhóm','Cỡ\x20chữ','Trên\x20và\x20dưới','L?\x20trong','Kiểu\x20đoạn\x20văn','Xóa\x20hình\x20dạng','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','H??ng\x20v?n\x20b?n','Đặt\x20nền','Phát\x20từ\x20trang\x20hiện\x20tại','Chấm\x20tròn','974500LgEBhj','Mũi\x20tên\x20mở','Phát','Phía\x20sau\x20văn\x20bản','D??i','Kích\x20thước\x20trang\x20chiếu','Trình\x20giữ\x20chỗ\x20tiêu\x20đề','Đưa\x20ra\x20trước','Căn\x20ngang','Từ\x20phải','Chọn\x20bố\x20cục','Căn\x20đều','Kiểu\x20phác\x20thảo','C?t','Vuông','Thước','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Trình\x20giữ\x20chỗ\x20số\x20trang','1323368fHCTzJ','Không\x20thể\x20bắt\x20đầu\x20trình\x20bày\x20màn\x20hình\x20kép.\x20Hãy\x20cho\x20phép\x20quyền\x20quản\x20lý\x20cửa\x20sổ\x20và\x20kết\x20nối\x20màn\x20hình\x20mở\x20rộng,\x20rồi\x20thử\x20lại.','Kiểu\x20đường\x20kẻ','Độ\x20trong\x20suốt','Gạch\x20ngang\x20dài','Căn\x20giữa','X\x20(px)','Từ\x20trên','Ghi\x20chú\x20xám','Độ\x20dịch\x20X','Chủ\x20đề','Đưa\x20lên\x20trước','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Tô\x20màu\x20đơn\x20sắc','Vát','Ngang','hình\x20ảnh','Trên\x20cùng','T?\x20??ng\x20v?a','Đường\x20liền\x20mảnh\x20màu\x20cam','Bóng','Trên\x20cùng\x20bên\x20trái','Kh?ng\x20t?\x20??ng\x20v?a','2ZGoCge','Góc\x20nhọn','Kích\x20thước\x20tùy\x20chỉnh','Hướng','Mặc\x20định\x20hình\x20dạng','Tô\x20màu','Cột','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','Nền\x20bản\x20trình\x20bày','Đặt\x20lại\x20nền','Tên','Hộp\x20văn\x20bản\x20dọc','Đẩy','Biểu\x20đồ','Đưa\x20ra\x20sau','Lưu','Bên\x20ngoài:\x20trên\x20phải','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','349080YpqsJu','Nhóm','Tô\x20màu\x20hoa\x20văn','??i\x20k?ch\x20th??c\x20h?nh\x20??\x20v?a\x20v?n\x20b?n','Thời\x20lượng','Từ\x20dưới','Xoay\x20theo\x20hình\x20dạng','Cắt\x20theo\x20hình\x20dạng','Cắt','Cùng\x20dòng\x20với\x20văn\x20bản','Lặp\x20lại','Thoát','Hàng','Hình\x20dạng','Chiều\x20cao','Che\x20phủ','Tr?n','Mũi\x20tên\x20hình\x20thoi','Màn\x20hình\x20rộng\x20(16:9)','Thêm\x20mô\x20tả','Sắp\x20xếp','Vẽ\x20tay','Ký\x20hiệu','Chi\x20tiết','Phía\x20trước\x20văn\x20bản','Căn\x20dọc','Không\x20tô\x20màu','Áp\x20dụng\x20cho\x20tất\x20cả','Quét','Hình\x20ảnh','Tệp...','Chiều\x20rộng','Đặt\x20lại\x20màu','Lộ\x20ra','Hộp\x20văn\x20bản\x20ngang','Tiêu\x20đề\x20phần','Màu\x20nền\x20chữ','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','Đưa\x20xuống\x20cuối','Gạch\x20ngang-chấm','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Xoay','Mũi\x20tên','Tiêu\x20đề\x20đen','Gạch\x20ngang','Liền\x20nét','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Sơ\x20đồ','Dưới\x20cùng\x20bên\x20phải','Khóa\x20tỷ\x20lệ','Kiểu\x20nối','Tỷ\x20lệ\x20X','Màu','Tùy\x20chỉnh','Không','Trình\x20bày\x20màn\x20hình\x20kép','Trang\x20trình\x20bày\x20mới','Tròn','Bên\x20trái','Danh\x20sách\x20đối\x20tượng','Vừa\x20khung','Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','Bên\x20ngoài:\x20trên\x20trái','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','S?\x20l??ng','9493OefpoY','Thu\x20phóng','Đường\x20liền\x20mảnh\x20màu\x20đen','Ng?t\x20d?ng\x20v?n\x20b?n\x20trong\x20h?nh','Nhấn\x20mạnh\x20xanh\x20dương'];_0x1dc4=function(){return _0x54a19c;};return _0x1dc4();}function _0x3a3a(_0x200a2c,_0x5df98b){_0x200a2c=_0x200a2c-0xd6;const _0x1dc446=_0x1dc4();let _0x3a3a47=_0x1dc446[_0x200a2c];return _0x3a3a47;}const _0x53502f=_0x3a3a;(function(_0x19eb73,_0x371d2f){const _0x4a574b=_0x3a3a,_0x3768bc=_0x19eb73();while(!![]){try{const _0x35ae50=parseInt(_0x4a574b(0x1ce))/0x1*(-parseInt(_0x4a574b(0xdb))/0x2)+parseInt(_0x4a574b(0x162))/0x3*(-parseInt(_0x4a574b(0x12c))/0x4)+parseInt(_0x4a574b(0x18a))/0x5*(-parseInt(_0x4a574b(0x168))/0x6)+-parseInt(_0x4a574b(0x192))/0x7*(-parseInt(_0x4a574b(0x1b7))/0x8)+parseInt(_0x4a574b(0x171))/0x9+-parseInt(_0x4a574b(0x1a5))/0xa+parseInt(_0x4a574b(0x11e))/0xb*(parseInt(_0x4a574b(0x18f))/0xc);if(_0x35ae50===_0x371d2f)break;else _0x3768bc['push'](_0x3768bc['shift']());}catch(_0x21e28a){_0x3768bc['push'](_0x3768bc['shift']());}}}(_0x1dc4,0x6ffdf));const e={'slides-ui':{'ribbon':{'shapeFormat':'Định\x20dạng\x20hình\x20dạng','changeShape':_0x53502f(0x13c)},'insertToolbar':{'search':_0x53502f(0x126),'text':_0x53502f(0x178),'textHorizontal':_0x53502f(0xfd),'textVertical':_0x53502f(0x1d9),'image':_0x53502f(0xf8),'table':_0x53502f(0x17c),'shape':_0x53502f(0xe8),'chart':_0x53502f(0x1db),'symbol':_0x53502f(0xf1),'emoji':_0x53502f(0x169)},'tableSizePicker':{'title':_0x53502f(0x158),'customSize':_0x53502f(0x1d0),'rows':_0x53502f(0xe7),'columns':_0x53502f(0x1d4),'insert':'Chèn','apply':'Áp\x20dụng'},'searchPanel':{'placeholder':'Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','noQuery':_0x53502f(0x12d),'empty':_0x53502f(0x17f),'slidePrefix':'Trang'},'themePicker':{'title':_0x53502f(0x1c1),'caption':_0x53502f(0x1d2),'tooltip':_0x53502f(0x100)},'display':{'slideSize':_0x53502f(0x1aa),'widescreen':_0x53502f(0xed),'standard':_0x53502f(0x13b),'fullscreen':_0x53502f(0x182)},'editorToolbar':{'fontFamily':_0x53502f(0x149),'fontSize':_0x53502f(0x19b),'paragraphType':_0x53502f(0x19e),'heading1':_0x53502f(0x142),'increaseFontSize':_0x53502f(0x14f),'decreaseFontSize':'Giảm\x20cỡ\x20chữ','textColor':_0x53502f(0x15a),'transparentTextColor':'Màu\x20chữ\x20trong\x20suốt','textBackgroundColor':'Màu\x20nền\x20chữ','bold':_0x53502f(0x144),'italic':_0x53502f(0x179),'underline':_0x53502f(0x14a),'strikethrough':_0x53502f(0x107),'horizontalAlign':_0x53502f(0x1ad),'verticalAlign':_0x53502f(0xf4),'alignLeft':_0x53502f(0x166),'alignCenter':_0x53502f(0x1bc),'alignRight':_0x53502f(0x197),'alignJustify':_0x53502f(0x1b0),'alignTop':'Căn\x20trên','alignMiddle':_0x53502f(0x15c),'alignBottom':_0x53502f(0x17d)},'quickStyles':{'tooltip':'Kiểu\x20nhanh','shapeStyles':'Kiểu\x20hình\x20dạng','lineStyles':_0x53502f(0x1b9),'textStyles':_0x53502f(0x134),'more':'Thêm\x20kiểu','groups':{'solid':'Liền\x20nét','dashed':_0x53502f(0x129)},'presets':{'line':{'blackSolid':_0x53502f(0x120),'blueSolid':_0x53502f(0x141),'orangeSolid':_0x53502f(0x1ca),'graySolid':_0x53502f(0x148),'blueEndArrow':'Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','greenTwoWayArrow':_0x53502f(0x103),'blackDashed':_0x53502f(0x1d5),'blueDashed':_0x53502f(0x125),'grayDashed':_0x53502f(0x16f),'blueDashedEndArrow':_0x53502f(0x11b),'grayDashedEndArrow':_0x53502f(0xda),'greenDashedTwoWayArrow':_0x53502f(0x1a0)},'text':{'bodyBlack':_0x53502f(0x187),'titleBlack':_0x53502f(0x106),'accentBlue':_0x53502f(0x122),'accentOrange':_0x53502f(0x13e),'noteGray':_0x53502f(0x1bf)}}},'thumbnailBar':{'resizePanel':'Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','addSlide':_0x53502f(0x175),'contextMenu':{'cut':_0x53502f(0xe3),'copy':_0x53502f(0x16c),'paste':_0x53502f(0x15d),'addBelow':_0x53502f(0x151),'delete':'Xóa'},'layoutPicker':{'title':_0x53502f(0x1af),'layouts':{'title':_0x53502f(0x153),'titleAndBody':_0x53502f(0x196),'sectionHeader':_0x53502f(0xfe),'twoColumns':_0x53502f(0x194),'comparison':_0x53502f(0x14e),'blank':_0x53502f(0x183),'titleOnly':_0x53502f(0x184),'pictureWithCaption':'Hình\x20ảnh\x20có\x20chú\x20thích'}}},'shapePanel':{'title':'Định\x20dạng\x20hình\x20dạng','shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x53502f(0x18c),'openPanel':_0x53502f(0x185),'deleteShape':_0x53502f(0x19f),'toolbar':{'alignLeft':_0x53502f(0x166),'alignCenter':_0x53502f(0x1bc),'alignRight':'Căn\x20phải','alignJustify':'Căn\x20đều\x20hai\x20bên','bold':'In\x20đậm','italic':_0x53502f(0x133),'underline':_0x53502f(0x14a),'strikethrough':'Gạch\x20ngang','textColor':'Màu\x20chữ','textBackgroundColor':_0x53502f(0xff),'fillColor':_0x53502f(0x172),'resetColor':_0x53502f(0xfb)},'align':{'top':_0x53502f(0x13d),'middle':_0x53502f(0x124),'bottom':_0x53502f(0x17d)},'textWrap':{'inline':_0x53502f(0xe4),'square':'Hình\x20vuông','topAndBottom':_0x53502f(0x19c),'behindText':_0x53502f(0x1a8),'inFrontText':_0x53502f(0xf3)},'textBox':{'title':'H?p\x20v?n\x20b?n','textDirection':_0x53502f(0x1a1),'textDirectionHorizontal':_0x53502f(0x1c6),'textDirectionVertical':_0x53502f(0x16d),'autoFit':_0x53502f(0x1c9),'autoFitNone':_0x53502f(0x1cd),'autoFitShrink':_0x53502f(0x156),'autoFitResize':_0x53502f(0xde),'wrapText':_0x53502f(0x121),'padding':_0x53502f(0x19d),'paddingLeft':'Tr?i','paddingRight':'Ph?i','paddingTop':_0x53502f(0xeb),'paddingBottom':_0x53502f(0x1a9),'columns':_0x53502f(0x1b2),'columnCount':_0x53502f(0x11d),'columnSpacing':_0x53502f(0x195)},'position':{'title':_0x53502f(0x13f),'x':'X','y':'Y','width':_0x53502f(0xfa),'height':_0x53502f(0xe9),'rotation':_0x53502f(0x104)},'style':{'shadow':_0x53502f(0x1cb),'shadowColor':_0x53502f(0x174),'shadowBlurRadius':_0x53502f(0x13a),'shadowDistance':'Khoảng\x20cách','shadowDirection':_0x53502f(0x135),'shadowPresetTitle':_0x53502f(0x188),'shadowPresetNone':_0x53502f(0x189),'shadowPresetCustom':_0x53502f(0x111),'shadowTransparency':_0x53502f(0x1ba),'shadowSize':_0x53502f(0x150),'shadowPreset':{'shdw6':_0x53502f(0x17e),'shdw5':'Bên\x20ngoài:\x20dưới\x20trái','shdw2':_0x53502f(0xd8),'shdw1':_0x53502f(0x11a),'shdw14':_0x53502f(0x12e),'shdw10':_0x53502f(0x10a)}},'fill':{'title':_0x53502f(0x1d3),'noFill':_0x53502f(0x155),'solidFill':'Tô\x20màu\x20đặc','gradientFill':_0x53502f(0x160),'pictureFill':_0x53502f(0x165),'color':_0x53502f(0x110),'transparency':_0x53502f(0x1ba),'picture':{'source':_0x53502f(0x17b),'insert':_0x53502f(0x14c),'tileAsTexture':_0x53502f(0x11c),'offsetX':_0x53502f(0x1c0),'offsetY':_0x53502f(0x159),'scaleX':_0x53502f(0x10f),'scaleY':'Tỷ\x20lệ\x20Y','alignment':'Căn\x20chỉnh','rotateWithShape':_0x53502f(0xe1),'align':{'tl':_0x53502f(0x1cc),'t':_0x53502f(0x1c8),'tr':'Trên\x20cùng\x20bên\x20phải','l':_0x53502f(0x116),'ctr':_0x53502f(0x132),'r':_0x53502f(0x127),'bl':_0x53502f(0x161),'b':'Dưới\x20cùng','br':_0x53502f(0x10c)}}},'line':{'title':_0x53502f(0x15f),'noLine':_0x53502f(0x177),'solidLine':_0x53502f(0x170),'color':_0x53502f(0x110),'transparency':_0x53502f(0x1ba),'width':_0x53502f(0xfa),'cornerRadius':_0x53502f(0x16e),'beginArrowType':_0x53502f(0x167),'beginArrowSize':_0x53502f(0x137),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0x53502f(0x138),'dashType':{'title':_0x53502f(0x143),'solid':_0x53502f(0x108),'roundDot':_0x53502f(0x1a4),'squareDot':'Chấm\x20vuông','dash':_0x53502f(0x107),'dashDot':_0x53502f(0x102),'longDash':_0x53502f(0x1bb),'longDashDot':_0x53502f(0x190),'longDashDotDot':_0x53502f(0x128)},'capType':{'title':_0x53502f(0x136),'flat':_0x53502f(0x186),'round':'Tròn','square':_0x53502f(0x1b3)},'joinType':{'title':_0x53502f(0x10e),'miter':_0x53502f(0x1cf),'round':_0x53502f(0x115),'bevel':_0x53502f(0x1c5)},'sketchType':{'title':_0x53502f(0x1b1),'none':'Không','curved':_0x53502f(0x164),'freehand':_0x53502f(0x191),'handDrawn':_0x53502f(0xf0)},'arrowType':{'none':_0x53502f(0x112),'arrow':_0x53502f(0x105),'openArrow':_0x53502f(0x1a6),'stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':_0x53502f(0xec),'ovalArrow':'Mũi\x20tên\x20hình\x20bầu\x20dục'},'arrowSize':{'small':'Nhỏ','medium':_0x53502f(0x176),'large':'Lớn'}}},'objectListPanel':{'title':_0x53502f(0x117),'open':'Mở\x20bảng\x20điều\x20khiển\x20lớp','showAll':_0x53502f(0x15e),'hideAll':'Ẩn\x20tất\x20cả','show':_0x53502f(0x139),'hide':'Ẩn','moveForward':_0x53502f(0x1ac),'moveBackward':_0x53502f(0xd6),'nameInput':_0x53502f(0x15b),'empty':'Không\x20có\x20đối\x20tượng','close':'Đóng','name':_0x53502f(0x1d8),'description':_0x53502f(0x130),'descriptionPlaceholder':_0x53502f(0xee),'details':_0x53502f(0xf2),'noSelection':_0x53502f(0xd9)},'backgroundPanel':{'title':_0x53502f(0x16b),'backgroundGraphics':'Đồ\x20họa\x20nền','hideBackgroundGraphics':_0x53502f(0x1b5),'presentationBackground':_0x53502f(0x1d6),'presentationBackgroundEmpty':'Chưa\x20thiết\x20lập','presentationBackgroundImages':_0x53502f(0x1c7),'setPresentationBackground':_0x53502f(0x1a2),'clearPresentationBackground':_0x53502f(0x198),'none':_0x53502f(0xf5),'solid':_0x53502f(0x1c4),'gradient':_0x53502f(0x123),'image':_0x53502f(0x17a),'pattern':_0x53502f(0xdd),'color':_0x53502f(0x110),'transparency':_0x53502f(0x1ba),'imageSource':_0x53502f(0x146),'insertImage':_0x53502f(0xf9),'fit':'Vừa\x20khung','fitOptions':{'cover':_0x53502f(0x16a),'contain':_0x53502f(0x118),'stretch':_0x53502f(0x18d),'repeat':_0x53502f(0xe5)},'patternHint':_0x53502f(0x119),'applyToAll':_0x53502f(0xf6),'resetBackground':_0x53502f(0x1d7)},'transitionPanel':{'title':_0x53502f(0x180),'effect':_0x53502f(0x18e),'direction':_0x53502f(0x1d1),'duration':_0x53502f(0xdf),'preview':_0x53502f(0x12b),'applyToAll':_0x53502f(0xf6),'effects':{'none':_0x53502f(0x112),'fade':'Mờ\x20dần','push':_0x53502f(0x1da),'wipe':_0x53502f(0xf7),'split':'Chia\x20đôi','reveal':_0x53502f(0xfc),'cut':_0x53502f(0xe3),'uncover':'Bỏ\x20che','cover':_0x53502f(0xea),'zoom':_0x53502f(0x11f)},'directions':{'left':'Từ\x20trái','right':_0x53502f(0x1ae),'up':_0x53502f(0x1be),'down':_0x53502f(0xe0)}},'contextmenu':{'addPage':_0x53502f(0x114),'backgroundPanel':_0x53502f(0x16b),'transitionPanel':_0x53502f(0x180),'speakerNotes':_0x53502f(0x193),'ruler':_0x53502f(0x1b4),'shapePanel':_0x53502f(0x12f),'flipHorizontal':_0x53502f(0x131),'flipVertical':_0x53502f(0x140),'group':_0x53502f(0xdc),'ungroup':_0x53502f(0x19a)},'presentation':{'play':_0x53502f(0x1a7),'playFromBeginning':'Phát\x20từ\x20đầu','playFromCurrent':_0x53502f(0x1a3),'playDualScreen':_0x53502f(0x113),'playDualScreenFromBeginning':'Màn\x20hình\x20kép\x20từ\x20đầu','playDualScreenFromCurrent':_0x53502f(0x181),'dualScreenUnavailable':_0x53502f(0x1b8),'fullscreenPrompt':_0x53502f(0x157),'presentationEnded':_0x53502f(0x109),'previous':'Trước','next':'Tiếp','exit':_0x53502f(0xe6),'slideProgress':_0x53502f(0x14b),'speakerNotes':_0x53502f(0x193),'speakerNotesPlaceholder':'Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','speakerNotesEmpty':_0x53502f(0x1c3),'speakerNotesSave':_0x53502f(0xd7),'speakerNotesCancel':'Hủy'},'slide':{'placeholder':{'text':{'title':_0x53502f(0x12a),'subtitle':_0x53502f(0x14d),'body':_0x53502f(0x199),'text':_0x53502f(0x199),'header':_0x53502f(0x1ab),'footer':_0x53502f(0x152),'date':'Trình\x20giữ\x20chỗ\x20ngày\x20tháng','slideNumber':_0x53502f(0x1b6)},'icon':{'image':_0x53502f(0xf8),'table':_0x53502f(0x17c),'chart':_0x53502f(0x1db),'diagram':_0x53502f(0x10b),'media':'Đa\x20phương\x20tiện'}}},'image-panel':{'arrange':{'title':_0x53502f(0xef),'forward':_0x53502f(0x1c2),'backward':_0x53502f(0x18b),'front':'Đưa\x20lên\x20đầu','back':_0x53502f(0x101)},'transform':{'title':_0x53502f(0x154),'rotate':_0x53502f(0x147),'x':_0x53502f(0x1bd),'y':_0x53502f(0x163),'width':'Chiều\x20rộng\x20(px)','height':_0x53502f(0x173),'lock':_0x53502f(0x10d)},'crop':{'title':_0x53502f(0xe3),'start':_0x53502f(0x145),'mode':'Tự\x20do','shape':_0x53502f(0xe2)}}}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x346386=_0x2c1f;function _0x2c1f(_0x97109d,_0x257036){_0x97109d=_0x97109d-0xd8;const _0x46e93d=_0x46e9();let _0x2c1f59=_0x46e93d[_0x97109d];return _0x2c1f59;}(function(_0x3398f2,_0x19d7ee){const _0x4abe14=_0x2c1f,_0x148df=_0x3398f2();while(!![]){try{const _0x58d076=parseInt(_0x4abe14(0xf4))/0x1*(-parseInt(_0x4abe14(0xf9))/0x2)+-parseInt(_0x4abe14(0x166))/0x3*(parseInt(_0x4abe14(0xe6))/0x4)+-parseInt(_0x4abe14(0x116))/0x5+parseInt(_0x4abe14(0x101))/0x6*(-parseInt(_0x4abe14(0xda))/0x7)+parseInt(_0x4abe14(0x143))/0x8+parseInt(_0x4abe14(0xe3))/0x9*(parseInt(_0x4abe14(0x10d))/0xa)+parseInt(_0x4abe14(0x105))/0xb;if(_0x58d076===_0x19d7ee)break;else _0x148df['push'](_0x148df['shift']());}catch(_0x2208e4){_0x148df['push'](_0x148df['shift']());}}}(_0x46e9,0x50f18));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x346386(0x110),'changeShape':_0x346386(0xea)},'insertToolbar':{'search':'搜索','text':_0x346386(0xdd),'textHorizontal':_0x346386(0x10c),'textVertical':_0x346386(0x15a),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':'表格大小','customSize':_0x346386(0x122),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x346386(0xe7),'noQuery':'输入关键词搜索幻灯片名称、文本和对象名称。','empty':_0x346386(0x100),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x346386(0xe4),'tooltip':_0x346386(0xec)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x346386(0xef),'heading1':_0x346386(0x11f),'increaseFontSize':_0x346386(0x140),'decreaseFontSize':_0x346386(0x15c),'textColor':_0x346386(0x15b),'transparentTextColor':'透明文本颜色','textBackgroundColor':'文本背景色','bold':'粗体','italic':'斜体','underline':_0x346386(0x127),'strikethrough':_0x346386(0x15f),'horizontalAlign':_0x346386(0x11d),'verticalAlign':_0x346386(0x12d),'alignLeft':_0x346386(0x164),'alignCenter':_0x346386(0xff),'alignRight':_0x346386(0x13c),'alignJustify':_0x346386(0x126),'alignTop':'顶部对齐','alignMiddle':_0x346386(0x12e),'alignBottom':'底部对齐'},'quickStyles':{'tooltip':_0x346386(0xf7),'shapeStyles':_0x346386(0x159),'lineStyles':'线条样式','textStyles':_0x346386(0x102),'more':_0x346386(0x123),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x346386(0xf1),'blueSolid':'蓝色细实线','orangeSolid':_0x346386(0x16c),'graySolid':'灰色细实线','blueEndArrow':_0x346386(0x107),'greenTwoWayArrow':_0x346386(0xeb),'blackDashed':'黑色细虚线','blueDashed':_0x346386(0x129),'grayDashed':_0x346386(0x11b),'blueDashedEndArrow':_0x346386(0x148),'grayDashedEndArrow':_0x346386(0x134),'greenDashedTwoWayArrow':_0x346386(0x12c)},'text':{'bodyBlack':_0x346386(0x14a),'titleBlack':'标题黑色','accentBlue':'强调蓝色','accentOrange':_0x346386(0x106),'noteGray':'注释灰色'}}},'thumbnailBar':{'resizePanel':'调整幻灯片缩略图面板大小','addSlide':_0x346386(0x151),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x346386(0xf2),'delete':'删除'},'layoutPicker':{'title':'选择版式','layouts':{'title':'标题幻灯片','titleAndBody':_0x346386(0x14c),'sectionHeader':_0x346386(0x13b),'twoColumns':_0x346386(0x108),'comparison':'比较','blank':'空白','titleOnly':'仅标题','pictureWithCaption':_0x346386(0xd9)}}},'shapePanel':{'title':_0x346386(0x141),'shapeStyle':_0x346386(0x159),'shapePosition':'位置','openPanel':'打开形状面板','deleteShape':_0x346386(0x12a),'toolbar':{'alignLeft':_0x346386(0x164),'alignCenter':_0x346386(0xff),'alignRight':_0x346386(0x13c),'alignJustify':_0x346386(0x126),'bold':'粗体','italic':'斜体','underline':_0x346386(0x127),'strikethrough':'删除线','textColor':_0x346386(0x15b),'textBackgroundColor':_0x346386(0x15e),'fillColor':'文本背景色','resetColor':'重置颜色'},'align':{'top':_0x346386(0x13a),'middle':_0x346386(0x12e),'bottom':_0x346386(0x117)},'textWrap':{'inline':_0x346386(0x158),'square':_0x346386(0x154),'topAndBottom':_0x346386(0x14d),'behindText':_0x346386(0x15d),'inFrontText':'浮于文字上方'},'textBox':{'title':_0x346386(0xdd),'textDirection':_0x346386(0x139),'textDirectionHorizontal':'横排','textDirectionVertical':'竖排','autoFit':_0x346386(0x161),'autoFitNone':'不自动调整','autoFitShrink':_0x346386(0x113),'autoFitResize':'根据文字调整形状大小','wrapText':_0x346386(0xfe),'padding':_0x346386(0xe1),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分栏','columnCount':'数量','columnSpacing':'间距'},'position':{'title':_0x346386(0x131),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x346386(0x11e),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x346386(0x14e),'shadowPresetCustom':_0x346386(0x11c),'shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x346386(0xe8),'shdw5':_0x346386(0x12f),'shdw2':'外部:右上','shdw1':_0x346386(0x133),'shdw14':_0x346386(0x132),'shdw10':_0x346386(0xf6)}},'fill':{'title':'填充','noFill':_0x346386(0x16a),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':'透明度','picture':{'source':_0x346386(0xe5),'insert':_0x346386(0x167),'tileAsTexture':_0x346386(0x147),'offsetX':_0x346386(0x153),'offsetY':_0x346386(0x168),'scaleX':'水平缩放','scaleY':_0x346386(0xdf),'alignment':'对齐','rotateWithShape':_0x346386(0x104),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x346386(0xe0),'solidLine':'实线','color':'颜色','transparency':_0x346386(0xf8),'width':'宽度','cornerRadius':_0x346386(0xfc),'beginArrowType':_0x346386(0x162),'beginArrowSize':_0x346386(0x13d),'endArrowType':'终点箭头类型','endArrowSize':_0x346386(0x146),'dashType':{'title':_0x346386(0x130),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x346386(0x149),'dashDot':_0x346386(0x157),'longDash':'长划线','longDashDot':'长点划线','longDashDotDot':'长双点划线'},'capType':{'title':_0x346386(0x163),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':'拐角类型','miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x346386(0x155),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':'手绘效果'},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x346386(0xfb),'stealthArrow':_0x346386(0x118),'diamondArrow':'菱形箭头','ovalArrow':_0x346386(0x145)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x346386(0x160),'showAll':_0x346386(0xdc),'hideAll':_0x346386(0x150),'show':'显示','hide':'隐藏','moveForward':_0x346386(0x119),'moveBackward':'下移一层','nameInput':_0x346386(0xee),'empty':'暂无对象','close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x346386(0x12b),'details':'详情','noSelection':_0x346386(0x10f)},'backgroundPanel':{'title':_0x346386(0x11a),'backgroundGraphics':_0x346386(0xf3),'hideBackgroundGraphics':_0x346386(0x156),'presentationBackground':'演示文稿底图','presentationBackgroundEmpty':'未设置','presentationBackgroundImages':_0x346386(0x144),'setPresentationBackground':_0x346386(0x128),'clearPresentationBackground':'清除','none':'无填充','solid':_0x346386(0xe9),'gradient':'渐变填充','image':'图片填充','pattern':_0x346386(0x109),'color':'颜色','transparency':_0x346386(0xf8),'imageSource':_0x346386(0x169),'insertImage':'文件...','fit':_0x346386(0x16b),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x346386(0xd8),'applyToAll':'应用到全部','resetBackground':'重置背景'},'transitionPanel':{'title':_0x346386(0x13f),'effect':'效果','direction':'方向','duration':_0x346386(0xf5),'preview':'预览','applyToAll':_0x346386(0x121),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x346386(0x124),'right':'从右侧','up':_0x346386(0x13e),'down':_0x346386(0x115)}},'contextmenu':{'addPage':'新建幻灯片','backgroundPanel':_0x346386(0x11a),'transitionPanel':'切换动画','speakerNotes':'备注','ruler':'标尺','shapePanel':_0x346386(0x141),'flipHorizontal':'水平翻转','flipVertical':_0x346386(0x135),'group':'组合','ungroup':_0x346386(0xed)},'presentation':{'play':'播放','playFromBeginning':'从头开始播放','playFromCurrent':_0x346386(0xfa),'playDualScreen':'双屏播放','playDualScreenFromBeginning':_0x346386(0x125),'playDualScreenFromCurrent':_0x346386(0x112),'dualScreenUnavailable':_0x346386(0x137),'fullscreenPrompt':_0x346386(0x103),'presentationEnded':_0x346386(0xde),'previous':_0x346386(0x136),'next':_0x346386(0xdb),'exit':'退出','slideProgress':_0x346386(0x10a),'speakerNotes':'备注','speakerNotesPlaceholder':_0x346386(0x111),'speakerNotesEmpty':'暂无备注','speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x346386(0x142),'subtitle':_0x346386(0x120),'body':_0x346386(0x138),'text':'单击此处添加文本','header':'页眉占位符','footer':_0x346386(0x10e),'date':'日期占位符','slideNumber':_0x346386(0x10b)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一层','backward':_0x346386(0xe2),'front':'置于顶层','back':_0x346386(0x14f)},'transform':{'title':'变换','rotate':_0x346386(0x114),'x':_0x346386(0x14b),'y':_0x346386(0x152),'width':'宽度\x20(px)','height':_0x346386(0x165),'lock':_0x346386(0xfd)},'crop':{'title':'裁剪','start':'开始裁剪','mode':'自由','shape':_0x346386(0xf0)}}}};export{e as default};function _0x46e9(){const _0x5bff37=['居中对齐','未找到匹配结果。','366dGwsEU','文本样式','点击进入全屏','随形状旋转','10527913fZxQRI','强调橙色','蓝色末端箭头','两栏内容','图案填充','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','页码占位符','横向文本框','4889030DggIHc','页脚占位符','选择对象以编辑详情','图形格式','点击为当前幻灯片添加备注','从当前幻灯片开始双屏播放','溢出时缩排文字','旋转\x20(°)','从下方','2935720qEHlgT','底部对齐','隐形箭头','上移一层','设置背景格式','灰色细虚线','自定义','水平对齐','阴影颜色','标题1','单击此处添加副标题','应用到全部','自定义大小','更多样式','从左侧','从头开始双屏播放','两端对齐','下划线','设置底图','蓝色细虚线','删除形状','添加描述','绿色虚线双向箭头','垂直对齐','垂直居中','外部:左下','虚线类型','位置和大小','外部:右下(小)','外部:左上','灰色虚线末端箭头','垂直翻转','上一页','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','单击此处添加正文','文字方向','顶部对齐','节标题','右对齐','起点箭头大小','从上方','切换动画','增大字号','设置形状格式','单击此处添加标题','2966880oViNEk','张图片','椭圆箭头','终点箭头大小','将图片平铺为纹理','蓝色虚线末端箭头','短划线','正文黑色','X\x20(px)','标题和内容','上下型','无阴影','置于底层','全部隐藏','+\x20新增','Y\x20(px)','水平偏移','四周型','草图样式','隐藏母版/版式图形','点划线','嵌入型','形状样式','纵向文本框','文本颜色','减小字号','衬于文字下方','文本背景色','删除线','对象列表','自动调整','起点箭头类型','线帽类型','左对齐','高度\x20(px)','153423NdrebC','插入图片','垂直偏移','插入图片来源','无颜色','适应方式','橙色细实线','图案设置即将支持。','图片与标题','45157qcBCXb','下一页','全部显示','文本框','演示已结束','垂直缩放','无线条','内边距','下移一层','9rIKUUC','形状默认样式','图片来源','12aBeJRW','搜索幻灯片和对象','外部:右下','纯色填充','更改形状','绿色双向箭头','选择幻灯片主题','取消组合','对象名称','段落类型','裁剪为形状','黑色细实线','在下面新增幻灯片','背景图形','2042Qryrgs','持续时间','外部:左上(大)','快捷样式','透明度','344iBwBUo','从当前幻灯片开始播放','空心箭头','拐角半径','锁定比例','形状中的文字自动换行'];_0x46e9=function(){return _0x5bff37;};return _0x46e9();}
|
|
1
|
+
const _0x1dc32a=_0x236e;function _0x236e(_0x5b1595,_0x34437d){_0x5b1595=_0x5b1595-0x12a;const _0x2f6dbc=_0x2f6d();let _0x236eed=_0x2f6dbc[_0x5b1595];return _0x236eed;}function _0x2f6d(){const _0x6dcaa3=['顶部对齐','标题和内容','渐变填充','黑色细实线','背景图形','选择对象以编辑详情','上下型','添加描述','文本样式','长划线','强调蓝色','下移一层','未找到匹配结果。','无填充','拐角类型','删除形状','标题1','上移一层','无阴影','72ybbTgq','垂直偏移','阴影颜色','9JeYYFt','从当前幻灯片开始双屏播放','页码占位符','文本背景色','终点箭头类型','菱形箭头','长点划线','对象列表','左对齐','起点箭头类型','外部:右上','设置底图','插入图片','灰色细实线','Y\x20(px)','1166630UYRoLC','页脚占位符','1170848WTnkhA','上一页','自动调整','形状默认样式','44473ftuHEz','水平缩放','裁剪为形状','单击此处添加标题','文件...','从上方','更多样式','打开形状面板','形状中的文字自动换行','外部:左上(大)','文字方向','透明文本颜色','持续时间','图案设置即将支持。','取消组合','横向文本框','单击此处添加副标题','点划线','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','隐形箭头','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','绿色虚线双向箭头','位置和大小','蓝色细虚线','对象名称','根据文字调整形状大小','外部:左下','搜索幻灯片和对象','水平翻转','绿色双向箭头','蓝色虚线末端箭头','860uqIxqT','终点箭头大小','打开图层面板','浮于文字上方','置于顶层','表格大小','幻灯片大小','减小字号','右对齐','调整幻灯片缩略图面板大小','外部:右下','选择幻灯片主题','309285bHHpXh','嵌入型','底部对齐','纵向文本框','段落类型','隐藏母版/版式图形','垂直居中','点击进入全屏','195986ROxUbD','应用到全部','两端对齐','宽度\x20(px)','灰色细虚线','椭圆箭头','2fStIEf','形状样式','空心箭头','+\x20新增','点击为当前幻灯片添加备注','重置颜色','垂直对齐','从右侧','开始裁剪','长双点划线','外部:左上','下一页','图片与标题','在下面新增幻灯片','短划线','新建幻灯片','图形格式','页眉占位符','起点箭头大小','双屏播放','表情符号','快捷样式','文本框','从左侧','草图样式','注释灰色','更改形状','内边距','从当前幻灯片开始播放','设置背景格式','不自动调整','强调橙色','高度\x20(px)','垂直缩放','标准\x20(4:3)','单击此处添加正文','自定义','自定义大小','水平偏移','下划线','标题幻灯片','演示已结束','全部隐藏','蓝色细实线','无线条','垂直翻转','暂无对象','溢出时缩排文字','从下方','透明度','适应方式','切换动画','仅标题','文本颜色','四周型','居中对齐','372440yTAzll','无颜色','135742ZTPzMq','删除线','设置形状格式'];_0x2f6d=function(){return _0x6dcaa3;};return _0x2f6d();}(function(_0x4a63f1,_0x417c28){const _0x25885c=_0x236e,_0x12f92e=_0x4a63f1();while(!![]){try{const _0x55c078=parseInt(_0x25885c(0x1b9))/0x1+parseInt(_0x25885c(0x17f))/0x2*(parseInt(_0x25885c(0x171))/0x3)+-parseInt(_0x25885c(0x142))/0x4+parseInt(_0x25885c(0x140))/0x5+-parseInt(_0x25885c(0x12e))/0x6*(-parseInt(_0x25885c(0x179))/0x7)+-parseInt(_0x25885c(0x1b7))/0x8*(-parseInt(_0x25885c(0x131))/0x9)+-parseInt(_0x25885c(0x165))/0xa*(parseInt(_0x25885c(0x146))/0xb);if(_0x55c078===_0x417c28)break;else _0x12f92e['push'](_0x12f92e['shift']());}catch(_0x42c167){_0x12f92e['push'](_0x12f92e['shift']());}}}(_0x2f6d,0x3450c));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x1dc32a(0x18f),'changeShape':_0x1dc32a(0x199)},'insertToolbar':{'search':'搜索','text':'文本框','textHorizontal':_0x1dc32a(0x155),'textVertical':_0x1dc32a(0x174),'image':'图片','table':'表格','shape':'形状','chart':'图表','symbol':'符号','emoji':_0x1dc32a(0x193)},'tableSizePicker':{'title':_0x1dc32a(0x16a),'customSize':_0x1dc32a(0x1a4),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x1dc32a(0x161),'noQuery':'输入关键词搜索幻灯片名称、文本和对象名称。','empty':_0x1dc32a(0x1c8),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x1dc32a(0x145),'tooltip':_0x1dc32a(0x170)},'display':{'slideSize':_0x1dc32a(0x16b),'widescreen':'宽屏\x20(16:9)','standard':_0x1dc32a(0x1a1),'fullscreen':'全屏'},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x1dc32a(0x175),'heading1':_0x1dc32a(0x12b),'increaseFontSize':'增大字号','decreaseFontSize':_0x1dc32a(0x16c),'textColor':_0x1dc32a(0x1b4),'transparentTextColor':_0x1dc32a(0x151),'textBackgroundColor':'文本背景色','bold':'粗体','italic':'斜体','underline':_0x1dc32a(0x1a6),'strikethrough':'删除线','horizontalAlign':'水平对齐','verticalAlign':_0x1dc32a(0x185),'alignLeft':_0x1dc32a(0x139),'alignCenter':_0x1dc32a(0x1b6),'alignRight':_0x1dc32a(0x16d),'alignJustify':'两端对齐','alignTop':_0x1dc32a(0x1bc),'alignMiddle':_0x1dc32a(0x177),'alignBottom':'底部对齐'},'quickStyles':{'tooltip':_0x1dc32a(0x194),'shapeStyles':_0x1dc32a(0x180),'lineStyles':'线条样式','textStyles':_0x1dc32a(0x1c4),'more':_0x1dc32a(0x14c),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x1dc32a(0x1bf),'blueSolid':_0x1dc32a(0x1aa),'orangeSolid':'橙色细实线','graySolid':_0x1dc32a(0x13e),'blueEndArrow':'蓝色末端箭头','greenTwoWayArrow':_0x1dc32a(0x163),'blackDashed':'黑色细虚线','blueDashed':_0x1dc32a(0x15d),'grayDashed':_0x1dc32a(0x17d),'blueDashedEndArrow':_0x1dc32a(0x164),'grayDashedEndArrow':'灰色虚线末端箭头','greenDashedTwoWayArrow':_0x1dc32a(0x15b)},'text':{'bodyBlack':'正文黑色','titleBlack':'标题黑色','accentBlue':_0x1dc32a(0x1c6),'accentOrange':_0x1dc32a(0x19e),'noteGray':_0x1dc32a(0x198)}}},'thumbnailBar':{'resizePanel':_0x1dc32a(0x16e),'addSlide':_0x1dc32a(0x182),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x1dc32a(0x18c),'delete':'删除'},'layoutPicker':{'title':'选择版式','layouts':{'title':_0x1dc32a(0x1a7),'titleAndBody':_0x1dc32a(0x1bd),'sectionHeader':'节标题','twoColumns':'两栏内容','comparison':'比较','blank':'空白','titleOnly':_0x1dc32a(0x1b3),'pictureWithCaption':_0x1dc32a(0x18b)}}},'shapePanel':{'title':_0x1dc32a(0x1bb),'shapeStyle':_0x1dc32a(0x180),'shapePosition':'位置','openPanel':_0x1dc32a(0x14d),'deleteShape':_0x1dc32a(0x12a),'toolbar':{'alignLeft':'左对齐','alignCenter':_0x1dc32a(0x1b6),'alignRight':_0x1dc32a(0x16d),'alignJustify':_0x1dc32a(0x17b),'bold':'粗体','italic':'斜体','underline':_0x1dc32a(0x1a6),'strikethrough':_0x1dc32a(0x1ba),'textColor':_0x1dc32a(0x1b4),'textBackgroundColor':_0x1dc32a(0x134),'fillColor':'文本背景色','resetColor':_0x1dc32a(0x184)},'align':{'top':'顶部对齐','middle':'垂直居中','bottom':_0x1dc32a(0x173)},'textWrap':{'inline':_0x1dc32a(0x172),'square':_0x1dc32a(0x1b5),'topAndBottom':_0x1dc32a(0x1c2),'behindText':'衬于文字下方','inFrontText':_0x1dc32a(0x168)},'textBox':{'title':_0x1dc32a(0x195),'textDirection':_0x1dc32a(0x150),'textDirectionHorizontal':'横排','textDirectionVertical':'竖排','autoFit':_0x1dc32a(0x144),'autoFitNone':_0x1dc32a(0x19d),'autoFitShrink':_0x1dc32a(0x1ae),'autoFitResize':_0x1dc32a(0x15f),'wrapText':_0x1dc32a(0x14e),'padding':_0x1dc32a(0x19a),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分栏','columnCount':'数量','columnSpacing':'间距'},'position':{'title':_0x1dc32a(0x15c),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x1dc32a(0x130),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x1dc32a(0x12d),'shadowPresetCustom':_0x1dc32a(0x1a3),'shadowTransparency':_0x1dc32a(0x1b0),'shadowSize':'大小','shadowPreset':{'shdw6':_0x1dc32a(0x16f),'shdw5':_0x1dc32a(0x160),'shdw2':_0x1dc32a(0x13b),'shdw1':_0x1dc32a(0x189),'shdw14':'外部:右下(小)','shdw10':_0x1dc32a(0x14f)}},'fill':{'title':'填充','noFill':_0x1dc32a(0x1b8),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x1dc32a(0x1b0),'picture':{'source':'图片来源','insert':_0x1dc32a(0x13d),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x1dc32a(0x1a5),'offsetY':_0x1dc32a(0x12f),'scaleX':_0x1dc32a(0x147),'scaleY':_0x1dc32a(0x1a0),'alignment':'对齐','rotateWithShape':'随形状旋转','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x1dc32a(0x1ab),'solidLine':'实线','color':'颜色','transparency':_0x1dc32a(0x1b0),'width':'宽度','cornerRadius':'拐角半径','beginArrowType':_0x1dc32a(0x13a),'beginArrowSize':_0x1dc32a(0x191),'endArrowType':_0x1dc32a(0x135),'endArrowSize':_0x1dc32a(0x166),'dashType':{'title':'虚线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x1dc32a(0x18d),'dashDot':_0x1dc32a(0x157),'longDash':_0x1dc32a(0x1c5),'longDashDot':_0x1dc32a(0x137),'longDashDotDot':_0x1dc32a(0x188)},'capType':{'title':'线帽类型','flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':_0x1dc32a(0x1ca),'miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x1dc32a(0x197),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':'手绘效果'},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x1dc32a(0x181),'stealthArrow':_0x1dc32a(0x159),'diamondArrow':_0x1dc32a(0x136),'ovalArrow':_0x1dc32a(0x17e)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x1dc32a(0x138),'open':_0x1dc32a(0x167),'showAll':'全部显示','hideAll':_0x1dc32a(0x1a9),'show':'显示','hide':'隐藏','moveForward':_0x1dc32a(0x12c),'moveBackward':'下移一层','nameInput':_0x1dc32a(0x15e),'empty':_0x1dc32a(0x1ad),'close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x1dc32a(0x1c3),'details':'详情','noSelection':_0x1dc32a(0x1c1)},'backgroundPanel':{'title':_0x1dc32a(0x19c),'backgroundGraphics':_0x1dc32a(0x1c0),'hideBackgroundGraphics':_0x1dc32a(0x176),'presentationBackground':'演示文稿底图','presentationBackgroundEmpty':'未设置','presentationBackgroundImages':'张图片','setPresentationBackground':_0x1dc32a(0x13c),'clearPresentationBackground':'清除','none':_0x1dc32a(0x1c9),'solid':'纯色填充','gradient':_0x1dc32a(0x1be),'image':'图片填充','pattern':'图案填充','color':'颜色','transparency':_0x1dc32a(0x1b0),'imageSource':'插入图片来源','insertImage':_0x1dc32a(0x14a),'fit':_0x1dc32a(0x1b1),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x1dc32a(0x153),'applyToAll':_0x1dc32a(0x17a),'resetBackground':'重置背景'},'transitionPanel':{'title':_0x1dc32a(0x1b2),'effect':'效果','direction':'方向','duration':_0x1dc32a(0x152),'preview':'预览','applyToAll':_0x1dc32a(0x17a),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x1dc32a(0x196),'right':_0x1dc32a(0x186),'up':_0x1dc32a(0x14b),'down':_0x1dc32a(0x1af)}},'contextmenu':{'addPage':_0x1dc32a(0x18e),'backgroundPanel':_0x1dc32a(0x19c),'transitionPanel':_0x1dc32a(0x1b2),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x1dc32a(0x1bb),'flipHorizontal':_0x1dc32a(0x162),'flipVertical':_0x1dc32a(0x1ac),'group':'组合','ungroup':_0x1dc32a(0x154)},'presentation':{'play':'播放','playFromBeginning':'从头开始播放','playFromCurrent':_0x1dc32a(0x19b),'playDualScreen':_0x1dc32a(0x192),'playDualScreenFromBeginning':'从头开始双屏播放','playDualScreenFromCurrent':_0x1dc32a(0x132),'dualScreenUnavailable':_0x1dc32a(0x158),'fullscreenPrompt':_0x1dc32a(0x178),'presentationEnded':_0x1dc32a(0x1a8),'previous':_0x1dc32a(0x143),'next':_0x1dc32a(0x18a),'exit':'退出','slideProgress':_0x1dc32a(0x15a),'speakerNotes':'备注','speakerNotesPlaceholder':_0x1dc32a(0x183),'speakerNotesEmpty':'暂无备注','speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x1dc32a(0x149),'subtitle':_0x1dc32a(0x156),'body':_0x1dc32a(0x1a2),'text':'单击此处添加文本','header':_0x1dc32a(0x190),'footer':_0x1dc32a(0x141),'date':'日期占位符','slideNumber':_0x1dc32a(0x133)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x1dc32a(0x12c),'backward':_0x1dc32a(0x1c7),'front':_0x1dc32a(0x169),'back':'置于底层'},'transform':{'title':'变换','rotate':'旋转\x20(°)','x':'X\x20(px)','y':_0x1dc32a(0x13f),'width':_0x1dc32a(0x17c),'height':_0x1dc32a(0x19f),'lock':'锁定比例'},'crop':{'title':'裁剪','start':_0x1dc32a(0x187),'mode':'自由','shape':_0x1dc32a(0x148)}}}};export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x1ce6(){const _0x502f35=['透明文字色彩','放大字型','陰影顏色','X\x20(像素)','圖案格式設定','接合類型','幻燈片','隨圖案旋轉','無講者備註','按一下以全螢幕','設定背景','移到最後面','圖片並排作為材質','選擇版面配置','虛線類型','文字在後','自動調整','漸層填滿','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','線端類型','159465vxZJEM','藍色末端箭頭線條','頁尾預留位置','文字背景色','最適大小','21148000KUqHMG','更多樣式','圖樣填滿','調整投影片縮圖面板大小','更改形狀','張圖片','灰色虛線末端箭頭','輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','文字方塊','水平對齊','無顏色','圖片來源','雙螢幕・從頭開始','靠左上','垂直翻轉','選擇幻燈片佈景主題','前端箭頭大小','縮小字型','垂直對齊','旋轉\x20(°)','1775379fcVUil','兩欄內容','右對齊','外部:左上(大)','新增描述','打開形狀面板','講者備註','X\x20位移','草圖類型','長虛線-點','隱形箭頭','雙螢幕簡報','全部顯示','自訂大小','自由線條','外部:右下(小)','線條樣式','無陰影','裁剪為圖案','標題1','灰色細實線','含標題圖片','下一頁','日期預留位置','鎖定長寬比','從頭播放','表格大小','末端箭頭類型','靠右下','無填滿','頂端對齊','重設背景','靠右上','物件名稱','插入圖片','佈景主題','取消群組','外部:右上','水平文字方塊','不自動調整','501524nEdkWo','黑色細虛線','按一下以新增副標題','頁首預留位置','開放箭頭','上及下','底部對齊','9yidqVV','圖形中的文字自動換行','底端對齊','左對齊','幻燈片編號預留位置','外部:左上','開始裁剪','移到最上層','灰色細虛線','刪除線','簡報結束','355146eqgTfF','刪除形狀','164ecoepS','僅標題','左右對齊','居中對齊','按一下新增目前幻燈片的備註','2OTrZmI','垂直居中','寬度\x20(像素)','上移一層','7838512kyPViz','圖案樣式','垂直文字方塊','檔案...','從目前幻燈片播放','第\x20{current}\x20/\x20{total}\x20張','標題黑色','背景格式設定','按一下以新增標題','末端箭頭大小','綠色雙向箭頭線條','外部:左下','暫無物件','圖片填滿','黑色細實線','高度\x20(像素)','移到最下層','橙色細實線','位置與大小','搜尋幻燈片與物件','584227CXgrKw','未設定','菱形箭頭','物件列表','註解灰色','置中對齊','強調藍色','長虛線-點-點','X\x20縮放','透明度','根據文字調整圖形大小','按一下以新增文字','藍色細實線','轉場效果','全部套用','長虛線','雙螢幕・從目前開始','背景圖形','Y\x20(像素)','Y\x20位移','+\x20新增幻燈片'];_0x1ce6=function(){return _0x502f35;};return _0x1ce6();}const _0x212011=_0x4278;(function(_0x2f9143,_0x57d7c1){const _0x17c4b4=_0x4278,_0x43601b=_0x2f9143();while(!![]){try{const _0x2ab190=-parseInt(_0x17c4b4(0xe4))/0x1+parseInt(_0x17c4b4(0xfd))/0x2*(-parseInt(_0x17c4b4(0xbc))/0x3)+parseInt(_0x17c4b4(0xf8))/0x4*(-parseInt(_0x17c4b4(0xa3))/0x5)+parseInt(_0x17c4b4(0xf6))/0x6+-parseInt(_0x17c4b4(0x7a))/0x7+-parseInt(_0x17c4b4(0x101))/0x8*(-parseInt(_0x17c4b4(0xeb))/0x9)+parseInt(_0x17c4b4(0xa8))/0xa;if(_0x2ab190===_0x57d7c1)break;else _0x43601b['push'](_0x43601b['shift']());}catch(_0x484428){_0x43601b['push'](_0x43601b['shift']());}}}(_0x1ce6,0xa36e6));const e={'slides-ui':{'ribbon':{'shapeFormat':'圖案格式','changeShape':_0x212011(0xac)},'insertToolbar':{'search':'搜尋','text':_0x212011(0xb0),'textHorizontal':_0x212011(0xe2),'textVertical':_0x212011(0x103),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x212011(0xd6),'customSize':_0x212011(0xc9),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x212011(0x79),'noQuery':_0x212011(0xaf),'empty':'找不到結果。','slidePrefix':_0x212011(0x95)},'themePicker':{'title':_0x212011(0xdf),'caption':'圖案預設值','tooltip':_0x212011(0xb7)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':'段落類型','heading1':_0x212011(0xcf),'increaseFontSize':_0x212011(0x90),'decreaseFontSize':_0x212011(0xb9),'textColor':'文字色彩','transparentTextColor':_0x212011(0x8f),'textBackgroundColor':_0x212011(0xa6),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x212011(0xf4),'horizontalAlign':_0x212011(0xb1),'verticalAlign':_0x212011(0xba),'alignLeft':_0x212011(0xee),'alignCenter':_0x212011(0x7f),'alignRight':'右對齊','alignJustify':_0x212011(0xfa),'alignTop':_0x212011(0xda),'alignMiddle':'垂直置中','alignBottom':_0x212011(0xed)},'quickStyles':{'tooltip':'快速樣式','shapeStyles':_0x212011(0x102),'lineStyles':_0x212011(0xcc),'textStyles':'文字樣式','more':_0x212011(0xa9),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x212011(0x74),'blueSolid':_0x212011(0x86),'orangeSolid':_0x212011(0x77),'graySolid':_0x212011(0xd0),'blueEndArrow':_0x212011(0xa4),'greenTwoWayArrow':_0x212011(0x70),'blackDashed':_0x212011(0xe5),'blueDashed':'藍色細虛線','grayDashed':_0x212011(0xf3),'blueDashedEndArrow':'藍色虛線末端箭頭','grayDashedEndArrow':_0x212011(0xae),'greenDashedTwoWayArrow':'綠色虛線雙向箭頭'},'text':{'bodyBlack':'內文黑色','titleBlack':_0x212011(0x6c),'accentBlue':_0x212011(0x80),'accentOrange':'強調橙色','noteGray':_0x212011(0x7e)}}},'thumbnailBar':{'resizePanel':_0x212011(0xab),'addSlide':_0x212011(0x8e),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x212011(0x9c),'layouts':{'title':'標題幻燈片','titleAndBody':'標題與內容','sectionHeader':'章節標題','twoColumns':_0x212011(0xbd),'comparison':'比較','blank':'空白','titleOnly':_0x212011(0xf9),'pictureWithCaption':_0x212011(0xd1)}}},'shapePanel':{'title':'圖案格式設定','shapeStyle':_0x212011(0x102),'shapePosition':'位置','openPanel':_0x212011(0xc1),'deleteShape':_0x212011(0xf7),'toolbar':{'alignLeft':_0x212011(0xee),'alignCenter':_0x212011(0xfb),'alignRight':_0x212011(0xbe),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x212011(0xf4),'textColor':'文字顏色','textBackgroundColor':'文字背景色','fillColor':'文字背景色','resetColor':'重置顏色'},'align':{'top':'頂部對齊','middle':_0x212011(0xfe),'bottom':_0x212011(0xea)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x212011(0xe9),'behindText':'文字在前','inFrontText':_0x212011(0x9e)},'textBox':{'title':_0x212011(0xb0),'textDirection':'文字方向','textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':_0x212011(0x9f),'autoFitNone':_0x212011(0xe3),'autoFitShrink':'溢出時縮排文字','autoFitResize':_0x212011(0x84),'wrapText':_0x212011(0xec),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x212011(0x78),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x212011(0x91),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x212011(0xcd),'shadowPresetCustom':'自訂','shadowTransparency':_0x212011(0x83),'shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':_0x212011(0x71),'shdw2':_0x212011(0xe1),'shdw1':_0x212011(0xf0),'shdw14':_0x212011(0xcb),'shdw10':_0x212011(0xbf)}},'fill':{'title':'填滿','noFill':_0x212011(0xb2),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x212011(0x83),'picture':{'source':_0x212011(0xb3),'insert':_0x212011(0xde),'tileAsTexture':_0x212011(0x9b),'offsetX':_0x212011(0xc3),'offsetY':_0x212011(0x8d),'scaleX':_0x212011(0x82),'scaleY':'Y\x20縮放','alignment':'對齊','rotateWithShape':_0x212011(0x96),'align':{'tl':_0x212011(0xb5),'t':'靠上','tr':_0x212011(0xdc),'l':'靠左','ctr':'置中','r':'靠右','bl':'靠左下','b':'靠下','br':_0x212011(0xd8)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','color':'色彩','transparency':_0x212011(0x83),'width':'寬度','cornerRadius':'拐角半徑','beginArrowType':'前端箭頭類型','beginArrowSize':_0x212011(0xb8),'endArrowType':_0x212011(0xd7),'endArrowSize':_0x212011(0x6f),'dashType':{'title':_0x212011(0x9d),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x212011(0x89),'longDashDot':_0x212011(0xc5),'longDashDotDot':_0x212011(0x81)},'capType':{'title':_0x212011(0xa2),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x212011(0x94),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x212011(0xc4),'none':'無','curved':'曲線','freehand':_0x212011(0xca),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x212011(0xe8),'stealthArrow':_0x212011(0xc6),'diamondArrow':_0x212011(0x7c),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x212011(0x7d),'showAll':_0x212011(0xc8),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x212011(0x100),'moveBackward':'下移一層','nameInput':_0x212011(0xdd),'empty':_0x212011(0x72),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x212011(0xc0),'details':'詳情','noSelection':'選擇物件以編輯詳情'},'backgroundPanel':{'title':_0x212011(0x6d),'backgroundGraphics':_0x212011(0x8b),'hideBackgroundGraphics':'隱藏母片/版面配置圖形','presentationBackground':'簡報背景','presentationBackgroundEmpty':_0x212011(0x7b),'presentationBackgroundImages':_0x212011(0xad),'setPresentationBackground':_0x212011(0x99),'clearPresentationBackground':'清除','none':_0x212011(0xd9),'solid':'純色填滿','gradient':_0x212011(0xa0),'image':_0x212011(0x73),'pattern':_0x212011(0xaa),'color':'色彩','transparency':_0x212011(0x83),'imageSource':'插入圖片來源','insertImage':_0x212011(0x69),'fit':'適配','fitOptions':{'cover':'填滿','contain':_0x212011(0xa7),'stretch':'延展','repeat':'並排'},'patternHint':'圖樣設定即將推出。','applyToAll':_0x212011(0x88),'resetBackground':_0x212011(0xdb)},'transitionPanel':{'title':_0x212011(0x87),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':'全部套用','effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':'新增幻燈片','backgroundPanel':_0x212011(0x6d),'transitionPanel':_0x212011(0x87),'speakerNotes':_0x212011(0xc2),'ruler':'標尺','shapePanel':_0x212011(0x93),'flipHorizontal':'水平翻轉','flipVertical':_0x212011(0xb6),'group':'群組','ungroup':_0x212011(0xe0)},'presentation':{'play':'播放','playFromBeginning':_0x212011(0xd5),'playFromCurrent':_0x212011(0x6a),'playDualScreen':_0x212011(0xc7),'playDualScreenFromBeginning':_0x212011(0xb4),'playDualScreenFromCurrent':_0x212011(0x8a),'dualScreenUnavailable':_0x212011(0xa1),'fullscreenPrompt':_0x212011(0x98),'presentationEnded':_0x212011(0xf5),'previous':'上一頁','next':_0x212011(0xd2),'exit':'結束','slideProgress':_0x212011(0x6b),'speakerNotes':_0x212011(0xc2),'speakerNotesPlaceholder':_0x212011(0xfc),'speakerNotesEmpty':_0x212011(0x97),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x212011(0x6e),'subtitle':_0x212011(0xe6),'body':_0x212011(0x85),'text':_0x212011(0x85),'header':_0x212011(0xe7),'footer':_0x212011(0xa5),'date':_0x212011(0xd3),'slideNumber':_0x212011(0xef)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x212011(0xf2),'backward':_0x212011(0x76),'front':'移到最前面','back':_0x212011(0x9a)},'transform':{'title':'轉換','rotate':_0x212011(0xbb),'x':_0x212011(0x92),'y':_0x212011(0x8c),'width':_0x212011(0xff),'height':_0x212011(0x75),'lock':_0x212011(0xd4)},'crop':{'title':'裁剪','start':_0x212011(0xf1),'mode':'自由','shape':_0x212011(0xce)}}}};function _0x4278(_0x5d8739,_0x16dd45){_0x5d8739=_0x5d8739-0x69;const _0x1ce6e1=_0x1ce6();let _0x4278fe=_0x1ce6e1[_0x5d8739];return _0x4278fe;}export{e as default};
|
|
1
|
+
function _0x30e6(){const _0x3fc26d=['黑色細實線','暫無物件','放大字型','搜尋幻燈片與物件','471230zRXzwM','文字樣式','表格大小','底部對齊','未設定','幻燈片大小','左右對齊','插入圖片','長虛線','設定背景','簡報背景','檔案...','圖案預設值','文字方塊','標題黑色','幻燈片','接合類型','外部:右下','41446XjGOSl','全部顯示','漸層填滿','圖片來源','垂直對齊','菱形箭頭','16hiWeYN','靠右上','長虛線-點-點','重置顏色','橙色細實線','文字在前','找不到結果。','講者備註','強調橙色','佈景主題','隨圖案旋轉','X\x20縮放','10tKdbbw','垂直文字方塊','拐角半徑','開放箭頭','純色填滿','物件名稱','圖片填滿','張圖片','最適大小','雙螢幕簡報','陰影顏色','按一下以全螢幕','移到最後面','背景格式設定','頁首預留位置','雙螢幕・從目前開始','上一頁','物件列表','內文黑色','外部:左上','圖片並排作為材質','註解灰色','標題1','按一下以新增文字','7AsoWxA','高度\x20(像素)','1201608kcTyqa','選擇版面配置','水平對齊','4024917gVHKLN','右對齊','靠右下','寬螢幕\x20(16:9)','選擇物件以編輯詳情','下移一層','2617672njYigh','綠色雙向箭頭線條','刪除線','轉場效果','線端類型','打開形狀面板','灰色虛線末端箭頭','移到最前面','輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','含標題圖片','前端箭頭類型','新增幻燈片','插入圖片來源','水平文字方塊','4McDsSh','圖案樣式','1917270QsWvcG','標題幻燈片','與文字排列','僅標題','Y\x20縮放','長虛線-點','表情符號','章節標題','草圖類型','全部套用','外部:左下','標準\x20(4:3)','5816184FifWwE','根據文字調整圖形大小','圖案格式設定','全部隱藏','圖案格式','Y\x20位移','藍色細虛線','底端對齊','隱形箭頭','無線條','文字方向','靠左下','文字背景色','外部:右下(小)','位置與大小','無講者備註','灰色細實線','移到最上層','背景圖形','藍色細實線','強調藍色','綠色虛線雙向箭頭','按一下以新增標題','按一下新增目前幻燈片的備註','自由線條','雙螢幕・從頭開始','全螢幕','垂直置中','選擇幻燈片佈景主題','外部:左上(大)','外部:右上','簡報結束','快速樣式','圖樣填滿','調整投影片縮圖面板大小','Y\x20(像素)','文字在後','透明文字色彩','重設背景','兩欄內容','灰色細虛線','左對齊','末端箭頭類型','從頭播放','上及下','段落類型','透明度','末端箭頭大小','文字顏色','溢出時縮排文字','旋轉\x20(°)','隱藏母片/版面配置圖形','虛線類型'];_0x30e6=function(){return _0x3fc26d;};return _0x30e6();}const _0x29e148=_0x10d7;(function(_0x466e89,_0x3301da){const _0x46fd75=_0x10d7,_0x25dd7b=_0x466e89();while(!![]){try{const _0x70b3ec=-parseInt(_0x46fd75(0x168))/0x1*(parseInt(_0x46fd75(0x16e))/0x2)+parseInt(_0x46fd75(0x194))/0x3+parseInt(_0x46fd75(0x1ab))/0x4*(parseInt(_0x46fd75(0x156))/0x5)+parseInt(_0x46fd75(0x1ad))/0x6+-parseInt(_0x46fd75(0x192))/0x7*(parseInt(_0x46fd75(0x19d))/0x8)+-parseInt(_0x46fd75(0x197))/0x9*(parseInt(_0x46fd75(0x17a))/0xa)+parseInt(_0x46fd75(0x1b9))/0xb;if(_0x70b3ec===_0x3301da)break;else _0x25dd7b['push'](_0x25dd7b['shift']());}catch(_0x2f01f4){_0x25dd7b['push'](_0x25dd7b['shift']());}}}(_0x30e6,0x39e19));function _0x10d7(_0xd54dd3,_0x473c0b){_0xd54dd3=_0xd54dd3-0x141;const _0x30e638=_0x30e6();let _0x10d7f7=_0x30e638[_0xd54dd3];return _0x10d7f7;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x29e148(0x1bd),'changeShape':'更改形狀'},'insertToolbar':{'search':'搜尋','text':_0x29e148(0x163),'textHorizontal':_0x29e148(0x1aa),'textVertical':_0x29e148(0x17b),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表','symbol':'符號','emoji':_0x29e148(0x1b3)},'tableSizePicker':{'title':_0x29e148(0x158),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x29e148(0x155),'noQuery':_0x29e148(0x1a5),'empty':_0x29e148(0x174),'slidePrefix':_0x29e148(0x165)},'themePicker':{'title':_0x29e148(0x177),'caption':_0x29e148(0x162),'tooltip':_0x29e148(0x1d5)},'display':{'slideSize':_0x29e148(0x15b),'widescreen':_0x29e148(0x19a),'standard':_0x29e148(0x1b8),'fullscreen':_0x29e148(0x1d3)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x29e148(0x14a),'heading1':_0x29e148(0x190),'increaseFontSize':_0x29e148(0x154),'decreaseFontSize':'縮小字型','textColor':'文字色彩','transparentTextColor':_0x29e148(0x142),'textBackgroundColor':_0x29e148(0x1c5),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x29e148(0x19f),'horizontalAlign':_0x29e148(0x196),'verticalAlign':_0x29e148(0x16c),'alignLeft':_0x29e148(0x146),'alignCenter':'置中對齊','alignRight':'右對齊','alignJustify':_0x29e148(0x15c),'alignTop':'頂端對齊','alignMiddle':_0x29e148(0x1d4),'alignBottom':_0x29e148(0x1c0)},'quickStyles':{'tooltip':_0x29e148(0x1d9),'shapeStyles':'圖案樣式','lineStyles':'線條樣式','textStyles':_0x29e148(0x157),'more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x29e148(0x152),'blueSolid':_0x29e148(0x1cc),'orangeSolid':_0x29e148(0x172),'graySolid':_0x29e148(0x1c9),'blueEndArrow':'藍色末端箭頭線條','greenTwoWayArrow':_0x29e148(0x19e),'blackDashed':'黑色細虛線','blueDashed':_0x29e148(0x1bf),'grayDashed':_0x29e148(0x145),'blueDashedEndArrow':'藍色虛線末端箭頭','grayDashedEndArrow':_0x29e148(0x1a3),'greenDashedTwoWayArrow':_0x29e148(0x1ce)},'text':{'bodyBlack':_0x29e148(0x18c),'titleBlack':_0x29e148(0x164),'accentBlue':_0x29e148(0x1cd),'accentOrange':_0x29e148(0x176),'noteGray':_0x29e148(0x18f)}}},'thumbnailBar':{'resizePanel':_0x29e148(0x1db),'addSlide':'+\x20新增幻燈片','contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x29e148(0x195),'layouts':{'title':_0x29e148(0x1ae),'titleAndBody':'標題與內容','sectionHeader':_0x29e148(0x1b4),'twoColumns':_0x29e148(0x144),'comparison':'比較','blank':'空白','titleOnly':_0x29e148(0x1b0),'pictureWithCaption':_0x29e148(0x1a6)}}},'shapePanel':{'title':_0x29e148(0x1bb),'shapeStyle':_0x29e148(0x1ac),'shapePosition':'位置','openPanel':_0x29e148(0x1a2),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x29e148(0x146),'alignCenter':'居中對齊','alignRight':_0x29e148(0x198),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x29e148(0x19f),'textColor':_0x29e148(0x14d),'textBackgroundColor':'文字背景色','fillColor':_0x29e148(0x1c5),'resetColor':_0x29e148(0x171)},'align':{'top':'頂部對齊','middle':'垂直居中','bottom':_0x29e148(0x159)},'textWrap':{'inline':_0x29e148(0x1af),'square':'矩形','topAndBottom':_0x29e148(0x149),'behindText':_0x29e148(0x173),'inFrontText':_0x29e148(0x141)},'textBox':{'title':_0x29e148(0x163),'textDirection':_0x29e148(0x1c3),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':'自動調整','autoFitNone':'不自動調整','autoFitShrink':_0x29e148(0x14e),'autoFitResize':_0x29e148(0x1ba),'wrapText':'圖形中的文字自動換行','padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x29e148(0x1c7),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x29e148(0x184),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x29e148(0x167),'shdw5':_0x29e148(0x1b7),'shdw2':_0x29e148(0x1d7),'shdw1':_0x29e148(0x18d),'shdw14':_0x29e148(0x1c6),'shdw10':_0x29e148(0x1d6)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x29e148(0x14b),'picture':{'source':_0x29e148(0x16b),'insert':_0x29e148(0x15d),'tileAsTexture':_0x29e148(0x18e),'offsetX':'X\x20位移','offsetY':_0x29e148(0x1be),'scaleX':_0x29e148(0x179),'scaleY':_0x29e148(0x1b1),'alignment':'對齊','rotateWithShape':_0x29e148(0x178),'align':{'tl':'靠左上','t':'靠上','tr':_0x29e148(0x16f),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x29e148(0x1c4),'b':'靠下','br':_0x29e148(0x199)}}},'line':{'title':'線條','noLine':_0x29e148(0x1c2),'solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':_0x29e148(0x17c),'beginArrowType':_0x29e148(0x1a7),'beginArrowSize':'前端箭頭大小','endArrowType':_0x29e148(0x147),'endArrowSize':_0x29e148(0x14c),'dashType':{'title':_0x29e148(0x151),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x29e148(0x15e),'longDashDot':_0x29e148(0x1b2),'longDashDotDot':_0x29e148(0x170)},'capType':{'title':_0x29e148(0x1a1),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x29e148(0x166),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x29e148(0x1b5),'none':'無','curved':'曲線','freehand':_0x29e148(0x1d1),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x29e148(0x17d),'stealthArrow':_0x29e148(0x1c1),'diamondArrow':_0x29e148(0x16d),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x29e148(0x18b),'open':'開啟圖層面板','showAll':_0x29e148(0x169),'hideAll':_0x29e148(0x1bc),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x29e148(0x19c),'nameInput':_0x29e148(0x17f),'empty':_0x29e148(0x153),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':'新增描述','details':'詳情','noSelection':_0x29e148(0x19b)},'backgroundPanel':{'title':_0x29e148(0x187),'backgroundGraphics':_0x29e148(0x1cb),'hideBackgroundGraphics':_0x29e148(0x150),'presentationBackground':_0x29e148(0x160),'presentationBackgroundEmpty':_0x29e148(0x15a),'presentationBackgroundImages':_0x29e148(0x181),'setPresentationBackground':_0x29e148(0x15f),'clearPresentationBackground':'清除','none':'無填滿','solid':_0x29e148(0x17e),'gradient':_0x29e148(0x16a),'image':_0x29e148(0x180),'pattern':_0x29e148(0x1da),'color':'色彩','transparency':'透明度','imageSource':_0x29e148(0x1a9),'insertImage':_0x29e148(0x161),'fit':'適配','fitOptions':{'cover':'填滿','contain':_0x29e148(0x182),'stretch':'延展','repeat':'並排'},'patternHint':'圖樣設定即將推出。','applyToAll':_0x29e148(0x1b6),'resetBackground':_0x29e148(0x143)},'transitionPanel':{'title':_0x29e148(0x1a0),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x29e148(0x1b6),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':_0x29e148(0x1a8),'backgroundPanel':'背景格式設定','transitionPanel':_0x29e148(0x1a0),'speakerNotes':_0x29e148(0x175),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':'水平翻轉','flipVertical':'垂直翻轉','group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':_0x29e148(0x148),'playFromCurrent':'從目前幻燈片播放','playDualScreen':_0x29e148(0x183),'playDualScreenFromBeginning':_0x29e148(0x1d2),'playDualScreenFromCurrent':_0x29e148(0x189),'dualScreenUnavailable':'無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x29e148(0x185),'presentationEnded':_0x29e148(0x1d8),'previous':_0x29e148(0x18a),'next':'下一頁','exit':'結束','slideProgress':'第\x20{current}\x20/\x20{total}\x20張','speakerNotes':'講者備註','speakerNotesPlaceholder':_0x29e148(0x1d0),'speakerNotesEmpty':_0x29e148(0x1c8),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x29e148(0x1cf),'subtitle':'按一下以新增副標題','body':_0x29e148(0x191),'text':_0x29e148(0x191),'header':_0x29e148(0x188),'footer':'頁尾預留位置','date':'日期預留位置','slideNumber':'幻燈片編號預留位置'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x29e148(0x1ca),'backward':'移到最下層','front':_0x29e148(0x1a4),'back':_0x29e148(0x186)},'transform':{'title':'轉換','rotate':_0x29e148(0x14f),'x':'X\x20(像素)','y':_0x29e148(0x1dc),'width':'寬度\x20(像素)','height':_0x29e148(0x193),'lock':'鎖定長寬比'},'crop':{'title':'裁剪','start':'開始裁剪','mode':'自由','shape':'裁剪為圖案'}}}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x46e088=_0x2190;function _0x2190(_0x3798f5,_0xd0e447){_0x3798f5=_0x3798f5-0x138;const _0x33207c=_0x3320();let _0x219048=_0x33207c[_0x3798f5];return _0x219048;}(function(_0x311b51,_0x4d4775){const _0x55d64b=_0x2190,_0x151e2b=_0x311b51();while(!![]){try{const _0x3dc9b8=parseInt(_0x55d64b(0x19e))/0x1*(-parseInt(_0x55d64b(0x19c))/0x2)+parseInt(_0x55d64b(0x1b2))/0x3+-parseInt(_0x55d64b(0x1af))/0x4+parseInt(_0x55d64b(0x13d))/0x5+-parseInt(_0x55d64b(0x1bb))/0x6*(parseInt(_0x55d64b(0x157))/0x7)+-parseInt(_0x55d64b(0x173))/0x8+parseInt(_0x55d64b(0x1b7))/0x9;if(_0x3dc9b8===_0x4d4775)break;else _0x151e2b['push'](_0x151e2b['shift']());}catch(_0x233ac8){_0x151e2b['push'](_0x151e2b['shift']());}}}(_0x3320,0x7290f));const e={'slides-ui':{'ribbon':{'shapeFormat':'圖形格式','changeShape':_0x46e088(0x172)},'insertToolbar':{'search':'搜尋','text':_0x46e088(0x1b9),'textHorizontal':_0x46e088(0x181),'textVertical':_0x46e088(0x1bf),'image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x46e088(0x153),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x46e088(0x18d),'noQuery':_0x46e088(0x17e),'empty':'找不到符合的結果。','slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x46e088(0x1b6),'tooltip':_0x46e088(0x13b)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x46e088(0x14d),'heading1':_0x46e088(0x18e),'increaseFontSize':_0x46e088(0x1bc),'decreaseFontSize':_0x46e088(0x193),'textColor':'文字色彩','transparentTextColor':_0x46e088(0x1a7),'textBackgroundColor':_0x46e088(0x164),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x46e088(0x1ac),'horizontalAlign':_0x46e088(0x1ba),'verticalAlign':_0x46e088(0x1a3),'alignLeft':'左對齊','alignCenter':'置中對齊','alignRight':_0x46e088(0x1b4),'alignJustify':_0x46e088(0x182),'alignTop':_0x46e088(0x149),'alignMiddle':'垂直置中','alignBottom':_0x46e088(0x158)},'quickStyles':{'tooltip':_0x46e088(0x14a),'shapeStyles':_0x46e088(0x169),'lineStyles':'線條樣式','textStyles':'文字樣式','more':_0x46e088(0x192),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x46e088(0x13e),'blueSolid':'藍色細實線','orangeSolid':'橙色細實線','graySolid':_0x46e088(0x180),'blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':'綠色雙向箭頭','blackDashed':'黑色細虛線','blueDashed':'藍色細虛線','grayDashed':_0x46e088(0x187),'blueDashedEndArrow':_0x46e088(0x1be),'grayDashedEndArrow':_0x46e088(0x1bd),'greenDashedTwoWayArrow':_0x46e088(0x197)},'text':{'bodyBlack':'正文黑色','titleBlack':_0x46e088(0x191),'accentBlue':_0x46e088(0x186),'accentOrange':_0x46e088(0x1a5),'noteGray':_0x46e088(0x16d)}}},'thumbnailBar':{'resizePanel':_0x46e088(0x170),'addSlide':_0x46e088(0x152),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x46e088(0x155),'delete':'刪除'},'layoutPicker':{'title':_0x46e088(0x1c6),'layouts':{'title':_0x46e088(0x19f),'titleAndBody':_0x46e088(0x17c),'sectionHeader':_0x46e088(0x151),'twoColumns':'兩欄內容','comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0x46e088(0x1a4)}}},'shapePanel':{'title':'設定圖形格式','shapeStyle':_0x46e088(0x15f),'shapePosition':'位置','openPanel':_0x46e088(0x188),'deleteShape':'刪除形狀','toolbar':{'alignLeft':'左對齊','alignCenter':_0x46e088(0x16b),'alignRight':_0x46e088(0x1b4),'alignJustify':_0x46e088(0x178),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x46e088(0x1ac),'textColor':_0x46e088(0x1ae),'textBackgroundColor':_0x46e088(0x164),'fillColor':_0x46e088(0x164),'resetColor':'重置顏色'},'align':{'top':_0x46e088(0x174),'middle':_0x46e088(0x18a),'bottom':_0x46e088(0x15d)},'textWrap':{'inline':_0x46e088(0x1a1),'square':'矩形','topAndBottom':'上及下','behindText':_0x46e088(0x148),'inFrontText':_0x46e088(0x161)},'textBox':{'title':'文字方塊','textDirection':_0x46e088(0x15c),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':'自動調整','autoFitNone':_0x46e088(0x1ad),'autoFitShrink':_0x46e088(0x14f),'autoFitResize':_0x46e088(0x195),'wrapText':_0x46e088(0x167),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x46e088(0x177),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':'陰影顏色','shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x46e088(0x140),'shdw5':_0x46e088(0x139),'shdw2':_0x46e088(0x159),'shdw1':_0x46e088(0x194),'shdw14':_0x46e088(0x18c),'shdw10':_0x46e088(0x14b)}},'fill':{'title':'填滿','noFill':_0x46e088(0x1b0),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x46e088(0x196),'picture':{'source':_0x46e088(0x1b5),'insert':_0x46e088(0x1a9),'tileAsTexture':_0x46e088(0x1c3),'offsetX':_0x46e088(0x166),'offsetY':'垂直位移','scaleX':_0x46e088(0x15b),'scaleY':_0x46e088(0x185),'alignment':'對齊','rotateWithShape':_0x46e088(0x17d),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':_0x46e088(0x154),'beginArrowType':_0x46e088(0x1a6),'beginArrowSize':_0x46e088(0x13f),'endArrowType':_0x46e088(0x19b),'endArrowSize':_0x46e088(0x13c),'dashType':{'title':_0x46e088(0x183),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'短虛線','dashDot':_0x46e088(0x160),'longDash':_0x46e088(0x184),'longDashDot':_0x46e088(0x14e),'longDashDotDot':_0x46e088(0x1a2)},'capType':{'title':_0x46e088(0x19a),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x46e088(0x1c2),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x46e088(0x1a8),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':'手繪效果'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x46e088(0x17a),'stealthArrow':'隱形箭頭','diamondArrow':'菱形箭頭','ovalArrow':_0x46e088(0x19d)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x46e088(0x163),'showAll':'全部顯示','hideAll':_0x46e088(0x147),'show':'顯示','hide':'隱藏','moveForward':_0x46e088(0x145),'moveBackward':'下移一層','nameInput':_0x46e088(0x16e),'empty':_0x46e088(0x1a0),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x46e088(0x190),'details':_0x46e088(0x1aa),'noSelection':_0x46e088(0x16c)},'backgroundPanel':{'title':_0x46e088(0x142),'backgroundGraphics':_0x46e088(0x143),'hideBackgroundGraphics':_0x46e088(0x1c1),'presentationBackground':_0x46e088(0x141),'presentationBackgroundEmpty':_0x46e088(0x16a),'presentationBackgroundImages':_0x46e088(0x156),'setPresentationBackground':_0x46e088(0x146),'clearPresentationBackground':'清除','none':'無填滿','solid':_0x46e088(0x144),'gradient':'漸層填滿','image':'圖片填滿','pattern':_0x46e088(0x171),'color':'色彩','transparency':'透明度','imageSource':'插入圖片來源','insertImage':_0x46e088(0x14c),'fit':_0x46e088(0x199),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':'圖案設定即將支援。','applyToAll':_0x46e088(0x15a),'resetBackground':'重設背景'},'transitionPanel':{'title':_0x46e088(0x16f),'effect':'效果','direction':'方向','duration':'持續時間','preview':'預覽','applyToAll':_0x46e088(0x15a),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'從左側','right':_0x46e088(0x17f),'up':'從上方','down':_0x46e088(0x1b8)}},'contextmenu':{'addPage':_0x46e088(0x18f),'backgroundPanel':_0x46e088(0x142),'transitionPanel':_0x46e088(0x16f),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0x46e088(0x179),'flipHorizontal':'水平翻轉','flipVertical':_0x46e088(0x17b),'group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':_0x46e088(0x1c0),'playFromCurrent':_0x46e088(0x1b1),'playDualScreen':_0x46e088(0x168),'playDualScreenFromBeginning':_0x46e088(0x1b3),'playDualScreenFromCurrent':'從目前投影片開始雙螢幕播放','dualScreenUnavailable':'無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':'點擊進入全螢幕','presentationEnded':'簡報已結束','previous':'上一頁','next':_0x46e088(0x198),'exit':'結束','slideProgress':'第\x20{current}\x20張簡報,共\x20{total}\x20張','speakerNotes':'備註','speakerNotesPlaceholder':_0x46e088(0x175),'speakerNotesEmpty':'暫無備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':'單擊此處添加標題','subtitle':'單擊此處添加副標題','body':_0x46e088(0x150),'text':_0x46e088(0x165),'header':'頁眉占位符','footer':_0x46e088(0x189),'date':_0x46e088(0x13a),'slideNumber':_0x46e088(0x1c4)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x46e088(0x145),'backward':_0x46e088(0x138),'front':'置於頂層','back':_0x46e088(0x15e)},'transform':{'title':'變換','rotate':'旋轉\x20(°)','x':_0x46e088(0x176),'y':'Y\x20(px)','width':'寬度\x20(px)','height':_0x46e088(0x1c5),'lock':_0x46e088(0x1ab)},'crop':{'title':'裁剪','start':_0x46e088(0x162),'mode':'自由','shape':_0x46e088(0x18b)}}}};export{e as default};function _0x3320(){const _0x23d6c0=['從右側','灰色細實線','橫向文字方塊','左右對齊','虛線類型','長虛線','垂直縮放','強調藍色','灰色細虛線','打開形狀面板','頁腳占位符','垂直居中','裁剪為形狀','外部:右下(小)','搜尋投影片和物件','標題1','新增投影片','新增描述','標題黑色','更多樣式','縮小字型','外部:左上','根據文字調整圖形大小','透明度','綠色虛線雙向箭頭','下一頁','適應方式','端點類型','終點箭頭類型','1713004jUvDIA','橢圓箭頭','1iBcyCY','標題投影片','暫無物件','與文字排列','長雙點劃線','垂直對齊','圖片與標題','強調橙色','起點箭頭類型','透明文字色彩','手繪樣式','插入圖片','詳細資料','鎖定比例','刪除線','不自動調整','文字顏色','1868844NLhkuK','無顏色','從目前投影片開始播放','1762383SQZBGi','從頭開始雙螢幕播放','右對齊','圖片來源','形狀預設樣式','17630604CVixPV','從下方','文字方塊','水平對齊','2796WswqOv','放大字型','灰色虛線終點箭頭','藍色虛線終點箭頭','直向文字方塊','從頭開始播放','隱藏母片/版面配置圖形','接合類型','將圖片平鋪為紋理','頁碼占位符','高度\x20(px)','選擇版面配置','下移一層','外部:左下','日期占位符','選擇投影片主題','終點箭頭大小','1907915SdJmbT','黑色細實線','起點箭頭大小','外部:右下','簡報底圖','設定背景格式','背景圖形','實心填滿','上移一層','設定底圖','全部隱藏','文字在前','頂端對齊','快捷樣式','外部:左上(大)','檔案...','段落類型','長點劃線','溢出時縮排文字','單擊此處添加正文','節標題','+\x20新增','表格大小','拐角半徑','在下方新增投影片','張圖片','5159SPcgvC','底端對齊','外部:右上','套用到全部','水平縮放','文字方向','底部對齊','置於底層','圖形樣式','點劃線','文字在後','開始裁剪','物件列表','文字背景色','單擊此處添加文本','水平位移','圖形中的文字自動換行','雙螢幕播放','形狀樣式','未設定','居中對齊','選取物件以編輯詳細資料','註解灰色','物件名稱','切換動畫','調整投影片縮圖面板大小','圖案填滿','變更圖形','6332656pbaEgD','頂部對齊','點擊為目前簡報新增備註','X\x20(px)','位置與大小','兩端對齊','設定圖形格式','空心箭頭','垂直翻轉','標題與內容','隨圖形旋轉','輸入關鍵字搜尋投影片名稱、文字和物件名稱。'];_0x3320=function(){return _0x23d6c0;};return _0x3320();}
|
|
1
|
+
function _0x2f73(_0x481ab2,_0x370906){_0x481ab2=_0x481ab2-0x107;const _0x158735=_0x1587();let _0x2f736e=_0x158735[_0x481ab2];return _0x2f736e;}function _0x1587(){const _0x5bc041=['長虛線','上一頁','圖形樣式','上及下','圖形格式','標題黑色','綠色雙向箭頭','灰色細虛線','選取物件以編輯詳細資料','置於底層','手繪效果','適應方式','寬螢幕\x20(16:9)','全螢幕','新增投影片','取消群組','點擊為目前簡報新增備註','黑色細實線','從頭開始播放','藍色細實線','持續時間','長雙點劃線','從左側','水平位移','頁眉占位符','重設背景','節標題','2551352LwXnwT','垂直位移','日期占位符','隱形箭頭','與文字排列','灰色虛線終點箭頭','強調橙色','圖片來源','簡報已結束','1592135lRucqC','頁腳占位符','藍色虛線終點箭頭','標準\x20(4:3)','兩端對齊','開始裁剪','從下方','套用到全部','Y\x20(px)','無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','空心箭頭','5500ZAqlnV','新增描述','單擊此處添加標題','投影片大小','下移一層','從目前投影片開始雙螢幕播放','變更圖形','無陰影','下一頁','點擊進入全螢幕','形狀預設樣式','垂直置中','長點劃線','163154VOSoWu','拐角半徑','文字在前','單擊此處添加副標題','切換動畫','外部:右下','從目前投影片開始播放','張圖片','水平對齊','21RTowuh','垂直居中','實心填滿','透明文字色彩','手繪樣式','+\x20新增','灰色細實線','無填滿','置中對齊','段落類型','菱形箭頭','刪除線','放大字型','水平翻轉','垂直翻轉','文字方塊','自動調整','標題與內容','外部:左上(大)','設定背景格式','找不到符合的結果。','物件名稱','文字背景色','底部對齊','更多樣式','高度\x20(px)','自訂大小','居中對齊','縮小字型','第\x20{current}\x20張簡報,共\x20{total}\x20張','無線條','標題1','旋轉\x20(°)','橢圓箭頭','504202lNeIIo','插入圖片來源','未設定','隱藏母片/版面配置圖形','圖形中的文字自動換行','鎖定比例','垂直對齊','註解灰色','底端對齊','不自動調整','在下方新增投影片','文字方向','頁碼占位符','起點箭頭類型','圖片與標題','左右對齊','外部:左上','置於頂層','黑色細虛線','端點類型','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','暫無備註','溢出時縮排文字','右對齊','開啟圖層面板','頂部對齊','接合類型','從頭開始雙螢幕播放','上移一層','終點箭頭類型','藍色終點箭頭','文字色彩','位置與大小','起點箭頭大小','搜尋投影片和物件','線條樣式','透明度','短虛線','形狀樣式','漸層填滿','根據文字調整圖形大小','6boosfa','從右側','3617052tUbJjp','打開形狀面板','45mBbOdC','3949659BDYjxd','圖案設定即將支援。','水平縮放','圖片填滿','10mIhUTJ','左對齊','圖案填滿','綠色虛線雙向箭頭','外部:左下','隨圖形旋轉','橙色細實線','寬度\x20(px)','快捷樣式','插入圖片','38748oHqhxn','檔案...','選擇投影片主題'];_0x1587=function(){return _0x5bc041;};return _0x1587();}const _0x2b7c81=_0x2f73;(function(_0x2885b6,_0x1ffa96){const _0x341111=_0x2f73,_0x67a2f3=_0x2885b6();while(!![]){try{const _0x27aff7=-parseInt(_0x341111(0x1a1))/0x1+-parseInt(_0x341111(0x176))/0x2*(parseInt(_0x341111(0x128))/0x3)+-parseInt(_0x341111(0x126))/0x4+parseInt(_0x341111(0x15e))/0x5*(parseInt(_0x341111(0x124))/0x6)+parseInt(_0x341111(0x17f))/0x7*(parseInt(_0x341111(0x155))/0x8)+parseInt(_0x341111(0x129))/0x9*(parseInt(_0x341111(0x12d))/0xa)+parseInt(_0x341111(0x169))/0xb*(parseInt(_0x341111(0x137))/0xc);if(_0x27aff7===_0x1ffa96)break;else _0x67a2f3['push'](_0x67a2f3['shift']());}catch(_0x24f9a5){_0x67a2f3['push'](_0x67a2f3['shift']());}}}(_0x1587,0xaa05f));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x2b7c81(0x13e),'changeShape':_0x2b7c81(0x16f)},'insertToolbar':{'search':'搜尋','text':_0x2b7c81(0x18e),'textHorizontal':'橫向文字方塊','textVertical':'直向文字方塊','image':'圖片','table':'表格','shape':'形狀','chart':'圖表','symbol':'符號','emoji':'表情符號'},'tableSizePicker':{'title':'表格大小','customSize':_0x2b7c81(0x199),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x2b7c81(0x11d),'noQuery':_0x2b7c81(0x10f),'empty':_0x2b7c81(0x193),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x2b7c81(0x173),'tooltip':_0x2b7c81(0x139)},'display':{'slideSize':_0x2b7c81(0x16c),'widescreen':_0x2b7c81(0x146),'standard':_0x2b7c81(0x161),'fullscreen':_0x2b7c81(0x147)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x2b7c81(0x188),'heading1':_0x2b7c81(0x19e),'increaseFontSize':_0x2b7c81(0x18b),'decreaseFontSize':_0x2b7c81(0x19b),'textColor':_0x2b7c81(0x11a),'transparentTextColor':_0x2b7c81(0x182),'textBackgroundColor':_0x2b7c81(0x195),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x2b7c81(0x18a),'horizontalAlign':_0x2b7c81(0x17e),'verticalAlign':_0x2b7c81(0x1a7),'alignLeft':_0x2b7c81(0x12e),'alignCenter':_0x2b7c81(0x187),'alignRight':_0x2b7c81(0x112),'alignJustify':_0x2b7c81(0x10a),'alignTop':'頂端對齊','alignMiddle':_0x2b7c81(0x174),'alignBottom':_0x2b7c81(0x1a9)},'quickStyles':{'tooltip':_0x2b7c81(0x135),'shapeStyles':_0x2b7c81(0x121),'lineStyles':_0x2b7c81(0x11e),'textStyles':'文字樣式','more':_0x2b7c81(0x197),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x2b7c81(0x14b),'blueSolid':_0x2b7c81(0x14d),'orangeSolid':_0x2b7c81(0x133),'graySolid':_0x2b7c81(0x185),'blueEndArrow':_0x2b7c81(0x119),'greenTwoWayArrow':_0x2b7c81(0x140),'blackDashed':_0x2b7c81(0x10d),'blueDashed':'藍色細虛線','grayDashed':_0x2b7c81(0x141),'blueDashedEndArrow':_0x2b7c81(0x160),'grayDashedEndArrow':_0x2b7c81(0x15a),'greenDashedTwoWayArrow':_0x2b7c81(0x130)},'text':{'bodyBlack':'正文黑色','titleBlack':_0x2b7c81(0x13f),'accentBlue':'強調藍色','accentOrange':_0x2b7c81(0x15b),'noteGray':_0x2b7c81(0x1a8)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x2b7c81(0x184),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x2b7c81(0x1ab),'delete':'刪除'},'layoutPicker':{'title':'選擇版面配置','layouts':{'title':'標題投影片','titleAndBody':_0x2b7c81(0x190),'sectionHeader':_0x2b7c81(0x154),'twoColumns':'兩欄內容','comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0x2b7c81(0x109)}}},'shapePanel':{'title':'設定圖形格式','shapeStyle':_0x2b7c81(0x13c),'shapePosition':'位置','openPanel':_0x2b7c81(0x127),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x2b7c81(0x12e),'alignCenter':_0x2b7c81(0x19a),'alignRight':_0x2b7c81(0x112),'alignJustify':_0x2b7c81(0x162),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':'文字顏色','textBackgroundColor':_0x2b7c81(0x195),'fillColor':_0x2b7c81(0x195),'resetColor':'重置顏色'},'align':{'top':_0x2b7c81(0x114),'middle':_0x2b7c81(0x180),'bottom':_0x2b7c81(0x196)},'textWrap':{'inline':_0x2b7c81(0x159),'square':'矩形','topAndBottom':_0x2b7c81(0x13d),'behindText':_0x2b7c81(0x178),'inFrontText':'文字在後'},'textBox':{'title':'文字方塊','textDirection':_0x2b7c81(0x1ac),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':_0x2b7c81(0x18f),'autoFitNone':_0x2b7c81(0x1aa),'autoFitShrink':_0x2b7c81(0x111),'autoFitResize':_0x2b7c81(0x123),'wrapText':_0x2b7c81(0x1a5),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x2b7c81(0x11b),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':'陰影顏色','shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x2b7c81(0x170),'shadowPresetCustom':'自訂','shadowTransparency':_0x2b7c81(0x11f),'shadowSize':'大小','shadowPreset':{'shdw6':_0x2b7c81(0x17b),'shdw5':_0x2b7c81(0x131),'shdw2':'外部:右上','shdw1':_0x2b7c81(0x10b),'shdw14':'外部:右下(小)','shdw10':_0x2b7c81(0x191)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x2b7c81(0x11f),'picture':{'source':_0x2b7c81(0x15c),'insert':_0x2b7c81(0x136),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x2b7c81(0x151),'offsetY':_0x2b7c81(0x156),'scaleX':_0x2b7c81(0x12b),'scaleY':'垂直縮放','alignment':'對齊','rotateWithShape':_0x2b7c81(0x132),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x2b7c81(0x19d),'solidLine':'實線','color':'色彩','transparency':_0x2b7c81(0x11f),'width':'寬度','cornerRadius':_0x2b7c81(0x177),'beginArrowType':_0x2b7c81(0x108),'beginArrowSize':_0x2b7c81(0x11c),'endArrowType':_0x2b7c81(0x118),'endArrowSize':'終點箭頭大小','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x2b7c81(0x120),'dashDot':'點劃線','longDash':_0x2b7c81(0x13a),'longDashDot':_0x2b7c81(0x175),'longDashDotDot':_0x2b7c81(0x14f)},'capType':{'title':_0x2b7c81(0x10e),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x2b7c81(0x115),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x2b7c81(0x183),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x2b7c81(0x144)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x2b7c81(0x168),'stealthArrow':_0x2b7c81(0x158),'diamondArrow':_0x2b7c81(0x189),'ovalArrow':_0x2b7c81(0x1a0)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'物件列表','open':_0x2b7c81(0x113),'showAll':'全部顯示','hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x2b7c81(0x117),'moveBackward':_0x2b7c81(0x16d),'nameInput':_0x2b7c81(0x194),'empty':'暫無物件','close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x2b7c81(0x16a),'details':'詳細資料','noSelection':_0x2b7c81(0x142)},'backgroundPanel':{'title':_0x2b7c81(0x192),'backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x2b7c81(0x1a4),'presentationBackground':'簡報底圖','presentationBackgroundEmpty':_0x2b7c81(0x1a3),'presentationBackgroundImages':_0x2b7c81(0x17d),'setPresentationBackground':'設定底圖','clearPresentationBackground':'清除','none':_0x2b7c81(0x186),'solid':_0x2b7c81(0x181),'gradient':_0x2b7c81(0x122),'image':_0x2b7c81(0x12c),'pattern':_0x2b7c81(0x12f),'color':'色彩','transparency':_0x2b7c81(0x11f),'imageSource':_0x2b7c81(0x1a2),'insertImage':_0x2b7c81(0x138),'fit':_0x2b7c81(0x145),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x2b7c81(0x12a),'applyToAll':_0x2b7c81(0x165),'resetBackground':_0x2b7c81(0x153)},'transitionPanel':{'title':'切換動畫','effect':'效果','direction':'方向','duration':_0x2b7c81(0x14e),'preview':'預覽','applyToAll':_0x2b7c81(0x165),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':_0x2b7c81(0x150),'right':_0x2b7c81(0x125),'up':'從上方','down':_0x2b7c81(0x164)}},'contextmenu':{'addPage':_0x2b7c81(0x148),'backgroundPanel':_0x2b7c81(0x192),'transitionPanel':_0x2b7c81(0x17a),'speakerNotes':'備註','ruler':'標尺','shapePanel':'設定圖形格式','flipHorizontal':_0x2b7c81(0x18c),'flipVertical':_0x2b7c81(0x18d),'group':'群組','ungroup':_0x2b7c81(0x149)},'presentation':{'play':'播放','playFromBeginning':_0x2b7c81(0x14c),'playFromCurrent':_0x2b7c81(0x17c),'playDualScreen':'雙螢幕播放','playDualScreenFromBeginning':_0x2b7c81(0x116),'playDualScreenFromCurrent':_0x2b7c81(0x16e),'dualScreenUnavailable':_0x2b7c81(0x167),'fullscreenPrompt':_0x2b7c81(0x172),'presentationEnded':_0x2b7c81(0x15d),'previous':_0x2b7c81(0x13b),'next':_0x2b7c81(0x171),'exit':'結束','slideProgress':_0x2b7c81(0x19c),'speakerNotes':'備註','speakerNotesPlaceholder':_0x2b7c81(0x14a),'speakerNotesEmpty':_0x2b7c81(0x110),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x2b7c81(0x16b),'subtitle':_0x2b7c81(0x179),'body':'單擊此處添加正文','text':'單擊此處添加文本','header':_0x2b7c81(0x152),'footer':_0x2b7c81(0x15f),'date':_0x2b7c81(0x157),'slideNumber':_0x2b7c81(0x107)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x2b7c81(0x117),'backward':_0x2b7c81(0x16d),'front':_0x2b7c81(0x10c),'back':_0x2b7c81(0x143)},'transform':{'title':'變換','rotate':_0x2b7c81(0x19f),'x':'X\x20(px)','y':_0x2b7c81(0x166),'width':_0x2b7c81(0x134),'height':_0x2b7c81(0x198),'lock':_0x2b7c81(0x1a6)},'crop':{'title':'裁剪','start':_0x2b7c81(0x163),'mode':'自由','shape':'裁剪為形狀'}}}};export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -640,6 +640,10 @@
|
|
|
640
640
|
white-space: pre-wrap;
|
|
641
641
|
}
|
|
642
642
|
|
|
643
|
+
.\!univer-rounded-none {
|
|
644
|
+
border-radius: 0 !important;
|
|
645
|
+
}
|
|
646
|
+
|
|
643
647
|
.univer-rounded {
|
|
644
648
|
border-radius: .25rem;
|
|
645
649
|
}
|
|
@@ -664,6 +668,10 @@
|
|
|
664
668
|
border-radius: .75rem;
|
|
665
669
|
}
|
|
666
670
|
|
|
671
|
+
.\!univer-border-0 {
|
|
672
|
+
border-width: 0 !important;
|
|
673
|
+
}
|
|
674
|
+
|
|
667
675
|
.univer-border {
|
|
668
676
|
border-width: 1px;
|
|
669
677
|
}
|
|
@@ -750,12 +758,12 @@
|
|
|
750
758
|
border-left-color: var(--univer-gray-200);
|
|
751
759
|
}
|
|
752
760
|
|
|
753
|
-
|
|
754
|
-
background-color:
|
|
761
|
+
.\!univer-bg-transparent {
|
|
762
|
+
background-color: #0000 !important;
|
|
755
763
|
}
|
|
756
764
|
|
|
757
|
-
.univer-bg-
|
|
758
|
-
background-color: var(--univer-
|
|
765
|
+
.univer-bg-black {
|
|
766
|
+
background-color: var(--univer-black);
|
|
759
767
|
}
|
|
760
768
|
|
|
761
769
|
.univer-bg-gray-200 {
|
|
@@ -923,6 +931,10 @@
|
|
|
923
931
|
padding-bottom: .75rem;
|
|
924
932
|
}
|
|
925
933
|
|
|
934
|
+
.univer-pb-4 {
|
|
935
|
+
padding-bottom: 1rem;
|
|
936
|
+
}
|
|
937
|
+
|
|
926
938
|
.univer-pl-3 {
|
|
927
939
|
padding-left: .75rem;
|
|
928
940
|
}
|
|
@@ -1001,10 +1013,6 @@
|
|
|
1001
1013
|
line-height: 1rem;
|
|
1002
1014
|
}
|
|
1003
1015
|
|
|
1004
|
-
.univer-leading-5 {
|
|
1005
|
-
line-height: 1.25rem;
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
1016
|
.univer-leading-7 {
|
|
1009
1017
|
line-height: 1.75rem;
|
|
1010
1018
|
}
|
|
@@ -1050,10 +1058,6 @@
|
|
|
1050
1058
|
color: var(--univer-gray-900);
|
|
1051
1059
|
}
|
|
1052
1060
|
|
|
1053
|
-
.univer-text-primary-500 {
|
|
1054
|
-
color: var(--univer-primary-500);
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
1061
|
.univer-text-primary-600 {
|
|
1058
1062
|
color: var(--univer-primary-600);
|
|
1059
1063
|
}
|
|
@@ -1089,6 +1093,13 @@
|
|
|
1089
1093
|
opacity: .5;
|
|
1090
1094
|
}
|
|
1091
1095
|
|
|
1096
|
+
.\!univer-shadow-none {
|
|
1097
|
+
--univer-tw-shadow: 0 0 #0000 !important;
|
|
1098
|
+
--univer-tw-shadow-colored: 0 0 #0000 !important;
|
|
1099
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
|
|
1100
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow) !important;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1092
1103
|
.univer-shadow {
|
|
1093
1104
|
--univer-tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
|
|
1094
1105
|
--univer-tw-shadow-colored: 0 1px 3px 0 var(--univer-tw-shadow-color), 0 1px 2px -1px var(--univer-tw-shadow-color);
|
|
@@ -1156,10 +1167,6 @@
|
|
|
1156
1167
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
1157
1168
|
}
|
|
1158
1169
|
|
|
1159
|
-
.placeholder\:univer-text-gray-400::placeholder {
|
|
1160
|
-
color: var(--univer-gray-400);
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
1170
|
.hover\:univer-border-primary-300:hover {
|
|
1164
1171
|
border-color: var(--univer-primary-300);
|
|
1165
1172
|
}
|
|
@@ -1236,10 +1243,6 @@
|
|
|
1236
1243
|
color: var(--univer-white);
|
|
1237
1244
|
}
|
|
1238
1245
|
|
|
1239
|
-
.focus\:univer-border-primary-500:focus {
|
|
1240
|
-
border-color: var(--univer-primary-500);
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
1246
|
.active\:univer-bg-primary-300:active {
|
|
1244
1247
|
background-color: var(--univer-primary-300);
|
|
1245
1248
|
}
|
|
@@ -1252,18 +1255,6 @@
|
|
|
1252
1255
|
cursor: not-allowed;
|
|
1253
1256
|
}
|
|
1254
1257
|
|
|
1255
|
-
.disabled\:univer-border-gray-200:disabled {
|
|
1256
|
-
border-color: var(--univer-gray-200);
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
.disabled\:univer-bg-gray-100:disabled {
|
|
1260
|
-
background-color: var(--univer-gray-100);
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
.disabled\:univer-text-gray-400:disabled {
|
|
1264
|
-
color: var(--univer-gray-400);
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
1258
|
.disabled\:univer-opacity-40:disabled {
|
|
1268
1259
|
opacity: .4;
|
|
1269
1260
|
}
|
|
@@ -1320,6 +1311,10 @@
|
|
|
1320
1311
|
background-color: rgba(3, 7, 18, var(--univer-tw-bg-opacity, 1)) !important;
|
|
1321
1312
|
}
|
|
1322
1313
|
|
|
1314
|
+
.dark\:\!univer-bg-transparent:where(.univer-dark, .univer-dark *) {
|
|
1315
|
+
background-color: #0000 !important;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1323
1318
|
.dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
|
|
1324
1319
|
color: var(--univer-gray-100) !important;
|
|
1325
1320
|
}
|
|
@@ -1348,14 +1343,6 @@
|
|
|
1348
1343
|
--univer-tw-ring-color: var(--univer-primary-900) !important;
|
|
1349
1344
|
}
|
|
1350
1345
|
|
|
1351
|
-
.dark\:placeholder\:\!univer-text-gray-500:where(.univer-dark, .univer-dark *)::-moz-placeholder {
|
|
1352
|
-
color: var(--univer-gray-500) !important;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
.dark\:placeholder\:\!univer-text-gray-500:where(.univer-dark, .univer-dark *)::placeholder {
|
|
1356
|
-
color: var(--univer-gray-500) !important;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
1346
|
.dark\:hover\:\!univer-border-primary-400:hover:where(.univer-dark, .univer-dark *) {
|
|
1360
1347
|
border-color: var(--univer-primary-400) !important;
|
|
1361
1348
|
}
|
|
@@ -1376,26 +1363,10 @@
|
|
|
1376
1363
|
background-color: var(--univer-primary-700) !important;
|
|
1377
1364
|
}
|
|
1378
1365
|
|
|
1379
|
-
.dark\:focus\:\!univer-border-primary-500:focus:where(.univer-dark, .univer-dark *) {
|
|
1380
|
-
border-color: var(--univer-primary-500) !important;
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
1366
|
.dark\:active\:\!univer-bg-primary-600:active:where(.univer-dark, .univer-dark *) {
|
|
1384
1367
|
background-color: var(--univer-primary-600) !important;
|
|
1385
1368
|
}
|
|
1386
1369
|
|
|
1387
|
-
.dark\:disabled\:\!univer-border-gray-700:disabled:where(.univer-dark, .univer-dark *) {
|
|
1388
|
-
border-color: var(--univer-gray-700) !important;
|
|
1389
|
-
}
|
|
1390
|
-
|
|
1391
|
-
.dark\:disabled\:\!univer-bg-gray-800:disabled:where(.univer-dark, .univer-dark *) {
|
|
1392
|
-
background-color: var(--univer-gray-800) !important;
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
.dark\:disabled\:\!univer-text-gray-500:disabled:where(.univer-dark, .univer-dark *) {
|
|
1396
|
-
color: var(--univer-gray-500) !important;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
1370
|
.\[\&\>div\]\:univer-grid > div {
|
|
1400
1371
|
display: grid;
|
|
1401
1372
|
}
|