{
    "ADMIN": {
        "CANCEL_BOOKING_MODAL": {
            "TITLE": "Cancel Booking",
            "HEADING": "{service} {staff, select, undefined{} other{ with {staff}}} at {company}",
            "REASON_LBL": "Cancel reason",
            "DEFAULT_OPTION": "--select reason--",
            "OTHER_LBL": "Please provide more details",
            "OTHER_PLACEHOLDER": "Please specify a cancellation reason",
            "SEND_EMAIL_LBL": "Send cancellation confirmation to {{email}}?",
            "OK_BTN": "Cancel booking",
            "CLOSE_BTN": "Do not cancel",
            "NOTIFICATION_PREFS": {
                "EMAIL": "Send cancellation email to customer and extra attendees",
                "SMS": "Send cancellation SMS to customer and extra attendees"
            }
        },
        "CANCEL_EVENT_MODAL": {
            "TITLE": "Remove attendee(s)",
            "HEADING": "{clientName} ({ticketQuantity, plural, =0{tickets} one{1 ticket} other{# tickets}})",
            "OK_BTN": "Remove attendee(s)",
            "CLOSE_BTN": "Do not remove"
        },
        "LOGIN": {
            "EMAIL_LBL": "@:COMMON.TERMINOLOGY.EMAIL",
            "EMAIL_PLACEHOLDER": "@:COMMON.TERMINOLOGY.EMAIL",
            "PASSWORD_LBL": "@:COMMON.FORM.PASSWORD",
            "PASSWORD_PLACEHOLDER": "@:COMMON.FORM.PASSWORD",
            "LOGIN_BTN": "@:COMMON.BTN.LOGIN"
        },
        "PICK_COMPANY": {
            "STEP_SUMMARY": "Pick Company",
            "SELECT_BTN": "@:COMMON.BTN.SELECT"
        },
        "BOOKNG_TABLE": {
            "NEW_BOOKING_BTN": "New booking",
            "EDIT_BTN": "@:COMMON.BTN.EDIT"
        }
    },
    "SETTINGS": {
        "ADMIN_TABLE": {
            "NEW_ADMINISTRATOR": "New Administrator",
            "EDIT": "@:COMMON.BTN.EDIT"
        },
        "ADMIN_FORM": {
            "OK_BTN": "@:COMMON.BTN.OK",
            "CANCEL_BTN": "@:COMMON.BTN.CANCEL"
        }
    }
}