Turkish Language added and English language duplicate rows deleted.
This commit is contained in:
parent
b209aac3e7
commit
77e0610c89
|
|
@ -19,7 +19,6 @@ return [
|
|||
'true' => 'True',
|
||||
'false' => 'False',
|
||||
'apply' => 'Apply',
|
||||
'action' => 'Action',
|
||||
'label' => 'Label',
|
||||
'name' => 'Name',
|
||||
'title' => 'Title',
|
||||
|
|
@ -365,7 +364,6 @@ return [
|
|||
'tax-percent' => 'Tax Percent',
|
||||
'tax-amount' => 'Tax Amount',
|
||||
'discount-amount' => 'Discount Amount',
|
||||
'discount-amount' => 'Discount Amount',
|
||||
'grand-total' => 'Grand Total',
|
||||
'total-paid' => 'Total Paid',
|
||||
'total-refunded' => 'Total Refunded',
|
||||
|
|
@ -483,8 +481,6 @@ return [
|
|||
'price' => 'Price',
|
||||
'weight' => 'Weight',
|
||||
'status' => 'Status',
|
||||
'enabled' => 'Enabled',
|
||||
'disabled' => 'Disabled',
|
||||
'add-variant-title' => 'Add Variant',
|
||||
'variant-already-exist-message' => 'Variant with same attribute options already exists.',
|
||||
'add-image-btn-title' => 'Add Image',
|
||||
|
|
@ -516,7 +512,6 @@ return [
|
|||
'searching' => 'Searching ...',
|
||||
'grouped-products' => 'Grouped Products',
|
||||
'search-products' => 'Search Products',
|
||||
'no-result-found' => 'Products not found with same name.',
|
||||
'channel' => 'Channels',
|
||||
'bundle-items' => 'Bundle Items',
|
||||
'add-option-btn-title' => 'Add Option',
|
||||
|
|
@ -571,7 +566,6 @@ return [
|
|||
'no' => 'No',
|
||||
'value_per_locale' => 'Value Per Locale',
|
||||
'value_per_channel' => 'Value Per Channel',
|
||||
'value_per_channel' => 'Value Per Channel',
|
||||
'is_filterable' => 'Use in Layered Navigation',
|
||||
'is_configurable' => 'Use To Create Configurable Product',
|
||||
'admin_name' => 'Admin Name',
|
||||
|
|
@ -680,7 +674,6 @@ return [
|
|||
'edit-button-title' => 'Edit Rate'
|
||||
],
|
||||
'zip_code' => 'Zip Code',
|
||||
'is_zip' => 'Enable Zip Range',
|
||||
],
|
||||
|
||||
'sales' => [
|
||||
|
|
@ -699,7 +692,6 @@ return [
|
|||
'title' => 'Locales',
|
||||
'add-title' => 'Add Locale',
|
||||
'edit-title' => 'Edit Locale',
|
||||
'add-title' => 'Add Locale',
|
||||
'save-btn-title' => 'Save Locale',
|
||||
'general' => 'General',
|
||||
'code' => 'Code',
|
||||
|
|
@ -826,7 +818,7 @@ return [
|
|||
'created-fault' => 'Error in creating slider item',
|
||||
'update-success' => 'Slider item successfully updated',
|
||||
'update-fail' => 'Slider cannot be updated',
|
||||
'delete-success' => 'Cannot delete last llider item',
|
||||
'delete-success' => 'Cannot delete last slider item',
|
||||
'delete-fail' => 'Slider item successfully deleted'
|
||||
],
|
||||
|
||||
|
|
@ -872,7 +864,6 @@ return [
|
|||
'edit-button-title' => 'Edit Rate'
|
||||
],
|
||||
'zip_code' => 'Zip Code',
|
||||
'is_zip' => 'Enable Zip Range',
|
||||
'create-success' => 'Tax Rate Created Successfully',
|
||||
'create-error' => 'Cannot Create Tax Rate',
|
||||
'update-success' => 'Tax Rate Updated Successfully',
|
||||
|
|
@ -891,7 +882,6 @@ return [
|
|||
'edit-title' => 'Edit Group',
|
||||
'save-btn-title' => 'Save Group',
|
||||
'title' => 'Groups',
|
||||
'save-btn-title' => 'Save Group',
|
||||
'code' => 'Code',
|
||||
'name' => 'Name',
|
||||
'is_user_defined' => 'User Defined',
|
||||
|
|
@ -955,7 +945,6 @@ return [
|
|||
'other' => 'Other',
|
||||
'male' => 'Male',
|
||||
'female' => 'Female',
|
||||
'phone' => 'Phone',
|
||||
'group-default' => 'Cannot delete the default group.',
|
||||
'edit-help-title' => 'Edit Customer',
|
||||
'delete-help-title' => 'Delete Customer',
|
||||
|
|
@ -1341,7 +1330,6 @@ return [
|
|||
'favicon' => 'Favicon',
|
||||
'seo' => 'SEO',
|
||||
'rich-snippets' => 'Rich Snippets',
|
||||
'products' => 'Products',
|
||||
'enable' => 'Enable',
|
||||
'show-weight' => 'Show Weight',
|
||||
'show-categories' => 'Show Categories',
|
||||
|
|
@ -1351,7 +1339,6 @@ return [
|
|||
'show-offers' => 'Show Offers',
|
||||
'show-sku' => 'Show SKU',
|
||||
'categories' => 'Categories',
|
||||
'show-sku' => 'Show SKU',
|
||||
'show-search-input-field' => 'Show Search Input Field'
|
||||
]
|
||||
]
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -26,6 +26,10 @@ class LocalesTableSeeder extends Seeder
|
|||
'id' => 3,
|
||||
'code' => 'nl',
|
||||
'name' => 'Dutch',
|
||||
], [
|
||||
'id' => 4,
|
||||
'code' => 'nl',
|
||||
'name' => 'Türkçe',
|
||||
]]);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,294 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => 'Genel',
|
||||
'category' => 'Kategori',
|
||||
'settings' => 'Ayarlar',
|
||||
'extension_name' => 'Velocity Teması',
|
||||
'error-module-inactive' => 'Uyarı: Velocity teması pasif durumda!',
|
||||
],
|
||||
|
||||
'settings' => [
|
||||
'channels'=> [
|
||||
'subscription_bar' => 'Abonelik çubuğu içeriği'
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'status' => 'Durum',
|
||||
'active' => 'Aktif',
|
||||
'inactive' => 'Pasif',
|
||||
],
|
||||
'category' => [
|
||||
'all' => 'Tümü',
|
||||
'left' => 'Sol',
|
||||
'right' => 'Sağ',
|
||||
'active' => 'Aktif',
|
||||
'custom' => 'Özel',
|
||||
'inactive' => 'Pasif',
|
||||
'image-alignment' => 'Görsel Hizalama',
|
||||
'icon-status' => 'Kategori İkon Durumu',
|
||||
'image-status' => 'Kategori Görsel Durumu',
|
||||
'sub-category-show' => 'Alt Kategori Göster',
|
||||
'image-height' => 'Görsel Yükseklik [Pixel]',
|
||||
'image-width' => 'Görsel Genişlik [Pixel]',
|
||||
'show-tooltip' => 'Kategori Aracını Göster',
|
||||
'num-sub-category' => 'Alt Kategori Sayısı',
|
||||
]
|
||||
],
|
||||
'layouts' => [
|
||||
'velocity' => 'Velocity',
|
||||
'cms-pages' => 'CMS Sayfaları',
|
||||
'meta-data' => 'Meta Bilgisi',
|
||||
'category-menu' => 'Kategori Menüsü',
|
||||
'header-content' => 'Üstbilgi İçeriği',
|
||||
],
|
||||
'contents' => [
|
||||
'self' => 'Aynı',
|
||||
'active' => 'Aktif',
|
||||
'new-tab' => 'Yeni Sekme',
|
||||
'inactive' => 'Pasif',
|
||||
'title' => 'İçerik Listesi',
|
||||
'select' => '-- Seçiniz --',
|
||||
'add-title' => 'İçerik Ekle',
|
||||
'btn-add-content' => 'İçerik Ekle',
|
||||
'save-btn-title' => 'İçerik Kaydet',
|
||||
'autocomplete' => '[Otomatik Tamamlama]',
|
||||
'no-result-found' => 'Kayıt bulunamadı.',
|
||||
'search-hint' => 'Ürün arayın...',
|
||||
'mass-delete-success' => 'Seçili içerik başarıyla silindi.',
|
||||
'tab' => [
|
||||
'page' => 'Sayfa Ayarları',
|
||||
'content' => 'İçerik Ayarları',
|
||||
'meta_content' => 'Meta Bilgisi',
|
||||
],
|
||||
'page' => [
|
||||
'title' => 'Başlık',
|
||||
'status' => 'Durum',
|
||||
'position' => 'Konum',
|
||||
],
|
||||
'content' => [
|
||||
'content-type' => 'İçerik Tipi',
|
||||
'custom-title' => 'Özel Başlık',
|
||||
'category-slug' => 'Kategori URL',
|
||||
'link-target' => 'Sayfa Link Hedefi',
|
||||
'custom-product' => 'Mağaza Ürünleri',
|
||||
'custom-heading' => 'Mağaza Başlığı',
|
||||
'catalog-type' => 'Ürün Katalog Tipi',
|
||||
'static-description' => 'İÇerik Açıklaması',
|
||||
'page-link' => 'Sayfa Linki [örn. http://example.com/../../]',
|
||||
],
|
||||
'datagrid' => [
|
||||
'id' => 'Id',
|
||||
'title' => 'Başlık',
|
||||
'status' => 'Durum',
|
||||
'position' => 'Konum',
|
||||
'content-type' => 'İçerik Tipi',
|
||||
]
|
||||
],
|
||||
'meta-data' => [
|
||||
'footer' => 'Alt Kısım',
|
||||
'title' => 'Velocity Meta Bilgisi',
|
||||
'activate-slider' => 'Slider Etkinleştir',
|
||||
'home-page-content' => 'Ana Sayfa İçeriği',
|
||||
'footer-left-content' => 'Alt Sol İçeriği',
|
||||
'subscription-content' => 'Abonelik Çubuğu İçeriği',
|
||||
'sidebar-categories' => 'Yan Kategoriler',
|
||||
'footer-left-raw-content' => '<p>Yazılımlar üretmeyi ve dünyada karşılaştığımız sorunları bu şekilde çözmeyi çok seviyoruz. Hedeflerimize büyük önem veriyor, en iyi olduğumuz teknoloji uzmanlığı ile kurumsal işleriniz için birin sınıf kullanıcı dostu yazılım ve uygulamalar oluşturmak için kaynaklarımıza yatırım yapıyoruz.</p>',
|
||||
'slider-path' => 'Slider Yolu',
|
||||
'category-logo' => 'Kategori Logosu',
|
||||
'product-policy' => 'Ürün Politikası',
|
||||
'update-meta-data' => 'Meta Bilgisi Güncelle',
|
||||
'product-view-image' => 'Ürün Görselini Görüntüle',
|
||||
'advertisement-two' => 'İki Görselli Reklam',
|
||||
'advertisement-one' => 'Rek Görsel Reklamı',
|
||||
'footer-middle-content' => 'Orta İçerikli Alt Kısım',
|
||||
'advertisement-four' => 'Dört Görselli Reklam',
|
||||
'advertisement-three' => 'Üç Görselli Reklam',
|
||||
'images' => 'Görseller',
|
||||
'general' => 'Genel',
|
||||
'add-image-btn-title' => 'Görsel Ekle'
|
||||
],
|
||||
'category' => [
|
||||
'save-btn-title' => 'Menü Kaydet',
|
||||
'title' => 'Kategori Menü Listesi',
|
||||
'add-title' => 'Menü İçeriği Ekle',
|
||||
'edit-title' => 'Menü İçeriği Düzenle',
|
||||
'btn-add-category' => 'Menü İçeriği Ekle',
|
||||
'datagrid' => [
|
||||
'category-id' => 'Kategori No',
|
||||
'category-name' => 'Kategori Adı',
|
||||
'category-icon' => 'Kategori İkonu',
|
||||
'category-status' => 'Durum',
|
||||
],
|
||||
'tab' => [
|
||||
'general' => 'Genel',
|
||||
],
|
||||
'status' => 'Durum',
|
||||
'active' => 'Aktif',
|
||||
'inactive' => 'Pasif',
|
||||
'select' => '-- Seçiniz --',
|
||||
'icon-class' => 'İkon Sınıfı',
|
||||
'select-category' => 'Kategori Seçiniz',
|
||||
'tooltip-content' => 'İpucu İçeriği',
|
||||
'mass-delete-success' => 'Seçili katego menüsü başarıyla silindi.',
|
||||
],
|
||||
'general' => [
|
||||
'locale_logo' => 'Dil Logosu',
|
||||
],
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'view-all' => 'Tümünü Görüntüle',
|
||||
'add-to-cart' => 'Sepete Ekle',
|
||||
'hot-categories' => 'Güncel Kategoriler',
|
||||
'payment-methods' => 'Ödeme Metodu',
|
||||
'customer-reviews' => 'Müşteri İncelemesi',
|
||||
'shipping-methods' => 'Teslimat Şekli',
|
||||
'popular-categories' => 'Popüler Kategoriler',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'cart' => 'Alışveriş Sepeti',
|
||||
'guest' => 'Ziyaretçi',
|
||||
'logout' => 'Çıkış Yap',
|
||||
'title' => 'Hesap',
|
||||
'account' => 'Hesap',
|
||||
'profile' => 'Profil',
|
||||
'wishlist' => 'Dilek Listesi',
|
||||
'all-categories' => 'Tüm Kategoriler',
|
||||
'search-text' => 'Ürünleri arayın',
|
||||
'welcome-message' => 'Hoşgeldiniz, :customer_name',
|
||||
'dropdown-text' => 'Sepete Gözat, Siparişler & Dilek Listesi',
|
||||
],
|
||||
|
||||
'menu-navbar' => [
|
||||
'text-more' => 'Dahası',
|
||||
'text-category' => 'Kategorilere Gözat',
|
||||
],
|
||||
|
||||
'minicart' => [
|
||||
'cart' => 'Alışveriş Sepeti',
|
||||
'view-cart' => 'Sepeti Görüntüle',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'qty' => 'Miktar',
|
||||
'checkout' => 'Satın Al',
|
||||
'cart' => [
|
||||
'view-cart' => 'Sepeti Görüntüle',
|
||||
'cart-summary' => 'Sepet Özeti',
|
||||
],
|
||||
'items' => 'Ürünler',
|
||||
'subtotal' => 'Ara Toplam',
|
||||
'sub-total' => 'Ara Toplam',
|
||||
'proceed' => 'Satın Al',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'Karşılaştır',
|
||||
'compare_similar_items' => 'Benzer Ürünleri Karşılaştır',
|
||||
'added' => 'Ürün karşılaştırma listesine başarıyla eklendi.',
|
||||
'already_added' => 'Ürün zaten karşılaştırma listesinde yer alıyor.',
|
||||
'removed' => 'Ürün karşılaştırma listesinden başarıyla kaldırıldı.',
|
||||
'empty-text' => "Karşılaştırma listenizde henüz ürün bulunmuyor.",
|
||||
'product_image' => 'Ürün Görseli',
|
||||
'actions' => 'Eylemler',
|
||||
],
|
||||
'login-form' => [
|
||||
'sign-up' => 'Üye Ol',
|
||||
'new-customer' => 'Yeni Müşteri',
|
||||
'customer-login' => 'Müşteri Girişi',
|
||||
'registered-user' => 'Kayıtlı Kullanıcı',
|
||||
'your-email-address' => 'Mail Adresiniz',
|
||||
'form-login-text' => 'Hesabınız varsa, mail adresinizle giriş yapınız.',
|
||||
],
|
||||
'signup-form' => [
|
||||
'login' => 'Giriş Yap',
|
||||
'become-user' => 'Kullanıcı Olun',
|
||||
'user-registration' => 'Kullanıcı Kaydı',
|
||||
'form-sginup-text' => 'Eğer mağazamızda yeniyseniz, sizleri üye olarak aramızda görmekten memnuniyet duyarız.',
|
||||
],
|
||||
'forget-password' => [
|
||||
'login' => 'Giriş Yap',
|
||||
'forgot-password' => 'Parolamı Unuttum',
|
||||
'recover-password' => 'Parolamı Yenile',
|
||||
'recover-password-text' => 'Parolanızı unuttuysanız, mail adresinizi girerek yeni parola talebinde bulunun.',
|
||||
]
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'go-to-home' => 'Ana Sayfaya Git',
|
||||
'page-lost-short' => 'Sayfa içeriği kayboldu',
|
||||
'something_went_wrong' => 'bir şeyler ters gitti',
|
||||
'page-lost-description' => "Ulaşmaya çalıştığınız sayfa bulunamıyor. Lütfen tekrar arayın ya da Geri Dön butonuna tıklayınız.",
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'text' => 'Ürünler',
|
||||
'details' => 'Detaylar',
|
||||
'reviews-title' => 'İncelemeler',
|
||||
'reviewed' => 'İncelendi',
|
||||
'review-by' => 'İnceleyen',
|
||||
'quick-view' => 'Ürün Önizleme',
|
||||
'not-available' => 'Stokta Yok',
|
||||
'submit-review' => 'İnceleme Yaz',
|
||||
'ratings' => ':totalRatings Oylama',
|
||||
'reviews-count' => ':totalReviews İnceleme',
|
||||
'customer-rating' => 'Müşteri Oylaması',
|
||||
'more-infomation' => 'Detaylı Bilgi',
|
||||
'view-all-reviews' => 'Tüm İncelemeleri Görüntüle',
|
||||
'write-your-review' => 'İnceleme Yazınız',
|
||||
'short-description' => 'Kısa Açıklamalar',
|
||||
'recently-viewed' => 'En Son Gezdiğiniz Ürünler',
|
||||
'be-first-review' => 'Bu ürüne ilk siz inceleme girin!',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => 'Erkek',
|
||||
'other' => 'Diğer',
|
||||
'female' => 'Kadın',
|
||||
],
|
||||
'general' => [
|
||||
'no' => 'Hayır',
|
||||
'yes' => 'Evet',
|
||||
'view' => 'Görüntüle',
|
||||
'filter' => 'Filtrele',
|
||||
'orders' => 'Siparişler',
|
||||
'update' => 'Güncelle',
|
||||
'reviews' => 'İncelemeler',
|
||||
'addresses' => 'Adresler',
|
||||
'top-brands' => 'Öncü Markalar',
|
||||
'new-password' => 'Yeni Parola',
|
||||
'downloadables' => 'İndirilebilir Ürünler',
|
||||
'confirm-new-password' => 'Parola Doğrula',
|
||||
'enter-current-password' => 'Mevcut Parolanızı Girin',
|
||||
|
||||
'alert' => [
|
||||
'info' => 'Bilgi',
|
||||
'error' => 'Hata',
|
||||
'success' => 'Başarılı',
|
||||
'warning' => 'Uyarı',
|
||||
],
|
||||
],
|
||||
'wishlist' => [
|
||||
'add-wishlist-text' => 'Ürünü dilek listenize ekleyin',
|
||||
'remove-wishlist-text' => 'Ürünü dilek listenizden kaldırın'
|
||||
]
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'Tamamlandı',
|
||||
'languages' => 'Diller',
|
||||
'greeting' => 'Hoşgeldiniz, :customer !',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue