{
    "ADMIN_DASHBOARD": {
        "SIDE_NAV": {
            "CALENDAR_PAGE": {
                "CALENDAR": "Calendar",
                "PEOPLE": "Staff",
                "RESOURCES": "Resources",
                "SCHEDULE": "Schedule"
            }
        },
        "CALENDAR_PAGE": {
            "PREVIOUS": {
                "DAY" : "Previous Day",
                "WEEK": "Previous Week",
                "MONTH": "Previous Month"
            },
            "NEXT": {
                "DAY": "Next Day",
                "WEEK": "Next Week",
                "MONTH": "Next Month"
            },
            "PAGE_TITLE": "Calendar",
            "CALENDAR": "Calendar",
            "SHOW": "Show",
            "ALL": "all",
            "ALL_DAY": "all day",
            "SOME": "some",
            "SELECT_STAFF": "Filter by staff...",
            "SELECT_RESOURCES": "Filter by resource...",
            "SELECT_LOCATIONS": "Filter by location...",
            "SELECT_GROUP": "Select a Group",
            "SELECT_STAFF_RESOURCES": "Filter by staff and resource...",
            "EMAIL": "email",
            "TODAY": "Today",
            "WEEK": "Week",
            "MONTH": "Month",
            "DAY": "Day",
            "AGENDA": "Agenda",
            "STAFF": "Staff",
            "CLIENT": "Client",
            "RESOURCES": "Resources",
            "MOVE_MODAL_HEADING": "Move",
            "MOVE_MODAL_BODY": "Are you sure you want to move?",
            "MOVE_MODAL_FROM_LBL": "From",
            "MOVE_MODAL_TO_LBL": "To",
            "MOVE_BOOKING_MODAL_HEADING": "Move booking",
            "MOVE_BOOKING_MODAL_BODY": "Are you sure you want to make the following changes?",
            "MOVE_BOOKING_MODAL_BTN_SUBMIT": "Move booking",
            "MOVE_BOOKING_MODAL_BTN_CANCEL": "Do not move",
            "MOVE_BOOKING_SUCCESS": "Booking updated",
            "MOVE_BOOKING_FAIL": "Booking could not be updated. Please try again",
            "MOVE_BOOKING_CONFLICT": "Booking could not be moved due to a conflict",
            "MOVE_BOOKING_CONFLICT_CHECK_FAIL": "This booking cannot be moved here as it would cause a conflict. Please edit the booking to find an available slot.",
            "MOVE_BOOKING_OTHER_COMPANY_FAIL": "This booking cannot be moved here because the primary {{thing}} is in another location",
            "MOVE_BOOKING_EDIT_BUTTON": "@:CORE.MODAL.EDIT_BOOKING",
            "MOVE_BOOKING_CHECKING_AVAILABILITY": "Checking availability",
            "ADD_BOOKING": "New Booking",
            "INVALID_DATE": "Invalid date",
            "SELECTED": "Selected",
            "NO_EVENTS": "No events to display",
            "TIME_RANGE": "{{startTime}} to {{endTime}}",
            "EVENT_TYPE_APPOINTMENT": "Appointment",
            "EVENT_TYPE_EVENT_SINGLE": "Single event",
            "EVENT_TYPE_EVENT_RECURRING": "Repeating event",
            "EVENT_TYPE_BLOCK": "Block",
            "ENQUIRED": "Enquiry",
            "RESERVED": "Reservation",
            "BLOCKED": "@:COMMON.TERMINOLOGY.BLOCKED",
            "POPOVER": {
                "ARIA_MODAL_TITLE": "Event Modal",
                "BLOCKED_TITLE": "@:COMMON.TERMINOLOGY.BLOCKED",
                "CLOSE_BTN_LABEL": "Close",
                "DATE_AND_TIME": "{{startTime}} to {{endTime}}, {{date}}",
                "TIMEZONE_AND_TIME_RANGE": "({{timeZoneAbbr}} - {{startTime}} to {{endTime}})",
                "APPOINTMENT_TIME": "Appointment: {{startTime}} to {{endTime}}",
                "DATE_RANGE": "{{startDate}} to {{endDate}}",
                "BOOKING_REF_LABEL": "Booking ref.",
                "ORDER_REF_LABEL": "Order ref.",
                "LOCATION_LABEL": "Location",
                "CUSTOMER_LABEL": "Customer",
                "PERSON_LABEL": "Staff",
                "RESOURCE_LABEL": "Resource",
                "EVENT_GROUP_LABEL": "Event group",
                "CREATE_BOOKING_BTN_LABEL": "Create booking",
                "CREATE_APPOINTMENT_BTN_LABEL": "Create appointment",
                "CANCEL_BOOKING_BTN_LABEL": "Cancel booking",
                "RESCHEDULE_BOOKING_BTN_LABEL": "Reschedule",
                "VIEW_BOOKING_BTN_LABEL": "View booking",
                "CREATE_BLOCK_BTN_LABEL": "Block time",
                "REMOVE_BLOCK_BTN_LABEL": "Remove block",
                "EDIT_BLOCK_BTN_LABEL": "Edit Block",
                "ANOTHER_LOCATION": "This booking is at another location",
                "SPACES": "Spaces",
                "SPACES_TAKEN": "{{taken}} of {{spaces}} spaces taken",
                "WAITLIST": "Waitlist",
                "WAITLIST_TAKEN": "{{waiting}} waiting",
                "VIEW_EVENT_BTN_LABEL": "View event",
                "EDIT_EVENT_BTN_LABEL": "Edit event",
                "VIEW_ATTENDEES_BTN_LABEL": "Manage attendee(s)",
                "ADD_ATTENDEES_BTN_LABEL": "Add attendee(s)",
                "VIEW_BASKET": "View basket",
                "EDIT_ITEM": "Edit Item",
                "DELETE_ITEM": "Delete Item",
                "NOTE_LABEL": "Note"
            },
            "TABS": {
                "STAFF": "Staff",
                "RESOURCES": "Resources",
                "AGENDA": "Agenda"
            },
            "REMOVE_BLOCK": {
                "HEADER": "Remove block",
                "QUESTION": "Are you sure you want to remove this block?"
            },
            "ACCESSIBILITY": {
                "CALENDAR_SETTINGS_ARIA_LABEL": "Calendar Settings",
                "LIST_ITEM_ARIA_LABEL": "{{start}} to {{end}} - {{title}}",
                "LOADING_EVENTS": "Loading calendar events.",
                "LOADING_EVENTS_FINISHED": "Loaded {{num}} calendar events for {{start}}.",
                "LOADING_EVENTS_FINISHED_RANGE": "Loaded {{num}} calendar events between {{start}} and {{end}}.",
                "LOADED_EMPTY_EVENTS": "No events available for {{start}}.",
                "LOADED_EMPTY_EVENTS_RANGE": "No events available between {{start}} and {{end}}.",
                "ERROR_LOADING_CALENDAR_EVENTS": "Sorry, there was an error loading the calendar events.",
                "PRINT_AGENDA_ARIA_LABEL": "Print agenda",
                "CURRENT_VIEW_TYPE_ARIA_LABEL": "Current View Type",
                "CURRENT_RANGE_UNIT_ARIA_LABEL": "Current Range Unit",
                "SCHEDULE_EVENT_ARIA_LABEL": "Schedule Item: from {{start}} to {{end}}",
                "RENDERED_EVENT_ARIA_LABEL": "Event Item: {{title}} from {{start}} to {{end}}"
            }
        },
        "ACCESSIBILITY": {
            "DATE_PICKER": {
                "INPUT_LBL": "Key in a date or tab forward to use the date picker.",
                "CALENDAR_LBL": "Tab forward to use the date picker.",
                "BTN_LBL": "Date picker button. Use space or enter to activate.",
                "GRID_LBL": "Date picker grid. Use arrows to navigate, escape to exit."
            }
        }
    }
}