{
    "ADMIN_DASHBOARD": {
        "BASKET": {
            "DATE_TIME_FACET": {
                "DATE_TIME": "Date & time",
                "BEST_TIMES": "Best Times",
                "PICK_A_VALID_TIME": "To book this service you need to pick a valid time for:",
                "PERSON": "Staff",
                "PERSON_GROUP": "A staff member from group",
                "RESOURCE": "Resource",
                "RESOURCE_GROUP": "A resource from group",
                "BASKET": "Basket",
                "PREVIEW": "Preview your basket",
                "DESCRIPTION": "Description",
                "PRICE": "Price",
                "ADD_BOOKING": "Add Booking",
                "CONTINUE": "Continue",
                "EDIT": "Edit",
                "REMOVE": "Remove",
                "ON": "on",
                "PROCEED": "Proceed",
                "PICK_A_SERVICE_WARNING": "You must pick a service first",
                "NO_AVAILABILITY_WEEK": "No availability found for this week",
                "USE_CUSTOM_DURATION": "Use custom duration",
                "USE_CUSTOM_TIME": "Use custom time",
                "DURATION": "Duration",
                "START_DATE": "Start Date",
                "END_DATE": "End Date",
                "START_TIME": "Start Time",
                "AVAILABLE_TIMES": "Available times",
                "NO_TIMES_FOR_DATE": "There are no times available on {{date}}",
                "INVALID_CUSTOM_TIME": "Please use 12 hour format",
                "ALERT": {
                    "TIME_NOT_AVAILABLE": "The time you selected ({{time}}) is not available. Please pick another time.",
                    "TIME_NOT_AVAILABLE_OVERBOOK": "The time you selected ({{time}}) is not available. Use custom time to overbook.",
                    "TIME_IN_PAST": "The selected time slot ({{time}}) is in the past. As an administrator, you can still book this.",
                    "TIME_IN_PAST_NOT_AVAILABLE": "The selected time slot ({{time}}) is in the past. Please select another date.",
                    "ERROR_GETTING_TIMES": "Failed to retrieve times, please try again."
                }
            }
        }
    },
    "ACCESSIBILITY": {
        "DATE_PICKER": {
            "SELECTED_DATE": "Selected {{ date }}",
            "INPUT_LBL": "Key in a date or 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."
        }, 
        "TIME_PICKER": {
            "AVAILABLE_TIMES": "There are {{slots}} available time slots on {{date}}."
        }
    }
}
