40 lines
No EOL
1 KiB
JavaScript
40 lines
No EOL
1 KiB
JavaScript
export default {
|
||
close: 'Close',
|
||
dataIterator: {
|
||
pageText: '{0}-{1} de {2}',
|
||
noResultsText: 'Eşleşen Veri Bulunamadı',
|
||
loadingText: 'Loading item...'
|
||
},
|
||
dataTable: {
|
||
itemsPerPageText: 'Sayfa başına satır:',
|
||
ariaLabel: {
|
||
sortDescending: ': Sorted descending. Activate to remove sorting.',
|
||
sortAscending: ': Sorted ascending. Activate to sort descending.',
|
||
sortNone: ': Not sorted. Activate to sort ascending.'
|
||
}
|
||
},
|
||
dataFooter: {
|
||
itemsPerPageText: 'Sayfa başına satır:',
|
||
itemsPerPageAll: 'Hepsi',
|
||
nextPage: 'Sonraki sayfa',
|
||
prevPage: 'Önceki sayfa',
|
||
firstPage: 'İlk sayfa',
|
||
lastPage: 'Son sayfa'
|
||
},
|
||
datePicker: {
|
||
itemsSelected: '{0} seçildi'
|
||
},
|
||
noDataText: 'Uygun veri yok',
|
||
carousel: {
|
||
prev: 'Önceki görsel',
|
||
next: 'Sonraki görsel'
|
||
},
|
||
calendar: {
|
||
moreEvents: '{0} tane daha'
|
||
},
|
||
fileInput: {
|
||
counter: '{0} files',
|
||
counterSize: '{0} files ({1} in total)'
|
||
}
|
||
};
|
||
//# sourceMappingURL=tr.js.map
|