Closes the new-project story (T-486). The dead-end "not a git repo" dialog now offers to initialize the folder: project.init runs git init + a non-clobbering scaffold, then opens + announces on projectCreatedChannel so the account roadblock fires — the same path a brand-new project takes. Adds initExistingProject + the `clide project init [--dir]` verb (default: the current workspace). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
43 lines
2.5 KiB
JSON
43 lines
2.5 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 needs a git repository. Initialize this folder as one?" },
|
|
"dialog.notRepo.initialize": { "translation": "Initialize project" },
|
|
"button.initializing": { "translation": "Initializing…" },
|
|
"command.workspace.open-project": { "translation": "Workspace: Open project…" }
|
|
}
|