{
  "home": {
    "serviceReady": "The service is running.",
    "defaultStoreName": "Order Management Platform"
  },
  "auth": {
    "eyebrow": "Secure operations gateway",
    "title": "Sign in",
    "description": "Enter the cash-on-delivery operations center.",
    "email": "Email address",
    "emailPlaceholder": "admin@example.com",
    "password": "Password",
    "passwordPlaceholder": "Enter your password",
    "submit": "Secure sign in",
    "submitting": "Verifying...",
    "invalid": "The email address or password is incorrect.",
    "unexpected": "Sign-in is unavailable right now. Please try again.",
    "security": "Encrypted session • Role-based access • Continuous monitoring"
  },
  "dashboard": {
    "brand": "Cyber-Ops COD SaaS",
    "badge": "ENTERPRISE",
    "subtitle": "Intelligent order management and confirmation",
    "mainMenu": "Main menu",
    "navigation": {
      "overview": "KPI dashboard",
      "board": "Interactive shipping board",
      "map": "Map and governorates",
      "inventory": "Inventory center",
      "aiLogs": "AI logs",
      "settings": "Settings",
      "users": "User management",
      "orders": "Order details"
    },
    "infrastructure": {
      "title": "Infrastructure status",
      "n8n": "n8n Engine",
      "postgres": "PostgreSQL CRM",
      "telegram": "Telegram Bot",
      "smtp": "Email gateway",
      "nodes": "NODES",
      "connected": "CONNECTED",
      "configured": "READY",
      "missing": "SETUP",
      "checking": "CHECKING",
      "offline": "OFFLINE"
    },
    "header": {
      "searchPlaceholder": "Search orders, phones...",
      "searchShortcut": "⌘K",
      "crmConnected": "CRM connected",
      "simulate": "Simulate new order",
      "simulating": "Creating order...",
      "settings": "Open settings",
      "theme": "Change theme",
      "language": "العربية",
      "menu": "Open menu",
      "account": "User account",
      "logout": "Sign out"
    },
    "search": {
      "title": "Search orders",
      "description": "Search by order ID, customer name, or phone.",
      "input": "Enter at least two characters...",
      "empty": "No matching orders found.",
      "hint": "Start typing an order number, name, or phone.",
      "loading": "Searching...",
      "close": "Close",
      "customer": "Customer",
      "status": "Status",
      "amount": "COD amount"
    },
    "overview": {
      "eyebrow": "Command center",
      "title": "Operations system ready",
      "description": "The administration shell is secured and connected to the database and automation engine. The operational analytics pages will be built in Phase 9.",
      "automation": "Automation layer",
      "automationValue": "9 COD workflows",
      "security": "Security",
      "securityValue": "Sessions and roles",
      "inventory": "Data source",
      "inventoryValue": "Live PostgreSQL",
      "channels": "Communication",
      "channelsValue": "Telegram + Email",
    "quickTitle": "System readiness",
    "quickDescription": "Use global search to find an order or create a simulated order from the top bar.",
    "live": "LIVE",
    "forbidden": "You do not have permission to open that page."
    },
    "placeholder": {
      "eyebrow": "Phase 9",
      "title": "This module is ready to build",
      "description": "Navigation, authentication, and live data plumbing are ready. This page's operational experience will be added in the next phase.",
      "back": "Back to KPI dashboard"
    },
    "simulate": {
      "success": "Simulated order created",
      "failure": "The order could not be created. Make sure WF-01 is published.",
      "fraud": "Simulated fraud scenario created",
      "status": "Status"
    },
    "roles": {
      "ADMIN": "System administrator",
      "AGENT": "Operations agent"
    },
    "status": {
      "NEW": "New",
      "PENDING_CONFIRMATION": "Pending confirmation",
      "CONFIRMED": "Confirmed",
      "SHIPPED": "Shipped",
      "NEEDS_REVIEW": "Human review",
      "CANCELLED": "Cancelled",
      "BLOCKED": "Blocked",
      "DELIVERED": "Delivered",
      "RETURNED": "Returned"
    }
  },
  "confirmation": {
    "title": "Confirm order",
    "order": "Order",
    "customer": "Customer",
    "address": "Delivery address",
    "items": "Items",
    "total": "Cash on delivery",
    "confirm": "Confirm order",
    "cancel": "Cancel order",
    "changeAddress": "Change address",
    "newAddress": "Enter the full new address",
    "saveAddress": "Save address",
    "telegram": "Link Telegram for updates",
    "expired": "This confirmation link is invalid or has expired.",
    "confirmed": "Your order was confirmed successfully.",
    "cancelled": "Your order was cancelled.",
    "addressUpdated": "The new address was saved.",
    "unavailable": "This action is not available for the current order status."
  },
  "awb": {
    "orderId": "Order ID",
    "phone": "Phone",
    "recipient": "Recipient",
    "address": "Address",
    "zone": "Zone",
    "cod": "COD amount",
    "contents": "Contents",
    "sender": "Sender"
  }
}
