{
  "compiler.notFoundNew": "{0} compiler not found",
  "compiler.installHint": "Please install the compiler and ensure it is in your system PATH.",
  "compiler.installGuideLink": "Installation guide: {0}",
  "compiler.copyCommand": "Copy the following command to install:",
  "compilation.usingCompiler": "Using compiler: {0}",
  "compilation.hashMatch": "Hash match. Using cached executable for {0}.",
  "compilation.cacheMissing": "Cached executable record found, but the file is missing. Forcing recompilation.",
  "compilation.compiling": "Compiling {0} with {1}...",
  "compilation.compiled": "Compiled: {0}",
  "compilation.compileFailed": "Failed to compile {0}",
  "compilation.compilerError": "Compiler error: {0}",
  "cli.clean.checkingCache": "Checking for cache directory at '{0}'...",
  "cli.clean.foundCache": "'{0}' found, removing...",
  "cli.clean.removedCache": "Successfully removed '{0}' directory.",
  "cli.clean.noCache": "'{0}' directory not found. Nothing to clean.",
  "cli.clean.failed": "Failed to clean cache directory: {0}",
  "cli.index.initDescription": "Initialize a Genesis v2 dataset workspace",
  "cli.index.initForceDescription": "Force initialization in a non-empty directory",
  "cli.index.aiDescription": "Use the v2 AI-first dataset template (default)",
  "cli.index.langDescription": "Language template (cpp, go, rust, java, py, js)",
  "cli.index.makeDescription": "Generate test data from the default-export dataset",
  "cli.index.validateDescription": "Validate the default-export dataset without writing artifacts",
  "cli.index.replayDescription": "Replay one dataset case into outputDir/replay",
  "cli.index.fileDescription": "Dataset module path",
  "cli.index.caseDescription": "Case number to replay",
  "cli.index.nameDescription": "Case name to replay",
  "cli.index.repeatDescription": "Repeat index for --name",
  "cli.index.outputDirDescription": "Replay output directory",
  "cli.index.cleanDescription": "Remove the .genesis cache directory",
  "cli.init.initializing": "Initializing Genesis project in '{0}'...",
  "cli.init.notEmpty": "Directory '{0}' is not empty. Use --force to proceed anyway.",
  "cli.init.created": "Created {0}",
  "cli.init.success": "Project initialized successfully.",
  "cli.init.failed": "Failed to initialize project: {0}",
  "cli.init.invalidLang": "Invalid language '{0}'. Supported languages: {1}",
  "cli.init.wizard.title": "Genesis v2 setup",
  "cli.init.wizard.selectLang": "Select programming language:",
  "cli.init.wizard.cancelled": "Initialization cancelled.",
  "cli.init.step.cd": "(already in current directory)",
  "cli.init.step.editStd": "Edit your standard solution file",
  "cli.init.step.editMake": "Edit make.ts to define the dataset",
  "cli.init.step.runMake": "Run genesis validate, then genesis make",
  "cli.init.nextStepsTitle": "Next Steps"
}
