mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-22 19:07:45 +08:00
169 lines
3.7 KiB
JavaScript
169 lines
3.7 KiB
JavaScript
export default {
|
||
baseStyle: {
|
||
title: 'BaseStyle',
|
||
background: 'Background',
|
||
color: 'Color',
|
||
image: 'Image',
|
||
imageRepeat: 'Image repeat',
|
||
line: 'Line',
|
||
width: 'Width',
|
||
style: 'Style',
|
||
lineOfOutline: 'Line of outline',
|
||
nodePadding: 'Node padding',
|
||
nodeMargin: 'Node margin',
|
||
horizontal: 'Horizontal',
|
||
vertical: 'Vertical',
|
||
maximumWidth: 'Max width',
|
||
maximumHeight: 'Max height',
|
||
icon: 'Icon',
|
||
size: 'Size',
|
||
level2Node: 'Level2 node',
|
||
belowLevel2Node: 'Below level2 node',
|
||
nodeBorderType: 'Node border style',
|
||
nodeUseLineStyle: 'Use only has bottom border style'
|
||
},
|
||
color: {
|
||
moreColor: 'More color'
|
||
},
|
||
contextmenu: {
|
||
insertSiblingNode: 'Insert sibling node',
|
||
insertChildNode: 'Insert child node',
|
||
insertSummary: 'Insert summary',
|
||
moveUpNode: 'Move up node',
|
||
moveDownNode: 'Move down node',
|
||
deleteNode: 'Delete node',
|
||
copyNode: 'Copy node',
|
||
cutNode: 'Cut node',
|
||
pasteNode: 'Paste node',
|
||
backCenter: 'Back center',
|
||
expandAll: 'Expand all',
|
||
unExpandAll: 'Un expand all',
|
||
expandTo: 'Expand to',
|
||
arrangeLayout: 'Arrange layout',
|
||
level1: 'Level1',
|
||
level2: 'Level2',
|
||
level3: 'Level3',
|
||
level4: 'Level4',
|
||
level5: 'Level5',
|
||
level6: 'Level6',
|
||
zenMode: 'Zen mode'
|
||
},
|
||
count: {
|
||
words: 'Words',
|
||
nodes: 'Nodes'
|
||
},
|
||
dialog: {
|
||
cancel: 'Cancel',
|
||
confirm: 'Confirm'
|
||
},
|
||
export: {
|
||
title: 'Export',
|
||
filename: 'Filename',
|
||
include: 'Is include config like theme and structure',
|
||
dedicatedFile: 'Dedicated file',
|
||
jsonFile: 'json file',
|
||
imageFile: 'Image file',
|
||
svgFile: 'svg file',
|
||
pdfFile: 'pdf file',
|
||
tips: 'tips:.smm and .json file can be import'
|
||
},
|
||
fullscreen: {
|
||
fullscreenShow: 'Full screen show',
|
||
fullscreenEdit: 'Full screen edit'
|
||
},
|
||
import: {
|
||
title: 'Import',
|
||
selectFile: 'Select file',
|
||
supportFile: 'Support .smm、.json、.xmind、.xlsx file'
|
||
},
|
||
navigatorToolbar: {
|
||
openMiniMap: 'Open mini map',
|
||
readonly: 'Readonly',
|
||
edit: 'Edit'
|
||
},
|
||
nodeHyperlink: {
|
||
title: 'Link',
|
||
link: 'Href',
|
||
name: 'Name'
|
||
},
|
||
nodeIcon: {
|
||
title: 'Icon'
|
||
},
|
||
nodeImage: {
|
||
title: 'Image',
|
||
imgTitle: 'Title'
|
||
},
|
||
nodeNote: {
|
||
title: 'Note'
|
||
},
|
||
nodeTag: {
|
||
title: 'Tag',
|
||
addTip: 'Press Enter to add'
|
||
},
|
||
outline: {
|
||
title: 'Outline'
|
||
},
|
||
scale: {
|
||
zoomIn: 'Zoom in',
|
||
zoomOut: 'Zoom out'
|
||
},
|
||
shortcutKey: {
|
||
title: 'Shortcut key'
|
||
},
|
||
strusture: {
|
||
title: 'Strusture'
|
||
},
|
||
style: {
|
||
title: 'Node style',
|
||
normal: 'Normal',
|
||
active: 'Active',
|
||
text: 'Text',
|
||
fontFamily: 'Font family',
|
||
fontSize: 'Font size',
|
||
lineHeight: 'Line height',
|
||
color: 'color',
|
||
addFontWeight: 'add font weight',
|
||
italic: 'Italic',
|
||
textDecoration: 'Text decoration',
|
||
underline: 'Underline',
|
||
lineThrough: 'Line through',
|
||
overline: 'Overline',
|
||
border: 'Border',
|
||
style: 'Style',
|
||
width: 'Width',
|
||
borderRadius: 'Border radius',
|
||
background: 'Background',
|
||
shape: 'Shape',
|
||
line: 'Line',
|
||
nodePadding: 'Node padding',
|
||
horizontal: 'Horizontal',
|
||
vertical: 'Vertical'
|
||
},
|
||
theme: {
|
||
title: 'Theme'
|
||
},
|
||
toolbar: {
|
||
undo: 'Undo',
|
||
redo: 'Redo',
|
||
insertSiblingNode: 'Insert sibling node',
|
||
insertChildNode: 'Insert child node',
|
||
deleteNode: 'Delete node',
|
||
image: 'Image',
|
||
icon: 'Icon',
|
||
link: 'Link',
|
||
note: 'Note',
|
||
tag: 'Tag',
|
||
summary: 'Summary',
|
||
displayOutline: 'Display outline',
|
||
baseStyle: 'Base style',
|
||
theme: 'Theme',
|
||
strusture: 'Strusture',
|
||
newFile: 'New file',
|
||
openFile: 'Open file',
|
||
saveAs: 'Save as',
|
||
import: 'Import',
|
||
export: 'Export',
|
||
shortcutKey: 'Shortcut key'
|
||
}
|
||
}
|