feat(app): unread session navigation keybinds (#11750)
This commit is contained in:
parent
1cabeb00d0
commit
52eb8a7a8c
16 changed files with 90 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ export const dict = {
|
|||
"command.settings.open": "설정 열기",
|
||||
"command.session.previous": "이전 세션",
|
||||
"command.session.next": "다음 세션",
|
||||
"command.session.previous.unseen": "Previous unread session",
|
||||
"command.session.next.unseen": "Next unread session",
|
||||
"command.session.archive": "세션 보관",
|
||||
|
||||
"command.palette": "명령 팔레트",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue