{
  "title": "Search Tickets",
  "keyword": {
    "label": "Keywords",
    "placeholder": "Ticket number, subject, description, or people…"
  },
  "actions": {
    "search": "Search"
  },
  "filters": {
    "status": "Status",
    "priority": "Priority",
    "category": "Category",
    "slaStatus": "SLA status",
    "dateFrom": "Created from",
    "dateTo": "Created to",
    "assigneeId": "Assignee ID",
    "requesterId": "Requester ID",
    "assignee": "Assignee",
    "requester": "Requester",
    "advancedTitle": "Advanced Filters",
    "quickGroup": "Ticket Filters",
    "peopleDatesGroup": "People & dates",
    "flagsGroup": "Flags",
    "activeLabel": "Active filters",
    "removeChip": "Remove Filter",
    "userIdPlaceholder": "User UUID",
    "unassigned": "Unassigned only",
    "hasAttachments": "Has attachments",
    "all": "All",
    "clear": "Clear Filters"
  },
  "sla": {
    "all": "All",
    "active": "Active",
    "warning": "Warning",
    "breached": "Breached",
    "met": "Met",
    "paused": "Paused"
  },
  "suggestions": {
    "title": "Recent Searches",
    "loading": "Loading suggestions…",
    "error": "Could not load suggestions."
  },
  "quick": {
    "title": "Quick Filters"
  },
  "saved": {
    "title": "Saved Filters",
    "loading": "Loading saved filters…",
    "error": "Could not load saved filters.",
    "saveLabel": "Save Current Filters",
    "savePlaceholder": "Filter name",
    "save": "Save Filter",
    "delete": "Delete Saved Filter"
  },
  "sort": {
    "label": "Sort",
    "latest": "Latest first",
    "oldest": "Oldest first",
    "updatedLatest": "Recently updated",
    "updatedOldest": "Least recently updated",
    "priorityHigh": "Priority (high → low)",
    "priorityLow": "Priority (low → high)",
    "status": "Status",
    "statusAsc": "Status (reverse)"
  },
  "results": {
    "summary": "{{count}} results · {{ms}} ms",
    "sortHint": "Sorted by newest first"
  },
  "states": {
    "loading": "Searching tickets…",
    "error": "Search could not complete. Try again.",
    "retry": "Try Again",
    "empty": "No tickets match your search. Adjust keywords or filters."
  },
  "pagination": {
    "summary": "Page {{page}} of {{totalPages}} ({{total}} tickets)",
    "previous": "Previous",
    "next": "Next"
  }
}
