{
  "welcome": "Welcome! Let's set up Opensquad for your project.",
  "askName": "What's your name? → ",
  "atLeastOneIde": "Please select at least one IDE.",
  "chooseIdes": "Which IDEs/tools do you use? (select all that apply)",
  "step1Codex": "1. See AGENTS.md in your project root for Codex instructions",
  "step1Antigravity": "1. Open Antigravity, type / in the chat and select opensquad to get started.",
  "step1Cursor": "1. Open Cursor, type / in the chat and select opensquad to get started.",
  "step1Opencode": "1. Open OpenCode and type /opensquad to get started.",
  "ideNotAvailable": "⚠️  \"{label}\" is not available yet. Choose another option.",
  "enterNumber": "Please enter a number between 1 and {max}.",
  "alreadyInitialized": "⚠️  Opensquad is already initialized in this directory.",
  "alreadyInitializedHint": "Use Claude Code and type /opensquad to get started.",
  "createdFile": "📄 Created {path}",
  "success": "✅ Opensquad initialized successfully!",
  "nextSteps": "Next steps:",
  "step1ClaudeCode": "1. Open this directory in Claude Code",
  "step2ClaudeCode": "2. Type /opensquad to start the onboarding wizard",
  "step3ClaudeCode": "3. Follow the prompts to set up your company profile",
  "comingSoon": "coming soon",
  "_test_fallback_only": "English fallback works",
  "updateNotInitialized": "No Opensquad installation found. Run 'init' first.",
  "updateStarting": "Updating Opensquad {old} → {new}...",
  "updateStartingUnknown": "Updating Opensquad (unknown version) → {new}...",
  "updatedFile": "📄 Updated {path}",
  "updateSuccess": "✅ Opensquad {version} installed successfully!",
  "updatePreserved": "✓ Preserved: _memory/, _investigations/, squads/",
  "updateFileCount": "✓ Updated: {count} system files",
  "updateLatestHint": "💡 Tip: Use 'npx opensquad@latest update' to always get the newest version.",
  "skillsNotInitialized": "No Opensquad installation found. Run 'init' first.",
  "skillsFetching": "Fetching skills registry...",
  "skillsInstalledHeader": "Installed:",
  "skillsAvailableHeader": "Available:",
  "skillsNoneInstalled": "No skills installed yet.",
  "skillsNoneAvailable": "No skills available in registry.",
  "skillsInstallHint": "Install with: npx opensquad install <id>",
  "skillsInstalling": "Installing {id}...",
  "skillsInstalled": "✅ Installed: {id}",
  "skillsAlreadyInstalled": "⚠️  {id} is already installed. Reinstall? (y/n) ",
  "skillsReinstalled": "✅ Reinstalled: {id}",
  "skillsRemoving": "Removing {id}...",
  "skillsRemoved": "✅ Removed: {id}",
  "skillsNotInstalled": "⚠️  {id} is not installed.",
  "skillsUpdating": "Updating all installed skills...",
  "skillsUpdateDone": "✅ Updated {count} skill(s).",
  "skillsUpdateNone": "No skills installed to update.",
  "skillsError": "❌ Error: {message}",
  "skillsUnknownCommand": "Unknown skills command: {cmd}\n  Usage: opensquad skills list|install|remove|update",
  "chooseSkills": "Which skills do you want to install? (optional)",
  "skillsEnvWarning": "   Requires: {vars}",
  "skillsSkipped": "You can install skills later with: npx opensquad install <name>",
  "skillsInstalledCount": "Installed {count} skill(s).",
  "agentsNotInitialized": "No Opensquad installation found. Run 'init' first.",
  "agentsInstalledHeader": "Installed:",
  "agentsNoneInstalled": "No agents installed yet.",
  "agentsInstallHint": "Install with: npx opensquad agents install <id>",
  "agentsInstalling": "Installing {id}...",
  "agentsInstalled": "✅ Installed: {id}",
  "agentsAlreadyInstalled": "⚠️  {id} is already installed. Reinstall? (y/n) ",
  "agentsReinstalled": "✅ Reinstalled: {id}",
  "agentsRemoving": "Removing {id}...",
  "agentsRemoved": "✅ Removed: {id}",
  "agentsNotInstalled": "⚠️  {id} is not installed.",
  "agentsUpdating": "Updating all installed agents...",
  "agentsUpdateDone": "✅ Updated {count} agent(s).",
  "agentsUpdateNone": "No agents installed to update.",
  "agentsError": "❌ Error: {message}",
  "agentsUnknownCommand": "Unknown agents command: {cmd}\n  Usage: opensquad agents list|install|remove|update",
  "step1VsCodeCopilot": "1. Open this directory in VS Code",
  "step2VsCodeCopilot": "2. Open Copilot Chat (Ctrl+Alt+I)",
  "step3VsCodeCopilot": "3. Type /opensquad to get started",
  "step1QwenCode": "1. Open this directory in Qwen Code",
  "step2QwenCode": "2. Type /opensquad to get started",
  "step1GeminiCli": "1. Open this directory in Gemini CLI",
  "step2GeminiCli": "2. Type /opensquad to get started",
  "step1Trae": "1. Open this project in Trae",
  "step2Trae": "2. Type /opensquad in the chat to get started",
  "tokenCostWarning": "Running squads consumes AI tokens (paid). Monitor your usage in your IDE or AI provider dashboard."
}
