{
    "SCHEDULE_EDITOR": {
        "DELETE_MODAL": {
            "REMOVE_AVAILABILITY": "Remove availability",
            "ARE_YOU_SURE": "Are you sure?",
            "WARNING": "This action CANNOT be undone. Once you have removed availability it will no longer appear on your schedule.",
            "REMOVE_ALL": "Remove all repeating in this series",
            "REMOVE_THIS": "Remove only this instance",
            "DISMISS": "Dismiss",
            "REMOVE": "Remove",
            "REMOVE_INDIVIDUAL": "Remove individual shift",
            "REMOVE_SCHEDULE_TITLE": "Delete schedule",
            "REMOVE_SCHEDULE_TEXT": "This action cannot be undone. Once you have deleted a schedule, it will be removed from any subscribed calendars.",
            "REMOVE_SCHEDULE_BTN": "Delete schedule",
            "CANCEL_REMOVE_SCHEDULE_BTN": "Do not delete"
        },
        "SHIFT_OR_SHIFT_PATTERN_MODAL": {
            "QUESTION": "Do you want to edit the individual shift or the shift pattern?",
            "SHIFT": "Shift",
            "SHIFT_PATTERN": "Shift Pattern",
            "DISMISS": "Dismiss",
            "SUBMIT": "Submit"
        },
        "EDIT_SHIFT_MODAL": {
            "TITLE": "Edit Shift"
        },
        "TITLE": "Schedule",
        "NO_SCHEDULE": "It looks like no schedule has been configured.",
        "CREATE_SCHEDULE_BTN": "Create schedule",
        "CREATE_SHIFT_PATTERN_BTN": "Create shift pattern",
        "FAILED_NEW_CONFLICT": "This shift pattern could not be created due to a conflict with an existing pattern. Please select a different time, or modify the existing pattern to continue.",
        "FAILED_NEW_GENERIC": "Failed to create new shift pattern",
        "FAILED_EDIT_CONFLICT": "This shift pattern could not be modified due to a conflict with an another pattern. Please select a different time, or modify the conflicting pattern to continue.",
        "FAILED_EDIT_GENERIC": "Failed to edit shift pattern",
        "FAILED_A_TIME_INVALID": "{{timeType}} time is invalid, please use 12 hour format",
        "REMOVE_SCHEDULE_BTN": "Delete schedule",
        "SHIFT_PATTERNS": {
            "CREATE_MODAL_TITLE": "New Shift Pattern",
            "EDIT_MODAL_TITLE": "Edit Shift Pattern"
        },
        "SHIFT_PATTERN_CONDITIONS": {
            "DEFAULT_CONDITION_LBL": "Default",
            "TITLE": "Conditions",
            "NEW_MODAL_TITLE": "New Shift Pattern Condition",
            "EDIT_MODAL_TITLE": "Edit Condition"
        },
        "END_TYPE": {
            "TITLE": "@:COMMON.TERMINOLOGY.END",
            "NEVER": "Never",
            "DATE": "Specific date",
            "COUNT": "After x occurrences"
        }
    }
}