tikiwiki/packages/tiki-pkg-fullcalendarscheduler/npm-asset/fullcalendar-scheduler/locales/tr.js

28 lines
471 B
JavaScript
Raw Permalink Normal View History

2023-11-20 21:52:04 +01:00
FullCalendar.globalLocales.push(function () {
'use strict';
var tr = {
code: "tr",
week: {
dow: 1,
doy: 7
},
buttonText: {
prev: "geri",
next: "ileri",
today: "bug\xFCn",
month: "Ay",
week: "Hafta",
day: "G\xFCn",
list: "Ajanda"
},
weekText: "Hf",
allDayText: "T\xFCm g\xFCn",
moreLinkText: "daha fazla",
noEventsText: "G\xF6sterilecek etkinlik yok"
};
return tr;
}());