{
  "timeline": {
    "copy": {
      "title": "Harmonogram",
      "filters": {
        "searchLabel": "Szukaj urządzenia",
        "searchPlaceholder": "Nazwa, S/N albo TAG",
        "customerLabel": "Filtr klienta",
        "customerPlaceholder": "Nazwa klienta w rezerwacji",
        "statusLabel": "Status sprzętu",
        "mobileFilterOpenLabel": "Pokaż filtry",
        "mobileFilterCloseLabel": "Ukryj filtry"
      },
      "summary": {
        "visibleDevicesSuffix": "urządzeń w widoku",
        "daysSuffix": "dni",
        "bookingsSuffix": "rezerwacji"
      },
      "refreshButton": "Odśwież",
      "loadingTimeline": "Ładowanie osi czasu...",
      "refreshingTimeline": "Odświeżanie timeline..."
    },
    "statusOptions": [
      { "value": "all", "label": "Wszystkie statusy" },
      { "value": "active", "label": "Tylko aktywne" },
      { "value": "service", "label": "Tylko serwis" },
      { "value": "retired", "label": "Tylko wycofane" }
    ],
    "dateActions": [
      { "key": "today", "label": "Dziś" },
      { "key": "previous-week", "label": "Tydzień", "deltaDays": -7, "icon": "left", "className": "xl:w-[116px] xl:px-3" },
      { "key": "next-week", "label": "Tydzień", "deltaDays": 7, "icon": "right", "className": "xl:w-[116px] xl:px-3" },
      { "key": "previous-month", "label": "Miesiąc", "deltaDays": -30, "icon": "left", "className": "xl:w-[116px] xl:px-3" },
      { "key": "next-month", "label": "Miesiąc", "deltaDays": 30, "icon": "right", "className": "xl:w-[116px] xl:px-3" }
    ]
  }
}
