File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ MarkEditLanguage = function() {
1313
1414 'defaultButtons' : {
1515 'bold' : {
16- 'tip' : '大胆 '
16+ 'tip' : '粗体 '
1717 } ,
1818 'italic' : {
1919 'tip' : '斜体'
@@ -25,23 +25,29 @@ MarkEditLanguage = function() {
2525 'tip' : '插入图像'
2626 } ,
2727 'code' : {
28- 'tip' : '代码示例 '
28+ 'tip' : '插入代码 '
2929 } ,
3030 'quote' : {
3131 'tip' : '大段引用'
3232 } ,
3333 'numberlist' : {
34- 'tip' : '编号列表 '
34+ 'tip' : '数字列表 '
3535 } ,
3636 'bulletlist' : {
37- 'tip' : '项目符号列表 '
37+ 'tip' : '符号列表 '
3838 } ,
3939 'line' : {
4040 'tip' : '水平线'
4141 } ,
4242 'heading' : {
4343 'tip' : '标题'
4444 } ,
45+ 'undo' : {
46+ 'tip' : '撤销'
47+ } ,
48+ 'redo' : {
49+ 'tip' : '恢复'
50+ } ,
4551 'edit' : {
4652 'text' : '撰写' ,
4753 'tip' : '在编辑视图模式'
@@ -69,4 +75,4 @@ MarkEditLanguage = function() {
6975
7076 } ;
7177
72- } ( ) ;
78+ } ( ) ;
You can’t perform that action at this time.
0 commit comments