@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
85 lines • 2.74 kB
JSON
{
"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": "Current Week",
"month": "Current Month",
"year": "Current 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"
}
}
}