19 lines
514 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
dataIterator: {
rowsPerPageText: 'Sayfa başına satır:',
rowsPerPageAll: 'Hepsi',
pageText: '{0}-{1} de {2}',
noResultsText: 'Eşleşen Veri Bulunamadı',
nextPage: 'Sonraki sayfa',
prevPage: 'Önceki sayfa'
},
dataTable: {
rowsPerPageText: 'Sayfa başına satır:'
},
noDataText: 'Uygun veri yok',
carousel: {
prev: 'Önceki görsel',
next: 'Sonraki görsel'
}
};
//# sourceMappingURL=tr.js.map