mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
Turkish lang. support (#1998)
This commit is contained in:
parent
3c5cc03b4c
commit
0f127a5f42
68
packages/locale/lang/tr-TR
Normal file
68
packages/locale/lang/tr-TR
Normal file
@ -0,0 +1,68 @@
|
||||
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'
|
||||
}
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user