first
This commit is contained in:
95
node_modules/vant/lib/locale/lang/tr-TR.js
generated
vendored
Normal file
95
node_modules/vant/lib/locale/lang/tr-TR.js
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'İsim',
|
||||
tel: 'Telefon',
|
||||
save: 'Kaydet',
|
||||
confirm: 'Onayla',
|
||||
cancel: 'İptal',
|
||||
delete: 'Sil',
|
||||
complete: 'Tamamla',
|
||||
loading: 'Yükleniyor...',
|
||||
telEmpty: 'Lütfen tel. no giriniz',
|
||||
nameEmpty: 'Lütfen isim giriniz',
|
||||
nameInvalid: 'Geçersiz isim',
|
||||
confirmDelete: 'Silmek istediğinize emin misiniz?',
|
||||
telInvalid: 'Geçersiz tel. numarası',
|
||||
vanCalendar: {
|
||||
end: 'Son',
|
||||
start: 'Başlat',
|
||||
title: 'Takvim',
|
||||
startEnd: 'Başlat/Son',
|
||||
weekdays: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "/" + month;
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "En fazla " + maxRange + " g\xFCn se\xE7in";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Seçiniz'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Kişi bilgisi ekle'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Yeni kişi ekle'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Önceki',
|
||||
next: 'Sonraki'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Yenilemek için çekin...',
|
||||
loosing: 'Yenilemek için bırakın...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Toplam:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Sınırsız',
|
||||
discount: function discount(_discount) {
|
||||
return "%" + _discount * 10 + " indirim";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "En az " + _condition;
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Kupon',
|
||||
tips: 'Kupon yok',
|
||||
count: function count(_count) {
|
||||
return _count + " adet teklif var";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'Kupon yok',
|
||||
exchange: 'Takas',
|
||||
close: 'Kapat',
|
||||
enable: 'Mevcut',
|
||||
disabled: 'Mevcut değil',
|
||||
placeholder: 'Kupon kodu'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Alan',
|
||||
postal: 'Posta',
|
||||
areaEmpty: 'Lütfen alıcı alanını seçin',
|
||||
addressEmpty: 'Adres boş olamaz!',
|
||||
postalEmpty: 'Yanlış posta kodu',
|
||||
defaultAddress: 'Varsayılan adres olarak ayarla',
|
||||
telPlaceholder: 'Telefone',
|
||||
namePlaceholder: 'İsim',
|
||||
areaPlaceholder: 'Alan'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Adres',
|
||||
placeholder: 'Adres'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Yeni adres ekle'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
Reference in New Issue
Block a user