Skip to content

Commit 5b8da68

Browse files
committed
update translation for keyboard shortcuts
1 parent 0f957cd commit 5b8da68

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

2.trans.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ def replace_in_file(file_path, translation, base_path=BASE_PATH):
361361
'>{{ - focus on quick search input}}<',
362362
'>{{ - in page search}}<',
363363
'- {{edit <a class="external" href="https://github.com/zadam/trilium/wiki/Tree concepts#prefix">prefix</a> of active note clone}}<',
364+
'{{Only in desktop (electron build)}}:',
365+
'{{in tree pane will switch from tree pane into note title. Enter from note title will switch focus to text editor.}}',
364366
]
365367
replace_in_file(file_path, translation, TARGET_PATH)
366368

translations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,4 +1353,6 @@
13531353
'Password has been reset. Please set new password': '',
13541354
'By resetting the password you will forever lose access to all your existing protected notes. Do you really want to reset the password?': '',
13551355
'Rename note': '',
1356+
'Only in desktop (electron build)': '',
1357+
'in tree pane will switch from tree pane into note title. Enter from note title will switch focus to text editor.': '',
13561358
}

translations_cn.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,5 +1344,7 @@
13441344
'Rename note': '重命名笔记',
13451345
'Change password': '修改密码',
13461346
'Set password': '设置密码',
1347+
'Only in desktop (electron build)': '仅桌面客户端有效 (electron 编译版)',
1348+
'in tree pane will switch from tree pane into note title. Enter from note title will switch focus to text editor.': '从笔记树切换到笔记标题, 或者从笔记标题切换到笔记内容.',
13471349
'': '',
13481350
}

0 commit comments

Comments
 (0)