hrms-manual/node_modules/@fullcalendar/core/locales/kk.cjs

30 lines
695 B
JavaScript
Raw Normal View History

2023-09-06 14:51:44 +07:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var l43 = {
code: 'kk',
week: {
dow: 1,
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Алдыңғы',
next: 'Келесі',
today: 'Бүгін',
year: 'Жыл',
month: 'Ай',
week: 'Апта',
day: 'Күн',
list: 'Күн тәртібі',
},
weekText: 'Не',
allDayText: 'Күні бойы',
moreLinkText(n) {
return '+ тағы ' + n;
},
noEventsText: 'Көрсету үшін оқиғалар жоқ',
};
exports["default"] = l43;