Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion TeXmacs/plugins/lang/dic/en_US/zh_CN.scm
Original file line number Diff line number Diff line change
Expand Up @@ -2255,6 +2255,7 @@
("text box" "文本框")
("text corners" "文本角")
("text font" "文本字体")
("Text for note" "用于笔记的文本")
("text height correction" "文本高度修正")
("text input" "文本输入")
("text mode" "文本模式")
Expand Down Expand Up @@ -2548,4 +2549,4 @@
("zoom/unzoom" "放大/缩小")
("You are currently in guest mode, login to enable AI, MathOCR,and other features" "您当前处于访客状态,登录激活AI和公式识别等功能")
("Login Now" "立即登录")
("Use extensible brackets" "使用可伸缩括号")
("Use extensible brackets" "使用可伸缩括号")
19 changes: 19 additions & 0 deletions devel/222_51.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 222_51 Translate 'Text for Note' into chinese

### What
Translates the option `Text for note` found at `Insert -> Link -> Text for note`

### Why
The option is in plain english and needs to be translated into chinese.

### How
In `TeXmacs/plugins/lang/dic/en_US/zh_CN.scm` added the translation:

```diff
+ ("Text for note" "用于笔记的文本")
```

## How to test
1. Open Mogan and click on `插入` or `Insert`
2. Go to `链接` or `Link`
3. In the options, `Text for note` has been translated into `用于笔记的文本`