提交 | 用户 | 时间
|
1ac2bc
|
1 |
(function (global, factory) { |
懒 |
2 |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : |
|
3 |
typeof define === 'function' && define.amd ? define(factory) : |
|
4 |
(global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.tr = factory())); |
|
5 |
}(this, function () { 'use strict'; |
|
6 |
|
|
7 |
var tr = { |
|
8 |
code: "tr", |
|
9 |
week: { |
|
10 |
dow: 1, |
|
11 |
doy: 7 // The week that contains Jan 1st is the first week of the year. |
|
12 |
}, |
|
13 |
buttonText: { |
|
14 |
prev: "geri", |
|
15 |
next: "ileri", |
|
16 |
today: "bugün", |
|
17 |
month: "Ay", |
|
18 |
week: "Hafta", |
|
19 |
day: "Gün", |
|
20 |
list: "Ajanda" |
|
21 |
}, |
|
22 |
weekLabel: "Hf", |
|
23 |
allDayText: "Tüm gün", |
|
24 |
eventLimitText: "daha fazla", |
|
25 |
noEventsMessage: "Gösterilecek etkinlik yok" |
|
26 |
}; |
|
27 |
|
|
28 |
return tr; |
|
29 |
|
|
30 |
})); |