UNPKG

742 BJavaScriptView Raw
1export default {
2 today: 'Bugün',
3 now: 'Şimdi',
4 backToToday: 'Bugüne Geri Dön',
5 ok: 'tamam',
6 clear: 'Temizle',
7 month: 'Ay',
8 year: 'Yıl',
9 timeSelect: 'Zaman Seç',
10 dateSelect: 'Tarih Seç',
11 monthSelect: 'Ay Seç',
12 yearSelect: 'Yıl Seç',
13 decadeSelect: 'On Yıl Seç',
14 yearFormat: 'YYYY',
15 dateFormat: 'M/D/YYYY',
16 dayFormat: 'D',
17 dateTimeFormat: 'M/D/YYYY HH:mm:ss',
18 monthBeforeYear: true,
19 previousMonth: 'Önceki Ay (PageUp)',
20 nextMonth: 'Sonraki Ay (PageDown)',
21 previousYear: 'Önceki Yıl (Control + Sol)',
22 nextYear: 'Sonraki Yıl (Control + Sağ)',
23 previousDecade: 'Önceki On Yıl',
24 nextDecade: 'Sonraki On Yıl',
25 previousCentury: 'Önceki Yüzyıl',
26 nextCentury: 'Sonraki Yüzyıl'
27};
\No newline at end of file