Initial Commit

This commit is contained in:
2019-11-21 12:25:31 +01:00
commit f4aabcb9b1
13959 changed files with 787761 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?php
return [
'Coupon code can\'t be empty' => 'Kupon şifre boş olamaz',
'Delivery address does not belong to the current customer' => 'Teslimat adresi geçerli müşteriye ait değil',
'Delivery module cannot be use with selected delivery address' => 'Teslim modülü seçili teslimat adresi kullanılamaz',
'Error during address deletion process' => 'Adres silme işlemi sırasında bir hata oluştu',
'Failed to add this article to your cart, please try again' => 'Sepetinize Bu ürün eklenemedi, lütfen tekrar deneyin',
'Invoice address does not belong to the current customer' => 'Fatura adresi geçerli müşteriye ait değil',
'No placed order' => 'Yerleştirilen hiçbir sipariş',
'Please check your coupon code: %message' => 'Kupon kodunuzu gözden geçirin: %message',
'Please check your input: %s' => 'Lütfen girişinizi denetleyin: %s',
'Received failed order id does not belong to the current customer' => 'Alınan başarısız sipariş kimliği geçerli müşteriye ait değil',
'Received placed order id does not belong to the current customer' => 'Alınmış yerleştirilmiş sipariş kimliği geçerli müşteriye ait değil',
'Sorry, an error occured: %s' => 'Üzgünüz, bir hata oluştu: %s',
'Sorry, an error occurred: %message' => 'Üzgünüz, bir hata oluştu: %message',
'Sorry, an error occurred: %s' => 'Üzgünüz, bir hata oluştu: %s',
'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.' => 'Teşekkürler. Yeni güncelleştirmeler olduğunda sizi haberdar edeceğiz.',
'To enable the virtual product feature, the VirtualProductDelivery module should be activated' => 'Sanal ürün özelliği etkinleştirmek için VirtualProductDelivery modülü etkinleştirilmesi',
'Wrong email or password. Please try again' => 'Email adresi veya şifre hatalı. Lütfen tekrar deneyiniz',
'You\'re currently logged in. Please log out before requesting a new password.' => 'Şu anda logged içinde. Lütfen yeni bir parola istemeden önce çıkış.',
];