sota-vuejs-datetimepicker
Version:
Datetime picker for vuejs2
26 lines (25 loc) • 705 B
JavaScript
export const en = {
"month.january": "Jan",
"month.february": "Feb",
"month.march": "Mar",
"month.april": "Apr",
"month.may": "May",
"month.june": "Jun",
"month.july": "Jul",
"month.august": "Aug",
"month.september": "Sep",
"month.october": "Oct",
"month.november": "Nov",
"month.december": "Dec",
"day_of_week.monday": "Mon",
"day_of_week.tuesday": "Tue",
"day_of_week.wednesday": "Wed",
"day_of_week.thursday": "Thu",
"day_of_week.friday": "Fri",
"day_of_week.saturday": "Sat",
"day_of_week.sunday": "Sun",
"lbl_select_date": "Select Date",
"btn_ok": "OK",
"btn_clear": "Clear",
"errors.msg_not_supported": "Only 0 (Sunday) and 1 (Monday) are supported."
}