fix(app): localize "close tab" in command pallete (#12756)

This commit is contained in:
Alex Yaroshuk
2026-02-09 09:14:48 +08:00
committed by GitHub
parent 9ac54adbb2
commit a598ecac1f
14 changed files with 14 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ export const dict = {
"command.session.new": "새 세션",
"command.file.open": "파일 열기",
"command.tab.close": "탭 닫기",
"command.context.addSelection": "선택 영역을 컨텍스트에 추가",
"command.context.addSelection.description": "현재 파일에서 선택한 줄을 추가",
"command.input.focus": "입력창 포커스",