diff --git a/resources/lang/tr-TR/customer.php b/resources/lang/tr-TR/customer.php deleted file mode 100644 index 4f8d95132..000000000 --- a/resources/lang/tr-TR/customer.php +++ /dev/null @@ -1,5 +0,0 @@ - 'Tüm Müşteriler', -]; diff --git a/resources/lang/tr-TR/customers.php b/resources/lang/tr-TR/customers.php new file mode 100644 index 000000000..412c45aaf --- /dev/null +++ b/resources/lang/tr-TR/customers.php @@ -0,0 +1,11 @@ + 'Giriş yapabilsin?', + 'user_created' => 'Kullanıcı oluşturuldu', + + 'error' => [ + 'email' => 'Bu email adresi kullanılmaktadır.' + ] +]; diff --git a/resources/lang/tr-TR/general.php b/resources/lang/tr-TR/general.php index 51bfad5cb..8797ca67e 100644 --- a/resources/lang/tr-TR/general.php +++ b/resources/lang/tr-TR/general.php @@ -83,8 +83,6 @@ return [ 'search' => 'Ara', 'search_placeholder' => 'Aranacak kelime..', 'filter' => 'Filtrele', - 'create_user' => 'Kullanıcı Oluştur', - 'created_user' => 'Oluşturulan Kullanıcı', 'help' => 'Yardım', 'all' => 'Hepsi', 'all_type' => 'Tüm :type', @@ -92,6 +90,7 @@ return [ 'created' => 'Oluşturuldu', 'id' => 'ID', 'more_actions' => 'Diğer İşlemler', + 'duplicate' => 'Çoğalt', 'title' => [ 'new' => 'Yeni :type', diff --git a/resources/lang/tr-TR/header.php b/resources/lang/tr-TR/header.php index 9071d4943..421bc3314 100644 --- a/resources/lang/tr-TR/header.php +++ b/resources/lang/tr-TR/header.php @@ -8,6 +8,7 @@ return [ 'counter' => '{0} Bildirim yok|{1} :count bildiriminiz var|[2,*] :count bildiriminiz var', 'overdue_invoices' => '{1} :count Gecikmiş Fatura Mevcut |[2,*] :count Gecikmiş Fatura Mevcut', 'upcoming_bills' => '{1} :count Yaklaşan Fatura Mevcut|[2,*] :count Yaklaşan Fatura Mevcut', + 'items_stock' => '{1} :count ürün stok dışı|[2,*] :count ürün stok dışı', 'view_all' => 'Tümünü Görüntüle' ], diff --git a/resources/lang/tr-TR/import.php b/resources/lang/tr-TR/import.php new file mode 100644 index 000000000..7ead1b506 --- /dev/null +++ b/resources/lang/tr-TR/import.php @@ -0,0 +1,9 @@ + 'İçe Aktar', + 'title' => ':type İçe Aktar', + 'message' => 'İzin verilen dosya türleri: CSV, XLS. Lütfen, örnek dosyayı indirin.', + +]; diff --git a/resources/lang/tr-TR/invoices.php b/resources/lang/tr-TR/invoices.php index 76c8411b2..85091a10c 100644 --- a/resources/lang/tr-TR/invoices.php +++ b/resources/lang/tr-TR/invoices.php @@ -37,7 +37,13 @@ return [ ], 'messages' => [ + 'email_sent' => 'Fatura emaili başarı ile gönderildi!', 'marked_sent' => 'Fatura başarıyla gönderilmiş olarak işaretlendi!', ], + 'notification' => [ + 'message' => ':amount tutarında faturayı :customer ödemediği için bu iletiyi almaktasınız.', + 'button' => 'Şimdi Öde', + ], + ]; diff --git a/resources/lang/tr-TR/items.php b/resources/lang/tr-TR/items.php index e3a24216c..b733230ec 100644 --- a/resources/lang/tr-TR/items.php +++ b/resources/lang/tr-TR/items.php @@ -7,4 +7,9 @@ return [ 'purchase_price' => 'Alış Fiyatı', 'sku' => 'Ürün Kodu', + 'notification' => [ + 'message' => ':name ürünün stoğu tükendiği için bu iletiyi almaktasınız.', + 'button' => 'Şimdi Görüntüle', + ], + ]; diff --git a/resources/lang/tr-TR/messages.php b/resources/lang/tr-TR/messages.php index afad16081..bb04a2de8 100644 --- a/resources/lang/tr-TR/messages.php +++ b/resources/lang/tr-TR/messages.php @@ -6,9 +6,13 @@ return [ 'added' => ':type eklendi!', 'updated' => ':type güncellendi!', 'deleted' => ':type silindi!', + 'duplicated' => ':type çoğaltıldı!', + 'imported' => ':type içe aktarıldı!', ], 'error' => [ 'not_user_company' => 'Hata: Bu şirketi yönetme yetkiniz yok!', + 'customer' => 'Hata: :name bu email adresini kullanmaktadır.', + 'no_file' => 'Hata: Dosya seçilmedi!', ], 'warning' => [ 'deleted' => 'Uyarı: :name silinemez çünkü :text ile ilişkilidir.',