123456789101112131415161718192021 |
- MWF.xApplication.MinderEditor = MWF.xApplication.MinderEditor || {};
- MWF.xApplication.MinderEditor.LP = {
- "title" : "脑图",
- "thinking" : "思路",
- "appearanceNode" : "外观",
- "view" : "视图",
- "navCamera" : "根节点居中",
- "navTrigger" : "导航器",
- "zoomin" : "放大",
- "zoomout" : "缩小",
- "allowDrag" : "允许拖拽",
- "changeTemplate" : "选择图形",
- "minderTemplate" : "思维导图",
- "fishBoneTemplate" : "鱼骨图",
- "searchText" : "请输入需要搜索的标题内容",
- "search" : "搜索",
- "prev" : "上一条",
- "next" : "下一条",
- "close" : "关闭"
- };
|