pages/kalendar/packages/core/locales/kk.global.js
2024-03-06 14:50:45 +01:00

35 lines
878 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*!
FullCalendar Core v6.1.9
Docs & License: https://fullcalendar.io
(c) 2023 Adam Shaw
*/
(function (index_js) {
'use strict';
var locale = {
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: 'Көрсету үшін оқиғалар жоқ',
};
index_js.globalLocales.push(locale);
})(FullCalendar);