@univerjs-pro/boards-ui 1.0.0-beta.0 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- 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/cjs/shape-preset-labels-C4G0G9GI.js +1 -1
- package/lib/es/facade.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/es/shape-preset-labels-092BdVw3.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +45 -40
- 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/shape-preset-labels-092BdVw3.js +1 -1
- package/lib/types/commands/commands/analyze-board-rendered-layout.command.d.ts +2 -1
- package/lib/types/commands/operations/board-chart-dialog.operation.d.ts +2 -2
- package/lib/types/commands/operations/board-pointer.operation.d.ts +8 -0
- package/lib/types/commands/operations/board-selection.operation.d.ts +4 -2
- package/lib/types/commands/operations/board-ui-control.operation.d.ts +30 -0
- package/lib/types/common/board-shortcuts.d.ts +1 -3
- package/lib/types/config/config.d.ts +29 -2
- package/lib/types/const.d.ts +2 -0
- package/lib/types/controllers/board-clipboard-shortcut.controller.d.ts +2 -21
- package/lib/types/controllers/board-connector-interaction.render-controller.d.ts +1 -0
- package/lib/types/controllers/board-element-selection.controller.d.ts +1 -0
- package/lib/types/controllers/board-element-transform.controller.d.ts +3 -0
- package/lib/types/controllers/board-element-transformer-config.util.d.ts +22 -21
- package/lib/types/controllers/board-grouping-shortcut.controller.d.ts +2 -14
- package/lib/types/controllers/board-history-shortcut.controller.d.ts +2 -8
- package/lib/types/controllers/board-layout-shortcut.controller.d.ts +2 -14
- package/lib/types/controllers/board-order-shortcut.controller.d.ts +2 -10
- package/lib/types/controllers/board-render.controller.d.ts +1 -0
- package/lib/types/controllers/board-selection-shortcut.controller.d.ts +2 -14
- package/lib/types/controllers/board-settings-shortcut.controller.d.ts +2 -14
- package/lib/types/controllers/board-shape-text-float-menu.render-controller.d.ts +5 -4
- package/lib/types/controllers/board-swimlane-lane-shortcut.controller.d.ts +5 -17
- package/lib/types/controllers/board-tool-shortcut.controller.d.ts +5 -16
- package/lib/types/controllers/board-unit-presence.controller.d.ts +6 -0
- package/lib/types/controllers/board-unit-presence.render-controller.d.ts +37 -0
- package/lib/types/controllers/board-view-shortcut.controller.d.ts +2 -23
- package/lib/types/controllers/board-viewport-bar.render-controller.d.ts +43 -0
- package/lib/types/controllers/board-viewport-input.render-controller.d.ts +8 -0
- package/lib/types/facade/f-board-ui.d.ts +19 -0
- package/lib/types/facade/index.d.ts +1 -0
- package/lib/types/index.d.ts +9 -4
- package/lib/types/locale/en-US.d.ts +2 -0
- package/lib/types/plugin.d.ts +7 -0
- package/lib/types/render-adapters/board-element-render-adapter.d.ts +3 -2
- package/lib/types/render-objects/board-connector-object.d.ts +17 -5
- package/lib/types/render-objects/board-shape-object.d.ts +1 -0
- package/lib/types/render-objects/board-viewport-bar-object.d.ts +33 -0
- package/lib/types/services/board-canvas-pop-manager.service.d.ts +3 -1
- package/lib/types/services/board-clipboard.service.d.ts +10 -3
- package/lib/types/services/board-element-edit.service.d.ts +2 -0
- package/lib/types/services/board-embed-integration.service.d.ts +9 -0
- package/lib/types/services/board-find.service.d.ts +1 -0
- package/lib/types/services/board-image-insert.service.d.ts +3 -1
- package/lib/types/services/board-pointer-state.service.d.ts +21 -0
- package/lib/types/services/board-screenshot.service.d.ts +3 -1
- package/lib/types/services/board-settings-menu-contribution.service.d.ts +37 -0
- package/lib/types/services/board-settings.service.d.ts +3 -5
- package/lib/types/services/board-shortcut-runtime.service.d.ts +32 -0
- package/lib/types/services/board-text-editing.service.d.ts +9 -4
- package/lib/types/services/board-tool.service.d.ts +3 -1
- package/lib/types/services/board-toolbar-contribution.service.d.ts +3 -2
- package/lib/types/services/board-ui-state.service.d.ts +2 -1
- package/lib/types/services/board-unit-presence-ui-adapter.service.d.ts +32 -0
- package/lib/types/services/board-viewport.service.d.ts +2 -1
- package/lib/types/utils/board-connector-hit-test.util.d.ts +2 -0
- package/lib/types/utils/board-connector-marker-anchor.util.d.ts +0 -1
- package/lib/types/utils/board-connector-marker.util.d.ts +21 -0
- package/lib/types/utils/board-connector-quick-connect.util.d.ts +1 -0
- package/lib/types/utils/board-connector-render-bounds.util.d.ts +0 -1
- package/lib/types/utils/board-connector-render-geometry.util.d.ts +33 -0
- package/lib/types/utils/board-connector-routing.util.d.ts +13 -1
- package/lib/types/utils/board-page-background-image.util.d.ts +15 -0
- package/lib/types/utils/board-render-page.util.d.ts +10 -5
- package/lib/types/utils/board-shortcut-preconditions.util.d.ts +4 -2
- package/lib/types/utils/board-viewport-bar.util.d.ts +55 -0
- package/lib/types/utils/board-viewport.util.d.ts +1 -0
- package/lib/types/views/BoardConnectorFloatingToolbarControls.d.ts +8 -2
- package/lib/types/views/BoardFloatingToolPanel.d.ts +1 -0
- package/lib/types/views/BoardPageBackgroundView.d.ts +8 -0
- package/lib/types/views/BoardSettingsMenu.d.ts +14 -0
- package/lib/types/views/BoardShapeFloatingToolbar.d.ts +2 -3
- package/lib/umd/facade.js +1 -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 +19 -19
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x383f(_0x5f3aa2,_0x4b19f6){_0x5f3aa2=_0x5f3aa2-0x192;const _0x2bdff6=_0x2bdf();let _0x383f34=_0x2bdff6[_0x5f3aa2];return _0x383f34;}const _0x3da538=_0x383f;(function(_0x3a478a,_0x14ca9b){const _0x2128b5=_0x383f,_0x4800ff=_0x3a478a();while(!![]){try{const _0x5df726=-parseInt(_0x2128b5(0x1d4))/0x1+-parseInt(_0x2128b5(0x235))/0x2*(-parseInt(_0x2128b5(0x212))/0x3)+parseInt(_0x2128b5(0x217))/0x4+parseInt(_0x2128b5(0x1eb))/0x5+parseInt(_0x2128b5(0x195))/0x6*(-parseInt(_0x2128b5(0x1f1))/0x7)+parseInt(_0x2128b5(0x248))/0x8+-parseInt(_0x2128b5(0x20b))/0x9*(-parseInt(_0x2128b5(0x1b2))/0xa);if(_0x5df726===_0x14ca9b)break;else _0x4800ff['push'](_0x4800ff['shift']());}catch(_0x56e22e){_0x4800ff['push'](_0x4800ff['shift']());}}}(_0x2bdf,0x27d89));const e={'boards-ui':{'line':{'title':'线条'},'contextMenu':{'container':{'rename':_0x3da538(0x200),'fitToContent':_0x3da538(0x1ac),'selectContents':_0x3da538(0x1ba),'enableAutoResize':_0x3da538(0x219),'disableAutoResize':_0x3da538(0x19f),'lockMembership':'锁定成员关系','unlockMembership':_0x3da538(0x246),'disband':_0x3da538(0x213),'delete':'删除容器及内容'},'containerChild':{'moveOut':_0x3da538(0x253),'selectParent':_0x3da538(0x1fe),'fitParent':'父容器适应内容'},'swimlaneLane':{'add':_0x3da538(0x230),'addBelow':'在下方新增泳道项','addRight':_0x3da538(0x201),'remove':_0x3da538(0x247),'removeAndMovePrevious':_0x3da538(0x1b8),'removeAndPromote':_0x3da538(0x237),'removeAndDeleteContent':_0x3da538(0x215),'removeAndMoveNext':_0x3da538(0x1d8),'rename':_0x3da538(0x224),'movePrevious':'向前移动泳道','moveNext':_0x3da538(0x231),'expand':_0x3da538(0x241),'collapse':'收起泳道'}},'popup':{'containerName':_0x3da538(0x23f),'laneName':_0x3da538(0x198),'cancel':'取消','rename':'重命名'},'ink':{'finishEditing':'完成','enterEditing':'编辑路径'},'mindMap':{'description':'描述','descriptionPlaceholder':_0x3da538(0x228),'saveDescription':'保存'},'panel':{'moreShapes':_0x3da538(0x21f),'more':'更多','back':'返回','close':'关闭','stickyNote':'便签','lineColor':_0x3da538(0x1f4),'lineWidth':_0x3da538(0x20c),'reverseMarkers':_0x3da538(0x1e4),'searchShapes':_0x3da538(0x1f5),'container':'容器','swimlane':'泳道','verticalSwimlane':_0x3da538(0x196),'horizontalSwimlane':_0x3da538(0x203),'vertical':'垂直','horizontal':'水平','tableCustomSize':_0x3da538(0x1b3),'tableRows':'行数','tableColumns':'列数','tableInsert':'插入','customContainer':_0x3da538(0x24a),'containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x3da538(0x23a),'containerRatio1By1':_0x3da538(0x226),'containerA4':'A4','mindMapGroupMindMap':_0x3da538(0x24d),'mindMapGroupTree':'树形图','mindMapGroupTimeline':'时间线','mindMapRight':_0x3da538(0x1aa),'mindMapLeft':_0x3da538(0x1af),'mindMapHorizontal':'左右思维导图','mindMapVertical':'上下思维导图','mindMapTreeRight':_0x3da538(0x1d9),'mindMapTreeLeft':'左侧树形图','mindMapTreeAlternate':_0x3da538(0x1fc),'mindMapTimelineHorizontal':_0x3da538(0x1e3),'mindMapTimelineVertical':_0x3da538(0x1b5),'mindMapNodeText':'添加文本'},'settings':{'collaboratorCursors':'协作者光标','find':'查找','grid':'网格','preciseSelection':_0x3da538(0x24b),'quickAdd':'快速添加','theme':'主题','themeOption':_0x3da538(0x1c1),'themePreviewStart':'开始','themePreviewData':'数据','undo':'撤销','redo':'重做','settings':'设置','objects':'对象','findBoardElements':'查找画板元素','noMatches':'无匹配结果','showDimensions':_0x3da538(0x19a),'showToolbar':'显示工具栏','translateInto':_0x3da538(0x1e6)},'objectListPanel':{'title':'对象','empty':_0x3da538(0x245),'showAll':_0x3da538(0x244),'hideAll':_0x3da538(0x1a5),'moveForward':_0x3da538(0x22d),'moveBackward':_0x3da538(0x1be),'close':'关闭','nameInput':_0x3da538(0x21b),'hide':'隐藏','show':'显示','lock':'锁定','unlock':'解锁','details':'详情','locate':'定位','expand':'展开','collapse':'折叠','dragToReorder':_0x3da538(0x21a),'search':_0x3da538(0x1b0),'filterAll':'全部','filterHidden':'隐藏','filterLocked':'锁定','sectionCanvas':_0x3da538(0x1d3),'sectionFloating':_0x3da538(0x21d),'name':'名称','description':'描述','descriptionPlaceholder':_0x3da538(0x1a2),'noSelection':_0x3da538(0x22a),'elementTypes':{'object':'对象','connector':_0x3da538(0x202),'container':'容器','group':'组合','image':'图片','chart':'图表','page':'页面','placeholder':'占位符','shape':'形状','table':'表格','text':'文本','smartArt':'SmartArt','video':'视频','unit':'单元','dom':_0x3da538(0x1a4)}},'find':{'lanePosition':_0x3da538(0x19c),'tableCellPosition':_0x3da538(0x240),'elementTypes':{'connector':_0x3da538(0x202),'container':'容器','group':'组合','image':'图片','page':'页面','placeholder':_0x3da538(0x1cb),'shape':'形状','table':'表格','text':'文本'}},'themePresets':{'default':'默认','classic':'经典','vintage':'复古','gray':'灰色','vibrant':'鲜明','blue':'蓝色'},'toolbar':{'resetColor':_0x3da538(0x1e0),'shape':'形状','text':'文本','stickyNote':'便签','line':_0x3da538(0x202),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'画笔','mindMap':'思维导图','resources':_0x3da538(0x204),'image':'图片','wrapInContainer':_0x3da538(0x24c),'addSwimlaneLane':_0x3da538(0x1c5),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x3da538(0x210),'editBrushPath':'编辑画笔路径','arrange':'排列','bringToFront':_0x3da538(0x24f),'bringForward':'上移一层','sendBackward':_0x3da538(0x1be),'sendToBack':_0x3da538(0x1d1),'more':'更多'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x3da538(0x208),'oval':'椭圆','diamond':'菱形','rectangle':'矩形','circle':'圆形','cylinder':'圆柱体','chevron':'燕尾形','rightArrowBlock':'右箭头块','parallelogram':_0x3da538(0x218),'trapezoid':'梯形','speechBubble':_0x3da538(0x1a9),'roundedCallout':'圆角标注','rightTriangle':_0x3da538(0x1a8),'triangle':'三角形','star':'星形','hexagon':_0x3da538(0x252),'pentagon':'五边形','octagon':_0x3da538(0x22f),'leftArrow':_0x3da538(0x21e),'rightArrow':_0x3da538(0x1ad),'leftRightArrow':_0x3da538(0x1fd),'cloud':'云朵','leftBrace':'左大括号','rightBrace':_0x3da538(0x1c9),'plus':'加号','actor':_0x3da538(0x1cc),'boundary':'边界','control':'控制','entity':'实体','collection':'集合','dataFlowRoundedRectangle':_0x3da538(0x208),'dataFlowCircle':'圆形','dataFlowRoundedSquare':_0x3da538(0x1bb),'dataStorage1':'数据存储\x201','dataStorage2':'数据存储\x202','dataStorage3':_0x3da538(0x250),'lineNone':'直线(无箭头)','lineDashedNone':_0x3da538(0x1de),'lineOpenArrow':_0x3da538(0x23b),'lineDoubleOpenArrow':_0x3da538(0x1e1),'actorLifeline':'参与者生命线','boundaryLifeline':_0x3da538(0x1f8),'controlLifeline':_0x3da538(0x1fa),'entityLifeline':'实体生命线','collectionLifeline':_0x3da538(0x221),'objectLifeline':_0x3da538(0x1c8),'magneticDiskLifeline':_0x3da538(0x19d),'directAccessStorageLifeline':_0x3da538(0x1a7),'activationBar':_0x3da538(0x1b9),'sequenceFragment':_0x3da538(0x251),'sequenceAlternativeFragment':'备选组合片段','umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':_0x3da538(0x19e),'umlHollowDiamondConnector':'空心菱形连接线','umlFilledDiamondConnector':_0x3da538(0x1f7),'umlFilledArrowConnector':'实心箭头连接线','umlDashedOpenArrowConnector':'虚线开口箭头连接线','umlDashedFilledArrowConnector':_0x3da538(0x22e),'erdEntity':'实体','erdKeyField':_0x3da538(0x199),'erdFieldType':_0x3da538(0x1e7),'erdFull':_0x3da538(0x1f3),'initialState':'初始状态','finalState':_0x3da538(0x1db),'stateBar':'状态条','requiredInterface':'需求接口','assemblyConnector':'装配连接器','providedInterface':'供给接口','componentBox':_0x3da538(0x209),'component':'组件'},'shapeCategories':{'basics':'基础','basicShapes':{'rectangle':'矩形','basicShape':_0x3da538(0x1bf),'blockArrow':_0x3da538(0x1ff),'equationShape':_0x3da538(0x22b),'flowchart':'流程图','starAndBanner':_0x3da538(0x1e9),'callout':'标注','actionButton':_0x3da538(0x214),'other':'其他'},'classDiagram':'类图','dataFlowDiagram':'数据流图','line':'线条','entityRelationshipDiagram':_0x3da538(0x216),'umlCustomShapes':_0x3da538(0x20e),'umlSequenceDiagram':_0x3da538(0x211),'statusDiagram':_0x3da538(0x20f),'componentDiagram':_0x3da538(0x205)},'connector':{'toolbar':{'sourceMarker':_0x3da538(0x1e2),'swapMarkers':_0x3da538(0x193),'targetMarker':'目标箭头','lineColor':_0x3da538(0x1f4),'lineWidth':'粗细','opacityPercent':_0x3da538(0x192),'settings':_0x3da538(0x1ec),'smoothElbow':'折线','bridge':'跳线','insertText':_0x3da538(0x1dd),'textSettings':_0x3da538(0x1a6),'alignLeft':_0x3da538(0x1f9),'alignCenter':_0x3da538(0x1a0),'alignRight':'右对齐','bold':'粗体','italic':'斜体','underline':_0x3da538(0x1cf),'strikethrough':_0x3da538(0x1ce),'textColor':_0x3da538(0x1f2),'editText':_0x3da538(0x1b4),'labelFill':_0x3da538(0x20d),'labelBorder':'标签边框','transparent':'透明','breakLineBehindText':_0x3da538(0x243),'textSection':'文字','labelSection':'标签','deleteText':_0x3da538(0x1c0),'more':'更多'},'routing':{'straight':'直线','elbow':_0x3da538(0x1ef),'polyline':_0x3da538(0x1bc),'curve':'曲线'},'strokeWidth':{'thin':'细','regular':'常规','medium':'中等','bold':'粗'},'dash':{'solid':'实线','dashed':'虚线','dotted':'点线','dashDot':_0x3da538(0x1d6)},'marker':{'none':'横线','arrow':'箭头','filledArrow':_0x3da538(0x254),'openArrow':_0x3da538(0x23b),'triangle':_0x3da538(0x1d5),'filledTriangle':_0x3da538(0x1ae),'hollowTriangle':_0x3da538(0x1bd),'diamond':'菱形','hollowDiamond':_0x3da538(0x233),'filledDiamond':_0x3da538(0x1f6),'circle':_0x3da538(0x1c2),'filledCircle':_0x3da538(0x1f0),'bar':'横杠','doubleBar':_0x3da538(0x206),'crowFoot':_0x3da538(0x234),'crowsFoot':'乌鸦脚','barCrowsFoot':_0x3da538(0x1da),'circleCrowsFoot':'圆圈乌鸦脚','circleBar':_0x3da538(0x24e),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':'零或一','zeroOrMany':_0x3da538(0x1b6),'oneOrMany':_0x3da538(0x1c4)}},'zoom':{'dragMode':_0x3da538(0x1cd),'fitContent':_0x3da538(0x1ac),'zoomOptions':_0x3da538(0x238),'zoomTo100':'缩放到\x20100%','zoomToFit':_0x3da538(0x1fb),'zoomToSelection':_0x3da538(0x1df),'zoomOut':'缩小','resetZoom':_0x3da538(0x23c),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':_0x3da538(0x1b1),'close':'关闭快捷键','sections':{'tools':'工具','navigator':'导航','view':'视图','selection':'选择形状','editing':_0x3da538(0x23e),'grouping':_0x3da538(0x1dc),'swimlane':'泳道','mindMap':_0x3da538(0x24d),'layout':'布局','font':'字体设置'},'items':{'showMoreShapes':_0x3da538(0x1c7),'roundedRectangle':_0x3da538(0x208),'rectangle':'矩形','oval':'椭圆','diamond':'菱形','text':'文本','elbowConnector':'折线连接线','line':'直线','stickyNote':'便签','search':'搜索','zoomWheel':_0x3da538(0x207),'zoomPinch':_0x3da538(0x207),'zoomTo100':_0x3da538(0x225),'zoomToSelection':_0x3da538(0x1df),'zoomToFit':'适应画布','enterFullScreen':_0x3da538(0x1d2),'exitFullScreen':_0x3da538(0x23d),'selectShape':_0x3da538(0x194),'selectAll':'全选','multipleSelect':_0x3da538(0x22c),'invertSelection':'反选','preciseSelection':_0x3da538(0x24b),'deepSelect':_0x3da538(0x1d0),'editShape':_0x3da538(0x23e),'copy':'复制','copyAsImage':'复制为图片','paste':'粘贴','cut':'剪切','makeCopy':_0x3da538(0x239),'scale':'缩放','copyStyle':_0x3da538(0x1ca),'pasteStyle':'粘贴样式','moveAxisLocked':'水平/垂直移动','flipHorizontal':_0x3da538(0x1b7),'flipVertical':_0x3da538(0x1c6),'undo':'撤销','redo':'重做','toggleQuickAdd':_0x3da538(0x1ee),'hideCollaboratorsCursors':_0x3da538(0x223),'toggleToolbar':'隐藏/显示工具栏','delete':'删除','group':'组合','ungroup':_0x3da538(0x232),'selectUpperLayerGroups':_0x3da538(0x1c3),'selectShapesToGroup':_0x3da538(0x242),'swimlaneLaneRename':_0x3da538(0x224),'swimlaneLaneToggleCollapsed':_0x3da538(0x21c),'swimlaneLaneMovePrevious':'向前移动泳道','swimlaneLaneMoveNext':'向后移动泳道','swimlaneLaneRemove':_0x3da538(0x1ab),'addSiblingNode':'新增同级节点','addChildNode':_0x3da538(0x1a3),'addParentNode':_0x3da538(0x1a1),'foldChildNodes':_0x3da538(0x19b),'collapseAllNodes':_0x3da538(0x197),'addDescription':'添加描述','editCurrentNode':_0x3da538(0x220),'bringToFront':'置于顶层','sendToBack':_0x3da538(0x1d1),'alignLeft':_0x3da538(0x1f9),'alignRight':_0x3da538(0x249),'alignTop':'顶部对齐','alignBottom':_0x3da538(0x229),'alignMiddle':_0x3da538(0x1ea),'alignCenter':_0x3da538(0x227),'distributeHorizontally':'水平分布','distributeVertically':_0x3da538(0x222),'disableObjectAlignment':_0x3da538(0x1e5),'increaseFontSize':_0x3da538(0x236),'decreaseFontSize':_0x3da538(0x1e8),'bold':'加粗','strikethrough':_0x3da538(0x1ce),'italic':'斜体','underline':_0x3da538(0x1cf),'link':'链接','numberedList':_0x3da538(0x1d7),'bulletedList':_0x3da538(0x1ed),'quote':'引用','alignTextLeft':'左对齐','alignTextRight':'右对齐','alignTextCenter':'居中对齐'}}}};function _0x2bdf(){const _0x1ea38c=['纵向时间线','零或多','水平翻转','移动内容到上一泳道并删除','激活条','选择内容','圆角正方形','多段线','空心三角','下移一层','基本形状','删除文字','主题:{0}','空心圆','选择上层组合','一或多','新增泳道项','垂直翻转','显示更多形状','对象生命线','右大括号','复制样式','占位符','参与者','拖拽模式','删除线','下划线','深度选择','置于底层','进入全屏','画布层','190639MXJQOp','三角箭头','点划线','编号列表','移动内容到下一泳道并删除','右侧树形图','横杠乌鸦脚','终止状态','组合形状','插入文字','虚线(无箭头)','缩放到选区','重置颜色','双向开口箭头','源箭头','横向时间线','反向箭头','禁用对象对齐','翻译为','字段类型实体','减小字号','星与旗帜','垂直居中','549900nRebPN','连线设置','项目符号列表','隐藏/显示快速添加','直角折线','实心圆','35uQSpzi','文本颜色','键字段类型实体','连线颜色','搜索形状','实心菱形','实心菱形连接线','边界生命线','左对齐','控制生命线','适应画布','左右树形图','左右箭头','选择父容器','箭头总汇','重命名容器','在右侧新增泳道项','连接线','水平泳道','资源库','组件图','双竖线','放大/缩小','圆角矩形','组件框','exports','2538bpcaNE','连线宽度','标签背景','UML\x20自定义形状','状态图','泳道项','UML\x20时序图','137475jlARMV','解散容器(保留内容)','动作按钮','删除内容和泳道项','实体关系图','514348KNUvRT','平行四边形','开启自动撑开','拖拽调整层级','对象名称','收起/展开泳道','浮动层','左箭头','更多形状','编辑当前节点','集合生命线','垂直分布','隐藏协作者光标','重命名泳道','缩放到\x20100%','1\x20:\x201','水平居中','为当前节点添加描述','底部对齐','选择一个对象以编辑详情','公式形状','多选/取消选择','上移一层','虚线实心箭头连接线','八边形','新增泳道','向后移动泳道','取消组合','空心菱形','乌鸦脚','4qkXhTh','增大字号','移出内容并删除泳道项','缩放选项','创建副本','4\x20:\x203','开口箭头','重置缩放','退出全屏','编辑形状','容器名称','第\x20{0}\x20行,第\x20{1}\x20列','展开泳道','选择要组合的形状','文字处断开连接线','全部显示','暂无对象','解锁成员关系','删除泳道项','1347136DYYkyX','右对齐','自定义','精确选择','包裹为容器','思维导图','圆圈横杠','置于顶层','数据存储\x203','组合片段','六边形','移出容器','实心箭头','透明度\x20{0}%','交换箭头','选择形状','265758StPXpq','垂直泳道','折叠/展开全部节点','泳道名称','键字段实体','显示尺寸','折叠/展开子节点','泳道\x20{0}','磁盘生命线','分类器','关闭自动撑开','居中对齐','新增父节点','添加描述','新增子节点','DOM','全部隐藏','文字设置','直接访问存储生命线','直角三角形','对话气泡','右向思维导图','删除泳道','适应内容','右箭头','填充三角箭头','左向思维导图','搜索对象','快捷键','2720GKGdTq','自定义大小','编辑文字'];_0x2bdf=function(){return _0x1ea38c;};return _0x2bdf();}module[_0x3da538(0x20a)]=e;
|
|
1
|
+
const _0xcf9b19=_0x41a9;(function(_0x40ce7a,_0x1dd844){const _0x41672b=_0x41a9,_0x345b54=_0x40ce7a();while(!![]){try{const _0x13d7b1=parseInt(_0x41672b(0x23d))/0x1+-parseInt(_0x41672b(0x242))/0x2+parseInt(_0x41672b(0x27a))/0x3+parseInt(_0x41672b(0x24f))/0x4*(parseInt(_0x41672b(0x24c))/0x5)+parseInt(_0x41672b(0x221))/0x6*(parseInt(_0x41672b(0x1d2))/0x7)+-parseInt(_0x41672b(0x1df))/0x8+-parseInt(_0x41672b(0x1e4))/0x9*(parseInt(_0x41672b(0x1c3))/0xa);if(_0x13d7b1===_0x1dd844)break;else _0x345b54['push'](_0x345b54['shift']());}catch(_0x9f41a1){_0x345b54['push'](_0x345b54['shift']());}}}(_0x3ec4,0x8929c));const e={'boards-ui':{'line':{'title':'线条'},'contextMenu':{'container':{'rename':_0xcf9b19(0x231),'fitToContent':_0xcf9b19(0x22c),'selectContents':_0xcf9b19(0x282),'enableAutoResize':_0xcf9b19(0x252),'disableAutoResize':_0xcf9b19(0x1ca),'lockMembership':_0xcf9b19(0x244),'unlockMembership':'解锁成员关系','disband':_0xcf9b19(0x1ce),'delete':_0xcf9b19(0x21a)},'containerChild':{'moveOut':_0xcf9b19(0x274),'selectParent':_0xcf9b19(0x1f0),'fitParent':_0xcf9b19(0x1d7)},'swimlaneLane':{'add':_0xcf9b19(0x224),'addBelow':'在下方新增泳道项','addRight':'在右侧新增泳道项','remove':'删除泳道项','removeAndMovePrevious':_0xcf9b19(0x21e),'removeAndPromote':_0xcf9b19(0x268),'removeAndDeleteContent':'删除内容和泳道项','removeAndMoveNext':_0xcf9b19(0x269),'rename':_0xcf9b19(0x276),'movePrevious':_0xcf9b19(0x1cc),'moveNext':_0xcf9b19(0x20c),'expand':_0xcf9b19(0x213),'collapse':_0xcf9b19(0x25c)}},'popup':{'containerName':_0xcf9b19(0x266),'laneName':_0xcf9b19(0x21d),'cancel':'取消','rename':_0xcf9b19(0x20a)},'ink':{'finishEditing':'完成','enterEditing':_0xcf9b19(0x1dc)},'mindMap':{'description':'描述','descriptionPlaceholder':_0xcf9b19(0x254),'saveDescription':'保存'},'panel':{'moreShapes':_0xcf9b19(0x26f),'more':'更多','back':'返回','close':'关闭','stickyNote':'便签','lineColor':_0xcf9b19(0x272),'lineWidth':_0xcf9b19(0x1e6),'reverseMarkers':_0xcf9b19(0x205),'searchShapes':_0xcf9b19(0x1d0),'container':'容器','swimlane':'泳道','verticalSwimlane':'垂直泳道','horizontalSwimlane':'水平泳道','vertical':'垂直','horizontal':'水平','tableCustomSize':'自定义大小','tableRows':'行数','tableColumns':'列数','tableInsert':'插入','customContainer':_0xcf9b19(0x1c6),'containerRatio16By9':_0xcf9b19(0x204),'containerRatio4By3':_0xcf9b19(0x1f1),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0xcf9b19(0x26b),'mindMapGroupTree':_0xcf9b19(0x237),'mindMapGroupTimeline':'时间线','mindMapRight':'右向思维导图','mindMapLeft':_0xcf9b19(0x23b),'mindMapHorizontal':_0xcf9b19(0x214),'mindMapVertical':'上下思维导图','mindMapTreeRight':_0xcf9b19(0x1ea),'mindMapTreeLeft':'左侧树形图','mindMapTreeAlternate':_0xcf9b19(0x25a),'mindMapTimelineHorizontal':'横向时间线','mindMapTimelineVertical':_0xcf9b19(0x27d),'mindMapNodeText':_0xcf9b19(0x207)},'settings':{'collaboratorCursors':'协作者光标','find':'查找','grid':'网格','viewportBar':_0xcf9b19(0x246),'preciseSelection':_0xcf9b19(0x20d),'quickAdd':_0xcf9b19(0x218),'theme':'主题','themeOption':_0xcf9b19(0x1ff),'themePreviewStart':'开始','themePreviewData':'数据','undo':'撤销','redo':'重做','settings':'设置','objects':'对象','findBoardElements':_0xcf9b19(0x1da),'noMatches':'无匹配结果','showDimensions':_0xcf9b19(0x1d9),'showToolbar':'显示工具栏','saveAs':_0xcf9b19(0x1c8),'translateInto':_0xcf9b19(0x1d4)},'objectListPanel':{'title':'对象','empty':_0xcf9b19(0x215),'showAll':'全部显示','hideAll':_0xcf9b19(0x230),'moveForward':_0xcf9b19(0x1f7),'moveBackward':_0xcf9b19(0x20b),'close':'关闭','nameInput':'对象名称','hide':'隐藏','show':'显示','lock':'锁定','unlock':'解锁','details':'详情','locate':'定位','expand':'展开','collapse':'折叠','dragToReorder':_0xcf9b19(0x201),'search':_0xcf9b19(0x278),'filterAll':'全部','filterHidden':'隐藏','filterLocked':'锁定','sectionCanvas':_0xcf9b19(0x1fb),'sectionFloating':_0xcf9b19(0x257),'name':'名称','description':'描述','descriptionPlaceholder':'添加描述','noSelection':_0xcf9b19(0x262),'elementTypes':{'object':'对象','connector':_0xcf9b19(0x1d1),'container':'容器','group':'组合','image':'图片','chart':'图表','page':'页面','placeholder':_0xcf9b19(0x1f4),'shape':'形状','table':'表格','text':'文本','smartArt':_0xcf9b19(0x261),'video':'视频','unit':'单元','dom':'DOM'}},'find':{'lanePosition':_0xcf9b19(0x1c1),'tableCellPosition':'第\x20{0}\x20行,第\x20{1}\x20列','elementTypes':{'connector':_0xcf9b19(0x1d1),'container':'容器','group':'组合','image':'图片','page':'页面','placeholder':'占位符','shape':'形状','table':'表格','text':'文本'}},'themePresets':{'default':'默认','classic':'经典','vintage':'复古','gray':'灰色','vibrant':'鲜明','blue':'蓝色'},'toolbar':{'resetColor':_0xcf9b19(0x24a),'shape':'形状','text':'文本','stickyNote':'便签','line':_0xcf9b19(0x1d1),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'画笔','mindMap':_0xcf9b19(0x26b),'resources':_0xcf9b19(0x1c4),'image':'图片','wrapInContainer':_0xcf9b19(0x24e),'addSwimlaneLane':_0xcf9b19(0x200),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0xcf9b19(0x1cf),'editBrushPath':_0xcf9b19(0x21b),'arrange':'排列','bringToFront':_0xcf9b19(0x228),'bringForward':'上移一层','sendBackward':_0xcf9b19(0x20b),'sendToBack':_0xcf9b19(0x1f6),'more':'更多'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0xcf9b19(0x202),'oval':'椭圆','diamond':'菱形','rectangle':'矩形','circle':'圆形','cylinder':_0xcf9b19(0x280),'chevron':_0xcf9b19(0x220),'rightArrowBlock':_0xcf9b19(0x211),'parallelogram':_0xcf9b19(0x283),'trapezoid':'梯形','speechBubble':_0xcf9b19(0x1fe),'roundedCallout':'圆角标注','rightTriangle':'直角三角形','triangle':'三角形','star':'星形','hexagon':_0xcf9b19(0x22e),'pentagon':_0xcf9b19(0x286),'octagon':'八边形','leftArrow':_0xcf9b19(0x1c5),'rightArrow':_0xcf9b19(0x26e),'leftRightArrow':_0xcf9b19(0x1c2),'cloud':'云朵','leftBrace':_0xcf9b19(0x1e8),'rightBrace':_0xcf9b19(0x26a),'plus':'加号','actor':_0xcf9b19(0x25e),'boundary':'边界','control':'控制','entity':'实体','collection':'集合','dataFlowRoundedRectangle':_0xcf9b19(0x202),'dataFlowCircle':'圆形','dataFlowRoundedSquare':_0xcf9b19(0x251),'dataStorage1':_0xcf9b19(0x208),'dataStorage2':_0xcf9b19(0x1cb),'dataStorage3':'数据存储\x203','lineNone':_0xcf9b19(0x1e5),'lineDashedNone':_0xcf9b19(0x256),'lineOpenArrow':_0xcf9b19(0x238),'lineDoubleOpenArrow':_0xcf9b19(0x1d6),'actorLifeline':_0xcf9b19(0x245),'boundaryLifeline':'边界生命线','controlLifeline':_0xcf9b19(0x1ee),'entityLifeline':_0xcf9b19(0x241),'collectionLifeline':_0xcf9b19(0x1d8),'objectLifeline':'对象生命线','magneticDiskLifeline':'磁盘生命线','directAccessStorageLifeline':_0xcf9b19(0x206),'activationBar':_0xcf9b19(0x233),'sequenceFragment':_0xcf9b19(0x275),'sequenceAlternativeFragment':_0xcf9b19(0x1f8),'umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':_0xcf9b19(0x1eb),'umlHollowDiamondConnector':_0xcf9b19(0x1e9),'umlFilledDiamondConnector':'实心菱形连接线','umlFilledArrowConnector':'实心箭头连接线','umlDashedOpenArrowConnector':_0xcf9b19(0x235),'umlDashedFilledArrowConnector':_0xcf9b19(0x226),'erdEntity':'实体','erdKeyField':_0xcf9b19(0x1dd),'erdFieldType':'字段类型实体','erdFull':'键字段类型实体','initialState':'初始状态','finalState':_0xcf9b19(0x247),'stateBar':_0xcf9b19(0x1ed),'requiredInterface':_0xcf9b19(0x1fd),'assemblyConnector':_0xcf9b19(0x229),'providedInterface':'供给接口','componentBox':_0xcf9b19(0x217),'component':'组件'},'shapeCategories':{'basics':'基础','basicShapes':{'rectangle':'矩形','basicShape':'基本形状','blockArrow':_0xcf9b19(0x287),'equationShape':_0xcf9b19(0x1ef),'flowchart':_0xcf9b19(0x1fc),'starAndBanner':_0xcf9b19(0x223),'callout':'标注','actionButton':_0xcf9b19(0x265),'other':'其他'},'classDiagram':'类图','dataFlowDiagram':_0xcf9b19(0x264),'line':'线条','entityRelationshipDiagram':'实体关系图','umlCustomShapes':_0xcf9b19(0x222),'umlSequenceDiagram':_0xcf9b19(0x1c9),'statusDiagram':_0xcf9b19(0x23f),'componentDiagram':_0xcf9b19(0x1f5)},'connector':{'toolbar':{'sourceMarker':'源箭头','swapMarkers':_0xcf9b19(0x1e2),'targetMarker':_0xcf9b19(0x285),'lineColor':'连线颜色','lineWidth':'粗细','opacityPercent':_0xcf9b19(0x273),'settings':_0xcf9b19(0x1e1),'smoothElbow':'折线','bridge':'跳线','insertText':_0xcf9b19(0x234),'textSettings':'文字设置','alignLeft':_0xcf9b19(0x24d),'alignCenter':_0xcf9b19(0x232),'alignRight':_0xcf9b19(0x270),'bold':'粗体','italic':'斜体','underline':_0xcf9b19(0x240),'strikethrough':_0xcf9b19(0x271),'textColor':_0xcf9b19(0x239),'editText':_0xcf9b19(0x25b),'labelFill':'标签背景','labelBorder':'标签边框','transparent':'透明','breakLineBehindText':_0xcf9b19(0x1e3),'textSection':'文字','labelSection':'标签','deleteText':'删除文字','more':'更多'},'routing':{'straight':'直线','elbow':_0xcf9b19(0x209),'polyline':_0xcf9b19(0x23a),'curve':'曲线'},'strokeWidth':{'thin':'细','regular':'常规','medium':'中等','bold':'粗'},'dash':{'solid':'实线','dashed':'虚线','dotted':'点线','dashDot':_0xcf9b19(0x21f)},'marker':{'none':'横线','arrow':'箭头','filledArrow':_0xcf9b19(0x23c),'openArrow':_0xcf9b19(0x238),'triangle':'三角箭头','filledTriangle':_0xcf9b19(0x27e),'hollowTriangle':_0xcf9b19(0x1fa),'diamond':'菱形','hollowDiamond':_0xcf9b19(0x284),'filledDiamond':'实心菱形','circle':_0xcf9b19(0x263),'filledCircle':_0xcf9b19(0x1e0),'bar':'横杠','doubleBar':_0xcf9b19(0x25d),'crowFoot':'乌鸦脚','crowsFoot':_0xcf9b19(0x227),'barCrowsFoot':_0xcf9b19(0x253),'circleCrowsFoot':_0xcf9b19(0x1bf),'circleBar':_0xcf9b19(0x26d),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0xcf9b19(0x26c),'zeroOrMany':_0xcf9b19(0x281),'oneOrMany':_0xcf9b19(0x1f3)}},'zoom':{'dragMode':_0xcf9b19(0x1cd),'fitContent':'适应内容','zoomOptions':_0xcf9b19(0x1f9),'zoomTo100':_0xcf9b19(0x250),'zoomToFit':_0xcf9b19(0x22b),'zoomToSelection':_0xcf9b19(0x23e),'zoomOut':'缩小','resetZoom':_0xcf9b19(0x236),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':_0xcf9b19(0x1ec),'close':'关闭快捷键','sections':{'tools':'工具','navigator':'导航','view':'视图','selection':_0xcf9b19(0x248),'editing':'编辑形状','grouping':_0xcf9b19(0x277),'swimlane':'泳道','mindMap':_0xcf9b19(0x26b),'layout':'布局','font':_0xcf9b19(0x259)},'items':{'showMoreShapes':_0xcf9b19(0x22f),'roundedRectangle':_0xcf9b19(0x202),'rectangle':'矩形','oval':'椭圆','diamond':'菱形','text':'文本','elbowConnector':_0xcf9b19(0x21c),'line':'直线','stickyNote':'便签','search':'搜索','zoomWheel':'放大/缩小','zoomPinch':_0xcf9b19(0x279),'zoomTo100':'缩放到\x20100%','zoomToSelection':_0xcf9b19(0x23e),'zoomToFit':_0xcf9b19(0x22b),'enterFullScreen':_0xcf9b19(0x210),'exitFullScreen':_0xcf9b19(0x203),'selectShape':_0xcf9b19(0x248),'selectAll':'全选','multipleSelect':_0xcf9b19(0x27f),'invertSelection':'反选','preciseSelection':_0xcf9b19(0x20d),'deepSelect':'深度选择','editShape':_0xcf9b19(0x1de),'copy':'复制','copyAsImage':_0xcf9b19(0x1db),'paste':'粘贴','cut':'剪切','makeCopy':'创建副本','scale':'缩放','copyStyle':_0xcf9b19(0x1f2),'pasteStyle':_0xcf9b19(0x267),'moveAxisLocked':'水平/垂直移动','flipHorizontal':_0xcf9b19(0x255),'flipVertical':_0xcf9b19(0x249),'undo':'撤销','redo':'重做','toggleQuickAdd':_0xcf9b19(0x1c7),'hideCollaboratorsCursors':_0xcf9b19(0x25f),'toggleToolbar':'隐藏/显示工具栏','delete':'删除','group':'组合','ungroup':_0xcf9b19(0x288),'selectUpperLayerGroups':_0xcf9b19(0x225),'selectShapesToGroup':'选择要组合的形状','swimlaneLaneRename':_0xcf9b19(0x276),'swimlaneLaneToggleCollapsed':_0xcf9b19(0x1d5),'swimlaneLaneMovePrevious':_0xcf9b19(0x1cc),'swimlaneLaneMoveNext':_0xcf9b19(0x20c),'swimlaneLaneRemove':_0xcf9b19(0x258),'addSiblingNode':_0xcf9b19(0x27c),'addChildNode':_0xcf9b19(0x243),'addParentNode':_0xcf9b19(0x1d3),'foldChildNodes':_0xcf9b19(0x22d),'collapseAllNodes':_0xcf9b19(0x20e),'addDescription':_0xcf9b19(0x219),'editCurrentNode':_0xcf9b19(0x20f),'bringToFront':_0xcf9b19(0x228),'sendToBack':'置于底层','alignLeft':'左对齐','alignRight':_0xcf9b19(0x270),'alignTop':_0xcf9b19(0x27b),'alignBottom':_0xcf9b19(0x260),'alignMiddle':'垂直居中','alignCenter':_0xcf9b19(0x22a),'distributeHorizontally':'水平分布','distributeVertically':_0xcf9b19(0x212),'disableObjectAlignment':_0xcf9b19(0x216),'increaseFontSize':'增大字号','decreaseFontSize':'减小字号','bold':'加粗','strikethrough':'删除线','italic':'斜体','underline':'下划线','link':'链接','numberedList':_0xcf9b19(0x24b),'bulletedList':_0xcf9b19(0x1e7),'quote':'引用','alignTextLeft':_0xcf9b19(0x24d),'alignTextRight':'右对齐','alignTextCenter':_0xcf9b19(0x232)}}}};function _0x41a9(_0x20a97e,_0x244b8e){_0x20a97e=_0x20a97e-0x1bf;const _0x3ec4b8=_0x3ec4();let _0x41a958=_0x3ec4b8[_0x20a97e];return _0x41a958;}function _0x3ec4(){const _0x3256a1=['折叠/展开全部节点','编辑当前节点','进入全屏','右箭头块','垂直分布','展开泳道','左右思维导图','暂无对象','禁用对象对齐','组件框','快速添加','添加描述','删除容器及内容','编辑画笔路径','折线连接线','泳道名称','移动内容到上一泳道并删除','点划线','燕尾形','12HwoPCi','UML\x20自定义形状','星与旗帜','新增泳道','选择上层组合','虚线实心箭头连接线','乌鸦脚','置于顶层','装配连接器','水平居中','适应画布','适应内容','折叠/展开子节点','六边形','显示更多形状','全部隐藏','重命名容器','居中对齐','激活条','插入文字','虚线开口箭头连接线','重置缩放','树形图','开口箭头','文本颜色','多段线','左向思维导图','实心箭头','765122lqpmEM','缩放到选区','状态图','下划线','实体生命线','1999038csrLrr','新增子节点','锁定成员关系','参与者生命线','视口滚动条','终止状态','选择形状','垂直翻转','重置颜色','编号列表','5vGRIyH','左对齐','包裹为容器','3595084WVHIxT','缩放到\x20100%','圆角正方形','开启自动撑开','横杠乌鸦脚','为当前节点添加描述','水平翻转','虚线(无箭头)','浮动层','删除泳道','字体设置','左右树形图','编辑文字','收起泳道','双竖线','参与者','隐藏协作者光标','底部对齐','SmartArt','选择一个对象以编辑详情','空心圆','数据流图','动作按钮','容器名称','粘贴样式','移出内容并删除泳道项','移动内容到下一泳道并删除','右大括号','思维导图','零或一','圆圈横杠','右箭头','更多形状','右对齐','删除线','连线颜色','透明度\x20{0}%','移出容器','组合片段','重命名泳道','组合形状','搜索对象','放大/缩小','725157uFPHRU','顶部对齐','新增同级节点','纵向时间线','填充三角箭头','多选/取消选择','圆柱体','零或多','选择内容','平行四边形','空心菱形','目标箭头','五边形','箭头总汇','取消组合','圆圈乌鸦脚','exports','泳道\x20{0}','左右箭头','17030SRhXvw','资源库','左箭头','自定义','隐藏/显示快速添加','另存为','UML\x20时序图','关闭自动撑开','数据存储\x202','向前移动泳道','拖拽模式','解散容器(保留内容)','泳道项','搜索形状','连接线','2044336PNUxqd','新增父节点','翻译为','收起/展开泳道','双向开口箭头','父容器适应内容','集合生命线','显示尺寸','查找画板元素','复制为图片','编辑路径','键字段实体','编辑形状','6977360wHSUay','实心圆','连线设置','交换箭头','文字处断开连接线','297TAvPFN','直线(无箭头)','连线宽度','项目符号列表','左大括号','空心菱形连接线','右侧树形图','分类器','快捷键','状态条','控制生命线','公式形状','选择父容器','4\x20:\x203','复制样式','一或多','占位符','组件图','置于底层','上移一层','备选组合片段','缩放选项','空心三角','画布层','流程图','需求接口','对话气泡','主题:{0}','新增泳道项','拖拽调整层级','圆角矩形','退出全屏','16\x20:\x209','反向箭头','直接访问存储生命线','添加文本','数据存储\x201','直角折线','重命名','下移一层','向后移动泳道','精确选择'];_0x3ec4=function(){return _0x3256a1;};return _0x3ec4();}module[_0xcf9b19(0x1c0)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0xcbf2f9=_0x40a4;(function(_0x44aec2,_0x4997ae){const _0x45f5bf=_0x40a4,_0x59be93=_0x44aec2();while(!![]){try{const _0x4a8056=-parseInt(_0x45f5bf(0x119))/0x1+parseInt(_0x45f5bf(0x14b))/0x2+-parseInt(_0x45f5bf(0xd9))/0x3+parseInt(_0x45f5bf(0xe5))/0x4+-parseInt(_0x45f5bf(0xe7))/0x5*(-parseInt(_0x45f5bf(0xda))/0x6)+parseInt(_0x45f5bf(0xc9))/0x7+-parseInt(_0x45f5bf(0xcc))/0x8;if(_0x4a8056===_0x4997ae)break;else _0x59be93['push'](_0x59be93['shift']());}catch(_0x5b4515){_0x59be93['push'](_0x59be93['shift']());}}}(_0x23a3,0x8d4f2));const e={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0xcbf2f9(0xfc),'fitToContent':'適應內容','selectContents':_0xcbf2f9(0x107),'enableAutoResize':_0xcbf2f9(0x158),'disableAutoResize':'關閉自動撐開','lockMembership':_0xcbf2f9(0x154),'unlockMembership':'解鎖成員關係','disband':_0xcbf2f9(0x126),'delete':_0xcbf2f9(0x165)},'containerChild':{'moveOut':'移出容器','selectParent':_0xcbf2f9(0x123),'fitParent':_0xcbf2f9(0x130)},'swimlaneLane':{'add':_0xcbf2f9(0x13e),'addBelow':_0xcbf2f9(0x170),'addRight':_0xcbf2f9(0x172),'remove':'刪除泳道項','removeAndMovePrevious':'移動內容到上一泳道並刪除','removeAndPromote':_0xcbf2f9(0x125),'removeAndDeleteContent':_0xcbf2f9(0x138),'removeAndMoveNext':_0xcbf2f9(0x128),'rename':_0xcbf2f9(0x11a),'movePrevious':_0xcbf2f9(0x153),'moveNext':_0xcbf2f9(0x147),'expand':_0xcbf2f9(0x13a),'collapse':_0xcbf2f9(0x11e)}},'popup':{'containerName':_0xcbf2f9(0x148),'laneName':'泳道名稱','cancel':'取消','rename':_0xcbf2f9(0x121)},'ink':{'finishEditing':'完成','enterEditing':_0xcbf2f9(0x17b)},'mindMap':{'description':'描述','descriptionPlaceholder':_0xcbf2f9(0xbd),'saveDescription':'儲存'},'panel':{'moreShapes':_0xcbf2f9(0xd7),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':_0xcbf2f9(0xc5),'lineWidth':_0xcbf2f9(0x102),'reverseMarkers':_0xcbf2f9(0x12c),'searchShapes':_0xcbf2f9(0x112),'container':'容器','swimlane':'泳道','verticalSwimlane':_0xcbf2f9(0xea),'horizontalSwimlane':'水平泳道','vertical':'垂直','horizontal':'水平','tableCustomSize':_0xcbf2f9(0x124),'tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自訂','containerRatio16By9':_0xcbf2f9(0xd2),'containerRatio4By3':_0xcbf2f9(0x162),'containerRatio1By1':_0xcbf2f9(0x122),'containerA4':'A4','mindMapGroupMindMap':_0xcbf2f9(0xeb),'mindMapGroupTree':'樹狀圖','mindMapGroupTimeline':_0xcbf2f9(0x15f),'mindMapRight':_0xcbf2f9(0x109),'mindMapLeft':_0xcbf2f9(0xec),'mindMapHorizontal':_0xcbf2f9(0x12d),'mindMapVertical':'上下心智圖','mindMapTreeRight':_0xcbf2f9(0x177),'mindMapTreeLeft':_0xcbf2f9(0xc8),'mindMapTreeAlternate':_0xcbf2f9(0xe1),'mindMapTimelineHorizontal':'橫向時間軸','mindMapTimelineVertical':_0xcbf2f9(0xcf),'mindMapNodeText':_0xcbf2f9(0x104)},'settings':{'collaboratorCursors':_0xcbf2f9(0x15a),'find':'尋找','grid':'網格','preciseSelection':_0xcbf2f9(0x11d),'quickAdd':_0xcbf2f9(0x13c),'theme':'主題','themeOption':_0xcbf2f9(0x101),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'設定','objects':'物件','findBoardElements':_0xcbf2f9(0x156),'noMatches':_0xcbf2f9(0xc0),'showDimensions':_0xcbf2f9(0xcb),'showToolbar':_0xcbf2f9(0xca),'translateInto':_0xcbf2f9(0x11b)},'objectListPanel':{'title':'物件','empty':'暫無物件','showAll':_0xcbf2f9(0xd1),'hideAll':_0xcbf2f9(0xe0),'moveForward':'上移一層','moveBackward':_0xcbf2f9(0x118),'close':'關閉','nameInput':_0xcbf2f9(0x103),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':_0xcbf2f9(0xdf),'search':_0xcbf2f9(0xd0),'filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':'畫布層','sectionFloating':_0xcbf2f9(0x181),'name':'名稱','description':'描述','descriptionPlaceholder':'新增描述','noSelection':_0xcbf2f9(0x145),'elementTypes':{'object':'物件','connector':_0xcbf2f9(0x15e),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0xcbf2f9(0xff),'shape':'形狀','table':'表格','text':'文字','smartArt':_0xcbf2f9(0x144),'video':'影片','unit':'單元','dom':_0xcbf2f9(0xdc)}},'find':{'lanePosition':'泳道\x20{0}','tableCellPosition':_0xcbf2f9(0xe9),'elementTypes':{'connector':_0xcbf2f9(0x15e),'container':'容器','group':'組合','image':'圖片','page':'頁面','placeholder':_0xcbf2f9(0x15d),'shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':_0xcbf2f9(0xd8),'shape':'形狀','text':'文字','stickyNote':'便條','line':_0xcbf2f9(0x15e),'container':'容器','swimlane':'泳道','table':'表格','chart':'圖表','pen':'畫筆','mindMap':_0xcbf2f9(0xeb),'resources':_0xcbf2f9(0x100),'image':'圖片','wrapInContainer':_0xcbf2f9(0x16f),'addSwimlaneLane':_0xcbf2f9(0x13f),'swimlaneMenu':'泳道','swimlaneLaneMenu':'泳道項','editBrushPath':_0xcbf2f9(0xc6),'arrange':'排列','bringToFront':_0xcbf2f9(0xc3),'bringForward':'上移一層','sendBackward':_0xcbf2f9(0x118),'sendToBack':_0xcbf2f9(0x110),'more':'更多'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0xcbf2f9(0xc7),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':'圓柱體','chevron':'燕尾形','rightArrowBlock':'右箭頭塊','parallelogram':_0xcbf2f9(0x166),'trapezoid':'梯形','speechBubble':_0xcbf2f9(0x13b),'roundedCallout':_0xcbf2f9(0xfa),'rightTriangle':_0xcbf2f9(0xc2),'triangle':'三角形','star':'星形','hexagon':'六邊形','pentagon':'五邊形','octagon':_0xcbf2f9(0x161),'leftArrow':_0xcbf2f9(0x143),'rightArrow':_0xcbf2f9(0xc1),'leftRightArrow':_0xcbf2f9(0x132),'cloud':'雲朵','leftBrace':'左大括號','rightBrace':_0xcbf2f9(0xd6),'plus':'加號','actor':_0xcbf2f9(0x108),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0xcbf2f9(0xc7),'dataFlowCircle':'圓形','dataFlowRoundedSquare':_0xcbf2f9(0x106),'dataStorage1':_0xcbf2f9(0xf6),'dataStorage2':_0xcbf2f9(0xf5),'dataStorage3':_0xcbf2f9(0x11c),'lineNone':'直線(無箭頭)','lineDashedNone':_0xcbf2f9(0x116),'lineOpenArrow':_0xcbf2f9(0x17a),'lineDoubleOpenArrow':_0xcbf2f9(0xf8),'actorLifeline':'參與者生命線','boundaryLifeline':_0xcbf2f9(0x175),'controlLifeline':_0xcbf2f9(0x142),'entityLifeline':_0xcbf2f9(0x178),'collectionLifeline':_0xcbf2f9(0xc4),'objectLifeline':_0xcbf2f9(0x141),'magneticDiskLifeline':_0xcbf2f9(0x17f),'directAccessStorageLifeline':'直接存取儲存生命線','activationBar':'啟用條','sequenceFragment':_0xcbf2f9(0x12f),'sequenceAlternativeFragment':_0xcbf2f9(0x14a),'umlClass':'類別','umlInterface':'介面','umlInterfaceShape':'介面','umlClassifier':'分類器','umlHollowDiamondConnector':_0xcbf2f9(0x111),'umlFilledDiamondConnector':_0xcbf2f9(0x12b),'umlFilledArrowConnector':'實心箭頭連接線','umlDashedOpenArrowConnector':_0xcbf2f9(0x159),'umlDashedFilledArrowConnector':_0xcbf2f9(0x17e),'erdEntity':'實體','erdKeyField':_0xcbf2f9(0x151),'erdFieldType':_0xcbf2f9(0x160),'erdFull':_0xcbf2f9(0xf7),'initialState':_0xcbf2f9(0x16c),'finalState':'終止狀態','stateBar':_0xcbf2f9(0x120),'requiredInterface':'需求介面','assemblyConnector':_0xcbf2f9(0x115),'providedInterface':_0xcbf2f9(0xe3),'componentBox':_0xcbf2f9(0xd5),'component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':'基本形狀','blockArrow':'箭頭總匯','equationShape':_0xcbf2f9(0xee),'flowchart':_0xcbf2f9(0xed),'starAndBanner':'星與旗幟','callout':'標註','actionButton':_0xcbf2f9(0x12e),'other':'其他'},'classDiagram':_0xcbf2f9(0x14f),'dataFlowDiagram':_0xcbf2f9(0x114),'line':'線條','entityRelationshipDiagram':_0xcbf2f9(0xdb),'umlCustomShapes':_0xcbf2f9(0x139),'umlSequenceDiagram':'UML\x20時序圖','statusDiagram':_0xcbf2f9(0x10e),'componentDiagram':_0xcbf2f9(0xd3)},'connector':{'toolbar':{'sourceMarker':_0xcbf2f9(0x152),'swapMarkers':_0xcbf2f9(0x10b),'targetMarker':_0xcbf2f9(0x155),'lineColor':_0xcbf2f9(0xc5),'lineWidth':'粗細','opacityPercent':'透明度\x20{0}%','settings':'連線設定','smoothElbow':'折線','bridge':'跳線','insertText':'插入文字','textSettings':_0xcbf2f9(0xbf),'alignLeft':_0xcbf2f9(0x117),'alignCenter':_0xcbf2f9(0xdd),'alignRight':'右對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0xcbf2f9(0x135),'textColor':_0xcbf2f9(0xe4),'editText':_0xcbf2f9(0x131),'labelFill':_0xcbf2f9(0x14c),'labelBorder':_0xcbf2f9(0x180),'transparent':'透明','breakLineBehindText':_0xcbf2f9(0xfd),'textSection':'文字','labelSection':'標籤','deleteText':_0xcbf2f9(0x134),'more':'更多'},'routing':{'straight':'直線','elbow':'直角折線','polyline':_0xcbf2f9(0xe6),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0xcbf2f9(0x15c)},'marker':{'none':'橫線','arrow':'箭頭','filledArrow':_0xcbf2f9(0x137),'openArrow':_0xcbf2f9(0x17a),'triangle':_0xcbf2f9(0x182),'filledTriangle':'填滿三角箭頭','hollowTriangle':_0xcbf2f9(0x17c),'diamond':'菱形','hollowDiamond':_0xcbf2f9(0xfe),'filledDiamond':_0xcbf2f9(0xf3),'circle':'空心圓','filledCircle':_0xcbf2f9(0x168),'bar':'橫槓','doubleBar':_0xcbf2f9(0x136),'crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0xcbf2f9(0x157),'circleCrowsFoot':_0xcbf2f9(0xcd),'circleBar':_0xcbf2f9(0x169),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':'零或一','zeroOrMany':'零或多','oneOrMany':_0xcbf2f9(0x16b)}},'zoom':{'dragMode':_0xcbf2f9(0x13d),'fitContent':_0xcbf2f9(0xf9),'zoomOptions':_0xcbf2f9(0xde),'zoomTo100':_0xcbf2f9(0x16d),'zoomToFit':_0xcbf2f9(0x133),'zoomToSelection':_0xcbf2f9(0x10d),'zoomOut':'縮小','resetZoom':_0xcbf2f9(0x173),'zoomIn':'放大','help':'說明'},'shortcutHelp':{'title':'快捷鍵','close':'關閉快捷鍵','sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0xcbf2f9(0xe2),'editing':_0xcbf2f9(0x176),'grouping':_0xcbf2f9(0xf2),'swimlane':'泳道','mindMap':'心智圖','layout':_0xcbf2f9(0xbe),'font':'字型設定'},'items':{'showMoreShapes':'顯示更多形狀','roundedRectangle':_0xcbf2f9(0xc7),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':_0xcbf2f9(0x164),'line':'直線','stickyNote':'便條','search':'搜尋','zoomWheel':'放大/縮小','zoomPinch':_0xcbf2f9(0x17d),'zoomTo100':_0xcbf2f9(0x16d),'zoomToSelection':_0xcbf2f9(0x10d),'zoomToFit':_0xcbf2f9(0x133),'enterFullScreen':_0xcbf2f9(0xd4),'exitFullScreen':_0xcbf2f9(0x129),'selectShape':'選擇形狀','selectAll':'全選','multipleSelect':_0xcbf2f9(0x150),'invertSelection':'反向選擇','preciseSelection':_0xcbf2f9(0x11d),'deepSelect':_0xcbf2f9(0x167),'editShape':'編輯形狀','copy':'複製','copyAsImage':_0xcbf2f9(0x113),'paste':'貼上','cut':'剪下','makeCopy':'建立副本','scale':'縮放','copyStyle':_0xcbf2f9(0x163),'pasteStyle':_0xcbf2f9(0x140),'moveAxisLocked':'水平/垂直移動','flipHorizontal':_0xcbf2f9(0x12a),'flipVertical':_0xcbf2f9(0x171),'undo':'復原','redo':'重做','toggleQuickAdd':_0xcbf2f9(0x146),'hideCollaboratorsCursors':'隱藏協作者游標','toggleToolbar':_0xcbf2f9(0x105),'delete':'刪除','group':'組合','ungroup':'取消組合','selectUpperLayerGroups':_0xcbf2f9(0x149),'selectShapesToGroup':_0xcbf2f9(0x14d),'swimlaneLaneRename':_0xcbf2f9(0x11a),'swimlaneLaneToggleCollapsed':'收合/展開泳道','swimlaneLaneMovePrevious':_0xcbf2f9(0x153),'swimlaneLaneMoveNext':_0xcbf2f9(0x147),'swimlaneLaneRemove':'刪除泳道','addSiblingNode':_0xcbf2f9(0x10f),'addChildNode':_0xcbf2f9(0x179),'addParentNode':_0xcbf2f9(0xfb),'foldChildNodes':_0xcbf2f9(0xef),'collapseAllNodes':_0xcbf2f9(0x15b),'addDescription':_0xcbf2f9(0x174),'editCurrentNode':_0xcbf2f9(0xf0),'bringToFront':_0xcbf2f9(0xc3),'sendToBack':_0xcbf2f9(0x110),'alignLeft':_0xcbf2f9(0xf1),'alignRight':_0xcbf2f9(0x16a),'alignTop':_0xcbf2f9(0x10c),'alignBottom':_0xcbf2f9(0x11f),'alignMiddle':_0xcbf2f9(0x10a),'alignCenter':_0xcbf2f9(0x14e),'distributeHorizontally':_0xcbf2f9(0xf4),'distributeVertically':_0xcbf2f9(0x127),'disableObjectAlignment':'停用物件對齊','increaseFontSize':_0xcbf2f9(0xce),'decreaseFontSize':'減小字號','bold':'粗體','strikethrough':'刪除線','italic':'斜體','underline':'底線','link':'連結','numberedList':'編號清單','bulletedList':_0xcbf2f9(0xe8),'quote':'引用','alignTextLeft':_0xcbf2f9(0xf1),'alignTextRight':_0xcbf2f9(0x16a),'alignTextCenter':_0xcbf2f9(0xdd)}}}};function _0x40a4(_0x13ecde,_0x1ccfa1){_0x13ecde=_0x13ecde-0xbd;const _0x23a370=_0x23a3();let _0x40a42e=_0x23a370[_0x13ecde];return _0x40a42e;}module[_0xcbf2f9(0x16e)]=e;function _0x23a3(){const _0xc9c015=['包裹為容器','在下方新增泳道項','垂直翻轉','在右側新增泳道項','重設縮放','新增描述','邊界生命線','編輯形狀','右側樹狀圖','實體生命線','新增子節點','開口箭頭','編輯路徑','空心三角','放大/縮小','虛線實心箭頭連接線','磁碟生命線','標籤邊框','浮動層','三角箭頭','為目前節點新增描述','版面配置','文字設定','無符合結果','右箭頭','直角三角形','置於頂層','集合生命線','連線顏色','編輯畫筆路徑','圓角矩形','左側樹狀圖','8099350NJLEFy','顯示工具列','顯示尺寸','4790072maGCBq','圓圈鴉腳','增大字號','縱向時間軸','搜尋物件','全部顯示','16\x20:\x209','元件圖','進入全螢幕','元件框','右大括號','更多形狀','重設顏色','2779164BmMMnC','246zqwNKq','實體關係圖','DOM','置中對齊','縮放選項','拖曳調整圖層','全部隱藏','左右樹狀圖','選擇形狀','提供介面','文字顏色','4010800YsYUrA','多段線','20030nhDYta','項目符號清單','第\x20{0}\x20行,第\x20{1}\x20列','垂直泳道','心智圖','左向心智圖','流程圖','公式形狀','摺疊/展開子節點','編輯目前節點','靠左對齊','組合形狀','實心菱形','水平分佈','資料儲存\x202','資料儲存\x201','鍵欄位類型實體','雙向開口箭頭','適應內容','圓角標註','新增父節點','重命名容器','在文字後方中斷連接線','空心菱形','預留位置','資源庫','主題:{0}','連線寬度','物件名稱','新增文字','隱藏/顯示工具列','圓角正方形','選擇內容','參與者','右向心智圖','垂直置中','交換箭頭','靠上對齊','縮放到選取範圍','狀態圖','新增同層節點','置於底層','空心菱形連接線','搜尋形狀','複製為圖片','資料流程圖','組裝連接器','虛線(無箭頭)','左對齊','下移一層','412062EOFBCv','重新命名泳道','翻譯為','資料儲存\x203','精確選擇','收合泳道','靠下對齊','狀態條','重新命名','1\x20:\x201','選擇父容器','自訂大小','移出內容並刪除泳道項','解散容器','垂直分佈','移動內容到下一泳道並刪除','退出全螢幕','水平翻轉','實心菱形連接線','反向箭頭','左右心智圖','動作按鈕','組合片段','父容器適應內容','編輯文字','左右箭頭','適應畫布','刪除文字','刪除線','雙豎線','實心箭頭','刪除內容和泳道項','UML\x20自訂形狀','展開泳道','對話氣泡','快速新增','拖曳模式','新增泳道','新增泳道項','貼上樣式','物件生命線','控制生命線','左箭頭','SmartArt','選取一個物件以編輯詳情','隱藏/顯示快速新增','向後移動泳道','容器名稱','選擇上層組合','備選組合片段','384030cYtIcx','標籤背景','選擇要組合的形狀','水平置中','類別圖','多選/取消選擇','鍵欄位實體','來源箭頭','向前移動泳道','鎖定成員關係','目標箭頭','尋找畫板元素','橫槓鴉腳','開啟自動撐開','虛線開口箭頭連接線','協作者游標','摺疊/展開全部節點','點劃線','佔位符','連接線','時間軸','欄位類型實體','八邊形','4\x20:\x203','複製樣式','折線連接線','刪除容器','平行四邊形','深度選擇','實心圓','圓圈橫槓','靠右對齊','一或多','初始狀態','縮放到\x20100%','exports'];_0x23a3=function(){return _0xc9c015;};return _0x23a3();}
|
|
1
|
+
const _0x2fe93b=_0x41ad;function _0x41ad(_0x2aeaf0,_0x49a94e){_0x2aeaf0=_0x2aeaf0-0x99;const _0x59b518=_0x59b5();let _0x41ad25=_0x59b518[_0x2aeaf0];return _0x41ad25;}(function(_0x288b2e,_0x493235){const _0x374b86=_0x41ad,_0x42581f=_0x288b2e();while(!![]){try{const _0x1e99ed=parseInt(_0x374b86(0xe5))/0x1*(-parseInt(_0x374b86(0x163))/0x2)+parseInt(_0x374b86(0x12d))/0x3*(parseInt(_0x374b86(0xd7))/0x4)+-parseInt(_0x374b86(0xa6))/0x5*(-parseInt(_0x374b86(0xe1))/0x6)+parseInt(_0x374b86(0x125))/0x7*(parseInt(_0x374b86(0x152))/0x8)+parseInt(_0x374b86(0xb8))/0x9+-parseInt(_0x374b86(0x135))/0xa*(-parseInt(_0x374b86(0xbd))/0xb)+-parseInt(_0x374b86(0x103))/0xc;if(_0x1e99ed===_0x493235)break;else _0x42581f['push'](_0x42581f['shift']());}catch(_0x3146f2){_0x42581f['push'](_0x42581f['shift']());}}}(_0x59b5,0xdfb7e));const e={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x2fe93b(0xbe),'fitToContent':'適應內容','selectContents':_0x2fe93b(0x106),'enableAutoResize':_0x2fe93b(0xba),'disableAutoResize':'關閉自動撐開','lockMembership':_0x2fe93b(0xcf),'unlockMembership':'解鎖成員關係','disband':_0x2fe93b(0x160),'delete':_0x2fe93b(0xfa)},'containerChild':{'moveOut':_0x2fe93b(0x127),'selectParent':_0x2fe93b(0xb4),'fitParent':_0x2fe93b(0xac)},'swimlaneLane':{'add':_0x2fe93b(0x10f),'addBelow':_0x2fe93b(0x121),'addRight':_0x2fe93b(0x15a),'remove':'刪除泳道項','removeAndMovePrevious':_0x2fe93b(0x137),'removeAndPromote':_0x2fe93b(0xbf),'removeAndDeleteContent':_0x2fe93b(0xfc),'removeAndMoveNext':_0x2fe93b(0xca),'rename':'重新命名泳道','movePrevious':_0x2fe93b(0xe7),'moveNext':_0x2fe93b(0x118),'expand':'展開泳道','collapse':_0x2fe93b(0xa4)}},'popup':{'containerName':_0x2fe93b(0xa3),'laneName':_0x2fe93b(0x9b),'cancel':'取消','rename':_0x2fe93b(0xd2)},'ink':{'finishEditing':'完成','enterEditing':_0x2fe93b(0x14d)},'mindMap':{'description':'描述','descriptionPlaceholder':_0x2fe93b(0xe0),'saveDescription':'儲存'},'panel':{'moreShapes':_0x2fe93b(0x161),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':_0x2fe93b(0x15e),'lineWidth':_0x2fe93b(0x128),'reverseMarkers':'反向箭頭','searchShapes':_0x2fe93b(0x10a),'container':'容器','swimlane':'泳道','verticalSwimlane':_0x2fe93b(0x13d),'horizontalSwimlane':'水平泳道','vertical':'垂直','horizontal':'水平','tableCustomSize':_0x2fe93b(0xf7),'tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自訂','containerRatio16By9':_0x2fe93b(0xce),'containerRatio4By3':_0x2fe93b(0xd1),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x2fe93b(0x112),'mindMapGroupTree':'樹狀圖','mindMapGroupTimeline':_0x2fe93b(0x11a),'mindMapRight':_0x2fe93b(0xee),'mindMapLeft':'左向心智圖','mindMapHorizontal':'左右心智圖','mindMapVertical':_0x2fe93b(0x146),'mindMapTreeRight':_0x2fe93b(0xff),'mindMapTreeLeft':_0x2fe93b(0x114),'mindMapTreeAlternate':_0x2fe93b(0x151),'mindMapTimelineHorizontal':_0x2fe93b(0x13b),'mindMapTimelineVertical':_0x2fe93b(0xae),'mindMapNodeText':_0x2fe93b(0xad)},'settings':{'collaboratorCursors':_0x2fe93b(0xcd),'find':'尋找','grid':'網格','viewportBar':_0x2fe93b(0x11b),'preciseSelection':_0x2fe93b(0xc3),'quickAdd':_0x2fe93b(0xe3),'theme':'主題','themeOption':_0x2fe93b(0xf6),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'設定','objects':'物件','findBoardElements':_0x2fe93b(0x9f),'noMatches':'無符合結果','showDimensions':_0x2fe93b(0x130),'showToolbar':_0x2fe93b(0xcc),'saveAs':_0x2fe93b(0x9c),'translateInto':_0x2fe93b(0xf5)},'objectListPanel':{'title':'物件','empty':_0x2fe93b(0xc9),'showAll':_0x2fe93b(0xb7),'hideAll':'全部隱藏','moveForward':_0x2fe93b(0x100),'moveBackward':_0x2fe93b(0x12c),'close':'關閉','nameInput':_0x2fe93b(0x140),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':'拖曳調整圖層','search':_0x2fe93b(0x11f),'filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':'畫布層','sectionFloating':_0x2fe93b(0xc2),'name':'名稱','description':'描述','descriptionPlaceholder':_0x2fe93b(0x108),'noSelection':'選取一個物件以編輯詳情','elementTypes':{'object':'物件','connector':_0x2fe93b(0xf8),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x2fe93b(0xf4),'shape':'形狀','table':'表格','text':'文字','smartArt':'SmartArt','video':'影片','unit':'單元','dom':_0x2fe93b(0x102)}},'find':{'lanePosition':'泳道\x20{0}','tableCellPosition':_0x2fe93b(0x14c),'elementTypes':{'connector':_0x2fe93b(0xf8),'container':'容器','group':'組合','image':'圖片','page':'頁面','placeholder':_0x2fe93b(0xdc),'shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':'重設顏色','shape':'形狀','text':'文字','stickyNote':'便條','line':'連接線','container':'容器','swimlane':'泳道','table':'表格','chart':'圖表','pen':'畫筆','mindMap':_0x2fe93b(0x112),'resources':'資源庫','image':'圖片','wrapInContainer':_0x2fe93b(0x107),'addSwimlaneLane':_0x2fe93b(0xe9),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x2fe93b(0x129),'editBrushPath':_0x2fe93b(0xed),'arrange':'排列','bringToFront':_0x2fe93b(0x162),'bringForward':_0x2fe93b(0x100),'sendBackward':_0x2fe93b(0x12c),'sendToBack':_0x2fe93b(0xb3),'more':'更多'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x2fe93b(0xaa),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x2fe93b(0x12e),'chevron':_0x2fe93b(0x157),'rightArrowBlock':_0x2fe93b(0xa9),'parallelogram':'平行四邊形','trapezoid':'梯形','speechBubble':_0x2fe93b(0xe2),'roundedCallout':_0x2fe93b(0xf2),'rightTriangle':_0x2fe93b(0x123),'triangle':_0x2fe93b(0x153),'star':'星形','hexagon':_0x2fe93b(0x159),'pentagon':'五邊形','octagon':_0x2fe93b(0xd0),'leftArrow':_0x2fe93b(0xa8),'rightArrow':'右箭頭','leftRightArrow':_0x2fe93b(0x126),'cloud':'雲朵','leftBrace':_0x2fe93b(0x9d),'rightBrace':'右大括號','plus':'加號','actor':_0x2fe93b(0x120),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x2fe93b(0xaa),'dataFlowCircle':'圓形','dataFlowRoundedSquare':_0x2fe93b(0x115),'dataStorage1':_0x2fe93b(0xdf),'dataStorage2':_0x2fe93b(0xef),'dataStorage3':_0x2fe93b(0x13a),'lineNone':'直線(無箭頭)','lineDashedNone':_0x2fe93b(0xc8),'lineOpenArrow':_0x2fe93b(0xda),'lineDoubleOpenArrow':'雙向開口箭頭','actorLifeline':_0x2fe93b(0xab),'boundaryLifeline':'邊界生命線','controlLifeline':'控制生命線','entityLifeline':_0x2fe93b(0xde),'collectionLifeline':_0x2fe93b(0xd5),'objectLifeline':_0x2fe93b(0x101),'magneticDiskLifeline':_0x2fe93b(0xe4),'directAccessStorageLifeline':_0x2fe93b(0xc0),'activationBar':'啟用條','sequenceFragment':'組合片段','sequenceAlternativeFragment':_0x2fe93b(0x10b),'umlClass':'類別','umlInterface':'介面','umlInterfaceShape':'介面','umlClassifier':_0x2fe93b(0x158),'umlHollowDiamondConnector':_0x2fe93b(0x14b),'umlFilledDiamondConnector':_0x2fe93b(0x133),'umlFilledArrowConnector':'實心箭頭連接線','umlDashedOpenArrowConnector':_0x2fe93b(0x144),'umlDashedFilledArrowConnector':_0x2fe93b(0xd4),'erdEntity':'實體','erdKeyField':'鍵欄位實體','erdFieldType':_0x2fe93b(0xa5),'erdFull':_0x2fe93b(0x155),'initialState':'初始狀態','finalState':_0x2fe93b(0x11e),'stateBar':_0x2fe93b(0x99),'requiredInterface':_0x2fe93b(0xe6),'assemblyConnector':_0x2fe93b(0x15d),'providedInterface':_0x2fe93b(0xb5),'componentBox':_0x2fe93b(0xb9),'component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x2fe93b(0x138),'equationShape':_0x2fe93b(0x14a),'flowchart':'流程圖','starAndBanner':_0x2fe93b(0x113),'callout':'標註','actionButton':_0x2fe93b(0x131),'other':'其他'},'classDiagram':_0x2fe93b(0x145),'dataFlowDiagram':'資料流程圖','line':'線條','entityRelationshipDiagram':_0x2fe93b(0xc7),'umlCustomShapes':_0x2fe93b(0x10c),'umlSequenceDiagram':_0x2fe93b(0xa1),'statusDiagram':_0x2fe93b(0x154),'componentDiagram':'元件圖'},'connector':{'toolbar':{'sourceMarker':_0x2fe93b(0xc4),'swapMarkers':_0x2fe93b(0x122),'targetMarker':_0x2fe93b(0x143),'lineColor':_0x2fe93b(0x15e),'lineWidth':'粗細','opacityPercent':_0x2fe93b(0xdb),'settings':_0x2fe93b(0xd9),'smoothElbow':'折線','bridge':'跳線','insertText':_0x2fe93b(0x109),'textSettings':_0x2fe93b(0x119),'alignLeft':'左對齊','alignCenter':_0x2fe93b(0x15b),'alignRight':_0x2fe93b(0x13f),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x2fe93b(0x10d),'editText':_0x2fe93b(0x150),'labelFill':_0x2fe93b(0x12a),'labelBorder':_0x2fe93b(0xf3),'transparent':'透明','breakLineBehindText':'在文字後方中斷連接線','textSection':'文字','labelSection':'標籤','deleteText':_0x2fe93b(0xdd),'more':'更多'},'routing':{'straight':'直線','elbow':'直角折線','polyline':_0x2fe93b(0x14e),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0x2fe93b(0x142)},'marker':{'none':'橫線','arrow':'箭頭','filledArrow':_0x2fe93b(0x141),'openArrow':_0x2fe93b(0xda),'triangle':'三角箭頭','filledTriangle':_0x2fe93b(0xbb),'hollowTriangle':_0x2fe93b(0x15c),'diamond':'菱形','hollowDiamond':'空心菱形','filledDiamond':_0x2fe93b(0x105),'circle':_0x2fe93b(0xd3),'filledCircle':'實心圓','bar':'橫槓','doubleBar':'雙豎線','crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0x2fe93b(0xaf),'circleCrowsFoot':'圓圈鴉腳','circleBar':_0x2fe93b(0xe8),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x2fe93b(0x148),'zeroOrMany':'零或多','oneOrMany':_0x2fe93b(0x164)}},'zoom':{'dragMode':_0x2fe93b(0x14f),'fitContent':_0x2fe93b(0x9a),'zoomOptions':_0x2fe93b(0x117),'zoomTo100':'縮放到\x20100%','zoomToFit':'適應畫布','zoomToSelection':'縮放到選取範圍','zoomOut':'縮小','resetZoom':_0x2fe93b(0xb2),'zoomIn':'放大','help':'說明'},'shortcutHelp':{'title':_0x2fe93b(0x136),'close':'關閉快捷鍵','sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':'選擇形狀','editing':_0x2fe93b(0x12b),'grouping':_0x2fe93b(0xc5),'swimlane':'泳道','mindMap':_0x2fe93b(0x112),'layout':_0x2fe93b(0xa2),'font':_0x2fe93b(0xf9)},'items':{'showMoreShapes':_0x2fe93b(0x12f),'roundedRectangle':_0x2fe93b(0xaa),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':_0x2fe93b(0x147),'line':'直線','stickyNote':'便條','search':'搜尋','zoomWheel':_0x2fe93b(0xec),'zoomPinch':_0x2fe93b(0xec),'zoomTo100':_0x2fe93b(0x124),'zoomToSelection':_0x2fe93b(0xb0),'zoomToFit':_0x2fe93b(0x15f),'enterFullScreen':_0x2fe93b(0x111),'exitFullScreen':'退出全螢幕','selectShape':_0x2fe93b(0xa0),'selectAll':'全選','multipleSelect':_0x2fe93b(0xf1),'invertSelection':_0x2fe93b(0x104),'preciseSelection':_0x2fe93b(0xc3),'deepSelect':_0x2fe93b(0xb1),'editShape':_0x2fe93b(0x12b),'copy':'複製','copyAsImage':_0x2fe93b(0x149),'paste':'貼上','cut':'剪下','makeCopy':_0x2fe93b(0xea),'scale':'縮放','copyStyle':_0x2fe93b(0xd6),'pasteStyle':_0x2fe93b(0xbc),'moveAxisLocked':_0x2fe93b(0xd8),'flipHorizontal':'水平翻轉','flipVertical':_0x2fe93b(0x132),'undo':'復原','redo':'重做','toggleQuickAdd':'隱藏/顯示快速新增','hideCollaboratorsCursors':_0x2fe93b(0x134),'toggleToolbar':_0x2fe93b(0xfb),'delete':'刪除','group':'組合','ungroup':_0x2fe93b(0xcb),'selectUpperLayerGroups':_0x2fe93b(0x10e),'selectShapesToGroup':_0x2fe93b(0x156),'swimlaneLaneRename':_0x2fe93b(0xf0),'swimlaneLaneToggleCollapsed':'收合/展開泳道','swimlaneLaneMovePrevious':_0x2fe93b(0xe7),'swimlaneLaneMoveNext':_0x2fe93b(0x118),'swimlaneLaneRemove':'刪除泳道','addSiblingNode':'新增同層節點','addChildNode':_0x2fe93b(0x116),'addParentNode':'新增父節點','foldChildNodes':_0x2fe93b(0xeb),'collapseAllNodes':_0x2fe93b(0xc6),'addDescription':_0x2fe93b(0x108),'editCurrentNode':_0x2fe93b(0x13c),'bringToFront':_0x2fe93b(0x162),'sendToBack':_0x2fe93b(0xb3),'alignLeft':_0x2fe93b(0xc1),'alignRight':'靠右對齊','alignTop':'靠上對齊','alignBottom':_0x2fe93b(0x9e),'alignMiddle':_0x2fe93b(0x13e),'alignCenter':_0x2fe93b(0xa7),'distributeHorizontally':'水平分佈','distributeVertically':'垂直分佈','disableObjectAlignment':_0x2fe93b(0x11c),'increaseFontSize':_0x2fe93b(0xfe),'decreaseFontSize':_0x2fe93b(0x110),'bold':'粗體','strikethrough':_0x2fe93b(0xb6),'italic':'斜體','underline':'底線','link':'連結','numberedList':_0x2fe93b(0xfd),'bulletedList':_0x2fe93b(0x139),'quote':'引用','alignTextLeft':_0x2fe93b(0xc1),'alignTextRight':'靠右對齊','alignTextCenter':_0x2fe93b(0x15b)}}}};function _0x59b5(){const _0x3d8123=['六邊形','在右側新增泳道項','置中對齊','空心三角','組裝連接器','連線顏色','適應畫布','解散容器','更多形狀','置於頂層','542RuADdd','一或多','狀態條','適應內容','泳道名稱','另存為','左大括號','靠下對齊','尋找畫板元素','選擇形狀','UML\x20時序圖','版面配置','容器名稱','收合泳道','欄位類型實體','235XRpxFS','水平置中','左箭頭','右箭頭塊','圓角矩形','參與者生命線','父容器適應內容','新增文字','縱向時間軸','橫槓鴉腳','縮放到選取範圍','深度選擇','重設縮放','置於底層','選擇父容器','提供介面','刪除線','全部顯示','12791979ulInyd','元件框','開啟自動撐開','填滿三角箭頭','貼上樣式','1834063ZsTxhX','重命名容器','移出內容並刪除泳道項','直接存取儲存生命線','靠左對齊','浮動層','精確選擇','來源箭頭','組合形狀','摺疊/展開全部節點','實體關係圖','虛線(無箭頭)','暫無物件','移動內容到下一泳道並刪除','取消組合','顯示工具列','協作者游標','16\x20:\x209','鎖定成員關係','八邊形','4\x20:\x203','重新命名','空心圓','虛線實心箭頭連接線','集合生命線','複製樣式','5663012bspwJb','水平/垂直移動','連線設定','開口箭頭','透明度\x20{0}%','佔位符','刪除文字','實體生命線','資料儲存\x201','為目前節點新增描述','53868hvVDNr','對話氣泡','快速新增','磁碟生命線','5872YSysQR','需求介面','向前移動泳道','圓圈橫槓','新增泳道項','建立副本','摺疊/展開子節點','放大/縮小','編輯畫筆路徑','右向心智圖','資料儲存\x202','重新命名泳道','多選/取消選擇','圓角標註','標籤邊框','預留位置','翻譯為','主題:{0}','自訂大小','連接線','字型設定','刪除容器','隱藏/顯示工具列','刪除內容和泳道項','編號清單','增大字號','右側樹狀圖','上移一層','物件生命線','DOM','26674416kANsyV','反向選擇','實心菱形','選擇內容','包裹為容器','新增描述','插入文字','搜尋形狀','備選組合片段','UML\x20自訂形狀','文字顏色','選擇上層組合','新增泳道','減小字號','進入全螢幕','心智圖','星與旗幟','左側樹狀圖','圓角正方形','新增子節點','縮放選項','向後移動泳道','文字設定','時間軸','視口捲動列','停用物件對齊','exports','終止狀態','搜尋物件','參與者','在下方新增泳道項','交換箭頭','直角三角形','縮放到\x20100%','7lZDogl','左右箭頭','移出容器','連線寬度','泳道項','標籤背景','編輯形狀','下移一層','3KAryIP','圓柱體','顯示更多形狀','顯示尺寸','動作按鈕','垂直翻轉','實心菱形連接線','隱藏協作者游標','10PGTDIE','快捷鍵','移動內容到上一泳道並刪除','箭頭總匯','項目符號清單','資料儲存\x203','橫向時間軸','編輯目前節點','垂直泳道','垂直置中','右對齊','物件名稱','實心箭頭','點劃線','目標箭頭','虛線開口箭頭連接線','類別圖','上下心智圖','折線連接線','零或一','複製為圖片','公式形狀','空心菱形連接線','第\x20{0}\x20行,第\x20{1}\x20列','編輯路徑','多段線','拖曳模式','編輯文字','左右樹狀圖','10437976knCDdJ','三角形','狀態圖','鍵欄位類型實體','選擇要組合的形狀','燕尾形','分類器'];_0x59b5=function(){return _0x3d8123;};return _0x59b5();}module[_0x2fe93b(0x11d)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x39b18f=_0x49ba;function _0x30de(){const _0x1adce0=['終止狀態','箭頭總匯','建立副本','右箭頭塊','虛線開口箭頭連接線','資料流程圖','雙豎線','解散容器','圓圈鴉腳','236264XsEYhP','靠左對齊','啟用條','橫向時間軸','暫無物件','五邊形','選擇要組合的形狀','雙向開口箭頭','八邊形','251135KctaDR','欄位類型實體','空心菱形連接線','磁碟生命線','星與旗幟','多選/取消選擇','直角三角形','移動內容到下一泳道並刪除','圓角正方形','放大/縮小','拖曳調整圖層','標籤邊框','刪除容器','圓角矩形','空心三角','左對齊','摺疊/展開子節點','心智圖','組裝連接器','狀態圖','開口箭頭','精確選擇','類別圖','左箭頭','刪除線','開啟自動撐開','深度選擇','30BUcBzt','21wZyqYo','貼上樣式','右大括號','展開泳道','參與者','尋找白板元素','1989850XnlpfO','目標箭頭','虛線實心箭頭連接線','父容器適應內容','左右樹狀圖','摺疊/展開全部節點','無符合結果','畫布層','水平置中','搜尋物件','編輯文字','更多形狀','樹狀圖','新增泳道','包裹為容器','4\x20:\x203','移動內容到上一泳道並刪除','提供介面','編輯形狀','置於頂層','選擇父容器','SmartArt','置於底層','實體生命線','來源箭頭','靠下對齊','插入文字','52044nnfxUt','2xxizYq','適應內容','拖曳模式','連線顏色','反向選擇','實心箭頭','右箭頭','選取一個物件以編輯詳情','水平泳道','隱藏/顯示快速新增','左側樹狀圖','協作者游標','UML\x20時序圖','新增子節點','收合/展開泳道','在文字後方中斷連接線','向前移動泳道','縱向時間軸','字型設定','左向心智圖','零或多','在下方新增泳道項','圓角標註','參與者生命線','集合生命線','預留位置','圓柱體','填滿三角箭頭','狀態列','適應畫布','移出內容並刪除泳道項','移出容器','右對齊','對話氣泡','快速新增','選擇內容','第\x20{0}\x20行,第\x20{1}\x20列','連接線','水平翻轉','控制生命線','水平分佈','透明度\x20{0}%','版面配置','六邊形','物件名稱','直接存取儲存生命線','水平/垂直移動','顯示工具列','上移一層','翻譯為','重命名容器','流程圖','垂直分佈','新增泳道項','上下心智圖','DOM','關閉快捷鍵','實體關係圖','向後移動泳道','停用物件對齊','資料儲存\x201','泳道項','刪除泳道','新增文字','選擇形狀','主題:{0}','312504BxLahb','重設顏色','文字顏色','公式形狀','縮放選項','右側樹狀圖','16\x20:\x209','右向心智圖','編輯目前節點','搜尋形狀','重設縮放','實心菱形','需求介面','橫槓鴉腳','編號清單','浮動層','連線寬度','組合片段','標籤背景','顯示更多形狀','隱藏/顯示工具列','複製為圖片','元件圖','2966283RZFiPH','反向箭頭','下移一層','連線設定','選擇上層組合','備選組合片段','刪除內容和泳道項','組合形狀','資料儲存\x202','快捷鍵','編輯畫筆路徑','exports','縮放到選取範圍','UML\x20自訂形狀','靠右對齊','新增描述','多段線','新增父節點','鍵欄位類型實體','左右箭頭','285016kfpJfN','重新命名泳道','全部顯示','刪除文字','一或多','垂直置中','置中對齊','基本形狀','收合泳道','零或一','實心圓','邊界生命線','顯示尺寸','1\x20:\x201'];_0x30de=function(){return _0x1adce0;};return _0x30de();}(function(_0x2e8681,_0x774434){const _0x1a408f=_0x49ba,_0x2be2bf=_0x2e8681();while(!![]){try{const _0x2de98e=parseInt(_0x1a408f(0x241))/0x1*(-parseInt(_0x1a408f(0x288))/0x2)+parseInt(_0x1a408f(0x287))/0x3+-parseInt(_0x1a408f(0x1ff))/0x4+parseInt(_0x1a408f(0x24a))/0x5*(parseInt(_0x1a408f(0x265))/0x6)+parseInt(_0x1a408f(0x266))/0x7*(parseInt(_0x1a408f(0x22a))/0x8)+parseInt(_0x1a408f(0x216))/0x9+-parseInt(_0x1a408f(0x26c))/0xa;if(_0x2de98e===_0x774434)break;else _0x2be2bf['push'](_0x2be2bf['shift']());}catch(_0x9df0fc){_0x2be2bf['push'](_0x2be2bf['shift']());}}}(_0x30de,0x2ec58));function _0x49ba(_0xe33048,_0x238217){_0xe33048=_0xe33048-0x1ec;const _0x30de17=_0x30de();let _0x49bac5=_0x30de17[_0xe33048];return _0x49bac5;}const e={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x39b18f(0x1ef),'fitToContent':_0x39b18f(0x289),'selectContents':_0x39b18f(0x2ab),'enableAutoResize':_0x39b18f(0x263),'disableAutoResize':'關閉自動撐開','lockMembership':'鎖定成員關係','unlockMembership':'解鎖成員關係','disband':_0x39b18f(0x23f),'delete':_0x39b18f(0x256)},'containerChild':{'moveOut':_0x39b18f(0x2a7),'selectParent':_0x39b18f(0x280),'fitParent':_0x39b18f(0x26f)},'swimlaneLane':{'add':_0x39b18f(0x279),'addBelow':_0x39b18f(0x29d),'addRight':'在右側新增泳道項','remove':'刪除泳道項','removeAndMovePrevious':_0x39b18f(0x27c),'removeAndPromote':_0x39b18f(0x2a6),'removeAndDeleteContent':_0x39b18f(0x21c),'removeAndMoveNext':_0x39b18f(0x251),'rename':_0x39b18f(0x22b),'movePrevious':_0x39b18f(0x298),'moveNext':_0x39b18f(0x1f7),'expand':_0x39b18f(0x269),'collapse':_0x39b18f(0x232)}},'popup':{'containerName':'容器名稱','laneName':'泳道名稱','cancel':'取消','rename':'重新命名'},'ink':{'finishEditing':'完成','enterEditing':'編輯路徑'},'mindMap':{'description':'描述','descriptionPlaceholder':'為目前節點新增描述','saveDescription':'儲存'},'panel':{'moreShapes':_0x39b18f(0x277),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':_0x39b18f(0x28b),'lineWidth':_0x39b18f(0x20f),'reverseMarkers':_0x39b18f(0x217),'searchShapes':_0x39b18f(0x208),'container':'容器','swimlane':'泳道','verticalSwimlane':'垂直泳道','horizontalSwimlane':_0x39b18f(0x290),'vertical':'垂直','horizontal':'水平','tableCustomSize':'自訂大小','tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自訂','containerRatio16By9':_0x39b18f(0x205),'containerRatio4By3':_0x39b18f(0x27b),'containerRatio1By1':_0x39b18f(0x237),'containerA4':'A4','mindMapGroupMindMap':_0x39b18f(0x25b),'mindMapGroupTree':_0x39b18f(0x278),'mindMapGroupTimeline':'時間軸','mindMapRight':_0x39b18f(0x206),'mindMapLeft':_0x39b18f(0x29b),'mindMapHorizontal':'左右心智圖','mindMapVertical':_0x39b18f(0x1f3),'mindMapTreeRight':_0x39b18f(0x204),'mindMapTreeLeft':_0x39b18f(0x292),'mindMapTreeAlternate':_0x39b18f(0x270),'mindMapTimelineHorizontal':_0x39b18f(0x244),'mindMapTimelineVertical':_0x39b18f(0x299),'mindMapNodeText':_0x39b18f(0x1fc)},'settings':{'collaboratorCursors':_0x39b18f(0x293),'find':'尋找','grid':'網格','preciseSelection':_0x39b18f(0x25f),'quickAdd':_0x39b18f(0x2aa),'theme':'主題','themeOption':_0x39b18f(0x1fe),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'設定','objects':'物件','findBoardElements':_0x39b18f(0x26b),'noMatches':_0x39b18f(0x272),'showDimensions':_0x39b18f(0x236),'showToolbar':_0x39b18f(0x1ec),'translateInto':_0x39b18f(0x1ee)},'objectListPanel':{'title':'物件','empty':_0x39b18f(0x245),'showAll':_0x39b18f(0x22c),'hideAll':'全部隱藏','moveForward':_0x39b18f(0x1ed),'moveBackward':_0x39b18f(0x218),'close':'關閉','nameInput':_0x39b18f(0x2b4),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':_0x39b18f(0x254),'search':_0x39b18f(0x275),'filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':_0x39b18f(0x273),'sectionFloating':_0x39b18f(0x20e),'name':'名稱','description':'描述','descriptionPlaceholder':_0x39b18f(0x225),'noSelection':_0x39b18f(0x28f),'elementTypes':{'object':'物件','connector':_0x39b18f(0x2ad),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x39b18f(0x2a1),'shape':'形狀','table':'表格','text':'文字','smartArt':_0x39b18f(0x281),'video':'影片','unit':'單元','dom':_0x39b18f(0x1f4)}},'find':{'lanePosition':'泳道\x20{0}','tableCellPosition':_0x39b18f(0x2ac),'elementTypes':{'connector':'連接線','container':'容器','group':'組合','image':'圖片','page':'頁面','placeholder':'佔位符','shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':_0x39b18f(0x200),'shape':'形狀','text':'文字','stickyNote':'便條','line':_0x39b18f(0x2ad),'container':'容器','swimlane':'泳道','table':'表格','chart':'圖表','pen':'畫筆','mindMap':_0x39b18f(0x25b),'resources':'資源庫','image':'圖片','wrapInContainer':_0x39b18f(0x27a),'addSwimlaneLane':_0x39b18f(0x1f2),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x39b18f(0x1fa),'editBrushPath':_0x39b18f(0x220),'arrange':'排列','bringToFront':_0x39b18f(0x27f),'bringForward':'上移一層','sendBackward':'下移一層','sendToBack':_0x39b18f(0x282),'more':'更多'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x39b18f(0x257),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x39b18f(0x2a2),'chevron':'燕尾形','rightArrowBlock':_0x39b18f(0x23b),'parallelogram':'平行四邊形','trapezoid':'梯形','speechBubble':_0x39b18f(0x2a9),'roundedCallout':_0x39b18f(0x29e),'rightTriangle':_0x39b18f(0x250),'triangle':'三角形','star':'星形','hexagon':_0x39b18f(0x2b3),'pentagon':_0x39b18f(0x246),'octagon':_0x39b18f(0x249),'leftArrow':_0x39b18f(0x261),'rightArrow':_0x39b18f(0x28e),'leftRightArrow':_0x39b18f(0x229),'cloud':'雲朵','leftBrace':'左大括號','rightBrace':_0x39b18f(0x268),'plus':'加號','actor':_0x39b18f(0x26a),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x39b18f(0x257),'dataFlowCircle':'圓形','dataFlowRoundedSquare':_0x39b18f(0x252),'dataStorage1':_0x39b18f(0x1f9),'dataStorage2':_0x39b18f(0x21e),'dataStorage3':'資料儲存\x203','lineNone':'直線(無箭頭)','lineDashedNone':'虛線(無箭頭)','lineOpenArrow':_0x39b18f(0x25e),'lineDoubleOpenArrow':_0x39b18f(0x248),'actorLifeline':_0x39b18f(0x29f),'boundaryLifeline':_0x39b18f(0x235),'controlLifeline':_0x39b18f(0x2af),'entityLifeline':_0x39b18f(0x283),'collectionLifeline':_0x39b18f(0x2a0),'objectLifeline':'物件生命線','magneticDiskLifeline':_0x39b18f(0x24d),'directAccessStorageLifeline':_0x39b18f(0x2b5),'activationBar':_0x39b18f(0x243),'sequenceFragment':_0x39b18f(0x210),'sequenceAlternativeFragment':_0x39b18f(0x21b),'umlClass':'類別','umlInterface':'介面','umlInterfaceShape':'介面','umlClassifier':'分類器','umlHollowDiamondConnector':_0x39b18f(0x24c),'umlFilledDiamondConnector':'實心菱形連接線','umlFilledArrowConnector':'實心箭頭連接線','umlDashedOpenArrowConnector':_0x39b18f(0x23c),'umlDashedFilledArrowConnector':_0x39b18f(0x26e),'erdEntity':'實體','erdKeyField':'鍵欄位實體','erdFieldType':_0x39b18f(0x24b),'erdFull':_0x39b18f(0x228),'initialState':'初始狀態','finalState':_0x39b18f(0x238),'stateBar':_0x39b18f(0x2a4),'requiredInterface':_0x39b18f(0x20b),'assemblyConnector':_0x39b18f(0x25c),'providedInterface':_0x39b18f(0x27d),'componentBox':'元件框','component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':_0x39b18f(0x231),'blockArrow':_0x39b18f(0x239),'equationShape':_0x39b18f(0x202),'flowchart':_0x39b18f(0x1f0),'starAndBanner':_0x39b18f(0x24e),'callout':'標註','actionButton':'動作按鈕','other':'其他'},'classDiagram':_0x39b18f(0x260),'dataFlowDiagram':_0x39b18f(0x23d),'line':'線條','entityRelationshipDiagram':_0x39b18f(0x1f6),'umlCustomShapes':_0x39b18f(0x223),'umlSequenceDiagram':_0x39b18f(0x294),'statusDiagram':_0x39b18f(0x25d),'componentDiagram':_0x39b18f(0x215)},'connector':{'toolbar':{'sourceMarker':_0x39b18f(0x284),'swapMarkers':'交換箭頭','targetMarker':_0x39b18f(0x26d),'lineColor':'連線顏色','lineWidth':'粗細','opacityPercent':_0x39b18f(0x2b1),'settings':_0x39b18f(0x219),'smoothElbow':'折線','bridge':'跳線','insertText':_0x39b18f(0x286),'textSettings':'文字設定','alignLeft':_0x39b18f(0x259),'alignCenter':_0x39b18f(0x230),'alignRight':_0x39b18f(0x2a8),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x39b18f(0x262),'textColor':_0x39b18f(0x201),'editText':_0x39b18f(0x276),'labelFill':_0x39b18f(0x211),'labelBorder':_0x39b18f(0x255),'transparent':'透明','breakLineBehindText':_0x39b18f(0x297),'textSection':'文字','labelSection':'標籤','deleteText':_0x39b18f(0x22d),'more':'更多'},'routing':{'straight':'直線','elbow':'直角折線','polyline':_0x39b18f(0x226),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':'點劃線'},'marker':{'none':'橫線','arrow':'箭頭','filledArrow':_0x39b18f(0x28d),'openArrow':'開口箭頭','triangle':'三角箭頭','filledTriangle':_0x39b18f(0x2a3),'hollowTriangle':_0x39b18f(0x258),'diamond':'菱形','hollowDiamond':'空心菱形','filledDiamond':_0x39b18f(0x20a),'circle':'空心圓','filledCircle':_0x39b18f(0x234),'bar':'橫槓','doubleBar':_0x39b18f(0x23e),'crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0x39b18f(0x20c),'circleCrowsFoot':_0x39b18f(0x240),'circleBar':'圓圈橫槓','x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x39b18f(0x233),'zeroOrMany':_0x39b18f(0x29c),'oneOrMany':_0x39b18f(0x22e)}},'zoom':{'dragMode':_0x39b18f(0x28a),'fitContent':_0x39b18f(0x289),'zoomOptions':_0x39b18f(0x203),'zoomTo100':'縮放到\x20100%','zoomToFit':_0x39b18f(0x2a5),'zoomToSelection':_0x39b18f(0x222),'zoomOut':'縮小','resetZoom':_0x39b18f(0x209),'zoomIn':'放大','help':'說明'},'shortcutHelp':{'title':_0x39b18f(0x21f),'close':_0x39b18f(0x1f5),'sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0x39b18f(0x1fd),'editing':_0x39b18f(0x27e),'grouping':_0x39b18f(0x21d),'swimlane':'泳道','mindMap':_0x39b18f(0x25b),'layout':_0x39b18f(0x2b2),'font':_0x39b18f(0x29a)},'items':{'showMoreShapes':_0x39b18f(0x212),'roundedRectangle':_0x39b18f(0x257),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':'折線連接線','line':'直線','stickyNote':'便條','search':'搜尋','zoomWheel':_0x39b18f(0x253),'zoomPinch':_0x39b18f(0x253),'zoomTo100':'縮放到\x20100%','zoomToSelection':_0x39b18f(0x222),'zoomToFit':_0x39b18f(0x2a5),'enterFullScreen':'進入全螢幕','exitFullScreen':'退出全螢幕','selectShape':'選擇形狀','selectAll':'全選','multipleSelect':_0x39b18f(0x24f),'invertSelection':_0x39b18f(0x28c),'preciseSelection':_0x39b18f(0x25f),'deepSelect':_0x39b18f(0x264),'editShape':_0x39b18f(0x27e),'copy':'複製','copyAsImage':_0x39b18f(0x214),'paste':'貼上','cut':'剪下','makeCopy':_0x39b18f(0x23a),'scale':'縮放','copyStyle':'複製樣式','pasteStyle':_0x39b18f(0x267),'moveAxisLocked':_0x39b18f(0x2b6),'flipHorizontal':_0x39b18f(0x2ae),'flipVertical':'垂直翻轉','undo':'復原','redo':'重做','toggleQuickAdd':_0x39b18f(0x291),'hideCollaboratorsCursors':'隱藏協作者游標','toggleToolbar':_0x39b18f(0x213),'delete':'刪除','group':'組合','ungroup':'取消組合','selectUpperLayerGroups':_0x39b18f(0x21a),'selectShapesToGroup':_0x39b18f(0x247),'swimlaneLaneRename':_0x39b18f(0x22b),'swimlaneLaneToggleCollapsed':_0x39b18f(0x296),'swimlaneLaneMovePrevious':_0x39b18f(0x298),'swimlaneLaneMoveNext':_0x39b18f(0x1f7),'swimlaneLaneRemove':_0x39b18f(0x1fb),'addSiblingNode':'新增同層節點','addChildNode':_0x39b18f(0x295),'addParentNode':_0x39b18f(0x227),'foldChildNodes':_0x39b18f(0x25a),'collapseAllNodes':_0x39b18f(0x271),'addDescription':_0x39b18f(0x225),'editCurrentNode':_0x39b18f(0x207),'bringToFront':'置於頂層','sendToBack':_0x39b18f(0x282),'alignLeft':'靠左對齊','alignRight':_0x39b18f(0x224),'alignTop':'靠上對齊','alignBottom':_0x39b18f(0x285),'alignMiddle':_0x39b18f(0x22f),'alignCenter':_0x39b18f(0x274),'distributeHorizontally':_0x39b18f(0x2b0),'distributeVertically':_0x39b18f(0x1f1),'disableObjectAlignment':_0x39b18f(0x1f8),'increaseFontSize':'增大字號','decreaseFontSize':'減小字號','bold':'粗體','strikethrough':_0x39b18f(0x262),'italic':'斜體','underline':'底線','link':'連結','numberedList':_0x39b18f(0x20d),'bulletedList':'項目符號清單','quote':'引用','alignTextLeft':_0x39b18f(0x242),'alignTextRight':_0x39b18f(0x224),'alignTextCenter':'置中對齊'}}}};module[_0x39b18f(0x221)]=e;
|
|
1
|
+
const _0x19d04c=_0x5f5c;(function(_0x4181f7,_0x480ccc){const _0x245210=_0x5f5c,_0x398587=_0x4181f7();while(!![]){try{const _0x1df3b1=-parseInt(_0x245210(0xff))/0x1*(-parseInt(_0x245210(0x9c))/0x2)+-parseInt(_0x245210(0xa2))/0x3*(-parseInt(_0x245210(0x125))/0x4)+-parseInt(_0x245210(0x13f))/0x5*(parseInt(_0x245210(0xc6))/0x6)+parseInt(_0x245210(0xe2))/0x7+-parseInt(_0x245210(0x134))/0x8*(parseInt(_0x245210(0x149))/0x9)+-parseInt(_0x245210(0x120))/0xa+parseInt(_0x245210(0x10d))/0xb*(parseInt(_0x245210(0xc9))/0xc);if(_0x1df3b1===_0x480ccc)break;else _0x398587['push'](_0x398587['shift']());}catch(_0x5c0d62){_0x398587['push'](_0x398587['shift']());}}}(_0x57a5,0xf1b3b));const e={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x19d04c(0x148),'fitToContent':_0x19d04c(0x106),'selectContents':_0x19d04c(0xd6),'enableAutoResize':_0x19d04c(0x11f),'disableAutoResize':_0x19d04c(0x7a),'lockMembership':_0x19d04c(0x9a),'unlockMembership':'解鎖成員關係','disband':'解散容器','delete':'刪除容器'},'containerChild':{'moveOut':_0x19d04c(0xa3),'selectParent':'選擇父容器','fitParent':'父容器適應內容'},'swimlaneLane':{'add':'新增泳道','addBelow':'在下方新增泳道項','addRight':_0x19d04c(0xe7),'remove':_0x19d04c(0x12a),'removeAndMovePrevious':_0x19d04c(0x10a),'removeAndPromote':_0x19d04c(0x109),'removeAndDeleteContent':_0x19d04c(0xcb),'removeAndMoveNext':_0x19d04c(0xbe),'rename':_0x19d04c(0xee),'movePrevious':_0x19d04c(0x95),'moveNext':'向後移動泳道','expand':_0x19d04c(0xdd),'collapse':_0x19d04c(0xdf)}},'popup':{'containerName':_0x19d04c(0x116),'laneName':'泳道名稱','cancel':'取消','rename':_0x19d04c(0xcd)},'ink':{'finishEditing':'完成','enterEditing':_0x19d04c(0x139)},'mindMap':{'description':'描述','descriptionPlaceholder':'為目前節點新增描述','saveDescription':'儲存'},'panel':{'moreShapes':_0x19d04c(0xc0),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':'連線顏色','lineWidth':_0x19d04c(0xeb),'reverseMarkers':_0x19d04c(0xa0),'searchShapes':_0x19d04c(0xf7),'container':'容器','swimlane':'泳道','verticalSwimlane':_0x19d04c(0xce),'horizontalSwimlane':'水平泳道','vertical':'垂直','horizontal':'水平','tableCustomSize':_0x19d04c(0xd5),'tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自訂','containerRatio16By9':_0x19d04c(0x102),'containerRatio4By3':_0x19d04c(0x8d),'containerRatio1By1':_0x19d04c(0x110),'containerA4':'A4','mindMapGroupMindMap':_0x19d04c(0x113),'mindMapGroupTree':_0x19d04c(0xe8),'mindMapGroupTimeline':_0x19d04c(0x12f),'mindMapRight':_0x19d04c(0xe6),'mindMapLeft':_0x19d04c(0x80),'mindMapHorizontal':_0x19d04c(0xf2),'mindMapVertical':_0x19d04c(0xf3),'mindMapTreeRight':_0x19d04c(0xb3),'mindMapTreeLeft':_0x19d04c(0x13a),'mindMapTreeAlternate':_0x19d04c(0x7d),'mindMapTimelineHorizontal':_0x19d04c(0x94),'mindMapTimelineVertical':_0x19d04c(0x123),'mindMapNodeText':_0x19d04c(0x78)},'settings':{'collaboratorCursors':_0x19d04c(0xb1),'find':'尋找','grid':'網格','viewportBar':_0x19d04c(0xdc),'preciseSelection':_0x19d04c(0xde),'quickAdd':_0x19d04c(0x7e),'theme':'主題','themeOption':_0x19d04c(0x12d),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'設定','objects':'物件','findBoardElements':_0x19d04c(0xf5),'noMatches':_0x19d04c(0xfc),'showDimensions':_0x19d04c(0x13c),'showToolbar':'顯示工具列','saveAs':_0x19d04c(0x91),'translateInto':_0x19d04c(0x11e)},'objectListPanel':{'title':'物件','empty':_0x19d04c(0x115),'showAll':_0x19d04c(0x130),'hideAll':'全部隱藏','moveForward':'上移一層','moveBackward':_0x19d04c(0xc8),'close':'關閉','nameInput':_0x19d04c(0xb4),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':_0x19d04c(0x107),'search':_0x19d04c(0xc5),'filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':'畫布層','sectionFloating':_0x19d04c(0xcf),'name':'名稱','description':'描述','descriptionPlaceholder':_0x19d04c(0x147),'noSelection':_0x19d04c(0x8e),'elementTypes':{'object':'物件','connector':'連接線','container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x19d04c(0xcc),'shape':'形狀','table':'表格','text':'文字','smartArt':_0x19d04c(0x92),'video':'影片','unit':'單元','dom':'DOM'}},'find':{'lanePosition':'泳道\x20{0}','tableCellPosition':_0x19d04c(0x7c),'elementTypes':{'connector':_0x19d04c(0xd3),'container':'容器','group':'組合','image':'圖片','page':'頁面','placeholder':_0x19d04c(0x114),'shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':_0x19d04c(0xf9),'shape':'形狀','text':'文字','stickyNote':'便條','line':_0x19d04c(0xd3),'container':'容器','swimlane':'泳道','table':'表格','chart':'圖表','pen':'畫筆','mindMap':_0x19d04c(0x113),'resources':_0x19d04c(0x84),'image':'圖片','wrapInContainer':_0x19d04c(0x8a),'addSwimlaneLane':_0x19d04c(0xd9),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x19d04c(0x108),'editBrushPath':'編輯畫筆路徑','arrange':'排列','bringToFront':_0x19d04c(0xb6),'bringForward':'上移一層','sendBackward':_0x19d04c(0xc8),'sendToBack':'置於底層','more':'更多'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x19d04c(0x13e),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x19d04c(0x121),'chevron':_0x19d04c(0x135),'rightArrowBlock':_0x19d04c(0xe5),'parallelogram':_0x19d04c(0xe0),'trapezoid':'梯形','speechBubble':'對話氣泡','roundedCallout':_0x19d04c(0xc3),'rightTriangle':'直角三角形','triangle':'三角形','star':'星形','hexagon':_0x19d04c(0xa5),'pentagon':'五邊形','octagon':_0x19d04c(0x136),'leftArrow':_0x19d04c(0xd1),'rightArrow':_0x19d04c(0xab),'leftRightArrow':'左右箭頭','cloud':'雲朵','leftBrace':_0x19d04c(0xd8),'rightBrace':_0x19d04c(0xfd),'plus':'加號','actor':_0x19d04c(0xc2),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x19d04c(0x13e),'dataFlowCircle':'圓形','dataFlowRoundedSquare':_0x19d04c(0xa1),'dataStorage1':'資料儲存\x201','dataStorage2':'資料儲存\x202','dataStorage3':_0x19d04c(0xca),'lineNone':'直線(無箭頭)','lineDashedNone':_0x19d04c(0x118),'lineOpenArrow':_0x19d04c(0x98),'lineDoubleOpenArrow':'雙向開口箭頭','actorLifeline':_0x19d04c(0x97),'boundaryLifeline':_0x19d04c(0xd7),'controlLifeline':_0x19d04c(0x145),'entityLifeline':'實體生命線','collectionLifeline':_0x19d04c(0xa7),'objectLifeline':_0x19d04c(0x101),'magneticDiskLifeline':_0x19d04c(0xea),'directAccessStorageLifeline':'直接存取儲存生命線','activationBar':'啟用條','sequenceFragment':_0x19d04c(0xdb),'sequenceAlternativeFragment':_0x19d04c(0x144),'umlClass':'類別','umlInterface':'介面','umlInterfaceShape':'介面','umlClassifier':_0x19d04c(0x133),'umlHollowDiamondConnector':_0x19d04c(0x9d),'umlFilledDiamondConnector':_0x19d04c(0x138),'umlFilledArrowConnector':_0x19d04c(0x12c),'umlDashedOpenArrowConnector':_0x19d04c(0xfb),'umlDashedFilledArrowConnector':'虛線實心箭頭連接線','erdEntity':'實體','erdKeyField':'鍵欄位實體','erdFieldType':_0x19d04c(0x112),'erdFull':_0x19d04c(0xf0),'initialState':_0x19d04c(0x100),'finalState':_0x19d04c(0x90),'stateBar':_0x19d04c(0xba),'requiredInterface':_0x19d04c(0x93),'assemblyConnector':_0x19d04c(0xe4),'providedInterface':_0x19d04c(0xa9),'componentBox':_0x19d04c(0x89),'component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':_0x19d04c(0x9e),'blockArrow':_0x19d04c(0xbd),'equationShape':'公式形狀','flowchart':_0x19d04c(0x142),'starAndBanner':_0x19d04c(0x131),'callout':'標註','actionButton':'動作按鈕','other':'其他'},'classDiagram':_0x19d04c(0x13d),'dataFlowDiagram':_0x19d04c(0x7f),'line':'線條','entityRelationshipDiagram':'實體關係圖','umlCustomShapes':_0x19d04c(0xac),'umlSequenceDiagram':_0x19d04c(0xe3),'statusDiagram':_0x19d04c(0x128),'componentDiagram':_0x19d04c(0x8b)},'connector':{'toolbar':{'sourceMarker':'來源箭頭','swapMarkers':_0x19d04c(0xa4),'targetMarker':_0x19d04c(0xaa),'lineColor':_0x19d04c(0x10e),'lineWidth':'粗細','opacityPercent':_0x19d04c(0x10b),'settings':_0x19d04c(0x8f),'smoothElbow':'折線','bridge':'跳線','insertText':_0x19d04c(0xda),'textSettings':_0x19d04c(0x12b),'alignLeft':_0x19d04c(0xb7),'alignCenter':_0x19d04c(0xad),'alignRight':_0x19d04c(0xe9),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x19d04c(0xb8),'textColor':_0x19d04c(0x146),'editText':'編輯文字','labelFill':_0x19d04c(0x13b),'labelBorder':_0x19d04c(0xbf),'transparent':'透明','breakLineBehindText':'在文字後方中斷連接線','textSection':'文字','labelSection':'標籤','deleteText':_0x19d04c(0x137),'more':'更多'},'routing':{'straight':'直線','elbow':_0x19d04c(0xbc),'polyline':'多段線','curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0x19d04c(0xf1)},'marker':{'none':'橫線','arrow':'箭頭','filledArrow':'實心箭頭','openArrow':_0x19d04c(0x98),'triangle':_0x19d04c(0xa8),'filledTriangle':_0x19d04c(0x99),'hollowTriangle':_0x19d04c(0xef),'diamond':'菱形','hollowDiamond':_0x19d04c(0x7b),'filledDiamond':_0x19d04c(0x141),'circle':_0x19d04c(0x111),'filledCircle':_0x19d04c(0x119),'bar':'橫槓','doubleBar':_0x19d04c(0xf6),'crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':'橫槓鴉腳','circleCrowsFoot':_0x19d04c(0x8c),'circleBar':_0x19d04c(0x85),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x19d04c(0x96),'zeroOrMany':_0x19d04c(0xfe),'oneOrMany':'一或多'}},'zoom':{'dragMode':_0x19d04c(0x81),'fitContent':'適應內容','zoomOptions':_0x19d04c(0x9f),'zoomTo100':_0x19d04c(0x11c),'zoomToFit':'適應畫布','zoomToSelection':'縮放到選取範圍','zoomOut':'縮小','resetZoom':_0x19d04c(0xd0),'zoomIn':'放大','help':'說明'},'shortcutHelp':{'title':_0x19d04c(0x87),'close':_0x19d04c(0xf4),'sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':'選擇形狀','editing':_0x19d04c(0xd2),'grouping':_0x19d04c(0x86),'swimlane':'泳道','mindMap':'心智圖','layout':_0x19d04c(0x122),'font':_0x19d04c(0x12e)},'items':{'showMoreShapes':'顯示更多形狀','roundedRectangle':_0x19d04c(0x13e),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':'折線連接線','line':'直線','stickyNote':'便條','search':'搜尋','zoomWheel':_0x19d04c(0x103),'zoomPinch':_0x19d04c(0x103),'zoomTo100':_0x19d04c(0x11c),'zoomToSelection':'縮放到選取範圍','zoomToFit':_0x19d04c(0x124),'enterFullScreen':'進入全螢幕','exitFullScreen':_0x19d04c(0xfa),'selectShape':_0x19d04c(0xb0),'selectAll':'全選','multipleSelect':_0x19d04c(0xd4),'invertSelection':_0x19d04c(0x11a),'preciseSelection':_0x19d04c(0xde),'deepSelect':'深度選擇','editShape':_0x19d04c(0xd2),'copy':'複製','copyAsImage':'複製為圖片','paste':'貼上','cut':'剪下','makeCopy':_0x19d04c(0x117),'scale':'縮放','copyStyle':'複製樣式','pasteStyle':_0x19d04c(0x10c),'moveAxisLocked':_0x19d04c(0xed),'flipHorizontal':_0x19d04c(0xf8),'flipVertical':_0x19d04c(0xa6),'undo':'復原','redo':'重做','toggleQuickAdd':_0x19d04c(0x79),'hideCollaboratorsCursors':_0x19d04c(0x132),'toggleToolbar':_0x19d04c(0x129),'delete':'刪除','group':'組合','ungroup':_0x19d04c(0xb9),'selectUpperLayerGroups':_0x19d04c(0x11d),'selectShapesToGroup':_0x19d04c(0x88),'swimlaneLaneRename':'重新命名泳道','swimlaneLaneToggleCollapsed':_0x19d04c(0x10f),'swimlaneLaneMovePrevious':_0x19d04c(0x95),'swimlaneLaneMoveNext':_0x19d04c(0x143),'swimlaneLaneRemove':_0x19d04c(0x104),'addSiblingNode':'新增同層節點','addChildNode':_0x19d04c(0xc7),'addParentNode':_0x19d04c(0xbb),'foldChildNodes':_0x19d04c(0x126),'collapseAllNodes':_0x19d04c(0x9b),'addDescription':_0x19d04c(0x147),'editCurrentNode':_0x19d04c(0x83),'bringToFront':_0x19d04c(0xb6),'sendToBack':'置於底層','alignLeft':_0x19d04c(0xaf),'alignRight':'靠右對齊','alignTop':_0x19d04c(0xb2),'alignBottom':_0x19d04c(0x127),'alignMiddle':_0x19d04c(0xc4),'alignCenter':_0x19d04c(0xec),'distributeHorizontally':_0x19d04c(0xe1),'distributeVertically':_0x19d04c(0xc1),'disableObjectAlignment':_0x19d04c(0xae),'increaseFontSize':_0x19d04c(0x140),'decreaseFontSize':_0x19d04c(0xb5),'bold':'粗體','strikethrough':_0x19d04c(0xb8),'italic':'斜體','underline':'底線','link':'連結','numberedList':_0x19d04c(0x11b),'bulletedList':_0x19d04c(0x82),'quote':'引用','alignTextLeft':_0x19d04c(0xaf),'alignTextRight':'靠右對齊','alignTextCenter':_0x19d04c(0xad)}}}};function _0x5f5c(_0x5a71bd,_0x2c3f26){_0x5a71bd=_0x5a71bd-0x78;const _0x57a5b3=_0x57a5();let _0x5f5c84=_0x57a5b3[_0x5a71bd];return _0x5f5c84;}module[_0x19d04c(0x105)]=e;function _0x57a5(){const _0x41985b=['在右側新增泳道項','樹狀圖','右對齊','磁碟生命線','連線寬度','水平置中','水平/垂直移動','重新命名泳道','空心三角','鍵欄位類型實體','點劃線','左右心智圖','上下心智圖','關閉快捷鍵','尋找白板元素','雙豎線','搜尋形狀','水平翻轉','重設顏色','退出全螢幕','虛線開口箭頭連接線','無符合結果','右大括號','零或多','1jnSNFG','初始狀態','物件生命線','16\x20:\x209','放大/縮小','刪除泳道','exports','適應內容','拖曳調整圖層','泳道項','移出內容並刪除泳道項','移動內容到上一泳道並刪除','透明度\x20{0}%','貼上樣式','182578waxKtk','連線顏色','收合/展開泳道','1\x20:\x201','空心圓','欄位類型實體','心智圖','佔位符','暫無物件','容器名稱','建立副本','虛線(無箭頭)','實心圓','反向選擇','編號清單','縮放到\x20100%','選擇上層組合','翻譯為','開啟自動撐開','6290960wufYHu','圓柱體','版面配置','縱向時間軸','適應畫布','1873380EhFnEl','摺疊/展開子節點','靠下對齊','狀態圖','隱藏/顯示工具列','刪除泳道項','文字設定','實心箭頭連接線','主題:{0}','字型設定','時間軸','全部顯示','星與旗幟','隱藏協作者游標','分類器','15087272YYygnH','燕尾形','八邊形','刪除文字','實心菱形連接線','編輯路徑','左側樹狀圖','標籤背景','顯示尺寸','類別圖','圓角矩形','5kyLQlK','增大字號','實心菱形','流程圖','向後移動泳道','備選組合片段','控制生命線','文字顏色','新增描述','重命名容器','9NagiVG','新增文字','隱藏/顯示快速新增','關閉自動撐開','空心菱形','第\x20{0}\x20行,第\x20{1}\x20列','左右樹狀圖','快速新增','資料流程圖','左向心智圖','拖曳模式','項目符號清單','編輯目前節點','資源庫','圓圈橫槓','組合形狀','快捷鍵','選擇要組合的形狀','元件框','包裹為容器','元件圖','圓圈鴉腳','4\x20:\x203','選取一個物件以編輯詳情','連線設定','終止狀態','另存為','SmartArt','需求介面','橫向時間軸','向前移動泳道','零或一','參與者生命線','開口箭頭','填滿三角箭頭','鎖定成員關係','摺疊/展開全部節點','366062PgkuPz','空心菱形連接線','基本形狀','縮放選項','反向箭頭','圓角正方形','3EaZRzp','移出容器','交換箭頭','六邊形','垂直翻轉','集合生命線','三角箭頭','提供介面','目標箭頭','右箭頭','UML\x20自訂形狀','置中對齊','停用物件對齊','靠左對齊','選擇形狀','協作者游標','靠上對齊','右側樹狀圖','物件名稱','減小字號','置於頂層','左對齊','刪除線','取消組合','狀態列','新增父節點','直角折線','箭頭總匯','移動內容到下一泳道並刪除','標籤邊框','更多形狀','垂直分佈','參與者','圓角標註','垂直置中','搜尋物件','3979374TqAQTJ','新增子節點','下移一層','2256ffhsPW','資料儲存\x203','刪除內容和泳道項','預留位置','重新命名','垂直泳道','浮動層','重設縮放','左箭頭','編輯形狀','連接線','多選/取消選擇','自訂大小','選擇內容','邊界生命線','左大括號','新增泳道項','插入文字','組合片段','視口捲動條','展開泳道','精確選擇','收合泳道','平行四邊形','水平分佈','2775115Urqxgl','UML\x20時序圖','組裝連接器','右箭頭塊','右向心智圖'];_0x57a5=function(){return _0x41985b;};return _0x57a5();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3e485b=_0x19fa;function _0x10fd(){const _0x8bb52e=['Decagon','Magnetic\x20drum','Divide','Summing\x20junction','2317953mNIbAj','1848875bnCxpo','Beginning\x20button','Curved\x20down\x20arrow','Internal\x20storage','Brace\x20pair','No\x20symbol','Delay','Equal','Movie\x20button','Predefined\x20process','Left-up\x20arrow','Notched\x20right\x20arrow','Sun','32-point\x20star','Funnel','Process','Diagonal\x20snip\x20corner\x20rectangle','Minus','Double\x20wave','Callout\x203','10-point\x20star','6615036neffFx','Offline\x20storage','Ellipse\x20ribbon','Manual\x20operation','Bent\x20arrow','Punched\x20tape','Multiply','Decision','Document\x20button','Left\x20arrow\x20callout','Vertical\x20scroll','Document','Wave','Left-right-up\x20arrow','200944UiaqZt','Cube','Arc','Chart\x20X','Left\x20bracket','Sound\x20button','Up-down\x20arrow\x20callout','Bent-up\x20arrow','Frame','Magnetic\x20tape','Four-way\x20arrow\x20callout','Diagonal\x20round\x20corner\x20rectangle','Chart\x20star','Home\x20button','Up\x20arrow','Sort','Alternate\x20process','Four-way\x20arrow','Right\x20bracket','Extract','Curved\x20left\x20arrow','16-point\x20star','Inverse\x20line','Ribbon\x202','Diagonal\x20stripe','Display','End\x20button','Forward\x20or\x20next\x20button','Plaque\x20tabs','Terminator','Cloud\x20callout','4-point\x20star','Collate','24-point\x20star','Chart\x20plus','Pie\x20wedge','1248433nISDgy','Up\x20arrow\x20callout','Border\x20callout\x201','Input/output','Curved\x20right\x20arrow','Return\x20button','Swoosh\x20arrow','Corner\x20tabs','Heptagon','Callout\x202','Left-right\x20arrow\x20callout','Snip\x20and\x20round\x20corner\x20rectangle','Accent\x20border\x20callout\x201','Connector','Circular\x20arrow','2913628ouCfdH','6-point\x20star','Down\x20arrow\x20callout','Block\x20arc','7-point\x20star','Accent\x20callout\x203','Gear\x209','Off-page\x20connector','Square\x20tabs','Lightning\x20bolt','Ribbon','Left\x20circular\x20arrow','Left-right\x20ribbon','Gear\x206','U-turn\x20arrow','91miXOHl','Punched\x20card','Multiple\x20documents','2OZitAj','Bracket\x20pair','Smiley\x20face','Right\x20arrow\x20callout','Dodecagon','Single\x20round\x20corner\x20rectangle','Moon','Back\x20or\x20previous\x20button','Merge','Callout\x201','Blank\x20button','Information\x20button','Donut','Single\x20snip\x20corner\x20rectangle','6980304wuABlj'];_0x10fd=function(){return _0x8bb52e;};return _0x10fd();}(function(_0x486a4f,_0x4b2f94){const _0x519396=_0x19fa,_0x29b231=_0x486a4f();while(!![]){try{const _0x2ff086=parseInt(_0x519396(0x128))/0x1*(parseInt(_0x519396(0x149))/0x2)+parseInt(_0x519396(0xe0))/0x3+parseInt(_0x519396(0x137))/0x4+parseInt(_0x519396(0xe1))/0x5+-parseInt(_0x519396(0x157))/0x6+parseInt(_0x519396(0x146))/0x7*(-parseInt(_0x519396(0x104))/0x8)+-parseInt(_0x519396(0xf6))/0x9;if(_0x2ff086===_0x4b2f94)break;else _0x29b231['push'](_0x29b231['shift']());}catch(_0x39fa60){_0x29b231['push'](_0x29b231['shift']());}}}(_0x10fd,0xda588));const e={'snip1Rect':_0x3e485b(0x156),'snip2SameRect':'Same-side\x20snip\x20corner\x20rectangle','snip2DiagRect':_0x3e485b(0xf1),'snipRoundRect':_0x3e485b(0x133),'round1Rect':_0x3e485b(0x14e),'round2SameRect':'Same-side\x20round\x20corner\x20rectangle','round2DiagRect':_0x3e485b(0x10f),'heptagon':_0x3e485b(0x130),'decagon':_0x3e485b(0x158),'dodecagon':_0x3e485b(0x14d),'pie':'Pie','chord':'Chord','teardrop':'Teardrop','frame':_0x3e485b(0x10c),'halfFrame':'Half\x20frame','corner':'Corner','diagStripe':_0x3e485b(0x11c),'plaque':'Plaque','cube':_0x3e485b(0x105),'bevel':'Bevel','donut':_0x3e485b(0x155),'noSmoking':_0x3e485b(0xe6),'blockArc':_0x3e485b(0x13a),'foldedCorner':'Folded\x20corner','smileyFace':_0x3e485b(0x14b),'heart':'Heart','lightningBolt':_0x3e485b(0x140),'sun':_0x3e485b(0xed),'moon':_0x3e485b(0x14f),'arc':_0x3e485b(0x106),'bracketPair':_0x3e485b(0x14a),'bracePair':_0x3e485b(0xe5),'leftBracket':_0x3e485b(0x108),'rightBracket':_0x3e485b(0x116),'upArrow':_0x3e485b(0x112),'downArrow':'Down\x20arrow','upDownArrow':'Up-down\x20arrow','quadArrow':_0x3e485b(0x115),'leftRightUpArrow':_0x3e485b(0x103),'bentArrow':_0x3e485b(0xfa),'uturnArrow':_0x3e485b(0x145),'leftUpArrow':_0x3e485b(0xeb),'bentUpArrow':_0x3e485b(0x10b),'curvedRightArrow':_0x3e485b(0x12c),'curvedLeftArrow':_0x3e485b(0x118),'curvedUpArrow':'Curved\x20up\x20arrow','curvedDownArrow':_0x3e485b(0xe3),'stripedRightArrow':'Striped\x20right\x20arrow','notchedRightArrow':_0x3e485b(0xec),'rightArrowCallout':_0x3e485b(0x14c),'downArrowCallout':_0x3e485b(0x139),'leftArrowCallout':_0x3e485b(0xff),'upArrowCallout':_0x3e485b(0x129),'leftRightArrowCallout':_0x3e485b(0x132),'quadArrowCallout':_0x3e485b(0x10e),'circularArrow':_0x3e485b(0x136),'mathMinus':_0x3e485b(0xf2),'mathMultiply':_0x3e485b(0xfc),'mathDivide':_0x3e485b(0xde),'mathEqual':_0x3e485b(0xe8),'mathNotEqual':'Not\x20equal','flowChartProcess':_0x3e485b(0xf0),'flowChartAlternateProcess':_0x3e485b(0x114),'flowChartDecision':_0x3e485b(0xfd),'flowChartInputOutput':_0x3e485b(0x12b),'flowChartPredefinedProcess':_0x3e485b(0xea),'flowChartInternalStorage':_0x3e485b(0xe4),'flowChartDocument':_0x3e485b(0x101),'flowChartMultidocument':_0x3e485b(0x148),'flowChartTerminator':_0x3e485b(0x121),'flowChartPreparation':'Preparation','flowChartManualInput':'Manual\x20input','flowChartManualOperation':_0x3e485b(0xf9),'flowChartConnector':_0x3e485b(0x135),'flowChartOffpageConnector':_0x3e485b(0x13e),'flowChartPunchedCard':_0x3e485b(0x147),'flowChartPunchedTape':_0x3e485b(0xfb),'flowChartSummingJunction':_0x3e485b(0xdf),'flowChartOr':'Or','flowChartCollate':_0x3e485b(0x124),'flowChartSort':_0x3e485b(0x113),'flowChartExtract':_0x3e485b(0x117),'flowChartMerge':_0x3e485b(0x151),'flowChartOnlineStorage':'Online\x20storage','flowChartDelay':_0x3e485b(0xe7),'flowChartMagneticTape':_0x3e485b(0x10d),'flowChartMagneticDisk':'Magnetic\x20disk','flowChartMagneticDrum':_0x3e485b(0xdd),'flowChartDisplay':_0x3e485b(0x11d),'irregularSeal1':'Explosion\x201','irregularSeal2':'Explosion\x202','star4':_0x3e485b(0x123),'star6':_0x3e485b(0x138),'star7':_0x3e485b(0x13b),'star8':'8-point\x20star','star10':_0x3e485b(0xf5),'star12':'12-point\x20star','star16':_0x3e485b(0x119),'star24':_0x3e485b(0x125),'star32':_0x3e485b(0xee),'ribbon2':_0x3e485b(0x11b),'ribbon':_0x3e485b(0x141),'ellipseRibbon2':'Ellipse\x20ribbon\x202','ellipseRibbon':_0x3e485b(0xf8),'verticalScroll':_0x3e485b(0x100),'horizontalScroll':'Horizontal\x20scroll','wave':_0x3e485b(0x102),'doubleWave':_0x3e485b(0xf3),'wedgeRectCallout':'Rectangular\x20callout','cloudCallout':_0x3e485b(0x122),'borderCallout1':_0x3e485b(0x12a),'borderCallout2':'Border\x20callout\x202','borderCallout3':'Border\x20callout\x203','accentCallout1':'Accent\x20callout\x201','accentCallout2':'Accent\x20callout\x202','accentCallout3':_0x3e485b(0x13c),'callout1':_0x3e485b(0x152),'callout2':_0x3e485b(0x131),'callout3':_0x3e485b(0xf4),'accentBorderCallout1':_0x3e485b(0x134),'accentBorderCallout2':'Accent\x20border\x20callout\x202','accentBorderCallout3':'Accent\x20border\x20callout\x203','leftCircularArrow':_0x3e485b(0x142),'leftRightCircularArrow':'Left-right\x20circular\x20arrow','swooshArrow':_0x3e485b(0x12e),'leftRightRibbon':_0x3e485b(0x143),'pieWedge':_0x3e485b(0x127),'funnel':_0x3e485b(0xef),'gear6':_0x3e485b(0x144),'gear9':_0x3e485b(0x13d),'cornerTabs':_0x3e485b(0x12f),'actionButtonBackPrevious':_0x3e485b(0x150),'actionButtonForwardNext':_0x3e485b(0x11f),'actionButtonBeginning':_0x3e485b(0xe2),'actionButtonEnd':_0x3e485b(0x11e),'actionButtonHome':_0x3e485b(0x111),'actionButtonInformation':_0x3e485b(0x154),'actionButtonReturn':_0x3e485b(0x12d),'actionButtonMovie':_0x3e485b(0xe9),'actionButtonDocument':_0x3e485b(0xfe),'actionButtonSound':_0x3e485b(0x109),'actionButtonHelp':'Help\x20button','actionButtonBlank':_0x3e485b(0x153),'chartPlus':_0x3e485b(0x126),'chartStar':_0x3e485b(0x110),'chartX':_0x3e485b(0x107),'flowChartOfflineStorage':_0x3e485b(0xf7),'lineInv':_0x3e485b(0x11a),'plaqueTabs':_0x3e485b(0x120),'squareTabs':_0x3e485b(0x13f),'upDownArrowCallout':_0x3e485b(0x10a)};function _0x19fa(_0x325b87,_0x4b7283){_0x325b87=_0x325b87-0xdd;const _0x10fd1a=_0x10fd();let _0x19fae7=_0x10fd1a[_0x325b87];return _0x19fae7;}Object['defineProperty'](exports,'t',{'enumerable':!0x0,'get':function(){return e;}});
|
package/lib/es/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x29e49b=_0xd20f;(function(_0x2026df,_0x1e8f07){var _0x1805f0=_0xd20f,_0x22d2a2=_0x2026df();while(!![]){try{var _0x7a45fa=-parseInt(_0x1805f0(0x1bd))/0x1*(-parseInt(_0x1805f0(0x1c8))/0x2)+-parseInt(_0x1805f0(0x1be))/0x3+-parseInt(_0x1805f0(0x1c4))/0x4*(parseInt(_0x1805f0(0x1c5))/0x5)+-parseInt(_0x1805f0(0x1b9))/0x6+-parseInt(_0x1805f0(0x1ca))/0x7*(-parseInt(_0x1805f0(0x1bf))/0x8)+parseInt(_0x1805f0(0x1cf))/0x9*(-parseInt(_0x1805f0(0x1c3))/0xa)+parseInt(_0x1805f0(0x1cb))/0xb*(parseInt(_0x1805f0(0x1ce))/0xc);if(_0x7a45fa===_0x1e8f07)break;else _0x22d2a2['push'](_0x22d2a2['shift']());}catch(_0x4ad709){_0x22d2a2['push'](_0x22d2a2['shift']());}}}(_0x1ae9,0x58b29));import{AnalyzeBoardRenderedLayoutCommand as _0x5db0a8,CaptureBoardScreenshotCommand as _0x10ad7b,FindBoardElementsByTextOperation as _0x50d39a,FocusBoardElementOperation as _0x4d6205,GetBoardElementViewportPointOperation as _0x49e182,GetBoardObjectListPanelOpenOperation as _0x228f41,GetBoardSettingsOperation as _0x4c1a4f,SetBoardObjectListPanelOpenOperation as _0x51fcbd,SetBoardSettingsOperation as _0x53a77a}from'@univerjs-pro/boards-ui';import{FBoard as _0x81b29}from'@univerjs-pro/boards/facade';function _0xd20f(_0x55e570,_0x45b1dc){_0x55e570=_0x55e570-0x1b7;var _0x1ae9fc=_0x1ae9();var _0xd20fe1=_0x1ae9fc[_0x55e570];return _0xd20fe1;}var u=class extends _0x81b29{[_0x29e49b(0x1c0)](_0x308bc3){var _0x41b2c5=_0x29e49b;return this[_0x41b2c5(0x1bc)][_0x41b2c5(0x1cd)](_0x5db0a8['id'],{'unitId':this['id'],'subUnitId':this[_0x41b2c5(0x1c2)][_0x41b2c5(0x1ba)](),'focusPadding':_0x308bc3});}[_0x29e49b(0x1bb)](_0x3e472f){var _0xd1e9b=_0x29e49b;return this['_commandService'][_0xd1e9b(0x1d0)](_0x10ad7b['id'],{..._0x3e472f,'unitId':this['id'],'subUnitId':this[_0xd1e9b(0x1c2)][_0xd1e9b(0x1ba)]()});}};function _0x1ae9(){var _0x26e382=['10Glljeu','20WnhJIU','325235fmuMlD','extend','setObjectListPanelOpen','14kgIgdz','findElementsByText','2769354bdDILV','746086YOXbfd','getSettings','syncExecuteCommand','132eySlnu','3852774GPDAHB','executeCommand','getObjectListPanelOpen','getElementViewportPoint','892938FASFHC','getActivePageId','getScreenshot','_commandService','45302adQfov','580119OEckHz','8SUzWcO','analyzeRenderedLayout','focusElement','_boardModel'];_0x1ae9=function(){return _0x26e382;};return _0x1ae9();}_0x81b29['extend'](u);var d=class extends _0x81b29{[_0x29e49b(0x1cc)](){var _0x58c5fa=_0x29e49b;return this[_0x58c5fa(0x1bc)][_0x58c5fa(0x1cd)](_0x4c1a4f['id'],{'unitId':this['id']});}['setSettings'](_0x2a322b){var _0x3bddf2=_0x29e49b;return this[_0x3bddf2(0x1bc)][_0x3bddf2(0x1cd)](_0x53a77a['id'],{'unitId':this['id'],'settings':_0x2a322b});}[_0x29e49b(0x1b7)](){var _0x5c328e=_0x29e49b;return this[_0x5c328e(0x1bc)][_0x5c328e(0x1cd)](_0x228f41['id'],{'unitId':this['id']});}[_0x29e49b(0x1c7)](_0x4932b1){var _0x52f41f=_0x29e49b;return this[_0x52f41f(0x1bc)]['syncExecuteCommand'](_0x51fcbd['id'],{'unitId':this['id'],'open':_0x4932b1});}[_0x29e49b(0x1c9)](_0x1c608b){var _0x5d7181=_0x29e49b;return this[_0x5d7181(0x1bc)][_0x5d7181(0x1cd)](_0x50d39a['id'],{'unitId':this['id'],'query':_0x1c608b});}[_0x29e49b(0x1c1)](_0x2b8818,_0x1e5b20){var _0x5bb845=_0x29e49b;return this[_0x5bb845(0x1bc)][_0x5bb845(0x1cd)](_0x4d6205['id'],{'unitId':this['id'],'elementId':_0x2b8818,'viewportPoint':_0x1e5b20});}[_0x29e49b(0x1b8)](_0x45235a){return this['_commandService']['syncExecuteCommand'](_0x49e182['id'],{'unitId':this['id'],'elementId':_0x45235a});}};_0x81b29[_0x29e49b(0x1c6)](d);export{};
|