{
  "title": "DevTools",
  "subtitle": "Developer Tools",
  "nav": {
    "home": "Dashboard",
    "homeDescription": "DevTools overview and quick links",
    "styleGallery": "Style Gallery",
    "styleGalleryDescription": "Component and styling reference",
    "testCases": "Test Cases",
    "testCasesDescription": "Development test scenarios",
    "features": "Features",
    "featuresDescription": "Feature registry and test coverage",
    "flows": "Flows",
    "flowsDescription": "User journey flows",
    "blocks": "Blocks",
    "blocksDescription": "Page builder block registry",
    "tags": "Tags",
    "tagsDescription": "Test tags overview and filtering",
    "config": "Config Viewer",
    "configDescription": "Theme and entity configuration",
    "api": "API Explorer",
    "apiDescription": "Browse all API endpoints",
    "scheduledActions": "Scheduled Actions",
    "scheduledActionsDescription": "Monitor background tasks",
    "expandSidebar": "Expand sidebar",
    "collapseSidebar": "Collapse sidebar"
  },
  "exitToDashboard": "Exit DevTools",
  "exitToDashboardDescription": "Return to main dashboard",
  "returnToDashboard": "Return to dashboard",
  "goToSuperadmin": "Super Admin Panel",
  "goToSuperadminDescription": "Go to super admin area",
  "superAdminArea": "Super admin area",
  "restrictedArea": "Developer Area",
  "developerAccessOnly": "Developer access only",
  "home": {
    "welcome": "Welcome to DevTools",
    "welcomeDescription": "Your central hub for development and debugging tools",
    "intro": "Use these tools to explore your theme configuration, view test documentation, inspect API endpoints, and more. Each section provides specialized functionality to help you build and debug your application.",
    "systemInfo": "System Information",
    "systemInfoDescription": "Current environment and access details",
    "accessLevel": "Access Level",
    "hierarchy": "Hierarchy Level"
  },
  "style": {
    "description": "Browse component styles and design tokens"
  },
  "config": {
    "title": "Configuration Viewer",
    "description": "Explore theme and entity configuration settings",
    "error": "Error loading configuration",
    "tabs": {
      "theme": "Theme Config",
      "entities": "Entities"
    },
    "themeTitle": "Theme Configuration",
    "themeDescription": "Current active theme settings and overrides",
    "entitiesTitle": "Entity Registry",
    "entitiesDescription": "{count} registered entities",
    "copied": "Copied!",
    "copy": "Copy"
  },
  "tests": {
    "title": "Test Cases",
    "description": "Browse and view test documentation",
    "searchPlaceholder": "Search tests...",
    "collapseAll": "Collapse all",
    "expandAll": "Expand all",
    "noMatchingTests": "No tests match your search",
    "noTests": "No tests available",
    "fileTree": "Test Files",
    "fileTreeDescription": "Browse test documentation",
    "fileNotFound": "File Not Found",
    "fileNotFoundDescription": "The file '{path}' does not exist",
    "backToList": "Back to list",
    "selectFile": "Select a file",
    "selectFileDescription": "Choose a test file from the tree to view its content",
    "error": "Error loading file",
    "dashboard": {
      "title": "Test Coverage Dashboard",
      "features": "Features",
      "flows": "Flows",
      "testFiles": "Test Files",
      "tags": "Tags",
      "coverage": "Coverage",
      "gaps": "Coverage Gaps",
      "noGaps": "All features and flows have tests!",
      "criticalPath": "Critical Path",
      "backToDashboard": "Dashboard",
      "withTests": "with tests",
      "withoutTests": "without tests",
      "categories": {
        "core": "Core",
        "entities": "Entities",
        "content": "Content",
        "settings": "Settings",
        "admin": "Admin"
      }
    }
  },
  "api": {
    "title": "API Explorer",
    "endpointsAvailable": "endpoints available",
    "endpointsInCategory": "endpoints in this category",
    "noRoutesInCategory": "No routes in this category",
    "noRoutesMessage": "No custom routes have been registered for this category.",
    "generatedAt": "Registry generated at"
  },
  "apiTester": {
    "backToList": "Back to Endpoints",
    "method": "HTTP Method",
    "urlPreview": "URL Preview",
    "pathParams": "Path Parameters",
    "queryParams": "Query Parameters",
    "headers": "Custom Headers",
    "headersInfo": "Content-Type is set automatically. Add custom headers below.",
    "authentication": "Authentication",
    "requestBody": "Request Body (JSON)",
    "sendRequest": "Send Request",
    "sending": "Sending...",
    "cancel": "Cancel",
    "response": "Response",
    "responseBody": "Body",
    "responseHeaders": "Headers",
    "noResponse": "Send a request to see the response",
    "auth": {
      "useSession": "Use current session",
      "useApiKey": "Use API key",
      "apiKeyPlaceholder": "Enter your API key...",
      "adminBypass": "Cross-team access",
      "adminBypassTooltip": "Enable to access data from any team. Requires membership in NextSpark Team."
    },
    "editor": {
      "keyPlaceholder": "Key",
      "valuePlaceholder": "Value",
      "addButton": "Add"
    },
    "pathParam": {
      "required": "required",
      "enterPlaceholder": "Enter {name}..."
    },
    "responseStates": {
      "idle": "Send a request to see the response",
      "loading": "Sending request...",
      "error": "An error occurred"
    }
  },
  "features": {
    "title": "Features Registry",
    "description": "Feature registry with test coverage information",
    "search": "Search features...",
    "tests": "tests",
    "covered": "Covered",
    "uncovered": "No tests",
    "showing": "Showing {count} of {total} features",
    "noResults": "No features found",
    "noResultsHint": "Try adjusting your filters or search query",
    "stats": {
      "total": "Total Features",
      "covered": "With Tests",
      "uncovered": "Without Tests",
      "coverage": "Coverage"
    },
    "filters": {
      "all": "All",
      "allCoverage": "All",
      "covered": "Covered",
      "uncovered": "Uncovered"
    },
    "categories": {
      "core": "Core",
      "entities": "Entities",
      "content": "Content",
      "settings": "Settings",
      "admin": "Admin"
    }
  },
  "flows": {
    "title": "Flows Registry",
    "description": "User journey flows with test coverage",
    "search": "Search flows...",
    "tests": "tests",
    "covered": "Covered",
    "uncovered": "No tests",
    "showing": "Showing {count} of {total} flows",
    "noResults": "No flows found",
    "noResultsHint": "Try adjusting your filters or search query",
    "criticalPath": "Critical Path",
    "stats": {
      "total": "Total Flows",
      "covered": "With Tests",
      "uncovered": "Without Tests",
      "critical": "Critical Paths"
    },
    "filters": {
      "all": "All",
      "allCoverage": "All",
      "covered": "Covered",
      "uncovered": "Uncovered"
    },
    "categories": {
      "acquisition": "Acquisition",
      "navigation": "Navigation",
      "content": "Content",
      "settings": "Settings",
      "admin": "Admin"
    }
  },
  "blocks": {
    "title": "Blocks Registry",
    "description": "Page builder blocks with field definitions",
    "search": "Search blocks...",
    "tests": "tests",
    "fields": "fields",
    "examples": "examples",
    "covered": "Has tests",
    "uncovered": "No tests",
    "showing": "Showing {count} of {total} blocks",
    "noResults": "No blocks found",
    "noResultsHint": "Try adjusting your filters or search query",
    "viewDetails": "View details",
    "stats": {
      "total": "Total Blocks",
      "covered": "With Tests",
      "uncovered": "Without Tests"
    },
    "filters": {
      "all": "All",
      "allCoverage": "All",
      "covered": "Covered",
      "uncovered": "Uncovered"
    },
    "categories": {
      "hero": "Hero",
      "content": "Content",
      "media": "Media",
      "cta": "CTA",
      "layout": "Layout"
    },
    "scopes": {
      "pages": "Pages",
      "posts": "Posts"
    },
    "detail": {
      "back": "Back to blocks",
      "overview": "Overview",
      "fieldsTab": "Fields",
      "preview": "Preview",
      "livePreview": "Live Preview",
      "previewDescription": "This block is rendered with example content to show how it will look on your site.",
      "exampleProps": "Example Props",
      "examplePropsDescription": "The props used to render the preview above. Copy this JSON to use as a starting point.",
      "scope": "Scope",
      "category": "Category",
      "testCoverage": "Test Coverage",
      "fieldName": "Field Name",
      "fieldType": "Type",
      "required": "Required",
      "default": "Default",
      "placeholder": "Placeholder",
      "options": "Options",
      "yes": "Yes",
      "no": "No"
    }
  },
  "tags": {
    "title": "Tags Overview",
    "description": "All test tags organized by category",
    "search": "Search tags or test files...",
    "totalTags": "Total Tags",
    "testFiles": "Test Files",
    "showing": "Showing {count} tags",
    "noResults": "No tags found",
    "noResultsHint": "Try adjusting your search query",
    "copyHint": "Click to copy grep command",
    "expandHint": "Click to view test files",
    "copied": "Copied!",
    "categories": {
      "layers": "Layers",
      "priorities": "Priorities",
      "features": "Features",
      "flows": "Flows",
      "blocks": "Blocks",
      "roles": "Roles",
      "operations": "Operations",
      "other": "Other"
    }
  },
  "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",
    "failedNotification": "{count, plural, one {# action has failed} other {# actions have failed}} in the last 24 hours",
    "viewFailed": "View Failed",
    "filters": {
      "status": "Status",
      "allStatuses": "All Statuses",
      "actionType": "Action Type",
      "allTypes": "All Types",
      "apply": "Apply Filters",
      "reset": "Reset Filters"
    },
    "table": {
      "type": "Type",
      "status": "Status",
      "attempts": "Attempts",
      "scheduledAt": "Scheduled At",
      "startedAt": "Started At",
      "completedAt": "Completed At",
      "team": "Team",
      "payload": "Payload",
      "error": "Error",
      "actions": "Actions",
      "noTeam": "Global"
    },
    "retry": {
      "button": "Retry",
      "success": "Action scheduled for retry",
      "error": "Failed to retry action: {message}"
    },
    "run": {
      "button": "Run Now",
      "success": "Action executed successfully",
      "error": "Failed to run action: {message}"
    },
    "status": {
      "pending": "Pending",
      "running": "Running",
      "completed": "Completed",
      "failed": "Failed"
    },
    "pagination": {
      "previous": "Previous",
      "next": "Next",
      "page": "Page {page} of {total}"
    }
  }
}
