{
  "navigation": {
    "dashboard": "Dashboard",
    "users": "Users",
    "style": "Style Gallery",
    "analytics": "Analytics",
    "config": "System Config",
    "exitSector7": "Exit Sector7",
    "returnToDashboard": "Return to dashboard"
  },
  "dashboard": {
    "title": "Sector7",
    "subtitle": "Super Administrator Control Panel",
    "restrictedAccess": "Restricted Access Area - Superadmin Only",
    "systemStatus": "System Status",
    "systemVersion": "Platform Version",
    "securityLevel": "Security Level",
    "quickActions": {
      "userManagement": {
        "title": "User Management",
        "description": "View and manage all users and superadministrators"
      },
      "styleGallery": {
        "title": "Style Gallery",
        "description": "Preview components and design system elements"
      },
      "analytics": {
        "title": "Analytics",
        "description": "Platform statistics and usage metrics"
      },
      "systemConfig": {
        "title": "System Config",
        "description": "Application settings and configurations"
      }
    },
    "status": {
      "online": "Online",
      "active": "Active",
      "version": "v1.0.0"
    }
  },
  "users": {
    "title": "User Management",
    "subtitle": "Manage all users and superadministrators",
    "regularUsers": "Regular Users",
    "superadmins": "Superadmins",
    "totalUsers": "Total Users",
    "allRegisteredUsers": "All registered users",
    "membersCollaboratorsAdmins": "Members, colaborators, admins",
    "systemAdministrators": "System administrators",
    "roleDistribution": "Role Distribution",
    "roles": "roles",
    "refresh": "Refresh",
    "lastUpdated": "Last updated",
    "requestedBy": "Requested by",
    "source": "Source",
    "table": {
      "user": "User",
      "email": "Email",
      "role": "Role",
      "status": "Status",
      "joined": "Joined",
      "since": "Since",
      "actions": "Actions",
      "administrator": "Administrator",
      "verified": "Verified",
      "pending": "Pending",
      "unverified": "Unverified",
      "noUsers": "No users found",
      "noUsersDescription": "There are no regular users in the system yet.",
      "noSuperadmins": "No superadmins found",
      "noSuperadminsDescription": "This is unusual - there should be at least one superadmin.",
      "you": "You"
    },
    "actions": {
      "openMenu": "Open menu",
      "viewProfile": "View Profile",
      "editRole": "Edit Role",
      "sendEmail": "Send Email",
      "sendMessage": "Send Message",
      "suspendUser": "Suspend User",
      "adminSettings": "Admin Settings",
      "revokeAdmin": "Revoke Admin"
    },
    "descriptions": {
      "regularUsersDescription": "All users excluding superadministrators. Includes members, colaborators, and admins.",
      "superadminsDescription": "Users with full system access and administrative privileges. Handle with extreme caution."
    },
    "security": {
      "notice": "Security Notice:",
      "superadminWarning": "Superadmin access grants full system control. Handle with extreme caution."
    }
  },
  "style": {
    "title": "Style Gallery",
    "subtitle": "Design system showcase and component library",
    "exportTokens": "Export Tokens",
    "stats": {
      "components": "Components",
      "availableComponents": "Available UI components",
      "colorTokens": "Color Tokens",
      "themeColorVariables": "Theme color variables",
      "themes": "Themes",
      "lightDarkModes": "Light & dark modes",
      "documentation": "Documentation",
      "componentCoverage": "Component coverage"
    },
    "tabs": {
      "components": "Components",
      "theme": "Theme & Colors",
      "guidelines": "Guidelines"
    },
    "componentLibrary": {
      "title": "Component Library",
      "description": "Complete showcase of all available UI components with different states and variations"
    },
    "themeSystem": {
      "title": "Theme System",
      "description": "Color tokens, typography, and design system variables for both light and dark themes"
    },
    "designPrinciples": {
      "title": "Design Principles",
      "description": "Core principles guiding our design system",
      "consistency": {
        "title": "Consistency",
        "description": "Maintain visual and functional consistency across all components"
      },
      "accessibility": {
        "title": "Accessibility",
        "description": "Ensure all components meet WCAG 2.1 AA standards"
      },
      "scalability": {
        "title": "Scalability",
        "description": "Design components that work at different scales and contexts"
      },
      "performance": {
        "title": "Performance",
        "description": "Optimize for fast loading and smooth interactions"
      }
    },
    "usageGuidelines": {
      "title": "Usage Guidelines",
      "description": "How to effectively use this design system",
      "colorUsage": {
        "title": "Color Usage",
        "description": "Use semantic color names (primary, secondary, destructive) rather than specific colors"
      },
      "typographyScale": {
        "title": "Typography Scale",
        "description": "Follow the established type scale for consistent hierarchy"
      },
      "spacingSystem": {
        "title": "Spacing System",
        "description": "Use the 8px grid system for consistent spacing and alignment"
      },
      "componentComposition": {
        "title": "Component Composition",
        "description": "Combine base components to create complex interfaces"
      }
    },
    "technicalSpecs": {
      "title": "Technical Specifications",
      "description": "Implementation details and requirements",
      "framework": "Framework",
      "styling": "Styling",
      "components": "Components",
      "icons": "Icons",
      "themeSystem": "Theme System",
      "buildTool": "Build Tool"
    },
    "resources": {
      "title": "Resources & Links",
      "description": "Additional resources and documentation"
    }
  },
  "errors": {
    "accessDenied": "Access Denied",
    "superadminRequired": "You need superadmin privileges to access this area.",
    "restrictedArea": "This section is restricted to system administrators only. If you believe this is an error, please contact support.",
    "sessionNotFound": "Session not found. Please sign in again.",
    "goBack": "Go Back",
    "dashboard": "Dashboard",
    "errorLoadingUsers": "Error Loading Users",
    "failedToLoadUserData": "Failed to load user data",
    "retry": "Retry"
  },
  "common": {
    "backToSector7": "Back to Sector7",
    "comingSoon": "Coming Soon",
    "soon": "Soon",
    "loading": "Loading...",
    "error": "Error"
  }
}
