{
    "datepicker": {
        "dayLabels": {
            "Sun": "Sun",
            "Mon": "Mon",
            "Tue": "Tue",
            "Wed": "Wed",
            "Thu": "Thu",
            "Fri": "Fri",
            "Sat": "Sat"
        },
        "monthLabels": {
            "1": "Jan",
            "2": "Feb",
            "3": "Mar",
            "4": "Apr",
            "5": "May",
            "6": "Jun",
            "7": "Jul",
            "8": "Aug",
            "9": "Sep",
            "10": "Oct",
            "11": "Nov",
            "12": "Dec"
        },
        "dateFormat": "MM/dd/yyyy",
        "returnFormat": "MM/dd/yyyy",
        "firstDayOfWeek": "mo",
        "sunHighlight": false,
        "yearTxt": "",
        "timeBtnText": "Select Time",
        "dateBtnText": "Select Date",
        "commitBtnText": "OK",
        "weekText": "Week",
        "placeholder": "Please select a date",
        "range": {
            "begin": "Begin date",
            "end": "End date"
        },
        "message": {
            "101": "The end time must not be earlier than the start time.",
            "102": "Only ${0} dates are allowed to be selected."
        },
        "current": {
            "today": "Today",
            "week": "This Week",
            "month": "This Month",
            "year": "This Year"
        },
        "multiDatesLocale": {
            "backtotoday": "Back to Today",
            "clearSelections": "Clear All",
            "delete": "Delete",
            "selected": "Selected,Days"
        },
        "quickSelectors": {
            "today": "Today",
            "yesterday": "Yesterday",
            "tomorrow": "Tomorrow",
            "thisMonday": "This Monday",
            "nextMonday": "Next Monday",
            "firstDayOfMonth": "First Day of Month",
            "lastDayOfMonth": "Last Day of Month",
            "firstDayOfLastMonth": "First Day of Last Month",
            "lastDayOfLastMonth": "Last Day of Last Month",
            "firstDayOfYear": "First Day of Year",
            "lastDayOfYear": "Last Day of Year",
            "firstDayOfQuarter": "First Day of Quarter",
            "lastDayOfQuarter": "Last Day of Quarter",
            "thisWeek": "This Week",
            "lastWeek": "Last Week",
            "nextWeek": "Next Week",
            "past7Days": "Past 7 Days",
            "past30Days": "Past 30 Days",
            "thisMonth": "This Month",
            "lastMonth": "Last Month",
            "thisQuarter": "This Quarter",
            "lastQuarter": "Last Quarter",
            "thisYear": "This Year",
            "lastYear": "Last Year",
            "recent3Months": "Recent 3 Months",
            "recent6Months": "Recent 6 Months",
            "nextYear": "Next Year"
        }   
    }
}