From f40630df80b9c22fc3cc6ed59fe3d6123649f4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Ar=C5=9Fiv?= <65822345+Arsivpro@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:38:31 +0300 Subject: [PATCH] Missing and incorrect Turkish language files have been edited and added --- .../Admin/src/Resources/lang/tr/app.php | 292 +++++++++--------- .../src/Resources/lang/tr/app.php | 140 +++++++++ .../Customer/src/Resources/lang/tr/app.php | 40 +++ .../Webkul/Shop/src/Resources/lang/tr/app.php | 2 +- .../SocialLogin/src/Resources/lang/tr/app.php | 27 ++ .../Webkul/Tax/src/Resources/lang/tr/app.php | 16 +- .../Velocity/src/Resources/lang/tr/app.php | 18 +- resources/lang/tr/auth.php | 19 ++ resources/lang/tr/pagination.php | 19 ++ resources/lang/tr/passwords.php | 22 ++ resources/lang/tr/validation.php | 156 ++++++++++ 11 files changed, 587 insertions(+), 164 deletions(-) create mode 100644 packages/Webkul/BookingProduct/src/Resources/lang/tr/app.php create mode 100644 packages/Webkul/Customer/src/Resources/lang/tr/app.php create mode 100644 packages/Webkul/SocialLogin/src/Resources/lang/tr/app.php create mode 100644 resources/lang/tr/auth.php create mode 100644 resources/lang/tr/pagination.php create mode 100644 resources/lang/tr/passwords.php create mode 100644 resources/lang/tr/validation.php 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' => '
Use class: "static-container one-column" for one column layout.
', - 'two-col' => '
Use class: "static-container two-column" for two column layout.
', - 'three-col' => '
Use class: "static-container three-column" for three column layout.
', + 'one-col' => '
Bir sütun düzeni için "static-container one-column" sınıfını kullanın.
', + 'two-col' => '
İki sütun düzeni için "static-container two-column" sınıfı kullanın.
', + 'three-col' => '
Üç sütun düzeni için "static-container three-column" sınıfı kullanın.
', 'helper-classes' => 'Yardımcı Sınıflar', ], ], 'response' => [ 'being-used' => ':name isimli kaynak :source isimli kaynakta kullanılıyor.', - 'cannot-change' => 'Cannot change the :name.', + 'cannot-change' => ':name değiştirilemez.', 'cannot-delete-default' => 'Varsayılan kanal silinemez.', 'create-success' => ':name başarıyla oluşturuldu.', 'update-success' => ':name başarıyla güncellendi.', @@ -1364,12 +1364,12 @@ return [ 'cancel-error' => ':name iptal edilemez.', 'already-taken' => ':name daha önceden girilmiş.', 'order-pending' => 'Bu hesaba ait işlem bekleyen siparişler bulunduğundan hesap silinemez.', - 'something-went-wrong' => 'Something went wrong!', + 'something-went-wrong' => 'Bir şeyler yanlış gitti!', ], 'validations' => [ - 'slug-being-used' => 'This slug is getting used in either categories or products.', - 'slug-reserved' => 'This slug is reserved.', + 'slug-being-used' => 'Bu slug ya kategorilerde ya da ürünlerde kullanılıyor.', + 'slug-reserved' => 'Bu slug saklıdır.', ], 'footer' => [ @@ -1397,10 +1397,10 @@ return [ ], 'system' => [ 'catalog' => 'Katalog', - 'homepage' => 'Homepage configuration', - 'allow-no-of-new-product-homepage' => 'Allowed No of New Product in Homepage', - 'allow-no-of-featured-product-homepage' => 'Allowed No of Featured Product in Homepage', - 'allow-out-of-stock-items' => 'Allow out of stock items', + 'homepage' => 'Ana sayfa yapılandırması', + 'allow-no-of-new-product-homepage' => 'Ana Sayfada İzin Verilen Yeni Ürün Sayısı', + 'allow-no-of-featured-product-homepage' => 'Ana Sayfada İzin Verilen Öne Çıkan Ürün Sayısı', + 'allow-out-of-stock-items' => 'Stokta olmayan ürünlere izin ver', 'products' => 'Ürünler', 'guest-checkout' => 'Ziyaretçi Satışı', 'allow-guest-checkout' => 'Ziyaretçi Alımına İzin Ver', @@ -1411,8 +1411,8 @@ return [ 'stock-options' => 'Stok Seçenekleri', 'allow-backorders' => 'Stok Dışı Siparişe İzin Ver', 'customer' => 'Müşteri', - 'wishlist' => 'Wishlist', - 'wishlist-share' => 'Enable Sharing', + 'wishlist' => 'İstek Listesi', + 'wishlist-share' => 'Paylaşımı Etkinleştir', 'settings' => 'Ayarlar', 'address' => 'Adres', 'street-lines' => 'Sokak Adresi Satır Sayısı', @@ -1427,7 +1427,7 @@ return [ 'state' => 'Şehir', 'zip' => 'Posta Kodu', 'city' => 'İlçe', - 'information' => 'Information', + 'information' => 'Bilgi', 'street-address' => 'Sokak Adresi', 'title' => 'Başlık', 'description' => 'Açıklama', @@ -1454,13 +1454,13 @@ return [ 'weight-unit' => 'Ağırlık Birimi', 'email-settings' => 'Mail Ayarları', 'email-sender-name' => 'Mail Gönderici Adı', - 'email-sender-name-tip' => 'This name will be displayed in the customers inbox', + 'email-sender-name-tip' => 'Bu ad, müşterilerin gelen kutusunda görüntülenecektir.', 'shop-email-from' => 'Mağaza Mail Adresi [Mail gönderimleri için]', - 'shop-email-from-tip' => 'The email address of this channel to send emails to your customers', + 'shop-email-from-tip' => 'Müşterilerinize e-posta göndermek için bu kanalın e-posta adresi', 'admin-name' => 'Yönetici Adı', - 'admin-name-tip' => 'This name will be displayed in all admin emails', + 'admin-name-tip' => 'Bu ad, tüm yönetici e-postalarında görüntülenecektir.', 'admin-email' => 'Yönetici Mail Adresi', - 'admin-email-tip' => 'The email address of the admin for this channel to receive emails', + 'admin-email-tip' => 'E-postaları almak için bu kanalın yöneticisinin e-posta adresi', 'admin-page-limit' => 'Sayfa Başına Varsayılan İçerik (Yönetici)', 'design' => 'Tasarım', 'admin-logo' => 'Panel Logo', @@ -1489,9 +1489,9 @@ return [ 'invoice-slip-design' => 'Fatura Tasarımı', 'logo' => 'logo', 'default' => 'Varsayılan', - 'invoice-reminders' => 'Invoice Reminders', - 'maximum-limit-of-reminders' => 'Maximum limit of reminders', - 'interval-between-reminders' => 'Interval between reminders', + 'invoice-reminders' => 'Fatura Hatırlatıcıları', + 'maximum-limit-of-reminders' => 'Maksimum hatırlatıcı sınırı', + 'interval-between-reminders' => 'Hatırlatıcılar arasındaki aralık', 'sandbox' => 'Havuz', 'all-channels' => 'Tümü', 'all-locales' => 'Tümü', @@ -1525,29 +1525,29 @@ return [ 'vat-number' => 'KDV Numarası', 'contact-number' => 'İletişim numarası', 'bank-details' => 'Banka detayları', - 'mailing-address' => 'Send Check to', - 'instructions' => 'Instructions', - 'custom-scripts' => 'Custom Scripts', - 'custom-css' => 'Custom CSS', - 'custom-javascript' => 'Custom Javascript', + 'mailing-address' => 'Çek Gönder', + 'instructions' => 'Talimatlar', + 'custom-scripts' => 'Özel Komut Dosyaları', + 'custom-css' => 'Özel CSS', + 'custom-javascript' => 'Özel Javascript', 'paypal-smart-button' => 'PayPal', 'client-id' => 'Client Id', 'client-id-info' => 'Use "sb" for testing.', 'client-secret' => 'Client Secret', - 'client-secret-info' => 'Add your secret key here', - 'accepted-currencies' => 'Accepted currencies', - 'accepted-currencies-info' => 'Add currency code comma seperated e.g. USD,INR,...', - 'buy-now-button-display' => 'Allow customers to directly buy products', - 'width' => 'Width', - 'height' => 'Height', - 'cache-small-image' => 'Small Image', - 'cache-medium-image' => 'Medium Image', - 'cache-large-image' => 'Large Image', - 'generate-invoice' => 'Automatically generate the invoice after placing an order', - 'set-invoice-status' => 'Set the invoice status after creating the invoice to', - 'set-order-status' => 'Set the order status after creating the invoice to', - 'generate-invoice-applicable' => 'Applicable if automatic generate invoice is enabled', - 'records-found' => 'Record(s) found', + 'client-secret-info' => 'Gizli anahtarınızı buraya ekleyin', + 'accepted-currencies' => 'Kabul edilen para birimleri', + 'accepted-currencies-info' => 'Para birimi kodunu virgülle ayırarak ekleyin, ör. USD, INR,...', + 'buy-now-button-display' => 'Müşterilerin ürünleri doğrudan satın almasına izin verin', + 'width' => 'Genişlik', + 'height' => 'Yükseklik', + 'cache-small-image' => 'Küçük Resim', + 'cache-medium-image' => 'Orta Resim', + 'cache-large-image' => 'Büyük Resim', + 'generate-invoice' => 'Sipariş verdikten sonra faturayı otomatik olarak oluşturun', + 'set-invoice-status' => 'Faturayı oluşturduktan sonra fatura durumunu şu şekilde ayarlayın:', + 'set-order-status' => 'Faturayı oluşturduktan sonra sipariş durumunu ayarlayın.', + 'generate-invoice-applicable' => 'Otomatik fatura oluştur etkinse geçerlidir', + 'records-found' => 'Kayıt(lar) bulundu', ], ], diff --git a/packages/Webkul/BookingProduct/src/Resources/lang/tr/app.php b/packages/Webkul/BookingProduct/src/Resources/lang/tr/app.php new file mode 100644 index 000000000..58185b362 --- /dev/null +++ b/packages/Webkul/BookingProduct/src/Resources/lang/tr/app.php @@ -0,0 +1,140 @@ + [ + 'catalog' => [ + 'products' => [ + 'booking' => 'Rezervasyon Bilgileri', + 'booking-type' => 'Rezervasyon Türü', + 'default' => 'Varsayılan', + 'appointment-booking' => 'Randevu Rezervasyonu', + 'event-booking' => 'Etkinlik Rezervasyonu', + 'rental-booking' => 'Kiralık Rezervasyon', + 'table-booking' => 'Masa Rezervasyonu', + 'slot-duration' => 'Slot Süresi (Dk)', + 'break-time' => 'Mola Süresi s/b Slot (Dk)', + 'available-every-week' => 'Her Hafta Mevcut', + 'yes' => 'Evet', + 'no' => 'Hayır', + 'available-from' => 'Mevcut', + 'available-to' => 'Mevcut', + 'same-slot-all-days' => 'Tüm Günler Aynı Slot', + 'slot-has-quantity' => 'Slot Miktarı var', + 'slots' => 'Slotlar', + 'from' => 'İtibaren', + 'to' => 'İle', + 'qty' => 'Miktar', + 'add-slot' => 'Slot Ekle', + 'sunday' => 'Pazar', + 'monday' => 'Pazartesi', + 'tuesday' => 'Salı', + 'wednesday' => 'Çarşamba', + 'thursday' => 'Perşembe', + 'friday' => 'Cuma', + 'saturday' => 'Cumartesi', + 'renting-type' => 'Kiralama Türü', + 'daily' => 'Günlük Bazında', + 'hourly' => 'Saatlik Bazında', + 'daily-hourly' => 'Her ikisi (Günlük ve Saatlik)', + 'daily-price' => 'Günlük Fiyat', + 'hourly-price' => 'Saatlik Fiyat', + 'location' => 'Konum', + 'show-location' => 'Konumu Göster', + 'event-start-date' => 'Etkinlik Başlangıç Tarihi', + 'event-end-date' => 'Etkinlik Bitiş Tarihi', + 'tickets' => 'Biletler', + 'add-ticket' => 'Bilet Ekle', + 'name' => 'İsim', + 'price' => 'Fiyat', + 'quantity' => 'Miktar', + 'description' => 'Açıklama', + 'special-price' => 'Özel Fiyat', + 'special-price-from' => 'Kadar Geçerli', + 'special-price-to' => 'Geçerlilik Tarihi', + 'charged-per' => 'Ücretli', + 'guest' => 'Misafir', + 'table' => 'Masa', + 'prevent-scheduling-before' => 'Önceden Planlamayı Önle', + 'guest-limit' => 'Masa Başına Misafir Limiti', + 'guest-capacity' => 'Misafir Kapasitesi', + 'type' => 'Tür', + 'many-bookings-for-one-day' => 'Bir Gün İçin Birçok Rezervasyon', + 'one-booking-for-many-days' => 'Birçok Gün İçin Bir Rezervasyon', + 'day' => 'Gün', + 'status' => 'Durum', + 'open' => 'Açık', + 'close' => 'Kapalı', + 'time-error' => 'Gidiş zamanı, başlangıç zamanından daha büyük olmalıdır.' + ] + ], + + 'sales' => [ + 'bookings' => [ + 'title' => 'Rezervasyonlar', + ] + ], + + 'datagrid' => [ + 'from' => 'İtibaren', + 'to' => 'İle' + ] + ], + + 'shop' => [ + 'products' => [ + 'location' => 'Konum', + 'contact' => 'İletişim', + 'email' => 'Email', + 'slot-duration' => 'Slot Süresi', + 'slot-duration-in-minutes' => ':minutes Dakika', + 'today-availability' => 'Bugün Kullanılabilirlik', + 'slots-for-all-days' => 'Tüm günler için göster', + 'sunday' => 'Pazar', + 'monday' => 'Pazartesi', + 'tuesday' => 'Salı', + 'wednesday' => 'Çarşamba', + 'thursday' => 'Perşembe', + 'friday' => 'Cuma', + 'saturday' => 'Cumartesi', + 'closed' => 'Kapalı', + 'book-an-appointment' => 'Randevu Al', + 'date' => 'Tarih', + 'slot' => 'Slot', + 'rent-an-item' => 'Eşya Kiralama', + 'choose-rent-option' => 'Kiralama Seçeneğini Seçin', + 'daily-basis' => 'Günlük Bazında', + 'hourly-basis' => 'Saatlik Bazında', + 'select-time-slot'=> 'Zaman aralığı seçin', + 'select-slot' => 'Slot Seç', + 'select-date' => 'Tarih Seç', + 'select-rent-time' => 'Kiralama Süresini Seçin', + 'from' => 'İtibaren', + 'to' => 'İle', + 'book-a-table' => 'Bir masa rezervasyonu', + 'special-notes' => 'Özel İstek/Notlar', + 'event-on' => 'Etkinlik Açık', + 'book-your-ticket' => 'Biletinizi Ayırtın', + 'per-ticket-price' => 'Bilet Başına :price', + 'number-of-tickets' => 'Bilet Sayısı', + 'total-tickets' => 'Toplam Biletler', + 'base-price' => 'Taban Fiyat', + 'total-price' => 'Toplam Fiyat', + 'base-price-info' => '(Bu, her miktar için her bilet türü için geçerli olacaktır.)' + ], + + 'cart' => [ + 'renting_type' => 'Kira Türü', + 'daily' => 'Günlük', + 'hourly' => 'Saatlik', + 'event-ticket' => 'Etkinlik Bileti', + 'event-from' => 'Etkinlik Kimden', + 'event-till' => 'Etkinlik Sonu', + 'rent-type' => 'Kira Türü', + 'rent-from' => 'Kiralık', + 'rent-till' => 'Kiraya Kadar', + 'booking-from' => 'Rezervasyon', + 'booking-till' => 'Rezervasyon', + 'special-note' => 'Özel İstek/Notlar', + ] + ] +]; \ No newline at end of file diff --git a/packages/Webkul/Customer/src/Resources/lang/tr/app.php b/packages/Webkul/Customer/src/Resources/lang/tr/app.php new file mode 100644 index 000000000..a649348d2 --- /dev/null +++ b/packages/Webkul/Customer/src/Resources/lang/tr/app.php @@ -0,0 +1,40 @@ + [ + 'success' => 'Öğe Başarıyla İstek Listesine Eklendi', + 'failure' => 'Öğe İstek Listesine Eklenemiyor', + 'already' => 'Ürün İstek Listenizde Zaten Mevcut', + 'removed' => 'Öğe İstek Listesinden Başarıyla Kaldırıldı', + 'remove-fail' => 'Öğe İstek Listesinden Kaldırılamıyor', + 'empty' => 'İstek Listenizde Hiç Ürün Yok', + 'select-options' => 'İstek Listesine Eklemeden Önce Seçenekleri Seçmeniz Gerekiyor', + 'remove-all-success' => 'İstek Listenizdeki Tüm Öğeler Kaldırıldı', + ], + + 'reviews' => [ + 'empty' => 'Henüz hiçbir ürünü incelemediniz', + ], + + 'forget_password' => [ + 'reset_link_sent' => 'Şifre sıfırlama bağlantınızı e-posta ile gönderdik.', + 'email_not_exist' => "Bu e-posta adresine sahip bir kullanıcı bulamıyoruz", + ], + + 'admin' => [ + 'system' => [ + 'captcha' => [ + 'title' => 'Captcha', + 'credentials' => 'Kimlik Bilgileri', + 'site-key' => 'Site Key', + 'secret-key' => 'Secret Key', + 'status' => 'Durum', + + 'validations' => [ + 'required' => 'Lütfen CAPTCHA\'yı seçin', + 'captcha' => 'Bir şeyler yanlış gitti! Lütfen tekrar deneyin.', + ] + ], + ], + ], +]; diff --git a/packages/Webkul/Shop/src/Resources/lang/tr/app.php b/packages/Webkul/Shop/src/Resources/lang/tr/app.php index dd0440035..9bd794862 100644 --- a/packages/Webkul/Shop/src/Resources/lang/tr/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/tr/app.php @@ -219,7 +219,7 @@ return [ 'page-title' => 'Adres', 'title' => 'Adres', 'add' => 'Adres Ekle', - 'edit' => 'Düzenşe', + 'edit' => 'Düzenle', 'empty' => 'Henüz kayıtlı adresiniz bulunmuyor. Eklemek için lütfen aşağıdaki linki tıklayınız.', 'create' => 'Adres Ekle', 'delete' => 'Sil', diff --git a/packages/Webkul/SocialLogin/src/Resources/lang/tr/app.php b/packages/Webkul/SocialLogin/src/Resources/lang/tr/app.php new file mode 100644 index 000000000..720f1859f --- /dev/null +++ b/packages/Webkul/SocialLogin/src/Resources/lang/tr/app.php @@ -0,0 +1,27 @@ + [ + 'system' => [ + 'social-login' => 'Sosyal Medya Giriş', + 'enable-facebook' => 'Facebook Etkinleştir', + 'enable-twitter' => 'Twitter Etkinleştir', + 'enable-google' => 'Google Etkinleştir', + 'enable-linkedin' => 'LinkedIn Etkinleştir', + 'enable-github' => 'Github Etkinleştir' + ] + ], + + 'shop' => [ + 'customer' => [ + 'login-form' => [ + 'continue-with-facebook' => 'Facebook İle Devam Et', + 'continue-with-twitter' => 'Twitter İle Devam Et', + 'continue-with-google' => 'Google İle Devam Et', + 'continue-with-linkedin' => 'LinkedIn İle Devam Et', + 'continue-with-github' => 'Github İle Devam Et', + 'or' => 'Veya' + ] + ] + ] +]; \ No newline at end of file diff --git a/packages/Webkul/Tax/src/Resources/lang/tr/app.php b/packages/Webkul/Tax/src/Resources/lang/tr/app.php index f0851f7d4..b011c7342 100644 --- a/packages/Webkul/Tax/src/Resources/lang/tr/app.php +++ b/packages/Webkul/Tax/src/Resources/lang/tr/app.php @@ -4,14 +4,14 @@ return [ 'admin' => [ 'system' => [ 'taxes' => [ - 'taxes' => 'Taxes', - 'catalogue' => 'Catalog', - 'pricing' => 'Pricing', - 'tax-inclusive' => 'Tax inclusive', - 'default-location-calculation' => 'Default Location Calculation', - 'default-country' => 'Default Country', - 'default-state' => 'Default State', - 'default-post-code' => 'Default Post Code', + 'taxes' => 'Vergiler', + 'catalogue' => 'Katalog', + 'pricing' => 'Fiyatlandırma', + 'tax-inclusive' => 'Vergiler dahil', + 'default-location-calculation' => 'Varsayılan Konum Hesaplama', + 'default-country' => 'Varsayılan Ülke', + 'default-state' => 'Varsayılan durum', + 'default-post-code' => 'Varsayılan Posta Kodu', ], ] ] diff --git a/packages/Webkul/Velocity/src/Resources/lang/tr/app.php b/packages/Webkul/Velocity/src/Resources/lang/tr/app.php index 5d3afd22b..40e8c50c6 100644 --- a/packages/Webkul/Velocity/src/Resources/lang/tr/app.php +++ b/packages/Webkul/Velocity/src/Resources/lang/tr/app.php @@ -113,14 +113,14 @@ return [ 'general' => 'Genel', 'add-image-btn-title' => 'Görsel Ekle', 'footer-middle' => [ - 'about-us' => 'About Us', - 'customer-service' => 'Customer Service', - 'whats-new' => 'What\'s New', - 'contact-us' => 'Contact Us', - 'order-and-returns' => 'Order and Returns', - 'payment-policy' => 'Payment Policy', - 'shipping-policy' => 'Shipping Policy', - 'privacy-and-cookies-policy' => 'Privacy and Cookies Policy' + 'about-us' => 'Hakkımızda', + 'customer-service' => 'Müşteri Servisi', + 'whats-new' => 'Yeni Neler Var', + 'contact-us' => 'Bize Ulaşın', + 'order-and-returns' => 'Sipariş ve İade', + 'payment-policy' => 'Ödeme Politikası', + 'shipping-policy' => 'Nakliye Politikası', + 'privacy-and-cookies-policy' => 'Gizlilik ve Çerez Politikası' ] ], 'category' => [ @@ -262,7 +262,7 @@ return [ 'short-description' => 'Kısa Açıklamalar', 'recently-viewed' => 'En Son Gezdiğiniz Ürünler', 'be-first-review' => 'Bu ürüne ilk siz inceleme girin!', - 'tax-inclusive' => 'Inclusive of all taxes', + 'tax-inclusive' => 'Tüm vergiler dahildir', ], 'shop' => [ diff --git a/resources/lang/tr/auth.php b/resources/lang/tr/auth.php new file mode 100644 index 000000000..b5891f260 --- /dev/null +++ b/resources/lang/tr/auth.php @@ -0,0 +1,19 @@ + 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.', + 'throttle' => 'Çok fazla giriş denemesi. Lütfen :seconds içinde tekrar deneyin.', + +]; diff --git a/resources/lang/tr/pagination.php b/resources/lang/tr/pagination.php new file mode 100644 index 000000000..8c760579e --- /dev/null +++ b/resources/lang/tr/pagination.php @@ -0,0 +1,19 @@ + '« Önceki', + 'next' => 'Sonraki »', + +]; diff --git a/resources/lang/tr/passwords.php b/resources/lang/tr/passwords.php new file mode 100644 index 000000000..465d96c50 --- /dev/null +++ b/resources/lang/tr/passwords.php @@ -0,0 +1,22 @@ + 'Şifreler en az altı karakterden oluşmalı ve onayla eşleşmelidir.', + 'reset' => 'Şifreniz sıfırlandı!', + 'sent' => 'Şifre sıfırlama bağlantınızı e-posta ile gönderdik!', + 'token' => 'Bu parola sıfırlama belirteci geçersiz.', + 'user' => "Bu e-posta adresine sahip bir kullanıcı bulamıyoruz.", + +]; diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php new file mode 100644 index 000000000..c1b9894ea --- /dev/null +++ b/resources/lang/tr/validation.php @@ -0,0 +1,156 @@ + ':attribute kabul edilmelidir.', + 'active_url' => ':attribute geçerli bir URL değil.', + 'after' => ':attribute, :date \'den sonraki bir tarih olmalıdır.', + 'after_or_equal' => ':attribute, :date \'den sonraki veya buna eşit bir tarih olmalıdır.', + 'alpha' => ':attribute yalnızca harf içermelidir.', + 'alpha_dash' => ':attribute yalnızca harf, sayı, tire ve alt çizgi içermelidir.', + 'alpha_num' => ':attribute yalnızca harf ve rakamlardan oluşmalıdır.', + 'array' => ':attribute bir dizi olmalıdır.', + 'before' => ':attribute, :date \'den önceki bir tarih olmalıdır.', + 'before_or_equal' => ':attribute, :date tarihinden önce veya buna eşit bir tarih olmalıdır.', + 'between' => [ + 'numeric' => ':attribute :min ve :max arasında olmalıdır.', + 'file' => ':attribute :min ve :max kilobaytlar arasında olmalıdır.', + 'string' => ':attribute :min ve :max karakterleri arasında olmalıdır.', + 'array' => ':attribute, :min ve :max öğeleri arasında olmalıdır.', + ], + 'boolean' => ':attribute alanı doğru veya yanlış olmalıdır.', + 'confirmed' => ':attribute onayı eşleşmiyor.', + 'current_password' => 'Şifre yanlış.', + 'date' => ':attribute geçerli bir tarih değil.', + 'date_equals' => ':attribute, :date değerine eşit bir tarih olmalıdır.', + 'date_format' => ':attribute, :format biçimiyle eşleşmiyor.', + 'different' => ':attribute ve :other farklı olmalıdır.', + 'digits' => ':attribute :digits rakamlardan oluşmalıdır.', + 'digits_between' => ':attribute :min ve :max basamakları arasında olmalıdır.', + 'dimensions' => ':attribute geçersiz resim boyutlarına sahip.', + 'distinct' => ':attribute alanı yinelenen bir değere sahip.', + 'email' => ':attribute geçerli bir e-posta adresi olmalıdır.', + 'ends_with' => ':attribute aşağıdakilerden biriyle bitmelidir: :values.', + 'exists' => 'Seçilen :attribute geçersiz.', + 'file' => ':attribute bir dosya olmalıdır.', + 'filled' => ':attribute alanının bir değeri olmalıdır.', + 'gt' => [ + 'numeric' => ':attribute, :value değerinden büyük olmalıdır.', + 'file' => ':attribute, :value kilobayttan büyük olmalıdır.', + 'string' => ':attribute, :value karakterlerinden büyük olmalıdır.', + 'array' => ':attribute, :value öğelerinden daha fazlasına sahip olmalıdır.', + ], + 'gte' => [ + 'numeric' => ':attribute, :value değerinden büyük veya ona eşit olmalıdır.', + 'file' => ':attribute, :value kilobayttan büyük veya ona eşit olmalıdır.', + 'string' => ':attribute, :value karakterlerinden büyük veya ona eşit olmalıdır.', + 'array' => ':attribute, :value öğelerine veya daha fazlasına sahip olmalıdır.', + ], + 'image' => ':attribute bir resim olmalıdır.', + 'in' => 'Seçilen :attribute geçersiz.', + 'in_array' => ':attribute alanı :other içinde mevcut değil.', + 'integer' => ':attribute bir tamsayı olmalıdır.', + 'ip' => ':attribute geçerli bir IP adresi olmalıdır.', + 'ipv4' => ':attribute geçerli bir IPv4 adresi olmalıdır.', + 'ipv6' => ':attribute geçerli bir IPv6 adresi olmalıdır.', + 'json' => ':attribute geçerli bir JSON dizesi olmalıdır.', + 'lt' => [ + 'numeric' => ':attribute, :value değerinden küçük olmalıdır.', + 'file' => ':attribute, :value kilobayttan küçük olmalıdır.', + 'string' => ':attribute, :value karakterlerinden daha az olmalıdır.', + 'array' => ':attribute, :value öğelerinden daha azına sahip olmalıdır.', + ], + 'lte' => [ + 'numeric' => ':attribute, :value değerinden küçük veya ona eşit olmalıdır.', + 'file' => ':attribute :value kilobayttan küçük veya ona eşit olmalıdır.', + 'string' => ':attribute, :value karakterlerinden küçük veya ona eşit olmalıdır.', + 'array' => ':attribute, :value öğelerinden daha fazlasına sahip olmamalıdır.', + ], + 'max' => [ + 'numeric' => ':attribute :max değerinden büyük olmamalıdır.', + 'file' => ':attribute, :max kilobayttan büyük olmamalıdır.', + 'string' => ':attribute, :max karakterlerinden büyük olmamalıdır.', + 'array' => ':attribute öğesi, :max öğelerinden daha fazlasına sahip olmamalıdır.', + ], + 'mimes' => ':attribute, :values ​​türünde bir dosya olmalıdır.', + 'mimetypes' => ':attribute, :values ​​türünde bir dosya olmalıdır.', + 'min' => [ + 'numeric' => ':attribute en az :min olmalıdır.', + 'file' => ':attribute en az :min kilobayt olmalıdır.', + 'string' => ':attribute en az :min karakter olmalıdır.', + 'array' => ':attribute en az :min öğelerine sahip olmalıdır.', + ], + 'multiple_of' => ':attribute, :value \'nun katı olmalıdır.', + 'not_in' => 'Seçilen :attribute geçersiz.', + 'not_regex' => ':attribute biçimi geçersiz.', + 'numeric' => ':attribute bir sayı olmalıdır.', + 'password' => 'Şifre yanlış.', + 'present' => ':attribute alanı mevcut olmalıdır.', + 'regex' => ':attribute biçimi geçersiz.', + 'required' => ':attribute alanı gereklidir.', + 'required_if' => ':attribute alanı, :other :value olduğunda gereklidir.', + 'required_unless' => ':attribute alanı, :other :values ​​içinde olmadığı sürece gereklidir.', + 'required_with' => ':attribute alanı, :values ​​mevcut olduğunda gereklidir.', + 'required_with_all' => ':attribute alanı, :değerler mevcut olduğunda gereklidir.', + 'required_without' => ':attribute alanı, :values ​​olmadığında gereklidir.', + 'required_without_all' => ':attribute alanı, :values ​​değerlerinin hiçbiri mevcut olmadığında gereklidir.', + 'prohibited' => ':attribute alanı yasaktır.', + 'prohibited_if' => ':attribute alanı :other :value olduğunda yasaktır.', + 'prohibited_unless' => ':attribute alanı, :other :values ​​içinde olmadığı sürece yasaktır.', + 'same' => ':attribute ve :other eşleşmelidir.', + 'size' => [ + 'numeric' => ':attribute :size olmalıdır.', + 'file' => ':attribute :size kilobayt olmalıdır.', + 'string' => ':attribute :size karakter olmalıdır.', + 'array' => ':attribute :size öğeleri içermelidir.', + ], + 'starts_with' => ':attribute aşağıdakilerden biriyle başlamalıdır: :values.', + 'string' => ':attribute bir dize olmalıdır.', + 'timezone' => ':attribute geçerli bir saat dilimi olmalıdır.', + 'unique' => ':attribute zaten alınmış.', + 'uploaded' => ':attribute yüklenemedi.', + 'url' => ':attribute geçerli bir URL olmalıdır.', + 'uuid' => ':attribute geçerli bir UUID olmalıdır.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'custom-message', + ], + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. + | + */ + + 'attributes' => [], + +];