{
  "_meta": { "locale": "en", "coverage": "complete", "fallback": null },
  "help.usage": "Usage: gdd <command> [options]",
  "help.tagline": "A design-quality pipeline for AI coding agents.",
  "help.commands_header": "Commands",
  "help.options_header": "Options",
  "help.more": "Run `gdd help <command>` for details on a command.",
  "help.pipeline": "Pipeline: brief -> explore -> plan -> design -> verify",
  "error.no_state": "No .design/STATE.md found. Run /gdd:start to initialize a cycle.",
  "error.no_config": "No .design/config.json found; using defaults.",
  "error.stage_locked": "This stage is locked under the current cycle mode.",
  "error.permission_denied": "Permission denied: your role cannot perform this action on this section.",
  "error.budget_cap": "Budget cap reached. Raise the cap in .design/budget.json or wait for the next task.",
  "error.connection_unavailable": "Connection unavailable. Configure it via /gdd:connections.",
  "error.invalid_locale": "Unknown locale. Known locales: en, ru, uk, de, fr, zh, ja.",
  "error.merge_conflict": "STATE.md has a merge conflict. Run the conflict-resolver to reconcile per section.",
  "error.decision_locked": "This decision is locked. Use /gdd:unlock-decision <id> --approver <who> to reopen it.",
  "error.no_telemetry": "No cost telemetry yet. Run a cycle first.",
  "prompt.brief_header": "Stage 1 of 5 - Brief: capture the problem, audience, constraints, and metrics.",
  "prompt.explore_header": "Stage 2 of 5 - Explore: inventory the design surface and interview for intent.",
  "prompt.plan_header": "Stage 3 of 5 - Plan: decompose the work into tasks.",
  "prompt.design_header": "Stage 4 of 5 - Design: execute the plan.",
  "prompt.verify_header": "Stage 5 of 5 - Verify: score and audit against the design system.",
  "status.complete": "Complete.",
  "status.in_progress": "In progress.",
  "status.blocked": "Blocked."
}
