{
  "breadcrumbs": {
    "label": "Navigation",
    "inbox": "Inbox"
  },
  "tabs": {
    "label": "Tabs",
    "kanban": "Kanban",
    "unresolved": "Unresolved",
    "unread": "Unread",
    "humanRequested": "Human Assistance Requested",
    "all": "All",
    "conversations": "Conversations",
    "groups": "Groups",
    "communities": "Communities",
    "opportunities": "Opportunities"
  },
  "filters": {
    "filterByAssignee": "Filter by Assignee",
    "filterByChannel": "Filter by Channel",
    "filterByAgent": "Filter by Agent",
    "filterByEvaluation": "Filter by Evaluation",
    "filterByPriority": "Filter by Priority",
    "me": "Me"
  },
  "confirm": {
    "markAllRead": "All messages matching the filters will be marked as read. Are you sure?",
    "resolveAllConversations": "All conversations matching the filters will be marked as resolved. Are you sure?"
  },
  "menu": {
    "markAllMessagesAsRead": "Mark all messages as read",
    "resolveAllConversations": "Resolve all conversations",
    "markAsUnread": "Mark selected messages as unread"
  },
  "loading": {
    "updating": "Updating..."
  },
  "success": {
    "updated": "Updated"
  },
  "error": {
    "somethingWentWrong": "Something went wrong"
  },
  "evaluation": {
    "good": "Good",
    "bad": "Bad"
  },
  "priority": {
    "low": "Low",
    "medium": "Medium",
    "high": "High"
  },
  "placeholders": {
    "noData": "No data",
    "messagesVisible": "All conversations with your AI Employees will be visible here",
    "noConversationsFound": "No Conversations Found",
    "selectOpportunity": "Select an opportunity to see details and start selling."
  },
  "statuses": {
    "resolved": "This conversation has been resolved.",
    "unresolved": "This conversation has not been resolved yet.",
    "humanRequested": "Human assistance was requested."
  },
  "visitor": "Visitor - {id}",
  "formLabel": "Form",
  "conversationResolved": "This conversation has been resolved.",
  "conversationUnresolved": "This conversation has not been resolved yet.",
  "humanRequested": "Human assistance was requested.",
  "kanban": {
    "columns": {
      "unresolved": "Pending",
      "humanRequested": "Human Support",
      "resolved": "Completed"
    },
    "stats": {
      "unread": "unread",
      "urgent": "urgent"
    },
    "empty": "No conversations in this column",
    "card": {
      "autoClassified": "Auto-categorized",
      "autoBadge": "Auto"
    }
  },
  "badges": {
    "lead": "Lead"
  },
  "paymentStatuses": {
    "succeeded": "Confirmed",
    "pending": "Pending",
    "processing": "Processing",
    "failed": "Failed",
    "canceled": "Canceled",
    "expired": "Expired",
    "refunded": "Refunded"
  },
  "opportunities": {
    "summaryTitle": "Opportunity Inbox",
    "summarySubtitle": "Prioritized conversations with commercial signals.",
    "stageAll": "All stages",
    "score": "{score} pts",
    "stages": {
      "new_lead": "New lead",
      "qualified": "Qualified",
      "payment_pending": "Payment pending",
      "recoverable": "Recoverable",
      "human_needed": "Human needed",
      "won": "Won",
      "follow_up": "Follow-up"
    },
    "reasons": {
      "leadCaptured": "Lead captured",
      "recentLead": "Recent lead",
      "priorityHigh": "High priority",
      "priorityMedium": "Medium priority",
      "formSubmitted": "Form submitted",
      "activeConversation": "Active conversation",
      "paymentPending": "Pending payment",
      "paymentProcessing": "Processing payment",
      "paymentFailed": "Failed payment",
      "paymentExpired": "Expired payment",
      "paymentSucceeded": "Paid",
      "humanRequested": "Human requested",
      "staleConversation": "Needs follow-up"
    },
    "quickActionsTitle": "Quick Actions",
    "ctaTitle": "Close sales faster",
    "ctaDescription": "Create a payment link right now and send it to your customer.",
    "ctaButton": "Generate Payment Link",
    "manualPaymentModal": {
      "title": "Generate Payment Link",
      "description": "Generate a single payment link to bill the client. The client will need to enter their contact details on the secure checkout page.",
      "loading": "Loading configuration...",
      "noProviders": "No payment provider is configured for this organization.",
      "successTitle": "Link Generated Successfully!",
      "copyButton": "Copy Link",
      "labelTitle": "Billing Title",
      "placeholderTitle": "E.g., Consulting Session",
      "labelDescription": "Description",
      "placeholderDescription": "Describe the content or service being billed...",
      "labelAmount": "Amount",
      "labelCurrency": "Currency",
      "labelProvider": "Payment Provider",
      "submitButton": "Generate & Copy Link",
      "toasts": {
        "requiredFields": "Please fill in all required fields",
        "invalidAmount": "Invalid amount",
        "generateError": "Error generating link",
        "generateSuccess": "Link generated and copied to clipboard!",
        "genericError": "Failed to generate payment link",
        "copied": "Copied!"
      }
    }
  }
}