diff --git a/packages/Webkul/Admin/src/Resources/lang/tr/app.php b/packages/Webkul/Admin/src/Resources/lang/tr/app.php index ac9cc9647..9935ec530 100644 --- a/packages/Webkul/Admin/src/Resources/lang/tr/app.php +++ b/packages/Webkul/Admin/src/Resources/lang/tr/app.php @@ -91,16 +91,16 @@ return [ 'orders' => 'Siparişler', 'shipments' => 'Teslimatlar', 'invoices' => 'Faturalar', - 'refunds' => 'Refunds', + 'refunds' => 'Geri Ödemeler', 'catalog' => 'Katalog', 'products' => 'Ürünler', - 'copy' => 'Copy', + 'copy' => 'Kopyala', 'categories' => 'Kategoriler', 'attributes' => 'Nitelikler', 'attribute-families' => 'Nitelik Grupları', 'customers' => 'Müşteriler', - 'addresses' => 'Addresses', - 'note' => 'Note', + 'addresses' => 'Adresler', + 'note' => 'Not', 'groups' => 'Gruplar', 'reviews' => 'İncelemeler', 'newsletter-subscriptions' => 'Bülten Üyelikleri', @@ -117,13 +117,13 @@ return [ 'taxes' => 'Vergi', 'tax-categories' => 'Vergi Grupları', 'tax-rates' => 'Vergi Oranları', - 'view' => 'View', + 'view' => 'Görüntüle', 'edit' => 'Düzenle', 'create' => 'Oluştur', 'delete' => 'Sil', - 'mass-delete' => 'Mass Delete', - 'mass-update' => 'Mass Update', - 'marketing' => 'Marketing', + 'mass-delete' => 'Toplu Silme', + 'mass-update' => 'Toplu Güncelleme', + 'marketing' => 'Pazarlama', 'promotions' => 'Promosyonlar', 'cart-rules' => 'Alışveriş Sepeti Kuralları', 'catalog-rules' => 'Katalog Kuralları', @@ -211,7 +211,7 @@ return [ 'state' => 'Şehir', 'country' => 'Ülke', 'tax-rate' => 'Oran', - 'role' => 'Rpş', + 'role' => 'Rol', 'sub-total' => 'Ara Toplam', 'no-of-products' => 'Ürün Adeti', 'attribute-family' => 'Nitelik Grubu', @@ -242,8 +242,8 @@ return [ 'rtl' => 'RTL', 'ltr' => 'LTR', 'update-status' => 'Durum Güncelle', - 'transaction-id' => 'Transaction Id', - 'transaction-date' => 'Transaction Date', + 'transaction-id' => 'İşlem Id', + 'transaction-date' => 'İşlem Tarihi', ], 'account' => [ @@ -396,7 +396,7 @@ return [ 'notify-customer' => 'Müşteriyi Bilgilendir', 'customer-notified' => ':date | Müşteri Bilgilendirildi', 'customer-not-notified' => ':date | Müşteri Bilgilendirilmedi', - 'transactions' => 'Transactions', + 'transactions' => 'İşlemler', ], 'invoices' => [ @@ -412,9 +412,9 @@ return [ 'action' => 'Eylem', 'add-title' => 'Fatura Oluştur', 'save-btn-title' => 'Fatura Kaydet', - 'send-duplicate-invoice' => 'Send Duplicate Invoice', - 'send' => 'Send', - 'invoice-sent' => 'Invoice sent successfully!', + 'send-duplicate-invoice' => 'Çift Fatura Gönder', + 'send' => 'Gönder', + 'invoice-sent' => 'Fatura başarıyla gönderildi!', 'qty' => 'Miktar', 'qty-ordered' => 'Sipariş Miktarı', 'qty-to-invoice' => 'Fatura Edilen Miktar', @@ -423,12 +423,12 @@ return [ 'ship-to' => 'Teslim Edilen', 'print' => 'Yazdır', 'order-date' => 'Sipariş Tarihi', - 'invalid-qty' => 'We found an invalid quantity to invoice items.', + 'invalid-qty' => 'Öğeleri faturalamak için geçersiz bir miktar bulduk.', 'creation-error' => 'Fatura oluşturulmasına izin verilmedi.', 'product-error' => 'Fatura oluşturulması için ürün ekleyiniz.', - 'status-overdue' => 'Overdue', - 'status-pending' => 'Pending Payment', - 'status-paid' => 'Paid', + 'status-overdue' => 'Vadesi Geçmiş', + 'status-pending' => 'Bekleyen Ödeme', + 'status-paid' => 'Ödendi', ], 'shipments' => [ @@ -483,24 +483,24 @@ return [ ], 'transactions' => [ - 'title' => 'Transactions', - 'create-title' => 'Add transaction', + 'title' => 'İşlemler', + 'create-title' => 'İşlem ekle', 'id' => 'Id', - 'transaction-id' => 'Transaction Id', - 'payment-method' => 'Payment method', - 'transaction-amount' => 'Transaction amount', - 'action' => 'Action', - 'view-title' => 'Transaction #:transaction_id', - 'transaction-data' => 'Transaction Data', - 'order-id' => 'Order Id', - 'invoice-id' => 'Invoice Id', - 'status' => 'Status', - 'created-at' => 'Created At', - 'transaction-details' => 'Transaction Details', + 'transaction-id' => 'İşlem Id', + 'payment-method' => 'Ödeme şekli', + 'transaction-amount' => 'İşlem tutarı', + 'action' => 'Aksiyon', + 'view-title' => 'İşlem #:transaction_id', + 'transaction-data' => 'İşlem Tarihi', + 'order-id' => 'Sipariş Id', + 'invoice-id' => 'Fatura Id', + 'status' => 'Durum', + 'created-at' => 'Oluşturulma Tarihi', + 'transaction-details' => 'Ödeme Detayları', 'response' => [ - 'invoice-missing' => 'This invoice id does not exist', - 'transaction-saved' => 'The transaction has been saved', - 'already-paid' => 'This invoice has already been paid', + 'invoice-missing' => 'Bu fatura kimliği mevcut değil', + 'transaction-saved' => 'İşlem kaydedildi', + 'already-paid' => 'Bu fatura zaten ödendi', ], ], ], @@ -520,10 +520,10 @@ return [ 'bundle' => 'demet', 'downloadable' => 'indirilebilir', 'grouped' => 'gruplandırılmış', - 'virtual' => 'gerçek', + 'virtual' => 'gerçek', 'configurable' => 'yapılandırılabilir', - ], + ], 'simple' => 'Basit', 'configurable' => 'Ayarlanabilir', 'familiy' => 'Nitelik Grubu', @@ -584,15 +584,15 @@ return [ 'multiselect' => 'Çoklu Seçim', 'new-option' => 'Yeni Seçenek', 'is-default' => 'Varsayılan', - 'remove-image-btn-title' => 'Remove Image', - 'videos' => 'Videos', + 'remove-image-btn-title' => 'Resmi Kaldır', + 'videos' => 'Videolar', 'video' => 'Video', - 'add-video-btn-title' => 'Add Video', - 'remove-video-btn-title' => 'Remove Video', - 'not-support-video' => 'Your browser does not support the video tag.', - 'save' => 'Save', - 'cancel' => 'Cancel', - 'saved-inventory-message' => 'Product inventory saved successfully.', + 'add-video-btn-title' => 'Video Ekle', + 'remove-video-btn-title' => 'Video Kaldır', + 'not-support-video' => 'Tarayıcınız video etiketini desteklemiyor.', + 'save' => 'Kaydet', + 'cancel' => 'İptal', + 'saved-inventory-message' => 'Ürün envanteri başarıyla kaydedildi.', ], 'attributes' => [ @@ -649,7 +649,7 @@ return [ 'is_comparable' => 'Nitelik kıyaslanabilir', 'default_null_option' => 'Varsayılan boş seçenek oluştur', 'validation-messages' => [ - 'max-size' => 'The image size must be less than 600 KB', + 'max-size' => 'Resim boyutu 600 KB\'den küçük olmalıdır', ], ], 'families' => [ @@ -871,9 +871,9 @@ return [ 'seo-title' => 'Meta Başlık', 'seo-description' => 'Meta Açıklama', 'seo-keywords' => 'Meta Anahtar Kelimeler', - 'maintenance-mode' => 'Maintenance Mode', - 'maintenance-mode-text' => 'Message', - 'allowed-ips' => 'Allowed IPs', + 'maintenance-mode' => 'Bakım Modu', + 'maintenance-mode-text' => 'İleti', + 'allowed-ips' => 'İzin verilen IP\'ler', ], 'sliders' => [ @@ -892,8 +892,8 @@ return [ 'update-fail' => 'Slider güncellenemez.', 'delete-success' => 'Slider başarıyla silindi.', 'delete-fail' => 'Slider silinirken hata oluştu.', - 'expired-at' => 'Expire Date', - 'sort-order' => 'Sort Order', + 'expired-at' => 'Son kullanma tarihi', + 'sort-order' => 'Sıralama düzeni', ], 'tax-categories' => [ @@ -1028,9 +1028,9 @@ return [ 'status' => 'Durum', 'active' => 'Aktif', 'inactive' => 'Pasif', - 'is-suspended' => 'Is Suspended', - 'suspend' => 'Suspend', - 'suspended' => 'Suspended', + 'is-suspended' => 'Askıya Alındı', + 'suspend' => 'Askıya al', + 'suspended' => 'Askıya alındı', ], 'reviews' => [ @@ -1194,63 +1194,63 @@ return [ 'marketing' => [ 'templates' => [ - 'title' => 'Email Templates', - 'add-title' => 'Add Email Template', - 'edit-title' => 'Edit Email Template', - 'save-btn-title' => 'Save', - 'general' => 'General', - 'name' => 'Name', - 'status' => 'Status', - 'active' => 'Active', - 'inactive' => 'Inactive', - 'draft' => 'Draft', - 'content' => 'Content', - 'create-success' => 'Email template created successfully.', - 'update-success' => 'Email template updated successfully.', - 'delete-success' => 'Email template deleted successfully', + 'title' => 'E-posta Şablonları', + 'add-title' => 'E-posta Şablonu Ekle', + 'edit-title' => 'E-posta Şablonunu Düzenle', + 'save-btn-title' => 'Kaydet', + 'general' => 'Genel', + 'name' => 'İsim', + 'status' => 'Durum', + 'active' => 'Aktif', + 'inactive' => 'Pasif', + 'draft' => 'Taslak', + 'content' => 'İçerik', + 'create-success' => 'E-posta şablonu başarıyla oluşturuldu.', + 'update-success' => 'E-posta şablonu başarıyla güncellendi.', + 'delete-success' => 'E-posta şablonu başarıyla silindi.', ], 'campaigns' => [ - 'title' => 'Campaigns', - 'add-title' => 'Add Campaign', - 'edit-title' => 'Edit Campaign', - 'save-btn-title' => 'Save', - 'general' => 'General', - 'name' => 'Name', - 'status' => 'Status', - 'active' => 'Active', - 'inactive' => 'Inactive', - 'subject' => 'Subject', - 'email-template' => 'Email Template', - 'audience' => 'Audience', - 'channel' => 'Channel', - 'customer-group' => 'Customer Group', - 'schedule' => 'Schedule', - 'schedule-type' => 'Schedule Type', - 'once' => 'Once', - 'events' => 'Events', - 'schedule-date' => 'Schedule Date', - 'spooling' => 'Spooling', - 'event' => 'Event', - 'birthday' => 'Birthday', - 'create-success' => 'Campaign created successfully.', - 'update-success' => 'Campaign updated successfully.', - 'delete-success' => 'Campaign deleted successfully', + 'title' => 'Kampanyalar', + 'add-title' => 'Kampanya Ekle', + 'edit-title' => 'Kampanyayı Düzenle', + 'save-btn-title' => 'Kaydet', + 'general' => 'Genel', + 'name' => 'İsim', + 'status' => 'Durum', + 'active' => 'Aktif', + 'inactive' => 'Pasif', + 'subject' => 'Konu', + 'email-template' => 'E-posta şablonu', + 'audience' => 'Kitle', + 'channel' => 'Kanal', + 'customer-group' => 'Müşteri Grubu', + 'schedule' => 'Takvim', + 'schedule-type' => 'Zamanlama türü', + 'once' => 'Bir kez', + 'events' => 'Etkinlikler', + 'schedule-date' => 'Program Tarihi', + 'spooling' => 'Biriktir', + 'event' => 'Etkinlik', + 'birthday' => 'Doğum Günü', + 'create-success' => 'Kampanya başarıyla oluşturuldu.', + 'update-success' => 'Kampanya başarıyla güncellendi.', + 'delete-success' => 'Kampanya başarıyla silindi.', ], 'events' => [ - 'title' => 'Events', - 'add-title' => 'Add Event', - 'edit-title' => 'Edit Event', - 'save-btn-title' => 'Save', - 'general' => 'General', - 'name' => 'Name', - 'description' => 'Description', - 'date' => 'Date', - 'create-success' => 'Event created successfully.', - 'update-success' => 'Event updated successfully.', - 'delete-success' => 'Event deleted successfully.', - 'edit-error' => 'Can not edit this event.', + 'title' => 'Etkinlikler', + 'add-title' => 'Etkinlik Ekle', + 'edit-title' => 'Etkinliği Düzenle', + 'save-btn-title' => 'Kaydet', + 'general' => 'Genel', + 'name' => 'İsim', + 'description' => 'Açıklama', + 'date' => 'Tarih', + 'create-success' => 'Etkinlik başarıyla oluşturuldu.', + 'update-success' => 'Etkinlik başarıyla güncellendi.', + 'delete-success' => 'Etkinlik başarıyla silindi.', + 'edit-error' => 'Bu etkinlik düzenlenemiyor.', ], ], @@ -1287,7 +1287,7 @@ return [ 'tinymce' => [ 'http-error' => 'HTTP error.', 'invalid-json' => 'Invalid JSON.', - 'upload-failed' => 'Image upload failed due to a XHR Transport error.', + 'upload-failed' => 'XHR Aktarım hatası nedeniyle resim yükleme başarısız oldu.', ], ], @@ -1336,16 +1336,16 @@ return [ 'delete-success' => 'CMS sayfası başarıyla silindi.', 'delete-failure' => 'CMS sayfası silinirken hata oluştu!', 'preview' => 'Önizleme', - 'one-col' => '