UNPKG

2.82 kBJavaScriptView Raw
1export default {
2 el: {
3 colorpicker: {
4 confirm: 'Onayla',
5 clear: 'Temizle'
6 },
7 datepicker: {
8 now: 'Şimdi',
9 today: 'Bugün',
10 cancel: 'İptal',
11 clear: 'Temizle',
12 confirm: 'Onayla',
13 selectDate: 'Tarih seç',
14 selectTime: 'Saat seç',
15 startDate: 'Başlangıç Tarihi',
16 startTime: 'Başlangıç Saati',
17 endDate: 'Bitiş Tarihi',
18 endTime: 'Bitiş Saati',
19 prevYear: 'Önceki Yıl',
20 nextYear: 'Sonraki Yıl',
21 prevMonth: 'Önceki Ay',
22 nextMonth: 'Sonraki Ay',
23 year: '',
24 month1: 'Ocak',
25 month2: 'Şubat',
26 month3: 'Mart',
27 month4: 'Nisan',
28 month5: 'Mayıs',
29 month6: 'Haziran',
30 month7: 'Temmuz',
31 month8: 'Ağustos',
32 month9: 'Eylül',
33 month10: 'Ekim',
34 month11: 'Kasım',
35 month12: 'Aralık',
36 // week: 'week',
37 weeks: {
38 sun: 'Paz',
39 mon: 'Pzt',
40 tue: 'Sal',
41 wed: 'Çar',
42 thu: 'Per',
43 fri: 'Cum',
44 sat: 'Cmt'
45 },
46 months: {
47 jan: 'Oca',
48 feb: 'Şub',
49 mar: 'Mar',
50 apr: 'Nis',
51 may: 'May',
52 jun: 'Haz',
53 jul: 'Tem',
54 aug: 'Ağu',
55 sep: 'Eyl',
56 oct: 'Eki',
57 nov: 'Kas',
58 dec: 'Ara'
59 }
60 },
61 select: {
62 loading: 'Yükleniyor',
63 noMatch: 'Eşleşen veri bulunamadı',
64 noData: 'Veri yok',
65 placeholder: 'Seç'
66 },
67 cascader: {
68 noMatch: 'Eşleşen veri bulunamadı',
69 loading: 'Yükleniyor',
70 placeholder: 'Seç',
71 noData: 'Veri yok'
72 },
73 pagination: {
74 goto: 'Git',
75 pagesize: '/sayfa',
76 total: 'Toplam {total}',
77 pageClassifier: ''
78 },
79 messagebox: {
80 title: 'Mesaj',
81 confirm: 'Onayla',
82 cancel: 'İptal',
83 error: 'İllegal giriş'
84 },
85 upload: {
86 deleteTip: 'kaldırmak için delete tuşuna bas',
87 delete: 'Sil',
88 preview: 'Görüntüle',
89 continue: 'Devam'
90 },
91 table: {
92 emptyText: 'Veri yok',
93 confirmFilter: 'Onayla',
94 resetFilter: 'Sıfırla',
95 clearFilter: 'Hepsi',
96 sumText: 'Sum'
97 },
98 tree: {
99 emptyText: 'Veri yok'
100 },
101 transfer: {
102 noMatch: 'Eşleşen veri bulunamadı',
103 noData: 'Veri yok',
104 titles: ['Liste 1', 'Liste 2'],
105 filterPlaceholder: 'Anahtar kelimeleri gir',
106 noCheckedFormat: '{total} adet',
107 hasCheckedFormat: '{checked}/{total} seçildi'
108 },
109 image: {
110 error: 'FAILED' // to be translated
111 },
112 pageHeader: {
113 title: 'Back' // to be translated
114 },
115 popconfirm: {
116 confirmButtonText: 'Yes', // to be translated
117 cancelButtonText: 'No' // to be translated
118 },
119 empty: {
120 description: 'Veri yok'
121 }
122 }
123};