Skip to content

Commit 1309141

Browse files
authored
汉化帮助
1 parent 4822986 commit 1309141

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

lang/summernote-zh-CN.js

+29
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,35 @@
107107
history: {
108108
undo: '撤销',
109109
redo: '重做'
110+
},
111+
help: {
112+
insertParagraph: '插入段落',
113+
undo: '撤销',
114+
redo: '重做',
115+
tab: '增加缩进',
116+
untab: '减少缩进',
117+
bold: '粗体',
118+
italic: '斜体',
119+
underline: '下划线',
120+
strikethrough: '删除线',
121+
removeFormat: '清除格式',
122+
justifyLeft: '左对齐',
123+
justifyCenter: '居中对齐',
124+
justifyRight: '右对齐',
125+
justifyFull: '两端对齐',
126+
insertUnorderedList: '无序列表',
127+
insertOrderedList: '有序列表',
128+
outdent: '减少缩进',
129+
indent: '增加缩进',
130+
formatPara: '设置选中内容样式为 普通',
131+
formatH1: '设置选中内容样式为 标题1',
132+
formatH2: '设置选中内容样式为 标题2',
133+
formatH3: '设置选中内容样式为 标题3',
134+
formatH4: '设置选中内容样式为 标题4',
135+
formatH5: '设置选中内容样式为 标题5',
136+
formatH6: '设置选中内容样式为 标题6',
137+
insertHorizontalRule: '插入水平线',
138+
'linkDialog.show': '显示链接对话框'
110139
}
111140
}
112141
});

0 commit comments

Comments
 (0)