Skip to content

Commit

Permalink
update translation for 0.62.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nriver committed Nov 28, 2023
1 parent 21f5860 commit 51cf321
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2.trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,8 +1057,7 @@ def replace_in_file(file_path, translation, base_path=BASE_PATH):
'{{Underlined font}}',
'{{Font with color}}',
'{{Font with background color}}',
# 这里作者打错字了,提了个pr下次修改
'{{Highlists List visibility}}',
'{{Highlights List visibility}}',
'{{You can hide the hightlights widget per-note by adding a <code>#hideHighlightWidget</code> label.}}',
]
replace_in_file(file_path, translation)
Expand Down Expand Up @@ -1847,6 +1846,7 @@ def replace_in_file(file_path, translation, base_path=BASE_PATH):
translation = [
"{{File will be open in an external application and watched for changes. You'll then be able to upload the modified version back to Trilium.}}",
'>{{Open externally}}<',
'>{{Open custom}}<',
'>{{Download}}<',
'>{{Rename attachment}}<',
'>{{Upload new revision}}<',
Expand Down
2 changes: 2 additions & 0 deletions translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,9 @@
'full (box shows complete text)': '',
'Highlists List visibility': '',
'Highlights List visibility': '',
'You can hide the hightlights widget per-note by adding a <code>#hideHighlightWidget</code> label.': '',
'You can hide the highlights widget per-note by adding a <code>#hideHighlightWidget</code> label.': '',
'Move left': '',
'Move right': '',
'Open custom': '',
}
2 changes: 2 additions & 0 deletions translations_cn.py
Original file line number Diff line number Diff line change
Expand Up @@ -1703,8 +1703,10 @@
'full (box shows complete text)': '完整(框显示完整文本)',
'Highlists List visibility': '高亮列表显示',
'Highlights List visibility': '高亮列表显示',
'You can hide the hightlights widget per-note by adding a <code>#hideHighlightWidget</code> label.': '您可以通过添加 <code>#hideHighlightWidget</code> 标签来在每个笔记中隐藏高亮小部件。',
'You can hide the highlights widget per-note by adding a <code>#hideHighlightWidget</code> label.': '您可以通过添加 <code>#hideHighlightWidget</code> 标签来在每个笔记中隐藏高亮小部件。',
'Move left': '向左移动',
'Move right': '向右移动',
'Open custom': '使用自定义程序打开',
'': '',
}

0 comments on commit 51cf321

Please sign in to comment.