@univerjs-pro/slides-ui 1.0.0-alpha.1 → 1.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +157 -115
- 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/components/canvas-view/CanvasView.d.ts +141 -3
- package/lib/types/components/editor-content/EditorContent.d.ts +4 -1
- package/lib/types/components/embed-child-workbench/SlideEmbedChildWorkbench.d.ts +8 -0
- package/lib/types/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +43 -0
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +4 -0
- package/lib/types/components/host-ui/SlideHostUiParts.d.ts +7 -0
- package/lib/types/components/insert-toolbar/ShapePicker.d.ts +5 -10
- package/lib/types/components/object-list-panel/SlideObjectListPanel.d.ts +1 -1
- package/lib/types/components/object-list-panel/slide-object-list-state.d.ts +1 -0
- package/lib/types/components/presentation/SlidePresentationEmbedLayer.d.ts +34 -0
- package/lib/types/components/table-size/SlideTableSizePicker.d.ts +2 -12
- package/lib/types/components/thumbnail-bar/ThumbnailBar.d.ts +21 -0
- package/lib/types/controllers/slide-connector-endpoint.controller.d.ts +1 -1
- package/lib/types/controllers/slide-contextual-ribbon.controller.d.ts +10 -1
- package/lib/types/controllers/slide-drawing-selection.controller.d.ts +15 -3
- package/lib/types/controllers/slide-drawing-transform.controller.d.ts +3 -0
- package/lib/types/controllers/slide-drawing-transformer-config.util.d.ts +3 -1
- package/lib/types/controllers/slide-image-cropper.controller.d.ts +20 -1
- package/lib/types/controllers/slide-render.controller.d.ts +2 -0
- package/lib/types/default-config.d.ts +2 -2
- package/lib/types/embed-active-page.d.ts +5 -0
- package/lib/types/embed-floating-menu-stage.d.ts +14 -0
- package/lib/types/embed-focus-owner.d.ts +40 -0
- package/lib/types/index.d.ts +30 -7
- package/lib/types/locale/en-US.d.ts +6 -203
- package/lib/types/quick-styles/presets.d.ts +4 -3
- package/lib/types/render-objects/document-text-render.util.d.ts +6 -0
- package/lib/types/render-objects/index.d.ts +1 -0
- package/lib/types/render-objects/placeholder-object/index.d.ts +1 -0
- package/lib/types/render-objects/placeholder-object/placeholder-text-rect.util.d.ts +7 -0
- package/lib/types/render-objects/slide-drawing-base.d.ts +1 -3
- package/lib/types/render-objects/slide-image-object.d.ts +2 -2
- package/lib/types/render-objects/slide-page-background-object.d.ts +4 -1
- package/lib/types/render-objects/slide-shape-object.d.ts +2 -1
- package/lib/types/render-objects/slide-table-object.d.ts +9 -4
- package/lib/types/services/slide-canvas-pop-manager.service.d.ts +2 -1
- package/lib/types/services/slide-embed-integration.service.d.ts +45 -0
- package/lib/types/services/slide-embed-runtime.service.d.ts +50 -0
- package/lib/types/services/slide-hit-test.service.d.ts +2 -0
- package/lib/types/services/slide-insert.service.d.ts +8 -6
- package/lib/types/slide-editor/editor-ui/index.d.ts +1 -1
- package/lib/types/slide-editor/editor-ui/utils/render.d.ts +12 -3
- package/lib/types/slide-editor/services/slide-text-editing.service.d.ts +3 -1
- package/lib/types/slide-editor/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +1 -1
- package/lib/types/utils/shape-text-style.util.d.ts +9 -5
- package/lib/types/views/render/adaptors/image-adaptor.d.ts +3 -3
- package/lib/types/views/render/adaptors/placeholder-adaptor.d.ts +1 -2
- package/lib/types/views/render/adaptors/shape-adaptor.d.ts +1 -2
- package/lib/types/views/render/adaptors/table-adaptor.d.ts +3 -3
- 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 -19
- package/lib/types/components/shape-picker/shapes.d.ts +0 -34
- package/lib/types/slide-editor/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x395ca6=_0x594a;function _0x4f37(){const _0xcd9807=['页脚占位符','27gFxMyO','演示文稿底图','浮于文字上方','八边形','绿色双向箭头','单击此处添加标题','文件...','设置背景格式','箭头:左','带形:上凸弯','左中括号','自定义','仅标题','不等号','箭头:直角双向','水平偏移','图表星号','带形:前凸','对话气泡:矩形','旋转\x20(°)','矩形:圆顶角','无阴影','标注:双弯曲线形','爆炸形:14pt','蓝色细虚线','在下面新增幻灯片','流程图:终止','垂直居中','箭头:上弧形','透明度','上一页','长双点划线','线反向','暂无对象','灰色细实线','页眉占位符','背景图形','文本颜色','搜索幻灯片和对象','日期占位符','右中括号','外部:右上','流程图:离线存储','流程图:多文档','上下箭头标注','水平翻转','标注:线形(带边框和强调线)','箭头:下','矩形:剪去对角','随形状旋转','从头开始播放','下划线','等腰三角形','图案填充','横向文本框','流程图','从下方','双箭头折线','正文黑色','流程图:汇总连接','左大括号','黑色细虚线','上移一层','新建幻灯片','箭头:上下','水平对齐','10579072gsizsY','拐角类型','矩形:单圆角','箭头:左右','文本框','公式形状','标题黑色','从左侧','声音按钮','强调蓝色','左圆形箭头','纯色填充','减小字号','蓝色末端箭头','流程图:或者','流程图:数据','卷形:垂直','标注:线形','空心箭头','460934umQimZ','流程图:对照','标注:左右箭头','箭头:右','垂直偏移','节标题','矩形:折角','流程图:合并','顶部对齐','双箭头直线','返回按钮','标注:左箭头','剪去单角矩形','标注:右箭头','长划线','右对齐','两端对齐','星形:五角','起点箭头类型','X\x20(px)','无填充','标注:线形(无边框)','调整幻灯片缩略图面板大小','+\x20新增','更多样式','直线箭头','矩形:一个圆顶角,剪去另一个顶角','暂无备注','开始裁剪','底部对齐','居中对齐','方形标签','禁止符','从上方','从右侧','流程图:可选过程','重置背景','返回/上一个按钮','隐藏母版/版式图形','终点箭头大小','单击此处添加文本','形状样式','帮助按钮','终点箭头类型','左右带形','双大括号','箭头:燕尾形','灰色细虚线','文本背景色','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','带形:前凸弯','虚线类型','文档按钮','渐变填充','标注:双弯曲线形(无边框)','黑色细实线','垂直翻转','无线条','基本形状','形状默认样式','流程图:接点','星形:三十二角','橙色细实线','置于底层','七边形','段落类型','6960807fIAyut','圆:空心','切换动画','文本样式','对象名称','十二边形','双箭头曲线','未找到匹配结果。','标注:弯曲线形','1794834SjOWMt','垂直对齐','演示已结束','圆柱形','箭头:环形','删除线','菱形箭头','阴影颜色','两栏内容','五边形','位置和大小','下移一层','2113235dOaplV','纵向文本框','单击此处添加正文','箭头:左弧形','删除形状','图片与标题','流程图:显示','牌匾标签','隐形箭头','左对齐','563057zNGQNP','标题幻灯片','单击此处添加副标题','箭头:丁字','气泡:云','弯曲箭头','将图片平铺为纹理','流程图:存储数据','短划线','矩形:剪去顶角','箭头:虚尾','8yazyqD','空白按钮','注释灰色','插入图片来源','流程图:资料带','右大括号','起点箭头大小','水平缩放','标注:弯曲线形(带边框和强调线)','Y\x20(px)','标注:弯曲线形(无边框)','流程图:手动输入','星形:七角','强调橙色','衬于文字下方','主页按钮','缺角矩形','流程图:决策','闪电形','输入关键词搜索幻灯片名称、文本和对象名称。','嵌入型','标注:上箭头','饼形楔','线条样式','箭头:上','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','箭头:手杖形','全部显示','流程图:预定义过程','持续时间','四周型','流程图:磁盘','空心弧','设置形状格式','带形:上凸','从头开始双屏播放','重置颜色','线帽类型','流程图:离页连接符','六边形','立方体','宽度\x20(px)','流程图:延期','外部:右下','垂直缩放','7740252UyIFSV','图表X','图片填充','不完整圆','exports','箭头总汇','双波形','长点划线','图案设置即将支持。','灰色虚线末端箭头','应用到全部','曲线:箭头','箭头:十字','图形格式','箭头:直角上','对话气泡:圆角矩形','流程图:准备','Table\x20size','标注:线形(带强调线)','星形:十六角','外部:左上','矩形:对角圆角','从当前幻灯片开始播放','未设置','图文框','下一页','半闭框','外部:左下','泪滴形'];_0x4f37=function(){return _0xcd9807;};return _0x4f37();}(function(_0x796b67,_0x511718){const _0x51e39b=_0x594a,_0x2aa9c7=_0x796b67();while(!![]){try{const _0x32ff88=parseInt(_0x51e39b(0x202))/0x1+parseInt(_0x51e39b(0x2ad))/0x2+-parseInt(_0x51e39b(0x1ec))/0x3*(-parseInt(_0x51e39b(0x20d))/0x4)+parseInt(_0x51e39b(0x1f8))/0x5+parseInt(_0x51e39b(0x23a))/0x6+parseInt(_0x51e39b(0x1e3))/0x7+parseInt(_0x51e39b(0x29a))/0x8*(-parseInt(_0x51e39b(0x258))/0x9);if(_0x32ff88===_0x511718)break;else _0x2aa9c7['push'](_0x2aa9c7['shift']());}catch(_0x4960ed){_0x2aa9c7['push'](_0x2aa9c7['shift']());}}}(_0x4f37,0xb23a2));function _0x594a(_0x8dcb7b,_0xdeacd4){_0x8dcb7b=_0x8dcb7b-0x1c3;const _0x4f3747=_0x4f37();let _0x594ac6=_0x4f3747[_0x8dcb7b];return _0x594ac6;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x395ca6(0x247),'changeShape':'更改形状'},'insertToolbar':{'search':'搜索','text':_0x395ca6(0x29e),'textHorizontal':_0x395ca6(0x28e),'textVertical':_0x395ca6(0x1f9),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':_0x395ca6(0x24b),'customSize':'自定义大小','rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x395ca6(0x27e),'noQuery':_0x395ca6(0x220),'empty':_0x395ca6(0x1ea),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x395ca6(0x1dc),'tooltip':'选择幻灯片主题'},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x395ca6(0x1e2),'heading1':'标题1','increaseFontSize':'增大字号','decreaseFontSize':_0x395ca6(0x2a6),'textColor':'文本颜色','transparentTextColor':'透明文本颜色','textBackgroundColor':_0x395ca6(0x1d1),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':'删除线','horizontalAlign':_0x395ca6(0x299),'verticalAlign':_0x395ca6(0x1ed),'alignLeft':'左对齐','alignCenter':_0x395ca6(0x2cb),'alignRight':_0x395ca6(0x2bc),'alignJustify':'两端对齐','alignTop':_0x395ca6(0x2b5),'alignMiddle':'垂直居中','alignBottom':_0x395ca6(0x2ca)},'quickStyles':{'tooltip':'快捷样式','shapeStyles':_0x395ca6(0x1ca),'lineStyles':_0x395ca6(0x224),'textStyles':_0x395ca6(0x1e6),'more':_0x395ca6(0x2c5),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x395ca6(0x1d8),'blueSolid':'蓝色细实线','orangeSolid':_0x395ca6(0x1df),'graySolid':_0x395ca6(0x27a),'blueEndArrow':_0x395ca6(0x2a7),'greenTwoWayArrow':_0x395ca6(0x25c),'blackDashed':_0x395ca6(0x295),'blueDashed':_0x395ca6(0x270),'grayDashed':_0x395ca6(0x1d0),'blueDashedEndArrow':'蓝色虚线末端箭头','grayDashedEndArrow':_0x395ca6(0x243),'greenDashedTwoWayArrow':'绿色虚线双向箭头'},'text':{'bodyBlack':_0x395ca6(0x292),'titleBlack':_0x395ca6(0x2a0),'accentBlue':_0x395ca6(0x2a3),'accentOrange':_0x395ca6(0x21a),'noteGray':_0x395ca6(0x20f)}}},'thumbnailBar':{'resizePanel':_0x395ca6(0x2c3),'addSlide':_0x395ca6(0x2c4),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x395ca6(0x271),'delete':'删除'},'layoutPicker':{'title':'选择版式','layouts':{'title':_0x395ca6(0x203),'titleAndBody':'标题和内容','sectionHeader':_0x395ca6(0x2b2),'twoColumns':_0x395ca6(0x1f4),'comparison':'比较','blank':'空白','titleOnly':_0x395ca6(0x264),'pictureWithCaption':_0x395ca6(0x1fd)}}},'shapePanel':{'title':_0x395ca6(0x22e),'shapeStyle':_0x395ca6(0x1ca),'shapePosition':'位置','openPanel':'打开形状面板','deleteShape':_0x395ca6(0x1fc),'toolbar':{'alignLeft':_0x395ca6(0x201),'alignCenter':_0x395ca6(0x2cb),'alignRight':_0x395ca6(0x2bc),'alignJustify':_0x395ca6(0x2bd),'bold':'粗体','italic':'斜体','underline':_0x395ca6(0x28b),'strikethrough':_0x395ca6(0x1f1),'textColor':_0x395ca6(0x27d),'textBackgroundColor':_0x395ca6(0x1d1),'fillColor':_0x395ca6(0x1d1),'resetColor':_0x395ca6(0x231)},'align':{'top':_0x395ca6(0x2b5),'middle':_0x395ca6(0x273),'bottom':'底部对齐'},'textWrap':{'inline':_0x395ca6(0x221),'square':_0x395ca6(0x22b),'topAndBottom':'上下型','behindText':_0x395ca6(0x21b),'inFrontText':_0x395ca6(0x25a)},'position':{'title':_0x395ca6(0x1f6),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x395ca6(0x1f3),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x395ca6(0x26d),'shadowPresetCustom':_0x395ca6(0x263),'shadowTransparency':_0x395ca6(0x275),'shadowSize':'大小','shadowPreset':{'shdw6':_0x395ca6(0x238),'shdw5':_0x395ca6(0x255),'shdw2':_0x395ca6(0x281),'shdw1':_0x395ca6(0x24e),'shdw14':'外部:右下(小)','shdw10':'外部:左上(大)'}},'fill':{'title':'填充','noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x395ca6(0x275),'picture':{'source':'图片来源','insert':'插入图片','tileAsTexture':_0x395ca6(0x208),'offsetX':_0x395ca6(0x267),'offsetY':_0x395ca6(0x2b1),'scaleX':_0x395ca6(0x214),'scaleY':_0x395ca6(0x239),'alignment':'对齐','rotateWithShape':_0x395ca6(0x289),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x395ca6(0x1da),'solidLine':'实线','color':'颜色','transparency':_0x395ca6(0x275),'width':'宽度','cornerRadius':'拐角半径','beginArrowType':_0x395ca6(0x2bf),'beginArrowSize':_0x395ca6(0x213),'endArrowType':_0x395ca6(0x1cc),'endArrowSize':_0x395ca6(0x1c8),'dashType':{'title':_0x395ca6(0x1d4),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x395ca6(0x20a),'dashDot':'点划线','longDash':_0x395ca6(0x2bb),'longDashDot':_0x395ca6(0x241),'longDashDotDot':_0x395ca6(0x277)},'capType':{'title':_0x395ca6(0x232),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':_0x395ca6(0x29b),'miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':'草图样式','none':'无','curved':'曲线','freehand':'手绘','handDrawn':'手绘效果'},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x395ca6(0x2ac),'stealthArrow':_0x395ca6(0x200),'diamondArrow':_0x395ca6(0x1f2),'ovalArrow':'椭圆箭头'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'对象列表','showAll':_0x395ca6(0x228),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':_0x395ca6(0x296),'moveBackward':_0x395ca6(0x1f7),'nameInput':_0x395ca6(0x1e7),'empty':_0x395ca6(0x279)},'backgroundPanel':{'title':_0x395ca6(0x25f),'backgroundGraphics':_0x395ca6(0x27c),'hideBackgroundGraphics':_0x395ca6(0x1c7),'presentationBackground':_0x395ca6(0x259),'presentationBackgroundEmpty':_0x395ca6(0x251),'presentationBackgroundImages':'张图片','setPresentationBackground':'设置底图','clearPresentationBackground':'清除','none':_0x395ca6(0x2c1),'solid':_0x395ca6(0x2a5),'gradient':_0x395ca6(0x1d6),'image':_0x395ca6(0x23c),'pattern':_0x395ca6(0x28d),'color':'颜色','transparency':_0x395ca6(0x275),'imageSource':_0x395ca6(0x210),'insertImage':_0x395ca6(0x25e),'fit':'适应方式','fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x395ca6(0x242),'applyToAll':_0x395ca6(0x244),'resetBackground':_0x395ca6(0x1c5)},'transitionPanel':{'title':_0x395ca6(0x1e5),'effect':'效果','direction':'方向','duration':_0x395ca6(0x22a),'preview':'预览','applyToAll':_0x395ca6(0x244),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x395ca6(0x2a1),'right':_0x395ca6(0x1c3),'up':_0x395ca6(0x2ce),'down':_0x395ca6(0x290)}},'contextmenu':{'addPage':_0x395ca6(0x297),'backgroundPanel':_0x395ca6(0x25f),'transitionPanel':_0x395ca6(0x1e5),'speakerNotes':'备注','ruler':'标尺','shapePanel':'设置形状格式','flipHorizontal':_0x395ca6(0x285),'flipVertical':_0x395ca6(0x1d9),'group':'组合','ungroup':'取消组合'},'presentation':{'play':'播放','playFromBeginning':_0x395ca6(0x28a),'playFromCurrent':_0x395ca6(0x250),'playDualScreen':'双屏播放','playDualScreenFromBeginning':_0x395ca6(0x230),'playDualScreenFromCurrent':'从当前幻灯片开始双屏播放','dualScreenUnavailable':_0x395ca6(0x1d2),'fullscreenPrompt':'点击进入全屏','presentationEnded':_0x395ca6(0x1ee),'previous':_0x395ca6(0x276),'next':_0x395ca6(0x253),'exit':'退出','slideProgress':_0x395ca6(0x226),'speakerNotes':'备注','speakerNotesPlaceholder':'点击为当前幻灯片添加备注','speakerNotesEmpty':_0x395ca6(0x2c8),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x395ca6(0x1db),'blockArrow':_0x395ca6(0x23f),'equationShape':_0x395ca6(0x29f),'flowchart':_0x395ca6(0x28f),'starAndBanner':'星与旗帜','callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x395ca6(0x2c6),'straight-connector2':_0x395ca6(0x2b6),'bent-connector3':'折线','bent-connector3-arrow1':'折线:箭头','bent-connector3-arrow2':_0x395ca6(0x291),'curved-connector3':'曲线','curved-connector3-arrow1':_0x395ca6(0x245),'curved-connector3-arrow2':_0x395ca6(0x1e9),'rect':'矩形','round-rect':'圆角矩形','snip1-rect':_0x395ca6(0x2b9),'snip2-same-rect':_0x395ca6(0x20b),'snip2-diag-rect':_0x395ca6(0x288),'snip-round-rect':_0x395ca6(0x2c7),'round1-rect':_0x395ca6(0x29c),'round2-same-rect':_0x395ca6(0x26c),'round2-diag-rect':_0x395ca6(0x24f),'rect-textbox-horizontal':_0x395ca6(0x28e),'rect-textbox-vertical':'纵向文本框','ellipse':'椭圆','triangle':_0x395ca6(0x28c),'rt-triangle':'直角三角形','parallelogram':'平行四边形','trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x395ca6(0x1f5),'hexagon':_0x395ca6(0x234),'heptagon':_0x395ca6(0x1e1),'octagon':_0x395ca6(0x25b),'decagon':'十边形','dodecagon':_0x395ca6(0x1e8),'pie':_0x395ca6(0x23d),'chord':'弦形','teardrop':_0x395ca6(0x256),'frame':_0x395ca6(0x252),'half-frame':_0x395ca6(0x254),'corner':'L形','diag-stripe':'斜纹','plus':'十字形','plaque':_0x395ca6(0x21d),'can':_0x395ca6(0x1ef),'cube':_0x395ca6(0x235),'bevel':'矩形:棱台','donut':_0x395ca6(0x1e4),'no-smoking':_0x395ca6(0x2cd),'block-arc':_0x395ca6(0x22d),'folder-corner':_0x395ca6(0x2b3),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x395ca6(0x21f),'sun':'太阳形','moon':'新月形','cloud':'云形','arc':'弧形','bracket-pair':'双括号','brace-pair':_0x395ca6(0x1ce),'left-bracket':_0x395ca6(0x262),'right-bracket':_0x395ca6(0x280),'left-brace':_0x395ca6(0x294),'right-brace':_0x395ca6(0x212),'right-arrow':_0x395ca6(0x2b0),'left-arrow':_0x395ca6(0x260),'up-arrow':_0x395ca6(0x225),'down-arrow':_0x395ca6(0x287),'left-right-arrow':_0x395ca6(0x29d),'up-down-arrow':_0x395ca6(0x298),'quad-arrow':_0x395ca6(0x246),'left-right-up-arrow':_0x395ca6(0x205),'bent-arrow':'箭头:圆角右','uturn-arrow':_0x395ca6(0x227),'left-up-arrow':_0x395ca6(0x266),'bent-up-arrow':_0x395ca6(0x248),'curved-right-arrow':'箭头:右弧形','curved-left-arrow':_0x395ca6(0x1fb),'curved-up-arrow':_0x395ca6(0x274),'curved-down-arrow':'箭头:下弧形','striped-right-arrow':_0x395ca6(0x20c),'notched-right-arrow':_0x395ca6(0x1cf),'home-plate':'五边形','chevron':'箭头:V型','right-arrow-callout':_0x395ca6(0x2ba),'down-arrow-callout':'标注:下箭头','left-arrow-callout':_0x395ca6(0x2b8),'up-arrow-callout':_0x395ca6(0x222),'left-right-arrow-callout':_0x395ca6(0x2af),'quad-arrow-callout':'标注:十字箭头','circular-arrow':_0x395ca6(0x1f0),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x395ca6(0x265),'flow-chart-process':'流程图:过程','flow-chart-alternate-process':_0x395ca6(0x1c4),'flow-chart-decision':_0x395ca6(0x21e),'flow-chart-input-output':_0x395ca6(0x2a9),'flow-chart-predefined-process':_0x395ca6(0x229),'flow-chart-internal-storage':'流程图:内部贮存','flow-chart-document':'流程图:文档','flow-chart-multidocument':_0x395ca6(0x283),'flow-chart-terminator':_0x395ca6(0x272),'flow-chart-preparation':_0x395ca6(0x24a),'flow-chart-manual-input':_0x395ca6(0x218),'flow-chart-manual-operation':'流程图:手动操作','flow-chart-connector':_0x395ca6(0x1dd),'flow-chart-offpage-connector':_0x395ca6(0x233),'flow-chart-punched-card':'流程图:卡片','flow-chart-punched-tape':_0x395ca6(0x211),'flow-chart-summing-junction':_0x395ca6(0x293),'flow-chart-or':_0x395ca6(0x2a8),'flow-chart-collate':_0x395ca6(0x2ae),'flow-chart-sort':'流程图:排序','flow-chart-extract':'流程图:摘录','flow-chart-merge':_0x395ca6(0x2b4),'flow-chart-online-storage':_0x395ca6(0x209),'flow-chart-delay':_0x395ca6(0x237),'flow-chart-magnetic-tape':'流程图:顺序访问存储器','flow-chart-magnetic-disk':_0x395ca6(0x22c),'flow-chart-magnetic-drum':'流程图:直接访问存储器','flow-chart-display':_0x395ca6(0x1fe),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x395ca6(0x26f),'star4':'星形:四角','star5':_0x395ca6(0x2be),'star6':'星形:六角','star7':_0x395ca6(0x219),'star8':'星形:八角','star10':'星形:十角','star12':'星形:十二角','star16':_0x395ca6(0x24d),'star24':'星形:二十四角','star32':_0x395ca6(0x1de),'ribbon2':_0x395ca6(0x22f),'ribbon':_0x395ca6(0x269),'ellipse-ribbon2':_0x395ca6(0x261),'ellipse-ribbon':_0x395ca6(0x1d3),'vertical-scroll':_0x395ca6(0x2aa),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x395ca6(0x240),'wedge-rect-callout':_0x395ca6(0x26a),'wedge-round-rect-callout':_0x395ca6(0x249),'wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x395ca6(0x206),'border-callout1':_0x395ca6(0x2ab),'border-callout2':_0x395ca6(0x1eb),'border-callout3':_0x395ca6(0x26e),'accent-callout1':_0x395ca6(0x24c),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':'标注:双弯曲线形(带强调线)','callout1':_0x395ca6(0x2c2),'callout2':_0x395ca6(0x217),'callout3':_0x395ca6(0x1d7),'accent-border-callout1':_0x395ca6(0x286),'accent-border-callout2':_0x395ca6(0x215),'accent-border-callout3':'标注:双弯曲线形(带边框和强调线)','left-circular-arrow':_0x395ca6(0x2a4),'left-right-circular-arrow':'左右圆形箭头','swoosh-arrow':_0x395ca6(0x207),'left-right-ribbon':_0x395ca6(0x1cd),'pie-wedge':_0x395ca6(0x223),'funnel':'漏斗','gear6':'6齿齿轮','gear9':'9齿齿轮','corner-tabs':'角标','action-button-back-previous':_0x395ca6(0x1c6),'action-button-forward-next':'前进/下一个按钮','action-button-beginning':'开始按钮','action-button-end':'结束按钮','action-button-home':_0x395ca6(0x21c),'action-button-information':'信息按钮','action-button-return':_0x395ca6(0x2b7),'action-button-movie':'电影按钮','action-button-document':_0x395ca6(0x1d5),'action-button-sound':_0x395ca6(0x2a2),'action-button-help':_0x395ca6(0x1cb),'action-button-blank':_0x395ca6(0x20e),'chart-plus':'图表加号','chart-star':_0x395ca6(0x268),'chart-x':_0x395ca6(0x23b),'flow-chart-offline-storage':_0x395ca6(0x282),'line-inv':_0x395ca6(0x278),'plaque-tabs':_0x395ca6(0x1ff),'square-tabs':_0x395ca6(0x2cc),'up-down-arrow-callout':_0x395ca6(0x284)}},'slide':{'placeholder':{'text':{'title':_0x395ca6(0x25d),'subtitle':_0x395ca6(0x204),'body':_0x395ca6(0x1fa),'text':_0x395ca6(0x1c9),'header':_0x395ca6(0x27b),'footer':_0x395ca6(0x257),'date':_0x395ca6(0x27f),'slideNumber':'页码占位符'},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x395ca6(0x296),'backward':_0x395ca6(0x1f7),'front':'置于顶层','back':_0x395ca6(0x1e0)},'transform':{'title':'变换','rotate':_0x395ca6(0x26b),'x':_0x395ca6(0x2c0),'y':_0x395ca6(0x216),'width':_0x395ca6(0x236),'height':'高度\x20(px)','lock':'锁定比例'},'crop':{'title':'裁剪','start':_0x395ca6(0x2c9),'mode':'自由','shape':'裁剪为形状'}}}};module[_0x395ca6(0x23e)]=e;
|
|
1
|
+
function _0x18b4(){const _0x4915ec=['绿色虚线双向箭头','添加描述','设置形状格式','减小字号','空心箭头','形状默认样式','文本框','应用到全部','注释灰色','拐角半径','无颜色','衬于文字下方','隐藏母版/版式图形','外部:左上','取消组合','文本颜色','菱形箭头','双屏播放','强调橙色','日期占位符','外部:右下','椭圆箭头','图片与标题','图片填充','点划线','131154lsdLEH','灰色细实线','文件...','自定义大小','正文黑色','更多样式','67130WNERqs','从上方','标题和内容','50Omuygx','暂无对象','上下型','页码占位符','下一页','选择版式','短划线','隐形箭头','Y\x20(px)','点击进入全屏','灰色虚线末端箭头','从下方','草图样式','渐变填充','蓝色细虚线','开始裁剪','下划线','从当前幻灯片开始播放','图案填充','无阴影','未设置','横向文本框','高度\x20(px)','垂直居中','宽度\x20(px)','38228MTQCAy','外部:左下','新建幻灯片','调整幻灯片缩略图面板大小','垂直对齐','起点箭头类型','+\x20新增','裁剪为形状','删除线','纵向文本框','重置颜色','右对齐','文本样式','线帽类型','纯色填充','1113192RGBBET','蓝色末端箭头','手绘效果','下移一层','外部:右上','两端对齐','上移一层','水平缩放','黑色细实线','透明度','更改形状','标题黑色','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','从右侧','从当前幻灯片开始双屏播放','水平偏移','全部显示','水平对齐','选择幻灯片主题','点击为当前幻灯片添加备注','背景图形','对象名称','未找到匹配结果。','长划线','浮于文字上方','持续时间','顶部对齐','标题1','线条样式','起点箭头大小','设置背景格式','3509272lcQVRm','阴影颜色','演示文稿底图','节标题','图案设置即将支持。','无填充','无线条','设置底图','垂直翻转','插入图片','exports','页脚占位符','演示已结束','在下面新增幻灯片','快捷样式','适应方式','形状样式','绿色双向箭头','外部:左上(大)','垂直缩放','重置背景','从头开始播放','终点箭头类型','文本背景色','长点划线','2631090jtPpCI','选择对象以编辑详情','从左侧','输入关键词搜索幻灯片名称、文本和对象名称。','随形状旋转','X\x20(px)','图片来源','长双点划线','355608ddIHmI','图形格式','上一页','从头开始双屏播放','旋转\x20(°)','底部对齐','左对齐','增大字号','对象列表'];_0x18b4=function(){return _0x4915ec;};return _0x18b4();}const _0x226fe9=_0x2438;(function(_0x2c76a5,_0x2dde88){const _0x382bf8=_0x2438,_0x57538a=_0x2c76a5();while(!![]){try{const _0x2c49aa=-parseInt(_0x382bf8(0x1f6))/0x1+parseInt(_0x382bf8(0x21e))/0x2+-parseInt(_0x382bf8(0x1b5))/0x3+parseInt(_0x382bf8(0x1a6))/0x4*(parseInt(_0x382bf8(0x221))/0x5)+-parseInt(_0x382bf8(0x218))/0x6+parseInt(_0x382bf8(0x1ee))/0x7+parseInt(_0x382bf8(0x1d5))/0x8;if(_0x2c49aa===_0x2dde88)break;else _0x57538a['push'](_0x57538a['shift']());}catch(_0x54110e){_0x57538a['push'](_0x57538a['shift']());}}}(_0x18b4,0x2fa3d));function _0x2438(_0x596ed7,_0x22a5b6){_0x596ed7=_0x596ed7-0x18e;const _0x18b4d3=_0x18b4();let _0x243804=_0x18b4d3[_0x596ed7];return _0x243804;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x226fe9(0x1f7),'changeShape':_0x226fe9(0x1bf)},'insertToolbar':{'search':'搜索','text':_0x226fe9(0x205),'textHorizontal':_0x226fe9(0x1a2),'textVertical':_0x226fe9(0x1af),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':'表格大小','customSize':_0x226fe9(0x21b),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':'搜索幻灯片和对象','noQuery':_0x226fe9(0x1f1),'empty':_0x226fe9(0x1cc),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x226fe9(0x204),'tooltip':_0x226fe9(0x1c8)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':'段落类型','heading1':_0x226fe9(0x1d1),'increaseFontSize':_0x226fe9(0x1fd),'decreaseFontSize':_0x226fe9(0x202),'textColor':'文本颜色','transparentTextColor':'透明文本颜色','textBackgroundColor':_0x226fe9(0x1ec),'bold':'粗体','italic':'斜体','underline':_0x226fe9(0x19d),'strikethrough':_0x226fe9(0x1ae),'horizontalAlign':_0x226fe9(0x1c7),'verticalAlign':_0x226fe9(0x1aa),'alignLeft':_0x226fe9(0x1fc),'alignCenter':'居中对齐','alignRight':_0x226fe9(0x1b1),'alignJustify':'两端对齐','alignTop':'顶部对齐','alignMiddle':_0x226fe9(0x1a4),'alignBottom':_0x226fe9(0x1fb)},'quickStyles':{'tooltip':_0x226fe9(0x1e3),'shapeStyles':'形状样式','lineStyles':_0x226fe9(0x1d2),'textStyles':_0x226fe9(0x1b2),'more':_0x226fe9(0x21d),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x226fe9(0x1bd),'blueSolid':'蓝色细实线','orangeSolid':'橙色细实线','graySolid':_0x226fe9(0x219),'blueEndArrow':_0x226fe9(0x1b6),'greenTwoWayArrow':_0x226fe9(0x1e6),'blackDashed':'黑色细虚线','blueDashed':_0x226fe9(0x19b),'grayDashed':'灰色细虚线','blueDashedEndArrow':'蓝色虚线末端箭头','grayDashedEndArrow':_0x226fe9(0x197),'greenDashedTwoWayArrow':_0x226fe9(0x1ff)},'text':{'bodyBlack':_0x226fe9(0x21c),'titleBlack':_0x226fe9(0x1c0),'accentBlue':'强调蓝色','accentOrange':_0x226fe9(0x211),'noteGray':_0x226fe9(0x207)}}},'thumbnailBar':{'resizePanel':_0x226fe9(0x1a9),'addSlide':_0x226fe9(0x1ac),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x226fe9(0x1e2),'delete':'删除'},'layoutPicker':{'title':_0x226fe9(0x192),'layouts':{'title':'标题幻灯片','titleAndBody':_0x226fe9(0x220),'sectionHeader':_0x226fe9(0x1d8),'twoColumns':'两栏内容','comparison':'比较','blank':'空白','titleOnly':'仅标题','pictureWithCaption':_0x226fe9(0x215)}}},'shapePanel':{'title':_0x226fe9(0x201),'shapeStyle':_0x226fe9(0x1e5),'shapePosition':'位置','openPanel':'打开形状面板','deleteShape':'删除形状','toolbar':{'alignLeft':_0x226fe9(0x1fc),'alignCenter':'居中对齐','alignRight':_0x226fe9(0x1b1),'alignJustify':_0x226fe9(0x1ba),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x226fe9(0x1ae),'textColor':_0x226fe9(0x20e),'textBackgroundColor':_0x226fe9(0x1ec),'fillColor':'文本背景色','resetColor':_0x226fe9(0x1b0)},'align':{'top':_0x226fe9(0x1d0),'middle':_0x226fe9(0x1a4),'bottom':_0x226fe9(0x1fb)},'textWrap':{'inline':'嵌入型','square':'四周型','topAndBottom':_0x226fe9(0x18f),'behindText':_0x226fe9(0x20a),'inFrontText':_0x226fe9(0x1ce)},'position':{'title':'位置和大小','x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x226fe9(0x1d6),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x226fe9(0x1a0),'shadowPresetCustom':'自定义','shadowTransparency':_0x226fe9(0x1be),'shadowSize':'大小','shadowPreset':{'shdw6':_0x226fe9(0x213),'shdw5':_0x226fe9(0x1a7),'shdw2':_0x226fe9(0x1b9),'shdw1':_0x226fe9(0x20c),'shdw14':'外部:右下(小)','shdw10':_0x226fe9(0x1e7)}},'fill':{'title':'填充','noFill':_0x226fe9(0x209),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x226fe9(0x1be),'picture':{'source':_0x226fe9(0x1f4),'insert':_0x226fe9(0x1de),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x226fe9(0x1c5),'offsetY':'垂直偏移','scaleX':_0x226fe9(0x1bc),'scaleY':_0x226fe9(0x1e8),'alignment':'对齐','rotateWithShape':_0x226fe9(0x1f2),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x226fe9(0x1db),'solidLine':'实线','color':'颜色','transparency':'透明度','width':'宽度','cornerRadius':_0x226fe9(0x208),'beginArrowType':_0x226fe9(0x1ab),'beginArrowSize':_0x226fe9(0x1d3),'endArrowType':_0x226fe9(0x1eb),'endArrowSize':'终点箭头大小','dashType':{'title':'虚线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x226fe9(0x193),'dashDot':_0x226fe9(0x217),'longDash':_0x226fe9(0x1cd),'longDashDot':_0x226fe9(0x1ed),'longDashDotDot':_0x226fe9(0x1f5)},'capType':{'title':_0x226fe9(0x1b3),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':'拐角类型','miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x226fe9(0x199),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x226fe9(0x1b7)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x226fe9(0x203),'stealthArrow':_0x226fe9(0x194),'diamondArrow':_0x226fe9(0x20f),'ovalArrow':_0x226fe9(0x214)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x226fe9(0x1fe),'showAll':_0x226fe9(0x1c6),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':'上移一层','moveBackward':_0x226fe9(0x1b8),'nameInput':_0x226fe9(0x1cb),'empty':_0x226fe9(0x18e),'close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x226fe9(0x200),'details':'详情','noSelection':_0x226fe9(0x1ef)},'backgroundPanel':{'title':_0x226fe9(0x1d4),'backgroundGraphics':_0x226fe9(0x1ca),'hideBackgroundGraphics':_0x226fe9(0x20b),'presentationBackground':_0x226fe9(0x1d7),'presentationBackgroundEmpty':_0x226fe9(0x1a1),'presentationBackgroundImages':'张图片','setPresentationBackground':_0x226fe9(0x1dc),'clearPresentationBackground':'清除','none':_0x226fe9(0x1da),'solid':_0x226fe9(0x1b4),'gradient':_0x226fe9(0x19a),'image':_0x226fe9(0x216),'pattern':_0x226fe9(0x19f),'color':'颜色','transparency':_0x226fe9(0x1be),'imageSource':'插入图片来源','insertImage':_0x226fe9(0x21a),'fit':_0x226fe9(0x1e4),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x226fe9(0x1d9),'applyToAll':_0x226fe9(0x206),'resetBackground':_0x226fe9(0x1e9)},'transitionPanel':{'title':'切换动画','effect':'效果','direction':'方向','duration':_0x226fe9(0x1cf),'preview':'预览','applyToAll':_0x226fe9(0x206),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x226fe9(0x1f0),'right':_0x226fe9(0x1c3),'up':_0x226fe9(0x21f),'down':_0x226fe9(0x198)}},'contextmenu':{'addPage':_0x226fe9(0x1a8),'backgroundPanel':'设置背景格式','transitionPanel':'切换动画','speakerNotes':'备注','ruler':'标尺','shapePanel':_0x226fe9(0x201),'flipHorizontal':'水平翻转','flipVertical':_0x226fe9(0x1dd),'group':'组合','ungroup':_0x226fe9(0x20d)},'presentation':{'play':'播放','playFromBeginning':_0x226fe9(0x1ea),'playFromCurrent':_0x226fe9(0x19e),'playDualScreen':_0x226fe9(0x210),'playDualScreenFromBeginning':_0x226fe9(0x1f9),'playDualScreenFromCurrent':_0x226fe9(0x1c4),'dualScreenUnavailable':_0x226fe9(0x1c2),'fullscreenPrompt':_0x226fe9(0x196),'presentationEnded':_0x226fe9(0x1e1),'previous':_0x226fe9(0x1f8),'next':_0x226fe9(0x191),'exit':'退出','slideProgress':_0x226fe9(0x1c1),'speakerNotes':'备注','speakerNotesPlaceholder':_0x226fe9(0x1c9),'speakerNotesEmpty':'暂无备注','speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':'单击此处添加标题','subtitle':'单击此处添加副标题','body':'单击此处添加正文','text':'单击此处添加文本','header':'页眉占位符','footer':_0x226fe9(0x1e0),'date':_0x226fe9(0x212),'slideNumber':_0x226fe9(0x190)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x226fe9(0x1bb),'backward':_0x226fe9(0x1b8),'front':'置于顶层','back':'置于底层'},'transform':{'title':'变换','rotate':_0x226fe9(0x1fa),'x':_0x226fe9(0x1f3),'y':_0x226fe9(0x195),'width':_0x226fe9(0x1a5),'height':_0x226fe9(0x1a3),'lock':'锁定比例'},'crop':{'title':'裁剪','start':_0x226fe9(0x19c),'mode':'自由','shape':_0x226fe9(0x1ad)}}}};module[_0x226fe9(0x1df)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x535231=_0x4603;function _0x4603(_0x5679b3,_0x9fd3f1){_0x5679b3=_0x5679b3-0x1ab;const _0x3f92d7=_0x3f92();let _0x460341=_0x3f92d7[_0x5679b3];return _0x460341;}(function(_0x706772,_0x55c815){const _0x4ed2e2=_0x4603,_0x5907a0=_0x706772();while(!![]){try{const _0x2f0a04=-parseInt(_0x4ed2e2(0x24c))/0x1+parseInt(_0x4ed2e2(0x230))/0x2*(-parseInt(_0x4ed2e2(0x221))/0x3)+-parseInt(_0x4ed2e2(0x274))/0x4+parseInt(_0x4ed2e2(0x24a))/0x5*(-parseInt(_0x4ed2e2(0x26a))/0x6)+parseInt(_0x4ed2e2(0x1ca))/0x7*(-parseInt(_0x4ed2e2(0x232))/0x8)+parseInt(_0x4ed2e2(0x257))/0x9*(-parseInt(_0x4ed2e2(0x1ea))/0xa)+parseInt(_0x4ed2e2(0x282))/0xb*(parseInt(_0x4ed2e2(0x281))/0xc);if(_0x2f0a04===_0x55c815)break;else _0x5907a0['push'](_0x5907a0['shift']());}catch(_0x5d3234){_0x5907a0['push'](_0x5907a0['shift']());}}}(_0x3f92,0xbbc38));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x535231(0x21d),'changeShape':_0x535231(0x1d1)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x535231(0x286),'textVertical':_0x535231(0x2b1),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x535231(0x226),'customSize':_0x535231(0x202),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':'搜尋幻燈片與物件','noQuery':_0x535231(0x237),'empty':_0x535231(0x21f),'slidePrefix':_0x535231(0x1dc)},'themePicker':{'title':_0x535231(0x1dd),'caption':_0x535231(0x254),'tooltip':'選擇幻燈片佈景主題'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x535231(0x27a),'heading1':_0x535231(0x22a),'increaseFontSize':_0x535231(0x26b),'decreaseFontSize':_0x535231(0x1d9),'textColor':_0x535231(0x245),'transparentTextColor':'透明文字色彩','textBackgroundColor':_0x535231(0x261),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x535231(0x1ee),'horizontalAlign':_0x535231(0x23d),'verticalAlign':_0x535231(0x1bf),'alignLeft':_0x535231(0x1eb),'alignCenter':_0x535231(0x2a9),'alignRight':_0x535231(0x26c),'alignJustify':_0x535231(0x2a7),'alignTop':_0x535231(0x1da),'alignMiddle':'垂直置中','alignBottom':_0x535231(0x235)},'quickStyles':{'tooltip':_0x535231(0x247),'shapeStyles':_0x535231(0x1b6),'lineStyles':_0x535231(0x23e),'textStyles':_0x535231(0x1cf),'more':_0x535231(0x1e3),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x535231(0x275),'blueSolid':_0x535231(0x271),'orangeSolid':_0x535231(0x1b0),'graySolid':_0x535231(0x200),'blueEndArrow':_0x535231(0x259),'greenTwoWayArrow':_0x535231(0x2ad),'blackDashed':'黑色細虛線','blueDashed':'藍色細虛線','grayDashed':_0x535231(0x1bc),'blueDashedEndArrow':_0x535231(0x1f8),'grayDashedEndArrow':_0x535231(0x231),'greenDashedTwoWayArrow':_0x535231(0x227)},'text':{'bodyBlack':_0x535231(0x292),'titleBlack':_0x535231(0x23f),'accentBlue':'強調藍色','accentOrange':'強調橙色','noteGray':'註解灰色'}}},'thumbnailBar':{'resizePanel':_0x535231(0x2b8),'addSlide':'+\x20新增幻燈片','contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x535231(0x27e),'delete':'刪除'},'layoutPicker':{'title':_0x535231(0x1d0),'layouts':{'title':_0x535231(0x1fe),'titleAndBody':_0x535231(0x294),'sectionHeader':_0x535231(0x265),'twoColumns':_0x535231(0x1d6),'comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0x535231(0x21c)}}},'shapePanel':{'title':_0x535231(0x285),'shapeStyle':'圖案樣式','shapePosition':'位置','openPanel':_0x535231(0x243),'deleteShape':_0x535231(0x28d),'toolbar':{'alignLeft':_0x535231(0x1eb),'alignCenter':_0x535231(0x1ef),'alignRight':'右對齊','alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':'文字顏色','textBackgroundColor':_0x535231(0x261),'fillColor':_0x535231(0x261),'resetColor':'重置顏色'},'align':{'top':_0x535231(0x1fb),'middle':_0x535231(0x28b),'bottom':_0x535231(0x213)},'textWrap':{'inline':_0x535231(0x20a),'square':'矩形','topAndBottom':'上及下','behindText':_0x535231(0x1e7),'inFrontText':'文字在後'},'position':{'title':_0x535231(0x279),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x535231(0x1ec),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x535231(0x20d),'shadowPresetCustom':'自訂','shadowTransparency':_0x535231(0x1d7),'shadowSize':'大小','shadowPreset':{'shdw6':_0x535231(0x233),'shdw5':'外部:左下','shdw2':'外部:右上','shdw1':_0x535231(0x25d),'shdw14':_0x535231(0x2ac),'shdw10':_0x535231(0x296)}},'fill':{'title':'填滿','noFill':_0x535231(0x241),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x535231(0x1d7),'picture':{'source':_0x535231(0x295),'insert':_0x535231(0x284),'tileAsTexture':'圖片並排作為材質','offsetX':_0x535231(0x2aa),'offsetY':'Y\x20位移','scaleX':_0x535231(0x208),'scaleY':_0x535231(0x23c),'alignment':'對齊','rotateWithShape':_0x535231(0x27f),'align':{'tl':_0x535231(0x1c9),'t':'靠上','tr':'靠右上','l':'靠左','ctr':'置中','r':'靠右','bl':_0x535231(0x1b1),'b':'靠下','br':_0x535231(0x280)}}},'line':{'title':'線條','noLine':_0x535231(0x2ab),'solidLine':'實線','color':'色彩','transparency':_0x535231(0x1d7),'width':'寬度','cornerRadius':_0x535231(0x214),'beginArrowType':_0x535231(0x289),'beginArrowSize':_0x535231(0x250),'endArrowType':'末端箭頭類型','endArrowSize':_0x535231(0x1cc),'dashType':{'title':_0x535231(0x1fd),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x535231(0x1c3),'longDash':_0x535231(0x2b0),'longDashDot':_0x535231(0x2bb),'longDashDotDot':_0x535231(0x262)},'capType':{'title':'線端類型','flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x535231(0x20c),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x535231(0x24e),'none':'無','curved':'曲線','freehand':_0x535231(0x1c2),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x535231(0x23b),'stealthArrow':_0x535231(0x1ba),'diamondArrow':_0x535231(0x217),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x535231(0x24f),'showAll':_0x535231(0x273),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x535231(0x288),'nameInput':'物件名稱','empty':_0x535231(0x255)},'backgroundPanel':{'title':_0x535231(0x1e6),'backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x535231(0x278),'presentationBackground':'簡報背景','presentationBackgroundEmpty':_0x535231(0x28f),'presentationBackgroundImages':_0x535231(0x234),'setPresentationBackground':_0x535231(0x246),'clearPresentationBackground':'清除','none':_0x535231(0x2a8),'solid':_0x535231(0x2b9),'gradient':_0x535231(0x219),'image':_0x535231(0x218),'pattern':_0x535231(0x1fa),'color':'色彩','transparency':_0x535231(0x1d7),'imageSource':_0x535231(0x20b),'insertImage':_0x535231(0x21e),'fit':'適配','fitOptions':{'cover':'填滿','contain':'最適大小','stretch':'延展','repeat':'並排'},'patternHint':_0x535231(0x1e9),'applyToAll':_0x535231(0x21b),'resetBackground':'重設背景'},'transitionPanel':{'title':_0x535231(0x258),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':'全部套用','effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':_0x535231(0x236),'backgroundPanel':_0x535231(0x1e6),'transitionPanel':_0x535231(0x258),'speakerNotes':_0x535231(0x269),'ruler':'標尺','shapePanel':_0x535231(0x285),'flipHorizontal':_0x535231(0x244),'flipVertical':_0x535231(0x24b),'group':'群組','ungroup':_0x535231(0x28a)},'presentation':{'play':'播放','playFromBeginning':_0x535231(0x205),'playFromCurrent':_0x535231(0x263),'playDualScreen':_0x535231(0x1be),'playDualScreenFromBeginning':_0x535231(0x25a),'playDualScreenFromCurrent':_0x535231(0x267),'dualScreenUnavailable':_0x535231(0x1c4),'fullscreenPrompt':'按一下以全螢幕','presentationEnded':_0x535231(0x1db),'previous':_0x535231(0x2b2),'next':_0x535231(0x1c0),'exit':'結束','slideProgress':_0x535231(0x1bd),'speakerNotes':'講者備註','speakerNotesPlaceholder':_0x535231(0x1b2),'speakerNotesEmpty':_0x535231(0x1c7),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x535231(0x1f9),'blockArrow':_0x535231(0x21a),'equationShape':'公式形狀','flowchart':_0x535231(0x240),'starAndBanner':_0x535231(0x1bb),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x535231(0x1b5),'straight-connector2':_0x535231(0x248),'bent-connector3':'折線','bent-connector3-arrow1':'折線:箭頭','bent-connector3-arrow2':_0x535231(0x212),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':_0x535231(0x1d5),'rect':'矩形','round-rect':_0x535231(0x1ff),'snip1-rect':_0x535231(0x211),'snip2-same-rect':_0x535231(0x1de),'snip2-diag-rect':_0x535231(0x201),'snip-round-rect':_0x535231(0x29b),'round1-rect':'矩形:單圓角','round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x535231(0x1b4),'rect-textbox-horizontal':_0x535231(0x229),'rect-textbox-vertical':_0x535231(0x26d),'ellipse':'橢圓','triangle':_0x535231(0x2a4),'rt-triangle':_0x535231(0x1e5),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x535231(0x264),'diamond':'菱形','pentagon':_0x535231(0x1e4),'hexagon':_0x535231(0x2a2),'heptagon':_0x535231(0x29a),'octagon':'八邊形','decagon':_0x535231(0x2a5),'dodecagon':'十二邊形','pie':_0x535231(0x2bd),'chord':'弦形','teardrop':'淚滴形','frame':_0x535231(0x22f),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':'缺角矩形','can':_0x535231(0x22d),'cube':_0x535231(0x216),'bevel':_0x535231(0x2ae),'donut':_0x535231(0x1c5),'no-smoking':_0x535231(0x291),'block-arc':'空心弧','folder-corner':_0x535231(0x25e),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x535231(0x25f),'sun':_0x535231(0x20f),'moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x535231(0x251),'brace-pair':_0x535231(0x268),'left-bracket':_0x535231(0x1d2),'right-bracket':'右中括號','left-brace':'左大括號','right-brace':_0x535231(0x1d8),'right-arrow':_0x535231(0x1b9),'left-arrow':'箭頭:左','up-arrow':_0x535231(0x215),'down-arrow':_0x535231(0x2b5),'left-right-arrow':_0x535231(0x1f4),'up-down-arrow':'箭頭:上下','quad-arrow':_0x535231(0x26e),'left-right-up-arrow':_0x535231(0x26f),'bent-arrow':_0x535231(0x239),'uturn-arrow':_0x535231(0x2a1),'left-up-arrow':_0x535231(0x1ad),'bent-up-arrow':_0x535231(0x299),'curved-right-arrow':_0x535231(0x27c),'curved-left-arrow':_0x535231(0x1b7),'curved-up-arrow':_0x535231(0x1f3),'curved-down-arrow':_0x535231(0x253),'striped-right-arrow':_0x535231(0x1e8),'notched-right-arrow':_0x535231(0x1cb),'home-plate':_0x535231(0x1e4),'chevron':'箭頭:V型','right-arrow-callout':_0x535231(0x1e0),'down-arrow-callout':_0x535231(0x29d),'left-arrow-callout':_0x535231(0x29e),'up-arrow-callout':_0x535231(0x1f2),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x535231(0x22b),'circular-arrow':_0x535231(0x2ba),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x535231(0x27b),'flow-chart-process':_0x535231(0x225),'flow-chart-alternate-process':_0x535231(0x2be),'flow-chart-decision':_0x535231(0x223),'flow-chart-input-output':_0x535231(0x1ce),'flow-chart-predefined-process':_0x535231(0x1af),'flow-chart-internal-storage':_0x535231(0x266),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':_0x535231(0x28c),'flow-chart-terminator':_0x535231(0x1df),'flow-chart-preparation':_0x535231(0x1f6),'flow-chart-manual-input':'流程圖:手動輸入','flow-chart-manual-operation':_0x535231(0x1c1),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x535231(0x220),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x535231(0x204),'flow-chart-summing-junction':_0x535231(0x29f),'flow-chart-or':_0x535231(0x2b3),'flow-chart-collate':_0x535231(0x298),'flow-chart-sort':_0x535231(0x272),'flow-chart-extract':_0x535231(0x1f7),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x535231(0x1f5),'flow-chart-delay':_0x535231(0x1c6),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x535231(0x222),'flow-chart-magnetic-drum':_0x535231(0x1ed),'flow-chart-display':_0x535231(0x1d4),'irregular-seal1':_0x535231(0x290),'irregular-seal2':'爆炸形:14pt','star4':_0x535231(0x1e1),'star5':'星形:五角','star6':'星形:六角','star7':_0x535231(0x297),'star8':_0x535231(0x270),'star10':_0x535231(0x293),'star12':_0x535231(0x249),'star16':_0x535231(0x25b),'star24':_0x535231(0x29c),'star32':'星形:三十二角','ribbon2':_0x535231(0x276),'ribbon':_0x535231(0x228),'ellipse-ribbon2':_0x535231(0x28e),'ellipse-ribbon':'帶形:前凸彎','vertical-scroll':'卷形:垂直','horizontal-scroll':_0x535231(0x209),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':'氣泡:雲','border-callout1':_0x535231(0x242),'border-callout2':_0x535231(0x2a6),'border-callout3':_0x535231(0x2b7),'accent-callout1':_0x535231(0x1b8),'accent-callout2':_0x535231(0x1fc),'accent-callout3':_0x535231(0x1ac),'callout1':_0x535231(0x283),'callout2':'標註:彎曲線形(無邊框)','callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x535231(0x25c),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':_0x535231(0x277),'left-right-circular-arrow':_0x535231(0x1cd),'swoosh-arrow':_0x535231(0x2b4),'left-right-ribbon':_0x535231(0x1f0),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x535231(0x238),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x535231(0x1ab),'action-button-forward-next':_0x535231(0x207),'action-button-beginning':_0x535231(0x23a),'action-button-end':'結束按鈕','action-button-home':'主頁按鈕','action-button-information':_0x535231(0x256),'action-button-return':_0x535231(0x24d),'action-button-movie':_0x535231(0x27d),'action-button-document':_0x535231(0x2a0),'action-button-sound':'聲音按鈕','action-button-help':_0x535231(0x1c8),'action-button-blank':'空白按鈕','chart-plus':_0x535231(0x20e),'chart-star':'圖表星號','chart-x':_0x535231(0x1ae),'flow-chart-offline-storage':'流程圖:離線存儲','line-inv':_0x535231(0x1e2),'plaque-tabs':'牌匾標籤','square-tabs':_0x535231(0x210),'up-down-arrow-callout':'上下箭頭標註'}},'slide':{'placeholder':{'text':{'title':_0x535231(0x1d3),'subtitle':_0x535231(0x1f1),'body':_0x535231(0x206),'text':_0x535231(0x206),'header':_0x535231(0x203),'footer':_0x535231(0x22c),'date':_0x535231(0x1b3),'slideNumber':_0x535231(0x2b6)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':'移到最上層','backward':'移到最下層','front':'移到最前面','back':_0x535231(0x224)},'transform':{'title':'轉換','rotate':_0x535231(0x2bc),'x':_0x535231(0x2a3),'y':_0x535231(0x287),'width':_0x535231(0x2af),'height':_0x535231(0x252),'lock':'鎖定長寬比'},'crop':{'title':'裁剪','start':'開始裁剪','mode':'自由','shape':_0x535231(0x260)}}}};function _0x3f92(){const _0x321aa0=['草圖類型','物件列表','前端箭頭大小','雙括號','高度\x20(像素)','箭頭:下弧形','圖案預設值','暫無物件','信息按鈕','1375020ehiYHb','轉場效果','藍色末端箭頭線條','雙螢幕・從頭開始','星形:十六角','標註:彎曲線形(帶邊框和強調線)','外部:左上','矩形:折角','閃電形','裁剪為圖案','文字背景色','長虛線-點-點','從目前幻燈片播放','非等腰梯形','章節標題','流程圖:內部貯存','雙螢幕・從目前開始','雙大括號','講者備註','24bKzeBB','放大字型','右對齊','縱向文字方塊','箭頭:十字','箭頭:丁字','星形:八角','藍色細實線','流程圖:排序','全部顯示','3160460fTycMU','黑色細實線','帶形:上凸','左圓形箭頭','隱藏母片/版面配置圖形','位置與大小','段落類型','不等號','箭頭:右弧形','電影按鈕','在下方新增投影片','隨圖案旋轉','靠右下','33522900vOFEfA','22GqxanV','標註:線形(無邊框)','插入圖片','圖案格式設定','水平文字方塊','Y\x20(像素)','下移一層','前端箭頭類型','取消群組','垂直居中','流程圖:多文檔','刪除形狀','帶形:上凸彎','未設定','爆炸形:8pt','禁止符','內文黑色','星形:十角','標題與內容','圖片來源','外部:左上(大)','星形:七角','流程圖:對照','箭頭:直角上','七邊形','矩形:一個圓頂角,剪去另一個頂角','星形:二十四角','標註:下箭頭','標註:左箭頭','流程圖:匯總連接','文檔按鈕','箭頭:手杖形','六邊形','X\x20(像素)','等腰三角形','十邊形','標註:彎曲線形','左右對齊','無填滿','置中對齊','X\x20位移','無線條','外部:右下(小)','綠色雙向箭頭線條','矩形:棱台','寬度\x20(像素)','長虛線','垂直文字方塊','上一頁','流程圖:或者','彎曲箭頭','箭頭:下','幻燈片編號預留位置','標註:雙彎曲線形','調整投影片縮圖面板大小','純色填滿','箭頭:環形','長虛線-點','旋轉\x20(°)','不完整圓','流程圖:可選過程','返回/上一個按鈕','標註:雙彎曲線形(帶強調線)','箭頭:直角雙向','圖表X','流程圖:預定義過程','橙色細實線','靠左下','按一下新增目前幻燈片的備註','日期預留位置','矩形:對角圓角','直線箭頭','圖案樣式','箭頭:左弧形','標註:線形(帶強調線)','箭頭:右','隱形箭頭','星與旗幟','灰色細虛線','第\x20{current}\x20/\x20{total}\x20張','雙螢幕簡報','垂直對齊','下一頁','流程圖:手動操作','自由線條','虛線-點','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','圓:空心','流程圖:延期','無講者備註','幫助按鈕','靠左上','7YJcWIC','箭頭:燕尾形','末端箭頭大小','左右圓形箭頭','流程圖:數據','文字樣式','選擇版面配置','更改形狀','左中括號','按一下以新增標題','流程圖:顯示','雙箭頭曲線','兩欄內容','透明度','右大括號','縮小字型','頂端對齊','簡報結束','幻燈片','佈景主題','矩形:剪去頂角','流程圖:終止','標註:右箭頭','星形:四角','線反向','更多樣式','五邊形','直角三角形','背景格式設定','文字在前','箭頭:虛尾','圖樣設定即將推出。','10BebDVf','左對齊','陰影顏色','流程圖:直接訪問存儲器','刪除線','居中對齊','左右帶形','按一下以新增副標題','標註:上箭頭','箭頭:上弧形','箭頭:左右','流程圖:存儲數據','流程圖:準備','流程圖:摘錄','藍色虛線末端箭頭','基本形狀','圖樣填滿','頂部對齊','標註:彎曲線形(帶強調線)','虛線類型','標題幻燈片','圓角矩形','灰色細實線','矩形:剪去對角','自訂大小','頁首預留位置','流程圖:資料帶','從頭播放','按一下以新增文字','前進/下一個按鈕','X\x20縮放','卷形:水平','與文字排列','插入圖片來源','接合類型','無陰影','圖表加號','太陽形','方形標籤','剪去單角矩形','雙箭頭折線','底部對齊','拐角半徑','箭頭:上','立方體','菱形箭頭','圖片填滿','漸層填滿','箭頭總匯','全部套用','含標題圖片','圖案格式','檔案...','找不到結果。','流程圖:離頁連接符','245592KjwhJE','流程圖:磁盤','流程圖:決策','移到最後面','流程圖:過程','Table\x20size','綠色虛線雙向箭頭','帶形:前凸','橫向文字方塊','標題1','標註:十字箭頭','頁尾預留位置','圓柱形','exports','圖文框','28LZjOKI','灰色虛線末端箭頭','11304800crPFSB','外部:右下','張圖片','底端對齊','新增幻燈片','輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','6齒齒輪','箭頭:圓角右','開始按鈕','開放箭頭','Y\x20縮放','水平對齊','線條樣式','標題黑色','流程圖','無顏色','標註:線形','打開形狀面板','水平翻轉','文字色彩','設定背景','快速樣式','雙箭頭直線','星形:十二角','602700GAUpxw','垂直翻轉','833819TebQkG','返回按鈕'];_0x3f92=function(){return _0x321aa0;};return _0x3f92();}module[_0x535231(0x22e)]=e;
|
|
1
|
+
const _0x47ce25=_0xc0ba;function _0x45ce(){const _0x1db0b2=['末端箭頭類型','無講者備註','從目前幻燈片播放','接合類型','灰色細虛線','無填滿','居中對齊','未設定','Y\x20(像素)','文字在前','319CdqutU','X\x20(像素)','外部:左上(大)','雙螢幕簡報','雙螢幕・從目前開始','Y\x20位移','左對齊','開始裁剪','背景格式設定','exports','圖樣設定即將推出。','靠右上','無線條','末端箭頭大小','高度\x20(像素)','新增描述','藍色細實線','圖案樣式','全部套用','設定背景','標題1','幻燈片','虛線-點','6qnDCyJ','移到最後面','隨圖案旋轉','長虛線-點-點','找不到結果。','佈景主題','與文字排列','寬度\x20(像素)','縮小字型','圖片並排作為材質','文字在後','2EGzSGv','橙色細實線','位置與大小','重設背景','圖樣填滿','長虛線-點','灰色細實線','講者備註','長虛線','3095695aiwvwK','僅標題','雙螢幕・從頭開始','張圖片','Y\x20縮放','垂直對齊','7659864aXBPPM','標題黑色','註解灰色','左右對齊','插入圖片來源','移到最前面','刪除形狀','前端箭頭大小','隱藏母片/版面配置圖形','14465330HHfghZ','快速樣式','文字顏色','右對齊','外部:左上','2724ELQHVo','7870786CcBPop','透明文字色彩','頁首預留位置','黑色細實線','藍色虛線末端箭頭','下移一層','外部:右下(小)','8EXqHEo','裁剪為圖案','轉場效果','移到最上層','移到最下層','鎖定長寬比','靠左下','下一頁','無顏色','上及下','日期預留位置','文字方塊','圖片填滿','段落類型','透明度','取消群組','草圖類型','全部顯示','更多樣式','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','3UFWcAG','黑色細虛線','1379424fRZjiI','檔案...','圖案預設值','兩欄內容','兩端對齊','開放箭頭','按一下以全螢幕','垂直翻轉','上一頁','線條樣式','刪除線','陰影顏色','靠右下','表格大小','+\x20新增幻燈片','線端類型','按一下以新增標題','圖案格式','圖片來源','1836943ROaWvn','外部:左下','暫無物件','藍色末端箭頭線條','插入圖片','頂部對齊','水平文字方塊','圖案格式設定','外部:右上','旋轉\x20(°)','漸層填滿','按一下以新增文字','無陰影','前端箭頭類型','搜尋幻燈片與物件','上移一層','純色填滿','文字樣式','重置顏色','自訂大小','隱形箭頭','標題與內容','物件列表','水平對齊','文字背景色','強調橙色','標題幻燈片','放大字型','藍色細虛線','含標題圖片','底部對齊'];_0x45ce=function(){return _0x1db0b2;};return _0x45ce();}(function(_0x46bde7,_0x5db3b2){const _0x4447be=_0xc0ba,_0x33cfb0=_0x46bde7();while(!![]){try{const _0x51fbe0=parseInt(_0x4447be(0x27e))/0x1*(parseInt(_0x4447be(0x230))/0x2)+parseInt(_0x4447be(0x269))/0x3*(-parseInt(_0x4447be(0x26b))/0x4)+parseInt(_0x4447be(0x239))/0x5+parseInt(_0x4447be(0x225))/0x6*(parseInt(_0x4447be(0x24e))/0x7)+-parseInt(_0x4447be(0x255))/0x8*(parseInt(_0x4447be(0x23f))/0x9)+-parseInt(_0x4447be(0x248))/0xa+parseInt(_0x4447be(0x20e))/0xb*(-parseInt(_0x4447be(0x24d))/0xc);if(_0x51fbe0===_0x5db3b2)break;else _0x33cfb0['push'](_0x33cfb0['shift']());}catch(_0xc63aaa){_0x33cfb0['push'](_0x33cfb0['shift']());}}}(_0x45ce,0xe3654));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x47ce25(0x27c),'changeShape':'更改形狀'},'insertToolbar':{'search':'搜尋','text':_0x47ce25(0x260),'textHorizontal':_0x47ce25(0x284),'textVertical':'垂直文字方塊','image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x47ce25(0x278),'customSize':_0x47ce25(0x1f8),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x47ce25(0x1f3),'noQuery':'輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','empty':_0x47ce25(0x229),'slidePrefix':_0x47ce25(0x223)},'themePicker':{'title':_0x47ce25(0x22a),'caption':_0x47ce25(0x26d),'tooltip':'選擇幻燈片佈景主題'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x47ce25(0x262),'heading1':_0x47ce25(0x222),'increaseFontSize':_0x47ce25(0x200),'decreaseFontSize':_0x47ce25(0x22d),'textColor':'文字色彩','transparentTextColor':_0x47ce25(0x24f),'textBackgroundColor':'文字背景色','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x47ce25(0x275),'horizontalAlign':_0x47ce25(0x1fc),'verticalAlign':_0x47ce25(0x23e),'alignLeft':'左對齊','alignCenter':'置中對齊','alignRight':_0x47ce25(0x24b),'alignJustify':_0x47ce25(0x242),'alignTop':'頂端對齊','alignMiddle':'垂直置中','alignBottom':'底端對齊'},'quickStyles':{'tooltip':_0x47ce25(0x249),'shapeStyles':_0x47ce25(0x21f),'lineStyles':_0x47ce25(0x274),'textStyles':_0x47ce25(0x1f6),'more':_0x47ce25(0x267),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x47ce25(0x251),'blueSolid':_0x47ce25(0x21e),'orangeSolid':_0x47ce25(0x231),'graySolid':_0x47ce25(0x236),'blueEndArrow':_0x47ce25(0x281),'greenTwoWayArrow':'綠色雙向箭頭線條','blackDashed':_0x47ce25(0x26a),'blueDashed':_0x47ce25(0x201),'grayDashed':_0x47ce25(0x208),'blueDashedEndArrow':_0x47ce25(0x252),'grayDashedEndArrow':'灰色虛線末端箭頭','greenDashedTwoWayArrow':'綠色虛線雙向箭頭'},'text':{'bodyBlack':'內文黑色','titleBlack':_0x47ce25(0x240),'accentBlue':'強調藍色','accentOrange':_0x47ce25(0x1fe),'noteGray':_0x47ce25(0x241)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x47ce25(0x279),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':'選擇版面配置','layouts':{'title':_0x47ce25(0x1ff),'titleAndBody':_0x47ce25(0x1fa),'sectionHeader':'章節標題','twoColumns':_0x47ce25(0x26e),'comparison':'比較','blank':'空白','titleOnly':_0x47ce25(0x23a),'pictureWithCaption':_0x47ce25(0x202)}}},'shapePanel':{'title':_0x47ce25(0x285),'shapeStyle':_0x47ce25(0x21f),'shapePosition':'位置','openPanel':'打開形狀面板','deleteShape':_0x47ce25(0x245),'toolbar':{'alignLeft':_0x47ce25(0x214),'alignCenter':_0x47ce25(0x20a),'alignRight':'右對齊','alignJustify':_0x47ce25(0x26f),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x47ce25(0x24a),'textBackgroundColor':_0x47ce25(0x1fd),'fillColor':_0x47ce25(0x1fd),'resetColor':_0x47ce25(0x1f7)},'align':{'top':_0x47ce25(0x283),'middle':'垂直居中','bottom':_0x47ce25(0x203)},'textWrap':{'inline':_0x47ce25(0x22b),'square':'矩形','topAndBottom':_0x47ce25(0x25e),'behindText':_0x47ce25(0x20d),'inFrontText':_0x47ce25(0x22f)},'position':{'title':_0x47ce25(0x232),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x47ce25(0x276),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x47ce25(0x1f1),'shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':_0x47ce25(0x27f),'shdw2':_0x47ce25(0x286),'shdw1':_0x47ce25(0x24c),'shdw14':_0x47ce25(0x254),'shdw10':_0x47ce25(0x210)}},'fill':{'title':'填滿','noFill':_0x47ce25(0x25d),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0x47ce25(0x27d),'insert':_0x47ce25(0x282),'tileAsTexture':_0x47ce25(0x22e),'offsetX':'X\x20位移','offsetY':_0x47ce25(0x213),'scaleX':'X\x20縮放','scaleY':_0x47ce25(0x23d),'alignment':'對齊','rotateWithShape':_0x47ce25(0x227),'align':{'tl':'靠左上','t':'靠上','tr':_0x47ce25(0x219),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x47ce25(0x25b),'b':'靠下','br':_0x47ce25(0x277)}}},'line':{'title':'線條','noLine':_0x47ce25(0x21a),'solidLine':'實線','color':'色彩','transparency':_0x47ce25(0x263),'width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0x47ce25(0x1f2),'beginArrowSize':_0x47ce25(0x246),'endArrowType':_0x47ce25(0x204),'endArrowSize':_0x47ce25(0x21b),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x47ce25(0x224),'longDash':_0x47ce25(0x238),'longDashDot':_0x47ce25(0x235),'longDashDotDot':_0x47ce25(0x228)},'capType':{'title':_0x47ce25(0x27a),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x47ce25(0x207),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x47ce25(0x265),'none':'無','curved':'曲線','freehand':'自由線條','handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x47ce25(0x270),'stealthArrow':_0x47ce25(0x1f9),'diamondArrow':'菱形箭頭','ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x47ce25(0x1fb),'showAll':_0x47ce25(0x266),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x47ce25(0x1f4),'moveBackward':_0x47ce25(0x253),'nameInput':'物件名稱','empty':_0x47ce25(0x280),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x47ce25(0x21d),'details':'詳情','noSelection':'選擇物件以編輯詳情'},'backgroundPanel':{'title':_0x47ce25(0x216),'backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x47ce25(0x247),'presentationBackground':'簡報背景','presentationBackgroundEmpty':_0x47ce25(0x20b),'presentationBackgroundImages':_0x47ce25(0x23c),'setPresentationBackground':_0x47ce25(0x221),'clearPresentationBackground':'清除','none':_0x47ce25(0x209),'solid':_0x47ce25(0x1f5),'gradient':_0x47ce25(0x1ef),'image':_0x47ce25(0x261),'pattern':_0x47ce25(0x234),'color':'色彩','transparency':_0x47ce25(0x263),'imageSource':_0x47ce25(0x243),'insertImage':_0x47ce25(0x26c),'fit':'適配','fitOptions':{'cover':'填滿','contain':'最適大小','stretch':'延展','repeat':'並排'},'patternHint':_0x47ce25(0x218),'applyToAll':_0x47ce25(0x220),'resetBackground':_0x47ce25(0x233)},'transitionPanel':{'title':_0x47ce25(0x257),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x47ce25(0x220),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':'新增幻燈片','backgroundPanel':_0x47ce25(0x216),'transitionPanel':_0x47ce25(0x257),'speakerNotes':_0x47ce25(0x237),'ruler':'標尺','shapePanel':_0x47ce25(0x285),'flipHorizontal':'水平翻轉','flipVertical':_0x47ce25(0x272),'group':'群組','ungroup':_0x47ce25(0x264)},'presentation':{'play':'播放','playFromBeginning':'從頭播放','playFromCurrent':_0x47ce25(0x206),'playDualScreen':_0x47ce25(0x211),'playDualScreenFromBeginning':_0x47ce25(0x23b),'playDualScreenFromCurrent':_0x47ce25(0x212),'dualScreenUnavailable':_0x47ce25(0x268),'fullscreenPrompt':_0x47ce25(0x271),'presentationEnded':'簡報結束','previous':_0x47ce25(0x273),'next':_0x47ce25(0x25c),'exit':'結束','slideProgress':'第\x20{current}\x20/\x20{total}\x20張','speakerNotes':'講者備註','speakerNotesPlaceholder':'按一下新增目前幻燈片的備註','speakerNotesEmpty':_0x47ce25(0x205),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x47ce25(0x27b),'subtitle':'按一下以新增副標題','body':_0x47ce25(0x1f0),'text':'按一下以新增文字','header':_0x47ce25(0x250),'footer':'頁尾預留位置','date':_0x47ce25(0x25f),'slideNumber':'幻燈片編號預留位置'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x47ce25(0x258),'backward':_0x47ce25(0x259),'front':_0x47ce25(0x244),'back':_0x47ce25(0x226)},'transform':{'title':'轉換','rotate':_0x47ce25(0x287),'x':_0x47ce25(0x20f),'y':_0x47ce25(0x20c),'width':_0x47ce25(0x22c),'height':_0x47ce25(0x21c),'lock':_0x47ce25(0x25a)},'crop':{'title':'裁剪','start':_0x47ce25(0x215),'mode':'自由','shape':_0x47ce25(0x256)}}}};function _0xc0ba(_0x22f895,_0x431b94){_0x22f895=_0x22f895-0x1ef;const _0x45cecc=_0x45ce();let _0xc0ba60=_0x45cecc[_0x22f895];return _0xc0ba60;}module[_0x47ce25(0x217)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x4aa9dd=_0x2abe;function _0x2abe(_0x3b4a22,_0x3fd29e){_0x3b4a22=_0x3b4a22-0x1d3;const _0x16d1e1=_0x16d1();let _0x2abe22=_0x16d1e1[_0x3b4a22];return _0x2abe22;}(function(_0xf3b404,_0x3ee027){const _0x3fe4b0=_0x2abe,_0x220715=_0xf3b404();while(!![]){try{const _0x53c5f5=parseInt(_0x3fe4b0(0x228))/0x1*(parseInt(_0x3fe4b0(0x2cf))/0x2)+parseInt(_0x3fe4b0(0x2ad))/0x3*(parseInt(_0x3fe4b0(0x1e4))/0x4)+parseInt(_0x3fe4b0(0x202))/0x5+parseInt(_0x3fe4b0(0x246))/0x6*(parseInt(_0x3fe4b0(0x233))/0x7)+parseInt(_0x3fe4b0(0x1d8))/0x8+-parseInt(_0x3fe4b0(0x206))/0x9*(parseInt(_0x3fe4b0(0x23c))/0xa)+-parseInt(_0x3fe4b0(0x25f))/0xb;if(_0x53c5f5===_0x3ee027)break;else _0x220715['push'](_0x220715['shift']());}catch(_0x355b58){_0x220715['push'](_0x220715['shift']());}}}(_0x16d1,0xecffb));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x4aa9dd(0x1db),'changeShape':'變更圖形'},'insertToolbar':{'search':'搜尋','text':_0x4aa9dd(0x230),'textHorizontal':_0x4aa9dd(0x29b),'textVertical':_0x4aa9dd(0x2b7),'image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x4aa9dd(0x209),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x4aa9dd(0x1fa),'noQuery':'輸入關鍵字搜尋投影片名稱、文字和物件名稱。','empty':_0x4aa9dd(0x26b),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x4aa9dd(0x1ff),'tooltip':_0x4aa9dd(0x2de)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x4aa9dd(0x213),'heading1':_0x4aa9dd(0x21e),'increaseFontSize':_0x4aa9dd(0x279),'decreaseFontSize':_0x4aa9dd(0x215),'textColor':_0x4aa9dd(0x25b),'transparentTextColor':_0x4aa9dd(0x27c),'textBackgroundColor':_0x4aa9dd(0x21a),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','horizontalAlign':_0x4aa9dd(0x256),'verticalAlign':_0x4aa9dd(0x2a3),'alignLeft':_0x4aa9dd(0x23e),'alignCenter':_0x4aa9dd(0x1e2),'alignRight':'右對齊','alignJustify':_0x4aa9dd(0x23a),'alignTop':_0x4aa9dd(0x210),'alignMiddle':_0x4aa9dd(0x2a1),'alignBottom':_0x4aa9dd(0x271)},'quickStyles':{'tooltip':_0x4aa9dd(0x23d),'shapeStyles':_0x4aa9dd(0x261),'lineStyles':'線條樣式','textStyles':_0x4aa9dd(0x1e3),'more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x4aa9dd(0x29c),'blueSolid':_0x4aa9dd(0x2c2),'orangeSolid':_0x4aa9dd(0x27f),'graySolid':_0x4aa9dd(0x2b5),'blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':_0x4aa9dd(0x277),'blackDashed':_0x4aa9dd(0x26c),'blueDashed':'藍色細虛線','grayDashed':_0x4aa9dd(0x2b9),'blueDashedEndArrow':_0x4aa9dd(0x225),'grayDashedEndArrow':_0x4aa9dd(0x266),'greenDashedTwoWayArrow':_0x4aa9dd(0x2c7)},'text':{'bodyBlack':_0x4aa9dd(0x1f3),'titleBlack':_0x4aa9dd(0x2d2),'accentBlue':_0x4aa9dd(0x2b4),'accentOrange':_0x4aa9dd(0x1ee),'noteGray':_0x4aa9dd(0x21d)}}},'thumbnailBar':{'resizePanel':_0x4aa9dd(0x22c),'addSlide':_0x4aa9dd(0x28a),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x4aa9dd(0x1f7),'layouts':{'title':'標題投影片','titleAndBody':_0x4aa9dd(0x1d5),'sectionHeader':_0x4aa9dd(0x275),'twoColumns':_0x4aa9dd(0x205),'comparison':'比較','blank':'空白','titleOnly':_0x4aa9dd(0x237),'pictureWithCaption':_0x4aa9dd(0x1ed)}}},'shapePanel':{'title':_0x4aa9dd(0x248),'shapeStyle':'圖形樣式','shapePosition':'位置','openPanel':_0x4aa9dd(0x1fc),'deleteShape':_0x4aa9dd(0x24a),'toolbar':{'alignLeft':'左對齊','alignCenter':_0x4aa9dd(0x265),'alignRight':'右對齊','alignJustify':_0x4aa9dd(0x255),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4aa9dd(0x2bf),'textColor':'文字顏色','textBackgroundColor':'文字背景色','fillColor':'文字背景色','resetColor':_0x4aa9dd(0x267)},'align':{'top':_0x4aa9dd(0x1e6),'middle':'垂直居中','bottom':_0x4aa9dd(0x1f5)},'textWrap':{'inline':_0x4aa9dd(0x1f0),'square':'矩形','topAndBottom':_0x4aa9dd(0x29e),'behindText':_0x4aa9dd(0x22d),'inFrontText':_0x4aa9dd(0x2e2)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x4aa9dd(0x1d9),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':_0x4aa9dd(0x1da),'shadowSize':'大小','shadowPreset':{'shdw6':_0x4aa9dd(0x25c),'shdw5':'外部:左下','shdw2':_0x4aa9dd(0x1f4),'shdw1':_0x4aa9dd(0x22f),'shdw14':_0x4aa9dd(0x284),'shdw10':_0x4aa9dd(0x252)}},'fill':{'title':'填滿','noFill':_0x4aa9dd(0x20f),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0x4aa9dd(0x2ba),'insert':_0x4aa9dd(0x2e8),'tileAsTexture':_0x4aa9dd(0x1e8),'offsetX':'水平位移','offsetY':'垂直位移','scaleX':_0x4aa9dd(0x258),'scaleY':_0x4aa9dd(0x1d3),'alignment':'對齊','rotateWithShape':_0x4aa9dd(0x2d5),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x4aa9dd(0x282),'solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':_0x4aa9dd(0x2d9),'beginArrowType':_0x4aa9dd(0x2be),'beginArrowSize':_0x4aa9dd(0x272),'endArrowType':_0x4aa9dd(0x28b),'endArrowSize':_0x4aa9dd(0x24d),'dashType':{'title':_0x4aa9dd(0x231),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'短虛線','dashDot':_0x4aa9dd(0x26e),'longDash':_0x4aa9dd(0x2bc),'longDashDot':_0x4aa9dd(0x285),'longDashDotDot':'長雙點劃線'},'capType':{'title':_0x4aa9dd(0x2c4),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x4aa9dd(0x2e1),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x4aa9dd(0x2ce),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x4aa9dd(0x227)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x4aa9dd(0x287),'stealthArrow':_0x4aa9dd(0x2af),'diamondArrow':'菱形箭頭','ovalArrow':_0x4aa9dd(0x23f)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x4aa9dd(0x257),'showAll':_0x4aa9dd(0x220),'hideAll':_0x4aa9dd(0x2cb),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x4aa9dd(0x21b),'nameInput':_0x4aa9dd(0x276),'empty':_0x4aa9dd(0x2d8)},'backgroundPanel':{'title':'設定背景格式','backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x4aa9dd(0x221),'presentationBackground':'簡報底圖','presentationBackgroundEmpty':_0x4aa9dd(0x2dd),'presentationBackgroundImages':'張圖片','setPresentationBackground':_0x4aa9dd(0x1ef),'clearPresentationBackground':'清除','none':_0x4aa9dd(0x26a),'solid':_0x4aa9dd(0x286),'gradient':'漸層填滿','image':_0x4aa9dd(0x28f),'pattern':_0x4aa9dd(0x25d),'color':'色彩','transparency':_0x4aa9dd(0x1da),'imageSource':'插入圖片來源','insertImage':_0x4aa9dd(0x2c1),'fit':_0x4aa9dd(0x281),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x4aa9dd(0x234),'applyToAll':'套用到全部','resetBackground':_0x4aa9dd(0x21f)},'transitionPanel':{'title':_0x4aa9dd(0x229),'effect':'效果','direction':'方向','duration':_0x4aa9dd(0x298),'preview':'預覽','applyToAll':'套用到全部','effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':_0x4aa9dd(0x1fb),'right':_0x4aa9dd(0x2a7),'up':_0x4aa9dd(0x294),'down':'從下方'}},'contextmenu':{'addPage':_0x4aa9dd(0x21c),'backgroundPanel':_0x4aa9dd(0x2ac),'transitionPanel':_0x4aa9dd(0x229),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0x4aa9dd(0x248),'flipHorizontal':'水平翻轉','flipVertical':_0x4aa9dd(0x1e0),'group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':_0x4aa9dd(0x254),'playFromCurrent':_0x4aa9dd(0x2d7),'playDualScreen':'雙螢幕播放','playDualScreenFromBeginning':_0x4aa9dd(0x249),'playDualScreenFromCurrent':_0x4aa9dd(0x29f),'dualScreenUnavailable':'無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x4aa9dd(0x203),'presentationEnded':_0x4aa9dd(0x2e9),'previous':'上一頁','next':_0x4aa9dd(0x212),'exit':'結束','slideProgress':_0x4aa9dd(0x2c6),'speakerNotes':'備註','speakerNotesPlaceholder':_0x4aa9dd(0x27b),'speakerNotesEmpty':'暫無備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x4aa9dd(0x253),'blockArrow':'箭頭總匯','equationShape':_0x4aa9dd(0x1df),'flowchart':_0x4aa9dd(0x224),'starAndBanner':_0x4aa9dd(0x1ea),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x4aa9dd(0x27a),'straight-connector2':_0x4aa9dd(0x2c8),'bent-connector3':'折線','bent-connector3-arrow1':_0x4aa9dd(0x226),'bent-connector3-arrow2':_0x4aa9dd(0x2ab),'curved-connector3':'曲線','curved-connector3-arrow1':_0x4aa9dd(0x1ec),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x4aa9dd(0x2e0),'snip1-rect':'剪去單角矩形','snip2-same-rect':_0x4aa9dd(0x245),'snip2-diag-rect':_0x4aa9dd(0x297),'snip-round-rect':_0x4aa9dd(0x264),'round1-rect':_0x4aa9dd(0x280),'round2-same-rect':_0x4aa9dd(0x2df),'round2-diag-rect':'矩形:對角圓角','rect-textbox-horizontal':_0x4aa9dd(0x29b),'rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':_0x4aa9dd(0x2d1),'rt-triangle':_0x4aa9dd(0x299),'parallelogram':_0x4aa9dd(0x238),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x4aa9dd(0x223),'hexagon':_0x4aa9dd(0x28d),'heptagon':_0x4aa9dd(0x1dc),'octagon':'八邊形','decagon':_0x4aa9dd(0x2d0),'dodecagon':_0x4aa9dd(0x244),'pie':'不完整圓','chord':'弦形','teardrop':_0x4aa9dd(0x242),'frame':_0x4aa9dd(0x290),'half-frame':_0x4aa9dd(0x2e6),'corner':'L形','diag-stripe':'斜紋','plus':_0x4aa9dd(0x27d),'plaque':_0x4aa9dd(0x200),'can':_0x4aa9dd(0x216),'cube':_0x4aa9dd(0x20d),'bevel':'矩形:棱台','donut':_0x4aa9dd(0x26d),'no-smoking':_0x4aa9dd(0x2ae),'block-arc':'空心弧','folder-corner':_0x4aa9dd(0x2a6),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x4aa9dd(0x260),'sun':'太陽形','moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x4aa9dd(0x22e),'brace-pair':_0x4aa9dd(0x232),'left-bracket':_0x4aa9dd(0x28e),'right-bracket':_0x4aa9dd(0x214),'left-brace':_0x4aa9dd(0x2c0),'right-brace':_0x4aa9dd(0x26f),'right-arrow':_0x4aa9dd(0x2d6),'left-arrow':_0x4aa9dd(0x1fd),'up-arrow':_0x4aa9dd(0x2cc),'down-arrow':'箭頭:下','left-right-arrow':_0x4aa9dd(0x1dd),'up-down-arrow':_0x4aa9dd(0x25e),'quad-arrow':_0x4aa9dd(0x222),'left-right-up-arrow':_0x4aa9dd(0x1e9),'bent-arrow':_0x4aa9dd(0x2a0),'uturn-arrow':_0x4aa9dd(0x2bd),'left-up-arrow':_0x4aa9dd(0x207),'bent-up-arrow':_0x4aa9dd(0x288),'curved-right-arrow':_0x4aa9dd(0x25a),'curved-left-arrow':_0x4aa9dd(0x263),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x4aa9dd(0x1d4),'notched-right-arrow':'箭頭:燕尾形','home-plate':'五邊形','chevron':_0x4aa9dd(0x2b3),'right-arrow-callout':_0x4aa9dd(0x296),'down-arrow-callout':_0x4aa9dd(0x2aa),'left-arrow-callout':_0x4aa9dd(0x204),'up-arrow-callout':_0x4aa9dd(0x1f8),'left-right-arrow-callout':_0x4aa9dd(0x20a),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x4aa9dd(0x2b1),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x4aa9dd(0x29a),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x4aa9dd(0x283),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':_0x4aa9dd(0x28c),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':_0x4aa9dd(0x24b),'flow-chart-manual-input':_0x4aa9dd(0x1e5),'flow-chart-manual-operation':_0x4aa9dd(0x211),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x4aa9dd(0x1d7),'flow-chart-punched-card':_0x4aa9dd(0x1f6),'flow-chart-punched-tape':_0x4aa9dd(0x22b),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':'流程圖:或者','flow-chart-collate':_0x4aa9dd(0x2c3),'flow-chart-sort':_0x4aa9dd(0x27e),'flow-chart-extract':_0x4aa9dd(0x219),'flow-chart-merge':_0x4aa9dd(0x2b6),'flow-chart-online-storage':_0x4aa9dd(0x24e),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0x4aa9dd(0x1de),'flow-chart-magnetic-disk':'流程圖:磁盤','flow-chart-magnetic-drum':_0x4aa9dd(0x259),'flow-chart-display':_0x4aa9dd(0x251),'irregular-seal1':_0x4aa9dd(0x2b8),'irregular-seal2':_0x4aa9dd(0x240),'star4':_0x4aa9dd(0x247),'star5':'星形:五角','star6':_0x4aa9dd(0x269),'star7':_0x4aa9dd(0x24c),'star8':_0x4aa9dd(0x1d6),'star10':_0x4aa9dd(0x2ea),'star12':_0x4aa9dd(0x2a4),'star16':'星形:十六角','star24':_0x4aa9dd(0x20b),'star32':_0x4aa9dd(0x274),'ribbon2':_0x4aa9dd(0x239),'ribbon':_0x4aa9dd(0x243),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x4aa9dd(0x295),'vertical-scroll':_0x4aa9dd(0x2b0),'horizontal-scroll':_0x4aa9dd(0x2e5),'wave':'波形','double-wave':_0x4aa9dd(0x2da),'wedge-rect-callout':_0x4aa9dd(0x2d3),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0x4aa9dd(0x1eb),'cloud-callout':_0x4aa9dd(0x235),'border-callout1':_0x4aa9dd(0x270),'border-callout2':_0x4aa9dd(0x217),'border-callout3':_0x4aa9dd(0x2ca),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x4aa9dd(0x20e),'accent-callout3':_0x4aa9dd(0x2e3),'callout1':_0x4aa9dd(0x1f9),'callout2':_0x4aa9dd(0x1e7),'callout3':_0x4aa9dd(0x1e1),'accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x4aa9dd(0x268),'accent-border-callout3':_0x4aa9dd(0x2c9),'left-circular-arrow':_0x4aa9dd(0x218),'left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0x4aa9dd(0x2a8),'left-right-ribbon':_0x4aa9dd(0x291),'pie-wedge':_0x4aa9dd(0x23b),'funnel':'漏斗','gear6':_0x4aa9dd(0x2dc),'gear9':_0x4aa9dd(0x2db),'corner-tabs':'角標','action-button-back-previous':_0x4aa9dd(0x2a2),'action-button-forward-next':_0x4aa9dd(0x2bb),'action-button-beginning':'開始按鈕','action-button-end':_0x4aa9dd(0x2b2),'action-button-home':_0x4aa9dd(0x236),'action-button-information':_0x4aa9dd(0x208),'action-button-return':_0x4aa9dd(0x262),'action-button-movie':_0x4aa9dd(0x2c5),'action-button-document':'文檔按鈕','action-button-sound':'聲音按鈕','action-button-help':_0x4aa9dd(0x24f),'action-button-blank':_0x4aa9dd(0x241),'chart-plus':_0x4aa9dd(0x2e7),'chart-star':'圖表星號','chart-x':_0x4aa9dd(0x1f2),'flow-chart-offline-storage':'流程圖:離線存儲','line-inv':_0x4aa9dd(0x2a5),'plaque-tabs':_0x4aa9dd(0x201),'square-tabs':_0x4aa9dd(0x1fe),'up-down-arrow-callout':'上下箭頭標註'}},'slide':{'placeholder':{'text':{'title':_0x4aa9dd(0x1f1),'subtitle':_0x4aa9dd(0x250),'body':'單擊此處添加正文','text':_0x4aa9dd(0x29d),'header':'頁眉占位符','footer':_0x4aa9dd(0x20c),'date':_0x4aa9dd(0x292),'slideNumber':'頁碼占位符'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x4aa9dd(0x2d4),'backward':_0x4aa9dd(0x21b),'front':_0x4aa9dd(0x273),'back':_0x4aa9dd(0x22a)},'transform':{'title':'變換','rotate':_0x4aa9dd(0x289),'x':_0x4aa9dd(0x2e4),'y':'Y\x20(px)','width':_0x4aa9dd(0x2cd),'height':'高度\x20(px)','lock':'鎖定比例'},'crop':{'title':'裁剪','start':_0x4aa9dd(0x278),'mode':'自由','shape':_0x4aa9dd(0x2a9)}}}};module[_0x4aa9dd(0x293)]=e;function _0x16d1(){const _0x2cfc9c=['文字在後','標註:雙彎曲線形(帶強調線)','X\x20(px)','卷形:水平','半閉框','圖表加號','插入圖片','簡報已結束','星形:十角','垂直縮放','箭頭:虛尾','標題與內容','星形:八角','流程圖:離頁連接符','9845320WcuLNE','陰影顏色','透明度','圖形格式','七邊形','箭頭:左右','流程圖:順序訪問存儲器','公式形狀','垂直翻轉','標註:雙彎曲線形(無邊框)','置中對齊','文字樣式','14348UKJxxD','流程圖:手動輸入','頂部對齊','標註:彎曲線形(無邊框)','將圖片平鋪為紋理','箭頭:丁字','星與旗幟','對話氣泡:圓形','曲線:箭頭','圖片與標題','強調橙色','設定底圖','與文字排列','單擊此處添加標題','圖表X','正文黑色','外部:右上','底部對齊','流程圖:卡片','選擇版面配置','標註:上箭頭','標註:線形(無邊框)','搜尋投影片和物件','從左側','打開形狀面板','箭頭:左','方形標籤','形狀預設樣式','缺角矩形','牌匾標籤','3605175QaRgyZ','點擊進入全螢幕','標註:左箭頭','兩欄內容','123822HfpSgf','箭頭:直角雙向','信息按鈕','Table\x20size','標註:左右箭頭','星形:二十四角','頁腳占位符','立方體','標註:彎曲線形(帶強調線)','無顏色','頂端對齊','流程圖:手動操作','下一頁','段落類型','右中括號','縮小字型','圓柱形','標註:彎曲線形','左圓形箭頭','流程圖:摘錄','文字背景色','下移一層','新增投影片','註解灰色','標題1','重設背景','全部顯示','隱藏母片/版面配置圖形','箭頭:十字','五邊形','流程圖','藍色虛線終點箭頭','折線:箭頭','手繪效果','1NFjeTu','切換動畫','置於底層','流程圖:資料帶','調整投影片縮圖面板大小','文字在前','雙括號','外部:左上','文字方塊','虛線類型','雙大括號','7JQDYVe','圖案設定即將支援。','氣泡:雲','主頁按鈕','僅標題','平行四邊形','帶形:上凸','左右對齊','餅形楔','1070KhEKrf','快捷樣式','左對齊','橢圓箭頭','爆炸形:14pt','空白按鈕','淚滴形','帶形:前凸','十二邊形','矩形:剪去頂角','2699826AFlbmQ','星形:四角','設定圖形格式','從頭開始雙螢幕播放','刪除形狀','流程圖:準備','星形:七角','終點箭頭大小','流程圖:存儲數據','幫助按鈕','單擊此處添加副標題','流程圖:顯示','外部:左上(大)','基本形狀','從頭開始播放','兩端對齊','水平對齊','物件列表','水平縮放','流程圖:直接訪問存儲器','箭頭:右弧形','文字色彩','外部:右下','圖案填滿','箭頭:上下','28142169llRRsS','閃電形','形狀樣式','返回按鈕','箭頭:左弧形','矩形:一個圓頂角,剪去另一個頂角','居中對齊','灰色虛線終點箭頭','重置顏色','標註:彎曲線形(帶邊框和強調線)','星形:六角','無填滿','找不到符合的結果。','黑色細虛線','圓:空心','點劃線','右大括號','標註:線形','底端對齊','起點箭頭大小','置於頂層','星形:三十二角','節標題','物件名稱','綠色雙向箭頭','開始裁剪','放大字型','直線箭頭','點擊為目前簡報新增備註','透明文字色彩','十字形','流程圖:排序','橙色細實線','矩形:單圓角','適應方式','無線條','流程圖:內部貯存','外部:右下(小)','長點劃線','實心填滿','空心箭頭','箭頭:直角上','旋轉\x20(°)','+\x20新增','終點箭頭類型','流程圖:多文檔','六邊形','左中括號','圖片填滿','圖文框','左右帶形','日期占位符','exports','從上方','帶形:前凸彎','標註:右箭頭','矩形:剪去對角','持續時間','直角三角形','流程圖:決策','橫向文字方塊','黑色細實線','單擊此處添加文本','上及下','從目前投影片開始雙螢幕播放','箭頭:圓角右','垂直置中','返回/上一個按鈕','垂直對齊','星形:十二角','線反向','矩形:折角','從右側','彎曲箭頭','裁剪為形狀','標註:下箭頭','雙箭頭折線','設定背景格式','561wYcABc','禁止符','隱形箭頭','卷形:垂直','流程圖:過程','結束按鈕','箭頭:V型','強調藍色','灰色細實線','流程圖:合併','直向文字方塊','爆炸形:8pt','灰色細虛線','圖片來源','前進/下一個按鈕','長虛線','箭頭:手杖形','起點箭頭類型','刪除線','左大括號','檔案...','藍色細實線','流程圖:對照','端點類型','電影按鈕','第\x20{current}\x20張簡報,共\x20{total}\x20張','綠色虛線雙向箭頭','雙箭頭直線','標註:雙彎曲線形(帶邊框和強調線)','標註:雙彎曲線形','全部隱藏','箭頭:上','寬度\x20(px)','手繪樣式','3857584xmUpmo','十邊形','等腰三角形','標題黑色','對話氣泡:矩形','上移一層','隨圖形旋轉','箭頭:右','從目前投影片開始播放','暫無物件','拐角半徑','雙波形','9齒齒輪','6齒齒輪','未設定','選擇投影片主題','矩形:圓頂角','圓角矩形','接合類型'];_0x16d1=function(){return _0x2cfc9c;};return _0x16d1();}
|
|
1
|
+
const _0x3615cf=_0x3831;(function(_0x51b686,_0x36eadd){const _0x256722=_0x3831,_0x1730a7=_0x51b686();while(!![]){try{const _0x347e07=parseInt(_0x256722(0x243))/0x1+-parseInt(_0x256722(0x24f))/0x2+parseInt(_0x256722(0x22d))/0x3+parseInt(_0x256722(0x220))/0x4+parseInt(_0x256722(0x21f))/0x5+-parseInt(_0x256722(0x1e0))/0x6+parseInt(_0x256722(0x1e1))/0x7;if(_0x347e07===_0x36eadd)break;else _0x1730a7['push'](_0x1730a7['shift']());}catch(_0x4c42ca){_0x1730a7['push'](_0x1730a7['shift']());}}}(_0x37c5,0xcc3a9));function _0x3831(_0x4fd399,_0xc46de1){_0x4fd399=_0x4fd399-0x1dd;const _0x37c54c=_0x37c5();let _0x3831ca=_0x37c54c[_0x4fd399];return _0x3831ca;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x3615cf(0x213),'changeShape':_0x3615cf(0x242)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x3615cf(0x1ed),'textVertical':_0x3615cf(0x236),'image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x3615cf(0x26d),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x3615cf(0x205),'noQuery':_0x3615cf(0x260),'empty':_0x3615cf(0x206),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x3615cf(0x21d),'tooltip':_0x3615cf(0x20f)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':'段落類型','heading1':'標題1','increaseFontSize':'放大字型','decreaseFontSize':_0x3615cf(0x1f3),'textColor':_0x3615cf(0x1fb),'transparentTextColor':_0x3615cf(0x216),'textBackgroundColor':_0x3615cf(0x259),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x3615cf(0x1f4),'horizontalAlign':_0x3615cf(0x201),'verticalAlign':_0x3615cf(0x1ea),'alignLeft':_0x3615cf(0x1e6),'alignCenter':_0x3615cf(0x247),'alignRight':'右對齊','alignJustify':_0x3615cf(0x218),'alignTop':'頂端對齊','alignMiddle':_0x3615cf(0x252),'alignBottom':_0x3615cf(0x250)},'quickStyles':{'tooltip':_0x3615cf(0x1eb),'shapeStyles':'形狀樣式','lineStyles':_0x3615cf(0x274),'textStyles':_0x3615cf(0x1f0),'more':_0x3615cf(0x25b),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x3615cf(0x225),'blueSolid':_0x3615cf(0x265),'orangeSolid':_0x3615cf(0x26b),'graySolid':'灰色細實線','blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':_0x3615cf(0x238),'blackDashed':_0x3615cf(0x25c),'blueDashed':_0x3615cf(0x25d),'grayDashed':_0x3615cf(0x230),'blueDashedEndArrow':_0x3615cf(0x1f5),'grayDashedEndArrow':'灰色虛線終點箭頭','greenDashedTwoWayArrow':_0x3615cf(0x23e)},'text':{'bodyBlack':_0x3615cf(0x1e3),'titleBlack':'標題黑色','accentBlue':_0x3615cf(0x258),'accentOrange':_0x3615cf(0x24b),'noteGray':_0x3615cf(0x22c)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x3615cf(0x1fe),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x3615cf(0x1e4),'delete':'刪除'},'layoutPicker':{'title':_0x3615cf(0x1ef),'layouts':{'title':_0x3615cf(0x226),'titleAndBody':_0x3615cf(0x270),'sectionHeader':_0x3615cf(0x209),'twoColumns':_0x3615cf(0x26c),'comparison':'比較','blank':'空白','titleOnly':_0x3615cf(0x1fd),'pictureWithCaption':_0x3615cf(0x221)}}},'shapePanel':{'title':'設定圖形格式','shapeStyle':_0x3615cf(0x23c),'shapePosition':'位置','openPanel':_0x3615cf(0x253),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x3615cf(0x1e6),'alignCenter':_0x3615cf(0x23b),'alignRight':_0x3615cf(0x1de),'alignJustify':_0x3615cf(0x1f8),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x3615cf(0x1f4),'textColor':_0x3615cf(0x202),'textBackgroundColor':_0x3615cf(0x259),'fillColor':'文字背景色','resetColor':_0x3615cf(0x217)},'align':{'top':_0x3615cf(0x237),'middle':'垂直居中','bottom':_0x3615cf(0x215)},'textWrap':{'inline':_0x3615cf(0x1ff),'square':'矩形','topAndBottom':_0x3615cf(0x235),'behindText':'文字在前','inFrontText':_0x3615cf(0x22a)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x3615cf(0x1e8),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':_0x3615cf(0x276),'shadowSize':'大小','shadowPreset':{'shdw6':_0x3615cf(0x244),'shdw5':_0x3615cf(0x228),'shdw2':'外部:右上','shdw1':_0x3615cf(0x21a),'shdw14':_0x3615cf(0x200),'shdw10':_0x3615cf(0x268)}},'fill':{'title':'填滿','noFill':_0x3615cf(0x20e),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x3615cf(0x276),'picture':{'source':'圖片來源','insert':'插入圖片','tileAsTexture':_0x3615cf(0x24c),'offsetX':_0x3615cf(0x22b),'offsetY':_0x3615cf(0x231),'scaleX':_0x3615cf(0x210),'scaleY':_0x3615cf(0x241),'alignment':'對齊','rotateWithShape':'隨圖形旋轉','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x3615cf(0x26e),'solidLine':'實線','color':'色彩','transparency':_0x3615cf(0x276),'width':'寬度','cornerRadius':_0x3615cf(0x20d),'beginArrowType':_0x3615cf(0x269),'beginArrowSize':_0x3615cf(0x263),'endArrowType':_0x3615cf(0x255),'endArrowSize':_0x3615cf(0x20b),'dashType':{'title':_0x3615cf(0x249),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x3615cf(0x219),'dashDot':_0x3615cf(0x254),'longDash':_0x3615cf(0x227),'longDashDot':_0x3615cf(0x266),'longDashDotDot':_0x3615cf(0x1e2)},'capType':{'title':'端點類型','flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x3615cf(0x25a),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x3615cf(0x233),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x3615cf(0x1ee)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x3615cf(0x23a),'stealthArrow':'隱形箭頭','diamondArrow':_0x3615cf(0x271),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x3615cf(0x261),'showAll':_0x3615cf(0x248),'hideAll':_0x3615cf(0x1e5),'show':'顯示','hide':'隱藏','moveForward':_0x3615cf(0x246),'moveBackward':_0x3615cf(0x1ec),'nameInput':_0x3615cf(0x204),'empty':'暫無物件','close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':'新增描述','details':_0x3615cf(0x21e),'noSelection':_0x3615cf(0x211)},'backgroundPanel':{'title':_0x3615cf(0x232),'backgroundGraphics':_0x3615cf(0x22f),'hideBackgroundGraphics':_0x3615cf(0x26f),'presentationBackground':_0x3615cf(0x23f),'presentationBackgroundEmpty':'未設定','presentationBackgroundImages':_0x3615cf(0x275),'setPresentationBackground':'設定底圖','clearPresentationBackground':'清除','none':_0x3615cf(0x203),'solid':_0x3615cf(0x245),'gradient':'漸層填滿','image':_0x3615cf(0x262),'pattern':_0x3615cf(0x208),'color':'色彩','transparency':'透明度','imageSource':_0x3615cf(0x24e),'insertImage':_0x3615cf(0x21b),'fit':_0x3615cf(0x25f),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':'圖案設定即將支援。','applyToAll':_0x3615cf(0x1f7),'resetBackground':_0x3615cf(0x214)},'transitionPanel':{'title':_0x3615cf(0x1df),'effect':'效果','direction':'方向','duration':_0x3615cf(0x257),'preview':'預覽','applyToAll':'套用到全部','effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':_0x3615cf(0x21c),'right':_0x3615cf(0x1dd),'up':'從上方','down':_0x3615cf(0x251)}},'contextmenu':{'addPage':_0x3615cf(0x1f1),'backgroundPanel':_0x3615cf(0x232),'transitionPanel':_0x3615cf(0x1df),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0x3615cf(0x224),'flipHorizontal':_0x3615cf(0x256),'flipVertical':_0x3615cf(0x23d),'group':'群組','ungroup':_0x3615cf(0x234)},'presentation':{'play':'播放','playFromBeginning':'從頭開始播放','playFromCurrent':_0x3615cf(0x264),'playDualScreen':_0x3615cf(0x20c),'playDualScreenFromBeginning':_0x3615cf(0x1f9),'playDualScreenFromCurrent':_0x3615cf(0x222),'dualScreenUnavailable':_0x3615cf(0x25e),'fullscreenPrompt':_0x3615cf(0x207),'presentationEnded':_0x3615cf(0x229),'previous':_0x3615cf(0x1fa),'next':_0x3615cf(0x24a),'exit':'結束','slideProgress':'第\x20{current}\x20張簡報,共\x20{total}\x20張','speakerNotes':'備註','speakerNotesPlaceholder':_0x3615cf(0x24d),'speakerNotesEmpty':'暫無備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x3615cf(0x1fc),'subtitle':'單擊此處添加副標題','body':'單擊此處添加正文','text':_0x3615cf(0x239),'header':_0x3615cf(0x1e7),'footer':_0x3615cf(0x26a),'date':_0x3615cf(0x1e9),'slideNumber':_0x3615cf(0x267)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x3615cf(0x246),'backward':'下移一層','front':_0x3615cf(0x212),'back':_0x3615cf(0x1f6)},'transform':{'title':'變換','rotate':_0x3615cf(0x240),'x':_0x3615cf(0x1f2),'y':_0x3615cf(0x22e),'width':_0x3615cf(0x223),'height':'高度\x20(px)','lock':_0x3615cf(0x273)},'crop':{'title':'裁剪','start':_0x3615cf(0x20a),'mode':'自由','shape':'裁剪為形狀'}}}};function _0x37c5(){const _0x163d20=['長點劃線','頁碼占位符','外部:左上(大)','起點箭頭類型','頁腳占位符','橙色細實線','兩欄內容','表格大小','無線條','隱藏母片/版面配置圖形','標題與內容','菱形箭頭','exports','鎖定比例','線條樣式','張圖片','透明度','從右側','右對齊','切換動畫','4683000hDHPBd','4155718dqHJOp','長雙點劃線','正文黑色','在下方新增投影片','全部隱藏','左對齊','頁眉占位符','陰影顏色','日期占位符','垂直對齊','快捷樣式','下移一層','橫向文字方塊','手繪效果','選擇版面配置','文字樣式','新增投影片','X\x20(px)','縮小字型','刪除線','藍色虛線終點箭頭','置於底層','套用到全部','兩端對齊','從頭開始雙螢幕播放','上一頁','文字色彩','單擊此處添加標題','僅標題','+\x20新增','與文字排列','外部:右下(小)','水平對齊','文字顏色','無填滿','物件名稱','搜尋投影片和物件','找不到符合的結果。','點擊進入全螢幕','圖案填滿','節標題','開始裁剪','終點箭頭大小','雙螢幕播放','拐角半徑','無顏色','選擇投影片主題','水平縮放','選取物件以編輯詳細資料','置於頂層','圖形格式','重設背景','底部對齊','透明文字色彩','重置顏色','左右對齊','短虛線','外部:左上','檔案...','從左側','形狀預設樣式','詳細資料','2468205XFgVjb','2840352dWoQil','圖片與標題','從目前投影片開始雙螢幕播放','寬度\x20(px)','設定圖形格式','黑色細實線','標題投影片','長虛線','外部:左下','簡報已結束','文字在後','水平位移','註解灰色','2308626xqETDS','Y\x20(px)','背景圖形','灰色細虛線','垂直位移','設定背景格式','手繪樣式','取消群組','上及下','直向文字方塊','頂部對齊','綠色雙向箭頭','單擊此處添加文本','空心箭頭','居中對齊','圖形樣式','垂直翻轉','綠色虛線雙向箭頭','簡報底圖','旋轉\x20(°)','垂直縮放','變更圖形','344847NsFRFt','外部:右下','實心填滿','上移一層','置中對齊','全部顯示','虛線類型','下一頁','強調橙色','將圖片平鋪為紋理','點擊為目前簡報新增備註','插入圖片來源','2589542NHXZza','底端對齊','從下方','垂直置中','打開形狀面板','點劃線','終點箭頭類型','水平翻轉','持續時間','強調藍色','文字背景色','接合類型','更多樣式','黑色細虛線','藍色細虛線','無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','適應方式','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','物件列表','圖片填滿','起點箭頭大小','從目前投影片開始播放','藍色細實線'];_0x37c5=function(){return _0x163d20;};return _0x37c5();}module[_0x3615cf(0x272)]=e;
|