File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ export const dictionary = new Map([
99 [ '语言类型' , 'Language' ] ,
1010 [ '未选择' , 'Unselected' ] ,
1111 [ '全屏' , 'Fullscreen' ] ,
12+ [ '取消全屏' , 'Exit fullscreen' ] ,
1213 [ / ^ ( \d ) 级 标 题 $ / , ( text , match ) => `Header ${ match [ 1 ] } ` ] ,
13- [ '隐藏' , 'Hide' ] ,
14+ [ '隐藏预览' , 'Hide preview' ] ,
15+ [ '显示预览' , 'Show preview' ] ,
1416 [ '分割线' , 'Horizontal rule' ] ,
1517 [ '插入图片' , 'Insert image' ] ,
1618 [ '图片地址' , 'Image URL' ] ,
@@ -21,7 +23,8 @@ export const dictionary = new Map([
2123 [ '链接地址' , 'Link URL' ] ,
2224 [ '链接标题' , 'Link title' ] ,
2325 [ '有序列表' , 'Ordered list' ] ,
24- [ '同步滚动' , 'Scroll sync' ] ,
26+ [ '停用滚动同步' , 'Disable scroll sync' ] ,
27+ [ '启用滚动同步' , 'Enable scroll sync' ] ,
2528 [ '删除线' , 'Strikeout' ] ,
2629 [ '插入表格' , 'Insert table' ] ,
2730 [ '行数' , 'Number of rows' ] ,
You can’t perform that action at this time.
0 commit comments