Skip to content

Commit 667e33c

Browse files
committed
update translation for 0.63.3
1 parent e045042 commit 667e33c

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

2.trans.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ def replace_in_file(file_path, translation, base_path=BASE_PATH):
10311031
'{{Highlights List visibility}}',
10321032
'{{You can hide the hightlights widget per-note by adding a <code>#hideHighlightWidget</code> label.}}',
10331033
'{{You can hide the highlights widget per-note by adding a <code>#hideHighlightWidget</code> label.}}',
1034+
'{{You can configure a keyboard shortcut for quickly toggling the right pane (including Highlights) in the Options -> Shortcuts (name "toggleRightPane").}}',
10341035
]
10351036
replace_in_file(file_path, translation)
10361037

@@ -1039,6 +1040,7 @@ def replace_in_file(file_path, translation, base_path=BASE_PATH):
10391040
'>{{Table of Contents}}<',
10401041
'{{Table of contents will appear in text notes when the note has more than a defined number of headings. You can customize this number:}}',
10411042
'>{{You can also use this option to effectively disable TOC by setting a very high number.}}<',
1043+
'{{You can configure a keyboard shortcut for quickly toggling the right pane (including TOC) in the Options -> Shortcuts (name "toggleRightPane").}}',
10421044
]
10431045
replace_in_file(file_path, translation)
10441046

@@ -2850,6 +2852,15 @@ def replace_in_file(file_path, translation, base_path=BASE_PATH):
28502852
'"In line":"{{In line}}",',
28512853
'"Toggle caption off":"{{Toggle caption off}}"',
28522854
'"Toggle caption on":"{{Toggle caption on}}",',
2855+
'"Upload image from computer":"{{Upload image from computer}}"',
2856+
'"Special characters":"{{Special characters}}"',
2857+
'"Character categories":"{{Character categories}}"',
2858+
'Currency:"{{Currency}}"',
2859+
',Text:"{{Text}}",',
2860+
'Mathematical:"{{Mathematical}}",',
2861+
'Arrows:"{{Arrows}}"',
2862+
'Latin:"{{Latin}}"',
2863+
'All:"{{All}}",',
28532864
]
28542865
replace_in_file(file_path, translation, TARGET_PATH)
28552866

translations.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,4 +1645,14 @@
16451645
"Converting note '${this.note.title}' failed.": '',
16461646
"Note '${newAttachment.title}' has been converted to attachment.": '',
16471647
'notes': '',
1648+
'You can configure a keyboard shortcut for quickly toggling the right pane (including TOC) in the Options -> Shortcuts (name "toggleRightPane").': '',
1649+
'You can configure a keyboard shortcut for quickly toggling the right pane (including Highlights) in the Options -> Shortcuts (name "toggleRightPane").': '',
1650+
'Upload image from computer': '',
1651+
'Special characters': '',
1652+
'Character categories': '',
1653+
'Currency': '',
1654+
'Mathematical': '',
1655+
'Arrows': '',
1656+
'Latin': '',
1657+
'All': '',
16481658
}

translations_cn.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,5 +1619,15 @@
16191619
"Converting note '${this.note.title}' failed.": "转换笔记 '${this.note.title}' 失败。",
16201620
"Note '${newAttachment.title}' has been converted to attachment.": "笔记 '${newAttachment.title}' 已被转换为附件。",
16211621
'notes': '笔记',
1622+
'You can configure a keyboard shortcut for quickly toggling the right pane (including TOC) in the Options -> Shortcuts (name "toggleRightPane").': '您可以在"选项"->"快捷键"中为快速切换右侧窗格(包括目录)配置键盘快捷键(名称为 "toggleRightPane")',
1623+
'You can configure a keyboard shortcut for quickly toggling the right pane (including Highlights) in the Options -> Shortcuts (name "toggleRightPane").': '您可以在"选项"->"快捷键"中为快速切换右侧窗格(包括高亮显示)配置键盘快捷键(名称为 "toggleRightPane")',
1624+
'Upload image from computer': '从计算机上传图像',
1625+
'Special characters': '特殊字符',
1626+
'Character categories': '字符类别',
1627+
'Currency': '货币',
1628+
'Mathematical': '数学',
1629+
'Arrows': '箭头',
1630+
'Latin': '拉丁',
1631+
'All': '全部',
16221632
'': '',
16231633
}

0 commit comments

Comments
 (0)