Skip to content

Commit 3760e55

Browse files
authored
fix: text translationt (#690)
1 parent 025eb49 commit 3760e55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/commands/index.cn.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let fullscreen: ICommand = {
4646
...fullscreenInit,
4747
buttonProps: { 'aria-label': '切换全屏(ctrl + 0)', title: '切换全屏(ctrl + 0)' },
4848
};
49-
let hr: ICommand = { ...hrInit, buttonProps: { 'aria-label': '插入HR (ctrl + h)', title: '插入HR (ctrl + h)' } };
49+
let hr: ICommand = { ...hrInit, buttonProps: { 'aria-label': '插入分割线 (ctrl + h)', title: '插入分割线 (ctrl + h)' } };
5050
let image: ICommand = {
5151
...imageInit,
5252
buttonProps: { 'aria-label': '添加图像(ctrl + k)', title: '添加图像(ctrl + k)' },
@@ -91,8 +91,8 @@ let quote: ICommand = {
9191
let strikethrough: ICommand = {
9292
...strikethroughInit,
9393
buttonProps: {
94-
'aria-label': 'Add strikethrough text (ctrl + shift + x)',
95-
title: 'Add strikethrough text (ctrl + shift + x)',
94+
'aria-label': '添加删除线文本 (ctrl + shift + x)',
95+
title: '添加删除线文本 (ctrl + shift + x)',
9696
},
9797
};
9898
let issue: ICommand = { ...issueInit, buttonProps: { 'aria-label': '添加 issue', title: '添加 issue' } };

0 commit comments

Comments
 (0)