UNPKG

@fullcalendar/web-component

Version:
24 lines (22 loc) 593 B
var l76 = { code: 'vi', week: { dow: 1, // Monday is the first day of the week. doy: 4, // The week that contains Jan 4th is the first week of the year. }, prevText: 'Trước', nextText: 'Tiếp', todayText: 'Hôm nay', yearText: 'Năm', monthText: 'Tháng', weekTextLong: 'Tuần', weekTextShort: 'Tu', dayText: 'Ngày', listText: 'Lịch biểu', allDayText: 'Cả ngày', moreLinkText(n) { return '+ thêm ' + n; }, noEventsText: 'Không có sự kiện để hiển thị', }; export { l76 as l };