{
  "title": "DevTools",
  "subtitle": "Development Tools & Documentation",
  "restrictedArea": "Restricted Area",
  "developerAccessOnly": "Developer Access Only",
  "exitToDashboard": "Exit to Dashboard",
  "exitToDashboardDescription": "Return to main dashboard",
  "returnToDashboard": "Return to dashboard",
  "goToSector7": "Go to Sector7",
  "goToSector7Description": "Access Sector7 admin area",
  "superAdminArea": "Super Admin Area",
  "nav": {
    "home": "Home",
    "homeDescription": "Developer dashboard",
    "styleGallery": "Style Gallery",
    "styleGalleryDescription": "Component showcase",
    "testCases": "Test Cases",
    "testCasesDescription": "Test documentation",
    "config": "Configuration",
    "configDescription": "System configuration",
    "expandSidebar": "Expand sidebar",
    "collapseSidebar": "Collapse sidebar"
  },
  "home": {
    "welcome": "Welcome to DevTools",
    "welcomeDescription": "Your central hub for development tools and documentation",
    "intro": "This area provides access to design system components, test case documentation, and system configuration. Use the navigation to explore different sections.",
    "systemInfo": "System Information",
    "systemInfoDescription": "Your access level and privileges",
    "accessLevel": "Access Level",
    "hierarchy": "Hierarchy Level"
  },
  "style": {
    "title": "Style Gallery",
    "description": "Design system components and themes"
  },
  "tests": {
    "title": "Test Cases",
    "description": "Browse test documentation",
    "fileTree": "Test Files",
    "fileTreeDescription": "Browse test documentation",
    "noTests": "No test files found",
    "selectFile": "Select a file to view",
    "selectFileDescription": "Choose a test file from the tree to see its content",
    "error": "Failed to load file",
    "loading": "Loading...",
    "fileNotFound": "File Not Found",
    "fileNotFoundDescription": "The test file \"{path}\" could not be found.",
    "backToList": "Back to Test List",
    "searchPlaceholder": "Search tests...",
    "expandAll": "Expand All",
    "collapseAll": "Collapse All",
    "noMatchingTests": "No tests match your search",
    "copyScenario": "Copy scenario"
  },
  "config": {
    "title": "Configuration Viewer",
    "description": "View current system configuration",
    "themeTitle": "Theme Configuration",
    "themeDescription": "Current theme settings and metadata",
    "entitiesTitle": "Entity Registry",
    "entitiesDescription": "{count} entities registered",
    "copy": "Copy",
    "copied": "Copied!",
    "error": "Failed to load configuration",
    "tabs": {
      "theme": "Theme Config",
      "entities": "Entities"
    }
  },
  "scheduledActions": {
    "title": "Scheduled Actions",
    "description": "Monitor and manage scheduled background actions",
    "loading": "Loading scheduled actions...",
    "empty": "No scheduled actions found",
    "emptyDescription": "Scheduled actions will appear here when they are created",
    "filters": {
      "status": "Status",
      "allStatuses": "All Statuses",
      "actionType": "Action Type",
      "allTypes": "All Types",
      "apply": "Apply Filters",
      "reset": "Reset Filters"
    },
    "table": {
      "type": "Type",
      "status": "Status",
      "scheduledAt": "Scheduled At",
      "team": "Team",
      "payload": "Payload",
      "error": "Error",
      "noTeam": "Global"
    },
    "status": {
      "pending": "Pending",
      "running": "Running",
      "completed": "Completed",
      "failed": "Failed"
    },
    "pagination": {
      "previous": "Previous",
      "next": "Next",
      "page": "Page {page} of {total}"
    }
  }
}
