{
    "BB_REPORTS_CAPACITY": {
        "COLUMNS": {
            "AVAILABLE_HOURS": "Total available hours",
            "BOOKED_HOURS": "Total booked hours",
            "BLOCKED_HOURS": "Total blocked hours",
            "FREE_HOURS": "Total free hours",
            "AVG_AVAILABLE_HOURS": "Avg available hours",
            "AVG_BOOKED_HOURS": "Avg booked hours",
            "PERCENT_BUSY": "% busy",
            "LOCATION_TITLE": "Locations"
        },
        "DATE_FORMAT": "dd/MM/yyyy",
        "DESCRIPTION": "An overview of how your team’s time was spent during the selected time period. Updated every 24hrs.",
        "TITLE": "Capacity by location",
        "TOOLTIPS": {
            "AVAILABLE_HOURS": "Total number of hours that staff were available before any bookings or blocked time were added.",
            "BOOKED_HOURS": "Total number of hours staff were booked for.",
            "BLOCKED_HOURS": "Total number of hours staff had blocked out in their calendars.",
            "FREE_HOURS": "Hours left after booked and blocked time have been subtracted from total available time.",
            "AVG_AVAILABLE_HOURS": "Average number of available hours per staff member per day.",
            "AVG_BOOKED_HOURS": "Average number of booked hours per staff member per day. Does not include blocked time.",
            "PERCENT_BUSY": "Total booked hours % from total available hours. Does not include blocked time."
        },
        "TOTALS_LABEL": "Totals"
    }
}