You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

"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";
}
},
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;