The UI half of the new-project flow (story T-486). A "New project…" welcome action opens a dialog (location + name) that dispatches project.new (T-487), opens the result, and announces it on projectCreatedChannel. The Claude extension consumes that and shows the account roadblock — the embedded per-workspace picker + accounts list, so a fresh project gets bound to an account (or Default) right at birth. The two halves stay decoupled: the welcome builtin only publishes the event (no claude import); the claude builtin owns the account dialog. Only freshly- created projects announce, so existing opens are never prompted. Closes T-488. The non-repo "initialize as a project" path (T-489) is next. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
41 lines
2.3 KiB
JSON
41 lines
2.3 KiB
JSON
{
|
|
"title": { "translation": "clide" },
|
|
"subtitle": { "translation": "IDE for Claude Code CLI" },
|
|
"open-project": { "translation": "Open project" },
|
|
"open-project.hint": { "translation": "Pick a git repository to open as the workspace" },
|
|
"tab.title": { "translation": "Welcome" },
|
|
"section.tips": { "translation": "TIPS" },
|
|
"section.start": { "translation": "START" },
|
|
"section.recent": { "translation": "RECENT" },
|
|
"tips.quickOpen": { "translation": "Quick open" },
|
|
"tips.commandPalette": { "translation": "Command palette" },
|
|
"tips.toggleSidebar": { "translation": "Toggle sidebar" },
|
|
"tips.toggleContext": { "translation": "Toggle context" },
|
|
"tips.findInFiles": { "translation": "Find in files" },
|
|
"tips.focusMode": { "translation": "Focus mode" },
|
|
"action.openFolder": { "translation": "Open folder…" },
|
|
"action.newProject": { "translation": "New project…" },
|
|
"dialog.newProject.title": { "translation": "New project" },
|
|
"dialog.newProject.body": { "translation": "Creates a git repo + a CLAUDE.md, then opens it." },
|
|
"button.create": { "translation": "Create" },
|
|
"button.creating": { "translation": "Creating…" },
|
|
"recent.empty": { "translation": "No recent projects." },
|
|
"sticky.label": { "translation": "always open this project on launch" },
|
|
"sticky.tooltip": { "translation": "Always open this project on launch" },
|
|
"sticky.tooltip.active": { "translation": "Always open this project on launch (uncheck to restore picker)" },
|
|
"status.checking": { "translation": "checking…" },
|
|
"status.ok": { "translation": "application ok" },
|
|
"status.notFound": { "translation": "{tool} not found" },
|
|
"status.theme": { "translation": "theme: " },
|
|
"dialog.openProject.title": { "translation": "Open project" },
|
|
"dialog.openProject.body": { "translation": "Enter the path to a git repository." },
|
|
"dialog.openProject.error": { "translation": "Not a git repository" },
|
|
"button.cancel": { "translation": "Cancel" },
|
|
"button.open": { "translation": "Open" },
|
|
"button.opening": { "translation": "Opening…" },
|
|
"button.ok": { "translation": "OK" },
|
|
"dialog.notRepo.title": { "translation": "No git repo found" },
|
|
"dialog.notRepo.body": { "translation": "A clide project root requires a git repository." },
|
|
"command.workspace.open-project": { "translation": "Workspace: Open project…" }
|
|
}
|