Data/Localization/en-US.json

{
  "locale": "en-US",
  "version": "2.1.0",
 
  "common": {
    "generatedBy": "Generated by PSGuerrilla v{0}",
    "timestamp": "Generated: {0} UTC",
    "organization": "Organization",
    "score": "Score",
    "severity": "Severity",
    "status": "Status",
    "category": "Category",
    "description": "Description",
    "remediation": "Remediation",
    "pass": "PASS",
    "fail": "FAIL",
    "warn": "WARN",
    "skip": "SKIP",
    "error": "ERROR",
    "critical": "Critical",
    "high": "High",
    "medium": "Medium",
    "low": "Low",
    "info": "Info",
    "noDataAvailable": "No data available. Run a scan first.",
    "total": "Total",
    "findings": "Findings",
    "checks": "Checks"
  },
 
  "score": {
    "guerrillaScore": "Guerrilla Score",
    "fortress": "FORTRESS",
    "defendedPosition": "DEFENDED POSITION",
    "contestedGround": "CONTESTED GROUND",
    "exposedFlank": "EXPOSED FLANK",
    "underSiege": "UNDER SIEGE",
    "overrun": "OVERRUN",
    "posture": "Posture",
    "threats": "Threats",
    "coverage": "Coverage",
    "trend": "Trend"
  },
 
  "report": {
    "executive": {
      "title": "Executive Security Summary",
      "subtitle": "Security posture overview for {0}",
      "overallPosture": "Overall Security Posture",
      "keyFindings": "Key Findings",
      "riskOverview": "Risk Overview",
      "criticalFindings": "Critical Findings",
      "highFindings": "High-Priority Findings",
      "recommendation": "Recommendation",
      "nextSteps": "Recommended Next Steps",
      "disclaimer": "This report provides a point-in-time security assessment. Findings should be validated and remediated according to organizational risk tolerance.",
      "noIssues": "No critical or high-severity issues detected.",
      "complianceSummary": "Compliance Summary"
    },
    "technical": {
      "title": "Technical Security Assessment Report",
      "subtitle": "Detailed findings and remediation for {0}",
      "findingsDetail": "Detailed Findings",
      "remediationCommands": "Remediation Commands",
      "checkId": "Check ID",
      "checkName": "Check Name",
      "currentValue": "Current Value",
      "recommendedValue": "Recommended Value",
      "remediationSteps": "Remediation Steps",
      "references": "References",
      "impactAnalysis": "Impact Analysis",
      "categoryBreakdown": "Category Breakdown",
      "affectedSystems": "Affected Systems"
    },
    "playbook": {
      "title": "Remediation Playbook",
      "subtitle": "Step-by-step remediation guide for {0}",
      "phase": "Phase {0}",
      "prerequisites": "Prerequisites",
      "steps": "Steps",
      "validation": "Validation",
      "rollback": "Rollback Plan",
      "estimatedEffort": "Estimated Effort",
      "costTier": "Cost Tier",
      "priority": "Priority"
    },
    "trend": {
      "title": "Security Trend Report",
      "subtitle": "Score history and trend analysis for {0}",
      "scoreHistory": "Score History",
      "trendDirection": "Trend Direction",
      "improving": "Improving",
      "declining": "Declining",
      "stable": "Stable",
      "periodStart": "Period Start",
      "periodEnd": "Period End",
      "deltaScore": "Score Change",
      "averageScore": "Average Score",
      "highestScore": "Highest Score",
      "lowestScore": "Lowest Score",
      "scanCount": "Number of Scans"
    },
    "dashboard": {
      "title": "Security Dashboard",
      "subtitle": "Unified view across all theaters for {0}",
      "theaterOverview": "Theater Overview",
      "fortification": "Fortification",
      "reconnaissance": "Reconnaissance",
      "surveillance": "Surveillance",
      "watchtower": "Watchtower",
      "wiretap": "Wiretap",
      "allFindings": "All Findings",
      "byTheater": "By Theater",
      "bySeverity": "By Severity",
      "scoreRing": "Security Score",
      "lastScan": "Last Scan",
      "quickWins": "Quick Wins",
      "complianceGaps": "Compliance Gaps"
    }
  },
 
  "risk": {
    "title": "Risk Acceptance Register",
    "accepted": "ACCEPTED",
    "expired": "EXPIRED",
    "active": "Active",
    "justification": "Justification",
    "acceptedBy": "Accepted By",
    "acceptedOn": "Accepted On",
    "expiresOn": "Expires On",
    "noAcceptances": "No risk acceptances on file.",
    "checkId": "Check ID"
  },
 
  "remediation": {
    "scriptHeader": "PSGuerrilla Auto-Generated Remediation Script",
    "scriptDisclaimer": "Review each command carefully before executing. Test in a non-production environment first.",
    "noScriptsAvailable": "No automated remediation scripts available for these findings.",
    "categoryHeader": "Category: {0}",
    "generatedFrom": "Generated from PSGuerrilla audit findings"
  },
 
  "pdf": {
    "exportSuccess": "PDF exported to {0}",
    "exportFailed": "PDF export failed: {0}",
    "noBrowser": "PDF export requires Microsoft Edge or Google Chrome. Install one and retry.",
    "generating": "Generating PDF from HTML report..."
  },
 
  "theaters": {
    "fortification": "Fortification (AD Hardening)",
    "reconnaissance": "Reconnaissance (Cloud Audit)",
    "surveillance": "Surveillance (Sign-in Monitoring)",
    "watchtower": "Watchtower (AD Change Tracking)",
    "wiretap": "Wiretap (M365 Audit Log)"
  }
}