updated tr-TR
This commit is contained in:
parent
2adfcc525c
commit
372abc9f86
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'all' => 'Tüm Müşteriler',
|
||||
];
|
11
resources/lang/tr-TR/customers.php
Normal file
11
resources/lang/tr-TR/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Giriş yapabilsin?',
|
||||
'user_created' => 'Kullanıcı oluşturuldu',
|
||||
|
||||
'error' => [
|
||||
'email' => 'Bu email adresi kullanılmaktadır.'
|
||||
]
|
||||
];
|
@ -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',
|
||||
|
@ -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'
|
||||
],
|
||||
|
||||
|
9
resources/lang/tr-TR/import.php
Normal file
9
resources/lang/tr-TR/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'İçe Aktar',
|
||||
'title' => ':type İçe Aktar',
|
||||
'message' => 'İzin verilen dosya türleri: CSV, XLS. Lütfen, örnek dosyayı <a target="_blank" href=":link"><strong>indirin</strong></a>.',
|
||||
|
||||
];
|
@ -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',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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ı: <b>:name</b> silinemez çünkü :text ile ilişkilidir.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user