Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/src/commit/ed3918d02a17899ed6914b53e8da5ef1a37152a3/public/admin/plugins/fullcalendar/locales/vi.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
FullCalendar.globalLocales.push(function () {
|
|
|
'use strict';
|
|
|
|
|
|
var vi = {
|
|
|
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.
|
|
|
},
|
|
|
buttonText: {
|
|
|
prev: 'Trước',
|
|
|
next: 'Tiếp',
|
|
|
today: 'Hôm nay',
|
|
|
month: 'Tháng',
|
|
|
week: 'Tuần',
|
|
|
day: 'Ngày',
|
|
|
list: 'Lịch biểu',
|
|
|
},
|
|
|
weekText: 'Tu',
|
|
|
allDayText: 'Cả ngày',
|
|
|
moreLinkText: function(n) {
|
|
|
return '+ thêm ' + n
|
|
|
},
|
|
|
noEventsText: 'Không có sự kiện để hiển thị',
|
|
|
};
|
|
|
|
|
|
return vi;
|
|
|
|
|
|
}());
|
|
|
|