2018-10-31 16:18:59 +08:00

69 lines
1.6 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 {
name: 'İsim',
tel: 'Telefon',
save: 'Kaydet',
confirm: 'Onayla',
cancel: 'İptal',
delete: 'Sil',
complete: 'Tamamla',
loadingTip: 'Yükleniyor...',
telEmpty: 'Lütfen tel. no giriniz',
nameEmpty: 'Lütfen isim giriniz',
confirmDelete: 'Silmek istediğinize emin misiniz?',
telInvalid: 'Geçersiz tel. numarası',
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:'
},
vanCouponCell: {
title: 'Kupon',
tips: 'Kupon seç',
count: count => `${count} adet teklif var`
},
vanCouponList: {
empty: 'Kupon yok',
exchange: 'Takas',
close: 'Kapat',
enable: 'Mevcut',
disabled: 'Mevcut değil',
placeholder: 'Kupon kodu'
},
vanCouponItem: {
valid: 'Geçerli',
unlimited: 'Sınırsız',
discount: discount => `%${discount * 10} indirim`,
condition: condition => `En az ${condition}`
},
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'
}
};