@@ -24,6 +24,8 @@ export const dict = {
2424 "command.sidebar.toggle" : "Toggle sidebar" ,
2525 "command.project.open" : "Open project" ,
2626 "command.project.clone" : "Clone project" ,
27+ "command.project.close" : "Close project" ,
28+ "command.project.close.description" : "Close the current project" ,
2729 "command.project.new" : "New project" ,
2830 "dialog.project.open.mode.git" : "Clone from Git URL" ,
2931 "dialog.project.open.mode.path" : "Open local path" ,
@@ -386,6 +388,11 @@ export const dict = {
386388 "dialog.project.edit.worktree.startup" : "Workspace startup script" ,
387389 "dialog.project.edit.worktree.startup.description" : "Runs after creating a new workspace (worktree)." ,
388390 "dialog.project.edit.worktree.startup.placeholder" : "e.g. bun install" ,
391+ "dialog.project.close.title" : "Close project" ,
392+ "dialog.project.close.confirm" : 'Close project "{{name}}"?' ,
393+ "dialog.project.close.sessions.one" : "This project has 1 active session." ,
394+ "dialog.project.close.sessions.many" : "This project has {{count}} active sessions." ,
395+ "dialog.project.close.note" : "You can reopen the project later from the command palette or sidebar." ,
389396
390397 "dialog.releaseNotes.action.getStarted" : "Get started" ,
391398 "dialog.releaseNotes.action.next" : "Next" ,
0 commit comments