mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-24 03:47:44 +08:00
214 lines
6.0 KiB
JavaScript
214 lines
6.0 KiB
JavaScript
export default {
|
||
baseStyle: {
|
||
title: '基础样式',
|
||
background: '背景',
|
||
color: '颜色',
|
||
image: '图片',
|
||
imageRepeat: '图片重复',
|
||
imagePosition: '图片位置',
|
||
imageSize: '图片大小',
|
||
line: '连线',
|
||
width: '粗细',
|
||
style: '风格',
|
||
lineOfOutline: '概要的连线',
|
||
nodePadding: '节点内边距',
|
||
nodeMargin: '节点外边距',
|
||
horizontal: '水平',
|
||
vertical: '垂直',
|
||
maximumWidth: '显示的最大宽度',
|
||
maximumHeight: '显示的最大高度',
|
||
icon: '图标',
|
||
size: '大小',
|
||
level2Node: '二级节点',
|
||
belowLevel2Node: '三级及以下节点',
|
||
nodeBorderType: '节点边框风格',
|
||
nodeUseLineStyle: '是否使用只有底边框的风格',
|
||
otherConfig: '其他配置',
|
||
enableFreeDrag: '是否开启节点自由拖拽',
|
||
watermark: '水印',
|
||
showWatermark: '是否显示水印',
|
||
watermarkDefaultText: '水印文字',
|
||
watermarkText: '水印文字',
|
||
watermarkTextColor: '文字颜色',
|
||
watermarkLineSpacing: '水印行间距',
|
||
watermarkTextSpacing: '水印文字间距',
|
||
watermarkAngle: '旋转角度',
|
||
watermarkTextOpacity: '文字透明度',
|
||
watermarkTextFontSize: '文字字号',
|
||
isEnableNodeRichText: '是否开启节点富文本编辑',
|
||
mousewheelAction: '鼠标滚轮行为',
|
||
zoomView: '缩放视图',
|
||
moveViewUpDown: '上下移动视图',
|
||
associativeLine: '关联线',
|
||
associativeLineWidth: '粗细',
|
||
associativeLineColor: '颜色',
|
||
associativeLineActiveWidth: '激活粗细',
|
||
associativeLineActiveColor: '激活颜色',
|
||
mousewheelZoomActionReverse: '鼠标滚轮缩放',
|
||
mousewheelZoomActionReverse1: '向前缩小向后放大',
|
||
mousewheelZoomActionReverse2: '向前放大向后缩小'
|
||
},
|
||
color: {
|
||
moreColor: '更多颜色'
|
||
},
|
||
contextmenu: {
|
||
insertSiblingNode: '插入同级节点',
|
||
insertChildNode: '插入子级节点',
|
||
insertSummary: '插入概要',
|
||
moveUpNode: '上移节点',
|
||
moveDownNode: '下移节点',
|
||
deleteNode: '删除节点',
|
||
copyNode: '复制节点',
|
||
cutNode: '剪切节点',
|
||
pasteNode: '粘贴节点',
|
||
backCenter: '回到中心',
|
||
expandAll: '展开所有',
|
||
unExpandAll: '收起所有',
|
||
expandTo: '展开到',
|
||
arrangeLayout: '一键整理布局',
|
||
level1: '一级主题',
|
||
level2: '二级主题',
|
||
level3: '三级主题',
|
||
level4: '四级主题',
|
||
level5: '五级主题',
|
||
level6: '六级主题',
|
||
zenMode: '禅模式',
|
||
fitCanvas: '适应画布'
|
||
},
|
||
count: {
|
||
words: '字数',
|
||
nodes: '节点'
|
||
},
|
||
dialog: {
|
||
cancel: '取 消',
|
||
confirm: '确 定'
|
||
},
|
||
export: {
|
||
title: '导出',
|
||
filename: '导出文件名称',
|
||
include: '是否包含主题、结构等配置数据',
|
||
dedicatedFile: '专有文件',
|
||
jsonFile: 'json文件',
|
||
imageFile: '图片文件',
|
||
svgFile: 'svg文件',
|
||
pdfFile: 'pdf文件',
|
||
markdownFile: 'markdown文件',
|
||
tips: 'tips:.smm和.json文件可用于导入',
|
||
isTransparent: '背景是否透明',
|
||
pngTips: 'tips:富文本模式导出图片非常耗时,建议导出为svg格式',
|
||
svgTips: 'tips:富文本模式导出图片非常耗时',
|
||
transformingDomToImages: '正在转换节点:',
|
||
notifyTitle: '消息',
|
||
notifyMessage: '如果没有触发下载,请检查是否被浏览器拦截了',
|
||
paddingX: '水平内边距',
|
||
paddingY: '垂直内边距'
|
||
},
|
||
fullscreen: {
|
||
fullscreenShow: '全屏查看',
|
||
fullscreenEdit: '全屏编辑'
|
||
},
|
||
import: {
|
||
title: '导入',
|
||
selectFile: '选取文件',
|
||
supportFile: '支持.smm、.json、.xmind、.xlsx、.md文件'
|
||
},
|
||
navigatorToolbar: {
|
||
openMiniMap: '开启小地图',
|
||
readonly: '只读模式',
|
||
edit: '编辑模式'
|
||
},
|
||
nodeHyperlink: {
|
||
title: '超链接',
|
||
link: '链接',
|
||
name: '名称'
|
||
},
|
||
nodeIcon: {
|
||
title: '图标'
|
||
},
|
||
nodeImage: {
|
||
title: '图片',
|
||
imgTitle: '图片标题'
|
||
},
|
||
nodeNote: {
|
||
title: '备注'
|
||
},
|
||
nodeTag: {
|
||
title: '标签',
|
||
addTip: '请按回车键添加'
|
||
},
|
||
outline: {
|
||
title: '大纲'
|
||
},
|
||
scale: {
|
||
zoomIn: '放大',
|
||
zoomOut: '缩小'
|
||
},
|
||
shortcutKey: {
|
||
title: '快捷键'
|
||
},
|
||
strusture: {
|
||
title: '结构'
|
||
},
|
||
style: {
|
||
title: '节点样式',
|
||
normal: '常态',
|
||
active: '选中状态',
|
||
text: '文字',
|
||
fontFamily: '字体',
|
||
fontSize: '字号',
|
||
lineHeight: '行高',
|
||
color: '颜色',
|
||
addFontWeight: '加粗',
|
||
italic: '斜体',
|
||
textDecoration: '划线',
|
||
underline: '下划线',
|
||
lineThrough: '中划线',
|
||
overline: '上划线',
|
||
border: '边框',
|
||
style: '样式',
|
||
width: '宽度',
|
||
borderRadius: '圆角',
|
||
background: '背景',
|
||
shape: '形状',
|
||
line: '线条',
|
||
nodePadding: '节点内边距',
|
||
horizontal: '水平',
|
||
vertical: '垂直'
|
||
},
|
||
theme: {
|
||
title: '主题'
|
||
},
|
||
toolbar: {
|
||
undo: '回退',
|
||
redo: '前进',
|
||
insertSiblingNode: '插入同级节点',
|
||
insertChildNode: '插入子节点',
|
||
deleteNode: '删除节点',
|
||
image: '图片',
|
||
icon: '图标',
|
||
link: '超链接',
|
||
note: '备注',
|
||
tag: '标签',
|
||
summary: '概要',
|
||
displayOutline: '显示大纲',
|
||
baseStyle: '基础样式',
|
||
theme: '主题',
|
||
strusture: '结构',
|
||
newFile: '新建',
|
||
openFile: '打开',
|
||
saveAs: '另存为',
|
||
import: '导入',
|
||
export: '导出',
|
||
shortcutKey: '快捷键',
|
||
associativeLine: '关联线',
|
||
},
|
||
edit: {
|
||
newFeatureNoticeTitle: '新特性提醒',
|
||
newFeatureNoticeMessage: '本次更新支持了节点富文本编辑,但是存在一定缺陷,最主要的影响是导出为图片的时间和节点数量成正比,所以对导出需求比较依赖的话可以通过【基础样式】-【其他配置】-【是否开启节点富文本编辑】设置关掉富文本编辑模式。'
|
||
},
|
||
mouseAction: {
|
||
tip1: '当前:左键拖动画布,右键框选节点',
|
||
tip2: '当前:左键框选节点,右键拖动画布',
|
||
}
|
||
}
|