{ "selector": { "noWorkspace": "No workspace selected", "recentPaths": "Recent Projects", "noRecentPaths": "No recent projects", "current": "Current", "browse": "Browse Folder...", "browseHint": "Select a folder from your computer", "manualPath": "Enter Manually...", "removePath": "Remove from recent", "ariaLabel": "Workspace selector", "dialog": { "title": "Select Project Folder", "placeholder": "Enter project path...", "help": "The path to your project directory", "selectCurrent": "Select This Folder", "parentDir": "Parent Directory", "loading": "Loading...", "emptyDir": "Empty directory", "accessDenied": "Cannot access this directory" } }, "actions": { "switch": "Switch Workspace", "switchFailed": "Failed to switch workspace", "switchSuccess": "Successfully switched to {path}" }, "validation": { "pathRequired": "Project path is required", "invalidPath": "Invalid project path: {path}" }, "notifications": { "switching": "Switching workspace...", "refreshing": "Refreshing recent paths..." } }