{
  "title": "Email History",
  "emailsCount": "emails",
  "refresh": "Refresh",
  "yesterday": "Yesterday",
  "daysAgo": "{days} days ago",
  "unknownSender": "Unknown sender",
  "noSubject": "(No subject)",
  "messages": "messages",
  "viewConversation": "View conversation",
  "filter": {
    "all": "All",
    "unresolved": "Unresolved",
    "resolved": "Resolved",
    "humanRequested": "Human Requested"
  },
  "status": {
    "resolved": "Resolved",
    "unresolved": "Pending",
    "humanRequested": "Human Requested"
  },
  "table": {
    "from": "From",
    "subject": "Subject",
    "status": "Status",
    "date": "Date",
    "actions": "Actions"
  },
  "emptyState": {
    "title": "No Emails Yet",
    "description": "Emails sent to this inbox will appear here"
  },
  "error": {
    "loadFailed": "Failed to load emails"
  }
}