Vulture/VApp/node_modules/vuetify/lib/locale/tr.mjs

101 lines
2.3 KiB
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 {
badge: 'rozet',
open: 'Open',
close: 'Kapat',
confirmEdit: {
ok: 'OK',
cancel: 'Cancel'
},
dataIterator: {
noResultsText: 'Eşleşen veri bulunamadı',
loadingText: 'Yükleniyor... Lütfen bekleyin.'
},
dataTable: {
itemsPerPageText: 'Sayfa başına satır:',
ariaLabel: {
sortDescending: 'Z den A ya sıralı.',
sortAscending: 'A dan Z ye sıralı.',
sortNone: 'Sıralı değil. ',
activateNone: 'Sıralamayı kaldırmak için etkinleştir.',
activateDescending: 'Z den A ya sıralamak için etkinleştir.',
activateAscending: 'A dan Z ye sıralamak için etkinleştir.'
},
sortBy: 'Sırala'
},
dataFooter: {
itemsPerPageText: 'Sayfa başına satır:',
itemsPerPageAll: 'Hepsi',
nextPage: 'Sonraki sayfa',
prevPage: 'Önceki sayfa',
firstPage: 'İlk sayfa',
lastPage: 'Son sayfa',
pageText: '{0} - {1} arası, Toplam: {2} kayıt'
},
dateRangeInput: {
divider: 'to'
},
datePicker: {
itemsSelected: '{0} selected',
range: {
title: 'Select dates',
header: 'Enter dates'
},
title: 'Select date',
header: 'Enter date',
input: {
placeholder: 'Enter date'
}
},
noDataText: 'Bu görünümde veri yok.',
carousel: {
prev: 'Önceki görsel',
next: 'Sonraki görsel',
ariaLabel: {
delimiter: 'Galeri sayfa {0} / {1}'
}
},
calendar: {
moreEvents: '{0} tane daha',
today: 'Today'
},
input: {
clear: 'Clear {0}',
prependAction: '{0} prepended action',
appendAction: '{0} appended action',
otp: 'Please enter OTP character {0}'
},
fileInput: {
counter: '{0} dosya',
counterSize: '{0} dosya (toplamda {1})'
},
timePicker: {
am: 'AM',
pm: 'PM'
},
pagination: {
ariaLabel: {
root: 'Sayfalandırma Navigasyonu',
next: 'Sonraki sayfa',
previous: 'Önceki sayfa',
page: 'Sayfaya git {0}',
currentPage: 'Geçerli Sayfa, Sayfa {0}',
first: 'First page',
last: 'Last page'
}
},
stepper: {
next: 'Next',
prev: 'Previous'
},
rating: {
ariaLabel: {
item: 'Rating {0} of {1}'
}
},
loading: 'Loading...',
infiniteScroll: {
loadMore: 'Load more',
empty: 'No more'
}
};
//# sourceMappingURL=tr.mjs.map