forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
101
VApp/node_modules/vuetify/lib/locale/tr.mjs
generated
vendored
Normal file
101
VApp/node_modules/vuetify/lib/locale/tr.mjs
generated
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
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
|
||||
Reference in New Issue
Block a user